@font-face {
    font-family: 'Gilroy-Light';
    /*src: url('../fonts/Gilroy-Light.eot'), url('../fonts/Gilroy-Light.otf') format('opentype');*/
	src: url('../fonts/Gilroy-Light.eot');
	src: local('☺'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.svg') format('svg');
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    font-weight: bold;
    /*src: url('../fonts/Gilroy-ExtraBold.eot'), url('../fonts/Gilroy-ExtraBold.otf') format('opentype');*/
	src: url('../fonts/Gilroy-ExtraBold.eot');
	src: local('☺'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.svg') format('svg');
}

html {
	margin: 0;
	padding: 0;
}
body {
	right: 0;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	background: rgb(245, 245, 245);
	transition: right .1s ease-out;
	font-family: 'Gilroy-Light', Calibri;
}

a {
	color: #3581b7;
	text-decoration: none;
}
a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}
.clear { clear: both; }
.table { display: table; }
.table-row { display: table-row; }
.table-cell { display: table-cell; vertical-align: top; }
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


table {
	width:100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-align: left;
    border-collapse: separate;
    border-spacing: 5px;
    background: #ECE9E0;
    color: #656665;
    border: 10px solid #ECE9E0;
}
th {
font-size: 18px;
padding: 10px;
}
td {
background: #f5f5f5;
padding: 10px;
}


.content-headline {top: 0; position: absolute; left: 85px; background-color: #3581b7; padding: 15px; color: #fff;}
.mainp-headline {padding: 15px 0 15px; margin: -30px 0 10px;}
.mtable {margin-top: -260px;}
.popup {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 50px 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	
	display: none;
}
.popup .popup-window {
	top: 50%;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	max-width: 90%;
	transform: translate(0, -60%) perspective(800px) rotateX(15deg);
	transition: all .2s ease-out;
	background: rgb(245, 245, 245);
	box-shadow: 0 15px 70px rgba(0, 0, 0, 0.3);
}
.popup.content-visible .popup-window {
	transform: translate(0, -50%) perspective(800px) rotateX(0);
}
.popup .popup-window .header {
	padding: 10px 12px;
	position: relative;
	background: rgb(235, 235, 235);
	border-bottom: 1px solid rgb(220, 220, 220);
}
.popup .popup-window .header .title {
	font-size: 18px;
	line-height: 20px;
	padding-right: 40px;
}
.popup .popup-window .header .close-button {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0.4;
	position: absolute;
	
	transition: all 0.2s ease-out;
}
.popup .popup-window .header .close-button div {
	top: 50%;
	left: 50%;
	width: 50%;
	height: 4px;
	position: absolute;
	background: rgb(0, 0, 0);
}
.popup .popup-window .header .close-button div:nth-child(1) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .popup-window .header .close-button div:nth-child(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}
.popup .popup-window .header .close-button:hover {
	opacity: 0.7;
}
.popup .popup-window .content {
	padding: 20px;
}
.popup .popup-window .content :first-child {
	margin-top: 0;
}
.popup .popup-window .content :last-child {
	margin-bottom: 0;
}
.popup .popup-window .buttons {
	display: none;
	padding: 0 20px 20px 20px;
}
.popup .popup-window .buttons .custom-button-input {
	float: right;
	margin-left: 20px;
}
.popup .loader {
	top: 50%;
	left: 50%;
	width: 80px;
	position: absolute;
	transform: translate(-50%, -50%);
	
	display: none;
}
.popup .loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.popup .circular {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	margin: auto;
	position: absolute;
	
	-webkit-animation: rotate-rotate 2s linear infinite;
	animation: rotate-rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.popup .path {
	stroke-dasharray: 90, 200;
	-webkit-animation: spinner-dash 1.5s ease-in-out infinite;
	animation: spinner-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: rgb(49, 90, 43);
}
@-webkit-keyframes rotate-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}
@keyframes spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}


.custom-text-input {
	width: 300px;
	height: 46px;
	cursor: text;
	z-index: 1;
	position: relative;
	border-bottom: 1px solid rgb(214, 213, 212);
}
.custom-text-input .text {
	left: 0;
	right: 0;
	color: rgb(120, 120, 120);
	bottom: 1px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	font-family: sans-serif;
	white-space: nowrap;
	
	transition: all 0.2s ease-out;
	transform-origin: top left;
}
.custom-text-input .info {
	top: 0;
	right: -10px;
	width: 40px;
	bottom: 0;
	cursor: pointer;
	opacity: 0.15;
	overflow: hidden;
	position: absolute;
	background: url(../images/input-info.png) no-repeat bottom 10px center;
	
	transition: all 0.2s ease-out;
}
.custom-text-input .info:hover {
	opacity: 0.25;
}
.custom-text-input .hr {
	left: 50%;
	width: 0;
	bottom: 0;
	height: 1px;
	position: absolute;
	background: rgba(133, 175, 74, 1);
	
	transition: all 0.2s ease-out;
	transform: translateX(-50%);
}
.custom-text-input input {
	left: 0;
	width: 100%;
	bottom: 1px;
	border: 0;
	margin: 0;
	height: 30px;
	padding: 0;
	outline: 0;
	position: absolute;
	font-size: 14px;
	background: rgba(255, 0, 0, .1);
	background: transparent;
	font-family: sans-serif;
}
.custom-text-input.has-info .text {
	right: 30px;
}
.custom-text-input.not-empty .text {
	color: rgb(120, 120, 120);
	transform: scale(0.8) translateY(-20px);
	font-weight: 500;
}
.custom-text-input.focused .text {
	color: rgba(133, 175, 74, 1);
	transform: scale(0.8) translateY(-20px);
	font-weight: 500;
}
.custom-text-input.focused .hr {
	width: 100%;
	height: 2px;
}
.custom-text-input.invalid {
	border-color: rgb(255, 215, 215);
}
.custom-text-input.invalid .hr {
	width: 100%;
	height: 2px;
	background: rgb(200, 100, 100);
}
.custom-text-input.invalid .text,
.custom-text-input.invalid.not-empty .text {
	color: rgb(200, 50, 50);
}











.custom-textarea-input {
	width: 300px;
	cursor: text;
	border-bottom: 1px solid rgb(214, 213, 212);
	z-index: 1;
	position: relative;
	padding-top: 16px;
}
.custom-textarea-input .text {
	bottom: 1px;
	
	left: 0;
	width: 100%;
	color: rgb(120, 120, 120);
	height: 30px;
	position: absolute;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	font-family: sans-serif;
	
	transition: all 0.2s ease-out;
	transform-origin: top left;
}
.custom-textarea-input .hr {
	left: 50%;
	width: 0;
	bottom: 0;
	height: 1px;
	position: absolute;
	background: rgba(133, 175, 74, 1);
	
	transition: all 0.2s ease-out;
	transform: translateX(-50%);
}
.custom-textarea-input textarea {
	top: 0;
	left: 0;
	width: 100%;
	border: 0;
	margin: 0;
	bottom: 1px;
	resize: none;
	outline: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	background: rgba(255, 0, 0, .1);
	background: transparent;
	font-family: sans-serif;
}
.custom-textarea-input.not-empty .text {
	color: rgb(120, 120, 120);
	transform: scale(0.8) translateY(-95px);
	font-weight: 500;
}
.custom-textarea-input.focused .text {
	color: rgba(133, 175, 74, 1);
	transform: scale(0.8) translateY(-95px);
	font-weight: 500;
}
.custom-textarea-input.focused .hr {
	width: 100%;
	height: 2px;
}
.custom-textarea-input.invalid {
	border-color: rgb(255, 215, 215);
}
.custom-textarea-input.invalid .hr {
	width: 100%;
	height: 2px;
	background: rgb(200, 100, 100);
}
.custom-textarea-input.invalid .text,
.custom-textarea-input.invalid.not-empty .text {
	color: rgb(200, 50, 50);
}












.custom-button-input {
	color: rgb(255, 255, 255);
	height: 40px;
	cursor: pointer;
	padding: 0 20px;
	display: inline-block;
	overflow: hidden;
    position: relative;
	background: rgba(133, 175, 74, 1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	border-radius: 3px;
	
	transition: all 0.2s ease-out;
}
.custom-button-input input {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	position: absolute;
}
.custom-button-input .shadow {
	top: 50%;
	left: 50%;
	z-index: 2;
	position: absolute;
	transform: scale(1) translate3d(-50%, -50%, 0);
	background: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	
	transition: transform 0.4s ease-out;
	transform-origin: top left;
}
.custom-button-input .text {
	top: 0;
	left: 0;
	height: 100%;
	z-index: 3;
	position: relative;
	font-size: 15px;
    text-align: center;
	font-weight: 500;
	line-height: 40px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	backface-visibility: hidden;
}
.custom-button-input.active {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 6px 6px 0 rgba(0,0,0,0.25);
}
.custom-button-input.focused {
	background: rgba(113, 155, 54, 1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 6px 6px 0 rgba(0,0,0,0.25);
}
.custom-button-input.focused .shadow {
	opacity: 0;
}
.custom-button-input.light {
	color: rgba(133, 175, 74, 1);
	box-shadow: none;
	background: transparent;
}
.custom-button-input.light .shadow {
	background: rgba(0, 0, 0, 0.1);
}
.custom-button-input.light.focused {
	background: rgba(0, 0, 0, 0.1);
}

.custom-button-input.disabled {
	cursor: default;
	opacity: 0.7;
	background: rgb(159, 159, 159);
}

.custom-selectbox {
	width: 300px;
	height: 46px;
	z-index: 2;
	position: relative;
	border-bottom: 1px solid rgb(214, 213, 212);
}
.custom-selectbox .text {
	left: 0;
	width: 100%;
	color: rgb(120, 120, 120);
	bottom: 1px;
	height: 30px;
	z-index: 3;
	overflow: hidden;
	position: absolute;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	white-space: nowrap;
	font-family: sans-serif;
	
	transition: all 0.2s ease-out;
	transform-origin: top left;
}
.custom-selectbox .info {
	top: 0;
	right: -10px;
	width: 40px;
	bottom: 0;
	cursor: pointer;
	z-index: 3;
	opacity: 0.15;
	overflow: hidden;
	position: absolute;
	background: url(../images/input-info.png) no-repeat bottom 10px center;
	
	transition: all 0.2s ease-out;
}
.custom-selectbox .info:hover {
	opacity: 0.25;
}
.custom-selectbox .triangle {
	width: 0;
	right: 5px;
	height: 0;
	bottom: 15px;
	opacity: 1;
	z-index: 3;
	position: absolute;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: rgb(214, 213, 212) transparent transparent transparent;
	
	transition: all 0.2s ease-out;
}
.custom-selectbox .hr {
	left: 50%;
	width: 0;
	bottom: 0;
	height: 1px;
	z-index: 3;
	position: absolute;
	background: rgba(133, 175, 74, 1);
	
	transition: all 0.2s ease-out;
	transform: translateX(-50%);
}
.custom-selectbox .value {
	left: 0;
	font: 400 13.3333px Arial;
	right: 0;
	bottom: 1px;
	border: 0;
	margin: 0;
	height: 30px;
	padding: 0;
	outline: 0;
	z-index: 4;
	position: absolute;
	font-size: 14px;
	background: transparent;
	line-height: 30px;
	transition: all 0.2s ease-out;
}
.custom-selectbox select {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
}
.custom-selectbox .list-wrapper {
	top: 0;
	left: 0;
	right: 0;
	border: 1px solid transparent;
	z-index: 2;
	overflow: hidden;
	position: absolute;
	max-height: 40px;
	background: rgb(245, 245, 245);
	
	transition: all .2s ease-out;
}
.custom-selectbox .list-wrapper .list {
	cursor: pointer;
	font-size: 14px;
	overflow-y: auto;
	margin-top: 60px;
	max-height: 156px;
	line-height: 26px;
	font-family: sans-serif;
}
.custom-selectbox .list-wrapper .list .item {
	color: rgb(120, 120, 120);
	padding: 0 10px;
	overflow: hidden;
}
.custom-selectbox .list-wrapper .list .item.hover {
	background: rgba(0, 0, 0, 0.08);
}
.custom-selectbox .list-wrapper .list .item.selected {
	font-weight: 700;
}
.custom-selectbox .list-wrapper .list .empty-msg {
	color: rgb(150, 150, 150);
	cursor: default;
	padding: 0 10px;
	text-align: center;
}
.custom-selectbox.has-info .text {
	right: 30px;
}
.custom-selectbox.has-info .value {
	right: 30px;
}
.custom-selectbox.has-info .triangle {
	right: 30px;
}
.custom-selectbox.not-empty .text {
	color: rgb(120, 120, 120);
	transform: scale(0.75) translateY(-20px);
	font-weight: 500;
}
.custom-selectbox.focused {
	z-index: 3;
}
.custom-selectbox.focused .text {
	color: rgba(133, 175, 74, 1);
	transform: scale(0.75) translateY(-20px);
	font-weight: 500;
}
.custom-selectbox.focused .value {
	opacity: 0.2;
}
.custom-selectbox.focused .hr {
	width: 100%;
	height: 2px;
}
.custom-selectbox.focused .triangle {
	opacity: 0;
}
.custom-selectbox.focused .list-wrapper {
	top: -11px;
	left: -10px;
	right: -10px;
	max-height: 216px;
	border: 1px solid rgb(214, 213, 212);
	z-index: 2;
	position: absolute;
	background: rgb(255, 255, 255);
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.custom-selectbox.focused .hr {
	width: 100%;
	height: 2px;
}
.custom-selectbox.invalid {
	border-color: rgb(255, 215, 215);
}
.custom-selectbox.invalid .hr {
	width: 100%;
	height: 2px;
	background: rgb(200, 100, 100);
}
.custom-selectbox.invalid .text,
.custom-selectbox.invalid.not-empty .text {
	color: rgb(200, 50, 50);
}
.custom-selectbox.invalid .triangle {
	opacity: 0.7;
	border-color: rgb(200, 50, 50) transparent transparent transparent;
}



.custom-checkbox-input {
	display: inline-block;
	position: relative;
}
.custom-checkbox-input .cb {
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid rgb(184, 183, 182);
	z-index: 2;
	opacity: 0.9;
	position: absolute;
	
	transition: border-color .1s ease-out, background-color .1s ease-out;
}
.custom-checkbox-input:not(.disabled) .cb {
	cursor: pointer;
}
.custom-checkbox-input:not(.disabled):hover .cb {
	opacity: 1;
}
.custom-checkbox-input .shadow {
	top: -11px;
	left: -11px;
	width: 40px;
	height: 40px;
	z-index: 1;
	position: absolute;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	
	transform: scale(0.4);
	transition: all .2s ease-out .1s;
}
.custom-checkbox-input.checked .cb {
	width: 16px;
	height: 16px;
	background: rgb(133, 175, 74) url(../images/custom-checkbox-bg.png) no-repeat center;
	border-color: rgb(83, 125, 24);
	background-size: 12px 12px;
}
.custom-checkbox-input.pressed .shadow,
.custom-checkbox-input.focused .shadow {
	transform: scale(1);
	background: rgba(133, 175, 74, 0.2);
}
.custom-checkbox-input .label {
	padding: 1px 0 0 30px;
	font-size: 14px; 
	line-height: 17px;
	font-family: sans-serif;
}
.custom-checkbox-input:not(.disabled) .label {
	cursor: pointer;
}
.custom-checkbox-input input {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
	position: absolute;
}
.custom-checkbox-input:hover .cb {
	border-color: rgb(83, 125, 24);
}
.custom-checkbox-input.reversed .cb {
	left: auto;
	right: 0;
}
.custom-checkbox-input.reversed .shadow {
	left: auto;
	right: -11px;
}
.custom-checkbox-input.reversed .label {
	padding: 1px 30px 0 0;
	text-align: right;
}


.custom-file-input {
	width: 300px;
	height: 46px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgb(214, 213, 212);
}
.custom-file-input .label {
	left: 0;
	width: 100%;
	color: rgb(120, 120, 120);
	bottom: 1px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	white-space: nowrap;
	font-family: sans-serif;
	
	transform: scale(0.8) translateY(-20px);
	transform-origin: top left;
}
.custom-file-input .value {
	left: 0;
	width: 100%;
	color: rgb(120, 120, 120);
	bottom: 1px;
	height: 30px;
	position: absolute;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	font-weight: 500;
	font-family: sans-serif;
}
.custom-file-input .icon {
	top: 13px;
	right: 0;
	
	width: 24px;
	height: 24px;
	position: absolute;
	background: rgb(185, 185, 185) no-repeat center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAO0lEQVQoU5WKsQkAMAzD+v/T7mJBlKFQgQYrOUm2oK5RQV2jgrpGBfV5ePL1uAV1jQrqGhXUNSqMlnMBc95OwOCs4FcAAAAASUVORK5CYII=');
	border-radius: 2px;
	
	transition: all 0.1s ease-out;
	opacity: 0.5;
}
.custom-file-input.not-empty .value {
	font-style: none;
}
.custom-file-input .hr {
	left: 50%;
	width: 0;
	bottom: 0;
	height: 1px;
	position: absolute;
	background: rgba(133, 175, 74, 1);
	
	transition: all 0.2s ease-out;
	transform: translateX(-50%);
}
.custom-file-input input {
	top: -20%;
	left: -20%;
	opacity: 0;
	position: absolute;
	background: red;
}
.custom-file-input.focused .label {
	color: rgba(133, 175, 74, 1);
	transform: scale(0.8) translateY(-20px);
	font-weight: 500;
}
.custom-file-input.focused .hr {
	width: 100%;
	height: 2px;
}
.custom-file-input:hover .icon {
	opacity: 1;
}
.custom-file-input.focused .icon {
	opacity: 1;
	background-color: rgba(133, 175, 74, 1);
}
.custom-file-input.invalid {
	border-color: rgb(255, 215, 215);
}
.custom-file-input.invalid .hr {
	width: 100%;
	height: 2px;
	background: rgb(200, 100, 100);
}
.custom-file-input.invalid .label {
	color: rgb(200, 50, 50);
}
.custom-file-input.invalid .label {
	color: rgb(200, 50, 50);
}
.custom-file-input.invalid .icon {
	background-color: rgb(200, 50, 50);
}



#Header {
	top: 0;
	left: 0;
	right: 0;
	height: 199px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(49, 90, 43, 0.6);
}
#Header.fixed {
	box-shadow: none;
	border-bottom-color: transparent;
}
#Header.fixed .line2-wrapper {
	top: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	position: fixed;
	transform: translateZ(0);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	transition: right .1s ease-out;
}
#Header .line1-wrapper {
	height: 149px;
	z-index: 101;
	position: relative;
	background: #f5f5f5;
	border-bottom: 1px solid rgba(113, 138, 101, 0.9);
}
#Header .line1-wrapper .line1 {
	width: 1220px;
	height: 149px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
}
#Header .line1-wrapper .line1 .img {
	width: 211px;
	height: 150px;
	bottom: 0;
	position: absolute;
	
	opacity: 0;
	transform: translateX(200px);
	-o-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
}
#Header .line1-wrapper .line1 .img.visible {
	opacity: 1;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
