.header-nav__item .dropdown li {
	display: block;
	/*position: relative;
    float: left;
    width: 100%;*/
}

.header-nav__item.serv_menu {
	z-index: 2;
}

.header-nav__item.serv_menu .header-nav__list-dropdown {
	padding: 6px 0 0 0;
}

.header-nav__item .right-arrow {
	position: absolute;
    margin-left: 86%;
    margin-top: -16px;
	width: 8px;
	height: 8px;
  	-webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
	/*background: url(/img/right-arrow.svg) center center no-repeat;
	background-size: 100% auto;*/
}

.header-nav__item .header-nav__list-dropdown li:hover .right-arrow  {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
	background: url(/img/right-arrow_blue.svg) center center no-repeat;
	background-size: 100% auto;
}

.header-nav__item.delivery {
	z-index: 1;
}

.header-nav__item.serv_menu .dropdown {
    left: -30px !important;
    right: -42px !important;
    width: auto;
	/*min-width: 150px;*/
}


/*.header-nav__item.serv_menu */

.header-nav__list-dropdown .sub-menu-block {
    position: absolute;
	top: -3px;    
    left: 100%;
    display: block;
    width: 0;
    background: #fff;
    z-index: 570;
    overflow: hidden;
    padding: 15px 0;
	opacity: 0;
    -webkit-transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;
    -moz-transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;
    -o-transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;
    transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;    
}

.dark-theme .header-nav__list-dropdown .sub-menu-block {
	background: #21262a;
}

.header-nav__list-dropdown .sub-menu-block li {
    width: 257px;
}

.header-nav__list-dropdown li:hover .sub-menu-block {
    border: 3px solid #0393c5;
    border-left: 1px solid #dfdfdf;
    width: 257px;
	opacity: 1;
    -webkit-transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;
    -moz-transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;
    -o-transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;
    transition: width 0.6s ease-in-out, opacity 0.6s, visibility 0.6s;
}


.active #ordering_limit {
	z-index: 5;
}

.dark-theme .header-nav__item>span {
	color: #ffffff;
}

.table-photo .photo-fast {
	opacity: 0;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -54px;
	background: url(/img/vision.svg) center 5px #1aafe3 no-repeat;
	background-size: 22px auto;
	width: 108px;
	height: 42px;
	text-align: center;
	color: #fff;
    padding-top: 26px;
    line-height: 17px;
    cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;    
}

/* .catalog-table.list .catalog-table__item */
.catalog-table__item:hover .photo-fast {
	opacity: 1;
}

.catalog-table.plate .photo-fast {
	height: 68px;
	top: 50%;
	margin-top: -34px;
}

.popup-prod {
	position: fixed;
	top: 50%;
	min-height: 490px;
	margin-top: -245px;
	width: 940px;
	left: 50%;
	margin-left: -470px;
	z-index: 100;
	background: #fff;
	padding-right: 114px;
    padding-left: 17px;	
}

.popup-prod .x {
	position: absolute;
    top: 15px;
    right: 25px;
	width: 68px;
	height: 97px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
}
.popup-prod .x .x-top {
	position: relative;
	float: left;
	border: 2px solid #fff;
	width: 100%;
	height: 68px;
	background: url(/img/close-button.svg) center center no-repeat;
	background-size: 15px auto;
	border-radius: 34px;
}

.popup-prod .x:hover .x-top {
	border: 2px solid #fb6f73;
}

.popup-prod .x .x-bottom {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
    font-size: 12px;
    margin-top: 17px;	
}

.popup-prod .popup-prod-back {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 114px;
	background: url(/img/back_popup.png) bottom center no-repeat #0393c5;
}

.popup-prod .popup-title-line {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 16px;
	border-bottom: 1px solid #eae4d8;
	min-height: 65px;
    padding-bottom: 21px;	
}

.popup-prod .popup-title-line .popup-title {
	position: relative;
	float: left;
	line-height: 26px;
	padding-top: 10px;
	max-width: 430px;
	font-size: 30.1px;
	font-weight: bold;
}

.popup-prod .popup-title-line .popup-put-cart {
	position: relative;
	float: right;
	background: #0093c8;
	color: #fff;
	text-align: center;
	width: 160px;
	height: 47px;
	margin-right: 4.3%;
    letter-spacing: 1px;
    padding-top: 14px;	
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;    
}

.popup-prod .popup-title-line .popup-put-cart:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #ffffff;
}

.popup-prod .popup-title-line .popup-compare {
	position: relative;
	float: right;
	color: #0393c5;
    /*margin-left: 11%;*/
    margin-right: 5%;
    margin-top: 13px;
    cursor: pointer;
}

.popup-prod .popup-title-line .popup-compare.active {
    color: #e1353a;	
}

.popup-prod .popup-title-line .popup-compare:hover {
	color: #e1353a;
}

.popup-prod .popup-title-line .popup-compare .comparision-icon {
    background-image: url(/netcat_template/template/115/images/sprite.png);
    background-position: 0px -23px;
    width: 22px;
    height: 19px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.popup-prod .popup-content {
	position: relative;
	float: left;
	width: 100%;
}

.popup-prod .popup-content .popup-content-img {
    position: relative;
    float: left;
    width: 40%;
}

.popup-prod .popup-content .popup-content-img .popup-content-img-main {
    height: 290px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-prod .popup-content .popup-content-img img {
	max-width: 98%;
    max-height: 290px;
}

.popup-prod .popup-content .popup-content-img-line {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
    margin-top: 9px;
}

.popup-prod .popup-content .popup-content-img-line .popup-content-img-click {
	position: relative;
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	height: 83px;
	text-align: center;
	border: 1px solid #ffffff;
	cursor: pointer;
}

.popup-prod .popup-content .popup-content-img-line .popup-content-img-click.active, .popup-prod .popup-content .popup-content-img-line .popup-content-img-click:hover {
	border: 1px solid #66bfdf;
}

.popup-prod .popup-content .popup-content-img-line .popup-content-img-click.active {
	cursor: default;
}

.popup-prod .popup-content .popup-content-img-line .popup-content-img-click.active:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #fff;
	opacity: 0.5;
}

.popup-prod .popup-content .popup-content-img-line .popup-content-img-click img {
	max-width: 100%;
	max-height: 80px;
}

.popup-prod .popup-content .popup-content-text {
	position: relative;
	float: right;
	width: 59%;
	padding-left: 3.8%;
	background: #f7f6f3;
	color: #121212;
    padding-top: 39px;
    padding-bottom: 25px;
}

.popup-prod .popup-content .popup-content-text .popup-content-top {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 26px;
}

.popup-prod .popup-content .popup-content-text .popup-content-price {
	font-size: 18px;
}

.popup-prod .popup-content .popup-content-text .popup-content-price .popup-content-price-val {
	font-size: 36px;
	font-weight: bold;
    margin-left: 14px;
    font-family: "PT Astra Sans",sans-serif;
}

.popup-prod .popup-content .popup-content-text .popup-content-price .popup-content-price-val .popup-content-price-rub {
	font-size: 22px;
    font-weight: normal;
    margin-left: 4px;    
}

.popup-prod .popup-content .popup-content-text .popup-content-price .popup-content-input-block {
	position: relative;
	float: right;
	width: 88px;
	border: 2px solid #c5e2ea;
	margin-right: 25.4%;
	margin-top: -12px;
}

.popup-prod .popup-content .popup-content-text .popup-content-price .popup-content-input-block .popup-content-input {
	position: relative;
	float: left;
	margin-left: 25px;
	width: 34px;
	height: 45px;
    font-family: "PT Astra Sans",sans-serif;
	font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
    text-align: center;
    background: none;
    border: none;    
}

.popup-prod .popup-content .popup-content-text .popup-content-price .popup-content-input-block .popup-pm {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	text-align: center;
	color: #b6b6b6;
	font-size: 30px;
	line-height: 37px;
	cursor: pointer;
}

.popup-prod .popup-content .popup-content-text .popup-content-price .popup-content-input-block .popup-pm.minus {
	left: 0;
}

.popup-prod .popup-content .popup-content-text .popup-content-price .popup-content-input-block .popup-pm.plus {
	right: 0;
}

.popup-prod .popup-content .popup-content-text .popup-content-table {
	position: relative;
	float: left;
	width: 100%;
}

.popup-prod .popup-content .popup-content-text .popup-content-table .popup-content-sub {
	font-weight: bold;
    font-size: 18px;
	margin-bottom: 18px;
}

.popup-prod .popup-content .popup-content-text .popup-content-table .popup-content-tb {
	position: relative;
	float: left;
	width: 100%;
}

.popup-prod .popup-content .popup-content-text .popup-content-table .popup-content-tr {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.popup-prod .popup-content .popup-content-text .popup-content-table .popup-content-tr:before{
	content: ' ';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 4px;
	height: 1px;
    border-bottom: 1px dotted #9f9e9e;
}

.popup-prod .popup-content .popup-content-text .popup-content-table .popup-content-td-left {
	position: relative;
	float: left;
	background: #f7f6f3;
	padding-right: 5px;
}

.popup-prod .popup-content .popup-content-text .popup-content-table .popup-content-td-right {
	position: relative;
	float: right;
	min-width: 125px;
	background: #f7f6f3;
	padding-left: 3px;
}

#fade {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 99;
}

#fade .fade-preload {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin-top: -17px;
	width: 100%;
	background: url(/img/load.svg) center center no-repeat;
}

@media(max-width: 990px){
	.popup-prod, #fade {
		display: none !important;
	}
	.table-photo .photo-fast {
		display: none;
		opacity: 0;
	}
}

.title-ur-fix {
	margin-bottom: 20px;
}

.others-product-ur-fix {
	margin-bottom: 35px;
	margin-top: -15px;
}

.catalogue-submenu div:first-child {
	width: 12.5%;
	min-width: 163px;
}

@media(max-width: 550px){
	.catalogue-submenu {
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.catalogue-submenu div:first-child {
		width: 100%;
		margin-bottom: 5px;
	}
	.catalogue-submenu .catalog-filters__type {
		padding-left: 0;
	}

	.search-result__holder .uk-text-center .close-btn-search {
    	right: 10px;
    	top: 10px;
    	width: 20px;
    	height: 20px;    	
	}
	.search-result__holder .uk-text-center .close-btn-search:before  {
		width: 20px;
		height: 20px;
	}
	/*.header-main__catalog .search-result__holder .search-result {
		left: 0;
	}*/
}

#calc.throughput-driers {
	margin-bottom: 20px;
}

#calc.throughput-driers .calc-column-dew-point {
	display: flex;
	justify-content: flex-start;
	margin-top: 3px;
}

#calc.throughput-driers .calc-column-dew-point .dew-point {
    font-size: 21px;
    margin-right: 33px;
}

#calc.throughput-driers .calc-column-dew-point .dew-point-fix {
	position: relative;
	float: left;
	margin-top: -1px;
}

#calc.throughput-driers .calc-column-dew-point .dew-point .dew-point-radio {
    width: 18px;
    height: 18px;
}

#calc.throughput-driers .calc-res-block .clac-result {
	font-size: 50px;
}

/*#calc.throughput-driers .calc-right {
    padding-top: 3.1%;
}*/

#credit-card {
    background: url(../img/credit-cards.png) no-repeat left center;
    /*background-size: auto 100%;*/
    color: #0393c5;
}

#select-brand .select-brand {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

#select-brand .select-brand .select-logo {
	position: relative;
	float: left;
	width: 16%;
	margin-left: 0.325%;
	margin-right: 0.325%;
	height: 151px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;	
}

#select-brand .select-brand .select-logo:before{-webkit-box-shadow:0 1px 3px 1px #e9e9e9;box-shadow:0 1px 3px 1px #e9e9e9;-webkit-transition:top 0.5s, opacity 0.5s;transition:top 0.5s, opacity 0.5s;opacity:0;border-radius:17px;border:1px solid rgba(46,136,196,0.3);content:'';left:-1px;top:-15px;position:absolute;height:100%;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}


#select-brand .select-brand .select-logo:hover:before{opacity:1;top:0}

#select-brand .select-brand .select-logo:hover {
	/*border: 1px solid #b4deed;
	box-shadow: 0 0 5px #e9e9e9;
	cursor: pointer;
	border-radius: 15px;*/
}

#select-brand .select-brand .select-logo.active:hover:before {
	opacity:0;top:0
}

#select-brand .select-brand .select-logo.active {
	background: #f8f7f4;
	border: 1px solid #b4deed;
	box-shadow: 0 0 5px #e9e9e9;
	cursor: pointer;
	border-radius: 15px;
}

