<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import '../css/font-awesome.min.css';
@import '../css/GothamPro.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/sliderPro/css/slider-pro.min.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/filestyle/jquery-filestyle.min.css';
@import '../js/starrr/starrr.css';
@import '../js/owlcarousel/assets/owl.carousel.min.css';
@import '../js/owlcarousel/assets/owl.theme.default.min.css';
@import '../css/basket.css';
/*selectboxit*/
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.selectboxit-container * {
  font: 14px Helvetica,Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-container .selectboxit {
  width: 190px !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 3px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectboxit-option .selectboxit-option-anchor {
  text-decoration: none;
  padding: 0 2px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}
.selectboxit-option-first {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.selectboxit-option-last {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.selectboxit-optgroup-header {
  font-weight: bold;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.selectboxit-btn {
  background: #ffffff;
  border: 1px solid #7c7c7c;
  /*
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-o-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	*/
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #7c7c7c;
  background-color: #e6e6e6;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #7c7c7c;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #264986;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #7c7c7c;
}
.selectboxit-list &gt; .selectboxit-focus &gt; .selectboxit-option-anchor {
  color: #ffffff;
  background: #264986;
  /*
	background-color:#0081c2;
	background-image:-moz-linear-gradient(top,#0088cc,#0077b3);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));
	background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);
	background-image:-o-linear-gradient(top,#0088cc,#0077b3);
	background-image:linear-gradient(to bottom,#0088cc,#0077b3);
	background-repeat:repeat-x;
	*/
}
.selectboxit-list &gt; .selectboxit-disabled &gt; .selectboxit-option-anchor {
  color: #7c7c7c;
}
body,
#body {
  min-width: 1170px;
}
.tinycarousel {
  overflow: hidden;
  position: relative;
  padding: 0 30px;
}
.tinycarousel .viewport {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.tinycarousel .buttons {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: rgba(38, 73, 134, 0.7);
  text-decoration: none;
}
.tinycarousel .buttons:hover {
  color: #264986;
}
.tinycarousel .prev {
  left: 0px;
}
.tinycarousel .next {
  right: 0px;
}
.tinycarousel .disable {
  opacity: .5;
}
.tinycarousel .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0;
}
.tinycarousel .overview li {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
}
.tinycarousel .overview li img {
  max-width: 100%;
  max-height: 100%;
}
.block_1 .rows .item {
  width: 112px;
  margin-right: 15px;
}
.block_1 .rows .item:nth-child(9n) {
  margin-right: 0;
}
#carousel_2 .viewport {
  height: 200px;
}
#carousel_2 .overview li {
  width: 573px;
}
#carousel_2 .overview li .photo {
  height: 200px;
}
.block_3 .rows .item {
  width: 277px;
  margin-right: 15px;
}
.block_3 .rows .item:nth-child(4n) {
  margin-right: 0;
}
#carousel_4 .viewport,
#nocarousel_4 .viewport {
  height: 150px;
}
#carousel_4 .overview li,
#nocarousel_4 .overview li {
  width: 217px;
}
#carousel_4 .overview li .photo,
#nocarousel_4 .overview li .photo {
  height: 150px;
}
#carousel_5 .viewport,
#nocarousel_5 .viewport {
  height: 150px;
}
#carousel_5 .overview li,
#nocarousel_5 .overview li {
  width: 217px;
}
#carousel_5 .overview li .photo,
#nocarousel_5 .overview li .photo {
  height: 150px;
}
#carousel_6 .viewport,
#nocarousel_6 .viewport {
  height: 150px;
}
#carousel_6 .overview li,
#nocarousel_6 .overview li {
  width: 217px;
}
#carousel_6 .overview li .photo,
#nocarousel_6 .overview li .photo {
  height: 150px;
}
.inline_block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
header .top {
  padding: 20px 0;
}
header .header {
  background: #cccccc;
  padding: 40px 0;
}
header nav ul {
  padding: 10px 0;
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 20px;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  text-transform: uppercase;
  font-weight: 700;
}
header nav ul li:last-child {
  border-right: 0;
}
header nav ul li a {
  text-decoration: none;
  color: #7c7c7c;
}
header nav ul li.active a,
header nav ul li a:hover {
  color: #264986;
}
header nav ul li ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 20;
  display: none;
}
header nav ul li ul li {
  display: block;
}
header nav ul li ul li a {
  border-bottom: 1px solid #cccccc;
}
header nav ul li:hover ul {
  display: block;
}
header .basket {
  float: right;
  line-height: 40px;
  margin-left: 30px;
}
header .basket a {
  color: #7c7c7c;
  text-decoration: none;
}
header .basket a:hover {
  color: #264986;
}
header .compare {
  float: right;
  line-height: 40px;
  margin-left: 30px;
}
header .compare a {
  text-decoration: none;
  color: #7c7c7c;
}
header .compare a:hover,
header .compare a.active {
  color: #264986;
}
header .search {
  float: right;
  margin-left: 30px;
}
header .search input[type=text] {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 170px;
  border-color: rgba(204, 204, 204, 0.3);
}
header .search input[type=text]:focus {
  border-color: rgba(204, 204, 204, 0.5);
}
header .search input[type=submit] {
  display: none;
}
header .search i {
  display: none;
}
header .social {
  line-height: 40px;
}
header .social &gt; a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 20px;
  text-decoration: none;
  color: #264986;
}
header .social &gt; a:hover {
  color: #7c7c7c;
}
header #logo {
  float: left;
  margin-right: 40px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
header #logo a {
  text-decoration: none;
  color: #7c7c7c;
}
header #logo a:hover {
  color: #264986;
}
header .contacts {
  float: right;
  margin-left: 30px;
}
header .contacts p {
  margin-bottom: 5px;
  line-height: 18px;
}
header .contacts p a {
  color: #7c7c7c;
  text-decoration: none;
}
header .contacts p a:hover {
  color: #264986;
}
header .contacts p.phone {
  font-size: 16px;
}
header.header_1 nav {
  float: left;
}
header.header_1 nav ul li {
  padding-right: 7px;
  margin-right: 7px;
}
header.header_1 .social {
  float: right;
}
header.header_2 .top {
  background: url('../images/bg-header.png') no-repeat 55% 50%;
  padding: 20px 0 5px;
  min-height: 140px;
  box-sizing: border-box;
}
header.header_2 .top &gt; .wrap {
  padding: 0 20px;
  box-sizing: border-box;
}
header.header_2 .top &gt; .wrap .right {
  width: 300px;
  text-align: right;
}
header.header_2 .top &gt; .wrap .right .social {
  float: left;
  width: 100%;
  text-align: right;
}
header.header_2 .top &gt; .wrap .right .social &gt; a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  text-decoration: none;
  color: #fff;
  background: #264986;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