#Header .line1-wrapper .line1 .img > div {
	width: 100px;
	height: 230px;
	border: 4px solid #3581b7;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	
	transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform-origin: bottom left;
	-o-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
}

#Header .line1-wrapper .line1 .img > div > img {
	border: 0;
	height: 150px;
	
	transform: translateY(82px) rotate(-30deg);
	-o-transform: translateY(82px) rotate(-30deg);
	-ms-transform: translateY(82px) rotate(-30deg);
	-moz-transform: translateY(82px) rotate(-30deg);
	-webkit-transform: translateY(82px) rotate(-30deg);
	transform-origin: bottom left;
	-o-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
}
#Header .line1-wrapper .line1 .a1 {
	left: 340px;
	transition: all 0.3s ease-out 0.3s;
}
#Header .line1-wrapper .line1 .a2 {
	left: 470px;
	transition: all 0.3s ease-out 0.4s;
}
#Header .line1-wrapper .line1 .a3 {
	left: 600px;
	transition: all 0.3s ease-out 0.5s;
}

#Header .line1-wrapper .line1 .a4 {
	left: 730px;
	transition: all 0.3s ease-out 0.6s;
}
#Header .line1-wrapper .line1 .contacts {
	top: 35px;
	right: 20px;
	position: absolute;
	text-align: right;
	
	font-size: 18px;
	line-height: 26px;
}
#Header .line1-wrapper .line1 .contacts a {
	color: rgb(0, 0, 0);
	display: block;
}
#Header .line1-wrapper .line1 .contacts .social-icon {
	width: 24px;
	float: right;
	height: 24px;
	margin: 5px 0 0 10px;
	opacity: 0.7;
	background: url(../images/social-icons-dark.png);
}
#Header .line1-wrapper .line1 .contacts .social-icon:hover {
	opacity: 1;
}
#Header .line1-wrapper .line1 .contacts .social-icon.instagram {
	background-position: -48px 0;
}
#Header .line1-wrapper .line1 .contacts .social-icon.facebook {
	background-position: -24px 0;
}
#Header .line1-wrapper .line1 .contacts .social-icon.youtube {
	background-position: 0 0;
}
#Header .line1-wrapper .line1 .logo {
	top: 13px;
	left: 10px;
	color: rgb(0, 0, 0);
	width: 320px;
	height: 93px;
	display: block;
	padding: 30px 0 0 125px;
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	text-decoration: none;
	background-position: left 8px bottom;
	
	font-family: 'Gilroy-Light';
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
#Header .line1-wrapper .line1 .logo > div:nth-child(1) {
	font-size: 24px;
}
#Header .line1-wrapper .line1 .logo > div:nth-child(2) {
	font-size: 20px;
}
#Header .line1-wrapper .line1 .logo > div:nth-child(3) {
	opacity: 0.4;
	font-size: 12px;
	line-height: 20px;
}
#Header .line2-wrapper {
	height: 49px;
	z-index: 100;
	position: relative;
	background: rgb(53, 129, 183);
	border-bottom: 1px solid rgb(116, 146, 73);
}
#Header .line2-wrapper .line2 {
	width: 1180px;
	height: 49px;
	margin: 0 auto 0 auto;
	padding: 0 20px;
	position: relative;
}
#Header .line2-wrapper .line2 nav {
	float: left;
}
#Header .line2-wrapper .line2 nav a {
	float: left;
	color: #f5f5f5;
	height: 100%;
	display: block;
	padding: 0 10px;
	position: relative;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	
	font-size: 14px;
	font-family: 'Gilroy-Light';
	
	transition: all .1s ease-out;
	
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#Header .line2-wrapper .line2 nav a:hover {
	background: rgba(0, 0, 0, 0.05);
	
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
#Header .line2-wrapper .line2 nav a.selected {
	background: rgba(0, 0, 0, 0.05);
	
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
#Header .line2-wrapper .line2 nav a .submenu-arrow {
	top: 49px;
	left: 50%;
	width: 0;
	height: 0;
	z-index: 100;
	position: absolute;
	transform: translate3d(-12px, 0, 0);
	border-top: 6px solid #85AF4A;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	
	transition: all .1s ease-out;
	
	display: none;
}
#Header .line2-wrapper .line2 nav a:hover .submenu-arrow,
#Header .line2-wrapper .line2 nav a.selected .submenu-arrow {
	border-top: 6px solid #7EA646;
}
#Header .line2-wrapper .line2 .lang {
	float: right;
	height: 100%;
}
#Header .line2-wrapper .line2 .lang a {
	float: left;
	color: #f5f5f5;
	height: 26px;
	margin: 10px 0 10px 5px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0 8px;
	display: block;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	line-height: 26px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	
	transition: all .1s ease-out;
}
#Header .line2-wrapper .line2 .lang a:hover {
	background: rgba(0, 0, 0, 0.1);
}
#Header .line2-wrapper .line2 .lang a.selected {
	background: rgba(0, 0, 0, 0.15);
	font-weight: 500;
}
#Header .line2-wrapper .line2 .mobile-menu-button {
	float: right;
	width: 50px;
	height: 50px;
	margin: 0 -10px 0 0;
	display: none;
	position: relative;
}
#Header .line2-wrapper .line2 .mobile-menu-button div {
	left: 10px;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #f5f5f5;
	
	transition: all 0.1s ease-out;
}
#Header .line2-wrapper .line2 .mobile-menu-button div:nth-child(1) {
	top: 13px;
}
#Header .line2-wrapper .line2 .mobile-menu-button div:nth-child(2) {
	top: 23px;
}
#Header .line2-wrapper .line2 .mobile-menu-button div:nth-child(3) {
	top: 33px;
}
#Header .line2-wrapper .line2 .mobile-menu-button:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#Header .line2-wrapper .submenu {
	top: 49px;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 99;
	position: absolute;
	background: rgb(49, 90, 43);
	
	display: none;
}
#Header .line2-wrapper .submenu .shadow {
	top: 50px;
	left: 0;
	right: 0;
	height: 4px;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