#select-brand .select-brand .select-logo.active:after {
	content: ' ';
	position: absolute;
	right: 11px;
	top: 11px;
	width: 12px;
	height: 12px;
	background: url(../img/close_logo.svg) center center no-repeat;
	background-size: 100% auto;
}

#select-brand .select-brand .select-logo.set-link-brand.active:after {
	display: none;
}

#select-brand .select-brand .select-logo-hover {
	display: none;
}

#select-brand .select-brand .select-logo-grey {
	display: block;
}

#select-brand .select-brand .select-logo:hover .select-logo-grey, #select-brand .select-brand .select-logo.active .select-logo-grey {
	display: none;
}

#select-brand .select-brand .select-logo:hover .select-logo-hover, #select-brand .select-brand .select-logo.active .select-logo-hover {
	display: block;
}


#select-brand .select-brand .select-logo.logo-hidden {
	opacity: 0;
	display: none;
}



#select-brand .select-brand .select-logo-plus {
	position: relative;
	float: left;
	width: 16.65%;
	height: 151px;
	background: #f8f7f4;
	color: #0393c5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	cursor: pointer;
	margin-bottom: 5px;
}

#select-brand .select-brand .select-logo-plus:hover {
	background: #dcdcdc;
}

#select-brand .select-brand .select-logo-plus .load-logo {
	background: url(../img/add.svg) top center;
	background-size: 35px auto;
	background-repeat: no-repeat;
	padding-top: 42px;
}

#select-brand .select-brand .select-logo .select-logo-img {
	height: 75px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
    align-items: center;
}

#select-brand .select-brand .select-logo .select-logo-img  > div{
	text-align: center;
    display: flex;
    justify-content: center;
}

#select-brand .select-brand .select-logo .select-logo-img img {
	max-width: 90%;
	max-height: 75px;
}

#select-brand .select-brand .select-logo .select-logo-name {
	text-align: center;
	font-weight: bold;
	color: #0393c5;
	text-transform: uppercase;
}
#select-brand .select-brand .select-logo .select-logo-name span {
	position: relative;
	float: left;
	width: 100%;
	color: #4a4848;
	font-size: 11px;
    line-height: 11px;	
}

.catalog-filters__settings {
	flex-wrap: wrap;
}

.settings__sort-inputs {
	width: 284px;
}

.settings__sort {
	flex-wrap: wrap;
}

.settings__sort .extra-sort {
	position: relative;
	width: 100%;
	top: auto;
	left: auto;
	z-index: 19;
}

.settings__sort .settings__sort-action {
	position: absolute;
	top: 15px;
    right: 10px;	
}

.settings__sort .settings__sort-holder {
	padding-bottom: 15px;
}

.settings__sort .extra-sort.fix-select-ur {
	height: auto;
	padding-right: 20px;
	padding-bottom: 15px;

	padding-left: 0;
}

@media(max-width: 769px){
	.settings__sort .settings__sort-action {
		position: relative;
		top: auto;
	    right: auto;
	    width: 100%;
	}
}





.select-ur-line .select-ur-line-title {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 7px;
}

.select-ur-line .select-ur-line-title span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    color: #303030;
    font-size: 14px;
}

.select-ur-line .select-ur-line-check {
	position: relative;
	float: left;
	padding-left: 218px;
	width: 100%;
}

.select-ur-line .select-ur-line-check .select-ur-border {
	padding: 7px 0;	
	border-bottom: 1px solid #e9e3d8;
}

.select-ur-line .select-ur-block:last-child .select-ur-border {
	border: none;
}

.select-ur-line .select-ur-line-check .select-ur-block {
	position: relative;
	float: left;
	padding: 0 4px 4px 4px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: -3px;
	margin-right: 23px;
	color: #0094c9;
	font-weight: bold;
	cursor: pointer;
	width: auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;	
}

.select-ur-line .select-ur-line-check .select-ur-block .input-check {
	visibility: hidden;
	display: none;
}

.select-ur-line .select-ur-line-check .select-ur-block:hover {
	background: #0094c9;
	color: #fff;
}

.select-ur-line .select-ur-line-check .select-ur-block.active {
	padding-right: 20px;
	margin-right: 7px;
	background: #0094c9;
	color: #fff;
}

.select-ur-line .select-ur-line-check .select-ur-block.active:after {
	content: ' ';
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -4px;
	height: 8px;
	width: 8px;
	background-image: url(../img/close-ur.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/*.select-ur-line .select-ur-line-check .select-ur-block:last-child {
	margin-right: 0;
}*/

.select-ur-line.fix-border-select-ur-line .select-ur-border {
	border: none;
}

.settings__sort-item {
	position: relative;
	float: left;
}

.res-select-win {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	margin-left: 6px;
	/*left: 101%;*/
	left: 98%;
	padding: 2px 6px;
	border-radius: 3px;
	border: 1px solid #bbb;
	text-align: center;
	z-index: 100;
	color: #000;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
}

.res-select-win:before {
    content: ' ';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -7px;
    width: 8px;
    height: 12px;
	background:url(../img/menu.svg) center center no-repeat;
	background-size: 100% auto;
}

.uk-form .more-props {
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 160px;
	height: 26px;
	margin-left: -80px;
	/*border: 1px solid #a4d7ea;*/
	box-shadow: 0 0 3px #a4d7ea;
	background: #fff;
	color: #26a4d1;
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
    font-size: 13px;
    cursor: pointer;
}

.uk-form .more-props:hover {
	background: #26a4d1;
	color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;	
}

.uk-form .more-props-show {
	position: absolute;
	left: 50%;
	bottom: -17px;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: url(../img/arrow-button_up.svg) center 6px no-repeat #fff;
	background-size: 12px auto;
	margin-left: -15px;
	border: 1px solid #a4d7ea;
	box-shadow: 0 0 4px #eee;
	cursor: pointer;
}

.uk-form .more-props:after {
	content: ' ';
	position: absolute;
    right: 12px;
    top: 10px;
	width: 11px;
	height: 7px;
	background: url(../img/arrow-button_down.svg) center center no-repeat;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.uk-form .more-props:hover:after {
	width: 11px;
	height: 7px;
	background: url(../img/arrow-button_down_white.svg) center center no-repeat;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.settings__sort-action .extra-search.to-hidden {
	visibility: hidden;
}

/*.social-block.li-pay p {
	margin-bottom: 0;
}*/

.li-pay li {
	line-height: 0;
}

.li-pay .li-pay-visa {
	width: 42px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;	
}

.li-pay .li-pay-mastercard {
	width: 38px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.li-pay .li-pay-mir {
	width: 42px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.li-pay li img {
	width: 100%;
}

.stocks-page .news__item-link {
	background-color: #ffc725;
}

.stocks-page .news__item-link:hover {
	background-color: #ffbf00
}

.about__head-text-fix-padding.about__head-text {
	padding-left: 0;
}

.stocks-page-top .btn_accent {
    margin: 50px auto 0;
    width: 221px;
    height: 39px;
    line-height: 39px;
    border-radius: 20px;
    cursor: pointer;
}

.ps-fix {
	position: relative;
	float: left;
	width: 100%;
}

.catalog__category.cat-5 {
	bottom: 60px;
}

.catalog__category.cat-6 {
    position: absolute;
    /* bottom: 50px; */
    bottom: 30px;
    left: 23px;
    padding-left: 50px;
    background: url(/img/stock.png) no-repeat left center;
    color: #f5c844;    
}

.catalog__category.cat-6 a {
    color: #f5c844;    
}

.catalog__category.cat-6 a:hover {
	color: #e1353a;
}

.catalog__category.cat-6 ul {
	display: none;
}

.ur-ps {
	position: relative;
	float: left;
	width: 100%;
}

.ur-wrapper {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.serv-set-dark {
	background: #21262a;
}

.serv-set-dark:before {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 364px;
	height: 234px;
	background: url(../img/rem_back.png) right bottom no-repeat;
}

#service-page .serv-dark {
	color: #fff;
}

#service-page .serv-dark a, #service-page .serv-dark h1 {
	color: #fff;
}

#service-page .serv-dark h1 {
	margin-top: 0;
}

#service-page .serv-text-top {
	line-height: 24px;
    margin-top: -1px;
    margin-bottom: 46px;
    display: flex;
    justify-content: center;
}

#service-page .serv-dark .serv-text-top {
	margin-top: 15px;	
    margin-bottom: 48px;
}

#service-page .serv-text-top .serv-text-top-in {
	max-width: 800px;
	width: 100%;
}

#service-page .serv-feedback {
	height: 510px;
	background: url(../img/serv_img.jpg) center center no-repeat;
	background-size: 100% auto;
	margin-bottom: 47px;
}

#service-page .serv-feedback .serv-feedback-left {
    position: absolute;
    left: 6%;
    top: 58px;
    width: 55%;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #fff;
}

#service-page .serv-feedback .serv-feedback-right {
	position: relative;
	float: right;
	width: 38.8%;
	height: 510px;
	background: #fff;
	opacity: 0.9;
	padding: 69px 1% 0 4.6%;
}

#serv-order-block {
	background: url(/img/serv_page_back.jpg) 100% 100% no-repeat;
	background-size: cover;
}

#serv-order-block .serv-order-block-back {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 51.3%;
	background: #fff;
	opacity: 0.9;
}

#serv-order-block .serv-feedback {
	margin-bottom: 0;
}

#serv-order-block .serv-feedback .serv-feedback-right {
	background: none;
	opacity: 1;
	float: left;
}

#serv-order-block .serv-feedback {
	background: none;
}

#serv-order-block .serv-feedback {
	height: auto;
}

#serv-order-block .serv-feedback .serv-feedback-right {
	padding-left: 17.6%;
	padding-top: 38px;
	height: 440px;
    width: 51.7%;	
}

#serv-order-block .serv-feedback .serv-feedback-input {
	background: none;
}

#service-page .serv-feedback .serv-feedback-right .serv-feedback-input.warning {
	border-color: red;
}

#service-page .serv-feedback .serv-feedback-title {
	font-family: "PT Astra Sans",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
	font-size: 16.5px;
	margin-bottom: 36px;
}

#serv-order-block .serv-feedback .serv-feedback-title {
	margin-bottom: 27px;
}

#serv-order-block .serv-pay-systems {
	position: absolute;
	top: 48px;
	right: 8.4%;
	height: 44px;
	width: 250px;
	background: url(/img/pay_systems.png) center center no-repeat;
	background-size: 100% auto;
	
}

#service-page .serv-feedback .serv-feedback-line {
    margin-bottom: 17px;
}

#service-page .serv-feedback .serv-feedback-input {
	width: 89%;
	border: none;
	border-bottom: 1px solid #cecece;
	padding: 8px 0;
	font-size: 14px;
}

#service-page .serv-feedback input.serv-feedback-input::-webkit-input-placeholder       {color:#939393;font-size: 11px;text-transform: uppercase;}
#service-page .serv-feedback input.serv-feedback-input::-moz-placeholder                {color:#939393;font-size: 11px;text-transform: uppercase;}
#service-page .serv-feedback input.serv-feedback-input:-moz-placeholder                 {color:#939393;font-size: 11px;text-transform: uppercase;}
#service-page .serv-feedback input.serv-feedback-input:-ms-input-placeholder            {color:#939393;font-size: 11px;text-transform: uppercase;}
#service-page .serv-feedback input.serv-feedback-input:focus::-webkit-input-placeholder {color:#939393;font-size: 11px;text-transform: uppercase;}
#service-page .serv-feedback input.serv-feedback-input:focus::-moz-placeholder          {color:#939393;font-size: 11px;text-transform: uppercase;}
#service-page .serv-feedback input.serv-feedback-input:focus:-moz-placeholder           {color:#939393;font-size: 11px;text-transform: uppercase;}
#service-page .serv-feedback input.serv-feedback-input:focus:-ms-input-placeholder      {color:#939393;font-size: 11px;text-transform: uppercase;}

#service-page .serv-feedback-agreed {
	padding-left: 41px;
    font-size: 14.1px;
    margin-top: 17px;
	margin-bottom: 33px;
}

#service-page .serv-feedback-agreed a:hover {
    color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#service-page .serv-feedback-agreed .serv-feedback-agreed-check {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	cursor: pointer;
}

#service-page .serv-feedback-agreed .serv-feedback-agreed-check.active {
	background-color: #0393c5;
    border-color: #0393c5;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    text-align: center;    
}

#service-page .serv-feedback-agreed .serv-feedback-agreed-check.warning {
	border-color: red;
}

#service-page .serv-feedback-agreed .serv-feedback-agreed-check.active:before {
    content: "\f00c";
    font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

