/**
 * Page
**/
*{
	box-sizing: border-box;
}
html, body {
    min-height: 100% !important;
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #231F20;
    padding: 0;
    margin: 0;
	min-width: 280px;
}
p{
	font-size: 16px;
}

a {
	color: #FF6450;
	text-decoration: underline;
	
}
a:hover {
	color: inherit;
}
.text-decoration-none{
	text-decoration: none !important;
}
a.icon-link{
	vertical-align: middle;
	text-decoration: none;
}
a.icon-link .pilic{
	vertical-align: text-bottom;
}
a.link-angle{
	text-decoration: none;
	font-size: 14px;
}

ul.attachments{
	
}
ul.attachments a{
	text-decoration: none;
	padding-left: 45px;
	position: relative;
}
ul.attachments a:before{
	position: absolute;
	content: '';
	width: 32px;
	height: 20px;
	background: #ff6450;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Pillow';
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
ul.attachments a.attach-pdf:before{
	content: '\e92c';
}
ul.attachments a.attach-image{
	content: '\e92b';
}
ul.attachments a.attach-video{
	content: '\e92a';
}

ul.ul-clear{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.ul-clear li{
	margin: .5rem 0;
	padding: 0;
}

/**
 * Global
**/
ul.ul-plus{
	list-style: none;
	padding-left: 35px;
	margin-top: 0;
}
ul.ul-plus li{
	position: relative;
	padding-left: 35px;
}
ul.ul-plus li:before{
	position: absolute;
	content: '\e90d';
	font-family: 'Pillow';
	left: 0;
	top: 7px;
	color: #FF6450;
	font-size:11px;
}
img{
	max-width: 100%;
	height: auto;
}

.perex,
.font-18 .perex {
    line-height: 35px;
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
	color: #929497;
}
h1,
h2,
.h1,
.h2 {
    line-height: 42px;
    font-size: 39px;
    font-weight: 500;
    padding: 0;
    margin: 0;
	margin-bottom: 15px;
	color: #323232;
	letter-spacing: -1px;
}
h3{
	font-size: 20px;
}
.pretitle{
	margin: 0;
	color: #626366;
	line-height: 125%;
}
.title{
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	line-height: 125%;
	color: #323232;
}
.title a{
	color: #323232;
	text-decoration: none;
}
.subtitle{
	font-size: 20px;
	font-weight: bold;
	line-height: 125%;
}

.text-orange,
.color-orange{
	color: #FF6450;
}
.bg-light-orange{
	background: #ffe0dc;
}
.bg-gray{
	background: #e6e7e8;
}
.text-gray,
.color-gray{
	color: #929497;
}

.font-0{
	font-size:0;
}
.font-18,
.font-18 p{
	font-size: 18px;
}
.pilic-17{
	font-size: 17px;
}
.pilic-18{
	font-size: 18px;
}
.pilic-19{
	font-size: 19px;
}
.pilic-20{
	font-size: 20px;
}
.pilic-21{
	font-size: 21px;
}
.pilic-22{
	font-size: 22px;
}
.pilic-23{
	font-size: 23px;
}
.pilic-24{
	font-size: 24px;
}
.pilic-25{
	font-size: 25px;
}
.pilic-26{
	font-size: 26px;
}
.pilic-27{
	font-size: 27px;
}
.pilic-28{
	font-size: 28px;
}
.pilic-29{
	font-size: 29px;
}
.pilic-30{
	font-size: 30px;
}
.pilic-31{
	font-size: 31px;
}
.pilic-32{
	font-size: 32px;
}
.pilic-33{
	font-size: 33px;
}
.pilic-37{
	font-size: 37px;
}
.pilic-38{
	font-size: 38px;
}
.pilic-39{
	font-size: 39px;
}
.pilic-40{
	font-size: 40px;
}
.pilic-43{
	font-size: 43px;
}
.pilic-50{
	font-size: 50px;
}
.pilic-75{
	font-size: 75px;
}
.pilic-94{
	font-size: 94px;
}
.pilic-line-40{
	line-height: 40px;
	display:inline-block;
	vertical-align:middle;
}
.pilic-line-50{
	line-height: 50px;
	display:inline-block;
	vertical-align:middle;
}
.pilic-line-60{
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.line-60{
	line-height: 60px;
}
.svg-53{
	height: 53px;
	width: auto;
}
.wrap-anywhere{
	word-break: break-all;
}

/**
 * Bootstrap fixes
**/
.bg-light-gray {
    background-color: #f3f3f4!important;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
	.container {
		max-width: 100%;
	}
}
@media (min-width: 768px){
	.container {
		max-width: 100%;
	}
}
@media (min-width: 992px){
	.container {
		max-width: 980px;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 980px;
	}
	.overflow-img{
		max-width: none;
	}
}
.card{
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.dropdown-toggle::after{
	content: '\e928';
	font-family: 'Pillow';
	border: none;
	font-size: 7px;
	margin-left: 10px;
	vertical-align: middle;
    display: inline-block;
    line-height: 0px;
}
a.dropdown-item{
	text-decoration: none;
}



a,a:hover,a:focus{
	outline: none;
}
a.collapse-icon{
	text-decoration:none;
}
a.collapse-icon span.pilic{
	display:inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
a.collapse-icon.collapsed span.pilic{
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
a.no-underline{
	text-decoration: none;
}


.dropdown-item.active, .dropdown-item:active{
	background: #f8f9fa;
	color: #16181b;
}

.image-link{
	display:inline-block;
	text-decoration: none;
}
.image-link span{
	vertical-align: top;
	display: inline-block;
}
.image-link img{
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}
.image-link:hover img{
	opacity: 0.6;
}

.link-file{
	position: relative;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline-block;
	min-height: 29px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.link-file:before{
	position: absolute;
	content: '\e908';
	font-family: 'Pillow';
	font-size: 29px;
	line-height: 29px;
	text-decoration: none;
	top: 3px;
	left: 0;
}


/**
 * Forms
**/

.form-box{
	padding-left: 45px;
	padding-right: 45px;
}
.form-group{
	position: relative;
}
.form-control{
	border: none;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 10px;
}
.form-control.input-bg{
	background-size: auto auto;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:55px;
}
.form-control.input-bg--pen{
	background-image: url('../img/input-pen.png');
}
.form-control.input-bg--list{
	background-image: url('../img/input-list.png');
}
.form-control.input-bg--dots{
	padding-right: 10px;
	text-align: center;
	background-image: url('../img/input-dots.png');
	background-position: center center;
	background-size: 65%;
	font-size: 22px;
	letter-spacing: 25px;
}
.form-control.input-bg--dots.active,
.form-control.input-bg--dots:focus{
	background-image:none;
}
.form-control.input-bg--dots.active{
	padding-left: 35px;
}
select.form-control{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url('../img/select-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	
}
select::-ms-expand {
    display: none;
}
select.form-control:focus,
select.form-control:active,
select.form-control:visited,
select.form-control.visited{
	background-position: right center;
}
.form-group--error{
	max-width: calc(100vw - 72px);
}
@media screen and (min-width: 992px){
	.form-group--error{
		max-width: calc(100vw - 90px);
	}
}
.form-group--error .form-control{
	border: 1px solid #ff6450;
}
.form-group--error:after{
	position:absolute;
	content:'\e90a';
	font-family:'Pillow';
	display: inline-block;
	color: #ff6450;
	font-size: 24px;
	line-height: 50px;
	left: 100%;
	bottom: 0;
	margin-left: 15px;
}
label{
	font-size: 20px;
	color: #231f20;
	font-weight: 500;
}
label[for]{
	cursor:pointer;
}
.warning p{
	margin-bottom: 0;
	color: #ff6450;
}
.alert{
	background: #626366;
	color: #fff;
	padding: 25px 25px 25px 110px;
	position: relative;
	text-align:left;
}
.alert:before{
	position:absolute;
	content:'\e90a';
	font-family:'Pillow';
	display: inline-block;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	left: 50px;
	top: 50%;
	margin-top: -17px;
}
.alert p{
	margin:0;
}
.checkbox-container input[type="checkbox"]{
	display: none;
}
.checkbox-container .checkbox-mark{
	display: inline-block;
	width: 53px;
	height: 30px;
	margin: 0 10px;
	background: #636363;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position:relative;
	vertical-align: middle;
	-webkit-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}
.checkbox-container .checkbox-mark:before{
	position: absolute;
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	top: 3px;
	left: 3px;
	-webkit-transition: left 150ms ease-in-out;
	transition: left 150ms ease-in-out;
}
.checkbox-container input:checked ~ .checkbox-mark:before{
	left: 26px;
}
.checkbox-container input:checked ~ .checkbox-mark{
	background: #fc6455;
}

.datepicker--day-name,
.datepicker--cell.-current-{
	color: #FF6450;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus-{
	background: #FF6450;
}

::-webkit-input-placeholder {
	color: #c5c7c9 !important;
	font-size: 16px;
	text-align: center;
}
:-ms-input-placeholder {
	color: #c5c7c9 !important;
	font-size: 16px;
	text-align: center;
}
::placeholder {
	color: #c5c7c9 !important;
	font-size: 16px;
	text-align: center;
}
input[type=text][readonly]{
	border: none;
	padding: none;
	background: none;
	outline: none !important;
}

/**
 * File Uploader
**/

.file-upload {
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
}

.file-upload .file-upload-content {
  display: none;
  text-align: center;
}

.file-upload .file-upload-input {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.file-upload .image-upload-wrap {
	position: relative;
	padding: 115px 30px 50px 30px;
	-webkit-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}
.file-upload .image-upload-wrap.image-upload-wrap-multiple{
	padding: 0;
}
.file-upload .image-upload-wrap.image-upload-wrap-multiple .pilic{
	vertical-align: middle;
	line-height: 50px;
}
.file-upload .image-dropping,
.file-upload .image-upload-wrap:hover {
	background-color: #f3f3f3;
}

.file-upload .image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}

.file-upload .drag-text {
	text-align: center;
}
.file-upload .drag-text span.pilic{
	display: inline-block;
	transition: transform 150ms ease-in-out;
}
.file-upload .drag-text.remove-all-files{
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
}
.file-upload .drag-text.remove-all-files span.pilic{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.file-upload .file-upload-image {
	max-height: 200px;
	max-width: 100%;
	margin: auto;
	padding: 20px;
}

.file-upload .remove-image {
	margin: 0;
	color: #ff6450 !important;
	position: relative;
	cursor: pointer;
}
.file-upload .remove-image:before{
	position: relative;
	content: '\e90b';
	font-family: 'Pillow';
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.file-upload .image-title{
	word-break: break-all;
}
ul.images-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.images-list li{
	background: #fff;
	padding: 15px 20px;
	line-height: 20px;
	border-radius: .25rem;
	margin-bottom: 5px;
	
}

/**
 * Header
**/

header {
    position: fixed;
	top: 0;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 999;
    transition: 0.15s box-shadow ease-in-out, 0.15s height ease-in-out;
}

header a{
	text-decoration: none;
}

header .row.header-height{
	height: 85px;
}
header nav{
	margin-top:25px;
	transition: margin 150ms ease-in-out;
}

header.sticky nav{
	margin-top: 10px;
	
}

header.sticky {
    box-shadow: 0 -4px 6px 6px rgba(0, 0, 0, 0.2);
    transition: 0.15s box-shadow ease-in-out, 0.15s height ease-in-out;
}
header.sticky .row.header-height{
	height: 65px;
	transition: height 150ms ease-in-out;
}

header a.logo img{
	width: auto;
	max-height: 100%;
	transition: height 150ms ease-in-out;
}

header a.logo {
    display: inline-block;
	transition: height 150ms ease-in-out;
    height: 55px;
}

header.sticky a.logo {
    height: 40px;
}

header a.logo:hover {
    opacity: 0.7;
    transition: 0.15s opacity ease-in-out;
}

header nav ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    transition: 0.15s height ease-in-out;
}

header.sticky nav ul {
    
    transition: 0.15s height ease-in-out;
}

header nav div#hamburger {
    display: none;
}

header nav ul li {
    display: inline-block;
	vertical-align: middle;
}

header nav ul li > a {
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
    color: #626366;
    font-size: 16px;
    padding: 0 8px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.15s height ease-in-out, 0.15s line-height ease-in-out, 0.15s color ease-in-out;
}

header nav ul li a.active {
    color: #C5C7C9;
    transition: 0.15s height ease-in-out, 0.15s line-height ease-in-out, 0.15s color ease-in-out;
}

header nav ul li a.language-selector.dropdown-toggle:before,
header nav ul li a.language-selector.dropdown-toggle:after{
	display: none;
}

header nav ul li.dropdown-language .dropdown-item{
	padding: 0.625rem 1.75rem;
}

header nav ul li.dropdown-language .pilic{
	font-size: 24px;
	color: #000;
	vertical-align: middle;
}
header nav ul li.dropdown-language a:hover > .pilic{
	color: #FF6450;
}

header nav ul li.dropdown-language .dropdown-menu .pilic{
	margin-right: 10px;
}

header nav ul li.dropdown-language .dropdown-menu{
	min-width: inherit;
	margin-left: -18px;
}

header.sticky nav ul li > a {
    height: 35px;
    line-height: 35px;
    transition: 0.15s height ease-in-out, 0.15s line-height ease-in-out;
}
header nav ul li a.profile{
	
	padding-right: 25px;
}
header nav ul li a.profile:before{
    position:absolute;
	content: "\e903";
	font-family: 'pillow';
	left: 0;
	font-size: 24px;
	color: #FF6450;
}
header nav ul li a.profile,
header nav ul li a.profile:hover,
header nav ul li a.profile:focus,
header nav ul li a.profile:before,
header nav ul li a.profile:hover:before{
	color: #FF6450;
}
header nav ul li a.profile:after{
	content: '\e928';
    font-family: 'Pillow';
    border: none;
    font-size: 7px;
    margin-left: 10px;
	right: 0;
	top: 0;
	position: absolute;
}

header nav ul li a.active:hover,
header nav ul li a.active:focus,
header nav ul li a:hover,
header nav ul li a:focus {
    color: #626366;
    text-decoration: none;
    transition: 0.15s color ease-in-out, 0.15s height ease-in-out, 0.15s line-height ease-in-out;
}


header nav ul li a.login,
header nav ul li a.profile{
    padding-left: 40px;
}

header nav ul li a.login:before{
    position:absolute;
	content: "\e903";
	font-family: 'pillow';
	left: 0;
	font-size: 24px;
	color: #000;
}
header nav ul li a.login:hover:before,
header nav ul li a.profile:hover:before{
	color:#FF6450;
}

@media screen and (min-width:576px){
	#main-menu{
		display: block !important;
	}
	#main-menu.d-sm-none{
		display: none !important;
	}
	header nav ul li > a:not(.profile):after {
		content: "";
		position: absolute;
		width: calc(100% - 16px);
		height: 1px;
		bottom: 6px;
		left: 8px;
		background-color: #FF6450;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	
	header.sticky nav ul li > a:not(.profile):after {
		bottom: 6px;
	}
	
	header nav ul li a:not(.profile):hover:after {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	header nav ul li a.login:after {
		width: calc(100% - 40px);
		left: auto;
		right: 0;
	}
}

/**
 * Main
**/

.banner{
	min-height: 575px;
}

main{
	float: left;
	width: 100%;
	padding-top: 85px;
}

main article {
	float: left;
    background-color: #ffffff;
    width: 100%;
}

.gradient-top {
    background-image: linear-gradient(to bottom, #FFFFFF 20%, #ECECEC);
}

.gradient-bottom {
    background-image: linear-gradient(to bottom, #ECECEC, #FFFFFF 20%);
}

.gradient-bottom--lighter {
    background-image: linear-gradient(to bottom, #f5f5f5, #FFFFFF 20%);
}

.gradient-after{
	position: relative;
}
.gradient-after:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 300px;
	max-height: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom, #FFFFFF 20%, #ECECEC);
}
.gradient-after > *{
	position: relative;
	z-index: 1;
}

section {
    float:left;
	width:100%;
}

.limited,
.limited--720 {
    max-width: 720px;
    margin-left: auto;
	margin-right: auto;
}
.limited--760 {
    max-width: 760px;
    margin-left: auto;
	margin-right: auto;
}
.limited--680 {
    max-width: 680px;
    margin-left: auto;
	margin-right: auto;
}
.limited--600 {
    max-width: 600px;
    margin-left: auto;
	margin-right: auto;
}
.limited--560 {
    max-width: 560px;
    margin-left: auto;
	margin-right: auto;
}
.limited--500 {
    max-width: 500px;
    margin-left: auto;
	margin-right: auto;
}
.limited--490 {
    max-width: 490px;
    margin-left: auto;
	margin-right: auto;
}
.limited--460 {
    max-width: 460px;
    margin-left: auto;
	margin-right: auto;
}
.limited--400 {
    max-width: 400px;
    margin-left: auto;
	margin-right: auto;
}
.limited--360 {
    max-width: 360px;
    margin-left: auto;
	margin-right: auto;
}
.limited--340 {
    max-width: 340px;
    margin-left: auto;
	margin-right: auto;
}

.limited--300 {
    max-width: 300px;
    margin-left: auto;
	margin-right: auto;
}

.btn {
    display: inline-block;
    background-color: #FF6450;
    width: 250px;
    height: 50px;
	max-width: 100%;
    line-height: 50px;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 0;
	padding: 0;
    transition: 0.15s background-color ease-in-out;
}

.btn:hover {
    background-color: #B7B7B7;
    transition: 0.15s background-color ease-in-out;
	text-decoration: none;
	color: #fff;
}

.btn-smaller{
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	width: 140px;
	line-height: 40px;
	height: 40px;
}
.btn-large{
	width: 320px;
	max-width: 100%;
}
.btn-gray{
	background: #929497;
}
.btn-secondary{
	border: 1px solid #FF6450;
	background: #fff;
	color: #FF6450;
}
.btn-secondary:hover{
	border: 1px solid #FF6450;
	background: #FF6450;
	color: #fff;
}

.btn-link{
	border: none;
	padding: 0;
	display:inline-block;
	color: #FF6450;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.btn-link:hover{
	color: #FF6450;
}


.card-holder {
    padding: 0 6px;
	text-align: center;
}

.card-holder .card {
	height: 100%;
    background-color: #F4F4F4;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    padding: 34px 28px 50px 28px;
	border: none;
	max-width: 320px;
	width: 100%;
	display: inline-block;
}
.card-holder .card.card--full{
	max-width: none;
}


.card-holder .card h3 {
    color: #323232;
    font-size: 18px;
	line-height: 23px;
    font-weight: 500;
    padding: 0;
    margin: 20px 0 0 0;
}

.card-holder .card p {
    color: #323232;
    font-size: 18px;
	line-height: 23px;
    font-weight: 300;
    margin-bottom: 0;
}

.card-holder .card a {
    display: inline-block;
    color: #FF6450;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    margin: 0 auto;
}

.card-holder .card a:hover {
    text-decoration: none;
}

main article section hr {
    width: 100%;
    height: 0; 
    border: none;
    border-bottom: 1px solid #BDBFC1;
    clear: both;
}
main article section hr.hr-light{
	border-color: #f0f0f0;
}

/**
 * Content
*/

.section--tachometr{
	min-height: 760px;
}

.cookies-form label br{
	display: none;
}
@media screen and (max-width:440px){
	.cookies-form label br{
		display: initial;
	}
	.cookies-form label{
		text-align: center;
		width: 100%;
	}
}

ul.docs{
	list-style: none;
	float: left;
	width: 100%;
}
ul.docs li{
	margin-top: 25px;
}
ul.docs li:first-child{
	margin-top: 0;
}
ul.docs li a.docs__item{
	display: inline-block;
	padding-left: 45px;
	position: relative;
	text-decoration: none;
}
ul.docs li a.docs__item:before{
	position: absolute;
	content: '\e908';
	font-family: 'Pillow';
	left: 0;
	top: 0;
	font-size: 33px;
	line-height: 40px;
}
ul.docs li a.docs__item span{
	color: #302e2f;
	text-decoration: none;
	line-height: 110%;
}
ul.docs li a.docs__item span.docs__item__title{
	display: block;
	font-weight: 500;
	font-size: 20px;
}
ul.docs li a.docs__item span.docs__item__text{
	font-size: 12px;
	color: #626366;
}

/**
 * Footer
**/

footer {
	float: left;
	width: 100%;
}
footer div.holder {
    width: 966px;
    padding: 0 10px;
    margin: 0 auto;
}

footer div.holder-large {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 auto;
}


footer h3 {
    line-height: 22px;
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li a {
    display: inline-block;
    line-height: 22px;
    color: #828282;
    font-size: 16px;
    text-decoration: none;
	position:relative;
	padding-bottom:2px;
}
footer ul li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 3px;
	left: 0;
	background-color: #FF6450;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

footer ul li a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

footer ul li a:hover {
    color: #828282;
    text-decoration: none;
}

footer a img{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

footer a:hover img{
	opacity: 0.6;
}

footer div.foot p {
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
}

footer div.foot p.headline {
    color: #323232;
}

footer div.foot p.common {
    color: #626366;
}

footer hr {
    width: 100%;
    height: 0; 
    border: none;
    border-bottom: 1px solid #BDBFC1; 
    clear: both;
}
footer .footer__social a{
	text-decoration: none;
	color: #221f1f;
	-webkit-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}
footer .footer__social a:hover{
	opacity: 0.7;
}



ul.dots{
	list-style: none;
	margin: 1rem 0;
	padding: 0;
}
ul.dots li{
	display: inline-block;
	margin: 10px;
	padding: 0;
}
ul.dots li a{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 12px;
	height: 12px;
	background: #cfcfcf;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul.dots li a:hover{
	background: #a0a0a0;
}
ul.dots li.active a{
	background: #ff6450;
}
.tooltip-trigger{
	text-decoration: none;
	cursor: pointer !important;
	color: #ff6450 !important;
}
.sjednavac{
	
}
.sjednavac label{
	font-size: 16px;
	font-weight: normal;
	line-height: 120%;
}

.select-simple{
	
}

select.form-control.select-simple{
	background-image: url('../img/select-arrow-simple.png');
	background-position: right center;
}

select.form-control.select-simple:focus{
	background-image: url('../img/select-arrow-simple-up.png');
}

.radio-container label[for],
.check-container label[for]{
	padding-left: 34px;
}
.radio-container input[type="radio"],
.check-container input[type="checkbox"]{
	display: none;
}
.radio-container .radio-mark,
.check-container .check-mark{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -2px;
	vertical-align: middle;
	-webkit-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}
.radio-container input:checked ~ .radio-mark,
.check-container input:checked ~ .check-mark{
	background-image: url('../img/radio-check.png');
}
.form-check-inline{
	margin-top: .75rem;
	margin-bottom: .75rem;
}

.color-red{
	color: #ff6450;
}
.font-14{
	font-size: 14px;
}
.move-pojisteni-table{
	display: none;
}
@media screen and (max-width: 889px){
	.pojisteni-table-box{
		overflow-x: scroll;
		padding-bottom: 20px;
	}
	.move-pojisteni-table{
		display: inline-block;
		border: 2px solid #ff6450;
		color: #ff6450 !important;
		font-size: 24px;
		text-align: center;
		line-height: 36px;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: none;
		outline: none !important;
		cursor: pointer;
	}
}
.pojisteni-table{
	table-layout: fixed;
	width: 825px;
	margin: 0 auto;
}
.pojisteni-table tr:first-of-type > th:nth-child(1){
	width: 155px;
}
.pojisteni-table tr:first-of-type > th:nth-child(2),
.pojisteni-table tr:first-of-type > th:nth-child(3),
.pojisteni-table tr:first-of-type > th:nth-child(4){
	width: 185px;
}
.pojisteni-table tr:first-of-type > th:nth-child(5){
	width: 115px;
}
.pojisteni-table th{
	font-size: 16px;
	font-weight: normal;
}
.pojisteni-table th{
	padding: 10px;
	line-height: 110%;
}
.pojisteni-table td{
	padding: 2px;
}
.pojisteni-table input[type="text"]{
	text-align: center;
}
.pojisteni-table input[disabled]{
	background: #ffebe8;
}

.pojisteni-table .btn-smaller{
	margin-top: 10px;
}

.pojisteni-table .form-check-inline{
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
}
.pojisteni-table .form-check-inline .check-mark{
	display: block;
	width: 100%;
	height: 50px;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	top: 0;
}
.pojisteni-table .check-container input:disabled ~ .check-mark,
.pojisteni-table .check-container input:checked:disabled ~ .check-mark,
.pojisteni-table select:disabled,
.pojisteni-table input[type="text"].check-percentage{
	background-color: #ffebe8;
}
.pojisteni-table select:disabled{
	background-image: none;
}
.pojisteni-table .check-container input:checked ~ .check-mark,
.pojisteni-table .check-container input:checked:hover ~ .check-mark {
    background-image: url('../img/radio-check-bigger.png');
}
.pojisteni-table .check-container input:hover ~ .check-mark{
	background-image: url('../img/radio-check-bigger-hover.png');
}

.slash-after{
	
}
.slash-after:after{
	position: absolute;
	content: '/';
	right: -4px;
	top: 50%;
	font-size: 20px;
	line-height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.souhrn-table{
	width: 100%;
	font-size: 18px;
}
.souhrn-table th,
.souhrn-table td{
	text-align: left;
	padding: 10px 5px;
}
.souhrn-table th{
	width: 130px;
}
.souhrn-table h3{
	font-size: 26px;
}
.souhrn-table tr{
	border-bottom: 1px solid #fff0ef;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 9999;
}
.tooltip-outer{
	background: #fff;
	display: block;
	max-width: 620px;
	width: calc(100% - 30px);
	top: 50%;
	left: 50%;
	/*padding: 40px;*/
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
}
.tooltip-close{
	border: none;
	background: none;
	display: inline-block;
	width: 22px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	outline: none !important;
	padding: 0;
	cursor: pointer;
}
.tooltip-close .pilic{
	font-size: 20px;
	color: #ababab;
}
.sjednavac .warning p{
	font-size: 12px;
	text-align: left;
	margin-top: 3px;
}
.sjednavac .input-error{
	background-color: #ff6450;
	background-repeat: no-repeat;
	background-position: right 10px center;
	color: #fff;
}
.sjednavac input[type=text].input-error{
	background-image: url('../img/input-error.png');
}
.sjednavac input[type=text].input-error.form-control.input-bg--list{
	background-image: url(../img/input-list.png);
}
.sjednavac .check-error .radio-mark,
.sjednavac .check-error .check-mark,
.sjednavac .radio-error .radio-mark,
.sjednavac .radio-error .radio-mark{
	background-color: #ff6450;
}
.sjednavac .check-error,
.sjednavac .radio-error{
	position: relative;
}
.sjednavac .check-error:after,
.sjednavac .radio-error:after{
	position: absolute;
    content: '\e90a';
    font-family: 'Pillow';
    display: inline-block;
    color: #ff6450;
    font-size: 24px;
    line-height: 50px;
    right: 5px;
    top: 0;
    margin-left: 15px;
}

.input-set-6 .form-control{
	width: 40px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}


ul.icon-menu{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.icon-menu li{
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
}
ul.icon-menu li a{
	display: inline-block;
	flex: 1 1 auto;
	text-decoration: none;
	color: #626366;
	margin: 0 0 10px 10px;
}
ul.icon-menu li:first-child a{
	margin-left: 0;
}
ul.icon-menu li a.active,
ul.icon-menu li a:hover{
	color: #FF6450;
}
ul.icon-menu li a .pilic{
	margin-right: 10px;
	vertical-align: middle;
}


.col-pre-button .btn{
	margin-top: -25px;
}


ul.switch-menu{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
ul.switch-menu > li{
	margin: 0;
	margin-left: 1px;
	padding: 0;
	display: inline-block;
	flex-grow: 1;
}
ul.switch-menu > li:first-child{
	margin-left: 0;
}
ul.switch-menu > li > a{
	display: flex;
	position: relative;
	background: #fff;
	padding: 7px 15px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	color: #646464;
	justify-content: center;
	align-items: center;
	
}
ul.switch-menu.switch-menu--1 li{
	min-width: 135px;
}

ul.switch-menu > li:first-child > a{
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
}
ul.switch-menu > li:last-child > a{
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
}
ul.switch-menu > li:first-child:last-child > a{
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
ul.switch-menu > li > a:hover,
ul.switch-menu > li > a.active{
	color: #fff;
	background: #ff6450;
}
ul.switch-menu > li > a .switch-menu__indicator,
.dropdown-menu__indicator{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ff6450;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-left: 10px;
	margin-right: -30px;
}
ul.switch-menu > li > a.active .switch-menu__indicator,
ul.switch-menu > li > a:hover .switch-menu__indicator{
	background: #fff;
	color: #ff6450;
}
.filter-trigger{
	border: none;
	background: none;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	color: #626366;
}
.filter-trigger:focus{
	outline: none;
}
.filter-trigger .pilic{
	vertical-align: middle;
	margin-left: 10px;
}

.message-item,
.smlouva-item,
.payment-item{
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 35px;
}
.message-item .message-item__icon,
.payment-item .payment-item__icon{
	font-size: 130px;
	line-height: 1;
}
.message-item .message-item__icon a,
.payment-item .payment-item__icon a{
	font-size: 130px;
	line-height: 1;
	text-decoration: none;
}
.message-item .message-item__icon a .pilic,
.payment-item .payment-item__icon a .pilic{
	display: inline-block;
	vertical-align: top;
}
.message-item.message-item--unread .message-item__icon .pilic .path1:before{
	color: #ff6450;
}
.message-item .message-item__date,
.payment-item .payment-item__date{
	margin: 0;
	color: #626366;
}
.message-item .message-item__text,
.payment-item .payment-item__text{
	margin: 0;
	font-size: 28px;
	line-height: 115%;
	font-weight: 500;
	color: #323232;
}
.message-item .message-item__text a{
	color: #323232;
	text-decoration: none;
}
.message-item .message-item__text a:hover{
	color: #ff6450;
}
.message-item .message-item--attachment a{
	text-decoration: none;
	color: #676767;
	font-size: 28px;
}
.message-title{
	font-size: 28px;
	line-height: 115%;
	font-weight: 500;
}

.msgr-items{
	width: 640px;
    max-width: 100%;
    margin: 0 auto;
	margin-top: 35px;
}
.msgr-items .msgr-item{
	width: 525px;
	max-width: 100%;
	margin-bottom: 35px;
}
.msgr-items .msgr-item.msgr-item--admin{
	float: left;
}
.msgr-items .msgr-item.msgr-item--user{
	float: right;
}
.msgr-items .msgr-item .msgr-item__date{
	color: #626366;
	padding-left: 50px;
}
.msgr-items .msgr-item .msgr-item__date p{
	margin: 0;
	margin-bottom: 10px;
}
.msgr-items .msgr-item .msgr-item__text{
	color: #626366;
	padding: 35px 35px 35px 50px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
} 
.msgr-items .msgr-item .msgr-item__text p{
	line-height: 125%;
}
.msgr-items .msgr-item.msgr-item--admin .msgr-item__text{
	background: #f1f1f1;
}
.msgr-items .msgr-item.msgr-item--user .msgr-item__text{
	background: #fee1dd;
}

.msgr-write{
	width: 750px;
    max-width: 100%;
    margin: 0 auto;
	margin-top: 35px;
	text-align: right;
	font-size: 0;
}
.msgr-write__attach,
.msgr-write__text,
.msgr-write__button{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	font-size: 1rem;
}
.msgr-write__text{
	max-width: calc(100% - 110px);
}
.msgr-write__button,
.msgr-write__attach{
	vertical-align: bottom;
	padding-bottom: 45px;
	width: 55px;
}

.msgr-write__attach{
	padding-right: 30px;
}

.msgr-write__text textarea{
	background: #fee1dd;
	color: #626366;
	padding: 35px 35px 35px 50px;
	text-align: left;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: none;
	width: 525px;
	max-width: 100%;
	height: auto;
}
.msgr-write__text textarea:focus{
	outline: none;
	-webkit-box-shadow: 0 0 1px 2px #fdc8c1;
box-shadow: 0 0 1px 2px #fdc8c1;
}
.msgr-send{
	color: #ff6450;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}

ul.left-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.left-menu li{
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #c1c1c1;
}
ul.left-menu li:first-child{
	border-top: 1px solid #c1c1c1;
}
ul.left-menu li a{
	text-decoration: none;
	color: #626366;
	min-height: 35px;
	display: flex;
	align-items: center;
}
ul.left-menu li a:hover,
ul.left-menu li a.active{
	color: #ff6450;
}
ul.left-menu li a .pilic{
	width: 32px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	flex-shrink: 0;
	flex-grow: 0;
}

.pillow-list{
	list-style: none;
	margin: 45px auto;
	padding: 0;
	max-width: 480px;
	
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}
.pillow-list li{
	margin-bottom: 35px;
}
.pillow-list li a.pillow-list__item{
	display: flex;
	align-items: center;
	color: #a0a0a0;
	text-decoration: none;
}
.pillow-list .pillow-list__icon{
	display: inline-block;
	width: 76px;
	height: 76px;
	position: relative;
	margin-right: 20px;
}
.pillow-list .pillow-list__icon:after{
	position: absolute;
	content: '\e931';
	font-family: 'Pillow';
	font-size: 76px;
	line-height: 76px;
	top: 0;
	left: 0;
	color: #a0a0a0;
}
.pillow-list li.active .pillow-list__icon:after{
	color: #fc6456;
}
.pillow-list .pillow-list__icon .pilic{
	font-size: 76px;
	color: #fff;
	z-index: 1;
	position: relative;
}
.pillow-list .pillow-list__text{
	display: inline-block;
}

.smlouva-img,
.profil-img{
	position: relative;
	display: inline-block;
}
.smlouva-img img,
.profil-img img{
	vertical-align: top;
}
.smlouva-img .smlouva-img__inner,
.profil-img .profil-img__inner{
	display: inline-block;
	width: 130px;
	max-width: 100%;
	height: auto;
	position: relative;
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	overflow: hidden;
	vertical-align: top;
}
.profil-img .profil-img__inner{
	width: 180px;
    height: auto;
    max-width: 100%;
    text-align: center;
}
.profil-img .profil-img__inner img{
	width: 100%;
	height: auto;
}
.smlouva-img .smlouva-img-btn,
.profil-img .profil-img-btn{
	display: inline-block;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fc6456;
	position: absolute;
	bottom: 4%;
	right: 4%;
}
.smlouva-img .smlouva-img-btn:before,
.profil-img .profil-img-btn:before{
	position: absolute;
	content: '\e93e';
	font-family: 'Pillow';
	font-size: 22px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	width: 100%;
	display: inline-block;
	top: 0;
	left: 0;
}

.pillow-icon{
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
}
.pillow-icon:after{
	position: absolute;
	content: '\e931';
	font-family: 'Pillow';
	font-size: 140px;
	line-height: 140px;
	top: 0;
	left: 0;
	color: #fb6556;
}
.pillow-icon .pilic{
	font-size: 140px;
	line-height: 140px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.pillow-table{
	width: 100%;
	color: #646464;
}
.pillow-table tr td,
.pillow-table tr th{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.pillow-table tr td:first-child{
	text-align: left;
	padding-right: 10px;
}
.pillow-table tr:first-child td{
	border-top: 1px solid #ccc;
}
.pillow-table tr th{
	font-weight: normal;
	color: #302e2f;
	text-align: left;
}

.stav-uctu{
	font-size: 28px;
	color: #626366;
	margin-bottom: 0;
}
.payment-item__right{
	color: #626366;
}
.payment-item__amout{
	font-size: 28px;
	margin-bottom: 0;
}

.dotline{
	font-size: 80px;
    line-height: 16px;
    vertical-align: middle;
    color: #b3b3b3;
}

@media screen and (min-width: 577px) and (max-width: 991px){
	.pillow-list .pillow-list__icon{
		width: 48px;
		height: 48px;
	}
	.pillow-list .pillow-list__icon:after{
		font-size: 48px;
		line-height: 48px;
	}
	.pillow-list{	
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
}

@media only screen and (max-width: 991px) {
	h1 {
        font-weight: bold;
    }

    h1,
    h2,
	.h1,
	.h2 {
        line-height: 38px;
        font-size: 32px;
    }
	.perex,
	.font-18 .perex{
		font-size: 24px;
		line-height: 28px;
	}


    footer div.holder {
        width: 100%;
    }
    
    footer div.holder-large {
        width: calc(100% - 20px);
    }

    footer div.image {
        background-position: left center;
    }
	.banner{
		min-height: inherit;
	}
}

@media only screen and (max-width: 767px) {
    footer div#logoFooter {
        display: none;
    }

    footer a.image {
        background-position: center center !important;
    }
	header a.logo,
	header a.logo img,
	header.sticky a.logo{
		height: auto;
		vertical-align: middle;
	}
	header nav,
	header.sticky nav{
		margin-top: 0;
	}
}

@media only screen and (max-width: 576px) {
	main{
		padding-top: 80px;
	}
	header .row.header-height,
	header .header-mobile-height{
		height: 80px;
		transition: height 150ms ease-in-out;
	}
	header.sticky .row.header-height,
	header.sticky .header-mobile-height{
		height: 60px;
	}
	header.sticky nav ul li>a{
		height: 30px;
		line-height: 30px;
	}
	
	#main-menu{
		position: absolute;
		top: 100%;
		width: 100%;
		right: 0;
		background: #fff;
		padding: 0;
		display: none;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: transform 400ms ease-in-out;
		transition: transform 400ms ease-in-out;
	}
	#main-menu.active{
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	#main-menu li{
		display: block;
		position: relative;
	}
	#main-menu ul li a{
		display: block;
		padding: 10px 15px;
		line-height: 30px;
		background: #fff;
		height: auto;
		position: relative;
		border-bottom: 1px solid #efefef;
		transition: background 150ms ease-in-out, color 150ms ease-in-out;
	}
	#main-menu li a:hover{
		background:#efefef;
	}
	#main-menu li:first-child{
		overflow: hidden;
	}
	#main-menu li:first-child:before{
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 20px;
		left: 0;
		bottom: 100%;
		z-index:5;
		-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
		box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
	}
	#main-menu:after{
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 20px;
		left: 0;
		bottom: 0;
		z-index: -1;
		-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
		box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
	}
	.menu-trigger{
		width:30px;
		height:30px;
		background:none;
		border:none;
		left:0;
		top:0;
		font-size:0;
		cursor:pointer;
		outline:none !important;
		z-index:1600;
		margin-left: 16px;
	}
	.menu-trigger:hover:before,
	.menu-trigger:hover:after,
	.menu-trigger:hover span:before,
	.menu-trigger:hover span:after{
		background: #FF6450;
		
	}
	header.sticky nav ul li > a.menu-trigger{
		height: 30px;
	}
	.menu-trigger:before,
	.menu-trigger:after{
		position:absolute;
		content:'';
		width:26px;
		height:2px;
		background:#000;
		top:50%;
		transition:width 200ms ease-in-out;
		transition-delay:200ms;
	}
	.menu-trigger:before{
		left:50%;
		margin-left:-13px;
		margin-top:-8px;
	}
	.menu-trigger:after{
		right:50%;
		margin-right:-13px;
		margin-top:6px;
	}
	.menu-trigger.active:before,
	.menu-trigger.active:after{
		width:0;
		transition-delay:0ms;
	}
	.menu-trigger span{
		position:absolute;
		display:inline-block;
		width:26px;
		height:26px;
		top:2px;
		left:2px;
	}
	.menu-trigger span:before,
	.menu-trigger span:after{
		content:'';
		position:absolute;
		width:26px;
		height:2px;
		left:50%;
		top:50%;
		margin-left:-13px;
		background:#000;
		margin-top:-1px;
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		transition:transform 200ms ease-in-out;
		transition-delay:0ms;
	}
	.menu-trigger.active span:before,
	.menu-trigger.active span:after{
		transition-delay:200ms;
	}
	.menu-trigger.active span:before{
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-trigger.active span:after{
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	

    h1 {
        font-weight: bold;
    }

    h1,
    h2,
	.h1,
	.h2 {
        line-height: 30px;
        font-size: 26px;
    }
	
	.perex,
	.font-18 .perex{
		font-size: 22px;
		line-height: 26px;
	}
	
	.msgr-write__button,
	.msgr-write__attach{
		width: 40px;
		padding-bottom: 30px;
	}
	.msgr-write__attach{
		text-align: left;
		padding-right: 0;
	}
	.msgr-write__text{
		max-width: calc(100% - 80px);
	}
	.msgr-items .msgr-item .msgr-item__text,
	.msgr-write__text textarea{
		padding: 20px;
	}
	
	header nav ul li a.profile{
		padding-left: 25px;
	}
	.pillow-list {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
}
@media only screen and (max-width: 370px) {
    header nav ul li a {
        padding: 0 4px;
    }
    .alert{
		padding: 20px 20px 20px 70px;
	}
	.alert:before{
		left: 15px;
	}
	.msgr-write__attach{
		width: 100%;
		padding-bottom: 10px;
	}
	.msgr-write__text{
		max-width: calc(100% - 40px);
	}
}