#Header .line2-wrapper .submenu nav {
	width: 1190px;
	height: 50px;
	margin: 0 auto;
	padding-left: 10px;
}
#Header .line2-wrapper .submenu nav a {
	float: left;
	color: rgba(255, 255, 255, 0.9);
	height: 100%;
	display: block;
	padding: 0 10px;
	position: relative;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	text-decoration: none;
	
	font-size: 14px;
	font-family: 'Gilroy-Light';
	
	transition: all .1s ease-out;
	
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#Header .line2-wrapper .submenu nav a:hover {
	background: rgba(255, 255, 255, 0.05);
	
	border-left: 1px solid rgba(255 255 255, 0.05);
	border-right: 1px solid rgba(255 255 255, 0.05);
}
#Header .line2-wrapper .submenu nav a.selected {
	background: rgba(255, 255, 255, 0.05);
	
	border-left: 1px solid rgba(255 255 255, 0.05);
	border-right: 1px solid rgba(255 255 255, 0.05);
}

	
	#menu-tehnicheskij-pasport, #menu-drugie-uslugi-bti{font-family: 'Gilroy-Light', Calibri; list-style-type: none; border-collapse: separate; text-align: left; margin: 0; padding:0 5px 10px;}
	#menu-tehnicheskij-pasport li {margin: 10px 0 10px; padding: 5px; background-color: #3581b7;}
	#menu-tehnicheskij-pasport li:hover{background-color: #5f5f5f;}
	#menu-tehnicheskij-pasport a {color: #f5f5f5;}
	#menu-drugie-uslugi-bti li {margin: 10px 0 10px; padding: 5px; background-color: #3581b7;}
	#menu-drugie-uslugi-bti li:hover{background-color: #5f5f5f;}
	#menu-drugie-uslugi-bti a {color: #f5f5f5;}