#service-page .serv-feedback-submit {
	border: 1px solid #d9e1e2;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 163px;
    padding: 16px 0;
    border-radius: 20px;
	background: none;
	color: #bebebe;
}

#service-page input:focus{
    outline: none;
}

#service-page .serv-feedback-submit.active {
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #0393c5;
    background-color: #0393c5;
    cursor: pointer;
}

#service-page .serv-feedback-submit.active:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 1px solid #e1353a;
    color: #ffffff;
}


#insert-service {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 1001;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

#insert-service .close-btn-fb {
	top: 50px;
    right: 190px;
	z-index: 1002;
}

#insert-service .serv-feedback {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 740px;
}

#insert-service .serv-feedback .serv-feedback-right {
	width: 100%;
}

#insert-service .serv-feedback, #insert-service .serv-feedback .serv-feedback-right {
	background: none;
}





#service-page .ur-vantage .ur-vantage-title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#service-page .ur-vantage .ur-vantage-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 165px 38px 165px;
}

#service-page .ur-vantage .ur-vantage-in .ur-vantage-block {
    width: 24%;
    margin: 0 0.5%;
    text-align: center;
}

#service-page .ur-vantage .ur-vantage-in .ur-vantage-block .ur-vantage-img {
	width: 100%;
	height: 79px;
}

#serv-info {
	background: #f7f6f3;
    margin-top: 7px;
    margin-bottom: 46px;
}

#serv-info.serv-info-page {
	margin-top: 0;
}

#serv-info .ur-wrapper-long {
	max-width: 1630px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

#serv-info .serv-info-in .serv-info-back {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 602px;
	background: url(../img/serv_back.jpg) center center no-repeat;
	background-size: 100% auto;
}

#serv-info .serv-info-in .serv-info-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 452px;
	color: #fff;
}

#serv-info .serv-info-in .serv-info-left .serv-info-left-title {
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    margin-top: 34px;
    padding-right: 15%;
}

#serv-info .serv-info-in .serv-info-left .serv-info-left-text {
    margin-top: 14px;
    line-height: 23px;	
}

#serv-info .serv-info-in .serv-info-right {
	position: relative;
	float: right;
	width: 100%;
	padding-left: 507px;
}

#serv-info .serv-info-right {
	display: flex;
	justify-content: space-between;
}

#serv-info .serv-info-right .serv-col {
	position: relative;
	float: left;
	/*width: 30.3%;*/
	width: 31.8%;
	padding-top: 42px;
	min-height: 425px;
}

#serv-info .serv-info-right .serv-col.serv-col-1 {
	width: 30.3%;
}

#serv-info .serv-info-right .serv-col.serv-col-1:after {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	background: #fff;
	border-left: 1px solid #eeeeec;
	border-right: 1px solid #eeeeec;
}

#serv-info .serv-info-right .serv-col.serv-col-2 {
	width: 33%;
}

#serv-info .serv-info-right .serv-col.serv-col-2:after {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	background: #fff;
	border-left: 1px solid #eeeeec;
	border-right: 1px solid #eeeeec;
}

#serv-info .serv-info-right .serv-col .serv-col-title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
    margin-bottom: 37px;	
}

#serv-info .serv-info-right .serv-col ul {
	padding-left: 0;
	margin-left: 0;
	color: #0393c5;
	font-weight: bold;
	max-height: 290px;
	overflow: hidden;
}

#serv-info .serv-info-right .serv-col ul li {
	margin-bottom: 17px;
	line-height: 19px;
	padding-right: 10px;
}


#serv-info .serv-info-right .serv-col ul li a {
	color: #0393c5;
}

#serv-info .serv-info-right .serv-col ul li a:hover {
    color: #e1353a;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#serv-info .serv-info-right .serv-col .serv-col-button-block {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 110px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f7f6f3));
    background: -moz-linear-gradient(top, transparent 20%, #f7f6f3);
    background: -o-linear-gradient(top, transparent, 20% #f7f6f3);
    background: linear-gradient(to top, #f7f6f3 49%, transparent);
}

#serv-info .serv-info-right .serv-col .serv-col-button-block .serv-col-button {
	position: absolute;
	left: 0;
	bottom: 19px;
	width: 129px;
	height: 29px;
	color: #fff;
	padding-top: 5px;
	text-transform: uppercase;
	background: #0094c9;
	border-radius: 29px;
	text-align: center;
	font-size: 12px;
}

#serv-info .serv-info-right .serv-col .serv-col-button-block .serv-col-button:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #ffffff;
}

#service-page .serv-serts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 85px;	
}

#service-page .serv-serts .serv-sert {
	width: 141px;
	position: relative;
	float: left;
	margin: 0 14.5px;
	display: block;
}

#service-page .serv-serts .serv-sert:hover {
	opacity: 0.6;
    -webkit-transition: opacity 0.6s, visibility 0.6s;
    -moz-transition: opacity 0.6s, visibility 0.6s;
    -o-transition: opacity 0.6s, visibility 0.6s;
    transition: opacity 0.6s, visibility 0.6s;    	
}

#service-page .serv-serts-title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
    margin-bottom: 43px;	
}

.serv-dark .serv-bottom-button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.serv-bottom .serv-bottom-get-win {
	/*position: absolute;
	left: 50%;
    top: -10px;*/
	/*width: 181px;*/
	/*margin-left: -90.5px;*/
	float: left;
	height: 47px;
	background: #ffd65b;
	border-radius: 40px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 15px;
    padding-top: 13px;
    padding-left: 23px;
    padding-right: 23px;
    cursor: pointer;
}

.set-white .serv-bottom-get-win {
	position: absolute;
	left: 50%;
    top: -10px;
	width: 181px;
	margin-left: -90.5px;
}

.serv-dark .serv-bottom .serv-bottom-get-win {
	top: -1px;
	color: #000;
	/*width: 199px;*/
    /*margin-left: -99.5px;	*/
}

.serv-bottom .serv-bottom-get-win:hover {
	-webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;    
    color: #000000;
    text-decoration: none;
    background-color: #ffbf00;
}

.serv-bottom .serv-bottom-left {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 51px;	
}

.serv-bottom {
	background: #fff;
}

.serv-bottom.fix-white {
	margin-top: -46px;
	padding-top: 46px;
	margin-bottom: -60px;
	padding-bottom: 60px;
}

.serv-bottom .serv-bottom-text {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.serv-bottom .serv-bottom-text .serv-bottom-text-in {
	position: relative;
	float: left;
	max-width: 651px;
    line-height: 23px;	
}

.serv-subs {
	background: #f7f6f3;
}

.serv-subs .serv-subs-in {
	min-height: 117px;
	border-bottom: 1px solid #efefec;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.serv-subs .serv-subs-in .serv-subs-ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #0393c5;
	font-weight: bold;
}

.serv-subs .serv-subs-in .serv-subs-ul a {
	color: #0393c5;
}

.serv-subs .serv-subs-in .serv-subs-ul a:hover {
    color: #e1353a;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.serv-subs .serv-subs-in .serv-subs-ul li {
	padding: 5px 5px;
	margin-right: 3%;
}


.serv-subs .serv-subs-in .serv-subs-ul li:last-child {
	margin-right: 0;
}

.serv-subs .about-serv-in .serv-subs-ul li {
	position: relative;
	float: left;
}

#about-serv {
	background: #fff;
}

#about-serv .about-serv-in {
	/*min-height: 390px;*/
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 44px;
	margin-bottom: 42px;
}

#about-serv .about-serv-in .about-serv-one {
	position: relative;
	float: left;
	width: 33.3%;
	padding-right: 20px;
	margin-bottom: 24px;
}

#about-serv .about-serv-in .about-serv-one .about-serv-one-title {
	font-weight: bold;
	font-size: 20.2px;
	margin-bottom: 20px;	
}

#about-serv .about-serv-in .about-serv-one ul {
	list-style: disc;
	list-style-type: disc;
    padding-left: 18px;	
	line-height: 22px;    
}

#about-serv .about-serv-in .about-serv-one ul li {
	margin-bottom: 5px;	
}



.feedback-sended {
  display: none;
  opacity: 0;
  z-index: 1002;
  position: fixed;
  top: 50%;
  margin-top: -159px;
  left: 50%;
  margin-left: -260px;  
  width: 100%;
  height: 305px;
  max-width: 520px;
  background: #fff;
}

.feedback-sended .x {
  z-index: 151;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.feedback-sended .feedback-sended-text {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  padding-top: 64px;
  line-height: 39px;
  padding-bottom: 29px;
  color: #3c3c3c;
}

.feedback-sended .feedback-sended-text:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -54px;
  width: 108px;
  height: 1px;
  background: #d5d5d5;
}

.feedback-sended .feedback-sended-after {
  text-align: center;
  color: #5a4017;
  font-size: 15px;
  line-height: 22px;
  padding-top: 22px;
}

.feedback-sended .x {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
  width: 20px;
  height: 20px;
  background: url(/img/close.svg) center center no-repeat;
  background-size:100%;
  cursor:pointer;
  z-index:3;
}

#fade-sended { 
  display: none;
  background: #000;
  position: fixed; left: 0; top: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  z-index: 1001;
}

.press-table, .press-table table {
  border: none;
  border-collapse: separate;
  border-spacing: 3px;
}

.press-table tr th:first-child {
  border-left: 4px solid #3ecfe6;
}

.press-table.press-table-width, .press-table.press-table-width table  {
  margin-left: 19%;
  width: 62%;
}

.press-table th {
  border: 1px solid #3ecfe6;
  background: #f7f6f3;
  text-align: left;
  font-size: 18px;
}

.press-table th, .press-table td{
  /*border-spacing: 3px;*/
}

.press-table th {
  padding: 7.5px 5px 7.5px 21px;
}

.press-table td {
  padding: 8.5px 5px 9.5px 21px;
  border: 1px solid #f0f0ee;
  font-size: 14px;
}

.press-table tr td {
  background: #faf9f8;
}

.press-table tr td:nth-child(odd) {
  background: #f8f5eb;
}

@media(max-width: 1570px){
	#serv-info .serv-info-in .serv-info-back {
		width: 550px;
		background-size: auto 100%;
	}
}

@media(max-width: 1500px){
	#serv-info .serv-info-in .serv-info-back {
		width: 500px;
	}
}

@media(max-width: 1290px){
	#service-page .serv-feedback {
		background-size: auto 100%;
	}
	#service-page .serv-feedback .serv-feedback-title {
		margin-right: 21px;
	}
	#service-page .serv-feedback .serv-feedback-left {
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
    	font-size: 28px;
    	line-height: 39px;		
	}
	#service-page .serv-feedback .serv-feedback-right {
		padding: 65px 1% 0 4.6%;
	}
	#service-page .serv-feedback-agreed {
		font-size: 13px;
	    line-height: 15px;		
	}
	.serv-bottom .serv-bottom-button {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.serv-bottom .serv-bottom-get-win {
		position: relative;
		float: left;
		top: auto;
		left: auto;
		margin-left: 0;
	}
	.serv-bottom .serv-bottom-left {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	/*.serv-dark .serv-bottom .serv-bottom-get-win {
		position: absolute;
		left: 50%;
	}*/
}

@media(max-width: 1240px){
	#serv-info .serv-info-in .serv-info-back {
		width: 400px;
	}
	#service-page .serv-feedback-agreed {
		margin-bottom: 20px;
	}
	#serv-info .serv-info-in .serv-info-left {
		width: 340px;
	}
	#serv-info .serv-info-in .serv-info-right {
		padding-left: 390px;
	}
	#serv-info .serv-info-in .serv-info-left .serv-info-left-title {
    	font-size: 37px;
    	margin-top: 25px;
    	line-height: 39px;
	}
	#serv-info .serv-info-in .serv-info-left .serv-info-left-text {
		line-height: 22px;
	}
	.serv-subs .serv-subs-in .serv-subs-ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.serv-subs .serv-subs-in .serv-subs-ul li {
		width: 33%;
		margin: 7px 0;
	}
}

@media(max-width: 1190px){
	#service-page .serv-feedback .serv-feedback-right {
		padding: 75px 1% 0 4.6%;
	}
	#service-page .serv-feedback .serv-feedback-title {
		margin-bottom: 16px;
	}
	#service-page .ur-vantage .ur-vantage-in {
		padding: 45px 0 38px 0;
	}
	#insert-service .close-btn-fb {
		right: 50px;
	}
}

