@import url(../fonts/stylesheet.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700&subset=cyrillic');

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background: #fff;
	border-top: 4px solid #50a9ac;
	font-family: 'Proxima Nova', Sans-Serif;
	font-size: 16px;
	line-height: 22px;
	color: #264650;
}
body.ru {
	font-family: 'Open Sans', sans-serif;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}
a {
	color: #50a9ac;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	text-decoration: none;
	color: #264650;
}
b, strong { font-weight: 700; }
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	color: #50a9ac;
	font-weight: 400;
	text-transform: uppercase;
}
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 28px; line-height: 31px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;}
ul {list-style-type: none;}
ul li {
	background: url('../icons/arrow-right.svg') no-repeat left 5px;
	background-size: 9px auto;
	padding: 0 0 5px 20px;
}
ul + p {
	margin-top: 0;
	padding-left: 20px;
}

hr {
	display: block;
	height: 1px;
	border: 0 none;
	background: #eee;
	margin: 10px 0;
}

header.sticky {position: fixed;width: 100%;top: 0;left: 0;z-index: 1000;background: #264650;/* box-shadow: 0 0 1px rgb(45, 45, 45); */}
header.sticky .no-sticky {position: relative;top: -20px;height: 25px;}
header.sticky .logo {
	width: 230px;
	padding-top: 14px;
}
.headersticky {display: none;}
.headersticky.sticky {display: block;}

.mobilemenu {
	display: none;
	float: right;
	background: transparent;
	padding: 10px 6px;
	margin: 22px 10px 0 0;
}
.mobilemenu > span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.page .mobilemenu > span {
	background: #50a9ac;
}
.mobilemenu > span + span {
	margin: 4px 0 0 0;
}
aside {
	display: none;
	position: fixed;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: #50a9ac;
	z-index: 12000;
	box-shadow: 0 0 5px rgb(102, 102, 102);
	transition: all 0.5s;
	top: 0;
	left: -100%;
	padding: 30px 0;
}
aside.active {
	left: 0;
}
aside a {
	display: block;
	padding: 10px 30px;
	color: #fff;
}
aside > div > a {
	font-size: 18px;
	border-bottom: 1px solid #5fb4b7;
}
aside > div > div {
	background: #57b9bd;
}
aside > div > div > a {
	padding-left: 50px;
	padding-right: 50px;
}
aside > a:last-child {
	border-bottom: 0 none;
}
aside > div a.active {
	font-weight: bold;
}
aside > a.on {
	/* background: #5bc1c5; */
	/* color: #50a9ac; */
}
aside > div {
}
aside div a {
	padding: 6px 30px;
}
.aside-langs > a {
	width: calc(100% / 3);
	display: block;
	float: left;
	background: #fff;
	color: #50a9ac;
	border-right: 1px solid #50a9ac;
	text-align: center;
}
.aside-langs > a:last-child {
	border-right: 0;
}
.aside-login {
	padding: 0 20px;
	margin: 30px 0;
	background: #51a8ac;
}
.aside-login > span {
	color: #fff;
	background: #1b7e82;
	padding: 8px 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
}
.aside-login > div {
	display: none;
	background: none;
}
.aside-login form label {
	color: #fff;
}
.aside-login form input {
	background: #69d6da;
    border: 2px solid #69d6da;
	width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
    transition: 0.3s all;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-appearance: none;
	   -moz-appearance: none;
		 -o-appearance: none;
			appearance: none;
}
.aside-login form button {
    background: #1b7e82;
    border: 2px solid #1b7e82;
    color: #fff;
    font-size: 18px;
	width: 100%;
	height: 36px;
	text-align: center;
}
.aside-login > div a {
	text-align: center;
	padding: 6px 0;
}
.head {
	background: #264650;
	padding: 0 0 140px;
}
.head:after,
section:after,
.header-content:after {
	content: "";
	position: relative;
	display: block;
	clear: both;
}
.emo-wrapper,
header.sticky > div,
section > div,
.newsletter > div,
footer > div {
	width: 1366px;
	margin: 0 auto;
	padding: 0 93px;
}
.top-bar {
	float: left;
	width: 100%;
}
.head .sticky-col {
	float: right;
	text-align: right;
}
.head .sticky-col.float-none {
	float: none;
}
.head .no-sticky {height: 70px;overflow: hidden;}
.head .logo {
	display: block;
	width: 355px;
	float: left;
	transition: 0.3s all;
}
.head nav,
.head .lang {
	margin: 20px 0;
	float: right;
}
.head nav .home {
	background: url('../img/home-white.svg') no-repeat center top 10px;
	background-size: auto 15px;
	height: 39px;
	width: 13px;
}
.head nav .home:hover {
}
.head nav > div {
    display: block;
    float: left;
    position: relative;
	margin: 0 15px;
}
.head nav > div:hover {
	/* background: #c3007a; */
}
.head nav > div:hover > div {
	max-height: initial;
	border-top: 1px solid #c3007a;
}
.head nav > div > a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 0;
}
.head nav > div.has_sub:hover > a {
	border-bottom: 0 none;
}
.head nav > div.has_sub:hover > a.active {
	border-bottom: 0 none;
}
.head nav > div.has_sub> a:hover:after {
	display: none;
}
.head nav > div.has_sub > a:after:hover {
	display: none;
}
.head nav > div > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 1.5px;
	background: #c3007a;
	transition: width .3s;
}
.head nav > div > a:hover:after {
	width: 100%;
}
.head nav > div > a.active {
	/* background-color: #c3007a; */
	border-bottom: 1px solid #c3007a;
}
.head nav > div > div {
	display: block;
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 1000;
	max-height: 0;
	min-width: 100%;
	transition: 0.3s all;
	box-shadow: 0 0 5px rgba(136, 136, 136, 0.46);
}
.head nav > div > div a {
	color: #2d2e36;
	display: block;
	padding: 10px 15px;
	white-space: nowrap;
	font-size: 15px;
}
.head nav > div > div a:hover {
	background: #c3007a;
	color: #fff;
}
.head .lang {
	margin-top: 28px;
	border-left: 1px solid #fff;
}
.head .lang a {
	font-size: 15px;
	color: #50a9ac;
	text-transform: uppercase;
	margin-left: 17px;
	padding: 8px 0;
	position: relative;
}
.head .lang a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 1.5px;
	background: #c3007a;
	transition: width .3s;
}
.head .lang a:hover:after {
	width: 100%;
}
.head nav a.on,
.head .lang a.active{
	font-weight: 700;
}
.head nav a.on:after,
.head .lang a.active:after {
	width: 100%;
}
.head .top-bar .call {
	float: right;
	color: #fff;
	font-size: 16px;
	margin-right: 23px;
	padding-top: 8px;
	display: none;
}
.head .top-bar .login span {
	margin-right: 0;
}
.head .tel {
	color: #fff;
	background: url(../icons/tel.svg) no-repeat left top 7px;
	background-size: 17px auto;
	padding: 7px 0 0 22px;
	font-size: 15px;
	font-weight: 700;
	margin-left: 5px;
}
.head .tel:hover {
	color: #50a9ac;
}
.head .top-bar .locations {
	float: right;
	margin-right: 18px;
}
.head .top-bar .locations > div {
	margin-right: 15px;
	float: left;
	background: rgba(51, 126, 128, 0.17);
	padding: 6px 16px;
	border-bottom: 4px solid #337e80;
}
.page .head .top-bar .locations > div {
	background: rgba(51, 126, 128, 0.8);
}
.head .top-bar .locations > div a {
	display: block;
	color: #fff;
}
.head .top-bar .locations .location-address {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px;
}
.head .top-bar .locations .links {
    display: flex;
    position: relative;
    margin: 6px 0 0 -10px;
}
.head .top-bar .locations .location-tel {
	font-size: 14px;
	line-height: 17px;
	background: url('../icons/tel.svg') no-repeat left top;
	background-size: 16px 16px;
	padding-left: 20px;
	margin: 0 0 0 10px;
}
.head .top-bar .locations .location-link {
	font-size: 14px;
	line-height: 17px;
	background: url('../icons/location.svg') no-repeat left top;
	background-size: 16px 16px;
	padding-left: 20px;
	margin: 0 0 0 10px;
}
.head .login {
	float: right;
}
.head .login > span,
.head .login > a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px 5px 35px;
	display: block;
	float: left;
	background: #50a9ac url(../icons/citystock-element-white.svg) no-repeat left 10px center;
	background-size: 15px auto;
	cursor: pointer;
	transition: 0.3s all;
}
.head .login > span:hover {
	background-color: #3a878a;
}
.head .login .logout-btn {
	margin-left: 5px;
}
.head .login .logout-btn:hover {
	background-color: #3a878a;
}
.head .login .my-citystock-btn {
	background-color: #c3007a;
}
.head .login .my-citystock-btn:hover {
	background-color: #88145c;
}
header:after {
	display: block;
	content: "";
	clear: both;
}
.head .header-content {
	clear: both;
	margin: 80px 0 0;
}
.head .about {
	width: calc(100% - 342px);
	float: left;
}
.head .about > div {
    position: relative;
    bottom: 0;
    margin-top: 200px;
}
.head .about .about-text {
	padding-right: 30px;
	position: relative;
	margin-top: 44px;
}
.head .about .figure {
	float: right;
	clear: none;
}
.head .about .figure img {
	max-width: 340px;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 40px;
}
.head .about p {
	color: #fff;
	font-style: oblique;
	font-size: 16px;
	line-height: 28px;
}
.head .about li {
	color: #fff;
	font-size: 19px;
	background: url(../img/checkmark.svg) no-repeat left 4px;
	background-size: auto 15px;
	padding: 0 0 5px 25px;
}
.why-us h2 {
	font-weight: bold;
	text-transform: initial;
}
.head .calculator {
	width: 342px;
	float: right;
	background: #50a9ac;
	padding: 30px 37px;
}
.head .calculator h2 {
	color: #264650;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 22px;
}
.head .calculator .select-opt {
	cursor: pointer;
	background: #fff;
	margin-bottom: 9px;
	position: relative;
}
.head .calculator .select-opt:hover {
}
.head .calculator .select-opt.hidden {
	display: none;
}
.head .calculator .select-opt > b {
	font-weight: normal;
	line-height: 16px;
	display: block;
	margin: 0 15px;
	padding: 8px 0;
	background: url(../icons/arrow-down.svg) no-repeat right;
	background-size: 11px auto;
	transition: 0.3s all;
}
.head .calculator .select-opt.selected > b {
	font-size: 12px;
	color: #666;
}
.head .calculator .select-opt > b span {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s all;
}
.head .calculator .select-opt.selected > b span {
	font-size: 15px;
	max-height: 50px;
	color: #000;
}
.head .calculator .select-opt > div {
	display: block;
	max-height: 0;
	background: #fff;
	position: absolute;
	z-index: 1000;
	padding: 0 5px;
	overflow-y: auto;
	width: 100%;
	transition: 0.3s all;
}
.head .calculator .select-opt.active > div {
	max-height: 200px;
	padding: 5px 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.head .calculator .select-opt > div div {
	display: block;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 15px;
	color: #000;
	transition: 0.3s all;
}
.head .calculator .select-opt > div div.active {
	background: #ddd;
}
.head .calculator .select-opt > div div:hover {
	background: #50a9ac;
	color: #fff;
}
.head .calculator .select-opt > div div.deactive {
	display: none;
}
.head .calculator .calc-btn {
	background: #c3007a;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	padding: 9px 0;
	transition: 0.3s all;
	font-weight: bold;
}
.head .calculator .calc-btn:hover {
	background: #b93781;
}
.head .calculator .calc-btn span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	text-transform: initial;
}
.head .calculator .price {
	text-align: right;
	display: block;
	overflow: hidden;
	color: #264650;
	font-weight: 700;
	max-height: 0;
	/* transition: 0.4s all; */
}
.head .calculator.active .price {
	max-height: 22px;
	margin: 20px 0 0;
}
.head .calculator .price span span {
	font-size: 10px;
	display: inline-block;
	position: relative;
	top: -4px;
}
.head .calculator .price-vat {
	text-align: right;
	display: block;
	overflow: hidden;
	color: #264650;
	font-weight: 400;
	font-size: 13px;
	max-height: 0;
	/* transition: 0.4s all; */
}
.head .calculator.active .price-vat {
	max-height: 22px;
	margin: 0 0 20px 0;
}
.head .calculator .price-subnote {
	text-align: left;
	display: block;
	overflow: hidden;
	color: #264650;
	font-weight: 400;
	font-size: 13px;
	max-height: 0;
	/* transition: 0.4s all; */
}
.head .calculator.active .price-subnote.active {
	max-height: 22px;
	margin: 0 0 20px 0;
}