#ContentWrapper {
	color: rgb(60, 60, 60);
	margin: 20px 0 0 0;
	padding: 30px 0 100px 0;
	position: relative;
	font-size: 17px;
	text-align: justify;
	line-height: 24px;
}
#ContentWrapper .content {
	width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: justify;
}
#ContentWrapper .content .page-header {
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
	position: relative;
	
	color: rgb(66, 66, 66);
	font-size: 26px;
	text-align: left;
	line-height: 32px;
	font-family: 'Gilroy-ExtraBold', 'Calibri-Bold';
	text-transform: uppercase;
}
#ContentWrapper .content h2 {
	color: rgb(66, 66, 66);
	font-size: 20px;
	margin-top: 50px;
	text-align: left;
	line-height: 28px;
	font-family: 'Gilroy-ExtraBold', 'Calibri-Bold';
	text-transform: uppercase;
}
#ContentWrapper ul,
#ContentWrapper ol {
	margin: 1em 0;
}

#main-content{display: inline-block;}
#content{float: right; width: 67%;}
#sidebar{float: left; width: 30%;}

#Footer {
	position: relative;
}
#Footer .city {
	top: -65px;
	left: 0;
	right: 0;
	height: 65px;
	position: absolute;
	background: url(../images/footer-top.png) top center;
	background-size: auto 65px;
}
#Footer .city.fixed {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 65px;
	z-index: 99;
	transform: translateZ(0);
	transition: right .1s ease-out;
}
#Footer .line1-wrapper {
	background: #3581b7;
}
#Footer .line1-wrapper .line1 {
	width: 1160px;
	color: rgb(255, 255, 255);
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
#Footer .line1-wrapper .line1 .navigation {
	margin: -45px -50px -30px -50px;
}
#Footer .line1-wrapper .line1 .navigation .table {
	width: 100%;
	border-spacing: 50px;
}
#Footer .line1-wrapper .line1 .navigation .table-cell {
	width: 33%;
}
#Footer .line1-wrapper .line1 .navigation .table-cell:last-child {
	width: 34%;
}
#Footer .line1-wrapper .line1 .navigation .header {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
#Footer .line1-wrapper .line1 .navigation a {
	color: rgba(255, 255, 255, 0.9);
	padding: 5px 0;
	display: block;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#Footer .line1-wrapper .line1 .navigation a:hover {
	text-decoration: underline;
}
#Footer .line2-wrapper {
	background: #353535;
}
#Footer .line2-wrapper .line2 {
	width: 1160px;
	color: rgb(255, 255, 255);
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
#Footer .line2-wrapper .line2 .text {
	float: left;
	height: 34px;
	line-height: 17px;
	
	font-size: 12px;
	font-family: 'Open Sans';
}
#Footer .line2-wrapper .line2 .text .copyright {
	opacity: 0.7;
}
#Footer .line2-wrapper .line2 .social {
	float: right;
	height: 24px;
	margin: 5px 0;
}
#Footer .line2-wrapper .line2 .social a {
	float: left;
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/social-icons.png);
	margin-left: 10px;
	
	transition: all 0.2s ease-out;
	
	opacity: 0.7;
}
#Footer .line2-wrapper .line2 .social a:hover {
	opacity: 1;
}
#Footer .line2-wrapper .line2 .social a:nth-child(1) {
	background-position: -48px 0;
}
#Footer .line2-wrapper .line2 .social a:nth-child(2) {
	background-position: -24px 0;
}
#Footer .line2-wrapper .line2 .social a:nth-child(3) {
	background-position: 0 0;
}