@media(max-width: 1100px){
	#service-page .serv-feedback .serv-feedback-left {
    	font-size: 24px;
    	line-height: 35px;
    	padding: 15px 20px;
	}
	#service-page .serv-feedback, #service-page .serv-feedback .serv-feedback-right {
		height: 470px;
	}
	#serv-info .serv-info-right .serv-col.serv-col-1, #serv-info .serv-info-right .serv-col.serv-col-2, #serv-info .serv-info-right .serv-col.serv-col-3 {
		width: 33.3%;
		padding-left: 10px;
	}
	#serv-info .serv-info-right .serv-col.serv-col-1:after, #serv-info .serv-info-right .serv-col.serv-col-2:after {
		display: none;
	}
	#service-page .serv-serts .serv-sert {
		margin-bottom: 15px;
	}
	.serv-set-dark {
		background: #21262a;
	}
}

@media(max-width: 960px){
	#service-page .serv-feedback .serv-feedback-left {
		position: relative;
		float: left;
		width: 100%;
		left: auto;
		top: auto;
		right: auto;
		padding: 30px 35px 35px 35px;
	} 
	#service-page .serv-feedback, #service-page .serv-feedback .serv-feedback-right {
		height: auto;
	}
	#service-page .serv-feedback .serv-feedback-left br {
    	display: none;
	}
	#service-page .serv-feedback .serv-feedback-input {
		width: 100%;
	}
	#service-page .serv-feedback .serv-feedback-right {
    	padding: 30px 35px 0 35px;
		width: 100%;
	}
	#serv-info .serv-info-in .serv-info-back {
		width: 100%;
		height: 350px;
	}
	#serv-info .serv-info-in .serv-info-left .serv-info-left-title {
		padding-right: 15px;
		padding-left: 15px;
		text-align: center;
		font-size: 35px;
	}
	#serv-info .serv-info-in .serv-info-left {
		width: 100%;
		position: relative;
		float: left;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		text-align: center;
		padding-bottom: 25px;
	}
	#serv-info .serv-info-in .serv-info-right {
		padding-left: 0;
	}
	#serv-info .serv-info-right .serv-col {
		text-align: center;
	}
	#serv-info .serv-info-right .serv-col .serv-col-button-block .serv-col-button {
		left: 50%;
		margin-left: -64.5px;
	}
	.ur-wrapper {
		padding: 0 15px;
	}

	#insert-service .close-btn-fb {
		top: 15px;
		right: 35px;
	}
	#serv-order-block .serv-order-block-back {
		width: 100%;
	}
	#serv-order-block .serv-pay-systems {
		top: auto;
		bottom: 30px;
	    right: 30px;
	    height: 27px;
	    width: 145px;
	}
	.serv-subs .serv-subs-in {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.serv-subs .serv-subs-in .serv-subs-ul li {
		width: 50%;
		text-align: center;
	}
	#about-serv .about-serv-in .about-serv-one {
		width: 50%;
	}
	.serv-bottom .serv-bottom-button {
		margin-bottom: 15px;
	}
	.serv-dark .serv-bottom .serv-bottom-get-win {
		position: relative;
		float: left;
		top: auto;
		left: auto;
		margin-left: 0;
	}
	.serv-dark .serv-bottom-button {
		position: relative;
		float: left;
		width: 100%;
		background: #21262a;
	}
	#serv-bottom {
		background: #21262a;
	}
	#serv-bottom.serv-bottom-white {
		background: #fff;
	}
	#service-page .serv-dark h1 {
		margin-bottom: 10px;
	}
	.serv-set-dark:before {
		display: none;
	}
}

.wgt-block {
  margin: 15px 0 15px;
  background: #f7f6f3;
}

.wgt-block:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 14px;
  width: 100%;
  z-index: 2;
  background: #63a7ba;
}

.wgt-block .wgt-block-left {
  position: relative;
  float: left;
  width: 61.3%;
  z-index: 3;
}

.wgt-block .wgt-block-left:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 14px;
  width: 100%;
  z-index: 3;
  background: #d3c84f;
  opacity: 0.9;
}

.wgt-block .wgt-block-left img {
  max-width: 100%;
}

.wgt-block .wgt-block-right {
  position: relative;
  float: right;
  width: 34.92%;
  padding-right: 5%;
  padding-top: 52px;
  line-height: 24px;  
}

.wgt-block .wgt-block-right p {
  margin-bottom: 23px;
}

@media(max-width: 1420px){
  .wgt-block .wgt-block-right {
    padding-top: 25px;
  }
}

@media(max-width: 1220px){
  .wgt-block .wgt-block-right {
    padding-top: 15px;
    width: 36.5%;
    line-height: 19px;
    padding-right: 4%;
    font-size: 13px;
    padding-bottom: 20px;
  }
  .wgt-block .wgt-block-right p {
  	margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media(max-width: 900px){
  .wgt-block .wgt-block-left:before {
	left: 0;
  }
  .wgt-block .wgt-block-left {
  	width: 100%;
    text-align: center;
  }
  .wgt-block .wgt-block-right {
  	width: 100%;
  	padding: 24px 20px;
    font-size: 15px;
    padding-bottom: 23px;
	line-height: 22px;    
  }
  .wgt-block .wgt-block-right p {
  	margin-top: 5px;
    margin-bottom: 15px;
  }
}

@media(max-width: 760px){
	#service-page .ur-vantage .ur-vantage-in .ur-vantage-block {
		width: 49%;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	.press-table.press-table-width, .press-table, .press-table table {
	  margin-left: 0;
	  width: 100%;
	}
}

@media(max-width: 700px){
	#serv-info .ur-wrapper-long {
		padding: 0;
	}
	#serv-info .serv-info-in .serv-info-back {
		display: none;
	}
	#serv-info .serv-info-in .serv-info-left {
		background: url(../img/serv_back.jpg) center center no-repeat;
		background-size: auto 100%;
	}
	#about-serv .about-serv-in .about-serv-one {
		width: 100%;
	}
	.serv-bottom .serv-bottom-left {
		margin-top: 0;
		margin-bottom: 20px;		
	}

	#serv-bottom.serv-bottom-white.serv-bottom .serv-bottom-left {
		margin-top: 15px;
	}
}

@media(max-width: 980px){
	.catalog {
		padding-bottom: 115px;
	}
	.catalog__category-name.catalog__category-name_6 {
		padding-left: 0;
	}
}

@media(max-width: 520px){
  .feedback-sended{
    left: 12px;
    margin-left: 0;
    width: auto;
    right: 12px;
  }
  .feedback-sended .feedback-sended-text {
    font-size: 32px;
    line-height: 33px;
  }
  .serv-subs .serv-subs-in .serv-subs-ul li {
	width: 100%;
	text-align: center;
  }
}

@media(max-width: 490px){
	.catalog {
    	padding-bottom: 52px;
	}
	.catalog__category.cat-6 {
		bottom: 19px;
		left: 35px;
	}
	#serv-info .serv-info-right {
		flex-wrap: wrap;
	}
	#serv-info .serv-info-right .serv-col {
		min-height: auto;
	}
	#serv-info .serv-info-right .serv-col.serv-col-1, #serv-info .serv-info-right .serv-col.serv-col-2, #serv-info .serv-info-right .serv-col.serv-col-3 {
		width: 100%;
	}
	#serv-info .serv-info-right .serv-col .serv-col-title {
		margin-bottom: 22px;
	}
	#service-page .serv-feedback .serv-feedback-left {
    	font-size: 20px;
    	line-height: 27px;
	}
	#service-page .serv-text-top {
		margin-bottom: 30px;
	}
	#serv-info .serv-info-right .serv-col .serv-col-button-block {
		height: 55px;
	}
	#serv-info .serv-info-in .serv-info-right .serv-col {
		padding-bottom: 55px;
	}
}

@media(max-width: 430px){
	#service-page .ur-vantage .ur-vantage-in .ur-vantage-block {
		width: 90%;
		margin-left: 5%;
	}
	#service-page .serv-feedback .serv-feedback-left {
    	font-size: 17px;
    	line-height: 23px;
    	padding: 30px 25px 35px 25px;
	}
	#service-page .serv-feedback .serv-feedback-right {
		padding: 30px 25px 0 25px;
	}
	#insert-service .serv-feedback .serv-feedback-title {
		padding-right: 80px;
	}
	#insert-service .close-btn-fb {
		right: 15px;
	}
	#serv-order-block .serv-pay-systems {
		right: 0;
	}
}

@media(max-width: 600px) AND (max-height: 390px){
	#insert-service .serv-feedback .serv-feedback-line {
		margin-bottom: 8px;
	}
	#insert-service .serv-feedback .serv-feedback-agreed {
		margin-top: 8px;
	}
	#insert-service .serv-feedback .serv-feedback-right {
		padding-top: 20px;
	}
	#insert-service .serv-feedback .serv-feedback-title {
		margin-bottom: 10px;
	}
	#insert-service .close-btn-fb {
    	top: 7px;
	}
}

@media(max-width: 390px){
	#service-page .serv-feedback .serv-feedback-right {
		padding-left: 10px;
		padding-right: 10px;
	}
	#serv-order-block .serv-pay-systems {
		width: 100px;
		bottom: 5px;
	}
}

@media(max-width: 360px){
	#service-page .serv-feedback .serv-feedback-left {
    	font-size: 15px;
    	line-height: 19px;
	}
}

@media(max-width: 1220px){
	#select-brand .select-brand .select-logo, #select-brand .select-brand .select-logo-plus {
		width: 20%;
	}
}

@media(max-width: 768px){
	#select-brand .select-brand .select-logo, #select-brand .select-brand .select-logo-plus {
		width: 32.6%;
	}
	#select-brand .select-brand .select-logo .select-logo-img img {
		max-width: 90%;
	}
	#select-brand .select-brand .select-logo .select-logo-name {
		font-size: 12px;
	}
	#select-brand .select-brand .select-logo {
		height: 135px;
	}
	#select-brand .select-brand .select-logo .select-logo-img {
		height: 55px;
	}

	#select-brand .select-brand .select-logo .select-logo-img img {
		max-height: 50px;
	}
}

@media(max-width: 700px){
	.select-ur-line .select-ur-line-check {
		padding-left: 0;
	}
	.select-ur-line .select-ur-line-title {
		position: relative;
		float: left;
		width: 100%;
	}
}

@media(max-width: 550px){
	#select-brand .select-brand .select-logo {
    	height: 120px;
	}
	#select-brand .select-brand .select-logo-plus {
		height: 115px;
		font-size: 12px;
	}
}

@media(max-width: 490px){
	.catalog__category.cat-5 {
    	position: relative;
    	float: left;
    	width: 100%;
    	bottom: auto;
	}
}

.m-form-block {
    margin-bottom: 30px;
}

.m-form-block:after {
	content: ' ';
	position: absolute;
    left: -19px;
    right: -19px;
    bottom: -18px;
	height: 1px;
	background: #ebe4d9;
}

.ind-form-file {
	border: 2px solid #0094c8;
	background: #f7f6f3;
	height: 37px;
	max-width: 181px;
	border-radius: 25px;
	margin-top: 2px;
	overflow: hidden;
}

.ind-form-file label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	z-index: 3;
	background-color: #f7f6f3;
	color: #0094c8;
	text-transform: uppercase;
    font-size: 11px;
    padding: 7px 0 0 20px;
    font-weight: bold;
    background-image: url(/img/download_cart.png);
    background-position: 89% 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;    
}

.ind-form-file:hover {
    border-color: #fff;
}

.ind-form-file:hover label {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;	
	background-color: #e1353a;
    color: #fff;
    border-color: #fff;
    background-image: url(/img/download_cart_white.png);
    background-position: 89% 5px;
    background-repeat: no-repeat;
}

.info-up {
	background: #0393c5;
	color: #fff;
	overflow: hidden;
}

.info-up .info-up-wrap {
	width: 100%;
	padding: 10px 15px;
	max-width: 1330px;
	margin: 0 auto;
}

.info-up .info-up-wrap .info-up-top {
	padding: 16px 0 25px 9.3%;
}

.info-up .info-up-wrap .info-up-top:before {
	content: '!';
	position: absolute;
	top: 50%;
	margin-top: -37.5px;
	border-radius: 100px;
	left: 0px;
	border: 1px solid #fff;
	height: 67px;
	width: 67px;
	text-align: center;
	padding-top: 21px;
	font-size: 37px;
}

.info-up .info-up-wrap .info-up-top .info-up-left {
	max-width: 1079px;
	padding-right: 28%;
	line-height: 20px;	
}

.info-up .info-up-wrap .info-up-top .info-up-close {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: 2px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: url(../img/info-up-close.svg) center center no-repeat;
	background-size: 100% auto;
  -webkit-transition: -webkit-transform .5s ease-in-out;
          transition:         transform .5s ease-in-out;    
}