header.header_2 .top &gt; .wrap .right .social &gt; a.vk {
  font-size: 20px;
  background: #1976D2;
}
header.header_2 .top &gt; .wrap .right .social &gt; a.whatsapp {
  font-size: 25px;
  background: #40c351;
}
header.header_2 .top &gt; .wrap .right .social &gt; a.telegram {
  background: url('../images/icon_telegram.svg') no-repeat center center;
  background-size: cover;
}
header.header_2 .top &gt; .wrap .right .social &gt; a.telegram i {
  display: none;
}
header.header_2 .top &gt; .wrap .right .contacts {
  float: right;
  margin: 15px 0;
}
header.header_2 .top &gt; .wrap .right .contacts p.phone {
  font-size: 20px;
  margin-bottom: 0;
}
header.header_2 .top &gt; .wrap .right .contacts p.phone a {
  color: #264986;
  font-family: GothamProBold;
}
header.header_2 #logo {
  margin-right: 0;
}
header.header_2 nav .wrap {
  background: #264986;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header_2 nav .search {
  display: inline-flex;
  width: 225px;
  margin: 0 30px;
}
header.header_2 nav .search form {
  border: 1px solid #ff9c00;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
header.header_2 nav .search form input[type=text] {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #3c3c3c;
  font-size: 14px;
  text-transform: lowercase;
  font-family: GothamProLight;
  border: none;
  width: calc(100% - 34px);
}
header.header_2 nav .search form input[type=submit] {
  display: block;
  width: 30px;
  float: right;
  padding: 0;
  border-radius: 50%;
  margin: 2px;
  height: 30px;
  background-color: #ff9c00;
  background-image: url(../images/icon-search.png);
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
}
header.header_2 nav .search form input[type=submit]:hover {
  box-shadow: 0 0 2px #ff9c00;
}
header.header_2 nav ul {
  width: calc(100% - 285px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  height: 55px;
}
header.header_2 nav ul li {
  padding: 0 20px;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-family: GothamProBold;
}
header.header_2 nav ul li a {
  color: #ffffff;
}
header.header_2 nav ul li.active a,
header.header_2 nav ul li a:hover {
  color: #ff9c00;
}
header.header_2 .social {
  float: left;
}
header .branches {
  float: right;
  position: relative;
}
header .branches a {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: GothamProBold;
  padding: 5px 15px;
  border: 1px dashed #cfd6e3;
  line-height: 30px;
}
header .branches a#branch2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  font-size: 12px;
}
header .branches a#branch1:before {
  content: '\f041';
  font-family: FontAwesome;
  color: #d10707;
  font-size: 18px;
  margin-right: 10px;
}
header .branches a#branch1:after {
  content: '\f107';
  font-family: FontAwesome;
  margin-left: 20px;
}
footer {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  box-sizing: border-box;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .logo {
  float: left;
  margin-right: 100px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
footer .logo a {
  text-decoration: none;
}
footer .right .contacts {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
footer .right .contacts p {
  font-size: 15px;
  margin-bottom: 10px;
}
footer .right .social {
  font-size: 20px;
}
footer .right .social a {
  margin-right: 10px;
}
footer .right .social a:hover {
  opacity: .7;
}
footer.footer_1 {
  background: #264986;
  color: #ffffff;
  padding: 40px 0 104px;
  height: 300px;
}
footer.footer_1 .wrap {
  /*
			display: flex;
			align-items: center;
			justify-content: space-between;
			*/
}
footer.footer_1 .podval {
  font-size: 14px;
  line-height: 18px;
  font-family: GothamProLight;
  width: 25%;
  float: left;
}
footer.footer_1 .podval p.site-name {
  font-size: 24px;
  font-family: GothamProBold;
  line-height: 30px;
  margin-bottom: 10px;
}
footer.footer_1 a {
  color: #ffffff;
}
footer.footer_1 nav {
  float: left;
  width: 55%;
}
footer.footer_1 nav ul {
  list-style: none;
  column-count: 3;
  column-gap: 80px;
}
footer.footer_1 nav ul li {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 0;
  font-family: GothamProBold;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer.footer_1 .right {
  width: 20%;
}
footer.footer_1 .right .contacts {
  margin: 0;
  float: right;
}
footer.footer_1 .right .contacts p {
  margin: 0;
  font-family: GothamProBold;
}
footer.footer_1 .right .contacts p.map {
  padding-left: 20px;
  margin-bottom: 10px;
  background: url("../images/icon_map.png") no-repeat center left;
  font-size: 12px;
  line-height: 13px;
}
footer.footer_1 .right .contacts p.map a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer.footer_1 .right .contacts p.map a:hover {
  border-color: transparent;
}
footer.footer_1 .right .contacts p.phone span {
  display: block;
  font-size: 12px;
  text-transform: lowercase;
}
footer.footer_1 .right .contacts p.phone a {
  font-size: 18px;
  line-height: 20px;
}
footer.footer_2 {
  padding-bottom: 40px;
}
footer.footer_2 a {
  color: #7c7c7c;
}
footer.footer_2 nav {
  text-align: center;
  background: #7c7c7c;
  margin-bottom: 40px;
  padding: 15px 0;
}
footer.footer_2 nav ul {
  list-style: none;
}
footer.footer_2 nav ul li {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
footer.footer_2 nav ul li:last-child {
  border-color: transparent;
}
footer.footer_2 nav ul li a {
  color: #ffffff;
}
footer.footer_2 .right .contacts {
  margin-bottom: 10px;
}
.footer_info {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding: 20px 0;
}
.catalog {
  text-align: left;
  width: calc(100% - 250px);
  float: right;
}
.catalog .item {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 0.8%;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  /*.labels{
			position:absolute;
			top:20px;
			left:0;
			.label{
				margin-bottom:10px;
				color:@color_white;
				width:94px;
				height:27px;
				line-height:27px;
				padding-left:10px;
				box-sizing:border-box;
				text-align:left;
				font-size:16px;
				&amp;.new{
					background:@color_green;
				}
				&amp;.hit{
					background:@color_red;
				}
			}
		}*/
  /*.photo{
			margin-bottom:10px;
			img{
				max-width:100px;
				max-height:100%;
			}
		}
		.name{
			font-size:18px;
			line-height:20px;
			a{
				text-decoration:none;
				color:@color_text;
				&amp;:hover{
					color:@color_link;
				}
			}
		}
		.price{
			font-weight:700;
			font-size:18px;
			line-height:40px;
			margin:20px 0;
			background:@color_gray;
			i{
				font-size:14px;
			}
		}
		form{
			input[type=submit]{
				width:130px;
				height:35px;
				font-size:18px;
				text-transform:none;
				color:@color_text;
				&amp;:hover{
					background:fade(@color_link,80%);
				}
			}
		}
		.more{
			a{
				display:inline-block;
				text-decoration:none;
				width:130px;
				height:35px;
				line-height:35px;
				font-size:18px;
				padding:0 20px;
				box-sizing:border-box;
				background:@color_link;
				color:@color_text;
				&amp;:hover{
					background:fade(@color_link,80%);
				}
			}
		}
		.compare{
			margin-bottom:7px;
		}
		&amp;.item_list{
			display:block;
			width:100%;
			padding-bottom:20px;
			margin-bottom:20px;
			border-bottom:1px solid @color_gray;
			.photo{
				width:200px;
				margin:0;
				float:left;
			}
			.text{
				float:right;
				width:~"calc(100% - 220px)";
				form{
					float:left;
					margin-left:20px;
				}
			}
		}*/
}
.catalog .item:nth-child(4n) {
  margin-right: 0;
}
.catalog .item .price {
  width: 100%!important;
}
.catalog .item .price.sales {
  text-align: center;
  box-sizing: border-box;
  margin: 0!important;
}
.catalog .item .price.sales span.red-price {
  text-align: center!important;
}
.catalog .item .price.sales span.red-price .sale {
  display: inline-block;
}
.catalog .item .price.sales span.red-price strike {
  width: 100%!important;
  margin: 0!important;
  text-align: center!important;
}
.catalog .item .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  clear: both;
}
.catalog .item .button form {
  width: 48%;
  margin: 5px 0;
}
.catalog_2 .item {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 20px;
}
.catalog_2 .item a {
  display: block;
  position: relative;
  height: 150px;
}
.catalog_2 .item a span {
  position: absolute;
  line-height: 18px;
  padding: 4px 10px;
  font-weight: 700;
}
.catalog_2 .item a span.name {
  top: 50px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #264986;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
}
.catalog_2 .item a span.price {
  top: 80px;
  left: 20px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(38, 73, 134, 0.8);
}
.catalog_2 .item a span.price i {
  font-size: 12px;
}
.catalog_2 .item a:hover img {
  opacity: .9;
}
.detail_catalog {
  margin-bottom: 30px;
}
.detail_catalog .photo {
  width: 730px;
  box-sizing: border-box;
  min-height: 400px;
  float: left;
  padding: 15px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 7px;
  text-align: center;
  position: relative;
}
.detail_catalog .photo &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  outline: 1px solid #264986;
  overflow: hidden;
}
.detail_catalog .photo &gt; a img {
  max-width: 100%;
  max-height: 100%;
}
.detail_catalog .photo img.hide_det_photo {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}
.detail_catalog .photo #photos {
  background: #fff;
}
.detail_catalog .photo .spec {
  position: absolute;
  height: 38px;
  right: -6px;
  top: 35px;
  border-radius: 0 5px 5px 0;
  padding-bottom: 6px;
  z-index: 20;
}
.detail_catalog .photo .spec span {
  box-sizing: content-box;
  display: inline-block;
  width: 100%;
  color: #FFF;
  border-radius: 5px 5px 0px 5px;
  text-align: center;
  padding: 10px 7px;
  box-shadow: -1px 1px 3px #000000;
  vertical-align: top;
  font-size: 14px;
  margin-left: -8px;
}
.detail_catalog .photo .spec.in_stock {
  border-right: 6px solid #003200;
}
.detail_catalog .photo .spec.in_stock span {
  background-color: #009600;
}
.detail_catalog .photo .spec.hit {
  border-right: 6px solid #640000;
}
.detail_catalog .photo .spec.hit span {
  background-color: #d90000;
}
.detail_catalog .text {
  width: calc(100% - 770px);
  float: right;
}
.detail_catalog .text &gt; div.brand_rate {
  line-height: 20px;
}
.detail_catalog .text &gt; div.brand_rate div {
  display: inline-block;
  vertical-align: top;
}
.detail_catalog .text &gt; div.brand_rate .brand {
  margin-right: 30px;
}
.detail_catalog .text &gt; div.brand_rate .rating {
  font-size: 12px;
  color: #a2a2a2;
  font-family: GothamProRegular;
}
.detail_catalog .text &gt; div.brand_rate .rating .starrr_ro {
  margin-right: 10px;
}
.detail_catalog .text .brand {
  font-size: 16px;
  line-height: 22px;
  font-family: GothamProRegular;
  padding-bottom: 1px;
  border-bottom: 1px solid #264986;
  margin-bottom: 20px;
  width: auto;
  padding: 0;
}
.detail_catalog .text .brand a {
  color: #ff0000;
  font-weight: 700;
  text-decoration: none;
}
.detail_catalog .text .brand a:hover {
  color: #264986;
}
.detail_catalog .text &gt; div {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-family: GothamProBold;
  color: #343434;
  padding: 20px 0;
  border-bottom: 1px solid #bacbdb;
  position: relative;
  padding-left: 25px;
  clear: both;
  box-sizing: border-box;
}
.detail_catalog .text &gt; div:before {
  position: absolute;
  top: 15px;
  left: 0;
}
.detail_catalog .text &gt; div.clear {
  padding: 0;
}
.detail_catalog .text &gt; div.phone span {
  font-size: 16px;
  color: #ff0000;
}
.detail_catalog .text &gt; div.phone:before {
  content: url(../images/icon-phone-cat.png);
  top: 20px;
}
.detail_catalog .text &gt; div.art span.title,
.detail_catalog .text &gt; div.price span.title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #264986;
}
.detail_catalog .text &gt; div.price span.red-price {
  font-size: 20px;
  color: #d90000;
}
.detail_catalog .text &gt; div.price span.red-price strike {
  font-size: 14px;
  color: #7c7c7c;
}
.detail_catalog .text &gt; div.filters {
  border-radius: 0;
  background: none;
}
.detail_catalog .text &gt; div.filters:before {
  content: url(../images/icon-filt-cat.png);
}
.detail_catalog .text &gt; div.filters .name {
  font-size: 14px;
  line-height: 14px;
  color: #004592;
}
.detail_catalog .text &gt; div.filters .name span:after,
.detail_catalog .text &gt; div.filters .values span:after {
  content: 'x';
  font-size: 12px;
  margin-left: 1px;
  margin-right: -2px;
}
.detail_catalog .text &gt; div.filters .name span:last-child:after,
.detail_catalog .text &gt; div.filters .values span:last-child:after,
.detail_catalog .text &gt; div.filters .name span:nth-child(3):after,
.detail_catalog .text &gt; div.filters .values span:nth-child(3):after {
  display: none;
}
.detail_catalog .text &gt; div.filters .values span {
  font-size: 20px;
  line-height: 24px;
}
.detail_catalog .text &gt; div.filters .values span:after {
  font-size: 18px;
  line-height: 23px;
}
.detail_catalog .text &gt; div.detail_basket {
  border-bottom: 0;
  padding-left: 0;
}
.detail_catalog .text &gt; div.detail_basket input[type=submit] {
  outline: none;
  border-radius: 80px;
  font-size: 14px;
  padding: 0 25px;
}
.detail_catalog .text &gt; div.detail_basket p {
  font-size: 14px;
  line-height: 16px;
  color: #595959;
}
.detail_catalog .text &gt; div.detail_basket .form_cart {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
  padding-top: 70px;
  margin-right: 20px;
}
.detail_catalog .text &gt; div.detail_basket .form_cart label.note {
  position: absolute;
  top: 0;
  left: 0;
}
.detail_catalog .text &gt; div.detail_basket .form_cart label.note textarea {
  resize: none;
  width: 400px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons {
  margin: 0 15px;
  position: relative;
  border: 1px solid #264986;
  padding-right: 30px;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons input[type=text] {
  border: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  font-family: GothamProMedium;
  color: #595959;
  width: 50px;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label {
  position: absolute;
  right: 7px;
  width: 12px;
  height: 12px;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label.minus {
  top: 8px;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label.minus:before {
  content: '\f0d8';
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label.plus {
  bottom: 8px;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label.plus:before {
  content: '\f0d7';
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label input {
  background: none;
  padding: 0;
  width: 12px;
  height: 12px;
  outline: none;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label input:hover {
  box-shadow: none;
}
.detail_catalog .text &gt; div.detail_basket .form_cart .buttons label:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #595959;
  font-size: 16px;
  line-height: 12px;
}
.detail_catalog .text &gt; div.art:before {
  content: url(../images/icon-art-cat.png);
}
.detail_catalog .text &gt; div.price:before {
  content: url(../images/icon-price-cat.png);
}
.detail_catalog .tabs.modifications,
.text_brands .tabs.modifications {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #9cb8d6;
  margin-bottom: 50px;
}
.detail_catalog .tabs.modifications .tabs_navigation,
.text_brands .tabs.modifications .tabs_navigation {
  margin-bottom: 30px;
}
.detail_catalog .tabs.modifications .tabs_navigation ul,
.text_brands .tabs.modifications .tabs_navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.detail_catalog .tabs.modifications .tabs_navigation ul li,
.text_brands .tabs.modifications .tabs_navigation ul li {
  font-family: GothamProBold;
  position: relative;
  background: #d3e8ff;
  border: none;
  border-top: 1px solid #9cb8d6;
  border-bottom: 1px solid #9cb8d6;
  color: #7b8a9a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  border-radius: 10px 10px 0 0;
}
.detail_catalog .tabs.modifications .tabs_navigation ul li img,
.text_brands .tabs.modifications .tabs_navigation ul li img {
  filter: grayscale(10);
  opacity: 0.5;
  margin-right: 10px;
}
.detail_catalog .tabs.modifications .tabs_navigation ul li:before,
.text_brands .tabs.modifications .tabs_navigation ul li:before {
  border-left: 1px solid #9cb8d6;
  border-bottom: 1px solid #9cb8d6;
  content: '';
  position: absolute;
  top: -2px;
  left: -3px;
  bottom: 0px;
  border-radius: 10px 0 0 0;
  width: 10px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 0;
  background: #d3e8ff;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 94%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 94%, 100% 0%);
}
.detail_catalog .tabs.modifications .tabs_navigation ul li:after,
.text_brands .tabs.modifications .tabs_navigation ul li:after {
  border-right: 1px solid #9cb8d6;
  content: '';
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: 0;
  border-radius: 0 11px 0 0;
  width: 13px;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 10;
  background: #d3e8ff;
  -webkit-clip-path: polygon(0% 0%, 0% 98%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 98%, 100% 100%, 100% 0%);
}
.detail_catalog .tabs.modifications .tabs_navigation ul li.active,
.text_brands .tabs.modifications .tabs_navigation ul li.active {
  background: #fff;
  border-bottom: 1px solid transparent;
  z-index: 10;
  color: #264986;
}
.detail_catalog .tabs.modifications .tabs_navigation ul li.active img,
.text_brands .tabs.modifications .tabs_navigation ul li.active img {
  filter: none;
  opacity: 1;
}
.detail_catalog .tabs.modifications .tabs_navigation ul li.active:before,
.text_brands .tabs.modifications .tabs_navigation ul li.active:before,
.detail_catalog .tabs.modifications .tabs_navigation ul li.active:after,
.text_brands .tabs.modifications .tabs_navigation ul li.active:after {
  background: #fff;
  bottom: -3px;
}
.detail_catalog .tabs.modifications .tabs_navigation ul li:last-child:after,
.text_brands .tabs.modifications .tabs_navigation ul li:last-child:after {
  bottom: -3px;
}
.detail_catalog .tabs.modifications .tabs_navigation ul li:first-child:before,
.text_brands .tabs.modifications .tabs_navigation ul li:first-child:before {
  bottom: -3px;
}
.detail_catalog .tabs.modifications .tabs_content h2,
.text_brands .tabs.modifications .tabs_content h2 {
  text-align: left;
}
.block.block_det_cat {
  clear: both;
  overflow: hidden;
  padding-top: 0;
}
.block.block_det_cat .title {
  color: #264986;
  text-align: left;
}
.block.block_det_cat .catalog {
  width: 100%;
}
.block.block_det_cat .catalog .item {
  width: 19%;
  margin-right: 0.8%;
}
.block.block_det_cat .catalog .item:nth-child(5n) {
  margin-right: 0;
}
.block.block_det_cat .catalog .item:nth-child(4n) {
  margin-right: 0.8%;
}
.slider-pro img.sp-image {
  max-width: 100%!important;
  max-height: 100%!important;
  width: auto!important;
  margin: 0 auto!important;
  height: auto !important;
}
.detail_article .catalog {
  float: none;
  padding-top: 20px;
  width: 100%;
}
.detail_article .catalog .item {
  width: 19%;
  margin-right: 0.8%;
}
.detail_article .catalog .item:nth-child(5n) {
  margin-right: 0;
}
.subcat_list {
  margin-bottom: 20px;
}
.subcat_list ul {
  list-style: none;
}
.subcat_list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
.subcat_list ul li a {
  line-height: 40px;
  display: block;
  text-decoration: none;
  padding: 0 15px;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  background: #eff6fc;
}
.subcat_list ul li a:hover {
  background: #d8e5f1;
}
.owl-thumbs {
  margin-top: 10px;
}
.owl-thumbs div {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
#owl-detail .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
#owl-detail .owl-nav .owl-prev,
#owl-detail .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #264986;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 28px;
  color: #ffffff;
}
#owl-detail .owl-nav .owl-prev:hover,
#owl-detail .owl-nav .owl-next:hover {
  color: #ffffff;
  background: rgba(38, 73, 134, 0.9);
}
#owl-detail .owl-nav .owl-prev {
  left: 20px;
}
#owl-detail .owl-nav .owl-next {
  right: 20px;
}
.razdels {
  color: #ffffff;
  text-align: center;
}
.razdels .item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-right: 1.1%;
  margin-bottom: 15px;
}
.razdels .item:nth-child(3n) {
  margin-right: 0;
}
.razdels .item img {
  width: 100%;
}
.razdels .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
}
.razdels .item a:hover span.name {
  background: rgba(38, 73, 134, 0.9);
}
.razdels .item a span {
  font-size: 22px;
  line-height: 24px;
}
.razdels .item a span.text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
}
.razdels .item a span.name {
  color: #ffffff;
  font-family: GothamProBold;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
}
.razdels .item a span.announce {
  color: #264986;
  font-weight: 700;
}
.razdels .item a span.more {
  font-size: 18px;
  color: #264986;
}
.razdels.razdels_2 .item {
  width: 263px;
}
.razdels.razdels_3 {
  text-align: left;
}
.razdels.razdels_3 .item {
  float: left;
  width: 219px;
  height: 200px;
  margin: 0 1px 1px 0;
}
.razdels.razdels_3 .item.item_0 {
  width: 291px;
  height: 401px;
}
.razdels.razdels_3 .item.item_2,
.razdels.razdels_3 .item.item_4 {
  width: 438px;
}
.razdels.razdels_3 .item.item_3,
.razdels.razdels_3 .item.item_6 {
  margin-right: 0;
}
.razdels.razdels_3 .item a {
  background: transparent;
}
.razdels.razdels_3 .item a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.razdels.razdels_3 .item a span.name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 35px 20px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}
.razdels_4 {
  margin-bottom: 70px;
}
.razdels_4 .item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  box-sizing: border-box;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 15px;
  padding-top: 15px;
}
.razdels_4 .item:nth-child(odd) {
  border-right: 1px dashed #cccccc;
  padding-right: 15px;
}
.razdels_4 .item:nth-child(even) {
  padding-left: 15px;
}
.razdels_4 .item .photo {
  float: left;
  width: 220px;
}
.razdels_4 .item .text {
  float: right;
  width: calc(100% - 240px);
}
.razdels_4 .item .text a {
  text-decoration: none;
}
.razdels_4 .item .text a:hover {
  color: #7c7c7c;
}
.razdels_4 .item .text .name {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.razdels_4 .item .text .announce {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.razdels_4 .item .text .more {
  font-size: 13px;
}
nav.razdels_5 ul {
  list-style: none;
}
nav.razdels_5 ul li {
  padding: 5px 0;
  line-height: 32px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
nav.razdels_5 ul li a {
  display: block;
  padding-left: 50px;
  color: #7c7c7c;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
}
nav.razdels_5 ul li.active &gt; a,
nav.razdels_5 ul li a:hover {
  color: #264986;
}
.lists .item {
  display: inline-block;
  vertical-align: top;
}
.lists .item .photo {
  background-position: center center;
  background-repeat: no-repeat;
}
.lists_1 .item {
  width: 225px;
  margin: 0 70px;
  text-align: center;
}
.lists_1 .item .photo {
  width: 85px;
  height: 85px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 0.5);
  margin: 0 auto 20px;
}
.lists_1 .item .name {
  font-size: 24px;
  line-height: 24px;
}
.lists_2 .item {
  width: 270px;
  margin: 0 12px;
}
.lists_2 .item:first-child {
  margin-left: 0;
}
.lists_2 .item:last-child {
  margin-right: 0;
}
.lists_2 .item .photo,
.lists_2 .item .name {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.lists_2 .item .photo {
  width: 70px;
}
.lists_2 .item .name {
  font-size: 14px;
  line-height: 16px;
}
.lists_3 {
  padding-right: 570px;
}
.lists_3 .item {
  width: 270px;
  margin: 0 10px 40px 0;
}
.lists_3 .item:first-child {
  margin-left: 0;
}
.lists_3 .item:last-child {
  margin-right: 0;
}
.lists_3 .item .photo {
  width: 100px;
  height: 100px;
  float: left;
  background-position: top center;
}
.lists_3 .item .text {
  float: right;
  width: calc(100% - 100px);
}
.lists_3 .item .text .name {
  font-size: 36px;
  line-height: 36px;
  color: #264986;
  margin-bottom: 5px;
}
.lists_3 .item .text p {
  font-size: 14px;
  line-height: 16px;
}
.lists_4 {
  text-align: center;
}
.lists_4 a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px;
}
.lists_5 .nav {
  float: left;
  width: 470px;
}
.lists_5 .nav .item {
  height: 100px;
  background: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
}
.lists_5 .nav .item .photo {
  width: 70px;
  height: 70px;
  margin: 15px;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
}
.lists_5 .nav .item .text {
  float: right;
  width: 350px;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}
.lists_5 .nav .item .text i.fa {
  color: #264986;
  position: absolute;
  top: 44%;
  right: -10px;
  font-size: 30px;
  display: none;
}
.lists_5 .nav .item .text .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.lists_5 .nav .item.active {
  background: #264986;
}
.lists_5 .nav .item.active .photo {
  background-position: bottom center;
}
.lists_5 .nav .item.active .text {
  color: #ffffff;
}
.lists_5 .nav .item.active .text i.fa {
  display: block;
}
.lists_5 .pictures {
  float: right;
  width: 670px;
}
.lists_5 .pictures .item {
  display: none;
}
.lists_5 .pictures .item img {
  width: 100%;
  display: block;
}
.lists_5 .pictures .item.active {
  display: block;
}
.data_1 {
  border: 5px solid #cccccc;
  padding: 0 15px 15px;
  margin-top: 20px;
  text-align: center;
}
.data_1 p,
.data_1 div {
  text-align: center;
}
.data_1 .title {
  text-transform: uppercase;
  color: rgba(124, 124, 124, 0.8);
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 0 40px;
  top: -10px;
  position: relative;
  background: #ffffff;
}
.form {
  width: 400px;
  margin: 0 auto;
}
.form td {
  padding-bottom: 4px;
}
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form textarea {
  width: 100%;
  margin-bottom: 7px;
  box-sizing: border-box;
  border-color: #264986;
}
.form input[type=text],
.form input[type=email],
.form input[type=password] {
  padding: 0 10px;
  height: 40px;
}
.form input[type=text]#captcha {
  width: 70px;
  text-align: center;
}
.form textarea {
  padding: 10px;
  resize: none;
}
.form sup {
  color: #e03c42;
  font-size: 12px;
}
.block .form_1 {
  padding-left: 683px;
}
.block .form_1 .title {
  text-align: left;
  font-size: 42px;
  line-height: 42px;
}
.block .form_1 .title:after {
  left: 0;
  margin-left: 0;
}
.block .form_1 form label {
  display: block;
  margin-bottom: 10px;
}
.block .form_1 form label &gt; span {
  display: none;
}
.block .form_1 form label input[type=text],
.block .form_1 form label input[type=email],
.block .form_1 form label input[type=password],
.block .form_1 form label textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  background: transparent;
}
.block .form_1 form label input[type=text],
.block .form_1 form label input[type=email],
.block .form_1 form label input[type=password] {
  height: 55px;
  padding: 0 15px;
}
.block .form_1 form label textarea {
  height: 125px;
  padding: 15px;
  resize: none;
  margin-bottom: 20px;
}
.block .form_1 form input[type=submit] {
  width: 170px;
  height: 45px;
  color: #7c7c7c;
  font-size: 24px;
  text-transform: none;
}
.block .form_1 form input[type=submit]:hover {
  background: rgba(38, 73, 134, 0.8);
}
.block .form_2 {
  padding: 65px 70px 0;
}
.block .form_2 .title {
  float: left;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  width: 430px;
  color: #ffffff;
}
.block .form_2 form {
  float: right;
  width: 500px;
  position: relative;
}
.block .form_2 form label {
  display: block;
  margin-bottom: 10px;
}
.block .form_2 form label &gt; span {
  display: none;
}
.block .form_2 form label input[type=text],
.block .form_2 form label input[type=email] {
  width: 100%;
  box-sizing: border-box;
  font-size: 24px;
  background: transparent;
  height: 55px;
  padding: 0 200px 0 15px;
  border-color: #ffffff;
  color: #ffffff;
}
.block .form_2 form label input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.block .form_2 form label input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.block .form_2 form label input[type=text]:-moz-placeholder {
  color: #ffffff;
}
.block .form_2 form label input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
.block .form_2 form input[type=submit] {
  height: 45px;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.block .form_3 .name {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
.block .form_3 form label {
  display: block;
  margin-bottom: 20px;
}
.block .form_3 form label &gt; span {
  display: none;
}
.block .form_3 form label input[type=text],
.block .form_3 form label input[type=email] {
  width: 100%;
  box-sizing: border-box;
  font-size: 22px;
  height: 45px;
  padding: 0 10px;
  border-color: #ffffff;
}
.block .form_3 form label input[type=text]:focus,
.block .form_3 form label input[type=email]:focus {
  border-color: #264986;
}
.block .form_3 form input[type=submit] {
  width: 100%;
  height: 45px;
  font-size: 22px;
}
.form_page_1 .contacts {
  float: left;
  width: calc(100% - 550px);
}
.form_page_1 .contacts .item {
  margin-bottom: 20px;
}
.form_page_1 .contacts .item .icon {
  float: left;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #264986;
  color: #7c7c7c;
}
.form_page_1 .contacts .item .text {
  float: right;
  width: calc(100% - 70px);
}
.form_page_1 .contacts .item .name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.form_page_1 .contacts .item .value {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.form_page_1 .contacts .item .value a {
  color: #7c7c7c;
  text-decoration: none;
}
.form_page_1 .contacts .item .value a:hover {
  color: #264986;
}
.form_page_1 .form {
  float: right;
  width: 450px;
}
.form_page_1 .form .name {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.form_page_1 .form .submit input[type=submit] {
  float: none;
  text-transform: none;
  color: #7c7c7c;
  font-size: 18px;
}
.form_page_1 .form .submit input[type=submit]:hover {
  background: rgba(38, 73, 134, 0.8);
}
.form_page_2 .contacts {
  text-align: center;
  margin-bottom: 30px;
}
.form_page_2 .contacts .item {
  display: inline-block;
  vertical-align: top;
  margin: 40px;
  width: 230px;
}
.form_page_2 .contacts .item .icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  color: #264986;
}
.form_page_2 .contacts .item .text {
  font-size: 18px;
  line-height: 24px;
}
.form_page_2 .contacts .item .text a {
  color: #7c7c7c;
  text-decoration: none;
}
.form_page_2 .contacts .item .text a:hover {
  color: #264986;
}
.form_page_2 .form {
  width: 100%;
}
.form_page_2 .form .name {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.form_page_2 .form .desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
.form_page_2 .form input[type=text],
.form_page_2 .form textarea {
  border-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form_page_2 .form label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 370px;
  margin: 0 26px 30px 0;
}
.form_page_2 .form label i {
  color: #264986;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 18px;
}
.form_page_2 .form label.l_mail {
  margin-right: 0;
}
.form_page_2 .form label.l_message {
  display: block;
  width: 100%;
}
.form_page_2 .form input[type=text] {
  padding: 0 20px;
  height: 50px;
}
.form_page_2 .form textarea {
  height: 125px;
  padding: 20px;
}
.form_page_2 .form .submit {
  text-align: center;
}
.form_page_2 .form .submit input[type=submit] {
  float: none;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  padding: 0 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form_page_2 .form .submit input[type=submit]:hover {
  background: rgba(38, 73, 134, 0.8);
}
.block .button_popup_1 {
  padding-left: 585px;
  padding-top: 80px;
}
.block .button_popup_1 .title {
  font-size: 42px;
  line-height: 42px;
  color: #264986;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block .button_popup_1 .phone {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin: 20px 0 25px;
}
.block .button_popup_1 .button a {
  display: inline-block;
  padding: 0 40px;
  line-height: 45px;
  font-size: 24px;
  background: #264986;
  color: #7c7c7c;
  text-decoration: none;
}
.block .button_popup_1 .button a:hover {
  background: rgba(38, 73, 134, 0.8);
}
.articles {
  margin-top: 40px;
  overflow: hidden;
}
.articles .item {
  margin-bottom: 20px;
  width: 49%;
  float: left;
  margin-right: 2%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #264986;
  border-radius: 10px;
}
.articles .item:nth-child(2n) {
  margin-right: 0;
}
.articles .item .photo {
  float: left;
  width: 160px;
}
.articles .item .photo a {
  display: flex;
}
.articles .item .text {
  width: calc(100% - 180px);
  float: right;
}
.articles .item .name {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: GothamProBold;
}
.articles .item .name a {
  text-decoration: none;
  color: #343434;
  font-size: 18px;
  line-height: 20px;
}
.articles .item .name a:hover {
  color: #264986;
}
.articles .item .announce {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #343434;
  max-height: 57px;
  overflow: hidden;
}
.articles .item .date {
  color: #343434;
  font-size: 13px;
  margin-bottom: 10px;
}
.articles .item .more a {
  font-size: 12px;
  font-family: GothamProBold;
  color: #343434;
  text-decoration: none;
}
.articles .item .more a:after {
  content: '\f101';
  font-family: FontAwesome;
  margin-left: 5px;
  font-weight: bold;
}
.articles .item_grid {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 220px;
  position: relative;
  margin: 0 20px 30px 0;
  overflow: hidden;
  text-align: left;
}
.articles .item_grid:nth-child(3n) {
  margin-right: 0;
}
.articles .item_grid a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 73, 134, 0.7);
  z-index: 10;
}
.articles .item_grid a:hover {
  background: rgba(38, 73, 134, 0.5);
}
.articles .item_grid a span {
  display: block;
}
.articles .item_grid a span.text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  color: #ffffff;
}
.articles .item_grid a span.name {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.articles .item_grid a span.more {
  font-size: 13px;
}
.articles_1 .item {
  width: 265px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
}
.articles_1 .item .photo {
  margin-bottom: 10px;
}
.articles_1 .item .photo,
.articles_1 .item .text {
  float: none;
  width: 100%;
}
.articles_1 .item:first-child {
  margin-left: 0;
}
.articles_1 .item:last-child {
  margin-right: 0;
}
.gallery ul {
  list-style: none;
}
.gallery ul li {
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 0 35px 20px 0;
}
.gallery ul li a span {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 70px;
  line-height: 200px;
  text-align: center;
}
.gallery ul li a span i {
  color: #ffffff;
}
.gallery ul li a:hover span {
  display: block;
}
.gallery ul li:nth-child(5n) {
  margin-right: 0px;
}
.photos_2 .owl-carousel {
  width: 530px;
  float: left;
}
.photos_2 .text {
  float: right;
  width: calc(100% - 570px);
}
.photos_2 .more a {
  display: inline-block;
  line-height: 45px;
  padding: 0 30px;
  color: #ffffff;
  text-decoration: none;
  background: #264986;
  border: 2px solid #264986;
  box-sizing: border-box;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.photos_2 .more a:hover {
  background: #ffffff;
  color: #264986;
}
.specialists_1 {
  text-align: center;
}
.specialists_1 .item {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding: 0 10px;
  box-sizing: border-box;
}
.specialists_1 .item:first-child {
  padding-left: 0;
}
.specialists_1 .item:last-child {
  padding-right: 0;
}
.specialists_1 .item .photo {
  margin-bottom: 15px;
}
.specialists_1 .item .photo a {
  display: block;
  height: 315px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.specialists_1 .item .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.specialists_1 .item .name a {
  text-decoration: none;
}
.specialists_1 .item .name a:hover {
  color: #7c7c7c;
}
.specialists_1 .item .position {
  font-size: 14px;
}
.specialists .item,
.detail_specialist .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #264986;
}
.specialists .item .photo,
.detail_specialist .item .photo {
  float: left;
  width: 270px;
  text-align: center;
  position: relative;
}
.specialists .item .photo .write,
.detail_specialist .item .photo .write {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 15px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: 5px solid rgba(204, 204, 204, 0.5);
}
.specialists .item .photo .write a,
.detail_specialist .item .photo .write a {
  display: inline-block;
  line-height: 35px;
  width: 230px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: #264986;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.specialists .item .photo .write a:hover,
.detail_specialist .item .photo .write a:hover {
  background-color: rgba(38, 73, 134, 0.8);
}
.specialists .item .text,
.detail_specialist .item .text {
  float: right;
  width: calc(100% - 300px);
}
.specialists .item .text .name,
.detail_specialist .item .text .name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.specialists .item .text .name a,
.detail_specialist .item .text .name a {
  text-decoration: none;
}
.specialists .item .text .name a:hover,
.detail_specialist .item .text .name a:hover {
  color: #7c7c7c;
}
.specialists .item .text .param,
.detail_specialist .item .text .param {
  text-transform: uppercase;
  color: #264986;
  font-weight: 700;
  margin-bottom: 10px;
}
.specialists .item .text .value,
.detail_specialist .item .text .value {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.specialists .item .text .value ol,
.detail_specialist .item .text .value ol,
.specialists .item .text .value ul,
.detail_specialist .item .text .value ul {
  margin-left: 20px;
}
.specialists .item .text hr,
.detail_specialist .item .text hr {
  height: 0px;
  background: none;
  border-top: 1px dashed #cccccc;
  margin: 15px 0;
}
.specialists .item .text .more,
.detail_specialist .item .text .more {
  display: none;
}
.specialists .item .text .more a,
.detail_specialist .item .text .more a {
  text-decoration: none;
}
.specialists .item .text .more a:hover,
.detail_specialist .item .text .more a:hover {
  color: #7c7c7c;
}
.specialists .item:hover .more,
.detail_specialist .item:hover .more {
  display: block;
}
.specialists .item:hover .write,
.detail_specialist .item:hover .write {
  display: block;
}
.detail_specialist .item .photo {
  margin-bottom: 100px;
}
.detail_specialist .item .photo .write {
  display: block;
  bottom: -70px;
}
.detail_specialist .item .text {
  padding-top: 30px;
}
.detail_specialist .item .text .photos {
  padding-top: 40px;
}
.detail_specialist .item .text .photos a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  border: 5px solid #264986;
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.35);
}
.detail_specialist .item .text .photos a:hover {
  border-color: rgba(38, 73, 134, 0.5);
}
.detail_specialist .item .text .photos a img {
  display: block;
}
.gb {
  margin-top: 40px;
}
.gb_2 .item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 15px;
}
.gb_2 .item:first-child {
  margin-left: 0;
}
.gb_2 .item:last-child {
  margin-right: 0;
}
.gb_2 .item .message {
  background: rgba(204, 204, 204, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.gb_2 .item .message .quote {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #264986;
  color: #ffffff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gb_2 .item .message .more {
  padding-top: 15px;
}
.gb_2 .item .message .more a {
  text-decoration: none;
}
.gb_2 .item .message .more a:hover {
  color: #7c7c7c;
}
.gb_2 .item .name {
  color: #264986;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}
.gb_1 .item,
.gb_3 .item {
  position: relative;
}
.gb_1 .item .photo,
.gb_3 .item .photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.gb_1 .item .quote,
.gb_3 .item .quote {
  position: absolute;
  z-index: 20;
  top: 95px;
  left: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #264986;
  color: #ffffff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gb_1 .item .name,
.gb_3 .item .name {
  color: #343434;
  font-size: 20px;
  line-height: 22px;
  font-family: GothamProBold;
  text-align: center;
}
.gb_1 .item .date,
.gb_3 .item .date {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #343434;
}
.gb_1 .item .message,
.gb_3 .item .message {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #343434;
  text-align: center;
  border: 1px solid #264986;
  margin-top: 30px;
}
.gb_1 .item .message:before,
.gb_3 .item .message:before {
  content: '\f10d';
  font-family: FontAwesome;
  position: absolute;
  top: -15px;
  left: 47.5%;
  color: #fff;
  background: #264986;
  width: 20px;
  border-radius: 50%;
  padding: 5px;
}
.gb_1 .item .message .more,
.gb_3 .item .message .more {
  padding-top: 15px;
}
.gb_1 .item .message .more a,
.gb_3 .item .message .more a {
  text-decoration: none;
}
.gb_1 .item .message .more a:hover,
.gb_3 .item .message .more a:hover {
  color: #7c7c7c;
}
.gb_1 .item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-right: 1.5%;
}
.gb_1 .item:nth-child(2n) {
  margin-right: 0;
}
.gb3 .item {
  width: 770px;
  margin: 0 auto 30px;
}
.tinycarousel.gb_3 {
  padding: 30px 100px 0;
  box-sizing: border-box;
}
.tinycarousel.gb_3 .buttons {
  font-size: 50px;
  color: #cccccc;
}
.tinycarousel.gb_3 .buttons:hover {
  color: #264986;
}
.tinycarousel.gb_3 .viewport {
  height: 270px;
}
.tinycarousel.gb_3 .overview li {
  text-align: left;
  margin: 0;
}
.gb_form_inline {
  padding: 30px;
}
.gb_form_inline .title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 25px;
  color: #264986;
  font-family: GothamProBold;
  margin-bottom: 35px;
}
.gb_form_inline .col {
  width: 530px;
  min-height: 540px;
  border: 1px solid rgba(38, 73, 134, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
}
.gb_form_inline .col .name {
  text-transform: uppercase;
  font-family: GothamProBold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.gb_form_inline .col label {
  display: block;
  margin-bottom: 40px;
}
.gb_form_inline .col label:last-child {
  margin: 0;
}
.gb_form_inline .col label &gt; span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: GothamProMedium;
}
.gb_form_inline .col label input[type=text],
.gb_form_inline .col label textarea {
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: GothamProLight;
}
.gb_form_inline .col label input[type=text]:focus,
.gb_form_inline .col label textarea:focus {
  border-color: #264986;
}
.gb_form_inline .col label input[type=text] {
  height: 30px;
  padding: 0 15px;
}
.gb_form_inline .col label textarea {
  height: 75px;
  padding: 10px 15px;
  resize: none;
}
.gb_form_inline .col .stars_block {
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.gb_form_inline .col .stars_block.last {
  margin-bottom: 30px;
}
.gb_form_inline .col .stars_block .tab_name {
  padding: 10px 0;
  color: #264986;
  font-size: 14px;
  line-height: 20px;
  font-family: GothamProBold;
  cursor: pointer;
}
.gb_form_inline .col .stars_block .tab_name i {
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #264986;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gb_form_inline .col .stars_block .tab_name.active + .items {
  display: block;
}
.gb_form_inline .col .stars_block .items {
  display: none;
}
.gb_form_inline .col .stars_block .items .item {
  padding: 5px 0;
  border-top: 1px solid #cccccc;
}
.gb_form_inline .col .stars_block .items .item &gt; div {
  display: inline-block;
  vertical-align: top;
}
.gb_form_inline .col .stars_block .items .item .stars {
  width: 120px;
  text-align: right;
}
.gb_form_inline .col .stars_block .items .item .stars .starrr {
  border: 1px solid #cccccc;
  line-height: 20px;
  padding: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gb_form_inline .col .stars_block .items .item .stars .starrr a {
  font-size: 14px;
}
.gb_form_inline .col .stars_block .items .item .n {
  width: calc(100% - 130px);
  font-size: 12px;
  line-height: 20px;
  font-family: GothamProMedium;
}
.gb_form_inline .col .selectboxit-container .selectboxit {
  width: 100% !important;
}
.gb_form_inline .col .selectboxit-btn {
  border-color: #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gb_form_inline .col .selectboxit-btn.selectboxit-enabled:hover,
.gb_form_inline .col .selectboxit-btn.selectboxit-enabled:focus,
.gb_form_inline .col .selectboxit-btn.selectboxit-enabled:active {
  color: #7c7c7c;
  border-color: #264986;
  background-color: #ffffff;
}
.gb_form_inline .col .selectboxit-container .selectboxit-options {
  width: 100% !important;
}
.gb_form_inline .col .selectboxit-text {
  max-width: calc(100% - 50px) !important;
}
.gb_form_inline .bottom {
  padding-top: 40px;
}
.gb_form_inline .file {
  float: left;
  width: 33%;
}
.gb_form_inline .file div.jfilestyle label {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 20px;
  font-family: GothamProMedium;
  border: 0;
  padding: 0;
  padding-left: 45px;
  box-sizing: border-box;
  position: relative;
}
.gb_form_inline .file div.jfilestyle label:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 33px;
  height: 33px;
  background: url("../images/icon_upload.png") #264986 no-repeat center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gb_form_inline .file div.jfilestyle input {
  border: 0;
  padding: 0;
  background: transparent;
  margin-left: 45px;
}
.gb_form_inline .recomend {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding-left: 45px;
  position: relative;
}
.gb_form_inline .recomend:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 33px;
  height: 33px;
  background: url("../images/icon_recomend.png") #264986 no-repeat center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gb_form_inline .recomend .nm {
  font-size: 14px;
  line-height: 20px;
  font-family: GothamProMedium;
}
.gb_form_inline .recomend label {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-right: 20px;
}
.gb_form_inline .captcha {
  float: right;
  width: 33%;
  text-align: right;
}
.gb_form_inline .captcha label {
  display: block;
  font-family: GothamProMedium;
  margin-bottom: 10px;
}
.gb_form_inline .captcha input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: GothamProLight;
  height: 30px;
  width: 50px;
  text-align: center;
  padding: 0 15px;
}
.gb_form_inline .captcha input[type=text]:focus {
  border-color: #264986;
}
.gb_form_inline .submit {
  text-align: center;
  padding: 40px 0 20px;
}
.gb_form_inline .submit input {
  height: 45px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 30px;
  font-family: GothamProBold;
}
.gb_form_inline .rules {
  text-align: center;
}
.gb_form_inline .rules label {
  padding: 0;
}
.gb_form_inline .rules label input[type=checkbox] {
  position: relative;
  top: auto;
  left: auto;
}
.gb_inline_add {
  background: #edf4fd;
  text-align: center;
  padding: 30px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gb_inline_add span {
  display: inline-block;
  color: #ffffff;
  background: #264986;
  padding: 0 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: GothamProBold;
  cursor: pointer;
}
.gb_inline_add + .gb_form_inline {
  display: none;
}
.gb_list {
  padding: 30px 0;
}
.gb_list .item .top {
  background: url("../images/gbtl.png") no-repeat left bottom;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.gb_list .item .top .name {
  float: left;
  line-height: 20px;
  color: #7b8a9a;
  font-size: 14px;
  font-family: GothamProBold;
}
.gb_list .item .top .rating {
  float: right;
  color: #858585;
  font-size: 11px;
  font-family: GothamProMedium;
}
.gb_list .item .top .rating .starrr_ro {
  margin-right: 10px;
}
.gb_list .item .message {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
  font-family: GothamProLightItalic;
}
.gb_list .item .bottom .more {
  float: left;
  margin-right: 30px;
  color: #264986;
  cursor: pointer;
  font-size: 11px;
  line-height: 20px;
  font-family: GothamProBold;
}
.gb_list .item .bottom .more i {
  font-size: 15px;
}
.gb_list .item .bottom .more span {
  border-bottom: 1px solid rgba(38, 73, 134, 0.4);
}
.gb_list .item .bottom .more:hover span {
  border-color: transparent;
}
.gb_list .item .bottom .like {
  float: left;
  font-size: 11px;
  line-height: 20px;
  font-family: GothamProMedium;
}
.gb_list .item .bottom .like a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
}
.gb_list .item .bottom .like a.y {
  background: #4fad51;
}
.gb_list .item .bottom .like a.n {
  background: #e03c42;
}
.gb_list .item .bottom .date {
  color: #8b8585;
  font-family: GothamProLight;
  font-size: 12px;
  line-height: 20px;
}
.gb_list .list {
  scrollbar-color: rgba(38, 73, 134, 0.8) rgba(38, 73, 134, 0.1);
  scrollbar-width: thin;
  padding-right: 10px;
}
.gb_list .list::-webkit-scrollbar {
  width: 5px;
}
.gb_list .list::-webkit-scrollbar-track {
  background-color: rgba(38, 73, 134, 0.1);
}
.gb_list .list::-webkit-scrollbar-thumb {
  background-color: rgba(38, 73, 134, 0.8);
}
.gb_list .list {
  float: right;
  width: calc(100% - 625px);
  padding-left: 30px;
  box-sizing: border-box;
  height: 740px;
  overflow: auto;
}
.gb_list .list .item {
  margin-bottom: 15px;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  position: relative;
}
.gb_list .list .item:hover {
  border-color: rgba(38, 73, 134, 0.5);
}
.gb_list .list .item .bottom .date {
  float: right;
}
.gb_list .list .item.active {
  border-color: transparent;
  background: #f3f3f3;
  margin-left: -30px;
  padding-left: 55px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.gb_list .list .item.active:before {
  content: '';
  position: absolute;
  left: -2px;
  margin-top: -10px;
  top: 50%;
  border: 10px solid transparent;
  border-left: 10px solid #f9f9f9;
}
.gb_list .list .item.active .top .name {
  color: #264986;
}
.gb_list .opened {
  float: left;
  width: 625px;
}
.gb_list .opened .item {
  background: #f9f9f9;
  padding: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 0px 13px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 0px 13px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0px 13px 0px rgba(0, 0, 0, 0.05);
  display: none;
}
.gb_list .opened .item .top .name {
  color: #264986;
}
.gb_list .opened .item .message {
  color: #343434;
  line-height: 20px;
}
.gb_list .opened .item .bottom {
  margin-bottom: 30px;
}
.gb_list .opened .item .stars_block {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}
.gb_list .opened .item .stars_block .sb {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.25);
}
.gb_list .opened .item .stars_block .sb:last-child {
  border: 0;
}
.gb_list .opened .item .stars_block .sb &gt; div {
  display: inline-block;
  vertical-align: top;
}
.gb_list .opened .item .stars_block .sb .stars {
  width: 120px;
  text-align: right;
}
.gb_list .opened .item .stars_block .sb .n {
  width: calc(100% - 130px);
  font-size: 12px;
  line-height: 20px;
  color: #343434;
  font-family: GothamProMedium;
}
.gb_list .opened .item.active {
  display: block;
}
.starrr_ro {
  border: 1px solid #cccccc;
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.starrr_ro a {
  font-size: 14px;
  text-decoration: none;
  color: #c3c3c3;
  cursor: default;
  margin: 0 1px;
}
.starrr_ro.rate_1 a.fa-star {
  color: #ff0000;
}
.starrr_ro.rate_2 a.fa-star {
  color: #ff8400;
}
.starrr_ro.rate_3 a.fa-star {
  color: #f6bf01;
}
.starrr_ro.rate_4 a.fa-star {
  color: #7cb600;
}
.starrr_ro.rate_5 a.fa-star {
  color: #3aa11e;
}
.gb_list .photos,
.gb_list_all .photos {
  text-align: center;
  padding-top: 15px;
}
.gb_list .comments,
.gb_list_all .comments {
  padding-top: 15px;
}
.gb_list .comments .add &gt; a,
.gb_list_all .comments .add &gt; a {
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  font-family: GothamProMedium;
  border: 1px solid #264986;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.gb_list .comments .add &gt; a:hover,
.gb_list_all .comments .add &gt; a:hover {
  background: #264986;
  color: #ffffff;
}
.gb_list .comments .add form,
.gb_list_all .comments .add form {
  display: none;
}
.gb_list .comments .add form label,
.gb_list_all .comments .add form label {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  box-sizing: border-box;
  padding-right: 20px;
}
.gb_list .comments .add form label &gt; span,
.gb_list_all .comments .add form label &gt; span {
  display: block;
  font-family: GothamProBold;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 12px;
}
.gb_list .comments .add form label input,
.gb_list_all .comments .add form label input,
.gb_list .comments .add form label textarea,
.gb_list_all .comments .add form label textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gb_list .comments .add form label input:focus,
.gb_list_all .comments .add form label input:focus,
.gb_list .comments .add form label textarea:focus,
.gb_list_all .comments .add form label textarea:focus {
  border-color: #264986;
}
.gb_list .comments .add form label input,
.gb_list_all .comments .add form label input {
  height: 40px;
  padding: 0 10px;
}
.gb_list .comments .add form label textarea,
.gb_list_all .comments .add form label textarea {
  height: 80px;
  resize: vertical;
  padding: 10px;
}
.gb_list .comments .add form .submit,
.gb_list_all .comments .add form .submit {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  width: 24%;
}
.gb_list .comments .items,
.gb_list_all .comments .items {
  padding-top: 10px;
}
.gb_list .comments .items .title,
.gb_list_all .comments .items .title {
  font-size: 16px;
  font-family: GothamProBold;
  margin-bottom: 10px;
}
.gb_list .comments .items .it,
.gb_list_all .comments .items .it {
  margin-bottom: 15px;
}
.gb_list .comments .items .it &gt; div,
.gb_list_all .comments .items .it &gt; div {
  margin-bottom: 5px;
}
.gb_list .comments .items .it .fio,
.gb_list_all .comments .items .it .fio {
  font-family: GothamProMedium;
}
.gb_list .comments .items .it .date,
.gb_list_all .comments .items .it .date {
  font-size: 12px;
  color: rgba(124, 124, 124, 0.7);
}
.gb_list .comments .items .it .message,
.gb_list_all .comments .items .it .message {
  font-style: italic;
}
.gb_list .comments .items .it .items,
.gb_list_all .comments .items .it .items {
  padding-left: 30px;
}
.gb_list .comments .items .reply,
.gb_list_all .comments .items .reply {
  font-size: 12px;
}
.gb_list .comments .items .reply a,
.gb_list_all .comments .items .reply a {
  text-decoration: none;
  font-family: GothamProMedium;
}
.gb_list .comments .items .reply a:hover,
.gb_list_all .comments .items .reply a:hover {
  color: #7c7c7c;
}
.gb_list_all .list {
  float: none;
  width: 100%;
  padding: 0;
  padding-right: 10px;
}
.gb_list_all .list .item {
  border: 0;
  padding: 0;
  border: 1px solid rgba(38, 73, 134, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.gb_list_all .list .item .short {
  padding: 15px;
}
.gb_list_all .list .item .short .l {
  float: left;
  width: 340px;
}
.gb_list_all .list .item .short .l .ci {
  display: table;
  width: 100%;
}
.gb_list_all .list .item .short .l .ci div {
  display: table-cell;
  vertical-align: middle;
}
.gb_list_all .list .item .short .l .ci .photo {
  width: 130px;
}
.gb_list_all .list .item .short .l .ci .photo img {
  max-width: 100%;
}
.gb_list_all .list .item .short .l .ci .text {
  padding-left: 20px;
  font-size: 15px;
  font-family: GothamProMedium;
  line-height: 20px;
}
.gb_list_all .list .item .short .l .ci .text a {
  text-decoration: none;
}
.gb_list_all .list .item .short .l .ci .text a:hover {
  text-decoration: underline;
}
.gb_list_all .list .item .short .r {
  float: right;
  width: 680px;
}
.gb_list_all .list .item .open {
  display: none;
  background: #f9f9f9;
  padding: 15px;
}
.gb_list_all .list .item .open .stars_block {
  width: 530px;
  float: right;
}
.gb_list_all .list .item .open .stars_block .tab_name {
  font-size: 14px;
  line-height: 14px;
  font-family: GothamProMedium;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #264986;
}
.gb_list_all .list .item .open .stars_block .tab_name span {
  float: right;
  color: #c3c3c3;
}
.gb_list_all .list .item .open .stars_block:first-child {
  float: left;
}
.gb_list_all .list .item .open .stars_block .sb {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.25);
}
.gb_list_all .list .item .open .stars_block .sb:last-child {
  border: 0;
}
.gb_list_all .list .item .open .stars_block .sb &gt; div {
  display: inline-block;
  vertical-align: top;
}
.gb_list_all .list .item .open .stars_block .sb .stars {
  width: 120px;
  text-align: right;
}
.gb_list_all .list .item .open .stars_block .sb .n {
  width: calc(100% - 125px);
  font-size: 12px;
  line-height: 20px;
  color: #343434;
  font-family: GothamProMedium;
}
.gb_list_all .list .item .open .close {
  text-align: center;
  padding-top: 10px;
  color: #264986;
  cursor: pointer;
  font-size: 11px;
  line-height: 20px;
  font-family: GothamProBold;
}
.gb_list_all .list .item .open .close i {
  font-size: 15px;
}
.gb_list_all .list .item .open .close span {
  border-bottom: 1px solid rgba(38, 73, 134, 0.4);
}
.gb_list_all .list .item .open .close:hover span {
  border-color: transparent;
}
.gb_list_all .list .item.active {
  background: none;
  margin-left: 0;
  padding: 0;
  border-color: rgba(38, 73, 134, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gb_list_all .list .item.active .short {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
.gb_list_all .list .item.active .short:before {
  content: '';
  position: absolute;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.gb_list_all .list .item.active:before {
  display: none;
}
.gb_list_all .list .item.active .top .name {
  color: #7b8a9a;
}
.gb_list_all .list .item.active .open {
  display: block;
}
.gb_list_all .list .item.active .more {
  display: none;
}
.text_brands .gb_list_all .list .item .short .r {
  width: 480px;
}
.text_brands .gb_list_all .list .item .open .stars_block {
  width: 400px;
}
.gb_pages .pages {
  width: 100%;
  float: none;
}
.gb_pages .all {
  text-align: center;
}
.gb_pages .all a {
  display: inline-block;
  background: #264986;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 0 40px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: GothamProBold;
}
.gb_schem {
  padding: 0 100px 40px;
  margin-bottom: 40px;
  border-bottom: 5px solid #cccccc;
}
.gb_schem .lines {
  width: 620px;
  position: relative;
}
.gb_schem .lines .c {
  position: absolute;
  width: 197px;
  height: 197px;
  right: -100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  border: 4px solid #e1e2e3;
  background: url("../images/gb_c.png") no-repeat center center;
  font-family: GothamProBold;
  font-size: 44px;
  line-height: 197px;
  text-align: center;
  color: #494642;
}
.gb_schem .lines .line {
  background: #e1e2e3;
  margin-bottom: 5px;
  height: 30px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.gb_schem .lines .line .inner {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 471px;
  height: 40px;
  background: url("../images/gbrl.png") no-repeat;
  font-size: 12px;
  line-height: 40px;
  font-family: GothamProBold;
  color: #494642;
}
.gb_schem .lines .line .inner .n {
  float: left;
  width: 180px;
  margin-left: 30px;
}
.gb_schem .lines .line .inner .rt {
  float: right;
  background: #5d5d5d;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 12px;
  margin-right: 12px;
  width: 230px;
}
.gb_schem .lines .line .inner .rt .rng {
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: 2px;
  margin-top: 2px;
}
.gb_schem .lines .line .inner .rt .rng.rng_1,
.gb_schem .lines .line .inner .rt .rng.rng_2 {
  background: #ff0000;
}
.gb_schem .lines .line .inner .rt .rng.rng_3,
.gb_schem .lines .line .inner .rt .rng.rng_4 {
  background: #ff8400;
}
.gb_schem .lines .line .inner .rt .rng.rng_5,
.gb_schem .lines .line .inner .rt .rng.rng_6 {
  background: #f6bf01;
}
.gb_schem .lines .line .inner .rt .rng.rng_7,
.gb_schem .lines .line .inner .rt .rng.rng_8 {
  background: #7cb600;
}
.gb_schem .lines .line .inner .rt .rng.rng_9,
.gb_schem .lines .line .inner .rt .rng.rng_10 {
  background: #3aa11e;
}
.gb_schem .lines .line .inner .pc {
  position: absolute;
  top: 0;
  right: -35px;
}
.pricelist {
  margin: 0 60px;
}
.pricelist .name {
  padding: 7px 20px;
  background: rgba(204, 204, 204, 0.5);
  font-size: 22px;
  line-height: 24px;
  cursor: pointer;
  color: #264986;
}
.pricelist .name:hover,
.pricelist .name.active {
  color: #7c7c7c;
}
.pricelist .name i {
  float: right;
}
.pricelist .name + .data {
  display: none;
}
.pricelist .data {
  margin-bottom: 10px;
}
.pricelist .data .name {
  font-size: 18px;
  line-height: 20px;
}
.pricelist .data .items table {
  width: 100%;
  border-collapse: collapse;
}
.pricelist .data .items table tr td {
  padding: 7px 20px;
}
.pricelist .data .items table tr td:last-child {
  text-align: right;
}
.pricelist .data .items table tr:nth-child(even) {
  background: rgba(204, 204, 204, 0.5);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption {
  border: 0px;
  margin: 0px;
  outline: 0px;
  padding: 0px;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #7c7c7c;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #264986;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
article {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  font-weight: 200;
}
article div,
article p {
  margin: 10px 0;
}
article ul,
article ol {
  margin-left: 40px;
  margin-bottom: 10px;
}
article ul li,
article ol li {
  margin: 5px 0;
}
article h1,
article h2,
article h3 {
  margin: 20px 0;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #264986;
}
article h1 {
  font-size: 26px;
}
article h2 {
  font-size: 22px;
}
article h3 {
  font-size: 18px;
}
article table {
  margin-bottom: 10px;
  border-collapse: collapse;
  float: none;
}
article table th,
article table td {
  padding: 0 10px;
}
article table th ul,
article table td ul {
  margin-bottom: 0;
}
article table th {
  text-align: left;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  border: 1px solid #cccccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
  border-color: #264986;
}
input[type=submit],
input[type=button],
button {
  background: #264986;
  height: 40px;
  padding: 0 20px;
  border: 0px;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  box-shadow: 0 0 5px #264986;
}
.text_brands .tab &gt; h2 span.rating,
.page_title h1 span.rating {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  line-height: 20px;
}
.text_brands .tab &gt; h2 span.rating .starrr_ro,
.page_title h1 span.rating .starrr_ro {
  height: 20px;
  line-height: 12px;
}
.text_brands .tab &gt; h2 span.rating span,
.page_title h1 span.rating span {
  display: inline-block;
  vertical-align: top;
}
.text_brands .tab &gt; h2 span.rating .value,
.page_title h1 span.rating .value {
  color: #ffffff;
  background: url("../images/gb_count.png") no-repeat;
  width: 42px;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: center;
  font-size: 13px;
  margin-right: 10px;
}
.text_brands .tab &gt; h2 span.rating .desc,
.page_title h1 span.rating .desc {
  font-size: 13px;
  font-weight: 300;
  color: #616161;
  text-transform: none;
}
.text_brands .tab &gt; h2 span.rating a.desc,
.page_title h1 span.rating a.desc {
  color: #264986;
}
.text_brands .tab &gt; h2 span.rating .starrr_ro {
  line-height: 16px;
}
.text_brands .tab &gt; h2 span.rating .desc {
  line-height: 23px;
}
.page_title {
  margin-bottom: 20px;
}
.page_title h1,
.page_title .h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 30px;
  color: #264986;
}
#body.ct_catalog_inner .page_title {
  max-width: 730px;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mess_err {
  color: #e03c42;
  font-weight: bold;
}
.mess_ok {
  color: #4fad51;
  font-weight: bold;
}
.wrap {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.wrap:after {
  content: '';
  display: block;
  clear: both;
}
#body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  background: url("../images/bg-body.jpg") no-repeat center top;
}
#middle {
  height: auto;
  position: relative;
  padding-bottom: 330px;
  overflow: hidden;
}
#left {
  float: left;
  width: 280px;
}
#content {
  float: right;
  width: 1170px;
  position: relative;
  padding: 0;
}
#right {
  float: right;
  width: 0px;
  margin-left: 20px;
}
.block {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.block .title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.block .title a {
  text-decoration: none;
  border-bottom: 1px dotted #264986;
}
.block .title a:hover {
  border-color: transparent;
}
.rows {
  text-align: center;
}
.rows .item {
  display: inline-block;
  vertical-align: top;
}
.rows .item .photo,
.rows .item .name {
  margin-bottom: 15px;
}
.rows .item .photo {
  position: relative;
}
.rows .item .photo .date {
  position: absolute;
  z-index: 20;
  background: rgba(38, 73, 134, 0.7);
  color: #ffffff;
  padding: 10px;
  left: 0;
  top: 20px;
}
.rows .item .date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.rows .item .name {
  font-size: 18px;
  line-height: 20px;
}
.rows .item .name a {
  text-decoration: none;
  color: #7c7c7c;
}
.rows .item .name a:hover {
  color: #264986;
}
.rows .item .more a {
  display: inline-block;
  border: 1px solid #264986;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 35px;
  text-decoration: none;
}
.rows .item .more a:hover {
  color: #ffffff;
  background: #264986;
}
.bc {
  margin-bottom: 15px;
  font-size: 12px;
}
.bc a {
  color: #7c7c7c;
}
.pages,
#more,
.show_all_pages {
  padding: 20px 0px;
  clear: both;
  width: calc(100% - 250px);
  float: right;
}
.pages ul,
#more ul,
.show_all_pages ul {
  list-style: none;
  text-align: center;
}
.pages ul li,
#more ul li,
.show_all_pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.pages ul li a,
#more ul li a,
.show_all_pages ul li a,
.pages ul li span,
#more ul li span,
.show_all_pages ul li span {
  display: inline-block;
  padding: 5px;
  border-bottom: 2px solid transparent;
}
.pages ul li a,
#more ul li a,
.show_all_pages ul li a {
  text-decoration: none;
}
.pages ul li span,
#more ul li span,
.show_all_pages ul li span,
.pages ul li a:hover,
#more ul li a:hover,
.show_all_pages ul li a:hover {
  color: #7c7c7c;
  border-color: #264986;
}
#more a,
.show_all_pages a {
  display: block;
  line-height: 35px;
  border: 2px solid #264986;
  background: #264986;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
#more a:hover,
.show_all_pages a:hover {
  background: #ffffff;
  color: #264986;
}
.show_all_pages a {
  background: #ffffff;
  color: #264986;
}
.show_all_pages a:hover {
  background: #264986;
  color: #ffffff;
}
.popup_page {
  padding: 40px;
}
#color_changer li {
  cursor: pointer;
  border: 1px solid #7c7c7c;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 0;
  vertical-align: top;
}
#color_changer li.active {
  border: 1px solid #e03c42;
}
#back_top {
  position: fixed;
  bottom: 45%;
  right: 50px;
  background: #d90000;
  opacity: 0.7;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#back_top:hover {
  opacity: 1;
}
#back_top a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
.termins .termins_letter {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: bold;
}
.termins .termins_letter_container {
  margin-bottom: 1.5em;
}
.termins .termins_letter_container .termin_item {
  width: 30%;
  float: left;
  padding-bottom: 0.4em;
}
.compare_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.compare_table tr td {
  padding: 7px;
  border-bottom: 1px dashed #cccccc;
  border-right: 1px dashed #cccccc;
}
.compare_table tr td:last-child {
  border-right: 0px;
}
.compare_table .photo {
  position: relative;
}
.compare_table .photo a {
  text-decoration: none;
}
.compare_table .photo .delete_from_compare {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #264986;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 4px;
}
.compare_table .name {
  font-weight: bold;
  text-transform: uppercase;
}
.compare_table .name a {
  text-decoration: none;
}
.compare_table .name a:hover {
  text-decoration: underline;
}
.compare_table .param {
  font-weight: bold;
}
aside .article_item .article_item_photo,
aside .article_item .article_item_text {
  float: none;
  width: 100%;
}
.tabs .tabs_navigation ul {
  list-style: none;
}
.tabs .tabs_navigation ul li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #264986;
  color: #264986;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}
.tabs .tabs_navigation ul li.active {
  background: #264986;
  color: #ffffff;
  cursor: default;
}
.tabs .tabs_content .tab {
  display: none;
}
.tabs .tabs_content .tab.active {
  display: block;
}
.form_messages {
  margin-bottom: 20px;
}
.form_messages textarea {
  width: 100%;
  resize: vertical;
  height: 100px;
}
.messages .message_item {
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.messages .message_item .info {
  font-weight: bold;
  margin-bottom: 5px;
}
.messages .message_item .info span {
  font-style: italic;
  font-weight: normal;
}
.messages .message_new {
  background: rgba(224, 60, 66, 0.2);
}
.messages .message_item_sys {
  margin-left: 70px;
}
.messages .message_item_user {
  margin-right: 70px;
}
.catalog_limit a {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin: 0 2px;
  line-height: 32px;
  padding: 0 15px;
  background: #cccccc;
  text-decoration: none;
  color: #7c7c7c;
}
.catalog_limit a.active,
.catalog_limit a:hover {
  color: #ffffff;
  background: #7c7c7c;
}
.catalog_sort {
  text-align: right;
  margin-bottom: 20px;
  width: calc(100% - 250px);
  float: right;
}
.catalog_sort a {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  line-height: 25px;
  font-size: 15px;
  margin-left: 15px;
  border: 1px solid #264986;
  color: #ffffff;
  background: #264986;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.catalog_sort a.active {
  color: #264986;
  background: #ffffff;
}
.catalog_sort a:hover {
  color: #264986;
  background: rgba(38, 73, 134, 0.2);
}
.filters {
  width: 230px;
  float: left;
  margin-right: 20px;
  padding-bottom: 0;
}
.filters form {
  box-sizing: border-box;
  background: #eff6fc;
  border-radius: 5px;
  padding: 10px 0;
}
.filters .filter {
  padding: 20px;
  border-bottom: 1px solid #d8e5f1;
  position: relative;
}
.filters .filter &gt; input[type=submit] {
  height: 30px;
  font-size: 12px;
  padding: 0 15px;
  position: absolute;
  top: 20%;
  left: 90%;
  z-index: 100;
}
.filters .filter label {
  display: block;
}
.filters .filter label &gt; input[type=submit] {
  height: 30px;
  font-size: 12px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
}
.filters .filter:last-child {
  border: none;
}
.filters .filter.filt-slide {
  padding: 20px 0;
}
.filters .filter.filt-slide .name {
  margin: 0 20px;
  cursor: pointer;
}
.filters .filter.filt-slide .name:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.filters .filter.filt-slide .name + .vars {
  display: none;
}
.filters .filter.filt-slide .vars {
  padding: 15px 20px;
}
.filters .filter.filt-slide .vars label {
  padding-left: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.filters .filter.filt-slide .vars label.disabled {
  opacity: 0.5;
  cursor: default;
}
.filters .filter.filt-slide .vars label input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.filters .filter.filt-slide .vars label input[type=checkbox] + i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #264986;
}
.filters .filter.filt-slide .vars label input[type=checkbox] + i.color {
  border-color: #888888;
}
.filters .filter.filt-slide .vars label input[type=checkbox]:checked + i {
  background: url("../images/icon_check.svg") #264986 no-repeat center center;
  background-size: contain;
}
.filters .filter.filt-slide .vars label input[type=checkbox]:checked + i + span {
  font-weight: 700;
}
.filters .filter.filt-slide .vars label input[type=checkbox]:checked + i.color {
  border-color: #264986;
}
.filters .filter.filt-slide .vars .toggle {
  cursor: pointer;
  text-align: center;
  color: #264986;
  font-weight: 700;
  padding: 7px 0;
}
.filters .filter.filt-slide .vars .toggle + .more {
  display: none;
}
.filters .filter.filt-slide.active .name {
  margin-bottom: 20px;
}
.filters .filter.filt-slide.active .name:before {
  content: '\f106';
}
.filters .filter .name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  position: relative;
}
.filters .filter .name span {
  font-size: 13px;
  font-weigth: 400;
  text-transform: none;
}
.filters .filter .range .ui-slider-horizontal {
  border-radius: 0 !important;
  height: 4px !important;
  background: #b9c5cf !important;
  border: 0 !important;
  margin-bottom: 10px;
}
.filters .filter .range .ui-slider-range {
  background: #2181ed;
}
.filters .filter .range .ui-slider-handle {
  background: #2181ed !important;
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
  top: -7px !important;
  border: 4px solid #fff!important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.filters .filter .left,
.filters .filter .right {
  width: 0;
  position: absolute;
}
.filters .filter .left input[type=text],
.filters .filter .right input[type=text] {
  width: 0;
  height: 0;
  border: 0;
  text-indent: -10px;
}
.filters .filter .vars label {
  display: block;
}
.filters .submit {
  text-align: center;
  width: 80%;
  margin: 15px auto 5px;
}
.filters .submit button {
  width: 100%;
}
.filters .razdels {
  background: #ffffff;
  position: relative;
  padding-top: 20px;
}
.filters .razdels .item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0px;
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #73B9FF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.filters .razdels .item a {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  top: auto;
  text-align: center;
}
.filters .razdels .item a img {
  max-width: 90%;
  margin: 10px 0;
}
.filters .razdels .item a span {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.version_desktop a,
.version_mobile a {
  display: block;
  text-align: center;
  background: #ff9c00;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-bottom: 60px;
}
.version_desktop a:hover,
.version_mobile a:hover {
  background: rgba(38, 73, 134, 0.8);
}
.questions .item {
  margin-bottom: 20px;
}
.questions .item .question {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.questions .item .question.full {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.questions .item .question.full i {
  position: absolute;
  top: 0;
  left: 0;
}
.questions .item .question.full.active,
.questions .item .question.full:hover {
  color: #264986;
}
.questions .item .question.full + .answer {
  display: none;
}
.questions .item .answer {
  padding-top: 10px;
  padding-left: 30px;
}
/*@font_base:GothamProRegular;*/
.block_1 {
  padding: 30px 0;
}
.block_1 .item {
  position: relative;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
.block_1 .item .photo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_1 .item .photo a img {
  max-width: 100%;
}
.block_1 .item .name {
  padding: 0 10px;
}
.block_1 .item .name a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.block_1 .item:hover,
.block_1 .item.active {
  background: #eff6fc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px -2px 2px rgba(0, 0, 0, 0.1);
}
.block_1 .item:hover .menu_childs,
.block_1 .item.active .menu_childs {
  display: block;
}
.block_1 .item .menu_childs {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background: #eff6fc;
  z-index: 100;
  box-sizing: border-box;
  border-radius: 0 5px 5px 5px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.block_1 .item .menu_childs ul {
  list-style: none;
  text-align: left;
  font-size: 12px;
  width: 100%;
}
.block_1 .item .menu_childs ul li {
  padding: 5px 20px;
  border-bottom: 1px solid #e0e9f0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.block_1 .item .menu_childs ul li a {
  color: #616161;
  text-decoration: none;
  white-space: nowrap;
}
.block_1 .item .menu_childs ul li a:hover {
  color: #ff9c00;
}
.block_1 .item .menu_childs ul li ul {
  position: absolute;
  width: auto;
  top: 0;
  left: 100%;
  background: #eff6fc;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-border-radius: 0 5px 0 5px;
  -moz-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  display: none;
}
.block_1 .item .menu_childs ul li:hover ul {
  display: block;
}
.block_1 .item .menu_childs ul li:last-child {
  border: none;
}
.block_1 .item:last-child ul li ul {
  left: auto;
  right: 100%;
}
.block_2 {
  padding-top: 0;
}
.block_2 .tinycarousel {
  padding: 0;
  text-align: center;
  /*
		*/
}
.block_2 .tinycarousel ul.bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  list-style: none;
  margin-top: 10px;
}
.block_2 .tinycarousel ul.bullets li {
  margin: 0 5px;
}
.block_2 .tinycarousel ul.bullets li a {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #9a9a9a;
  text-decoration: none;
}
.block_2 .tinycarousel ul.bullets li a span {
  font-size: 10px;
  line-height: 5px;
  color: transparent;
}
.block_2 .tinycarousel ul.bullets li a.active span,
.block_2 .tinycarousel ul.bullets li a:hover span {
  color: #264986;
}
.block_2 .tinycarousel .overview li {
  margin-right: 15px;
}
.block_2 .tinycarousel#nocarousel_2 .overview li {
  width: 100%;
  float: none;
  height: 200px;
}
.block_2 .tinycarousel#nocarousel_2 .viewport {
  height: 200px;
}
.block_3 {
  padding-top: 0;
}
.block_3 .item {
  position: relative;
  margin-bottom: 15px;
}
.block_3 .item .photo {
  margin-bottom: 0;
}
.block_3 .item .photo a {
  display: flex;
}
.block_3 .item .name {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.block_3 .item .name a {
  color: #fff;
  font-weight: bold;
}
.block_3 .item:hover .name {
  background: rgba(38, 73, 134, 0.8);
}
.block_3 .item:hover .name a {
  color: #fff;
}
.block_4_5_6 {
  padding: 30px 0 40px;
  width: 1170px;
  margin: 0 auto;
}
.block_4_5_6 .tabs_navigation {
  margin-bottom: 50px;
}
.block_4_5_6 .tabs_navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_4_5_6 .tabs_navigation ul li {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #7c7c7c;
  background: none;
  border: none;
  height: auto;
  margin: 0;
  padding: 0 50px;
  position: relative;
}
.block_4_5_6 .tabs_navigation ul li.active,
.block_4_5_6 .tabs_navigation ul li:hover {
  color: #264986;
  background: none;
}
.block_4_5_6 .tabs_navigation ul li.active:after,
.block_4_5_6 .tabs_navigation ul li:hover:after {
  color: #e5e5e5;
}
.block_4_5_6 .tabs_navigation ul li:last-child:after {
  display: none;
}
.block_4_5_6 .tabs_navigation ul li:after {
  content: '\f0c8';
  font-family: FontAwesome;
  font-size: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  color: #e5e5e5;
}
.block_4_5_6 .tinycarousel {
  padding: 0;
  overflow: visible;
}
.block_4_5_6 .tinycarousel .prev {
  left: -50px;
}
.block_4_5_6 .tinycarousel .next {
  right: -50px;
}
.block_4_5_6 .tinycarousel .viewport {
  height: 340px!important;
}
.block_4_5_6 .tinycarousel .viewport li {
  height: 340px;
}
.block_4_5_6 .all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.block_4_5_6 .all a {
  display: inline-flex;
  background: #264986;
  padding: 15px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.block_4_5_6 .all a:hover {
  box-shadow: 0 0 5px #264986;
}
.owl-category .owl-dots {
  margin: 0;
  height: 8px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 8px;
  text-align: center;
}
.owl-category .owl-dots .owl-dot {
  margin: 0 2px;
  display: none !important;
}
.owl-category .owl-dots .owl-dot:first-child,
.owl-category .owl-dots .owl-dot:nth-child(2),
.owl-category .owl-dots .owl-dot:nth-child(3),
.owl-category .owl-dots .owl-dot:nth-child(4) {
  display: inline-block !important;
}
.owl-category .owl-dots .owl-dot span {
  background: #cccccc !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
}
.owl-category .owl-dots .owl-dot.active span {
  background: #00468C !important;
}
.block_4_5_6 .overview li {
  width: 217px !important;
}
.block_4_5_6 li,
.catalog .item {
  border: 1px solid #73B9FF;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  line-height: 18px;
  font-size: 12px;
}
.block_4_5_6 li .photo a,
.catalog .item .photo a,
.block_4_5_6 li .photo .owl-carousel,
.catalog .item .photo .owl-carousel,
.block_4_5_6 li .photo .owl-carousel .owl-stage-outer,
.catalog .item .photo .owl-carousel .owl-stage-outer,
.block_4_5_6 li .photo .owl-carousel .owl-stage,
.catalog .item .photo .owl-carousel .owl-stage,
.block_4_5_6 li .photo .owl-carousel .owl-item,
.catalog .item .photo .owl-carousel .owl-item {
  height: 100%;
}
.block_4_5_6 li .photo a,
.catalog .item .photo a {
  overflow: hidden;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.block_4_5_6 li .photo a img,
.catalog .item .photo a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.block_4_5_6 li .photo .spec,
.catalog .item .photo .spec {
  position: absolute;
  height: 38px;
  right: -6px;
  top: 35px;
  border-radius: 0 5px 5px 0;
  padding-bottom: 6px;
  z-index: 20;
}
.block_4_5_6 li .photo .spec span,
.catalog .item .photo .spec span {
  box-sizing: content-box;
  display: inline-block;
  width: 100%;
  color: #FFF;
  border-radius: 5px 5px 0px 5px;
  text-align: center;
  padding: 10px 7px;
  box-shadow: -1px 1px 3px #000000;
  vertical-align: top;
  font-size: 14px;
  margin-left: -8px;
}
.block_4_5_6 li .photo .spec.in_stock,
.catalog .item .photo .spec.in_stock {
  border-right: 6px solid #003200;
}
.block_4_5_6 li .photo .spec.in_stock span,
.catalog .item .photo .spec.in_stock span {
  background-color: #009600;
}
.block_4_5_6 li .photo .spec.hit,
.catalog .item .photo .spec.hit {
  border-right: 6px solid #640000;
}
.block_4_5_6 li .photo .spec.hit span,
.catalog .item .photo .spec.hit span {
  background-color: #d90000;
}
.block_4_5_6 li &gt; .name,
.catalog .item &gt; .name {
  margin: 10px 0 5px;
  min-height: 54px;
  font-size: 14px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block_4_5_6 li &gt; .name a,
.catalog .item &gt; .name a {
  text-decoration: none;
}
.block_4_5_6 li &gt; .name a:hover,
.catalog .item &gt; .name a:hover {
  color: #7c7c7c;
}
.block_4_5_6 li &gt; .rating,
.catalog .item &gt; .rating {
  margin-bottom: 10px;
}
.block_4_5_6 li .filters,
.catalog .item .filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
  width: 100%;
  padding: 0;
  border-radius: 0;
  float: none;
  margin: 0;
  text-align: left;
}
.block_4_5_6 li .filters .name,
.catalog .item .filters .name {
  margin-right: 10px;
  height: auto!important;
}
.block_4_5_6 li .filters .name:after,
.catalog .item .filters .name:after {
  content: ':';
}
.block_4_5_6 li .filters .name span,
.catalog .item .filters .name span,
.block_4_5_6 li .filters .values span,
.catalog .item .filters .values span {
  font-size: 13px;
}
.block_4_5_6 li .filters .name span:after,
.catalog .item .filters .name span:after,
.block_4_5_6 li .filters .values span:after,
.catalog .item .filters .values span:after {
  content: 'x';
  font-size: 12px;
  margin-left: 1px;
  margin-right: -2px;
}
.block_4_5_6 li .filters .name span:last-child:after,
.catalog .item .filters .name span:last-child:after,
.block_4_5_6 li .filters .values span:last-child:after,
.catalog .item .filters .values span:last-child:after {
  display: none;
}
.block_4_5_6 li .art,
.catalog .item .art,
.block_4_5_6 li .phone,
.catalog .item .phone {
  text-align: left;
  font-size: 12px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block_4_5_6 li .phone span,
.catalog .item .phone span {
  font-weight: bold;
}
.block_4_5_6 li .phone strong,
.catalog .item .phone strong {
  color: #000000;
}
.block_4_5_6 li .text,
.catalog .item .text {
  margin-bottom: 10px;
}
.block_4_5_6 li .price,
.catalog .item .price {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
  float: left;
  width: 48%;
}
.block_4_5_6 li .price.old_price,
.catalog .item .price.old_price {
  margin: 5px 0;
  color: #D90000;
  line-height: 12px;
}
.block_4_5_6 li .price.old_price span,
.catalog .item .price.old_price span {
  font-size: 16px;
}
.block_4_5_6 li .price.old_price strike,
.catalog .item .price.old_price strike {
  font-size: 16px;
  display: block;
  font-weigth: 200;
  color: #333;
}
.block_4_5_6 li .price.old_price .sale,
.catalog .item .price.old_price .sale {
  display: block;
  font-size: 14px;
}
.block_4_5_6 li .price.sales,
.catalog .item .price.sales {
  margin: 0;
}
.block_4_5_6 li .more,
.catalog .item .more {
  width: 48%;
  float: right;
  margin: 5px 0;
}
.block_4_5_6 li .more.more_sales,
.catalog .item .more.more_sales {
  margin: 10px 0;
}
.block_4_5_6 li .more a,
.catalog .item .more a,
.block_4_5_6 li form input[type=submit],
.catalog .item form input[type=submit] {
  display: block;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 70, 140, 0.6);
  color: #fff;
  font-family: IdealistRegular;
  font-size: 13px;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 0;
  text-transform: none;
  height: auto;
  outline: none;
}
.block_4_5_6 li .more a:hover,
.catalog .item .more a:hover,
.block_4_5_6 li form input[type=submit]:hover,
.catalog .item form input[type=submit]:hover {
  background-color: #00468c;
}
#middle .catalog .item .text {
  margin-bottom: 5px;
}
#middle .catalog .item span.red-price {
  float: right;
  line-height: 16px;
  display: block;
  width: 100%;
  text-align: left;
}
#middle .catalog .item .price {
  margin: 5px 0;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#middle .catalog .item .price.old_price strike {
  float: left;
  width: 45%;
  margin-right: 5%;
  text-align: right;
}
.block_7 {
  width: 100%;
  max-width: 1250px;
  margin: 40px auto;
  padding: 60px 0;
  clear: both;
}
.block_7 .wrap {
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 60px;
}
.block_7 .wrap:after {
  content: '';
  display: block;
  clear: both;
}
.block_7 .wrap .block_title {
  width: 50%;
  color: #fff;
  float: left;
  padding-left: 120px;
  box-sizing: border-box;
  background: url("../images/icon_subscribe.png") no-repeat center left;
  font-family: GothamProMedium;
}
.block_7 .wrap .block_title .title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
  text-transform: none;
  font-weight: 400;
}
.block_7 .wrap .block_title .announce {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-family: GothamProLight;
}
.block_7 .wrap .block_title .announce a {
  color: #fff;
}
.block_7 .wrap form {
  width: 50%;
  float: left;
  padding-left: 60px;
  max-width: 320px;
  box-sizing: border-box;
}
.block_7 .wrap form .rules {
  color: #ffffff;
  margin: 10px 0 0 0;
}
.block_7 .wrap form .rules a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.block_7 .wrap form .rules a:hover {
  border-color: transparent;
}
.block_7 .wrap form .rules label:last-child {
  display: none;
}
.block_7 .wrap form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #84b1df;
  border-radius: 5px;
  height: 35px;
  font-size: 14px;
  padding: 0 15px;
  font-family: GothamProRegular;
  font-weight: 400;
}
.block_7 .wrap form .submit {
  padding-top: 10px;
}
.block_7 .wrap form .submit input[type=submit] {
  color: #ffffff;
  background: #de0505;
  border-radius: 5px;
  height: 35px;
  padding: 0 15px;
  font-size: 14px;
  text-transform: none;
  font-family: GothamProRegular;
  font-weight: 400;
  border: 0;
}
.block_7 .wrap form .submit input[type=submit]:hover {
  opacity: .9;
}
.basket {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 23, 46, 0.9);
  padding: 10px 0;
  color: #fff;
  z-index: 200;
}
.basket .wrap &gt; a {
  font-size: 24px;
  color: #fff;
}
.basket .wrap .cart_block {
  float: right;
}
.basket .wrap .cart_block &gt; i {
  font-size: 20px;
  color: #d9aaaa;
}
.basket .wrap .cart_block a#cart {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  color: #000;
  margin: 0 10px;
}
.basket .wrap .cart_block a#cart span.col {
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 10px;
  border-radius: 10px;
  margin-right: 7px;
}
.basket .wrap .cart_block a#cart span.sum {
  color: #fff;
}
.basket .wrap .cart_block a.button_cart {
  background: #d90000;
  text-decoration: none;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 18px;
  margin-left: 5px;
}
.bc,
.bc span {
  font-weigth: 500;
  font-size: 16px;
  line-height: 18px;
}
article.catalog_article {
  clear: both;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.sp-thumbnail-arrow {
  width: 30px;
  background: #264986;
  text-align: center;
  box-shadow: 0 0 10px #ffffff;
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.sp-thumbnail-arrow:before {
  display: none;
}
.sp-thumbnail-arrow:after {
  font-family: FontAwesome;
  color: #fff;
  top: auto;
  left: auto;
  right: auto;
  background: none;
  transform: none;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  position: relative;
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow:after,
.sp-top-thumbnails .sp-next-thumbnail-arrow:after {
  content: '\f105';
}
.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
  width: 80px!important;
}
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow:after,
.sp-top-thumbnails .sp-previous-thumbnail-arrow:after {
  content: '\f104';
}
.sp-fade-full-screen,
.sp-horizontal .sp-arrows {
  display: none;
}
.cart_form {
  width: 25%;
  float: right;
  background: #eff6fc;
  border-radius: 15px;
}
.cart_form form {
  padding: 20px;
}
.cart_form p.dop_text {
  padding: 15px 20px;
  border-top: 1px solid #d8e5f1;
  font-size: 12px;
  color: #878787;
  font-weight: 200;
  line-height: 14px;
}
.cart_form .button_sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_form .button_sum .all_sum {
  width: 40%;
  font-size: 18px;
  line-height: 20px;
  color: #004592;
  font-weight: 700;
  white-space: nowrap;
}
.cart_form .button_sum .all_sum span.title {
  font-size: 14px;
  display: block;
  color: #000000;
  font-weight: 500;
}
.cart_form .button_sum .all_sum span#global_price {
  font-size: 14px;
  font-weight: 700;
}
.cart_form .button_sum input[type=submit] {
  width: 55%;
  white-space: normal;
  height: auto;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  outline: none;
}
.cart_items {
  width: 70%!important;
  float: left;
}
.cart_items .block_brand {
  margin-bottom: 30px;
}
.cart_items .block_brand .title {
  font-weigth: bold;
  color: #343434;
}
.cart_items .block_brand .title a {
  font-size: 20px;
  line-height: 22px;
  color: #43790a;
  font-weigth: bold;
  text-decoration: none;
}
.cart_items .block_brand &gt; ul {
  list-style: none;
}
.cart_items .block_brand &gt; ul li {
  margin: 20px 0 5px;
}
.cart_items .block_brand &gt; ul li .note {
  padding: 5px 10px;
  text-align: right;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart_items .block_brand &gt; ul li .note input[type=text] {
  margin: 0 10px;
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  color: #7c7c7c;
  width: 250px;
}
.cart_items .block_brand &gt; ul li .note input[type=submit] {
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  color: #06779d;
  background: #d6ebff;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: lowercase;
}
.cart_items .block_brand &gt; ul li .table {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #0094fc;
  border-radius: 10px;
}
.cart_items .block_brand &gt; ul li .photo {
  width: 15%;
  padding-right: 20px;
  box-sizing: border-box;
}
.cart_items .block_brand &gt; ul li .photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  overflow: hidden;
}
.cart_items .block_brand &gt; ul li .photo a img {
  max-width: 100%;
}
.cart_items .block_brand &gt; ul li .name {
  width: 35%;
  padding-right: calc(5% + 20px);
  box-sizing: border-box;
  color: #343434;
  font-weigth: 500;
  font-size: 16px;
  line-height: 20px;
}
.cart_items .block_brand &gt; ul li .name a {
  font-size: 16px;
  line-height: 20px;
  color: #004592;
  font-weigth: 500;
}
.cart_items .block_brand &gt; ul li .price {
  line-height: 32px;
}
.cart_items .block_brand &gt; ul li .price span.red-price {
  margin: 0;
  line-height: 32px;
}
.cart_items .block_brand &gt; ul li .price span {
  line-height: 16px;
}
.cart_items .block_brand &gt; ul li .price,
.cart_items .block_brand &gt; ul li .count {
  width: 15%;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #343434;
  font-weigth: bold;
}
.cart_items .block_brand &gt; ul li .price span,
.cart_items .block_brand &gt; ul li .count span {
  display: block;
  font-weigth: 500;
  color: #595959;
  margin-bottom: 7px;
}
.cart_items .block_brand &gt; ul li .price span.red-price,
.cart_items .block_brand &gt; ul li .count span.red-price {
  color: #d90000;
  font-size: 20px;
}
.cart_items .block_brand &gt; ul li .count .form_cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons {
  position: relative;
  border: 1px solid #264986;
  padding-right: 20px;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons input[type=text] {
  border: none;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
  font-weigth: 500;
  color: #595959;
  width: 40px;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label {
  position: absolute;
  right: 3px;
  width: 12px;
  height: 10px;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label.minus {
  top: 4px;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label.minus:before {
  content: '\f0d8';
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label.plus {
  bottom: 3px;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label.plus:before {
  content: '\f0d7';
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label input {
  background: none;
  padding: 0;
  width: 12px;
  height: 10px;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label input:hover {
  box-shadow: none;
}
.cart_items .block_brand &gt; ul li .count .form_cart .buttons label:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #595959;
  font-size: 16px;
  line-height: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.cart_items .block_brand &gt; ul li .but_ed_del {
  position: absolute;
  top: -12px;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_items .block_brand &gt; ul li .but_ed_del .edit {
  margin-right: 10px;
}
.cart_items .block_brand &gt; ul li .but_ed_del .edit a {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  font-weigth: 500;
  color: #06779d;
  background: #d6ebff;
  padding: 5px 10px;
  border-radius: 20px;
}
.cart_items .block_brand &gt; ul li .but_ed_del .edit a:before {
  content: '\f040';
  font-family: FontAwesome;
  margin-right: 5px;
}
.cart_items .block_brand &gt; ul li .but_ed_del .delete a {
  background: #e36554;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}
.cart_items .block_brand &gt; ul li .but_ed_del .delete a i {
  line-height: 11px;
  width: 11px;
  margin: 0.5px 0 0 1px;
}
.cart_summary {
  font-size: 18px;
  line-height: 20px;
  color: #004592;
  font-weigth: bold;
}
.cart_summary span.title {
  font-weigth: 500;
  color: #595959;
  margin-right: 10px;
}
.cart_summary &gt; i {
  font-size: 22px;
}
.cart_summary span#global_price {
  font-size: 22px!important;
  font-weight: normal!important;
  font-weigth: bold;
}
.cart_summary &gt; a {
  color: #e36554;
  font-weigth: 500;
}
.block_list {
  border: 2px dashed #94beec;
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px 20px 20px;
  text-align: center;
}
.block_list .announce {
  font-weigth: 500;
  margin-bottom: 30px;
}
.block_list .content ul {
  list-style: none;
  margin: 0;
}
.block_list .content ul li {
  display: inline-block;
  width: 17.5%;
  margin: 0 1%;
  text-align: center;
  vertical-align: top;
  font-weigth: 400;
  margin-bottom: 20px;
}
.block_list .content ul li img {
  display: block;
  margin: 0 auto 10px;
}
.fancybox-skin {
  background: #fff;
}
.button-gb {
  position: absolute;
  top: -70px;
  right: 0;
  height: 40px;
  background: #264986;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  font-weigth: bold;
  border-radius: 5px;
}
.button-gb:hover {
  box-shadow: 0 0 5px #264986;
}
.brands {
  margin-top: 30px;
}
.brands .item {
  padding: 20px 20px 20px 30px;
  border: 1px solid #264986;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.brands .item .butt {
  position: absolute;
  top: auto;
  bottom: auto;
  left: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.brands .item .butt:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  background: #264986;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  width: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.brands .item.active {
  display: block;
}
.brands .item.active .photo,
.brands .item.active .name {
  margin-bottom: 20px;
}
.butt .brands .item.active:before {
  content: '\f105';
}
.brands .item .announce,
.brands .item .content {
  color: #343434;
}
.brands .item .content {
  display: none;
}
.brands .item .photo {
  margin-right: 30px;
}
.brands .item .photo img {
  cursor: pointer;
}
.brands .item .rating {
  padding-top: 10px;
  font-size: 12px;
}
.brands .item .rating &gt; div {
  margin-right: 10px;
}
.brands .item .jRating {
  margin-top: 10px;
}
.brands .item .name {
  margin-right: 30px;
  white-space: nowrap;
}
.brands .item .name span,
.brands .item .name &gt; a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #264986;
  cursor: pointer;
  text-decoration: none;
}
.block_form {
  width: 30%;
  float: right;
  margin-left: 3%;
  margin-bottom: 30px;
}
.block_form .title {
  font-size: 18px;
  line-height: 22px;
  font-weigth: bold;
  color: #343434;
  margin-bottom: 10px;
}
.block_form .form {
  width: 100%;
}
.block_form .form input[type=submit] {
  width: 100%;
}
.block_form .form .rules {
  margin-bottom: 15px;
}
.block_form + article + .social &gt; a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  text-decoration: none;
  color: #fff;
  background: #264986;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.block_form + article + .social &gt; a.vk {
  font-size: 20px;
  background: #1976D2;
}
.block_form + article + .social &gt; a.whatsapp {
  font-size: 25px;
  background: #40c351;
}
.block_map {
  clear: both;
  position: relative;
  margin: 70px 0 30px;
  width: 100%;
}
.block_map .dop_info {
  position: absolute;
  top: -30px;
  left: 5%;
  width: 55%;
  background: #ff6c00;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 100;
}
.block_map .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background: rgba(32, 101, 160, 0.8);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.block_map .info .contacts .title {
  font-size: 18px;
  line-height: 20px;
  font-weigth: bold;
  margin-bottom: 30px;
}
.block_map .info .contacts .item {
  margin-bottom: 15px;
}
.block_map .info .contacts .item span {
  font-weigth: bold;
}
.sp-fade-thumbnail-arrows {
  opacity: 1;
}
.sp-slides-container {
  margin-bottom: 20px;
  outline: 1px solid #264986;
}
.sp-slides-container .sp-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-slides-container .sp-image-container a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sp-thumbnails-container {
  width: 100% !important;
}
.sp-thumbnails {
  outline: 1px solid #264986;
  overflow: hidden;
  margin: 0 auto;
}
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}
.gb_catalog .add {
  text-align: right;
}
.gb_catalog .add a {
  display: inline-flex;
  color: #fff;
  background: #264986;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  align-items: center;
  justify-content: space-around;
  min-width: 180px;
  box-sizing: border-box;
}
.gb_catalog .add a:hover {
  box-shadow: 0 0 5px #264986;
}
.gb_catalog .item {
  width: 100%;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gb_catalog .item .title {
  width: 10%;
}
.gb_catalog .item .name,
.gb_catalog .item .date {
  text-align: left;
  margin-bottom: 5px;
}
.gb_catalog .item .message {
  height: auto!important;
  margin-top: 0;
  width: 88%;
  margin-left: 2%;
}
.gb_catalog .item .message:before {
  left: -15px;
  top: calc(35%);
}
.banner {
  margin: -20px auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner img {
  max-width: 49%;
}
#clear_filters {
  display: block;
  text-align: center;
  margin: 10px 0 20px;
  text-decoration: none;
  font-family: GothamProRegular;
}
.text_brands {
  margin-bottom: 20px;
  text-align: left;
  width: calc(100% - 250px);
  float: right;
}
.text_brands .tab {
  padding: 20px;
  box-sizing: border-box;
  border: 3px solid #73b9ff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
}
.text_brands .tab &gt; h2 {
  color: #264986;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.text_brands .tab table {
  float: none;
  width: 100%;
}
.text_brands .tab table img {
  max-width: 100%;
  height: auto !important;
}
.text_brands .tabs.modifications {
  margin: 0;
}
.text_brands .tabs.modifications .tabs_navigation {
  margin-bottom: 0;
}
#map {
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
}
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
}
.select_city {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 46, 0.9);
  z-index: 10000;
}
.select_city .inner {
  background: #ffffff;
  width: 400px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -200px;
}
.select_city .inner .title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.select_city .inner .links a {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  border: 1px solid #00468C;
  border-radius: 5px;
  margin: 0 10px;
}
.select_city .inner .links a:hover {
  background: #00468C;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .select_city .inner {
    width: calc(80%);
    padding: 20px;
    left: 10px;
    margin: 0;
  }
}
#detailGallery {
  margin: 3px 0 10px;
}
#detailGallery div {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
#detailGallery li {
  margin: 0 1px;
  flex: 0 0 80px;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #73B9FF;
}
#detailGallery span {
  flex: 0 0 30px;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  cursor: pointer;
  font-family: Arial;
  color: #BFDFFF;
  vertical-align: top;
  font-size: 100px;
  line-height: 63px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: scaleX(0.3);
  -webkit-transform: scaleX(0.3);
  -moz-transform: scaleX(0.3);
  -ms-transform: scaleX(0.3);
  -o-transform: scaleX(0.3);
}
#detailGallery span:hover {
  color: #00468C;
}
/* Flex */
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.flexRow {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flexGrow {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1 0 auto;
}
.flexWrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flexSpace {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.flexSpaceAll {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
}
.flexMiddle {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.flexHeight {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
}
.nolist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  display: inline-block;
}
#owl-detail .owl-item {
  text-align: center;
}
.cookie_policy {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 210px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  background: rgba(25, 45, 66, 0.8);
  color: #ffffff;
  z-index: 100000;
  border-radius: 6px;
}
.cookie_policy a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cookie_policy a:hover {
  border-color: transparent;
}
.cookie_policy .text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.cookie_policy .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie_policy .buttons a {
  margin: 0 5px;
}
.cookie_policy .buttons a.button {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding: 0 20px;
  line-height: 20px;
  color: #000000;
  min-width: 120px;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  font-weight: 600;
}
.cookie_policy .buttons a.button:hover {
  opacity: .9;
}
.cookie_policy .buttons a.button.accept {
  background: rgba(233, 233, 251, 0.86);
}
.cookie_policy .buttons a.button.accept:hover {
  background: #ffffff;
}
.cookie_policy .buttons a.button.reject {
  background: #595959;
}
.rules,
.form .rules {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.rules label,
.form .rules label {
  padding-left: 25px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.rules label input[type=checkbox],
.form .rules label input[type=checkbox] {
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #9898c2;
  accent-color: #264986;
}
.rules label a,
.form .rules label a {
  position: relative;
  top: auto;
  right: auto;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.rules label a:hover,
.form .rules label a:hover {
  border-color: transparent;
}
.rules label sup,
.form .rules label sup {
  vertical-align: middle;
}
</pre></body></html>