#Footer .line3-wrapper {
	background: rgb(60, 60, 60);
}
#Footer .line3-wrapper .line3 {
	width: 1160px;
	color: rgb(255, 255, 255);
	margin: 0 auto;
	padding: 5px 20px;
	position: relative;
}
#Footer .line3-wrapper .developer {
	height: 21px;
	text-align: right;
	line-height: 21px;
	padding-bottom: 5px;
}
#Footer .line3-wrapper .developer .text {
	top: -1px;
	color: rgb(200, 200, 200);
	height: 21px;
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-family: 'Gilroy-Light';
}
#Footer .line3-wrapper .developer a {
	width: 80px;
	height: 21px;
	margin: 0 0 0 5px;
	display: inline-block;
	background: url(../images/developer-logo.png) no-repeat center;
	background-size: 80px auto;
}

.mobile-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
	z-index: -1;
	position: absolute;
	transition: all .1s ease-out;
	background: rgba(0, 0, 0, 0.2);
}
.mobile-sidebar {
	top: 0;
	width: 260px;
	right: -261px;
	bottom: 0;
	z-index: 999;
	position: fixed;
	box-shadow: none;
	background: #3581b7;
	transition: right 0.1s ease-out;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.mobile-sidebar.bti-submenu-opened {
	background: rgb(49, 90, 43);
}
.mobile-sidebar .mobile-sidebar-content-wrapper {
	transition: all 0.2s ease-out;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header {
	left: -1px;
	height: 49px;
	z-index: 2;
	padding: 0 60px 0 20px;
	overflow: hidden;
	position: relative;
	font-size: 24px;
	transition: all 0.2s ease-out;
	background: rgba(0, 0, 0, 0.2);
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(1) {
	color: #f5f5f5;
	transition: all 0.2s ease-out;
	line-height: 52px;
	font-weight: bold;
	font-family: 'Gilroy-ExtraBold', 'Calibri-Bold';
	text-transform: uppercase;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(2) {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	transition: all 0.2s ease-out;
	line-height: 12px;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(3) {
	top: 50px;
	left: -1px;
	right: 0;
	height: 4px;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(4) {
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 0.9;
	position: absolute;
	transition: transform 0.2s ease-out;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	
	transform: translateX(50px);
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(4):hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0.2);
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(4) div {
	top: 7px;
	width: 4px;
	height: 17px;
	position: absolute;
	background: rgb(255, 255, 255);
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(4) div:nth-child(1) {
	left: 4px;
	height: 12px;
	transform: translate(10px, 2px) rotate(35deg);
	transform-origin: top right;
	border-radius: 3px;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(4) div:nth-child(2) {
	left: 14px;
	border-radius: 3px;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .header > div:nth-child(4) div:nth-child(3) {
	left: 24px;
	height: 12px;
	transform: translate(-10px, 2px) rotate(-35deg);
	transform-origin: top left;
	border-radius: 3px;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .navigation-wrapper {
	width: 200%;
	overflow: hidden;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .navigation-wrapper .navigation {
	width: 100%;
	transition: transform 0.2s ease-out;
}
.mobile-sidebar .mobile-sidebar-content-wrapper .navigation-wrapper .navigation nav {
	float: left;
	width: 50%;
}
.mobile-sidebar .mobile-sidebar-content-wrapper nav a {
	color: #fff;
	height: 49px;
	display: block;
	position: relative;
	line-height: 50px;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	
	font-size: 14px;
	font-family: 'Gilroy-Light';
	
	margin: 0 20px;
	border-bottom: 1px solid #444);
}
.mobile-sidebar .mobile-sidebar-content-wrapper nav a:hover,
.mobile-sidebar .mobile-sidebar-content-wrapper nav a.selected {
    margin: -1px 0 0 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.07);
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper .header {
	background: rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgb(29, 70, 23);
	border-bottom: 1px solid rgb(29, 60, 23);
}
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper .header > div:nth-child(1) {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	padding-top: 7px;
	line-height: 23px;
}
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper .header > div:nth-child(4) {
	transform: translateX(0);
}
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper .navigation {
	transform: translateX(-50%);
}
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper nav a {
	color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgb(80, 115, 75);
}
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper nav a:hover,
.mobile-sidebar.bti-submenu-opened .mobile-sidebar-content-wrapper nav a.selected {
	background: rgba(255, 255, 255, 0.05);
	border-top: 1px solid rgb(80, 115, 75);
	border-bottom: 1px solid rgb(80, 115, 75);
}
.mobile-sidebar .mobile-bti-appointment-online span {
	display: none;
}

@media (max-width: 1220px)
{
	body.mobile-sidebar-opened {
		right: 261px;
	}
	body.mobile-sidebar-opened .mobile-overlay {
		z-index: 998;
		opacity: 1;
	}
	body.mobile-sidebar-opened .mobile-sidebar {
		right: 0;
		box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	}
	
	body.mobile-sidebar-opened #Header .line2-wrapper .line2 .mobile-menu-button:hover {
		background-color: transparent;
	}
	body.mobile-sidebar-opened #Header .line2-wrapper .line2 .mobile-menu-button div:nth-child(1) {
		width: 22px;
		border-radius: 3px;
		
		transform: rotate(-35deg) translate(-5px, 10px);
		-webkit-transform: rotate(-35deg) translate(-5px, 10px);
		transform-origin: left bottom;
		-webkit-transform-origin: left bottom;
	}
	body.mobile-sidebar-opened #Header .line2-wrapper .line2 .mobile-menu-button div:nth-child(2) {
		border-radius: 3px;
	}
	body.mobile-sidebar-opened #Header .line2-wrapper .line2 .mobile-menu-button div:nth-child(3) {
		width: 22px;
		border-radius: 3px;
		
		transform: rotate(35deg) translate(-5px, -10px);
		-webkit-transform: rotate(35deg) translate(-5px, -10px);
		transform-origin: left top;
		-webkit-transform-origin: left top;
	}
	
	#Header {
		width: auto;
	}
	#Header .line1-wrapper .line1 {
		width: auto;
	}
	#Header .line1-wrapper .line1 .img {
		display: none;
	}
	body.mobile-sidebar-opened #Header.fixed .line2-wrapper {
		right: 261px;
	}
	#Header .line2-wrapper .line2 nav {
		display: none;
	}
	#Header .line2-wrapper .line2 {
		width: auto;
	}
	#Header .line2-wrapper .line2 .lang {
		float: left;
	}
	#Header .line2-wrapper .line2 .lang a {
		margin: 10px 5px 10px 0;
	}
	#Header .line2-wrapper .line2 .mobile-menu-button {
		display: block;
	}
	#Header .line2-wrapper .submenu {
		display: none !important;
	}
	
	#ContentWrapper {
		padding-top: 20px;
	}
	#ContentWrapper .content {
		width: auto;
	}
	
	#Footer .line1-wrapper .line1 {
		width: auto;
	}
	#Footer .line2-wrapper .line2 {
		width: auto;
	}
	#Footer .line3-wrapper .line3 {
		width: auto;
	}
	body.mobile-sidebar-opened #Footer .city.fixed {
		right: 261px;
	}
	
	.custom-selectbox .list-wrapper {
		display: none;
	}
	.custom-selectbox.focused {
		z-index: 9999;
	}
	.custom-selectbox.focused .list-wrapper {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: none;
		z-index: 9999;
		display: block;
		padding: 50px 0;
		position: fixed;
		max-height: none;
		overflow-x: hidden;
		overflow-y: scroll;
		background: rgba(0, 0, 0, 0.7);
		
		transition: none;
	}
	.custom-selectbox.focused .list-wrapper .list {
		width: 280px;
		margin: 0 auto;
		cursor: pointer;
		overflow: hidden;
		font-size: 14px;
		max-height: none;
		background: rgb(242, 242, 242);
		line-height: 18px;
		font-family: sans-serif;
		border-radius: 3px;
	}
	.custom-selectbox.focused .list-wrapper .list .item {
		color: rgb(120, 120, 120);
		padding: 15px 20px;
		overflow: hidden;
		font-size: 16px;
		text-align: left;
		border-bottom: 1px solid rgb(217, 217, 217);
	}
	.custom-selectbox .list-wrapper .list .item.hover {
		background: rgba(0, 0, 0, 0.08);
	}
	.custom-selectbox .list-wrapper .list .item.selected {
		font-weight: 700;
	}
	.custom-selectbox .list-wrapper .list .empty-msg {
		color: rgb(150, 150, 150);
		cursor: default;
		padding: 0 10px;
		text-align: center;
	}
	
	.popup {
		padding: 0;
		background: rgba(0, 0, 0, 0.7);
		padding-right: 0 !important;
		
		display: none;
	}
	.popup .popup-window {
		top: 0;
		width: auto !important;
		margin: 0;
		opacity: 1;
		max-width: none;
		transform: translate(0, -100%);
		transition: all .2s ease-out;
		box-shadow: 0 15px 70px rgba(0, 0, 0, 0.7);
	}
	.popup.content-visible .popup-window {
		transform: translate(0, 0);
	}
	.popup .popup-window .header {
		padding: 20px;
		border-top: 1px solid rgb(220, 220, 220);
	}
	.popup .popup-window .header .title {
		font-size: 22px;
		font-weight: bold;
	}
	.popup .popup-window .header .close-button {
		display: none;
	}
	.popup .popup-window .content {
		padding: 20px;
	}
	.popup .popup-window .content :first-child {
		margin-top: 0;
	}
	.popup .popup-window .content :last-child {
		margin-bottom: 0;
	}
	.popup .popup-window .buttons {
		display: none;
		padding: 0 20px 20px 20px;
	}
	.popup .popup-window .buttons .custom-button-input {
		float: none;
		display: block;
		margin-left: 0;
	}
}