.info-up .info-up-wrap .info-up-top .info-up-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.info-up .info-up-wrap .info-up-top .info-up-left .info-up-more {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
    float: left;
    height: 40px;
    background: #ffd65b;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-top: 9px;
    padding-left: 36px;
    padding-right: 36px;
    color: #000;
    cursor: pointer;
}

.info-up .info-up-wrap .info-up-top .info-up-left .info-up-more:hover {
  transition: background-color .2s ease-in-out;
  color: #000000;
  text-decoration: none;
  background-color: #ffbf00;
}

#reg-window {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 150;
	background: #fff;
	display: none;
}

#reg-window.reg-window-page {
	position: relative;
	float: left;
	width: 100%;
	top: auto;
	left: auto;
	bottom: auto;
	display: block;
}

#reg-window.reg-window-page .warnText {
	text-align: center;
	color: red;
	font-weight: bold;
}

#reg-window .reg-window-close {
	position: absolute;
	top: 96px;
	right: 1px;
	width: 67px;
	height: 67px;
	border-radius: 67px;
	cursor: pointer;
	z-index: 2;
	background: url(../img/reg-window-close.svg) center center no-repeat;
	background-size: 15px 15px !important;
	border: 2px solid #9bd4e8;
	background-size: 100% auto;
  -webkit-transition: -webkit-transform .5s ease-in-out;
          transition:         transform .5s ease-in-out;    
}

#reg-window .reg-window-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#reg-window .reg-wrap {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

#reg-window .reg-wrap-in {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

#reg-window .reg-wrap-in.reg-wrap-in-1 {
	max-width: 1170px;
}

#reg-window .reg-wrap-in .reg-window-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 92px;
	font-weight: bold;
}

#reg-window.reg-window-page .reg-wrap-in .reg-window-title {
	margin-top: 20px;
}

#reg-window .reg-window-top {
	display: flex;
	justify-content: center;
	/*padding: 0 0 0 4.5%;*/
	padding: 0 0 0 0;
	margin-top: 36px;
}

#reg-window .reg-window-top .reg-window-info {
	position: relative;
	float: left;
	width: 32.3%;
	margin-left: 1%;
	padding-left: 85px;
	padding-right: 40px;
    font-weight: 600;
    font-size: 13.7px;
    padding-top: 12px;
    padding-bottom: 25px;
}

#reg-window .reg-forms {
	/*margin-top: 129px;*/
	margin-top: 40px;
}

#reg-window .reg-forms .reg-forms-title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#reg-window .reg-window-top .reg-window-info.reg-win-1 {
	background: url(../img/reg_1.png) left top no-repeat;
}

#reg-window .reg-window-top .reg-window-info.reg-win-2 {
	background: url(../img/reg_2.png) left top no-repeat;
}

#reg-window .reg-window-top .reg-window-info.reg-win-3 {
	background: url(../img/reg_3.png) left top no-repeat;
}

#reg-window .reg-window-top .reg-window-info.reg-win-4 {
	background: url(../img/reg_4.png) left top no-repeat;
}

#reg-window .reg-forms-block .reg-forms-block-right {
	position: relative;
	float: right;
	width: 47%;
	max-width: 327px;
}

#reg-window .reg-forms-block {
	margin-top: 91px;
	/*padding: 0 13.7%;*/
	padding: 0 10%;
}

#reg-window .reg-forms-block:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 415px;
	margin-left: -0.5px;
	background: #cdcdcd;
	top: -5px;
    height: 300px;	
}

@media(max-width: 1000px){
	#reg-window .reg-forms-block:before {
		display: none;
	}
}

#reg-window .reg-forms-block .reg-forms-block-right .reg-forms-auth {
	background: #f7f6f3;
	padding-top: 19px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

#reg-window .reg-forms-block .reg-forms-block-right .reg-forms-auth .reg-one-form-title {
	text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	margin-bottom: 27px;    
}

#reg-window .reg-forms-block .reg-forms-block-right .reg-one-form-input, #reg-window .reg-forms-block .reg-forms-block-right .reg-one-form-input:focus {
	background: none;
	border: none;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	text-transform: none;
    font-family:'DINPro';
    font-style: normal;
    font-weight: 400;
    padding: 8px 0;
    margin-bottom: 37px;
}

#reg-window .reg-forms-block .reg-forms-block-right .reg-one-form-input:focus, #reg-window .reg-forms-block .reg-forms-block-right .reg-one-form-input:active {
	box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid #cdcdcd !important;
	outline: none;
}

#reg-window .reg-forms-block .reg-forms-block-right .reg-one-form-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#reg-window .reg-forms-block .reg-forms-block-right .reg-one-form-smb-line {
	display: flex;
	justify-content: center;
	margin-top: -3px;
}

#reg-window .reg-forms-block .reg-forms-block-right .reg-one-form-smb {
	border: 1px solid #e1e0de;
	color: #bdbdbd;
	width: 163px;
	padding: 14px 0;
	background: none;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 14.5px;
	cursor: pointer;
	font-family:'PT Astra Sans';
	font-weight: bold;
}

#reg-window .reg-forms-block .reg-forms-block-left {
	position: relative;
	float: left;
	width: 47%;
	max-width: 329px;
}

#reg-window .reg-forms-block .reg-forms-block-left .reg-forms-agreed {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	cursor: pointer;
}

#reg-window .reg-forms-block .reg-forms-block-left .reg-forms-agreed.active {
	background-color: #0393c5;
    border-color: #0393c5;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    text-align: center;    
}

#reg-window .reg-forms-block .reg-forms-block-left .reg-forms-agreed.active:before {
    content: "\f00c";
    font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

#reg-window .reg-forms-block .reg-forms-block-left .reg-forms-one-check:first-child {
	position: relative;
	float: left;
	width: 44%;
	padding-right: 30px;
}

#reg-window .reg-forms-block .reg-forms-block-left .reg-forms-one-check:last-child {
	position: relative;
	float: right;
	width: 47%;
	padding-right: 30px;
}

#reg-window .reg-forms-set .reg-forms-checks {
	margin-bottom: 36px;
}


#reg-window .reg-forms-set .checkin-line {
	padding-right: 13%;
    /*margin-bottom: 37px;*/
    margin-bottom: 21px;
}

#reg-window .reg-forms-set .checkin-line.checkin-line-last {
    margin-bottom: 25px;
}

#reg-window .reg-forms-set .checkin-input, #reg-window .reg-forms-set .checkin-input:focus {
	background: none;
	border: none;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	text-transform: none;
    font-family:'DINPro';
    font-style: normal;
    font-weight: 400;
    padding: 8px 0;
}

#reg-window .reg-forms-set .checkin-input:focus, #reg-window .reg-forms-set .checkin-input:active {
	box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid #cdcdcd !important;
	outline: none;
}

#reg-window .reg-forms-set .checkin-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submit-clear, .submit-clear:focus, .submit-clear:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none !important;
  outline: none;
}

#reg-window .reg-forms-set .checkin-line-policy {
    padding-left: 43px;
    margin-bottom: 21px;
}

#reg-window .reg-forms-set .checkin-line-policy .checkin-agreed-text {
    font-size: 14px;
    line-height: 14px;
}

#reg-window .reg-forms-set .checkin-line-policy .checkin-agreed {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    cursor: pointer;
}

#reg-window .reg-forms-agreed.active {
    background-color: #0393c5;
    border-color: #0393c5;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    text-align: center;
}

#reg-window .reg-forms-agreed.active:before {
    content: "\f00c";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

#reg-window .reg-forms-set .checkin-line-policy .checkin-agreed.active {
    background-color: #0393c5;
    border-color: #0393c5;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    text-align: center;
}

#reg-window .reg-forms-set .checkin-line-policy .checkin-agreed.active:before {
    content: "\f00c";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

#reg-window .reg-forms-set .checkin-submit {
	border: 1px solid #e1e0de;
	color: #bdbdbd;
	padding: 14px 36px;
	background: none;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 14px;
	font-family:'PT Astra Sans';
	font-weight: bold;
	cursor: pointer;	
}

#reg-window .reg-forms-set.form-ready .checkin-submit, #reg-window .reg-forms-block .reg-forms-block-right .auth-ready .reg-one-form-smb {
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #0393c5;
    background-color: #0393c5;
    cursor: pointer;
}

#reg-window .reg-forms-set.form-ready .checkin-submit:hover, #reg-window .reg-forms-block .reg-forms-block-right .auth-ready .reg-one-form-smb:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 1px solid #e1353a;
    color: #ffffff;
}

#reg-window .reg-forms-set .checkin-input-ur {
	display: none;
}

#reg-window .plach-valid, #edit-prof-form .plach-valid {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #bbb;
	z-index: 110;
	padding: 0 8px;
	font-size: 10px;
	margin-top: 2px;
	border-radius: 3px;
	line-height: 14px;
	color: red;
    text-transform: uppercase;
    opacity: 0;
    display: none;
}

#reg-window .reg-forms-auth .plach-valid {
	top: 33px;
}

.checkin-agreed .plach-valid {
	min-width: 138px;
	text-align: center;
}

#reg-window .plach-valid:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: url(/img/down-arrow.png) bottom center no-repeat;
	background-size: 100% auto
}

#reg-window .checkin-agreed .plach-valid:before {
	left: 5px;
	margin-left: 0;
}

#office .office-top {
	color: #fff;
}

.profile-type {
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
    font-size: 12px;
}

.profile-type.set-white {
	color: #303030
}

.profile-type span {
	text-transform: uppercase;
	color: #ffbf00;
    font-size: 14px;
    font-weight: bold;	
}

#office .office-top .about__title {
	color: #fff;
}

#office .office-top:before {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    height: 242px;
    background: url(../img/office_dark.png) right bottom no-repeat;
}

#office .office-top-fix {
	display: flex;
	justify-content: center;
    margin-top: 18px;
    margin-bottom: 47px;
}

#office .office-top-fix .office-top-text {
    max-width: 800px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

#office .office-content {
	padding: 41px 0;
	background: #fff;
	min-height: 400px;
}

#office .office-wrapper {
	margin: 0 auto;
	max-width: 1420px;
	width: 100%;
	padding: 0 10px;
}

#office .office-content .office-left {
	position: relative;
	float: left;
	width: 49.3%;
}

#office .office-content .office-right {
	position: relative;
	float: right;
	width: 49.3%;
}

#office .office-content .office-suppurt {
	border: 1px solid #efefec;
	margin-bottom: 17px;
}

#office .office-content .office-blue-header {
	background: #eef8ff;
	padding: 0 2% 0 6.74%;
}

#office .office-content .office-blue-header .office-btn {
	position: absolute;
	top: 33px;
	right: 28px;
	color: #000000;
	font-weight: bold;
	padding: 10px 35px;
	border-radius: 20px;
	font-size: 15.3px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ffd84f;
	cursor: pointer;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#office .office-content .office-blue-header .office-btn.office-btn-blue {
	background: #0093c8;
	color: #fff;
}

#office .office-content .office-blue-header .office-btn:hover {
	-webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;    
    color: #000000;
    text-decoration: none;
    background-color: #ffbf00;
}

#office .office-content .office-blue-header .office-btn.office-btn-blue:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #ffffff;
}

#office .office-content .office-blue-title {
	font-weight: bold;
	font-size: 20.5px;
    margin: 40px 0 34px 0;
    min-height: 22px;
}

#office .office-content .office-blue-title span {
	font-weight: normal;
	font-size: 16px;	
}

#office .office-content .office-suppurt-content {
	padding-top: 23px;
	padding-bottom: 23px;
}

#office .office-suppurt-line {
	display: flex;
	justify-content: space-between;
	padding: 15px 2% 15px 6.74%;
	color: #0393c5;
	font-weight: bold;
}

#office .office-suppurt-line a {
	color: #0393c5;
}

#office .office-suppurt-line a:hover {
	color: #fff;
}

#office .office-suppurt-line:hover {
	background: #0393c5;
	color: #fff;
}

#office .office-suppurt-line:hover a {
	color: #fff;
}

#office .office-suppurt-line .office-suppurt-line-1 {
	position: relative;
	float: left;
	width: 15%;
	padding-left: 4%;
}

#office .office-suppurt-line .office-suppurt-line-2 {
	position: relative;
	float: left;
	width: 65%;
	padding-left: 4%;
}

#office .office-suppurt-line .office-suppurt-line-3 {
	position: relative;
	float: left;
	width: 20%;
	padding-left: 1.4%;
}

#office .office-suppurt-line .office-suppurt-line-3.suppurt-answer {
	color: #ffbf00;
}

#office .office-content .office-right .office-blue-header {
	padding-left: 4%;
}