section {
	background: #fff;
	padding: 45px 0 65px;
}
section .steps h2 {
	font-size: 23px;
	line-height: 27px;
	margin-top: 15px;
}
section .steps > div {
	padding-left: 92px;
	background-size: 50px auto !important;
}
section .steps .step-1 {
	background: url('../icons/step-1.svg') no-repeat left top;
}
section .steps .step-2 {
	background: url('../icons/step-2.svg') no-repeat left top;
}
section .steps .step-3 {
	background: url('../icons/step-3.svg') no-repeat left top;
}
section .steps span {
	font-style: oblique;
}
section .showcase {
	margin-top: 77px;
	width: calc(100% + 100px);
	margin-left: -50px;
	overflow: hidden;
	height: 50px;
}
section .showcase .slider-left {
	background: url('../icons/slider/slider-left.svg') no-repeat left center;
	width: 17px;
	height: 50px;
	float: left;
	display: none;
}
section .showcase .slider-right {
	background: url('../icons/slider/slider-right.svg') no-repeat left center;
	width: 17px;
	height: 50px;
	float: right;
	display: none;
}
section .showcase .slider-content {
	text-align: center;
	margin: 0 auto;
}
section .showcase .slider-content > div {
	position: relative;
	overflow: hidden;
	height: 50px;
	width: auto;
	display: inline-block;
	padding: 0 9px;
}
section .showcase .slider-content > div img:hover {
	top: 0;
}
section .showcase .slider-content img {
	position: relative;
	display: block;
	height: 100px;
	width: auto;
	top: -50px;
	transition: top 0.5s;
}
section .references {
	margin-top: 77px;
}
section .references h3 {
	text-align: center;
	text-transform: none;
}
section .references .references-inner {
	position: relative;
	margin: 30px 0 -40px -40px;
	overflow: hidden;
}
section .references .references-inner .reference {
	display: block;
	float: left;
	width: calc(100% / 3 - 40px);
	margin: 0 0 40px 40px;
	padding: 20px 12px 0;
	background: #f7f7f7;
	border-radius: 10px;
}
section .references .references-inner .reference:nth-child(3n+1) {
	clear: left;
}
section .references .references-inner .reference .text p {
	margin: 0;
}
section .references .reference .name {
	font-size: 13px;
	font-weight: 600;
	text-align: right;
	float: right;
	background: #264650;
	color: #fff;
	padding: 3px 11px;
	border-radius: 10px;
	margin-top: 5px;
	position: relative;
	bottom: -13px;
}
section .references .reference .text {
	font-size: 15px;
	position: relative;
	padding: 0px 36px;
	text-align: center;
	font-style: italic;
	color: #6f6f6f;
}
section .references .reference .text:before,
section .references .reference .text:after {
	font-weight: bold;
	font-size: 52px;
	color: #e2e2e2;
	position: absolute;
	font-family: 'Georgia';
}
section .references .reference .text:before {
	content: "\201C";
	top: 14px;
	left: 0;
}
section .references .reference .text:after {
	content: "\201D";
	bottom: -9px;
	right: 8px;
}
.newsletter {
	background: #f3f3f3;
	padding: 40px 0;
}
.newsletter:after {
	content: "";
	display: block;
	clear: both;
}
.newsletter h2 {
	margin: 0;
	text-align: center;
}
.newsletter > div > span {
	margin: 20px 0;
	display: block;
	text-align: center;
}
.newsletter .col-4 > div > * {
	width: 100%;
	padding: 5px 10px;
}
.newsletter input {
	border: 2px solid #ccc;
	border-radius: 0;
}
.newsletter input:focus {
	border: 2px solid #c3007a;
}
.newsletter input::-webkit-input-placeholder {
	color: #989898;
}
.newsletter button {
	background: #c3007a;
	color: #fff;
	font-weight: bold;
	border: 2px solid #9c0162;
	transition: 0.3s all;
	font-size: 16px;
}
.newsletter button:hover {
	background: #fff;
	color: #c3007a;
}
.newsletter .newsletter-location {
	overflow: initial;
}
.newsletter form {
	overflow: initial;
}
.newsletter .select-opt {
	cursor: pointer;
	background: #fff;
	position: relative;
	border: 2px solid #ccc;
}
.newsletter .select-opt:hover {
}
.newsletter .select-opt.hidden {
	display: none;
}
.newsletter .select-opt > b {
	font-weight: normal;
	line-height: 16px;
	display: block;
	padding: 3px 0;
	background: url(../icons/arrow-down.svg) no-repeat right;
	background-size: 11px auto;
	transition: 0.3s all;
	color: #989898;
}
.newsletter .select-opt.selected > b {
	font-size: 12px;
	color: #666;
}
.newsletter .select-opt > b span {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s all;
}
.newsletter .select-opt.selected > b span {
	font-size: 15px;
	max-height: 50px;
	color: #000;
}
.newsletter .select-opt > div {
	display: block;
	max-height: 0;
	background: #fff;
	position: absolute;
	z-index: 1000;
	padding: 0 5px;
	overflow-y: auto;
	width: 100%;
	transition: 0.3s all;
	margin-left: -10px;
}
.newsletter .select-opt.active > div {
	max-height: 200px;
	padding: 5px 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.newsletter .select-opt > div div {
	display: block;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 15px;
	color: #000;
	transition: 0.3s all;
	font-size: 15px;
}
.newsletter .select-opt > div div.active {
	background: #ddd;
}
.newsletter .select-opt > div div:hover {
	background: #c3007a;
	color: #fff;
}
.newsletter .newsletter-note {
	color: #a7a7a7;
	clear: both;
	font-size: 13px;
	text-align: center;
}
.newsletter .newsletter-note b {
	font-size: 19px;
	font-weight: normal;
	line-height: 0;
	top: 2px;
	position: relative;
}
.page .head {
	background: #fff;
	padding-bottom: 0;
}
.page section {
	background: url('../img/bg-element-left.svg') no-repeat, url('../img/bg-element-right.svg') no-repeat;
	background-position: top left, top right;
	background-size: 390px auto, 500px;
	overflow: hidden;
}
.page header.sticky {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.page .top-bar .call {
	color: #50A9AC;
}
.page .head .tel {
	color: #50A9AC;
	background: url(../icons/tel-dark.svg) no-repeat left center;
	background-size: 17px auto;
}
.page .head .tel:hover {
	color: #c3007a;
}
.page .head .login > span {
	background: #50a9ac url(../icons/citystock-element-white.svg) no-repeat left 10px center;
	background-size: 15px auto;
}
.page .head .login > span:hover {
	background-color: #c3007a;
	color: #fff;
}
.page .head .lang {
	border-left: 1px solid #50a9ac;
}
.page .head nav a,
.page .head .lang a {
	color: #50A9AC;
}
.page .head nav .home {
	background: url('../img/home-green.svg') no-repeat center top 10px;
	background-size: auto 15px;
	height: 39px;
	width: 13px;
}
.content {
	width: auto;
}
.content h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-transform: initial;
}
.content h1:first-child {
	margin-bottom: 0;
}
.content h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	text-transform: initial;
}
.content h4 {
	font-weight: 700;
}
.submenu {
	overflow: hidden;
	text-align: center;
	margin-bottom: 90px;
}
.submenu a {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
	background: url('../img/citystock-logo-element.svg') no-repeat top left;
	padding: 7px 0 0 30px;
	margin: 0 15px;
	background-size: auto 29px;
}
.submenu span {
	width: 20px;
	height: 3px;
	background: #e0e0e0;
	display: inline-block;
	border-radius: 2px;
	position: relative;
	top: -4px;
}
.submenu span:last-child {
	display: none;
}
.content .module-plain:nth-child(odd) {
	background: #e7e7e7;
	padding: 30px 0;
}
.content .module-plain:nth-child(odd):before {
    display: block;
    content: "";
    width: 50%;
	height: 100%;
    background: #e7e7e7;
    position: absolute;
    left: -50%;
	top: 0;
}
.content .module-plain:nth-child(odd):after {
    display: block;
    content: "";
    width: 50%;
	height: 100%;
    background: #e7e7e7;
    position: absolute;
    right: -50%;
	top: 0;
}
.module-plain {
	position: relative;
	padding: 30px 0 50px;
}
.module-plain > div {
	overflow: hidden;
}
.module-plain table td:first-child {
	padding-right: 30px;
}
.module-plain > p:first-child {
	margin-top: 0;
}
.module-plain .service-img {
	float: right;
	position: relative;
	margin-left: 50px;
	width: 350px;
	height: 379px;
	overflow: hidden;
}
.module-plain .service-img img {
	display: block;
	min-height: 350px;
	min-width: 379px;
}
.module-plain .service-img:after {
	display: block;
	content: "";
	background: transparent url('../img/service-img-overlay.png') no-repeat;
	position: absolute;
	background-size: 350px 379px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.module-plain:nth-child(odd) .service-img:after {
	background: transparent url('../img/service-img-overlay-grey.png') no-repeat;
	background-size: 350px 379px;
}
.module-83, .module-73, .module-98, .module-93, .module-34, .module-51, .module-292 {
	background: #fff !important;
}
.module-83:after, .module-73:after, .module-98:after, .module-93:after, .module-34:after, .module-51:after, .module-292:after {
	background: #fff !important;
}
.module-83:before, .module-73:before, .module-98:before, .module-93:before, .module-34:before, .module-51:before, .module-292:before {
	background: #fff !important;
}
.page-115 .module-plain > p,
.page-117 .module-plain > p,
.page-119 .module-plain > p {
	/* width: calc(100% - 380px); */
}
.left-side {
	width: 310px;
	float: left;
	clear: left;
}
.left-side + .content {
	width: calc(100% - 310px);
	overflow: hidden;
	padding-left: 30px;
}
.left-side .contacts b {
	font-weight: 700;
	text-transform: uppercase;
}
.left-side .contacts a {
	color: #000;
}
.left-side .contacts a:hover {
	color: #50a9ac;
}
#contact .side-content {
	display: none;
}
footer {
	background: #50a9ac;
	padding: 30px 0 80px;
}
footer .col-3 a,
footer .col-3 span {
	display: block;
	color: #fff;
	font-size: 18px;
}
footer .col-3 a:hover {
	color: #a7dee0;
}
footer .col-3.useful > div {
	text-align: center;
	padding-top: 83px;
	background-size: auto 55px;
}
footer .links {
	background: url('../icons/citystock-element-white.svg') no-repeat top center;
}
footer .location {
	background: url('../icons/location.svg') no-repeat top center;
}
footer .partners {
	background: url('../icons/partners.svg') no-repeat top center;
}
footer .social {
	display: block;
	text-align: center;
	margin-top: 35px;
}
footer .social a {
	width: 37px;
	height: 30px;
	display: inline-block;
	margin: 0 10px;
}
footer .social img {
	height: 100%;
	transition: 0.3s all;
}
footer .social a:hover {
	opacity: 0.5;
}
footer .location > div {
	/*
	float: left;
	width: calc(100% / 2);
	*/
}
footer .location > div span {
	font-weight: bold;
	color: #254650;
}
/*
footer .location > div:first-child {
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #409194;
}
footer .location > div:last-child {
	text-align: left;
	padding-left: 10px;
}
*/
.login > div {
	display: none;
	height: auto;
	width: 1180px;
	padding: 20px;
	background: #50a9ac;
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left;
	z-index: 888;
}
.login > div .asd {
	width: calc(100% - 700px);
	float: left;
	padding-right: 20px;
}
.login > div h2 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-top: 0;
}
.login > div .login-section {
	float: right;
	width: 700px;
	height: 100%;
}
.login > div .login-section > div {
	width: calc(100% / 3);
	padding-right: 20px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #73c9cc;
}
.login > div .login-section > div > div {
	margin-bottom: 10px;
}
.login > div .login-section > div > div a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
}
.login > div .login-section > div > div a:hover {
	color: #a7dee0;
}
.login > div .login-section > div > div:last-child {
	margin-bottom: 0;
}
.login > div .login-section label {
	float: left;
	color: #fff;
	font-size: 18px;
	margin-bottom: 3px;
}
.login > div .login-section input,
.login > div .login-section button {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 5px;
	transition: 0.3s all;
}
.login > div .login-section input {
	background: #69d6da;
	border: 2px solid #69d6da;
}
.login > div .login-section input:focus, .aside-login form input:focus {
	border: 2px solid #1b7e82;
}
.login > div .login-section ::-webkit-input-placeholder, .aside-login > div ::-webkit-input-placeholder {
	color: #50a9ac;
}
.login > div .login-section button {
	background: #1b7e82;
	border: 2px solid #1b7e82;
	color: #fff;
	font-size: 18px;
}
.login > div .login-section button:hover {
	background-color: #69d6da;
	border: 2px solid #1b7e82;
}
.login > div .login-section .mobile-id, .aside-login .mobile-id {
	background: #1b7e82 url('../img/mobile-id-min-white.svg') no-repeat center center;
	background-size: auto 17px;
	height: 36px;
}
.login > div .login-section .id-card {
	background: #1b7e82 url('../img/id-card-min-white.svg') no-repeat center center;
	background-size: auto 17px;
	height: 36px;
}
.progress-bar  {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
	counter-reset: step;
}
.progress-bar > a,
.progress-bar > span {
	width: 190px;
	text-align: center;
	position: relative;
	display: inline-block;
	counter-increment: step;
	color: #999;
}
.progress-bar > a {
	cursor: pointer;
}
.progress-bar > a:hover {
	color: #999;
}
.progress-bar > a:before,
.progress-bar > span:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	line-height: 26px;
	border: 3px solid #999;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #fff;
}
.progress-bar > a:after,
.progress-bar > span:after {
	width: 100%;
	height: 3px;
	content: '';
	position: absolute;
	background-color: #999;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progress-bar > a:first-child:after,
.progress-bar > span:first-child:after {
	content: none;
}
.progress-bar > a,
.progress-bar > .active {
	color: #c3007a;
}
.progress-bar > a:hover {
	color: #50a9ac;
}
.progress-bar > a:before,
.progress-bar > .active:before {
	border-color: #c3007a;
	background: #c3007a;
	color: #fff;
	transition: 0.3s all;
}
.progress-bar > a:hover:before {
	border-color: #50a9ac;
	background: #fff;
	color: #50a9ac;
}
.progress-bar > a + a:after,
.progress-bar > a + .active:after,
.progress-bar > .active + .active:after {
	background-color: #c3007a;
}
.intranet h2 {
	margin-top: 0;
	color: #fff;
}
.intranet-frame {
	overflow: hidden;
}
.intranet-frame h2 {
	font-size: 21px;
	line-height: 25px;
	margin-top: 0;
}
.col-2b {
	overflow: hidden;
}
.col-2b-1 {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.data-box h2 {
	color: #fff;
	margin: 0;
}
.data-box h3 {
	color: #fff;
	margin: 10px 0 5px;
	font-size: 15px;
	font-weight: bold;
}
.col-2b-2 {
	width: calc(100% - 370px);
	float: right;
}
.data-box {
	background: #264650;
	padding: 20px;
	color: #fff;
}
.data-box.with-sections {
	padding: 0;
}
.data-box.with-sections > div {
	padding: 10px 20px;
	margin-top: 0;
}
.data-box.with-sections h2 {
	margin-bottom: 20px;
}
.data-box.with-sections .selected-container {
	background: #264650;
	padding-top: 20px;
}
.data-box.with-sections .selected-container > div {
	border-bottom: 1px solid #3f5a63;
}
.data-box.with-sections .selected-container > div:last-child {
	border-bottom: 0 none;
}
.data-box.with-sections .cost {
	background: #50a9ac;
}
.data-box.with-sections .cost > div {
	border-bottom: 1px solid #72b5b7;
}
.data-box.with-sections .cost > div:last-child {
	border-bottom: 0 none;
}
.data-box.with-sections .first-pay {
	background: #264650;
}
.data-box.with-sections .first-pay > div {
	border-bottom: 1px solid #3f5a63;
}
.first-pay > div {
	clear: both;
}
.first-pay .with-tip {
	overflow: initial;
	position: relative;
}
.first-pay .help-tip {
    position: relative;
    left: 4px;
    top: 3px;
    float: left;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 15px;
	background-color: #50a9ac;
}
.first-pay .tip {
    top: 30px;
    left: 0;
	right: 0;
	width: 100%;
}
.clearer {
	clear: both;
}
.data-box.with-sections .first-pay > div:last-child {
	border-bottom: 0 none;
}
.data-box.with-sections .total {
	background: #264650;
	font-weight: bold;
	border-top: 2px solid #3f5a63;
}
.data-box.different {
	background: #c3007a;
}
.data-box > div {
	margin-top: 20px;
}
.data-box.different > div > div {
	border-bottom: 1px solid #c3348e;
}
.data-box > div > div {
	overflow: hidden;
	padding: 5px 0;
}
.data-box > div > div b {
	float: right;
}
.data-box > div > div span {
	float: left;
}
.data-box > div > div.comment {
	font-size: 13px;
}
.intranet-action {
	border: 4px solid #50a9ac;
	padding: 20px;
	background: #fff;
}
.intranet-action + .intranet-action {
	margin-top: 20px;
}
.who {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	cursor: pointer;
}
.who > div {
	width: 50%;
	text-align: center;
	float: left;
	position: relative;
}
.who > div.active:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	margin: 0 auto;
}
.with-tip-absolute {
	overflow: initial !important;
	z-index: 100;
}
.help-tip {
	position: absolute;
	top: 0;
	right: 7px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 13px;
	line-height: 22px;
	cursor: default;
}
.help-tip:before {
	content:'?';
	font-weight: bold;
	color:#fff;
}
.help-tip:hover + .tip {
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.tip {
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 10px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	top: 0;
	right: 35px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}
.data-box form > div {
	margin-bottom: 5px !important;
}
.intranet-action button {
	background: #c3007a;
	border: 2px solid #c3007a;
	color: #fff;
	padding: 4px 20px;
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s all;
}
.intranet-action button:hover {
	background-color: #fff;
	border: 2px solid #c3007a;
	color: #c3007a;
}
.intranet {
	background: #50a9ac;
	padding: 20px;
	padding-bottom: 14px;
	margin-top: -45px;
	overflow: hidden;
}
.intranet a {
	width: calc(100% / 5 - 10px);
	margin: 0 10px 10px 0;
	padding: 6px 10px 6px 32px;
	font-size: 18px;
	background: #438f92 url('../icons/citystock-element-white.svg') no-repeat left 8px center;
	background-size: 15px auto;
	border: 2px solid #438f92;
	color: #fff;
	display: block;
	float: left;
	white-space: nowrap;
}
.emo {
	position: relative;
	overflow: hidden;
	min-height: 85%;
}
.emo:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(38,70,80,0.9) 0%, rgba(38,70,80,0.4) 30%, rgba(38,70,80,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(38,70,80,0.9) 0%,rgba(38,70,80,0.4) 30%,rgba(38,70,80,0.4) 100%);
	background: linear-gradient(to bottom, rgba(38,70,80,0.9) 0%,rgba(38,70,80,0.4) 30%,rgba(38,70,80,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6264650', endColorstr='#66264650',GradientType=0 );
}
.emo > * {
	z-index: 200;
}
.emo-wrapper {
	position: relative;
}
.emo .slide {
	position: absolute;
	height: 100%;
	width: inherit;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s all;
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.emo .slide.active {
	opacity: 0.8;
	visibility: visible;
}
.emo .slide-captions {
	position: relative;
}
.emo .slide-caption {
	opacity: 0;
	visibility: hidden;
	background: #c3007a;
	position: relative;
	padding: 30px 40px 15px;
	position: absolute;
	/*width: 100%;*/
	transition: 1.5s all;
}
.emo .slide-caption:before {
	display: block;
	content: "";
	background: transparent url('../img/top-edge.png') no-repeat;
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	height: 44px;
}
.emo .slide-caption:after {
	display: block;
	content: "";
	background: transparent url('../img/bottom-edge.png') no-repeat;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	height: 45px;
}
.emo .slide-caption.active {
	opacity: 1;
	visibility: visible;
}
.emo .slide-captions .caption-1 {
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.emo .slide-captions .caption-1 b {
	border-bottom: 2px solid #fff;
}
.emo .slide-captions .caption-2 {
	display: inline-block;
	font-size: 23px;
	line-height: 26px;
	color: #fff;
	margin-top: 10px;
}
.emo .slide-captions .caption-3-btn {
	margin-top: 20px;
}
.emo .slide-nav {
	position: absolute;
	bottom: 40px;
	left: 0;
}
.emo .slide-nav > div {
	width: 80px;
	height: 5px;
	background: #c7c7c7;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	transition: 0.3s all;
}
.emo .slide-nav > div.active {
	background: #ff6600;
}
.emo .slide-nav > div.active:hover {
	background: #ff6600;
}
.emo .slide-nav > div:hover {
	background: #ff8431;
}
.yt-tutorial {
	background: #337d80;
	margin-top: 10px;
	display: block;
}
.yt-tutorial > div {
	display: flex;
}
.yt-tutorial:hover {
	background: #399194;
}
.yt-tutorial .yt-icon {
	background: url('../img/yt-icon.svg') no-repeat center center;
	background-size: 40px 40px;
	width: 65px;
	height: 50px;
	float: left;
}
.yt-tutorial .read-icon {
	width: 65px;
	height: 30px;
	float: left;
}
.yt-tutorial .yt-text {
	width: calc(100% - 65px);
	float: right;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 5px;
	line-height: 16px;
}
.miratag {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(80, 169, 172, 0.32);
	height: 80px;
	width: 100%;
	z-index: 1;
	display: none;
}
.miratag > div {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
}
.miratag > div > span {
	color: #fff;
	font-size: 17px;
	margin-right: 10px;
}
.miratag > div > * {
	display: inline-block;
}
.miratag > div > div + div {
	margin-left: 10px;
}
.miratag > div > div {
	background: rgba(0, 0, 0, 0.15);
	text-align: right;
	padding: 5px 10px;
}
.miratag > div > div > span {
	display: block;
	color: #efefef;
	font-size: 14px;
}
.miratag > div > div > b {
	display: block;
	color: #fff;
	font-size: 23px;
}
.miratag > div > div > b i {
	font-style: normal;
    color: #efefef;
    font-size: 16px;
    font-weight: normal;
    margin-left: 4px;
}
.miratag > div > a {
	color: #efefef;
	font-size: 12px;
	line-height: 19px;
	margin-left: 10px;
}
.miratag > div > a span {
	display: flex;
	background: url('../img/miratag-logo.svg') no-repeat;
	padding-left: 24px;
	text-transform: uppercase;
	font-size: 14px;
}
.notifications {
	position: fixed;
	left: 10px;
	bottom: 10px;
}
.notifications .notify {
	display: flex;
	overflow: hidden;
	max-height: 0;
	align-items: center;
	width: 310px;
	height: 65px;
	padding: 5px 20px;
	border-radius: 8px;
	font-size: 13px;
	color: #fff;
	position: relative;
	transition: .8s max-height ease-in-out;
}
.notifications .notify.active {
	max-height: 150px;
}
.notifications .notify.error {
	background: #e74c3c;
}
.notifications .notify.success {
	background: #2db969;
}
.notifications .notify + .notify {
	margin-top: 10px;
}
@media screen and (min-width: 1300px) {
	.admin-panel > a {
		width: auto;
	}
	/*
	.intranet.blocks4 a {
		width: calc(100% / 4 - 10px);
	}
	.intranet.blocks6 a {
		width: calc(100% / 6 - 10px);
	}
	*/
}
.intranet a:hover {
	border: 2px solid #fff;
}
.intranet a.active {
	font-weight: bold;
	background-color: #2e6b6d;
	border: 2px solid #fff;
}
.agree-frame {
	border-radius: 3px;
	margin-bottom: 30px;
}
.agree-frame .label-checkbox {
	padding: 12px;
	border: 1px solid #efefef;
	transition: 0.3s all;
}
.agree-frame .label-checkbox:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.agree-frame .label-checkbox + .label-checkbox {
	margin-top: 5px;
}
.agree-frame > div {
	overflow: hidden;
}
.agree-frame a {
	text-decoration: underline;
}
.agree-frame span {
	font-size: 13px;
	line-height: 16px;
	display: block;
	color: #a2a2a2;
}
.intranet-frame .user-check {
	padding: 0;
}
.intranet-frame .user-check .col-3 {

}
.intranet-frame .user-check .toggle-cnt {
	padding: 0 20px;
}
.intranet-frame .user-check h2 {
	margin: 0;
	color: #fff;
	padding: 8px 20px;
}
.intranet-frame .user-check h2:first-child {
	border-bottom: 1px solid #fff;
}
.user-check h2.toggle {
	background: #50a9ac url('../icons/toggle-down.svg') no-repeat right 15px center;
	transition: 0.3s all;
}
.user-check h2.toggle.open {
	background: #50a9ac url('../icons/toggle-up.svg') no-repeat right 15px center;
	transition: 0.3s all;
}
.user-check .mobile-id {
	background: #c3007a url('../img/mobile-id-min-white.svg') no-repeat center center;
	background-size: auto 17px;
	height: 34px;
	width: 120px;
}
.user-check .mobile-id:hover {
	background: url('../img/mobile-id-min-pink.svg') no-repeat center center;
	background-size: auto 17px;
}
.user-check .id-card {
	background: #c3007a url('../img/id-card-min-white.svg') no-repeat center center;
	background-size: auto 17px;
	height: 34px;
	width: 120px;
}
.user-check .id-card:hover {
	background: url('../img/id-card-min-pink.svg') no-repeat center center;
	background-size: auto 17px;
}
.login-alone .mobile-id {
	background: #264650 url('../img/mobile-id-min-white.svg') no-repeat center center;
	background-size: auto 17px;
	height: 42px;
	width: 120px;
}
.login-alone .mobile-id:hover {
	background: url('../img/mobile-id-min-dark.svg') no-repeat center center;
	background-size: auto 17px;
}
.login-alone .id-card {
	background: #264650 url('../img/id-card-min-white.svg') no-repeat center center;
	background-size: auto 17px;
	height: 42px;
}
.login-alone .id-card:hover {
	background: url('../img/id-card-min-dark.svg') no-repeat center center;
	background-size: auto 17px;
}
.toggle-cnt {
	margin: 20px 0;
}
.more-margin {
	margin-bottom: 20px !important;
}
.login-page button.full-width {
	width: 100%;
}
.login-page .form > div a {
	display: block;
}
.active-containers {
	position: relative;
	margin: 20px -15px 0 0;
}
.active-containers > div {
	width: calc(100% / 2 - 15px);
	float: left;
	margin: 0 15px 15px 0;
	border: 4px solid #50a9ac;
}
.active-containers .container-img {
	display: block;
	width: 100%;
	height: auto;
}
.active-containers .image {
	position: relative;
	display: flex;
	align-items: center;
	float: left;
	max-width: 140px;
	height: auto;
	padding: 0 8px;
	min-height: 170px;
}
.active-containers > div .info {
	padding: 13px 14px;
	overflow: hidden;
	background: #50a9ac;
	min-height: 170px;
}
.active-containers > div .info > b,
.active-containers > div .info > span {
	color: #fff;
	text-align: left;
	display: block;
}
.active-containers > div .info b {
	font-weight: 700;
}
.active-containers > div .actions {
	padding: 10px;
	overflow: hidden;
	text-align: right;
}
.active-containers > div .actions:nth-child(2n+1) {
	clear: left;
}
.active-containers > div .actions a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    background: #1b7e82;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #fff;
}
.active-containers > div .actions a + a {
	margin-left: 5px;
}
.active-containers > div .actions a:hover {
	background: #fff;
	border: 2px solid #2e6b6d;
	color: #2e6b6d;
}
.active-containers > div .actions .disabled {
	color: #6b6b6b;
	font-weight: 700;
	background: #d2d2d2;
	border: 2px solid #d2d2d2;
	padding: 6px 12px;
	font-size: 14px;
	text-align: center;
}
.active-containers > div .actions .button-red {
	background: #ff0000;
}
.right-side {
	margin: 20px 0 0 0;
	border: 4px solid #50a9ac;
	padding: 20px 0 0;
	overflow: hidden;
	height: 214px;
}
.payments {
	position: relative;
	text-align: center;
	padding: 20px 20px;
}
.payments > div.info {
	font-size: 22px;
	line-height: 28px;
}
.payments > div > .notice {
	font-size: 15px;
	color: #8a8a8a;
}
.payments > div.invoices {
	font-size: 17px;
	margin-top: 50px;
}
.payments > div b {
	font-family: 'Proxima Nova Bold', Sans-Serif;
}
.payments > div span {
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: relative;
	line-height: 22px;
	top: -2px;
	margin-left: 10px;
}
.payments > div span.paid-icon {
	background: green;
}
.payments > div span.unpaid-icon {
	background: red;
}
.payments > div i {
	font-size: 15px;
	font-style: normal;
}
.redirecting {
	/* border: 2px solid #c3007a; */
	background: #c3007a;
	/* color: #c3007a; */
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	padding: 20px;
}
.success-box {
	text-align: center;
	height: 360px;
	padding: 30px;
}
.success-box img {
	width: 100px;
	background: #fff;
	padding: 20px;
	border-radius: 50%;
}
.success-box h2 {
	font-weight: 700;
	margin: 30px 0 10px;
}
.sign-agreement {
	min-height: 360px;
	position: relative;
}
.sign-agreement .agreement {
	height: 400px;
	overflow-y: auto;
	font-size: 13px;
	line-height: 1.2;
}
.sign-agreement .agreement p {
	margin: 10px 0;
}
/*
.sign-methods {
	text-align: center;
}
.sign-methods > div > a {
	cursor: pointer;
	border: 2px solid #c3007a;
	color: #c3007a;
	padding: 7px 5px 7px 100px;
	font-weight: 700;
	transition: 0.3s all;
	display: block;
}
.sign-methods .mobile-id {
	background: url('../img/mobile-id-min.svg') no-repeat left 15px center;
	background-size: auto 18px;
}
.sign-methods .mobile-id:hover {
	background: #c3007a url('../img/mobile-id-min-white.svg') no-repeat left 15px center;
	background-size: auto 18px;
	color: #fff;
}
.sign-methods .id-card {
	background: url('../img/id-card-min.svg') no-repeat left 15px center;
	background-size: auto 18px;
}
.sign-methods .id-card:hover {
	background: #c3007a url('../img/id-card-min-white.svg') no-repeat left 15px center;
	background-size: auto 18px;
	color: #fff;
}
*/


.credit-agreement-contract .form-error-msg {
	color: #fff;
	background: #ff0000;
	padding: 10px 20px;
	text-align: center;
}
.credit-agreement-contract .sign-methods {
	margin-top: 20px;
	text-align: center;
}
.credit-agreement-contract .sign-methods > div {
	display: inline-block;
	background: #fff;
	color: #004182;
	margin: 0 3px;
	height: 36px;
	width: 116px;
	box-shadow: 0 0 5px rgba(136, 136, 136, 0.35);
	border-radius: 7px;
	transition: 0.3s background-color;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 20px;
	color: #777777;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.credit-agreement-contract .sign-methods .eid {
	background-image: url('../img/eid.svg');
	background-size: auto 15px;
}
.credit-agreement-contract .sign-methods .mid {
	background-image: url('../img/mid.svg');
	background-size: auto 15px;
}
.credit-agreement-contract .sign-methods .sid {
	background-image: url('../img/sid.svg');
	background-size: auto 10px;
}
.credit-agreement-contract .sign-methods > div:hover {
	background-color: #f7f7f7;
}
.credit-agreement-contract .sign-methods .disabled {
	opacity: 0.5;
}
.credit-agreement-contract .auth-block {
	margin: 0 auto;
	text-align: center;
	background: #f7f7f7;
	padding: 30px 20px;
}
.credit-agreement-contract .auth-block.disabled > form {
	display: none;
}
.credit-agreement-contract .btn-cancel {
	display: none;
	width: 380px;
	margin: 15px auto auto;
	background: #fff;
	color: #999;
	border: 1px solid #999;
	padding: 5px 15px;
	float: none;
	cursor: pointer;
}
.credit-agreement-contract .auth-block.disabled .btn-cancel,
.credit-agreement-contract .control-code .btn-cancel {
	display: block;
}
.credit-agreement-contract .auth-block h2 {
	margin: 0;
}
.credit-agreement-contract .auth-form {
	width: 380px;
	max-width: 100%;
	margin: 15px auto auto;
}
div.credit-agreement-contract .auth-form > div {
	display: flex;
	align-items: center;
}
.credit-agreement-contract .auth-form > div + div {
	margin-top: 6px;
}
div.credit-agreement-contract .auth-form > div > label {
	width: 160px;
	text-align: left;
	margin: 0;
}
.credit-agreement-contract .auth-form > div > div {
	float: left;
	width: calc(100% - 120px);
}
.credit-agreement-contract .auth-form > div > div > input {
	width: 100%;
}
.credit-agreement-contract .auth-form label:empty {
	display: none;
}
.credit-agreement-contract .auth-form .btn {
	width: 100%;
	margin-top: 8px;
	float: none;
}
.credit-agreement-contract .control-code {
	text-align: center;
	background: #f7f7f7;
	padding: 20px 20px;
}


.progress-note {
	text-align: center;
}
.progress-note img {
	display: block;
	margin: 0 auto;
	width: 110px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 50%;
}
.progress-note span {
	clear: both;
	display: block;
	width: 450px;
	margin: 0 auto;
	margin-top: 15px;
}
.progress-note a.button {
	display: inline-block;
	float: none;
}
.button {
	background: #c3007a;
    border: 2px solid #c3007a;
    color: #FFF;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: initial;
    margin-top: 20px;
    display: block;
    float: left;
    margin-right: 10px;
}
.button:hover {
	color: #c3007a;
	background: #fff;
	border: 2px solid #c3007a;
}
.cbutton {
	background: #c3007a;
    border: 2px solid #c3007a;
    color: #FFF;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: initial;
    display: inline-block;
    margin-right: 10px;
}
.cbutton:hover {
	color: #c3007a;
	background: #fff;
	border: 2px solid #c3007a;
}
.shortcuts {
	background: rgba(80, 169, 172, 0.1);
	padding: 10px 20px;
	text-align: center;
}
.shortcuts h2 {
	font-weight: 700;
}
.shortcuts a {
	display: block;
	font-size: 16px;
	background: url('../icons/citystock-element.svg') no-repeat left center;
	padding-left: 25px;
	margin: 10px 0;
	font-weight: 700;
}
.head.intranet-view {
	padding-bottom: 70px;
}
.intra-heading {
	overflow: hidden;
	background: #71c3c7;
	padding: 20px;
}
.intra-heading h2 {
	color: #fff;
	margin: 5px 0 0;
	font-weight: bold;
	float: left;
}
.intra-heading .actions {
	float: right;
}
.intra-heading .add {
	display: block;
	padding: 5px 15px 6px 30px;
	border: 2px solid #c3007a;
	background: #c3007a url(../icons/plus.svg) no-repeat center left 5px;
	background-size: auto 22px;
	cursor: pointer;
	color: #fff;
	line-height: initial;
}
.intra-heading .add:hover {
	background: #fff url(../icons/plus-purple.svg) no-repeat center left 5px;
	background-size: auto 22px;
	color: #c3007a;
}
.intra-heading .export {
	display: block;
	padding: 4px 10px;
	background: #c3007a;
	border: 2px solid #c3007a;
	color: #fff;
	margin-right: 10px;
}
.intra-heading .export:hover {
	background: #fff;
	color: #c3007a;
}
.intra-heading .list-btn {
	display: block;
	float: right;
	padding: 6px 15px;
	border: 2px solid #c3007a;
	background: #c3007a;
	cursor: pointer;
	color: #fff;
	line-height: initial;
}
.intra-heading .list-btn:hover {
	background: #fff;
	color: #c3007a;
}
.intra-heading .list-btn.active {
	background: #fff;
	color: #c3007a;
}
.intra-table .edit,
.intra-table .remove {
	width: 25px;
	height: 25px;
	border: 2px solid #c3007a;
	background: #c3007a no-repeat center center;
	background-size: 16px auto;
	cursor: pointer;
	position: relative;
	display: block;
	float: right;
	margin: -3px 0 -7px 5px;
}
.intra-table .edit:hover,
.intra-table .remove:hover {
	background-color: #88145c;
}
.intra-table .edit {
	background-image: url(../icons/edit.svg);
}
.intra-table .remove {
	background-image: url(../icons/remove.svg);
}
.intra-table .action {
	color: #c3007a;
	display: inline-block;
	font-size: 13px;
	padding: 2px 6px;
}
.intra-table .action:hover {
	background: #c3007a;
	color: #fff;
}
.intra-table .paid {
	display: inline-block;
	font-size: 13px;
	padding: 0 7px;
	color: green;
	border: 2px solid green;
	font-weight: bold;
}
.intra-table .unpaid {
	display: inline-block;
	font-size: 13px;
	padding: 0 7px;
	color: orange;
	border: 2px solid orange;
	font-weight: bold;
}
.intra-table .overdue {
	display: inline-block;
	font-size: 13px;
	padding: 0 7px;
	color: red;
	border: 2px solid red;
	font-weight: bold;
}
.intra-table .cancelled {
	display: inline-block;
	font-size: 13px;
	padding: 0 7px;
	color: #999;
	border: 2px solid #999;
	font-weight: bold;
}
.intra-table .price-input {
	width: calc(100% - 25px);
	border: 1px solid #CCC;
	background: #fafafa;
	padding: 2px 10px;
	transition: 0.5s all;
	box-shadow: 2px 2px 2px 0 #ededed inset;
	color: #000;
}
.intra-table .price-currency {
	display: block;
	float: right;
	width: 25px;
	text-align: center;
	margin-top: 3px;
}
.intra-table .div-table-cell.sml {
	width: 120px;
}
.intra-table .div-table-cell.mdm {
	width: 190px;
}
.intra-table .div-table-row.active {
	background: #50a9ac;
    color: #fff;
}
.intra-table .toggler {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjYiIGhlaWdodD0iMjYiCnZpZXdCb3g9IjAgMCAyMjQgMjI0IgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDIyNHYtMjI0aDIyNHYyMjR6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgZmlsbD0iI2NjY2NjYyI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBkPSJNMTEyLDEzMi43MzA3N2w3NS41MTkyMywtNzMuOTcxMTVjMy4zNjUzOCwtMy4yOTgwOCA4Ljc1LC0zLjI2NDQzIDEyLjExNTM4LDAuMDY3M2wxMy4yMjU5NiwxMy4yMjU5NmMzLjM2NTM4LDMuMzk5MDQgMy4zNjUzOCw4Ljg1MDk2IC0wLjAzMzY1LDEyLjIxNjM1bC05NC43MzU1OCw5NC4xMjk4MWMtMS42ODI2OSwxLjY4MjcgLTMuODcwMTksMi41MjQwNCAtNi4wOTEzNCwyLjUyNDA0Yy0yLjIyMTE1LDAgLTQuNDA4NjYsLTAuODQxMzQgLTYuMDkxMzQsLTIuNTI0MDRsLTk0LjczNTU4LC05NC4xMjk4MWMtMy4zOTkwNCwtMy4zNjUzOCAtMy4zOTkwNCwtOC44MTczIC0wLjAzMzY1LC0xMi4yMTYzNWwxMy4yMjU5NiwtMTMuMjI1OTZjMy4zNjUzOCwtMy4zMzE3MyA4Ljc1LC0zLjM2NTM4IDEyLjExNTM4LC0wLjA2NzN6Ij48L3BhdGg+PC9nPjwvZz48L2c+PC9zdmc+') 50% 50% no-repeat;
	background-position: center center;
	background-size: contain;
	width: 17px;
	height: 17px;
	cursor: pointer;
	float: right;
	transition: 0.3s transform;
}
.intra-table .div-table-row.active .toggler {
	transform: rotate(180deg);
}
.intra-table .toggle-block {
	max-height: 0;
	visibility: hidden;
	background: #71c3c7;
    position: absolute;
    z-index: 1001;
	left: 0;
    width: 100%;
	padding: 20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.intra-table .toggle-block.active {
	max-height: 200px;
	visibility: visible;
}
.intra-table .toggle-block .actions {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #eee;
	text-align: right;
	width: 200px;
}
.intra-table .toggle-block .actions .action {
	display: block;
	color: #fff;
}
.intra-table .toggle-block .commentary {
	overflow: hidden;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
	line-height: 16px;
	width: calc(100% - 200px - 20px);
	float: right;
	min-height: 78px;
	transition: 0.3s border;
	border: 1px solid transparent;
}
.intra-table .toggle-block .commentary:focus {
	border: 1px solid #c3007a;
}
.intra-table .has-commentar {
	width: 16px;
	height: 16px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjYiIGhlaWdodD0iMjYiCnZpZXdCb3g9IjAgMCAyMjQgMjI0IgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDIyNHYtMjI0aDIyNHYyMjR6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgZmlsbD0iI2MzMDA3YSI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBkPSJNMTEyLDEuNjE1MzhjLTYwLjk0NzEyLDAgLTExMC4zODQ2Miw0My42NDkwNCAtMTEwLjM4NDYyLDk3LjQ2MTU0YzAsMjcuMzYwNTcgMTIuODIyMTEsNTIuMDI4ODUgMzMuMzg0NjIsNjkuNzMwNzdjLTQuNDc1OTYsMjUuOTEzNDcgLTMzLjQ4NTU4LDM2LjQ4MDc3IC0zMS41LDQzLjYxNTM4YzI1LjkxMzQ3LDEwLjczNTU4IDc3LjMwMjg4LC0xNC4xNjgyNyA4NS4wNzY5MiwtMTguMDM4NDZjNy41Mzg0NiwxLjQ0NzEyIDE1LjQxMzQ3LDIuMTUzODUgMjMuNDIzMDgsMi4xNTM4NWM2MC45NDcxMiwwIDExMC4zODQ2MiwtNDMuNjQ5MDQgMTEwLjM4NDYyLC05Ny40NjE1NGMwLC01My44MTI1IC00OS40Mzc1LC05Ny40NjE1NCAtMTEwLjM4NDYyLC05Ny40NjE1NHoiPjwvcGF0aD48L2c+PC9nPjwvZz48L3N2Zz4=') 50% 50% no-repeat;
	background-size: contain;
	background-position: center center;
	float: right;
	margin-right: 10px;
}
.black-background {
	display: none;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.black-background.active {
	display: block;
}
.toggle {cursor: pointer;}
.toggle-cnt {display: none;overflow:hidden;}
.toggle-cnt.default {display: block;}
.div-table {
	display: table;
	width: 100%;
	position: relative;
}
.div-table-row {
	display: table-row;
	transition: 0.3s background-color;
}
.div-table-row[showhide-info] {
	cursor: pointer;
}
.div-table-row:nth-child(even) {
	background: #fff;
}
.div-table-row:nth-child(odd) {
	background: #f7f7f7;
}
.div-table-row.bg1 {
	background: #fff;
}
.div-table-row.bg2 {
	background: #f7f7f7;
}
.div-table-row:hover {
	background: #f7f7f7;
}
.div-table-row:not(.header) .div-table-cell {
	font-size: 15px;
}
.div-table-cell {
	display: table-cell;
	padding: 7px 10px;
	/*white-space: nowrap;*/
}
.div-table-cell.actions {
	text-align: right;
	width: 70px;
}
.div-table .header {
	font-weight: bold;
	color: #c3007a;
	font-size: 12px;
	background: #fff;
}
.div-table .header .div-table-cell {
	border-bottom: 2px solid #c3007a;
	line-height: 15px;
}
.div-table-body {
	display: table-row-group;
}
.div-table-block {
	color: #c3007a;
	margin: 10px 0;
	font-weight: bold;
}
.gallery {
	position: relative;
	margin: 0 0 -10px -10px;
}
.gallery > div {
	margin: 0 0 10px 10px;
	width: calc(100% / 6 - 10px);
	float: left;
}
.gallery img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.3s all;
}
.gallery img:hover {
	opacity: 0.7;
}
.floating-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #50a9ac;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
	z-index: 201;
}
.floating-bar.darkbar {
	background: #264650;
}
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
	overflow: hidden;
	position: relative;
	margin: 0 0 -15px -15px;
}
.col-2 > div,
.col-3 > div,
.col-4 > div,
.col-5 > div,
.col-6 > div {
	float: left;
	overflow: hidden;
	margin: 0 0 15px 15px;
}
.col-2 > div {width: calc(100% / 2 - 15px);}
.col-3 > div {width: calc(100% / 3 - 15px);}
.col-4 > div {width: calc(100% / 4 - 15px);}
.col-5 > div {width: calc(100% / 5 - 15px);}
.col-6 > div {width: calc(100% / 6 - 15px);}
.col-3 > div.col-x2 {width: calc(100% / 3 * 2 - 15px);}
.col-4 > div.col-x2 {width: calc(100% / 4 * 2 - 15px);}
.col-5 > div.col-x2 {width: calc(100% / 5 * 2 - 15px);}
.col-4 > div.col-x3 {width: calc(100% / 4 * 3 - 15px);}
.col-5 > div.col-x3 {width: calc(100% / 5 * 3 - 15px);}
.col-5 > div.col-x4 {width: calc(100% / 5 * 4 - 15px);}
.col-2 > div:first-child,
.col-3 > div:first-child,
.col-4 > div:first-child,
.col-5 > div:first-child,
.col-2 > div:nth-child(2n+1),
.col-3 > div:nth-child(3n+1),
.col-4 > div:nth-child(4n+1),
.col-5 > div:nth-child(5n+1),
.col-6 > div:nth-child(6n+1) {
	clear: left;
}
.payment-opt {
	position: relative;
	margin: 0 0 15px -5px;
	float: left;
}
.payment-opt > label {
	padding: 12px;
	border: 1px solid #efefef;
	transition: 0.3s all;
	float: left;
	width: calc(100% / 4 - 5px);
	margin: 0 0 5px 5px;
}
.payment-opt > label.full-width {
	width: calc(100% - 5px);
	max-width: 100%;
}
.payment-opt > label.full-width div strong {
	display: block;
	font-weight: normal;
}
.payment-opt > label.full-width div span {
	font-size: 13px;
	line-height: 16px;
	display: block;
	color: #a2a2a2;
}
.payment-opt > label img {
	width: 100%;
	height: auto;
}
.payment-opt > label:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.payment-opt > label img {
	display: block;
}
.payment-opt .label-checkbox:not(.full-width) > span {
	margin-top: 5px;
}
.discount-coupon {
	border: 1px solid #efefef;
	margin: 0 0 20px;
	padding: 10px 10px;
	overflow: hidden;
	background: #efefef;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	width: 250px;
}
.discount-coupon input {
	padding: 5px 15px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: block;
	border: 1px solid #e2e2e2;
	transition: 0.3s border-color;
}
.discount-coupon input:focus {
	border: 1px solid #c31a79;
}
.label-checkbox {
	cursor: pointer;
}
.label-checkbox input {
	display: none;
}
.label-checkbox > span {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0 6px 0 0;
	background: #fff url(../icons/check@2.png) no-repeat center -22px;
	background-size: 12px 12px;
	transition: 0.3s all;
	box-shadow: 1.5px 2.5px 3px 0px rgba(0,0,0,0.05) inset;
	border: 1px solid #bcbcbc;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-radius: 3px;
}
.label-checkbox:hover > span {
	border: 1px solid #bcbcbc;
}
.label-checkbox.active > span {
	background-position: center center;
}
.label-checkbox > div {
	position: relative;
	overflow: hidden;
	line-height: 19px;
}
.label-checkbox > div ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 14px;
}
.label-checkbox > div ol li {
}
.leftSide2,
.leftSide3 {
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada;
}
.leftSide3 a {
	display: block;
	margin: 7px 0;
	line-height: 20px;
}
.leftSide2 h3,
.leftSide3 h3,
.leftSide4 h3 {
	color: #c3007a;
	margin-top: 0;
}
.blog-post {
	margin-bottom: 50px;
	margin-top: 50px;
	overflow: hidden;
}
.blog-post:first-child {
	margin-top: 0;
}
.blog-post:last-child {
	margin-bottom: 200px;
}
.blog-hr {
	border: 1px solid #efefef;
}
.blog-hr:last-child {
	display: none;
}
.post-author {
	float: right;
	background: #f1f1f1;
    padding: 10px;
}
.post-author img {
	display: block;
	float: right;
}
.post-author > div {
	float: right;
	overflow: hidden;
	text-align: right;
	margin-right: 5px;
}
.blog-author {
	transition: 0.3s all;
	overflow: hidden;
	padding: 10px 5px;
}
.blog-author:hover {
	background: #f1f1f1;
}
.blog-author img {
	display: block;
	float: left;
}
.blog-author > div {
	float: left;
	overflow: hidden;
	margin-left: 5px;
}
.btn {
	background: #c3007a;
    border: 2px solid #c3007a;
    color: #fff;
	font-weight: 700;
	padding: 6px 20px;
	text-transform: uppercase;
	display: block;
	float: left;
}
.btn:hover {
	background: #fff;
	color: #c3007a;
}
.btn2 {
	background: #fff;
    border: 2px solid #c3007a;
    color: #c3007a;
	font-weight: 700;
	padding: 6px 20px;
	text-transform: uppercase;
	display: block;
	float: left;
}
.btn2:hover {
	background: #c3007a;
	color: #fff;
}
.form > div {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.form > div > label {
	float: left;
	width: 250px;
	min-height: 1px;
	padding: 7px 10px 0;
	font-weight: bold;
}
.form > span {
	font-weight: bold;
}
.form > div > b,
.form > div > div > b {
	font-size: 24px;
	color: #888;
	position: absolute;
	right: 10px;
	top: 12px;
}
.form > div > div {
	overflow: hidden;
	position: relative;
}
.form > div > div.spacing {
	padding: 10px 0;
}
.form > div > div > label {
	margin: 7px 0;
}
.form > div > div > span > select,
.form > div > div > span > input {
	padding: 7px 10px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px 0 #ededed inset;
}
.form > div > div > input,
.form > div > div > select,
.form > div > div > textarea {
	width: 100%;
	border: 2px solid #999;
	background: #fafafa;
	padding: 8px 10px;
	transition: 0.5s all;
	color: #000;
	transition: 0.3s all;
	border-radius: 0;
}
.form > div > div > input:focus,
.form > div > div > select:focus,
.form > div > div > textarea:focus {
	border: 2px solid #264650;
	background: #fff;
}
.form > div > div > input[readonly],
.form > div > div > select[readonly],
.form > div > div > textarea[readonly],
.form > div > div > input:disabled,
.form > div > div > select:disabled,
.form > div > div > textarea:disabled {
	border: 2px solid #ccc;
	background: #ddd;
	color: #666;
}
.form > div > div > input[type=checkbox] {
	width: auto;
}
.form > div > div > textarea {
	height: 140px;
}
.form > div > div > div {
	float: left;
	clear: left;
	margin: 10px 0;
}
.form > div > div > label > input {
	width: auto;
}
.form > div > div > button {
	background: #264650;
	border: 2px solid #264650;
	box-shadow: none;
	color: #FFF;
	padding: 8px 35px;
	cursor: pointer;
	font-weight: bold;
	float: right;
	transition: 0.3s all;
}
.form > div > div > button:hover {
	background: #fff;
	color: #264650;
}
.form-error {
	color: #ff0000;
}
.form-error input,
.form-error select,
.form-error textarea,
.form-error .label-checkbox > span {
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}
.form-error-msg {
	display: block;
	border: 3px solid #ff0000;
	color: #ff0000;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.mobile_id_auth_response {
	display: none;
}

.ajax-content-holder {
	display: none;
}
.dialog-window {
	display: block;
	position: fixed;
	z-index: 11000;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.dialog-window > div {
	display: block;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 30px;
	bottom: 30px;
	overflow: hidden;
	border: 4px solid #50a9ac;
	background: #fff;
}
.dialog-content {
	overflow: hidden;
	overflow-y: auto;
	height: calc(100% - 54px);
	padding: 30px;
}
.dialog-footer {
	display: block;
	overflow: hidden;
	padding: 10px;
	height: 54px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.dialog-footer span {
	cursor: pointer;
	background: #c3007a;
	border: 2px solid #c3007a;
	color: #fff;
	padding: 4px 20px;
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s all;
	display: block;
	margin: 0 0 0 10px;
}
.dialog-footer span:hover {
	background-color: #fff;
	border: 2px solid #c3007a;
	color: #c3007a;
}
.to-pay {
	overflow: hidden;
}
.to-pay .payment-opt-cont {
	width: 560px;
	float: right;
}
.to-pay .payment-opt > label {
	height:  56px;
}
.to-pay .pay-note {
	width: calc(100% - 560px);
	float: left;
}
.to-pay .pay-note {
	text-align: center;
	padding-top: 70px;
}
.to-pay .pay-note h2 {
	font-weight: bold;
}
.to-pay .pay-note b {
	color: #c3007a;
	font-size: 29px;
}

.contract-start {
	background: #376e75;
}
.jumpbox {
	position: relative;
	overflow: visible !important;
	cursor: pointer;
	transition: 0.3s all;
}
.jumpbox:after {
	position: absolute;
	content: "";
	right: 0;
	top: 10px;
	width: 11px;
	height: 10px;
	background: url(../icons/arrow-down-white.svg) no-repeat right;
	background-size: 11px auto;
	transition: 0.3s all;
}
.jumpbox.active:after {
	transform: rotate(180deg);
}
.jumpbox > div {
	display: block;
	overflow: hidden;
	width: calc(100% + 40px);
	position: absolute;
	z-index: 10;
	background: #376e75;
	margin: 0 -20px;
	max-height: 0;
	padding: 0;
	transition: 0.5s all;
}
.jumpbox.active > div {
	max-height: 300px;
	padding: 20px 0;
	overflow-y: auto;
}
.jumpbox > div a {
	display: block;
	color: #fff;
	padding: 2px 20px;
}
.jumpbox > div a:hover {
	background: rgba(255,255,255,0.5);
}

.invoice-list .div-table-row .div-table-cell:nth-child(9) {
	width: 100px;
}

.invoice-list .btn-icon {
	width: 20px;
	height: 20px;
	float: left;
	background: no-repeat center center;
	background-size: 100% auto;
}
.invoice-list .btn-icon:hover {
	opacity: 0.5;
}
.invoice-list .btn-icon + .btn-icon {
	margin-left: 7px;
}
.invoice-list .btn-icon-add-payment {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAADgklEQVRIie2WXWgcVRTHf2d2AppUsT6ItLG2ipW2ydiyk/pBFB/0xYCVIlHR6IO4SKHEXUEEwU8KgnR30YfSWoI0PliDDw22RZ+F1jqp7EQtRVkfugVrQXENCXYzc3yYSXd3dmY2KcEn/zBw7zn33t899+PMhdXVTcCbgAv8AyhQAyYAa5VZV/Uw8HsIi/s84D1AVhN6P7CQAIva3mcl9G3O+AYT2aUYI6AbAePuam3L1OhUBjgH3BHpMgZ8BZwH1kZ8w2Y3oHV6b7/29Lwjqi8oZIJJg6LFqdEpD3g6BgpQAS4T7HEU/HoqeNB55QmQSVFdE/UZYpwJiyMR11+AT7DMAHXgT+AGYIn3iJEEtZz8uCBfAB1QAM/jQljc1GIeIzjZNwM/hbbhsL4unADAdbERB5FSBBInJqavS3NoMd9Cc1nroe9GIAPcSjPizoGt03v7BZlMgwKIx/qw+EuLeT/wR/htDW3fhHWXYLkB5joG14z5LgnL29ZOjIfC4rFubWN0og28zRnfIMLz3ZgInxnI5y1gN6bdo8AgsDFi94B9bXsc3FMyKVBPVHMVuzwBkHVyvTP2oXngGeAUwX4uaX/CGK8BblvEqvJYChTgk8pQeSLr5HoHnfzRBn2XBs7mbYIT/CDwc0rfBWAPwaGNHCCJTQRXZfj+QYCG9r0hMAqsMXw9tuPsq1sJlnsAeAk4CVwALgEOsA+4CzjQRLXIcvJ1mievTa5dSkyvlpOfFyhsrtY+DrNZVy0bDNB3hd5TD5QWLCf/LbAzpkkN0cMqfK1XtApgmLIelR0qjMzapd1J4PPA5jhol4g1ydeic65dWrrbtGcupYrEg4PB9YBrl/dknVxvQ/qOoOyOTj5JCtXWuhFxHk/vLrl7ZgrPzdiH5t1s6UnPN9cZqsMqht0NLHAiUm9q4EzhNsPQX0m/yz7IUUSP+A3/+x/uXXvZcueup+HNpfTxxOT2yvbSxVgwgOXkDwMvdotgJVLRg7PZ8sutto5cLSZvAX+vGhTqvtfzdtTeAa5sL11U1ado/91dq3xRGftx5we/dQUDzA6VT4IUCF4S1wxVZdwdKk7HOVOvgvVd4XFEPyUlqcRJoW6IPFvJFr9MapP6s3eHitMZY/FO4ENgcRlMH2HSNHq2pEFhBc/b4LWZ2SXICMomoD901QiSw3EWF6fd+z6qLXfM//Wf6F/hSS2Z1kgLSQAAAABJRU5ErkJggg==');
}
.invoice-list .btn-icon-cancel-payment {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAADSUlEQVRIie2WT2gUdxTHP29mKcliQT3IzhqlKhYUKdiEXpyVHHrQ7K4RKa1irYe2Il4ED+2h0L8IvTQHLyIVsU0pbRcPye4m0JPQCcGilxxqS0submeTHhTTklC6M6+Hnejs7szsLoSe+oUfvHm/997n9/vx27c/2FhtBt4HFoC/AQVqwA3ghQ1mPdEo8EcAixoe8AkgGwkdAVYToOHxKf3Q3aK90/BlXEXzwHMKhjVo7ZNSyQDuA3v6WGgu1S2idnR0yDQbH6GcVVFz3S8wIaWSB5zsEwrwbiLYLeaOizYmgU3tc4L+GJj5tqnHgB9R7llgnfeyEQddKtgXRfVWFBRA1HwQmLtC7jM0b/bWiJEFHgVxA5E7dou546o6AcQuDGloYHkh7zZgS0xGhqc77ixcOzo6JKqTiVDAx9wemL+F3J8BD2PGAs3jBviro7hpNj4m5nhbJP7hwJrqGtupmRawW7R3Am90SVLgG0W+C4EX+oB6wOUWsOHLOGBGxzeTRHnLqjinsmXHcYvDaZo3+BSw0iP4HWChBayGjiVlqHIzU3VuuMXhdD1vfys6uOyOHRoBfgJywK8J6WvABWAC2i+QsjsJLIZ/rWkNvIfwKrBJDJmqj+f20zzuA8DbwCzwAFgG7gKXgb3A1Se1woXrBXuFpzevRVbFiW2v9YK9quglazD7edDNuqpnMEBj0EvvKM2v1Qv2HeCliJAacN3A/x7DWwTw9JntBv5BVPKZinMiDvwL8HwUtMuONW4upPtWxdm//tHauYRFNBpcL9iKcNUqOxfc4nBadOBLkBPti4+VsBj+bLtcWk1MVs65+dzr2fK9Vasy94rpp7K+IbYqIz2gZ2LBvmlO0dp722WK6Bdu3v7aHbOPaGpNsy/+MG/8k/65C9RrqNfS4TqOyc3b10V4s0uhviTKtUzVOR/2dfRqT7wPgD83kLtiaOrDdmcHeEdl/ndEXyP5yHuVL6pnts3cXuoKBrDKc7MiXCL6JdEzFPRipjo3HTWZ+FNYyh86piJfkdBUYrQiwulM2anEBST+2Weqc9N4skfhCtDoAegDkylD9yVBoY/nbfDaHKf5uNsFDK1PgSwiWvUaqemh2du1Xmv+r/9E/wKeRiCbJk+CkwAAAABJRU5ErkJggg==');
}
.invoice-list .btn-icon-delete {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAACXUlEQVRoge2Yv2tTURTHP/fd+F9UyNwOjk62FZwcLRXUkGIVR8HB1hiDQlptcXWppkjrj4AVVwdbiNVRxziIQwZXBbuJufc6RJMXY9N38076WnifKdx3cs73y/1xLhdSUlIONUoymRvnDo7be1RcVtvckKopZiCS+E5VMRORDLirJ0+DWwFGJIpG4CvWXVEP3r7eKzCIlm9fxQOMoNRKlMCIBvZVfAvF0ShhUQ0cWLw2sTuBG5aQMOpddF2HfgZSA0mTGkia1EDSiBpw2VGRGB/EDJh8ieajj9hT53eNsRNTNB9+wFxelCpLRiKJyZewM6XW7/lVAILN510xdmIKU3wCOoM9dx0AXSnGrh17Blx2DJsrhDJqzFwFOzndHrKT023x7bGz13DZsbjl48+AatTRCznMracdgTqDKa5D5gj8+om5udYlHmvQy5dQjXrc8nKXOTt+ptsEgLWAg0CHxgx6aZZgq7q7qCQuc8H2K/RCDkwzNBh4i/euK5aJkAlrej86Ky4ehtHIVJ/Z7/dtQEQNtI/K8LL5iwow86t9+8QgiBkIn/OdQdu9nAItbkLEwP/FG/TSRXT5wj8bW9aESCPrEW+a6MU8wVa1tbHvzvSamKuINLLYBlSjjn4cepD706SC2kanSG2j54jVz+6JNDKRJRRU77fuNX3O+XCf0OtlgrWyRGnZZxWXHUU1PvXPESHGpxOn70JJkxpIGl8DO0NR0c0Pn2A/A45Nr/jBeOMT7DsDBeCb5398+I6msHdYBy8D6j2faXIMxwtkl9MO8BLNcVXji2DelJSUg85vwU3YNL7U328AAAAASUVORK5CYII=');
}
.invoice-list .btn-icon-view {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAArUlEQVRIie3WQQqDMBCF4b8eq3iAitdw0QpeuuYQbjRdVCjUaGeSQankwewmfOpMQMh5pwYc4IU1AA8LuFegHpjmalNhDeqBBhhnvNsTxgqPgU3wWDgZT4EB7nwWTrXtWrjcwIcQcNmALbNwCmNAnAwfnu+tvSrOloHzi0jfWPNl1m6KqOm812ktMTMOzXaXGYtm+6v5vDPO8OGwMzR6TXOF/t86VE/gZvL4f58XD/+dHEqTKzkAAAAASUVORK5CYII=');
}

.bank-img-container {
    height: 31px;
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center;   
}
.bank-img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}
iframe {
	width: 100%;
	max-width: initial;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		transform: scale(0.6);
	}
	100% {
		opacity:100%;
		transform: scale(1);
	}
}
@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:100%;
	}
}

.pricelist-container {
	overflow: hidden;
	overflow-x: scroll;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.pricelist {
	width: 100%;
	min-width: 420px;
	border-collapse: collapse;
}
.pricelist thead tr {
	color: #ffffff;
	text-align: left;
}
.pricelist thead td,
.pricelist thead th {
	background-color: #337e80;
	position: sticky;
	top: 0;
	z-index: 1;
}
.pricelist th,
.pricelist td {
	padding: 12px 15px;
	vertical-align: top;
}
.pricelist tbody tr {
	border-bottom: 1px solid #dddddd;
}
.pricelist tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}
.pricelist tbody tr:last-of-type {
	border-bottom: 2px solid #337e80;
}
.pricelist .text-end {
	text-align: right;
}
.pricelist-vat-comment {font-size: 13px;color: #888;margin-top: 10px;}

.pricelist-cta{background: #264650;margin-top: 50px;padding: 30px;text-align: center;border-radius: 14px;}
.pricelist-cta .cta-text{font-size: 23px;line-height: 33px;font-weight: bold;color: #fff;}
.pricelist-cta .cta-btn{background: #c3007a;font-weight: bold;color: #fff;border-radius: 6px;padding: 5px 10px;margin-top: 10px;display: inline-block;}


@media screen and (max-width: 1366px) {
	.head > div,
	header.sticky > div,
	section > div,
	.newsletter > div,
	footer > div {
		width: 100%;
		margin: 0 auto;
		/* padding: 0 93px; */
	}
	.login > div {
		width: calc(100% - 186px);
	}
}
@media screen and (max-width: 1300px) {
	h2 {font-size: 23px;line-height: 27px;}
	.head > div,
	header.sticky > div,
	section > div,
	.newsletter > div,
	footer > div {
		/* padding: 0 50px; */
	}
	.login > div {
		width: calc(100% - 100px);
	}
	.head .logo {
		width: 300px;
	}
	.intranet a {
		width: calc(100% / 4 - 10px);
	}
	.admin-panel a {
		width: auto;
	}
	section .showcase {
		width: 100%;
		margin-left: 0;
	}
	.left-side {
		width: 230px;
	}
	.left-side + .content {
		width: calc(100% - 230px);
	}
}
@media screen and (max-width: 1200px) {
	.mobilemenu {
		display: block;
	}
	aside {
		display: block;
		width: 60%;
	}
	.head nav {
		display: none;
	}
	.head .header-content {
		margin: 40px 0 0;
	}
	.head .about .about-text {
		width: 100%;
		padding-right: 0;
	}
	.head .about > .figure{
		float: right;
	}
	.head .about .figure img {
		padding: 0 20px;
		margin-top: 25px;
	}
	.head .calculator {
		width: 310px;
	}
	.head .about {
		width: calc(100% - 310px);
		padding-right: 30px;
	}
	.login > div .login-section {
		width: 600px;
	}
	.login > div .asd {
		width: calc(100% - 600px);
	}
	section .steps > div {
		padding-left: 70px;
	}
	section .references .references-inner {
		margin: 30px 0 -20px -20px;
	}
	section .references .references-inner .reference {
		width: calc(100% / 3 - 20px);
		margin: 0 0 20px 20px;
	}
	.progress-bar > a,
	.progress-bar > span {
		width: 170px;
	}
}
@media screen and (max-width: 980px) {
	h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.mobilemenu {
		margin: 0;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	aside {
		width: 80%;
	}
	section > div,
	.newsletter > div,
	footer > div {
		padding: 0 10px;
	}
	.head > div {
		padding: 0;
	}
	header > div,
	header.sticky > div {
		position: relative;
		padding: 15px 0;
	}
	.top-bar {
		display: none;
	}
	.head {
		padding: 0;
		min-height: auto;
	}
	.head .logo {
		width: 170px;
		margin: 0 auto;
		float: none;
	}
	header.sticky .logo {
		width: 170px;
		padding-top: 0;
	}
	.head .lang {
		display: none;
	}
	.head .header-content {
		margin: 10px 0 0;
		padding-bottom: 80px;
	}
	.head .about .why-us {
		width: 200px;
		display: none;
	}
	.head .about {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 30px;
		text-align: center;
		display: none;
	}
	.head .about p {
		font-style: normal;
		font-size: 16px;
		line-height: 24px;
	}
	.head .about .figure {
		display: none;
	}
	.head .about .figure img {
		width: auto;
		height: 150px;
	}
	.head .calculator .select-opt > b {
		padding: 12px 0;
		font-size: 18px;
	}
	.head .calculator {
		width: 100%;
		padding: 30px 20px;
		text-align: center;
	}
	.head .calculator h2 {
		font-size: 20px;
	}
	.head .calculator .calc-btn {
		padding: 10px 0;
	}
	.page section {
		background: none, url('../img/bg-element-right.svg') no-repeat right top;
	}
	section {
		padding: 45px 0 45px;
	}
	section .steps > div {
		display: block;
		width: auto;
		background-size: 40px auto !important;
		padding-left: 55px;
		margin-bottom: 20px;
	}
	section .steps h2 {
		margin: 0;
		font-size: 20px;
	}
	section .steps span {
		font-style: normal;
	}
	section .showcase {
		margin-top: 50px;
		height: 40px;
	}
	section .showcase .slider-content > div {
		height: 40px;
	}
	section .showcase .slider-content img {
		height: 80px;
		top: -40px;
	}
	section .references {
		margin-top: 60px;
	}
	section .references .references-inner .reference {
		width: calc(100% / 1 - 20px);
		margin: 0 0 20px 20px;
	}
	section .references .references-inner .reference + .reference {
		margin-top: 10px;
	}
	.left-side {
		width: 100%;
	}
	.content {
		width: 100%;
	}
	.left-side + .content {
		width: 100%;
		padding-left: 0;
	}
	.left-side .contacts {
		text-align: center;
		display: block;
		padding: 0;
	}
	.left-side h3 {
		color: #fff;
		padding: 5px 10px;
		text-align: center;
		margin: 0;
		background: #50a9ac url('../icons/toggle-down.svg') no-repeat right 10px center;
		transition: 0.3s all;
		font-size: 18px;
		line-height: 22px;
	}
	.leftSide2, .leftSide3 {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.left-side h3.shown {
		background: #50a9ac url('../icons/toggle-up.svg') no-repeat right 10px center;
	}
	.left-side .contacts p {
		display: none;
		padding: 0 10px;
	}
	.left-side > div {
		display: none;
		padding: 15px 10px;
	}
	.right-side {
		height: auto;
	}
	.gallery > div {
		width: calc(100% / 5 - 10px);
	}
	.login-page .form > div a {
		text-align: center;
		clear: both;
		padding: 10px 0;
	}
	.progress-bar {
		margin-bottom: 10px;
	}
	.progress-bar > a,
	.progress-bar > span {
		width: 100%;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.progress-bar > a, .progress-bar > .active {
		color: #fff;
	}
	.progress-bar > a {
		background: #c3007a;
	}
	.progress-bar > span {
		background: #7d7d7d;
	}
	.progress-bar > a + a:after, .progress-bar > a + .active:after, .progress-bar > .active + .active:after {
		border-color: transparent;
	}
	.progress-bar > a + a:after, .progress-bar > a + .active:after, .progress-bar > .active + .active:after {
		background-color: transparent;
	}
	.progress-bar > a:after, .progress-bar > span:after {
		background-color: transparent;
	}
	.progress-bar > a:before, .progress-bar > span:before {
		border: none;
		display: inline-block;
		line-height: 40px;
		border-radius: 0;
		background-color: transparent;
		font-weight: bold;
	}
	.intra-table {
		overflow-x: scroll;
	}
	.intranet a {
		width: calc(100% / 3 - 10px);
	}
	.active-containers {
		margin: 20px 0 0 0;
	}
	.active-containers > div {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.intranet-frame h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.intranet-frame .data-box {
		width: 100%;
	}
	.data-box.different {
		background: #50a9ac;
		border-top: 1px solid #fff;
	}
	.data-box.different > div > div {
		border-bottom: 1px solid #5bb4b7;
	}
	.intranet-frame .col-2b-2 {
		width: 100%;
		margin-top: 10px;
	}
	.col-2.intranet-frame.pay {
		margin: 0;
	}
	.intranet-frame.pay > .col-2 {
		width: 100%;
		margin: 0;
	}
	.intranet-frame.pay > .col-2 > div {
		margin: 0;
	}
	.intranet-action {
		width: 100% !important;
		margin: 0 !important;
		margin-top: 10px !important;
	}
	.success-box {
		height: auto;
	}
	.sign-agreement h2 {
		background: #50a9ac;
		color: #fff;
		padding: 5px 10px;
	}
	.sign-agreement .agreement:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 260px;
		background: url("../icons/swipe.png") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
	}
	.payment-opt > label {
		max-width: 129.88px;
	}
	.col-2.sign-methods {
		margin: 0;
	}
	.sign-methods > div {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}
	.progress-note {
		margin-top: 35px;
	}
	.toggle > h2 {
		background: transparent url('../icons/toggle-down.svg') no-repeat right center;
		background-size: 40px auto;
		transition: 0.3s all;
	}
	.toggle > h2.active {
		background: transparent url('../icons/toggle-up.svg') no-repeat right center;
		background-size: 40px auto;
	}
	.toggle > h2 + div {
		display: none;
	}
	.toggle > h2.active + div {
		display: block;
	}
	.right-side {
		margin: 20px 0 0 0;
		width: 100%;
		float: left;
	}
	.dialog-window > div {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
	}
	.to-pay > div {
		width: 100% !important;
		text-align: center;
	}
	.to-pay .pay-note {
		padding-top: 0;
		margin-bottom: 30px;
	}
	.to-pay .payment-opt > label {
		height: auto;
	}
	footer {
		padding: 10px 0 80px;
	}
	footer .col-3 {
		margin: 0;
	}
	footer .col-3 > div {
		background: none;
		width: 100%;
		padding: 0;
		margin: 10px 0;
	}
	footer .col-3.useful > div {
		padding-top: 0;
	}
	footer .social a {
		width: 30px;
		height: 25px;
	}
	footer .col-3 a, footer .col-3 span {
		font-size: 15px;
	}
	footer .links a {
		width: 100%;
		border: 2px solid #fff;
		margin-top: 5px;
		padding: 7px 5px;
		font-weight: bold;
	}
	footer .location > div {
		width: 100%;
	}
	footer .location > div:first-child {
		padding-right: 0;
		text-align: center;
	}
	footer .location > div:last-child {
		padding-left: 0;
		text-align: center;
		margin-top: 10px;
	}
	footer .location > div span {
		display: block;
	}
	footer .location a, footer .location span {
		display: inline-block;
		font-weight: bold;
	}
	footer .location a:after {
		content: "|";
		display: inline-block;
		padding: 0 5px;
		font-weight: normal;
	}
	footer .location a:last-child:after {
		display: none;
	}
	footer .partners span:first-child {
		font-weight: bold;
	}
	.form > div > label {
		width: auto;
		padding: 0;
	}
	.form > div > div {
		clear: both;
	}
	.form button {
		width: 100% !important;
	}
	.submenu {
		display: none;
	}
	.submenu + .content {
		width: auto;
	}
	.module-plain .service-img {
		float: none;
		margin: 0 auto;
		width: 250px;
		height: 271px;
	}
	.module-plain .service-img img {
		min-height: 250px;
		min-width: 271px;
	}
	.module-plain .service-img:after {
		background-size: 250px 271px;
	}
	.module-plain.module-122 .service-img:after,
	.module-plain.module-124 .service-img:after,
	.module-plain.module-126 .service-img:after {
		background-size: 250px 271px;
	}
	.yt-tutorial {
		height: 55px;
	}
	.yt-tutorial > div {
		display: inline-block;
		line-height: 50px;
	}
	.yt-tutorial .yt-icon {
		width: 40px;
		height: 55px;
	}
	.yt-tutorial .read-icon {
		width: 40px;
		height: 25px;
	}
	.yt-tutorial .yt-text {
		width: calc(100% - 40px);
		padding: 0 0 0 12px;
		height: 55px;
	}
}
@media screen and (max-width: 768px) {
	.gallery > div {
		width: calc(100% / 4 - 10px);
	}
	.login-page.col-3 {
		margin: 0;
	}
	.login-page.col-3 > div {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.login-alone .mobile-id {
		width: 100%;
	}
	.intranet a {
		width: calc(100% / 2 - 10px);
	}
	.intranet-frame .col-3 > div {
		width: calc(100% - 15px);
	}
	.col-4 > div {
		float: none;
		width: auto !important;
	}
	.tip {
		width: auto;
		right: 0;
		top: 30px;
	}
	.div-table-cell > a {
		display: inline-block !important;
		float: none !important;
	}
}
@media screen and (max-width: 580px) {
	.payment-opt > label {
		width: calc(100% / 3 - 5px);
	}
	.page-115 .module-plain > p, .page-117 .module-plain > p, .page-119 .module-plain > p {
		width: 100%;
	}
}
@media screen and (max-width: 520px) {
	.blog-post {
		margin-bottom: 30px;
		margin-top: 30px;
		overflow: hidden;
	}
	.post-actions a {
		float: none;
		text-align: center;
	}
	.post-author {
		background: none;
		margin-top: 10px;
	}
	.gallery > div {
		width: calc(100% / 3 - 10px);
	}
	.discount-coupon {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.active-containers > div {
		width: 100%;
		max-width: 100%;
	}
	.head {
		padding: 0 0 140px;
	}
	.head .header-content {
		padding-bottom: 0;
	}
	.miratag {
		height: 140px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.miratag > div {
		display: block;
	}
	.miratag > div > span {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.miratag > div > a {
		display: block;
		margin-left: 0;
	}
	.miratag > div > a span {
		display: inline-block;
		margin-left: 4px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 420px) {
	.payment-opt > label {
		width: calc(100% / 2 - 5px);
	}
	.intranet a {
		width: calc(100% / 2 - 10px);
	}
}
@media screen and (max-width: 380px) {
	.intranet a {
		width: calc(100% - 10px);
	}
	.active-containers > div {
		display: block;
	}
	.active-containers .container-img {
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}
	.active-containers > div .info:not(.actions) {
		width: 100%;
	}
	.active-containers > div .info > b, .active-containers > div .info > span {
		text-align: center;
	}
	.active-containers > div .actions a {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	.active-containers > div .actions .disabled {
		float: none;
	}
}