@media (max-width: 768px)
{
	#Header {
		height: 149px;
	}
	#Header .line1-wrapper {
		height: 99px;
	}
	#Header .line1-wrapper .line1 {
		height: 99px;
	}
	#Header .line1-wrapper .line1 .logo {
		width: 220px;
		height: 65px;
		padding: 10px 0 0 80px;
		background-size: auto 70px;
		background-position: left 8px center;
	}
	#Header .line1-wrapper .line1 .logo div:nth-child(1) {
		font-size: 18px;
		white-space: nowrap;
	}
	#Header .line1-wrapper .line1 .logo div:nth-child(2) {
		font-size: 15px;
		white-space: nowrap;
	}
	#Header .line1-wrapper .line1 .logo div:nth-child(3) {
		font-size: 11px;
		white-space: nowrap;
	}
	#Header .line1-wrapper .line1 .contacts {
		top: 18px;
		font-size: 15px;
		line-height: 18px;
	}
	#Header .line1-wrapper .line1 .contacts .social-icon {
		width: 20px;
		height: 20px;
		margin-left: 6px;
		background-size: auto 20px;
	}
	#Header .line1-wrapper .line1 .contacts .social-icon.instagram {
		background-position: -40px 0;
	}
	#Header .line1-wrapper .line1 .contacts .social-icon.facebook {
		background-position: -20px 0;
	}
	#Header .line1-wrapper .line1 .contacts .social-icon.youtube {
		background-position: 0 0;
	}
	
	#ContentWrapper {
		padding-top: 10px;
	}
	
	#Footer .line1-wrapper .line1 .navigation {
		margin: 0;
	}
	#Footer .line1-wrapper .line1 .navigation .table {
		display: block;
	}
	#Footer .line1-wrapper .line1 .navigation .table-row {
		display: block;
	}
	#Footer .line1-wrapper .line1 .navigation .table-cell {
		width: auto !important;
		display: block;
		margin-top: 30px;
	}
	#Footer .line1-wrapper .line1 .navigation .table-cell:first-child {
		margin-top: 0;
	}
	#Footer .line2-wrapper .line2 .text {
		float: none;
		height: auto;
		text-align: center;
	}
	#Footer .line2-wrapper .line2 .social {
		float: none;
		width: 92px;
		margin: 20px auto 0 auto;
	}
	#Footer .line2-wrapper .line2 .social .sn:first-child {
		margin-left: 0;
	}
	#Footer .line3-wrapper .developer {
		text-align: center;
	}
}

@media (max-width: 600px)
{
	#Header .line1-wrapper .line1 .logo div:nth-child(1) {
		font-size: 17px;
	}
	#Header .line1-wrapper .line1 .logo div:nth-child(2) {
		font-size: 13px;
	}
	#Header .line1-wrapper .line1 .logo div:nth-child(3) {
		font-size: 11px;
	}
	#Header .line1-wrapper .line1 .contacts {
		display: none;
	}
	
	#ContentWrapper {
		font-size: 16px;
		line-height: 23px;
	}
	#ContentWrapper .content .page-header {
		font-size: 24px;
		line-height: 29px;
	}
}