#office .office-cart-empty {
	padding: 20px 2% 20px 4%;
}

#office .office-cart-block {
	padding: 27px 6% 0 4.3%;
}

#office .office-cart-block .office-cart-line {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

#office .office-cart-block .office-cart-line .office-cart-img {
	position: relative;
	float: left;
	width: 20%;
	border: 1px solid #f0f0ee;
}

#office .office-cart-block .office-cart-line .office-cart-name {
	position: relative;
	float: left;
	font-weight: bold;
	color: #0997ca;
	width: 59.1%;
    padding-left: 5.3%;
    margin-top: -9px;	
}

#office .office-cart-block .office-cart-line .office-cart-name a {
	color: #0997ca;
}

#office .office-cart-block .office-cart-line .office-cart-price {
	position: relative;
	float: left;
	width: 20%;
    font-size: 27px;
    color: #121212;
    font-family: "PT Astra Sans",sans-serif;
    margin-top: -12px;	
}

#office .office-cart-block .office-cart-line .office-cart-price span {
	font-size:21px;
}

#office .office-cart-block .office-cart-line .office-cart-price .fa-rub {
	font-size: 19px;
}

#office .office-cart-block .office-cart-line .office-cart-img img {
	max-width: 100%;
}

#office .office-profile {
	padding: 40px 0 0 4.5%;
}

#office .office-profile .office-profile-left {
	position: relative;
	float: left;
	width: 27.4%;
	color: #121212;
}

#office .office-set-height {
	min-height: 296px;
}

#office .office-set-height-2 {
	min-height: 386px;
}

#office .office-profile .office-profile-right {
	position: relative;
	float: left;
	width: 40%;
	color: #939393;
    text-transform: uppercase;
    font-size: 12px;	
}

#office .office-profile .office-profile-right .office-profile-right-line {
	margin-bottom: 16px;
}

#office .office-history {
	padding: 25px 4% 1px 7%;
}

#office .office-history .office-history-block {
	margin-bottom: 18px;
}


#office .office-history .office-history-block .office-history-block-in {
	background: #f7f6f3;
	border: 1px solid #efefec;
	border-radius: 3px;
	padding: 0 20px 6px 20px;
}

#office .office-history .office-history-block .office-history-block-top {
	padding: 21px 0 22px;
	border-bottom: 1px solid #e9e3d8;
}

#office .office-history .office-history-block .office-history-block-top .office-history-more {
	position: absolute;
	right: 0;
	top: 20px;
	color: #0094c9;
	font-size: 12px;
	cursor: pointer;
    padding-top: 4px;	
	padding-right: 38px;
}

#office .office-history .office-history-block .office-history-block-top .office-history-more:before {
	content: '';
	position: absolute;
    top: -4px;
    right: -5px;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	border: 2px solid #0094c9;
	background: url(/img/down-arrow.svg) center 7px no-repeat;
	background-size: 16px auto;
}

#office .office-history .office-history-block .office-history-block-top .office-history-more.active:before {
	background: url(/img/down-arrow-top.svg) center 5px no-repeat;
	background-size: 16px auto;
}

#office .office-history .office-history-block .office-history-block-top .office-history-num {
	position: relative;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12.6px;
	margin-right: 11px;
}

#office .office-history .office-history-block .office-history-block-top .office-history-num span {
	font-size: 18px;
}

#office .office-history .office-history-block .office-history-block-bottom .office-history-block-info {
	position: relative;
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: bold;
	color: #303030;
}

#office .office-history .office-history-block .office-history-block-bottom .office-history-block-line {
	font-size: 12px;
	margin-bottom: 14px;	
}

#office .office-history .office-history-block .office-history-block-bottom {
	padding: 20px 0 0 0;
}

#office .office-history .office-history-block .office-history-block-bottom .office-history-block-res {
	position: relative;
	float: left;
	font-size: 14px;
}

#office .office-history .office-history-block .office-history-block-bottom .office-history-block-res span {
	color: #0093c8;
}

#office .office-history .office-history-block .office-history-open {
	display: none;
	background: #fff;
	justify-content: space-between;
	padding: 14px 5% 0 9%;
	margin-bottom: 15px;
}

#office .office-history .office-history-block .office-history-open .office-history-one {
	position: relative;
	float: left;
	width: 47%;
	margin-bottom: 16px;
}

#office .office-history .office-history-block .office-history-open .office-history-one .office-history-one-img {
	position: relative;
	float: left;
	width: 44%;
}

#office .office-history .office-history-block .office-history-open .office-history-one .office-history-one-img img {
	max-width: 90%;
}

#office .office-history .office-history-block .office-history-open .office-history-one .office-history-text {
	position: relative;
	float: left;
	width: 55%;
	padding-top: 22px;
}

#profile-edit .profile-center {
	margin: 0 auto;
	width: 100%;
	max-width: 614px;
}

#profile-edit .profile-wrapper {
	margin: 0 auto;
	max-width: 1324px;
	width: 100%;
	padding: 0 10px;
}

#profile-edit .profile-center .profile-type-office {
	position: relative;
	float: left;
	padding-right: 32px;
	margin-top: 23px;
}

#profile-edit .profile-center .profile-type-office .profile-type-check {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: #dcdcdc;
	border-radius: 3px;
}

#profile-edit .profile-center .profile-type-office .profile-type-check:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	background: url(/img/checked.svg) center center no-repeat;
	background-size: 100% auto;
}

#profile-edit .profile-center .profile-set {
	margin-top: 38px;
}

#profile-edit .profile-center .profile-set-left {
	position: relative;
	float: left;
	width: 46%;
}

#profile-edit .profile-center .profile-set-right {
	position: relative;
	float: right;
	width: 46%;
}

#profile-edit .profile-center .profile-edit-line {
	margin-bottom: 39px;
}

#profile-edit .profile-center .profile-edit-input {
	color: #939393;
	border: none;
	border-bottom: 1px solid #cecece;
	text-transform: uppercase;
    font-size: 11px;
    padding: 9px 0;
}

#profile-edit .profile-center .profile-edit-smb-line {
	display: flex;
	justify-content: center;
}

#profile-edit .profile-center .profile-edit-smb-line {
	margin-top: 19px;
}

#profile-edit .profile-center .profile-edit-smb-line .profile-edit-smb {
	position: relative;
	float: left;
    border: 1px solid #e1e0de;
    color: #bdbdbd;
    padding: 14px 36px;
    background: none;
    text-transform: uppercase;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

#edit-prof-form.form-ready .profile-edit-smb-line .profile-edit-smb {
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #0393c5;
	background-color: #0393c5;
	cursor: pointer;
}

#edit-prof-form.form-ready .profile-edit-smb-line .profile-edit-smb:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #ffffff;
}

#profile-edit .profile-center input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#profile-edit .profile-center input:focus, #profile-edit .profile-center input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none !important;
  outline: none;
}

#profile-edit .profile-center input:active, #profile-edit .profile-center input:hover, #profile-edit .profile-center input:focus {
    outline: 0;
    outline-offset: 0;
}

#profile-edit .profile-center input::-webkit-input-placeholder       {color:#dcdcdc;}
#profile-edit .profile-center input::-moz-placeholder                {color:#dcdcdc;}
#profile-edit .profile-center input:-moz-placeholder                 {color:#dcdcdc;}
#profile-edit .profile-center input:-ms-input-placeholder            {color:#dcdcdc;}
#profile-edit .profile-center input:focus::-webkit-input-placeholder {color:#dcdcdc;}
#profile-edit .profile-center input:focus::-moz-placeholder          {color:#dcdcdc;}
#profile-edit .profile-center input:focus:-moz-placeholder           {color:#dcdcdc;}
#profile-edit .profile-center input:focus:-ms-input-placeholder      {color:#dcdcdc;}


#profile-edit .profile-center .ch-pass-btn {
	position: absolute;
	right: 0;
	top: 2px;
	background: #0093c8;
	color: #fff;
	padding: 3px 10px;
	color: #fff;
    padding: 3px 18px;
    color: #fff;
    font-size: 10.7px;
    text-transform: uppercase;
    border-radius: 19px;
    z-index: 1;
    cursor: pointer;
}


#profile-edit .profile-center .ch-pass-btn:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #ffffff;
}

#support-common .support-wrapper {
	margin: 0 auto;
	max-width: 1319px;
	width: 100%;
	padding: 0 10px;
}

#support-common .support-common-left {
	position: relative;
	float: left;
	width: 23.8%;
}

#support-common .support-common-left .support-new {
	position: relative;
	float: left;
    color: #000000;
    font-weight: bold;
    padding: 8px 35px;
    border-radius: 20px;
    min-width: 266px;
    text-align: center;
    font-size: 13.9px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffd84f;
    cursor: pointer;
    margin-top: -2px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#support-common .support-common-left .support-new:hover {
	-webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;    
    color: #000000;
    text-decoration: none;
    background-color: #ffbf00;
}

#support-common .support-common-right {
	position: relative;
	float: left;
	width: 67.4%;
	margin-top: -12px;
}

#support-common .support-common-right .support-common-header {
	padding: 16px 0;
	border-top: 1px solid #e9e3d8;
	border-bottom: 1px solid #e9e3d8;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
	font-size: 11.5px;
    font-weight: bold;
    margin-bottom: 24px;    
}

#support-common .support-common-right .support-common-line {
	display: flex;
	justify-content: flex-start;
}

#support-common .support-common-right .support-common-1 {
	position: relative;
	float: left;
	width: 20.3%;
	padding-left: 2%;
}

#support-common .support-common-right .support-common-2 {
	position: relative;
	float: left;
	width: 40.5%;
}

#support-common .support-common-right .support-common-3 {
	position: relative;
	float: left;
	width: 25%;
}

#support-common .support-common-right .support-common-4 {
	position: relative;
	float: left;
	width: 14%;
}

#support-common .support-common-right .support-answer {
	color: #ffbf00;
}

#support-common .support-common-right .tickets-viewed {
	color: #a9a9a9;
}

#support-common .support-common-right .support-common-res {
	font-weight: bold;
    color: #0393c5;
}

#support-common .support-common-right .support-common-res {
	padding: 13px 0;
}

#support-common .support-common-right .support-common-res a {
    color: #0393c5;
}

#support-common .support-common-right .support-common-res:hover {
	background: #0393c5;
    color: #fff;
}

#support-common .support-common-right .support-common-res:hover a {
    color: #fff;
}

#history-page .history-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}

#history-page .office-history {
	padding: 3px 0 0 0;
}

#history-page .history-wrapper-center {
	margin: 0 auto;
	width: 100%;
	max-width: 709px;
}

#history-page .office-history .office-history-block {
	margin-bottom: 29px;
	border: 1px solid #b3deed;
}

#history-page .office-history .office-history-block .office-history-block-in {
	background: #f7f6f3;
	border-radius: 3px;
	padding: 0 10% 6px 9%;
	box-shadow: 0 0 5px #bbb;
}

#history-page .office-history .office-history-block .office-history-block-top {
	padding: 21px 0 22px;
	border-bottom: 1px solid #e9e3d8;
}

#history-page .office-history .office-history-block .office-history-block-top .office-history-more {
	position: absolute;
	right: 0;
	top: 20px;
	color: #0094c9;
	font-size: 12px;
	cursor: pointer;
    padding-top: 4px;	
	padding-right: 38px;
}

#history-page .office-history .office-history-block .office-history-block-top .office-history-more:before {
	content: '';
	position: absolute;
    top: -4px;
    right: -5px;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	border: 2px solid #0094c9;
	background: url(/img/down-arrow.svg) center 7px no-repeat;
	background-size: 16px auto;
}

#history-page .office-history .office-history-block .office-history-block-top .office-history-more.active:before {
	background: url(/img/down-arrow-top.svg) center 5px no-repeat;
	background-size: 16px auto;
}

#history-page .office-history .office-history-block .office-history-block-top .office-history-num {
	position: relative;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12.6px;
	margin-right: 11px;
}

#history-page .office-history .office-history-block .office-history-block-top .office-history-num span {
	font-size: 18px;
}

#history-page .office-history .office-history-block .office-history-block-bottom .office-history-block-info {
	position: relative;
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: bold;
	color: #303030;
}

#history-page .office-history .office-history-block .office-history-block-bottom .office-history-block-line {
	font-size: 12px;
	margin-bottom: 14px;	
}

#history-page .office-history .office-history-block .office-history-block-bottom {
	padding: 20px 0 0 0;
}

#history-page .office-history .office-history-block .office-history-block-bottom .office-history-block-res {
	position: relative;
	float: left;
	font-size: 14px;
}

#history-page .office-history .office-history-block .office-history-block-bottom .office-history-block-res span {
	color: #0093c8;
}

#history-page .office-history .office-history-open {
	display: none;
	border-top: 1px solid #b3deed;
	background: #fff;
	justify-content: space-between;
	padding: 14px 5% 0 9%;
	margin-bottom: 15px;
}

#history-page .office-history .office-history-open .office-history-one {
	position: relative;
	float: left;
	width: 47%;
	margin-bottom: 16px;
}

#history-page .office-history .office-history-open .office-history-one .office-history-one-img {
	position: relative;
	float: left;
	width: 44%;
}

#history-page .office-history .office-history-open .office-history-one .office-history-one-img img {
	max-width: 90%;
}

#history-page .office-history .office-history-open .office-history-one .office-history-text {
	position: relative;
	float: left;
	width: 55%;
	padding-top: 22px;
}

#tiket .tiket-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1330px;
	padding: 0 15px;
}

#tiket .tiket-left {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 100%;
	max-width: 359px;
}

#tiket .tiket-back {
	position: relative;
	float: left;
    background-color: #0093c8;
    background-image: url(/img/left-arrow.svg);
    background-position: 32px center;
    background-repeat: no-repeat;
    background-size: 21px auto;
    color: #fff;
    font-weight: bold;
    padding: 10px 35px 10px 77px;
    border-radius: 20px;
    font-size: 15.3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#tiket .tiket-back:hover {
	background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #ffffff;
}

#tiket .tiket-right {
	position: relative;
	float: left;
	max-width: 721px;
	width: 100%;
}

#tiket .tiket-right .tiket-title {
    font-weight: bold;
    font-size: 20px;
    margin: 17px 0 50px 0;
}

#tiket .tiket-right .tiket-line {
	border: 1px solid #efefec;
	margin-bottom: 15px;
	padding: 29px 15px 13px 6.8%;
	max-width: 670px;
}

#tiket .tiket-right .tiket-line .tiket-date {
	margin-bottom: 4px;
}

#tiket .tiket-right .tiket-line .tiket-author {
	margin-bottom: 23px;
}

#tiket .tiket-right .tiket-line .tiket-author span {
	color: #ffc720;
	margin-left: 19px;
	font-weight: bold;
}

#tiket .tiket-right .tiket-line .tiket-product {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#tiket .tiket-right .tiket-line .tiket-text-img {
	position: relative;
	float: left;
	width: 30%;
	max-width: 130px;
}

#tiket .tiket-right .tiket-line .tiket-text-img img {
	max-width: 90%;
}

#tiket .tiket-right .tiket-line .tiket-prod-name {
	position: relative;
	float: left;
	width: 70%;
}

#tiket .tiket-right .tiket-q {
	background: #fffbf0;
	float: left;
}

#tiket .tiket-right .tiket-a {
	background: #ecfaff;
	float: right;
}

#tiket .tiket-right .tiket-line.tiket-a {
	padding: 29px 15px 13px 4.8%;
}

#tiket .tiket-right .tiket-line .tiket-text {
	line-height: 23px;
    padding-bottom: 14px;
}

#tiket .tiket-file {
	font-size: 15px;
	padding-left: 28px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: url(../img/clip.svg) left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.tiket-form {
	margin: 30px 0 0 0;
    padding: 0 0 0 3.3%;
    max-width: 560px;
}

.tiket-form-title {
	font-weight: bold;
    text-align: center;
    font-size: 21px;
    margin-bottom: 48px;    
}

.tiket-form .tiket-textarea {
	border: 1px solid #c1c1c1;
	height: 69px;
	padding: 7px 10px;
    font-family:'DINPro';
    font-size: 15px;
}

.tiket-form .tiket-textarea::-webkit-input-placeholder       {text-transform: uppercase;color:#939393; font-size: 12px;}
.tiket-form .tiket-textarea::-moz-placeholder                {text-transform: uppercase;color:#939393; font-size: 12px;}
.tiket-form .tiket-textarea:-moz-placeholder                 {text-transform: uppercase;color:#939393; font-size: 12px;}
.tiket-form .tiket-textarea:-ms-input-placeholder            {text-transform: uppercase;color:#939393; font-size: 12px;}
.tiket-form .tiket-textarea:focus::-webkit-input-placeholder {text-transform: uppercase;color:#939393; font-size: 12px;}
.tiket-form .tiket-textarea:focus::-moz-placeholder          {text-transform: uppercase;color:#939393; font-size: 12px;}
.tiket-form .tiket-textarea:focus:-moz-placeholder           {text-transform: uppercase;color:#939393; font-size: 12px;}
.tiket-form .tiket-textarea:focus:-ms-input-placeholder      {text-transform: uppercase;color:#939393; font-size: 12px;}

.tiket-form .tiket-textarea:focus {
	box-shadow: none !important;
	border: none !important;
	border: 1px solid #c1c1c1 !important;
	outline: none;
}

.tiket-form .tiket-form-btn-line {
	display: flex;
	justify-content: center;
	margin-top: 27px;
}

.tiket-form .tiket-form-btn {
    font-weight: bold;
    padding: 16px 35px;
    border-radius: 30px;
    font-size: 14.5px;
    text-decoration: none;
	border: 1px solid #e1e0de;
    color: #bdbdbd;
    background: none;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;

}

.tiket-form.form-ready .tiket-form-btn {
	background: #0093c8;
    color: #fff;
    border: none;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;	
}


.tiket-form.form-ready .tiket-form-btn:hover {
    background-color: #e1353a;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #ffffff;
}

.tiket-form .ind-form-file {
	position: relative;
	float: left;
	width: 181px;
	margin-top: 6px;
    margin-right: 40px;
    margin-left: -25px;
	border: 2px solid #0094c8;
}

.tiket-form .ind-form-file label {
	background-color: #fff;
}


.tiket-form .ind-form-file:hover {
    border-color: #0094c8;
}

.tiket-form .ind-form-file:hover label {
	background-color: #fff;
    color: #0094c8;
    border-color:  #0094c8;
    background-image: url(/img/download_cart.png);
    background-position: 89% 5px;
    background-repeat: no-repeat;
}

.feedack-load-x { /* добавить стили на кнопку удаления файла */

}

.header-check-in {
	position: absolute;
	/*top: -26px;*/
	top: -46px;
	padding-top: 20px;
    font-size: 14px;
    right: 7.5%;
    cursor: pointer;
    padding-bottom: 5px;
}

.header-check-in:hover {
	color: #929292;
	text-decoration:none;border-bottom:2px solid #0393c5;-webkit-transition:border-bottom .2s;transition:border-bottom .2s;
}

.header-check-in.header-check-in-user-dt:hover {
	border: none;
}

.header-check-in.header-check-in-user-dt {
	padding-left: 35px;
	/*background: url(/img/user.png) left 3px no-repeat;*/
	background: url(/img/user.png) 5px 23px no-repeat;
}

.dark-theme .header-check-in.header-check-in-user-dt {
	background: url(/img/user2.png) 5px 23px no-repeat;
}

.dark-theme .header-check-in {
	color: #fff;
}

.header-check-in .dropdown {
    position: absolute;
    width: calc(100% + 6px);
    /* padding: 40px 10px 10px; */
    padding: 40px 0 0 0;
    /*background: #ffffff;*/
    background: none;
    border: 3px solid #0393c5;
    margin-top: 0;
    top: 0;
    left: -3px !important;
}

.support-new-tiket {
	display: none;
}

.support-new-tiket .tiket-form {
	max-width: none;
	margin-top: 0;
}

.support-new-tiket .tiket-form-title {
	margin-bottom: 30px;
}

.support-new-tiket .tiket-form .tiket-form-btn-line {
	margin-top: 15px;
	margin-bottom: 25px;
}

.support-new-tiket .tiket-form .tiket-textarea {
	height: 90px;
}

.support-new-tiket .tiket-form .tiket-input {
	border: 1px solid #c1c1c1;
    padding: 7px 10px;
    font-family: 'DINPro';
    font-size: 15px;
    margin-bottom: 15px;
}

.support-new-tiket .tiket-form .tiket-input:focus {
	box-shadow: none !important;
	border: none !important;
	border: 1px solid #c1c1c1 !important;
	outline: none;
}

.tiket-form .tiket-form-btn:focus {
	outline: none;
	box-shadow: none !important;
}

.support-new-tiket .tiket-form .tiket-input::-webkit-input-placeholder       {text-transform: uppercase;color:#939393; font-size: 12px;}
.support-new-tiket .tiket-form .tiket-input::-moz-placeholder                {text-transform: uppercase;color:#939393; font-size: 12px;}
.support-new-tiket .tiket-form .tiket-input:-moz-placeholder                 {text-transform: uppercase;color:#939393; font-size: 12px;}
.support-new-tiket .tiket-form .tiket-input:-ms-input-placeholder            {text-transform: uppercase;color:#939393; font-size: 12px;}
.support-new-tiket .tiket-form .tiket-input:focus::-webkit-input-placeholder {text-transform: uppercase;color:#939393; font-size: 12px;}
.support-new-tiket .tiket-form .tiket-input:focus::-moz-placeholder          {text-transform: uppercase;color:#939393; font-size: 12px;}
.support-new-tiket .tiket-form .tiket-input:focus:-moz-placeholder           {text-transform: uppercase;color:#939393; font-size: 12px;}
.support-new-tiket .tiket-form .tiket-input:focus:-ms-input-placeholder      {text-transform: uppercase;color:#939393; font-size: 12px;}




.tiket-form .plach-valid {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #bbb;
	z-index: 110;
	padding: 0 8px;
	font-size: 10px;
	margin-top: -1px;
	border-radius: 3px;
	line-height: 14px;
	color: red;
    text-transform: uppercase;
    opacity: 0;
    display: none;
}

.tiket-form .tiket-plach-fix .plach-valid  {
	margin-top: -18px;
}

.tiket-form .plach-valid:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: url(/img/down-arrow.png) bottom center no-repeat;
	background-size: 100% auto
}

.get-items {
	margin-top: -16px;
    margin-bottom: 20px;
    margin-left: 13px;
}

.get-items .ajax-send.request {
	background: none;
	margin-left: 8px;
	color: #0393c5;
	cursor: pointer;
	font-size: 14.5px;
}

.for-check-in-user {
	position: absolute;
	bottom: -50px;
	line-height: 15px;
    right: -15px;
    left: -2px;	
}

@media(max-width: 1420px){
	.header-check-in {
		right: 0;
	}
}

@media(max-width: 1320px){
	#office .office-content .office-blue-header {
		padding-left: 15px;
	}
	#office .office-content .office-right .office-blue-header {
		padding-left: 15px;
	}
	#office .office-suppurt-line {
		padding-left: 15px;
	}
	#office .office-cart-empty {
		padding-left: 15px;
	}
	#office .office-history {
		padding-left: 15px;
		padding-right: 15px;
	}
	#office .office-profile {
		padding-left: 15px;
	}
	#history-page .history-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width: 1270px){
	#office .office-content .office-blue-header .office-btn {
		padding: 10px 18px;
		right: 16px;
	}
}

@media(max-width: 1220px){
	.header-check-in {
		top: -16px;
	}
}

@media(max-width: 1170px){
	#office .office-content .office-blue-header .office-btn {
		font-size: 14px;
	}
	#support-common .support-common-right {
		margin-top: 20px;
	}
	#support-common .support-common-left, #support-common .support-common-right {
		width: 100%;
	}
	#support-common .support-common-left {
		display: flex;
		justify-content: center;
	}
}

@media(max-width: 1130px){
	#office .office-content .office-left {
		width: 100%;
	}
	#office .office-content .office-right {
		width: 100%;
	}
	#office .office-set-height, #office .office-set-height-2 {
		min-height: auto;
	}
}

@media(max-width: 680px){
	#support-common .support-common-right .support-common-line {
		flex-wrap: wrap;
	}
	#support-common .support-common-right .support-common-1, #support-common .support-common-right .support-common-2, #support-common .support-common-right .support-common-3, #support-common .support-common-right .support-common-4{
		width: 100%;
		padding-left: 20px;
	}
	#support-common .support-common-right .support-common-header {
		display: none;
	}
}

@media(max-height: 850px){
	/*#reg-window .reg-forms {
		margin-top: 35px;
	}
	#reg-window .reg-wrap-in .reg-window-title {
		margin-top: 35px;
	}*/
	#reg-window .reg-forms {
		margin-top: 0;
	}
	#reg-window .reg-wrap-in .reg-window-title {
		margin-top: 0;
	}
	#reg-window .reg-forms-block {
		margin-top: 40px;
	}
	#reg-window {
		/*display: flex;*/
		align-items: center;
		flex-wrap: wrap;
	}
	#reg-window .reg-window {
		margin-bottom: 55px;
	}
	#reg-window .reg-window-close {
		top: 0;
	}
	#reg-window .reg-window {
		margin-top: 20px;
	}
}

@media(max-height: 800px){
	#reg-window .reg-window {
		margin-bottom: 30px;
	}
}

@media(max-height: 790px){
	#reg-window {
		overflow-y: scroll;
	}
}

@media(max-width: 767px){
	.header-check-in {
		position: relative;
		float: left;
		top: auto;
		right: auto;
		color: #fff;
    	padding-right: 15px;
    	padding-left: 15px;
    	margin-top: 20px;
	}
}

@media(max-height: 730px){
	#reg-window .reg-forms-block {
    	margin-top: 30px;
	}
	#reg-window .reg-window-top {
		margin-top: 20px;
	}
	#reg-window .reg-forms-set .reg-forms-checks {
		margin-bottom: 20px;
	}
}

@media(max-height: 700px){
	#reg-window .reg-window {
    	margin-bottom: 10px;
    }
}

@media(max-width: 1290px){
	.info-up .info-up-wrap .info-up-top {
		padding-right: 55px;
	}
}

@media(max-width: 1220px){
	.info-up .info-up-wrap .info-up-top .info-up-left {
		padding-right: 180px;
	}
}

@media(max-width: 999px){
	#reg-window .reg-window-close {
		top: 5px;
		width: 40px;
		height: 40px;
	}
	#reg-window {
		overflow-y: scroll;
		padding-top: 10px;
	}
	#reg-window .reg-window-top {
		padding-left: 0;
	}
	#reg-window .reg-window-top .reg-window-info {
		padding-right: 15px;
	}
	#reg-window .reg-forms-block .reg-forms-block-left {
		width: 100%;
		max-width: 490px;
		margin-bottom: 35px;
	}
	#reg-window .reg-forms-set .checkin-line {
		padding-right: 0;
	}
	#reg-window .reg-forms-block .reg-forms-block-right {
		width: 100%;
		max-width: 490px;
		margin-bottom: 55px;
	}
	#reg-window .reg-forms-set .reg-forms-checks {
		max-width: 340px;
	}
	#reg-window .reg-forms-block {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#office .office-top {
		background: #21262a;
	}
}

@media (max-width: 900px){
	.info-up .info-up-wrap .info-up-top {
		padding-left: 80px;
	}
	.profile-type {
		position: relative;
		float: left;
		width: 100%;
		top: auto;
		left: auto;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	#reg-window .reg-window-top {
		flex-wrap: wrap;
	}
	#reg-window .reg-window-top .reg-window-info {
		width: 100%;
		max-width: 240px;
	}	
}

@media (max-width: 700px){
	#reg-window .reg-window-top .reg-window-info {
		padding-left: 56px;
		background-size: 49px auto !important;
		padding-top: 0;
	}
	.product__action {
		margin-bottom: 25px;
	}
}

@media (max-width: 630px){
	.tiket-form .tiket-form-btn-line {
		flex-wrap: wrap;
	}
	.tiket-form .ind-form-file {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.info-up .info-up-wrap .info-up-top .info-up-left .info-up-more {
		position: relative;
		float: left;
		top: auto;
		left: auto;
		right: auto;
		margin-top: 5px;
	}
	.info-up .info-up-wrap .info-up-top .info-up-left .info-up-text {
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.info-up .info-up-wrap .info-up-top .info-up-left {
		padding-right: 0;
	}
	.info-up .info-up-wrap {
		padding: 29px 15px 5px 15px;
	}
	.info-up .info-up-wrap .info-up-top:before {
		top: 57px;
	}
	.info-up .info-up-wrap .info-up-top .info-up-close {
		top: 3px;
		right: -2px;
		width: 34px;
		height: 34px;
	}
	.info-up .info-up-wrap .info-up-top {
		padding-right: 0;
	}
}

@media (max-width: 590px){
	#profile-edit .profile-center .profile-set-right, #profile-edit .profile-center .profile-set-left {
		width: 100%;
	}
	#history-page .office-history .office-history-block .office-history-block-in {
		padding: 0 12px 6px 12px;
	}
}

@media (max-width: 570px){
	#office .office-content .office-blue-header .office-btn {
		position: relative;
		float: left;
		top: auto;
		right: auto;
		margin-bottom: 18px;
	}
	#office .office-content .office-blue-title {
		margin-bottom: 18px;
		margin-top: 18px;
	}
}

@media(max-width: 480px){
	#office .office-profile .office-profile-left {
		width: 40%;
	}
	#office .office-profile .office-profile-right {
		width: 59%;
	}
	#office .office-suppurt-line {
		flex-wrap: wrap;
	}
	#office .office-suppurt-line .office-suppurt-line-1, #office .office-suppurt-line .office-suppurt-line-2, #office .office-suppurt-line .office-suppurt-line-3 {
		width: 100%;
		padding-left: 10px;
		margin-bottom: 4px;
	}
}

@media (max-width: 460px){
	#reg-window .reg-forms-block {
		padding: 0 25px;
	}
	.info-up .info-up-wrap .info-up-top:before {
		width: 45px;
		height: 45px;
    	padding-top: 11px;
    	font-size: 30px;		
	}
	#office .office-history .office-history-block .office-history-open .office-history-one, #history-page .office-history .office-history-open .office-history-one {
		width: 100%;
	}
	#history-page .office-history .office-history-open .office-history-one .office-history-one-img, #office .office-history .office-history-block .office-history-open .office-history-one .office-history-one-img {
		width: 31%;
	}
	#office .office-history .office-history-block .office-history-open .office-history-one .office-history-text, #history-page .office-history .office-history-open .office-history-one .office-history-text {
		width: 68%;
	}
}

@media (max-width: 430px){
	.tiket-form .tiket-form-btn-line {
		margin-top: 20px;
	}
	.tiket-form .ind-form-file {
		margin-right: 0;
	}
	.tiket-form .tiket-form-btn {
		width: 220px;
	}
}

@media (max-width: 420px){
	#office .office-history {
    	padding-left: 10px;
    	padding-right: 10px;
	}
	#reg-window .reg-wrap-in {
		padding-top: 35px;
	}
	#office .office-history .office-history-block .office-history-block-top .office-history-more {
	padding-right: 23px;
	}
	#office .office-history .office-history-block .office-history-block-in {
		padding: 0 10px 6px 10px;
	}
}

@media (max-width: 380px){
	#office .office-history .office-history-block .office-history-block-top .office-history-more, #history-page .office-history .office-history-block .office-history-block-top .office-history-more {
		position: relative;
		float: left;
		right: auto;
		left: auto;
		top: auto;
	}
}


@media (max-width: 405px){
	#office .office-history .office-history-block .office-history-block-top .office-history-more:before {
	    top: 3px;
	    width: 23px;
	    height: 23px;
	    background: url(/img/down-arrow.svg) center 4px no-repeat;
	    background-size: 12px auto;
	}
	#office .office-history .office-history-block .office-history-block-top .office-history-more.active:before {
		background: url(/img/down-arrow-top.svg) center 3px no-repeat;
	    background-size: 12px auto;
	}
}

@media (max-width: 390px){
	#reg-window .reg-forms-block {
		padding: 0 10px;
	}
	#history-page .office-history .office-history-block .office-history-block-top .office-history-more {
		padding-right: 33px;
	}
	#history-page .office-history .office-history-block .office-history-block-top .office-history-more:before {
		top: 3px;
    	width: 23px;
    	height: 23px;
        background: url(/img/down-arrow.svg) center 4px no-repeat;
    	background-size: 12px auto;
	}
	#history-page .office-history .office-history-block .office-history-block-top .office-history-more.active:before {
    	background: url(/img/down-arrow-top.svg) center 3px no-repeat;
    	background-size: 12px auto;
	}

	#history-page .office-history .office-history-block .office-history-block-top .office-history-more {
		padding-right: 23px;
	}
}
.contacts__item a{
	color: #fff;	
}
.header-check-in .fa{
    display: inline-block;
    font-size: 20px;
    /*margin-left: 7px;*/
    margin-left: 5px;
    margin-right: 4px;    
    vertical-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    position: relative;
    z-index: 500;
    width: 15px;
}
.header-check-in-user-dt ul{
    padding: 0;
    margin-top: 5px;
}
.header-check-in-user-dt ul li{
	/*margin-bottom: 5px;*/
	padding-bottom: 12px;
}
.header-check-in-user-dt ul li a{
    color: #444;
}
.header-check-in-user-dt ul li a:hove{

}
.header-check-in-user-dt button{
	border:none;
	padding: 0;
	color: #444;
}
.header-check-in-user-dt button:hover{
	text-decoration: underline;
}
.dark-theme .header-check-in-user-dt button, .dark-theme ul li a{
	color: #fff;
}
.dark-theme .catalog__category-holder .catalog__category-item a {
    color: #0393c5;
}
.dark-theme .catalog__category-holder .catalog__category-item a:hover{
	color: #e1353a;
}
.header-check-in-user-dt .header-nav__list-dropdown{
	/*background: #fff;*/
	background: none;
    /*padding: 0 0 10px 0;
    margin-left: -10px;*/
    padding-top: 7px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.header-check-in-user-dt ul li{
	/*margin-left: 10px;*/
	display: block;
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
}
.dark-theme .header-check-in-user-dt ul li {
	background-color: #21262a;
}
.dark-theme .header-check-in-user-dt .header-nav__list-dropdown{
	/*background: #21262a;
    padding: 0 10px 10px 10px;
    margin-left: -10px;*/
}
.download-price{
	display: inline-block;
	position: relative;
	padding-left: 45px;
	padding-bottom: 5px;
}
.download-price:before{
	content: '';
	position: absolute;
	width: 35px;
	height: 20px;
	background: url(../img/new.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 3px;
	left: 0;
}
#download-price-form{
	display: none;
}

#success-ticket-fade {
    display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #000;
	opacity: 0.5;
    z-index: 149;
}

#success-ticket {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 508px;
    margin-top: -190px;
    margin-left: -254px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 15px 118px 15px;
    z-index: 150;
    box-shadow: 0 0 5px #bbb;
}

@media(max-width: 550px){
	#success-ticket  {
		left: 5%;
		width: 90%;
		margin-left: 0;
	}
}

#success-ticket .x {
    position: absolute;
	top: 21px;
    right: 20px;
    width: 67px;
    height: 67px;
    border-radius: 67px;
    cursor: pointer;
    z-index: 2;
    background: url(../img/reg-window-close.svg) center center no-repeat;
    background-size: 15px 15px !important;
    border: 2px solid #9bd4e8;
    background-size: 100% auto;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

#success-ticket .x:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#success-ticket .success-ticket-1 {
    margin-top: 91px;
    font-size: 24.5px;
    color: #000;
}

#success-ticket .success-ticket-2 {
    margin-top: 40px;
    margin-left: 2px;
    font-size: 14px;	
}


#success-ticket .success-ticket-3 {
	position: absolute;
    bottom: 13px;
    right: 20px;
    font-size: 12px;
}

.request-price {
    /*display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;*/
    color: #0393c5;
    cursor: pointer;
}

.request-price font {
	font-size: 18px;
}

.ajax-send.request{
    background: url(../img/interview.svg) no-repeat left center;
    background-size: auto 100%;
    color: #0393c5;
}

.contacts__item .mailto-blue {
	color: #0393c5;
}

.float-lk{position:fixed;z-index:20;right:0;opacity:0;top:154px;display:-webkit-box;display:-ms-flexbox;display:flex;}

.float-lk .lk-msg{
	width:75px;background:#f7f6f3;
}

.float-lk .basket-icon {
    width: 80px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-left:1px solid #eeeeec;
}

.float-lk .lk-msg {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.float-lk:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url("/img/din-din.png") no-repeat center top 5px;
}

.float-lk:hover {
	text-decoration: none;
}

.float-lk .baidge {
    width: 22px;
    height: 22px;
    background-color: #ffd65b;
    border-radius: 50%;
    margin-bottom: 2px;
    color: #000000;
    font-size: 17px;
    font-family: "PT Astra Sans",sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
}

@media(max-width: 620px) {
	.custom-text-block .project-container .text {
		width: 100%;
	}
	.uk-slidenav-position .uk-slidenav {
		display: block !important;
		z-index: 100;
	}
	.project-container>div:first-child {
		padding-right: 0;
	}
}

.grecaptcha-badge {
	display: none !important;
}

