@charset "UTF-8";
/*****************RESET****************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub {
	vertical-align: sub;
	font-size: 60%;
	line-height: 100%;
}

sup {
	vertical-align: super;
	font-size: 60%;
	line-height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

@font-face {
	font-family: 'GothamProBol';
	src: url('../fonts/GothamProBol.eot');
	src: url('../fonts/GothamProBol.eot') format('embedded-opentype'), url('../fonts/GothamProBol.woff2') format('woff2'), url('../fonts/GothamProBol.woff') format('woff'), url('../fonts/GothamProBol.ttf') format('truetype'), url('../fonts/GothamProBol.svg#GothamProBol') format('svg');
}

@font-face {
	font-family: 'GothamProReg';
	src: url('../fonts/GothamProReg.eot');
	src: url('../fonts/GothamProReg.eot') format('embedded-opentype'), url('../fonts/GothamProReg.woff2') format('woff2'), url('../fonts/GothamProReg.woff') format('woff'), url('../fonts/GothamProReg.ttf') format('truetype'), url('../fonts/GothamProReg.svg#GothamProReg') format('svg');
}

@font-face {
	font-family: 'PlumbC';
	src: url('../fonts/PlumbC.eot');
	src: url('../fonts/PlumbC.eot') format('embedded-opentype'), url('../fonts/PlumbC.woff2') format('woff2'), url('../fonts/PlumbC.woff') format('woff'), url('../fonts/PlumbC.ttf') format('truetype'), url('../fonts/PlumbC.svg#PlumbC') format('svg');
}

@font-face {
    font-family: 'PlumbRegular';
    src: url('../fonts/Plumb-Regular.eot');
    src: url('../fonts/Plumb-Regular.woff2') format('woff2'),
         url('../fonts/Plumb-Regular.woff') format('woff'),
         url('../fonts/Plumb-Regular.ttf') format('truetype'),
         url('../fonts/Plumb-Regular.svg#Plumb-Regular') format('svg'),
         url('../fonts/Plumb-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlumbMedium';
    src: url('../fonts/plumb-medium.eot');
    src: url('../fonts/plumb-medium.woff2') format('woff2'),
         url('../fonts/Plumb-Medium.woff') format('woff'),
         url('../fonts/Plumb-Medium.ttf') format('truetype'),
         url('../fonts/Plumb-Medium.svg#Plumb-Medium') format('svg'),
         url('../fonts/plumb-medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlumbBold';
    src: url('../fonts/Plumb-Bold.eot');
    src: url('../fonts/Plumb-Bold.woff2') format('woff2'),
         url('../fonts/Plumb-Bold.woff') format('woff'),
         url('../fonts/Plumb-Bold.ttf') format('truetype'),
         url('../fonts/Plumb-Bold.svg#Plumb-Bold') format('svg'),
         url('../fonts/Plumb-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlumbBlack';
    src: url('../fonts/plumb-black.eot');
    src: url('../fonts/plumb-black.woff2') format('woff2'),
         url('../fonts/Plumb-Black.woff') format('woff'),
         url('../fonts/Plumb-Black.ttf') format('truetype'),
         url('../fonts/Plumb-Black.svg#Plumb-Black') format('svg'),
         url('../fonts/plumb-black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'PlumbBoldC';
	src: url('../fonts/PlumbBoldC.eot');
	src: url('../fonts/PlumbBoldC.eot') format('embedded-opentype'), url('../fonts/PlumbBoldC.woff2') format('woff2'), url('../fonts/PlumbBoldC.woff') format('woff'), url('../fonts/PlumbBoldC.ttf') format('truetype'), url('../fonts/PlumbBoldC.svg#PlumbBoldC') format('svg');
}

@font-face {
	font-family: 'AuctionZ';
	src: url('../fonts/AuctionZ-Bold.eot');
	src: url('../fonts/AuctionZ-Bold.eot') format('embedded-opentype'), url('../fonts/AuctionZ-Bold.woff2') format('woff2'), url('../fonts/AuctionZ-Bold.woff') format('woff'), url('../fonts/AuctionZ-Bold.ttf') format('truetype'), url('../fonts/AuctionZ-Bold.svg#AuctionZ-Bold') format('svg');
}

/*шрифты*/
/*основные цвета*/
/*доп. миксины*/
strong,
b {
	font-family: GothamProBol;
	font-weight: 500;
}

html {
	font-size: 62.5%;
}

h1,
.h1,
.popup__title {
	color: #14aa84;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: GothamProBol;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.1;
}

.link-arrow-up {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 50px;
}

.link-arrow-up img {
	border: 6px solid #f6f6f6;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.link-arrow-up .link-arrow-up__text {
	margin-top: -9px;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	color: #14aa84;
	padding-left: 100px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: AuctionZ;
	text-decoration: none !important;
}

.link-arrow-up .link-arrow-up__text:after,
.link-arrow-up .link-arrow-up__text:before {
	content: '';
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	width: 91px;
	height: 39px;
}

.link-arrow-up .link-arrow-up__text:after {
	opacity: 0;
	background-image: url(../img/scribble-hover.svg);
}

.link-arrow-up .link-arrow-up__text:before {
	opacity: 1;
	background-image: url(../img/scribble.svg);
}

.link-arrow-up:hover img {
	border-color: #00BED6;
}

.link-arrow-up:hover .link-arrow-up__text {
	color: #00BED6 !important;
}

.link-arrow-up:hover .link-arrow-up__text:after {
	opacity: 1;
}

.link-arrow-up:hover .link-arrow-up__text:before {
	opacity: 0;
}

.h2-auction {
	font-family: AuctionZ;
	color: #646464;
	text-transform: none;
	text-align: center;
	margin-bottom: 45px;
}

.h2-auction .h2-auction-sub {
	display: block;
	margin-top: 10px;
	color: #00BED6;
	font-size: 42px;
	font-size: 4.2rem;
}

.h1-auction {
	font-family: AuctionZ;
	color: #00BED6;
	text-transform: none;
	text-align: center;
	margin-bottom: 45px;
	font-size: 44px;
	font-size: 4.4rem;
}

.h1-auction .h1-auction-sub {
	display: block;
	color: #00BED6;
	font-size: 36px;
	font-size: 3.6rem;
}

.h1-auction .h1-auction-sub.gray {
	color: #464646 !important;
	font-size: 24px;
	font-size: 2.4rem;
}

.under-h1-green a,
h1 a,
.h1 a,
.popup__title a,
h2 a,
.h2 a {
	color: #14aa84;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
}

.under-h1-green a:hover,
h1 a:hover,
.h1 a:hover,
.popup__title a:hover,
h2 a:hover,
.h2 a:hover,
.under-h1-green a:focus,
h1 a:focus,
.h1 a:focus,
.popup__title a:focus,
h2 a:focus,
.h2 a:focus {
	color: #00BED6;
	text-decoration: none;
}

h2,
.h2 {
	font-family: GothamProBol;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #14aa84;
}

h3,
.h3 {
	font-family: GothamProBol;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

h4,
.h4 {
	color: #14aa84;
	font-family: GothamProBol;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

h5,
.h5 {
	color: #14aa84;
	font-family: PlumbBoldC;
	font-size: 20px;
	font-size: 2rem;
}

.h5-md {
	font-size: 18px;
	font-size: 1.8rem;
}

h6,
.h6 {
	color: #cbcbcb;
	text-transform: uppercase;
	font-family: PlumbBoldC;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.h6-dark {
	color: #4a4a4a;
}

.h-gray {
	color: #9c9c9c;
}

.txt-gray {
	color: #4a4a4a;
}

.txt-orange {
	color: #00BED6;
}

.txt-green {
	color: #00ac83;
}

.bg-gray {
	background-color: #f5f5f5 !important;
}

.block-title {
	margin-bottom: 50px;
}

.block-title h2 {
	font-size: 2.8rem;
	color: #4a4a4a;
	margin-bottom: 20px;
}

.block-title p {
	font-family: 'GothamProReg';
	font-size: 1.6rem;
	color: #4a4a4a;
}

/* пока везде скрываем поделиться из сайдбара */
.aside-left__opinion-link-list .aside-left__share-btn {
	display: none !important;
}

.main-banner {
	height: 140px;
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
	display: none;
}

.main-banner-popup {
	display: none;
}

.main-banner-popup img {
	max-width: 100%;
	display: block;
}

.nav-tabs {
	border-bottom: 0;
}

.aside-left {
	padding-left: 25px;
}

.aside-left__opinion {
	max-width: 155px;
	margin-bottom: 40px;
}

.aside-left__opinion:before,
.aside-left__opinion:after {
	content: " ";
	display: table;
}

.aside-left__opinion:after {
	clear: both;
}

.aside-left__opinion-title {
	margin-bottom: 35px;
    text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
}

.aside-left__opinion-link-list li {
	position: relative;
	width: 140px;
}

.aside-left__opinion-link-list.net-list span {
	background: transparent;
	border: 3px solid #e5e5e5;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.aside-left__opinion-link-list.net-list span:after,
.aside-left__opinion-link-list.net-list span:before {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	top: 8px;
	left: 8px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background-image: url(../img/net-icons.svg);
}

.aside-left__opinion-link-list.net-list span:hover {
	border-color: #14aa84;
	opacity: 1;
}

.aside-left__opinion-link-list.net-list span:hover:after {
	opacity: 1;
}

.aside-left__opinion-link-list.net-list span:hover:before {
	opacity: 0;
}

.aside-left__opinion-link-list.net-list span:after {
	opacity: 0;
}

.aside-left__opinion-link-list.net-list span:before {
	opacity: 1;
}

.aside-left__opinion-link-list.net-list .net-list__share-fb:after {
	background-position: 7px -37px;
}

.aside-left__opinion-link-list.net-list .net-list__share-tw:after {
	background-position: -43px -37px;
}

.aside-left__opinion-link-list.net-list .net-list__share-ig:after {
	background-position: -96px -39px;
}

.aside-left__opinion-link-list.net-list .net-list__share-vk:after {
	background-position: -143px -37px;
}

.aside-left__opinion-link-list.net-list .net-list__share-od:after {
	background-position: -193px -37px;
}

.aside-left__opinion-link-list.net-list .net-list__share-gp:after {
	background-position: -243px -37px;
}

.aside-left__opinion-link-list.net-list .net-list__share-fb:before {
	background-position: 7px 2px;
}

.aside-left__opinion-link-list.net-list .net-list__share-tw:before {
	background-position: -43px 2px;
}

.aside-left__opinion-link-list.net-list .net-list__share-ig:before {
	background-position: -96px 1px;
}

.aside-left__opinion-link-list.net-list .net-list__share-vk:before {
	background-position: -143px 2px;
}

.aside-left__opinion-link-list.net-list .net-list__share-od:before {
	background-position: -193px 2px;
}

.aside-left__opinion-link-list.net-list .net-list__share-gp:before {
	background-position: -243px 2px;
}

.aside-left__opinion-link-list span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 13px;
	border-radius: 45px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.aside-left__opinion-link-list span:hover {
	opacity: .7;
}

.aside-left__opinion-link-list .counter {
	color: #aeaeae;
	background-color: #f9f9f9;
	font-family: GothamProBol;
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	left: 68px;
	font-style: normal;
	padding: 7px 2px;
	min-width: 40px;
	text-align: center;
	top: 7px;
}

.aside-left__opinion-link-list .counter:after {
	content: '';
	width: 8px;
	height: 14px;
	position: absolute;
	display: block;
	background: url(../img/net-arrow.svg) no-repeat center;
	left: -8px;
	top: 50%;
	margin-top: -7px;
}

.aside-left__opinion-link-list .counter:before {
	content: '';
	width: 1px;
	height: 11px;
	position: absolute;
	display: block;
	left: -1px;
	top: 50%;
	margin-top: -6px;
	background-color: #f9f9f9;
	z-index: 10;
}

.aside-left__qr-code {
	margin-bottom: 45px;
	max-width: 155px;
}

.aside-left__qr-code .aside-left__opinion-title {
	margin-bottom: 20px;
}

.aside-left__share-btn {
	background: url(../img/share-icon.svg) no-repeat center, #14aa84;
}

.aside-left__like-btn {
	background: url(../img/like-icon.svg) no-repeat center, #00BED6;
}

.aside-left.share-hide .aside-left__share-btn {
	display: none !important;
}

.aside-left.like-hide .aside-left__like-btn {
	display: none !important;
}

/* блок поделиться */
.ya-share2__item {
	margin-bottom: 15px !important;
	display: block !important;
}

.ya-share2__badge {
	text-align: center;
	width: 40px;
	height: 40px;
	overflow: visible !important;
	background-color: transparent !important;
	border: 3px solid #e5e5e5;
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 !important;
	border-radius: 45px !important;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.ya-share2__link {
	width: 140px;
}

.ya-share2__link:hover .ya-share2__badge {
	border-color: #14aa84;
}

.ya-share2__link:hover .ya-share2__icon:after {
	opacity: 1;
}

.ya-share2__link:hover .ya-share2__icon:before {
	opacity: 0;
}

.ya-share2__icon {
	background: none !important;
	height: 30px !important;
	width: 30px !important;
	top: 5px;
	left: 5px;
	position: absolute;
}

.ya-share2__icon:after,
.ya-share2__icon:before {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background-image: url(../img/net-icons.svg);
}

.ya-share2__icon:after {
	opacity: 0;
}

.ya-share2__icon:before {
	opacity: 1;
}

/* .ya-share2__container_size_m .ya-share2__counter {
	color: #aeaeae;
	display: block;
	background-color: #f9f9f9;
	font-family: GothamProBol;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	position: absolute;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	left: 65px;
	font-style: normal;
	padding: 2px !important;
	min-width: 40px;
	text-align: center;
	top: 5px;
} */

/* .ya-share2__container_size_m .ya-share2__counter:after {
	content: '';
	width: 8px;
	height: 14px;
	position: absolute;
	display: block;
	background: url(../img/net-arrow.svg) no-repeat center;
	left: -8px;
	top: 50%;
	margin-top: -7px;
}

.ya-share2__container_size_m .ya-share2__counter:before {
	content: '';
	width: 1px;
	height: 11px;
	position: absolute;
	display: block;
	left: -1px;
	top: 50%;
	margin-top: -6px;
	margin-left: 0 !important;
	background-color: #f9f9f9;
	z-index: 10;
} */

.ya-share2__item_service_facebook .ya-share2__icon:after {
	background-position: 9px -35px;
}

.ya-share2__item_service_twitter .ya-share2__icon:after {
	background-position: -41px -37px;
}

.ya-share2__item_service_vkontakte .ya-share2__icon:after {
	background-position: -142px -37px;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon:after {
	background-position: -190px -37px;
}

.ya-share2__item_service_gplus .ya-share2__icon:after {
	background-position: -240px -37px;
}

.ya-share2__item_service_facebook .ya-share2__icon:before {
	background-position: 9px 4px;
}

.ya-share2__item_service_twitter .ya-share2__icon:before {
	background-position: -41px 2px;
}

.ya-share2__item_service_vkontakte .ya-share2__icon:before {
	background-position: -142px 2px;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
	background-position: -190px 2px;
}

.ya-share2__item_service_gplus .ya-share2__icon:before {
	background-position: -240px 2px;
}

/* ССЫЛКИ С ИКОНКАМИ В КРУЖКАХ И ПОДПИСЬЮ ВНИЗУ */
.aside-fix-btn-bottom {
	position: fixed;
	bottom: -200px;
	width: 160px;
	-webkit-transition: bottom 0.7s ease-out !important;
	-o-transition: bottom 0.7s ease-out !important;
	transition: bottom 0.7s ease-out !important;
}

.aside-fix-btn-bottom.fix {
	bottom: 50px;
}

.aside-fix-btn-bottom.bottom {
	bottom: 50px;
	position: absolute;
}

.aside-left__link-circle.aside-circle-spot-lg-back {
	margin-bottom: 25px;
}

.aside-left__link-circle {
	max-width: 160px;
	margin-bottom: 40px;
	/*.link-gray, */
	/* не у всех прописаны серые иконки, но в спрайте они есть */
	/*.icon-search-name:before { background-position: -748px 13px; }
  .icon-search-name:after { background-position: -748px -37px; }*/
}

.aside-left__link-circle .button-back a {
	word-spacing: 60px;
}

.aside-left__link-circle li {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: GothamProBol;
	line-height: 1.1;
	margin-bottom: 25px;
	cursor: pointer;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	vertical-align: top;
}

.aside-left__link-circle li.active a,
.aside-left__link-circle li.active button {
	color: #00BED6;
}

.aside-left__link-circle li.active a i,
.aside-left__link-circle li.active button i {
	border-color: #00BED6;
}

.aside-left__link-circle li.active a i:after,
.aside-left__link-circle li.active button i:after {
	opacity: 1;
}

.aside-left__link-circle li.active a i:before,
.aside-left__link-circle li.active button i:before {
	opacity: 0;
}

.aside-left__link-circle li:last-child {
	margin-bottom: 0;
}

.aside-left__link-circle a,
.aside-left__link-circle button {
	padding-left: 0;
	padding-right: 0;
	color: #14aa84;
	text-decoration: none;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: none;
	border: 0;
	outline: 0;
	text-align: left;
	text-transform: uppercase;
}

.aside-left__link-circle a:hover,
.aside-left__link-circle button:hover,
.aside-left__link-circle a.active,
.aside-left__link-circle button.active {
	color: #00BED6;
}

.aside-left__link-circle a:hover i,
.aside-left__link-circle button:hover i,
.aside-left__link-circle a.active i,
.aside-left__link-circle button.active i {
	border-color: #00BED6;
}

.aside-left__link-circle a:hover i:after,
.aside-left__link-circle button:hover i:after,
.aside-left__link-circle a.active i:after,
.aside-left__link-circle button.active i:after {
	opacity: 1;
}

.aside-left__link-circle a:hover i:before,
.aside-left__link-circle button:hover i:before,
.aside-left__link-circle a.active i:before,
.aside-left__link-circle button.active i:before {
	opacity: 0;
}

.aside-left__link-circle i {
	height: 60px;
	width: 60px;
	display: block;
	border-radius: 50%;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border: 4px solid #14aa84;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 15px;
	position: relative;
}

.aside-left__link-circle i:after {
	opacity: 0;
}

.aside-left__link-circle i:before {
	opacity: 1;
}

.aside-left__link-circle i:after,
.aside-left__link-circle i:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/icons.svg) no-repeat;
	height: 54px;
	width: 52px;
	top: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.aside-left__link-circle.link-circle--middle i {
	width: 45px;
	height: 45px;
	border-width: 3px;
	min-width: 45px;
	min-height: 45px;
}

.aside-left__link-circle.link-circle--middle i:after,
.aside-left__link-circle.link-circle--middle i:before {
	width: 41px;
	height: 41px;
}

.aside-left__link-circle.link-circle--middle .icon-nko:before {
	background-position: -1679px 6px;
}

.aside-left__link-circle.link-circle--middle .icon-nko:after {
	background-position: -1679px -49px;
}

.aside-left__link-circle.link-circle--middle .disabled .icon-nko:before {
	background-position: -1679px -104px;
}

.aside-left__link-circle .disabled {
	cursor: default;
}

.aside-left__link-circle .disabled {
	cursor: default !important;
	color: #c7c7c7;
}

.aside-left__link-circle .disabled i {
	border-color: #c7c7c7 !important;
}

.aside-left__link-circle .disabled i:before {
	opacity: 1 !important;
}

.aside-left__link-circle .disabled i:after {
	opacity: 0 !important;
}

.aside-left__link-circle .disabled a,
.aside-left__link-circle .disabled button {
	color: #c7c7c7 !important;
	cursor: default !important;
}

.aside-left__link-circle .disabled a:hover,
.aside-left__link-circle .disabled button:hover {
	color: #c7c7c7;
}

.aside-left__link-circle .icon-search-param:before {
	background-position: -481px 7px;
}

.aside-left__link-circle .icon-search-param:after {
	background-position: -481px -45px;
}

.aside-left__link-circle .disabled .icon-search-param:before {
	background-position: -481px -95px;
}

.aside-left__link-circle .icon-search:before {
	background-position: -416px 4px;
}

.aside-left__link-circle .icon-search:after {
	background-position: -416px -46px;
}

.aside-left__link-circle .disabled .icon-search:before {
	background-position: -416px -96px;
}

.aside-left__link-circle .icon-data:before {
	background-position: -295px 4px;
}

.aside-left__link-circle .icon-data:after {
	background-position: -295px -46px;
}

.aside-left__link-circle .disabled .icon-data:before {
	background-position: -295px -96px;
}

.aside-left__link-circle .icon-pdf:before {
	background-position: -355px 4px;
}

.aside-left__link-circle .icon-pdf:after {
	background-position: -355px -46px;
}

.aside-left__link-circle .disabled .icon-pdf:before {
	background-position: -355px -96px;
}

.aside-left__link-circle .icon-nko:before {
	background-position: -541px 10px;
}

.aside-left__link-circle .icon-nko:after {
	background-position: -541px -39px;
}

.aside-left__link-circle .disabled .icon-nko:before {
	background-position: -541px -89px;
}

.aside-left__link-circle .icon-mail:before {
	background-position: -632px 8px;
}

.aside-left__link-circle .icon-mail:after {
	background-position: -632px -41px;
}

.aside-left__link-circle .disabled .icon-mail:before {
	background-position: -632px -91px;
}

.aside-left__link-circle .icon-rss:before {
	background-position: -688px 8px;
}

.aside-left__link-circle .icon-rss:after {
	background-position: -688px -41px;
}

.aside-left__link-circle .disabled .icon-rss:before {
	background-position: -688px -91px;
}

.aside-left__link-circle .icon-feedback:before {
	background-position: -817px 10px;
}

.aside-left__link-circle .icon-feedback:after {
	background-position: -817px -38px;
}

.aside-left__link-circle .disabled .icon-feedback:before {
	background-position: -817px -93px;
}

.aside-left__link-circle .icon-vacancies:before {
	background-position: -870px 8px;
}

.aside-left__link-circle .icon-vacancies:after {
	background-position: -870px -41px;
}

.aside-left__link-circle .disabled .icon-vacancies:before {
	background-position: -870px -91px;
}

.aside-left__link-circle .icon-loupe:before {
	background-position: -1600px 6px;
}

.aside-left__link-circle .icon-loupe:after {
	background-position: -1600px -51px;
}

.aside-left__link-circle .disabled .icon-loupe:before {
	background-position: -1600px -102px;
}

.aside-left__link-circle .icon-vacancies:before {
	background-position: -871px 8px;
}

.aside-left__link-circle .icon-vacancies:after {
	background-position: -871px -41px;
}

.aside-left__link-circle .disabled .icon-vacancies:before {
	background-position: -871px -91px;
}

.aside-left__link-circle .icon-help:before {
	background-position: -2163px 7px;
}

.aside-left__link-circle .icon-help:after {
	background-position: -2163px -49px;
}

.aside-left__link-circle .disabled .icon-help:before {
	background-position: -2163px -99px;
}

.aside-left__link-circle .icon-like:before {
	background-position: -91px -160px;
}

.aside-left__link-circle .icon-like:after {
	background-position: -91px -115px;
}

.aside-left__link-circle .disabled .icon-like:before {
	background-position: -284px -208px;
}

.aside-left__link-circle .icon-edit:before {
	background-position: -1052px 5px;
}

.aside-left__link-circle .icon-edit:after {
	background-position: -1052px -39px;
}

.aside-left__link-circle .disabled .icon-edit:before {
	background-position: -1052px -89px;
}

.aside-left__link-circle .icon-save:before {
	background-position: -1111px 4px;
}

.aside-left__link-circle .icon-save:after {
	background-position: -1111px -41px;
}

.aside-left__link-circle .disabled .icon-save:before {
	background-position: -1111px -91px;
}

.aside-left__link-circle .icon-cancel:before {
	background-position: -1172px 6px;
}

.aside-left__link-circle .icon-cancel:after {
	background-position: -1172px -40px;
}

.aside-left__link-circle .disabled .icon-cancel:before {
	background-position: -1172px -90px;
}

.aside-left__link-circle .icon-back:before {
	background-position: -1236px 9px;
}

.aside-left__link-circle .icon-back:after {
	background-position: -1236px -36px;
}

.aside-left__link-circle .disabled .icon-back:before {
	background-position: -1236px -91px;
}

.aside-left__link-circle .icon-public-back:before {
	background-position: -1236px 9px;
}

.aside-left__link-circle .icon-public-back:after {
	background-position: -1236px -36px;
}

.aside-left__link-circle .disabled .icon-public-back:before {
	background-position: -1236px -91px;
}

.aside-left__link-circle .icon-house:before {
	background-position: -1321px 2px;
}

.aside-left__link-circle .icon-house:after {
	background-position: -1321px -47px;
}

.aside-left__link-circle .disabled .icon-house:before {
	background-position: -1321px -97px;
}

.aside-left__link-circle .icon-request:before {
	background-position: -1393px 4px;
}

.aside-left__link-circle .icon-request:after {
	background-position: -1393px -49px;
}

.aside-left__link-circle .disabled .icon-request:before {
	background-position: -1393px -99px;
}

.aside-left__link-circle .icon-people:before {
	background-position: -1762px 4px;
}

.aside-left__link-circle .icon-people:after {
	background-position: -1762px -51px;
}

.aside-left__link-circle .disabled .icon-people:before {
	background-position: -1762px -106px;
}

.aside-left__link-circle .icon-invite:before {
	background-position: -1836px 4px;
}

.aside-left__link-circle .icon-invite:after {
	background-position: -1836px -51px;
}

.aside-left__link-circle .disabled .icon-invite:before {
	background-position: -1836px -106px;
}

.aside-left__link-circle .icon-send:before {
	background-position: -1460px 7px;
}

.aside-left__link-circle .icon-send:after {
	background-position: -1460px -49px;
}

.aside-left__link-circle .disabled .icon-send:before {
	background-position: -1460px -101px;
}

.aside-left__link-circle .icon-remove:before {
	background-position: -1529px 6px;
}

.aside-left__link-circle .icon-remove:after {
	background-position: -1529px -50px;
}

.aside-left__link-circle .disabled .icon-remove:before {
	background-position: -1529px -105px;
}

.aside-left__link-circle .icon-list:before {
	background-position: -993px 11px;
}

.aside-left__link-circle .icon-list:after {
	background-position: -993px -43px;
}

.aside-left__link-circle .disabled .icon-list:before {
	background-position: -993px -93px;
}

.aside-left__link-circle .icon-map:before {
	background-position: -933px 5px;
}

.aside-left__link-circle .icon-map:after {
	background-position: -933px -46px;
}

.aside-left__link-circle .disabled .icon-map:before {
	background-position: -933px -96px;
}

.aside-left__link-circle .icon-date:before {
	background-position: -1991px 4px;
}

.aside-left__link-circle .icon-date:after {
	background-position: -1991px -46px;
}

.aside-left__link-circle .disabled .icon-date:before {
	background-position: -1991px -101px;
}

.aside-left__link-circle .icon-star:before {
	background-position: -1915px 4px;
}

.aside-left__link-circle .icon-star:after {
	background-position: -1915px -51px;
}

.aside-left__link-circle .disabled .icon-star:before {
	background-position: -1915px -106px;
}

.aside-left__link-circle .icon-diagram:before {
	background-position: -2080px 3px;
}

.aside-left__link-circle .icon-diagram:after {
	background-position: -2080px -47px;
}

.aside-left__link-circle .disabled .icon-diagram:before {
	background-position: -2080px -102px;
}

.aside-left__link-circle .icon-question:before {
	background-position: -2246px 2px;
}

.aside-left__link-circle .icon-question:after {
	background-position: -2246px -48px;
}

.aside-left__link-circle .disabled .icon-question:before {
	background-position: -2246px -103px;
}

.aside-left__link-circle .icon-bookmark:before {
	background-position: -2394px 6px;
}

.aside-left__link-circle .icon-bookmark:after {
	background-position: -2394px -45px;
}

.aside-left__link-circle .disabled .icon-bookmark:before {
	background-position: -2394px -100px;
}

.aside-left__link-circle .icon-work:before {
	background-position: -2478px 6px;
}

.aside-left__link-circle .icon-work:after {
	background-position: -2478px -46px;
}

.aside-left__link-circle .disabled .icon-work:before {
	background-position: -2478px -100px;
}

.aside-left__link-circle .icon-dialog:before {
	background-position: -2563px 6px;
}

.aside-left__link-circle .icon-dialog:after {
	background-position: -2563px -49px;
}

.aside-left__link-circle .disabled .icon-dialog:before {
	background-position: -2563px -104px;
}

.aside-left__link-circle .icon-accept:before {
	background-position: -2653px 6px;
}

.aside-left__link-circle .icon-accept:after {
	background-position: -2653px -50px;
}

.aside-left__link-circle .disabled .icon-accept:before {
	background-position: -2653px -102px;
}

.aside-left__link-circle .icon-mail:before {
	background-position: -2733px 8px;
}

.aside-left__link-circle .icon-mail:after {
	background-position: -2733px -52px;
}

.aside-left__link-circle .disabled .icon-mail:before {
	background-position: -2733px -103px;
}

.aside-left__rss-block li {
	margin-bottom: 40px;
}

.spot-rolls,
.spot-nko {
	margin-bottom: 65px;
}

.spot-rolls li,
.spot-nko li {
	margin-bottom: 10px;
	width: 100%;
}

.spot-rolls li:last-child,
.spot-nko li:last-child {
	margin-bottom: 0;
}

.spot-rolls .spot-box,
.spot-nko .spot-box {
	padding: 30px 110px 30px 30px;
	min-height: 70px;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	color: #14aa84;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	border-radius: 4px;
}

.spot-rolls .spot-box:hover,
.spot-nko .spot-box:hover {
	background: #faf6e0;
}

.spot-rolls .arrow-circle-wrap,
.spot-nko .arrow-circle-wrap {
	width: 35px;
	height: 35px;
	right: 40px !important;
}

.spot-rolls .arrow-circle-wrap.circle-btn-two,
.spot-nko .arrow-circle-wrap.circle-btn-two {
	width: 120px;
	text-align: right;
}

.spot-rolls .arrow-circle-wrap .circle-btn-two__elem,
.spot-nko .arrow-circle-wrap .circle-btn-two__elem {
	display: inline-block;
	margin-left: 15px;
}

.request-delete,
.request-add,
.request-add-form {
	cursor: pointer;
}

.circle-request-edit {
	width: 35px;
	height: 35px;
	position: relative;
	border: 3px solid #14aa84;
	border-radius: 35px;
	overflow: hidden;
}

.circle-request-edit:after,
.circle-request-edit:before {
	background: url(../img/icons.svg) no-repeat;
	width: 35px;
	height: 35px;
	left: 0;
	top: 0;
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.circle-request-edit:after {
	background-position: -215px -341px;
	opacity: 0;
}

.circle-request-edit:before {
	background-position: -150px -341px;
	opacity: 1;
}

.circle-request-edit:hover {
	border-color: #00BED6;
}

.circle-request-edit:hover:after {
	opacity: 1;
}

.circle-request-edit:hover:before {
	opacity: 0;
}

.spot-box__name-link {
	display: block;
	color: #14aa84;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}

.spot-box__name-link:hover {
	color: #00BED6;
}

.roll-elem-question .spot-box {
	padding-right: 145px;
}

.roll-elem-question .spot-box:hover .arrow-gray {
	border-color: #adadad;
}

.roll-elem-question .spot-box:hover .arrow-gray:before {
	opacity: 1;
}

.roll-elem-question .spot-box:hover .arrow-gray:after {
	opacity: 0;
}

.roll-elem-question .spot-box:hover .arrow-gray:hover {
	border-color: #00BED6;
}

.roll-elem-question .spot-box:hover .arrow-gray:hover:after {
	opacity: 1;
}

.roll-elem-question .spot-box:hover .arrow-gray:hover:before {
	opacity: 0;
}

.request-delete:after,
.request-delete:before {
	background: url(../img/close.svg) no-repeat !important;
	top: 8px !important;
	left: 8px !important;
}

.request-delete:before {
	background-position: 0 -36px !important;
}

.request-delete:after {
	background-position: 0 0 !important;
}

.spot-rolls.mod {
	margin-bottom: 0;
}

.spot-rolls.mod .spot-box {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: inherit;
	font-family: PlumbBoldC;
	line-height: 1.4;
	padding-right: 250px;
}

.spot-rolls.mod .roll-elem:last-child .spot-box {
	margin-bottom: 0;
}

@media all and (max-width: 990px) {
	.spot-rolls.mod .spot-box {
		padding-right: 150px;
	}
}

.spot-worker .spot-box {
	text-transform: none;
}

a.spot-nko {
	text-decoration: none;
}

a.spot-nko.spot-nko-orange .btn {
	padding-left: 35px;
	padding-right: 35px;
	border-width: 2px;
}

.spot-nko {
	margin-top: 50px;
	margin-bottom: 0;
	display: block;
}

.spot-nko .spot-box {
	text-transform: none;
	padding: 10px 10px 10px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.spot-nko .spot-box:after,
.spot-nko .spot-box:before {
	display: none;
}

.spot-nko .spot-box__elem {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.spot-nko .spot-box-text {
	padding-right: 50px;
}

#interviewForm.accepted .form-btn {
	text-decoration: none;
	color: #14aa84;
}

#interviewForm.accepted .form-btn:before,
#interviewForm.accepted .form-btn:after {
	border-color: #14aa84;
}

#interviewForm.accepted .form-btn:after {
	background: url(../img/icons.svg) no-repeat -354px -210px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

#interviewForm.accepted .form-btn:before {
	opacity: 0;
}

.aside-right__interview {
	min-height: 530px;
	background: url(../img/interview-bg.svg) no-repeat left;
}

.aside-right__interview-inner {
	position: absolute;
	bottom: 0;
	left: 90px;
	padding-right: 20px;
}

.aside-right .inquirer-amount,
.aside-right .inquirer-progress {
	min-height: 35px;
	position: relative;
	margin: 16px 0;
}

.aside-right .inquirer-amount {
	border: 2px solid #00BED6;
	line-height: 30px;
	color: #00BED6;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 35px;
	text-transform: uppercase;
	padding: 0 15px;
	margin-bottom: 0;
	background: #ffffff;
}

.aside-right .inquirer-progress .progress {
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	margin-bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	border: 2px solid #14aa84;
	border-radius: 35px;
}

.aside-right .inquirer-progress .progress-bar {
	text-align: right;
	border-radius: 35px;
	background-color: #d0eee6;
	z-index: 1;
}

.aside-right .inquirer-progress .progress-bar-val {
	position: absolute;
	right: 0;
	right: 15px;
	z-index: 10;
}

.aside-right .inquirer-progress .progress-title,
.aside-right .inquirer-progress .progress-bar-val {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	color: #14aa84;
	line-height: 30px;
}

.aside-right .inquirer-progress .progress-title {
	padding-left: 15px;
	position: relative;
	z-index: 10;
	line-height: 1.1;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 70px;
	width: auto;
}

.aside-right__interview-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	position: relative;
	padding-left: 45px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 50px;
}

.aside-right__interview-title:after {
	content: '?';
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: 3px solid #4a4a4a;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
}

.aside-right__bottom-contact {
	left: 0 !important;
}

.aside-right .aside-right__contact {
	left: -22px;
	padding-left: 55px;
	position: relative;
}

.aside-right__contact-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	color: #14aa84;
	text-transform: uppercase;
	min-height: 35px;
	line-height: 35px;
	position: relative;
	margin-bottom: 30px;
}

.aside-right__contact-title:before {
	content: '';
	display: block;
	position: absolute;
	left: -50px;
	background: url(../img/arrow.svg) no-repeat -72px 11px;
	height: 34px;
	width: 34px;
	top: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	border: 3px solid #14aa84;
	border-radius: 35px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.aside-right__contact-list {
	padding-right: 20px;
}

.aside-right__contact-list li {
	position: relative;
	padding-top: 5px;
	padding-left: 35px;
	min-height: 30px;
	margin-bottom: 10px;
	font-family: GothamProBol;
	color: #4a4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aside-right__contact-list li.icon-map:after {
	background-position: -250px -159px;
}

.aside-right__contact-list li.icon-tel:after {
	background-position: -299px -164px;
}

.aside-right__contact-list li.icon-mail:after {
	background-position: -354px -163px;
}

.aside-right__contact-list li.icon-net:after {
	background-position: -409px -162px;
}

.aside-right__contact-list li * {
	font-family: GothamProBol;
	color: #4a4a4a;
}

.aside-right__contact-list li:after {
	content: '';
	display: block;
	background: url(../img/icons.svg) no-repeat;
	width: 30px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
}

.aside-right__net-list {
	font-size: 0;
	margin-top: 40px;
}

.aside-right__net-list li {
	display: inline-block;
	margin-right: 14px;
}

.aside-right__net-list a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: 3px solid #14aa84;
	opacity: .5;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	background: url(../img/net-icons.svg) no-repeat;
}

.aside-right__net-list a.icon-fb {
	background-position: 9px -34px;
}

.aside-right__net-list a.icon-vk {
	background-position: -141px -36px;
}

.aside-right__net-list a.icon-ok {
	background-position: -190px -36px;
}

.aside-right__net-list a.icon-ig {
	background-position: -94px -38px;
}

.aside-right__net-list a.icon-tw {
	background-position: -41px -36px;
}

.aside-right__net-list a:hover,
.aside-right__net-list a:focus {
	opacity: 1;
}

.aside-right .checkbox-box {
	display: block;
	color: #acacac;
	text-transform: uppercase;
	margin: 16px 0;
}

.aside-right .checkbox-box span {
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.aside-right .checkbox-box.selected span {
	color: #14aa84 !important;
}

.aside-right .checkbox-box .jq-checkbox {
	top: -3px;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin: 0 7px 0 0;
	border: 3px solid #acacac;
	border-radius: 35px;
	cursor: pointer;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}

.aside-right .checkbox-box .jq-checkbox input {
	width: 0;
	height: 0;
}

.aside-right .checkbox-box .jq-checkbox .jq-checkbox__div {
	width: 14px !important;
	height: 9px !important;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 15px !important;
	background: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	left: 14px !important;
}

.aside-right .checkbox-box .jq-checkbox.checked {
	border-color: #14aa84;
}

.aside-right .checkbox-box .jq-checkbox.checked .jq-checkbox__div {
	background: url(../img/arrow.svg) no-repeat -80px 0px;
}

.aside-right .form-btn {
	padding-left: 46px !important;
	margin-top: 30px;
}

/* ==============================================
 * блок с комментариями
 * ============================================== */
.comment-block {
	position: relative;
	margin-top: 40px;
	margin: 40px 70px !important;
	padding: 50px !important;
}

.comment-block textarea {
	min-height: 140px;
	font-family: PlumbC !important;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px !important;
}

.form-comment__answer {
	margin-top: 45px;
}

.comment-user {
	padding-left: 115px;
	position: relative;
	font-family: PlumbC;
	min-height: 100px;
	padding-top: 10px;
	padding-right: 280px;
}

.comment-user__btn {
	position: absolute;
	right: 0;
	top: 0;
}

.comment-user__avatar {
	display: block;
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	background-color: #faf6e0;
}

.comment-user__avatar img {
	max-width: 100%;
}

.comment-user__avatar:after {
	border-radius: 100px;
	overflow: hidden;
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../img/rating.svg) no-repeat 200px 200px;
}

.comment-user__name {
	font-family: PlumbBoldC;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
}

.comment-user__question {
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-user__date {
	margin-bottom: 15px;
}

.comment-user__name,
.comment-user__date,
.comment-user__question {
	display: block;
}

/* ==============================================
 * end блок с комментариями
 * ============================================== */
/* ==============================================
 * слайдер
 * ============================================== */
.slider-in-text li {
	text-align: center;
}

.slider-in-text,
.slider-whith-thumbs {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 70px;
}

.slider-in-text ul,
.slider-whith-thumbs ul {
	overflow: hidden;
	max-height: 300px;
}

.slider-in-text li,
.slider-whith-thumbs li {
	float: left;
	font-size: 0;
	white-space: nowrap;
}

.slider-in-text li img,
.slider-whith-thumbs li img {
	display: inline-block;
	font-size: 0;
	margin-right: 2px;
	max-width: 100%;
}

.slider-in-text__arrow,
.slider-whith-thumbs__arrow {
	cursor: pointer;
}

.slider-in-text .slider-next,
.slider-whith-thumbs .slider-next {
	right: 0px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.slider-in-text .slider-prev,
.slider-whith-thumbs .slider-prev {
	left: 0px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-notice,
.slider-whith-thumbs ul {
	max-height: 600px;
}

.slider-in-text-thumbs {
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
}

.slider-in-text-thumbs .draggable {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.slider-in-text-thumbs .slick-track {
	width: 100% !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.slider-in-text-thumbs li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	float: left;
	text-align: center;
	max-width: 100px !important;
	max-height: 100px !important;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid transparent;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-in-text-thumbs li:before {
	content: "";
	display: block;
	padding-top: 100%;
	float: left;
}

.slider-in-text-thumbs li.slick-current,
.slider-in-text-thumbs li:focus,
.slider-in-text-thumbs li:hover {
	border-color: #00BED6;
	outline: 0;
}

.slider-in-text-thumbs img {
	height: 100px;
	width: auto;
}

/* ==============================================
 * end слайдер
 * ============================================== */
/* ==============================================
 * Special version toolbar
 * ============================================== */
body {
	position: relative;
	-webkit-transition: padding .35s linear;
	-o-transition: padding .35s linear;
	transition: padding .35s linear;
	font-size: 14px;
	font-size: 1.4rem;
}

.wrap-sver {
	position: fixed;
	top: -80px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #14aa84;
	z-index: 10003;
	padding: 9px 50px 0;
	-webkit-transition: top .35s linear;
	-o-transition: top .35s linear;
	transition: top .35s linear;
}

.wrap-sver .header {
	background: #1e1e1e;
}

.wrap-sver .sver-contain {
	position: relative;
}

.wrap-sver .sver-item-settings {
	margin-right: 25px;
	float: left;
}

.wrap-sver .sver-item-settings .btn {
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	width: 340px;
	font-size: 14px;
	float: left;
	cursor: pointer;
	color: #fff;
	border-color: #fff;
	font-family: 'GothamProReg';
}

.wrap-sver .sver-item-settings .btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.wrap-sver .sver-item-settings .btn.active {
	background-color: #fff;
	color: #14aa84;
}

.wrap-sver .sver-item-settings .btn:not(:last-child) {
	margin-right: 20px;
}

.wrap-sver .sver-item-settings .btn.sm {
	font-size: 18px;
}

.wrap-sver .sver-item-settings .btn.md {
	font-size: 24px;
}

.wrap-sver .font-size {
	margin-right: 0;
}

.wrap-sver .font-size .color-btn {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #4a4a4a;
	text-transform: uppercase;
	text-align: center;
	font-family: 'GothamProBol';
	line-height: 66px;
	font-size: 36px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.wrap-sver .font-size .color-btn:not(:last-child) {
	margin-right: 20px;
}

.wrap-sver .font-size .black {
	color: #fff;
	background-color: #4a4a4a;
}

.wrap-sver .font-size .green {
	background-color: #14aa84;
	color: #fff !important;
}

.wrap-sver .elem-close {
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.wrap-sver .elem-close:hover:after {
	opacity: .7;
}

.wrap-sver .elem-close:after {
	content: "×";
	color: #fff;
	font-size: 24px;
	text-align: center;
	display: block;
	line-height: 28px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 3px solid #fff;
	cursor: pointer;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.main-page.open-over {
	padding-top: 80px;
}

.main-page.open-over .wrap-sver {
	top: 0;
}

.open-over .wrap-sver {
	top: 0;
}

@media all and (max-width: 1440px) {
	.wrap-sver {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrap-sver .sver-item-settings .btn {
		width: 250px;
		padding: 0 10px;
	}

	.wrap-sver .sver-item-settings .btn:not(:last-child) {
		margin-right: 10px;
	}

	.wrap-sver .sver-item-settings {
		margin-right: 10px;
	}

	.wrap-sver .font-size {
		margin-right: 0;
	}

	.wrap-sver .font-size .color-btn:not(:last-child) {
		margin-right: 10px;
	}

	.wrap-sver .elem-close {
		right: -10px;
	}
}

@media all and (max-width: 990px) {
	.wrap-sver {
		padding: 8px 25px 0;
		height: 88px;
		top: -88px;
	}

	.wrap-sver .sver-item-settings {
		margin-right: 0;
		float: none;
	}

	.wrap-sver .sver-item-settings:after {
		content: "";
		display: table;
		clear: both;
	}

	.wrap-sver .sver-item-settings .btn {
		height: 34px;
		line-height: 34px;
		font-size: 11px;
		padding: 0 5px;
		width: 142px;
	}

	.wrap-sver .sver-item-settings .btn:last-child {
		margin-right: 0;
	}

	.wrap-sver .sver-item-settings .btn.sm {
		font-size: 12px;
	}

	.wrap-sver .sver-item-settings .btn.md {
		font-size: 13px;
	}

	.wrap-sver .font-size {
		margin-top: 10px;
	}

	.wrap-sver .font-size .color-btn {
		width: 28px;
		height: 28px;
		font-size: 16px;
		line-height: 30px;
	}

	.wrap-sver .elem-close {
		right: 5px;
		top: inherit;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		bottom: 2px;
	}

	.wrap-sver .elem-close:after {
		width: 28px;
		height: 28px;
		font-size: 18px;
		line-height: 19px;
	}
}

/* ==============================================
 * end special version toolbar
 * ============================================== */
/* ==============================================
 * Contrast body color
 * ============================================== */
.body-black {
	background-color: #000;
	color: #fff;
}

.body-black .btn {
	color: #fff;
	border-color: #fff;
}

.body-black .btn:hover {
	color: #00BED6;
	background-color: #fff;
}

.body-black .sver-item-settings .btn:hover,
.body-black .sver-item-settings .btn:focus {
	color: #fff;
}

.body-black .sver-item-settings .btn.active:hover,
.body-black .sver-item-settings .btn.active:focus {
	color: #14aa84;
}

.body-black .pagination__active {
	opacity: 1;
}

.body-black .form-box-title {
	color: #fff;
}

.body-black .aside-right-bottom-lg {
	background-color: #000;
}

.body-black .btn-prev {
	color: #fff;
}

.body-black .btn-prev:before,
.body-black .btn-prev:focus:before {
	border-color: #fff;
	background-position: -111px 11px;
}

.body-black .text-link {
	color: #fff !important;
}

.body-black h1,
.body-black .h1,
.body-black h2,
.body-black .h2,
.body-black h3,
.body-black .h3,
.body-black h4,
.body-black .h4,
.body-black .main-center h1,
.body-black .main-center .h1 {
	color: #fff;
}

.body-black .tabs-map,
.body-black .map-nav-panel.tab-filter .map-scroll:after {
	background: #14aa84;
}

.body-black .map-nav-panel.tab-filter .nav-tabs > li.active > a,
.body-black .map-nav-panel.tab-filter .nav-tabs > li.active > a:hover,
.body-black .map-nav-panel.tab-filter .nav-tabs > li.active > a:focus {
	background: #14aa84;
	color: #fff;
}

.body-black .tabs-map .nav-tabs > li.active > a,
.body-black .tabs-map .nav-tabs > li.active > a:hover,
.body-black .tabs-map .nav-tabs > li.active > a:focus,
.body-black .tabs-map .nav-tabs > li > a:hover,
.body-black .tabs-map .nav-tabs > li > a {
	background: #14aa84;
	color: #fff;
	opacity: .8;
}

.body-black .reviews-list__item {
	background: #14aa84;
}

.body-black .map-nav-panel.tab-filter .form input,
.body-black .map-nav-panel.tab-filter .form textarea,
.body-black .map-nav-panel.tab-filter .bootstrap-select > .dropdown-toggle {
	background-color: #fff;
}

.body-black .map-bottom-btn .map-btn-reset {
	color: #fff;
}

.body-black .gray-text,
.body-black .under-title-date,
.body-black .under-title-category {
	color: #fff;
}

.body-black .form input,
.body-black .form textarea {
	color: #000;
}

.body-black .form input::-webkit-input-placeholder,
.body-black .form textarea::-webkit-input-placeholder {
	color: #000;
}

.body-black .form input::-moz-placeholder,
.body-black .form textarea::-moz-placeholder {
	color: #000;
}

.body-black .form input:-moz-placeholder,
.body-black .form textarea:-moz-placeholder {
	color: #000;
}

.body-black .form input:-ms-input-placeholder,
.body-black .form textarea:-ms-input-placeholder {
	color: #000;
}

.body-black .gray-select.bootstrap-select > .dropdown-toggle {
	color: #000 !important;
}

.body-black .accordion-toggle {
	color: #000;
}

.body-black .good-works__item {
	background-color: #14aa84;
}

.body-black .good-works__wrap-btn p {
	color: #fff;
}

.body-black .good-works__small-text {
	color: #fff;
}

.body-black .result-item__title {
	color: #fff;
}

.body-black .square-box__event-list a,
.body-black .square-box__event-list .date {
	color: #fff;
}

.body-black .link-box-download,
.body-black .download-edit {
	background: #fff;
}

.body-black .square-box-colored,
.body-black .colored-bg-header .square-box__header {
	position: relative;
	background: #00BED6;
}

.body-black .square-box-colored:before,
.body-black .colored-bg-header .square-box__header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern.png) repeat;
	opacity: .15;
}

.body-black .square-box-info-block {
	color: #000;
}

.body-black .header {
	background: #1e1e1e;
}

.body-black .header ul li a {
	color: #ffffff;
}

.body-black .news-big__text {
	color: #ffffff;
}

.body-black .news-big__show-filter {
	color: #ffffff;
	background-color: rgba(20, 170, 132, 0.3);
}

.body-black .news-big__show-filter:hover {
	background-color: rgba(20, 170, 132, 0.5);
}

.body-black .news-big__show-filter span:before {
	opacity: 0 !important;
}

.body-black .news-big__show-filter span:after {
	opacity: 1 !important;
	background-image: url(../img/arrow-white.svg) !important;
}

.body-black .header-top {
	position: relative;
	background: #000000;
}

.body-black .header-top:before {
	content: "";
	background: url('../img/pattern.png') repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: 0;
}

.body-black .header-top.header-top-photo {
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.body-black .header-top.header-top-photo:before {
	display: none;
}

.body-black .header-top-inner {
	position: relative;
	z-index: 10;
}

.body-black .main-center h1 {
	color: #fff;
}

.body-black .gray {
	color: #fff !important;
}

.body-black .rollover-slider {
	background: url('../img/promo/main-promo-0-opacity.png') no-repeat left bottom, #1e1e1e;
}

.body-black .rollover-slider__elem.elem-1,
.body-black .rollover-slider__elem.elem-2,
.body-black .rollover-slider__elem.elem-3,
.body-black .rollover-slider__elem.elem-4 {
	background-color: #1e1e1e;
}

.body-black .main-promo-elem {
	background: #1e1e1e;
}

.body-black .rollover-slider__input::-webkit-input-placeholder {
	color: #000;
}

.body-black .rollover-slider__input::-moz-placeholder {
	color: #000;
}

.body-black .rollover-slider__input:-moz-placeholder {
	color: #000;
}

.body-black .rollover-slider__input:-ms-input-placeholder {
	color: #000;
}

.body-black .rollover-slider-field-btn button {
	color: #000;
}

.body-black .icon-rollover-more {
	border-color: #fff;
	background-position: -111px 11px;
}

.body-black .main-promo__sublogo {
	color: #fff;
}

.body-black .main-promo__sublogo:before {
	background-color: #fff;
}

.body-black .main-promo_content-btn-close,
.body-black .main-promo__close-slide {
	color: #fff;
}

.body-black .main-promo_content-btn-close:before,
.body-black .main-promo__close-slide:before {
	border-color: #fff;
	background-position: 8px -104px;
}

.body-black .promo-content-list li a {
	color: #fff;
}

.body-black .promo-content-list li a:before {
	border-color: #fff;
	background: url(../img/arrow.svg) -111px 11px no-repeat;
}

.body-black .news-elem .news-elem__link {
	color: #fff;
}

.body-black .news-elem .news-elem__link:hover,
.body-black .news-elem .news-elem__link:focus {
	opacity: .7;
}

.body-black .news-elem__date {
	color: #fff;
}

.body-black .news-elem__status.new {
	color: #fff;
}

.body-black a.color-reverse:hover,
.body-black a.color-reverse.active {
	color: #fff !important;
}

.body-black .aside-right .checkbox-box {
	color: #fff;
}

.body-black .aside-right .checkbox-box .jq-checkbox {
	border-color: #fff;
}

.body-black .aside-right .checkbox-box .jq-checkbox.checked {
	border-color: #00BED6;
}

.body-black .aside-right__interview-title {
	color: #fff;
}

.body-black .aside-right__interview-title:after {
	border-color: #fff;
}

.body-black .left-side-nav a.mounth-icon {
	color: #fff;
}

.body-black .right-side-nav a,
.body-black .aside-right__subscription a,
.body-black .left-side-nav a,
.body-black .aside-left__link-circle a,
.body-black .aside-left__link-circle button {
	color: #fff;
}

.body-black .colored-bg,
.body-black .colored-box {
	background-color: #00BED6;
	background-image: none;
	position: relative;
}

.body-black .colored-bg:before,
.body-black .colored-box:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/pattern.png') repeat;
	opacity: .15;
}

.body-black .doing__preview-elem-text,
.body-black .doing__preview-elem-date {
	color: #fff;
}

.body-black .doing__preview-elem-date {
	opacity: .7;
}

.body-black .rating__preview-title {
	color: #fff;
}

.body-black .rating__preview-item a {
	color: #fff;
}

.body-black .rating__preview-list-position {
	color: #fff;
}

.body-black .rating__preview-list-icon:after {
	background-color: #ffffff;
}

.body-black .footer__info {
	background-color: #000;
	border-top-color: #00BED6;
}

.body-black .footer__wrong {
	background-color: #00BED6;
}

.body-black .footer__wrong:after {
	border-bottom-color: #00BED6;
}

.body-black .footer__attention {
	color: #fff;
}

.body-black .footer__attention big {
	color: #fff;
}

.body-black .footer__net-title {
	color: #fff;
}

.body-black .footer__net a {
	border-color: #fff;
}

.body-black .footer__net-vk:before {
	background-image: url(../img/vk-white.svg);
}

.body-black .footer__net-fb:before {
	background-image: url(../img/fb-white.svg);
}

.body-black .footer__copyright {
	color: #fff;
}

.body-black .partners-link {
	background-color: #1e1e1e;
}

.body-black .partners-link a {
	color: #fff;
}

.body-black .slick-arrow {
	background-color: transparent;
}

.body-black .slick-arrow:after,
.body-black .slick-arrow:before {
	background-color: transparent;
}

.body-black .slick-arrow:before {
	background-image: url(../img/arrow-white.svg);
	border-color: #fff;
}

.body-black .center-line:after {
	top: -55px;
}

.body-black .spot-box,
.body-black .spot-table-box,
.body-black .white-box,
.body-black .docs-wrap,
.body-black .docs-list li .link-box-download {
	background: #1e1e1e;
}

.body-black .spot-table-box:hover,
.body-black .spot-box:hover,
.body-black .spot-table-box:focus,
.body-black .spot-box:focus {
	background-color: #313131;
}

.body-black .spot-table-box__description,
.body-black .spot-box__description,
.body-black .link-box-download,
.body-black .download-edit {
	color: #ffffff;
}

.body-black .white-box.with-tab-panel {
	background-color: #fff;
}

.body-black .white-box .checkbox-box {
	color: #fff;
}

.body-black .white-box .checkbox-box .jq-checkbox,
.body-black .white-box .checkbox-box .jq-checkbox,
.body-black .white-box .checkbox-box .jq-radio,
.body-black .white-box .checkbox-box .jq-radio {
	border-color: #fff;
}

.body-black .white-box .checkbox-box .jq-checkbox .jq-checkbox__div,
.body-black .white-box .checkbox-box .jq-radio .jq-checkbox__div,
.body-black .white-box .checkbox-box .jq-checkbox .jq-radio__div,
.body-black .white-box .checkbox-box .jq-radio .jq-radio__div {
	background-color: #fff;
}

.body-black .white-box .question-form__step-time .countdown {
	color: #fff;
}

.body-black .question-form__step-info,
.body-black .question-form__step-time,
.body-black .registration-net__title {
	color: #fff;
}

.body-black .registration-btn .btn.disabled,
.body-black .registration-btn .btn.disabled:hover,
.body-black .registration-btn .btn.disabled:focus,
.body-black .registration-btn .btn.disabled:active {
	border-color: #fff;
	color: #fff;
	opacity: 0.7;
}

.body-black .search-result-box__text {
	color: #fff;
}

.body-black .docs-wrap h4 {
	color: #14aa84;
}

.body-black .square-box__work-groups .txt {
	color: #fff;
}

.body-black .square-box__header-title {
	color: #14aa84;
}

.body-black .white-form .form-box-title,
.body-black .white-box .form-box-title {
	color: #fff;
}

@media all and (max-width: 1599px) {
	.body-black .aside-circle-spot-lg .aside-left__link-circle a,
	.body-black .aside-circle-spot-lg .aside-left__link-circle button {
		background-color: transparent !important;
	}
}

@media all and (max-width: 1199px) {
	.body-black .doing-link-all {
		background: #00BED6;
		position: relative;
	}

	.body-black .doing-link-all:after {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/pattern.png) repeat;
		opacity: .15;
		position: absolute;
	}

	.body-black .doing-link-all a {
		border-color: #fff;
		color: #fff;
	}

	.body-black .section-rating .left-side-nav,
	.body-black .section-rating .active-big-item {
		background-color: #000;
	}

	.body-black .main-promo__content#data-slide-1,
	.body-black .main-promo__content#data-slide-2,
	.body-black .main-promo__content#data-slide-3,
	.body-black .main-promo__content#data-slide-4 {
		background-color: #1e1e1e;
	}
}

/* ==============================================
 * end contrast body color
 * ============================================== */
/* ==============================================
 * My slider
 * ============================================== */
.my-slider {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 69px;
}

.my-slider-item {
	height: 300px;
	background-position: 50% 50%;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	margin: 0 1px;
}

.my-slider .arrow-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.my-slider .arrow-next {
	left: inherit;
	right: 0;
}

@media all and (max-width: 700px) {
	.my-slider-item {
		height: 250px;
	}
}

/* ==============================================
 * end my slider
 * ============================================== */
/* ==============================================
 * My slider modify
 * ============================================== */
.my-slider.mod-my-slider img {
	/* height: 300px; */
}

.my-slider.mod-my-slider img:focus {
	outline: none;
}

.my-slider.mod-my-slider .slick-slide {
	padding: 0 1.5px;
}

.my-slider.mod-my-slider .slick-slide:focus,
.my-slider.mod-my-slider .slick-slide:active {
	outline: none;
}

@media all and (max-width: 700px) {
	.my-slider.mod-my-slider img {
		height: 100px;
	}
}

.fancybox-type-image .fancybox-close {
	top: 20px;
	right: 20px;
}

/* ==============================================
 * end my slider modify
 * ============================================== */

.footer-slider {
	padding: 15px 0;
	position: relative;
}

.footer-slider .arrow-prev {
	margin-left: 10px;
}

.footer-slider .arrow-next {
	margin-right: 10px;
}

.footer-slider .footer-slider-body div {
	width: 100%;
}

.footer-slider .footer-slider-body a {
	display: block;
	margin: 0 auto;
	max-height: 300px;
}

.footer-slider .footer-slider-body img {

	margin: 0 auto;
	max-height: 300px;
	width: 100%;
	max-width: 1800px;
}

@media (max-width: 1250px) {
	.footer-slider .footer-slider-body img {
		width: 100%;
	}
}

.footer-slider .arrow-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer-slider .arrow-next {
	left: inherit;
	right: 0;
}

.calendar-block {
	width: 100%;
	overflow: auto;
	position: relative;
}

.calendar-block .slick-arrow:after,
.calendar-block .slick-arrow:before,
.calendar-block .slick-arrow {
	background-color: transparent;
}

.calendar-block__header {
	position: relative;
	font-family: PlumbBoldC;
	text-align: center;
	border-bottom: 4px solid #d6d3d3;
	margin-right: 6px;
}

.calendar-block__content {
	position: relative;
	margin-right: 6px;
}

.calendar-block .slick-prev,
.calendar-block .slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -15px;
	font-size: 0;
	line-height: 0;
}

.calendar-block__header-content {
	max-height: 88px;
	overflow: hidden;
}

.calendar-block .slick-prev {
	left: 0;
}

.calendar-block .slick-next {
	right: 0;
}

.calendar-block__header-elem {
	height: auto;
	padding: 20px 40px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 48px;
	color: #dadada;
	white-space: nowrap;
	vertical-align: text-bottom;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-transform: uppercase;
}

.calendar-block__header-elem.slick-current {
	font-family: GothamProBol;
	color: #9c9c9c;
}

.calendar-block__header-elem.slick-slide {
	padding: 20px 0;
}

.calendar-block .calendar-week__content-elem {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: auto;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.calendar-block .calendar-week__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.calendar-block .calendar-week__elem {
	font-weight: bold;
	line-height: 110px;
	color: #d6d3d3;
	text-transform: uppercase;
	font-family: GothamProBol;
	text-align: center;
	background-color: #fff;
}

.calendar-block .calendar-week__elem.current {
	color: #00BED6;
}

.calendar-block .calendar-week__content-elem {
	outline: none;
}

.calendar-block .calendar-date,
.calendar-block .calendar-week__elem {
	width: 14.28%;
	height: 110px;
}

.calendar-block .calendar-date {
	position: relative;
	overflow: hidden;
	font-family: PlumbC;
	background-color: #ededed;
	outline: 1px solid #ffffff;
	font-size: 48px;
	font-size: 4.8rem;
	color: #d7d7d7;
	line-height: 110px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}

.calendar-block .calendar-date.last-event,
.calendar-block .calendar-date.last-event.active {
	background-color: #d6d6d6;
	color: #9c9c9c;
}

.calendar-block .calendar-date.last-event:hover,
.calendar-block .calendar-date.last-event.active:hover {
	background-color: #00BED6;
	color: #ffffff;
}

.calendar-block .calendar-date.last {
	background-color: #f4f4f4;
}

.calendar-block .calendar-date.inactive {
	cursor: default;
}

.calendar-block .calendar-date.active {
	background-color: #14aa84;
	color: #ffffff;
}

.calendar-block .calendar-date.active:hover {
	background-color: #00BED6;
}

.calendar-block .calendar-date.current .calendar-date__val {
	border: 3px solid #00BED6;
}

.calendar-block .calendar-date .calendar-date__event {
	display: none;
}

.calendar-block .calendar-date__val {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	cursor: pointer;
	text-align: center;
}

.calendar-block .calendar-date__slider {
	position: relative;
}

.calendar-block .calendar-date__slide-elem {
	position: relative;
	width: 14.28%;
	height: 110px;
	overflow: hidden;
}

.calendar-block .calendar-date img {
	position: absolute;
	top: -999px;
	right: -999px;
	bottom: -999px;
	left: -999px;
	min-width: 100%;
	max-width: 200%;
	min-height: 100%;
	max-height: 200%;
	margin: auto;
	opacity: .5;
}

.calendar-block .dots {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	height: 20px;
	font-size: 0;
	line-height: 20px;
}

.calendar-block .dots li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 7px;
	vertical-align: top;
	cursor: pointer;
	background-color: #ffffff;
	opacity: .5;
	border-radius: 4px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.calendar-block .dots li:last-of-type {
	margin-right: 0;
}

.calendar-block .dots li button {
	display: none;
}

.calendar-block .calendar-block-popup {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	overflow: hidden;
	color: #4a4a4a;
	background-color: #ffffff;
	padding-top: 10px;
}

.calendar-block .calendar-block-popup .calendar-date__event {
	display: block;
}

.calendar-date__heading {
	color: #14aa84;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: PlumbBoldC;
	margin-bottom: 10px;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.calendar-date__heading:hover {
	color: #00BED6;
}

.calendar-date__event-elem {
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 16px;
	font-size: 1.6rem;
}

.calendar-date__event-elem:last-child {
	border-bottom: 0;
}

.calendar-date__event-elem p {
	font-family: PlumbC;
	margin-bottom: 3px;
}

.calendar-date__event-elem span {
	font-family: PlumbBoldC;
}

.current .calendar-block-popup__date {
	color: #00BED6 !important;
}

.last-event .calendar-date__event-elem {
	color: #acacac;
}

.last-event .calendar-date__heading {
	color: #787878;
}

.last-event .calendar-date__heading:hover {
	color: #00BED6;
}

.calendar-block .calendar-block-popup .calendar-popup-elem {
	position: relative;
	height: 100%;
}

.calendar-block .calendar-block-popup__close {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 10;
	width: 32px;
	height: 32px;
	cursor: pointer;
	border: 3px solid #14aa84;
	border-radius: 50%;
}

.calendar-block .calendar-block-popup__close:after,
.calendar-block .calendar-block-popup__close:before {
	background: url('../img/close.svg') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	content: '';
	display: block;
}

.calendar-block .calendar-block-popup__close:after {
	opacity: 0;
	background-position: 6px 6px;
}

.calendar-block .calendar-block-popup__close:before {
	opacity: 1;
	background-position: 6px -70px;
}

.calendar-block .calendar-block-popup__close:hover {
	border-color: #00BED6;
}

.calendar-block .calendar-block-popup__close:hover:after {
	opacity: 1;
}

.calendar-block .calendar-block-popup__close:hover:before {
	opacity: 0;
}

.calendar-block-popup__prev.slick-arrow,
.calendar-block-popup__next.slick-arrow {
	font-family: GothamProBol;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 34px;
	text-indent: 0;
	width: auto;
	border-radius: 0;
	background: none;
	color: #14aa84;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	bottom: 0;
	top: auto;
	margin-top: 0;
}

.calendar-block-popup__prev.slick-arrow:hover,
.calendar-block-popup__next.slick-arrow:hover {
	color: #00BED6;
}

.calendar-block-popup__prev.slick-arrow {
	left: 0;
	padding-left: 45px;
}

.calendar-block-popup__prev.slick-arrow:after,
.calendar-block-popup__prev.slick-arrow:before {
	left: 0;
	right: auto;
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg);
}

.calendar-block-popup__next.slick-arrow {
	right: 0;
	padding-right: 45px;
}

.calendar-block-popup__next.slick-arrow:after,
.calendar-block-popup__next.slick-arrow:before {
	right: 0;
	left: auto;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.calendar-block-popup__next.slick-arrow:after {
	background-image: url(../img/arrow-orange-right.svg);
}

.calendar-block-popup__next.slick-arrow:before {
	background-image: url(../img/arrow-green-right.svg);
}

.calendar-block .calendar-block-popup__date {
	font-family: PlumbC;
	font-size: 24px;
	font-size: 2.4rem;
	color: #636363;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.calendar-block .calendar-block-popup__heading {
	position: absolute;
	right: 50px;
	bottom: 100px;
	left: 50px;
	font-family: PlumbBoldC;
	font-size: 36px;
	line-height: 48px;
	color: #4a4a4a;
	outline: none;
}

.calendar-block .calendar-block-popup__heading:hover {
	text-decoration: none;
}

.calendar-block .calendar-block-popup .slick-dots {
	bottom: 40px;
}

.calendar-block-popup__content {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
}

.calendar-block__header-content .slick-list {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-left: 50px;
	margin-right: 50px;
}

.calendar-block-popup__content .slick-list,
.calendar-block-popup__content .slick-track {
	height: 100%;
}

.calendar-block-popup__content .slick-prev,
.calendar-block-popup__content .slick-next {
	position: absolute;
	bottom: 41px;
	top: auto;
	opacity: 1;
	background-color: transparent;
}

.calendar-block-popup__content .slick-prev,
.calendar-block-popup__content .slick-next {
	position: absolute;
	bottom: 41px;
	top: auto;
	opacity: 1;
	background-color: transparent;
}

.calendar-block-popup__content .slick-prev {
	left: 50px;
}

.calendar-block-popup__content .slick-next {
	right: 50px;
}

/* ==============================================
 * SLICK SLIDER ОБЩИЕ СТИЛИ
 * ============================================== */
.slick-slider {
	overflow: visible;
	white-space: normal;
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	max-width: 1150px;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	height: 34px;
	width: 34px;
	border-radius: 34px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	border: 0;
	outline: 0;
	text-align: left;
	text-indent: -9999px;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	overflow: hidden;
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow.active {
	text-decoration: none;
	color: #00BED6;
}

.slick-arrow:hover:after,
.slick-arrow:focus:after,
.slick-arrow.active:after {
	opacity: 1;
	border-color: #00BED6;
}

.slick-arrow:hover:before,
.slick-arrow:focus:before,
.slick-arrow.active:before {
	opacity: 0;
}

.slick-arrow.active:after,
.slick-arrow.active:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slick-arrow:after {
	opacity: 0;
}

.slick-arrow:before {
	opacity: 1;
}

.slick-arrow:after,
.slick-arrow:before {
	content: '';
	display: block;
	position: absolute;
	background-position: center;
	background-color: #f9f9f9;
	border-radius: 34px;
	border: 3px solid #14aa84;
	background-image: url(../img/arrow-green.svg);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	left: 0;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.slick-arrow:after {
	background-image: url(../img/arrow-orange.svg);
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* ==============================================
 * end SLICK SLIDER ОБЩИЕ СТИЛИ
 * ============================================== */
/* ==============================================
 * ЛИЧНЫЙ КАБИНЕТ ЖИТЕЛЯ
 * ============================================== */
.profile-avatar .profile-avatar {
	border: 0 !important;
}

.profile-avatar .profile-avatar:after {
	display: none;
}

.profile-avatar {
	text-align: center;
	width: 220px;
	height: 220px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 220px;
	overflow: hidden;
	background-color: #faf6e0;
	background-position: 1000px 1000px;
}

.profile-avatar:after {
	width: 100px;
	height: 100px;
	/*border: 2px solid @orange;*/
	overflow: hidden;
	border-radius: 100px;
	content: '';
	display: block;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	background: url(../img/rating.svg) no-repeat;
	background-position: 1000px 1000px;
}

.profile-avatar img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.profile-rating {
	color: #00BED6;
	float: right;
}

#linkAddNko {
	display: none;
}

.profile-info-table__box {
	/*border-top: 1px solid #ebebeb;*/
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 20px;
	font-family: PlumbC;
}

.profile-info-table__box .bold {
	font-family: PlumbBoldC;
}

.profile-info-table__box p,
.profile-info-table__box .p {
	margin-bottom: 5px !important;
	line-height: 1.2;
}

.big-txt {
	text-transform: uppercase;
	font-size: 24px;
	font-family: GothamProBol;
}

.profile-info-table {
	margin-top: 20px;
}

.profile-info-table__title {
	font-size: 20px;
	font-size: 2rem;
	font-family: PlumbC;
	margin-bottom: 10px;
	/*margin-top: 20px;*/
}

.profile-top-info {
	padding-left: 290px;
	min-height: 220px;
	position: relative;
}

.profile-top-info .profile-avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.profile-top-info__net {
	margin: 0 !important;
}

.profile-top-info__net li {
	list-style: none;
	width: 50%;
	float: left;
	margin-bottom: 10px !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
	margin-left: 0 !important;
}

.profile-top-info__net li:after {
	display: none !important;
}

.profile-top-info__net span {
	padding-left: 35px;
	line-height: 30px;
	display: block;
	position: relative;
}

.profile-top-info__net span:after {
	opacity: 0;
}

.profile-top-info__net span:before {
	opacity: 1;
}

.profile-top-info__net span:after,
.profile-top-info__net span:before {
	content: '';
	background: url(../img/net-icons.svg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.profile-top-info__net span:hover:after {
	opacity: 1;
}

.profile-top-info__net span:hover:before {
	opacity: 0;
}

.profile-top-info__net li.fb span:after {
	background-position: 0px -126px;
}

.profile-top-info__net li.vk span:after {
	background-position: -144px -126px;
}

.profile-top-info__net li.tw span:after {
	background-position: -45px -126px;
}

.profile-top-info__net li.ig span:after {
	background-position: -99px -128px;
}

.profile-top-info__net li.fb span:before {
	background-position: 0px -37px;
}

.profile-top-info__net li.vk span:before {
	background-position: -144px -37px;
}

.profile-top-info__net li.tw span:before {
	background-position: -45px -37px;
}

.profile-top-info__net li.ig span:before {
	background-position: -99px -39px;
}

.profile-top-info__net a {
	display: block;
	color: #14aa84 !important;
	text-decoration: none !important;
	text-overflow: ellipsis;
	overflow: hidden;
}

.profile-top-info__net a:hover {
	color: #00BED6 !important;
	text-decoration: underline !important;
}

.profile-top-info__text {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}

.profile-top-info__text p,
.profile-top-info__text .p {
	margin-bottom: 2px !important;
}

.profile-top-info__text .text-block-box {
	margin-bottom: 32px;
}

.profile-top-info__box {
	margin-bottom: 30px;
}

.profile-top-info__name {
	font-size: 24px;
	font-family: PlumbBoldC;
	margin-bottom: 10px;
}

.start-lk__title {
	margin-bottom: 25px !important;
}

.start-lk__list {
	margin-top: 0 !important;
	margin-bottom: 55px !important;
}

.start-lk__list .spot-box-text {
	text-align: left;
}

.start-lk__list .spot-box__description {
	margin-top: 10px;
}

.start-lk .start-lk__list:last-child {
	margin-bottom: 0 !important;
}

/* ==============================================
* end ЛИЧНЫЙ КАБИНЕТ ЖИТЕЛЯ
* ============================================== */
/* ==============================================
* кружки с преимуществами
* ============================================== */
.list-circle-pluses {
	font-size: 0;
	margin-top: 30px;
	text-align: center;
}

.list-circle-pluses li {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 33.3%;
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 230px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbBoldC;
}

.list-circle-pluses li span {
	display: block;
	max-width: 220px;
	margin: 0 auto;
}

.list-circle-pluses.col-2 li {
	width: 50%;
}

.circle-pluses__icon {
	width: 160px;
	height: 160px;
	display: block;
	background: #f6f6f6;
	border-radius: 50%;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
}

.circle-pluses__icon:after {
	background: url(../img/section-icon.svg) no-repeat;
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
}

.circle-pluses__icon.icon-1:after {
	background-position: 19px 9px;
}

.circle-pluses__icon.icon-2:after {
	background-position: -140px 10px;
}

.circle-pluses__icon.icon-3:after {
	background-position: -288px 13px;
}

.circle-pluses__icon.icon-4:after {
	background-position: -435px 10px;
}

.circle-pluses__icon.icon-5:after {
	background-position: 19px -125px;
}

.circle-pluses__icon.icon-6:after {
	background-position: -133px -125px;
}

.circle-pluses__icon.icon-7:after {
	background-position: -288px -125px;
}

.circle-pluses__icon.icon-8:after {
	background-position: -441px -127px;
}

.circle-pluses__icon.icon-9:after {
	background-position: 9px -255px;
}

.circle-pluses__icon.icon-10:after {
	background-position: -133px -257px;
}

.circle-pluses__icon.icon-11:after {
	background-position: -288px -257px;
}

.circle-pluses__icon.icon-12:after {
	background-position: 9px -380px;
}

.circle-pluses__icon.icon-13:after {
	background-position: -133px -380px;
}

.circle-pluses__icon.icon-14:after {
	background-position: 9px -524px;
}

.circle-pluses__icon.icon-15:after {
	background-position: -138px -531px;
}

.circle-pluses__icon.icon-16:after {
	background-position: -288px -530px;
}

.circle-pluses__icon.icon-17:after {
	background-position: -433px -530px;
}

.circle-pluses__icon.icon-18:after {
	background-position: -579px -530px;
}

.circle-pluses__icon.icon-19:after {
	background-position: -729px -527px;
}

.circle-pluses__icon.icon-20:after {
	background-position: 7px -657px;
}

.circle-pluses__icon.icon-21:after {
	background-position: -136px -661px;
}

.circle-pluses__icon.icon-22:after {
	background-position: -291px -667px;
}

.circle-pluses__icon.icon-23:after {
	background-position: -434px -669px;
}

.circle-pluses__icon.icon-24:after {
	background-position: -577px -664px;
}

.circle-pluses__icon.icon-25:after {
	background-position: -736px -665px;
}

.circle-pluses__icon.icon-26:after {
	background-position: 7px -782px;
}

.circle-pluses__icon.icon-27:after {
	background-position: -140px -782px;
}

.circle-pluses__icon.icon-28:after {
	background-position: -292px -782px;
}

.circle-pluses__icon.icon-29:after {
	background-position: -441px -778px;
}

.circle-pluses__icon.icon-30:after {
	background-position: -582px -779px;
}

.circle-pluses__icon.icon-31:after {
	background-position: -742px -785px;
}

.circle-pluses__icon.icon-32:after {
	background-position: 7px -909px;
}

.circle-pluses__icon.icon-33:after {
	background-position: -143px -916px;
}

.circle-pluses__icon.icon-34:after {
	background-position: -292px -912px;
}

.circle-pluses__icon.icon-35:after {
	background-position: -440px -909px;
}

.circle-pluses__icon.icon-36:after {
	background-position: -584px -909px;
}

.circle-pluses__icon.icon-37:after {
	background-position: -746px -909px;
}

.circle-pluses__icon.icon-38:after {
	background-position: 8px -1034px;
}

.circle-pluses__icon.icon-39:after {
	background-position: -136px -1029px;
}

.circle-pluses__icon.icon-40:after {
	background-position: -292px -1034px;
}

.circle-pluses__icon.icon-41:after {
	background-position: -442px -1027px;
}

.circle-pluses__icon.icon-42:after {
	background-position: -588px -1028px;
}

.circle-pluses__icon.icon-43:after {
	background-position: -748px -1028px;
}

.circle-pluses__icon.icon-44:after {
	background-position: 5px -1153px;
}

.circle-pluses__icon.icon-45:after {
	background-position: -136px -1153px;
}

.circle-pluses__icon.icon-46:after {
	background-position: -301px -1153px;
}

.circle-pluses__icon.icon-47:after {
	background-position: -445px -1153px;
}

.circle-pluses__icon.icon-48:after {
	background-position: -594px -1153px;
}

.circle-pluses__icon.icon-49:after {
	background-position: -749px -1153px;
}

.circle-pluses__icon.icon-50:after {
	background-position: 5px -1286px;
}

.circle-pluses__icon.icon-51:after {
	background-position: -136px -1286px;
}

.circle-pluses__icon.icon-52:after {
	background-position: -301px -1286px;
}

.circle-pluses__icon.icon-53:after {
	background-position: -445px -1286px;
}

.circle-pluses__icon.icon-54:after {
	background-position: -594px -1286px;
}

.circle-pluses__icon.icon-55:after {
	background-position: -749px -1286px;
}

hr {
	background: #f0f0f0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.hr-dark {
	background: #d9d9d9;
	border-color: #d9d9d9;
}

/* ==============================================
* end кружки с преимуществами
* ============================================== */
/* ==============================================
* регистрация
* ============================================== */
.form-registration {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbC;
}

.form-registration__tel,
.form-registration__sms {
	max-width: 440px;
	text-align: center;
}

.form-registration .form__descr {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.form-registration__tel,
.form-registration__sms {
	padding-right: 20px !important;
}

.registration-start-form {
	text-align: center !important;
}

.registration-start-form .form-box {
	margin-bottom: 10px;
}

.registration-btn .btn {
	min-width: 330px;
	margin-left: 10px;
	margin-right: 10px;
}

.registration-btn .btn.disabled,
.registration-btn .btn.disabled:hover,
.registration-btn .btn.disabled:focus,
.registration-btn .btn.disabled:active {
	background-color: transparent;
	color: #929292;
	border-color: #929292;
}

.registration-main-form .form-box {
	max-width: 540px;
	margin-right: auto;
	margin-left: auto;
}

.form__descr {
	min-height: 20px;
	width: 100%;
}

.form__descr a {
	color: #14aa84;
	text-decoration: underline;
}

.form__descr a:hover {
	text-decoration: none;
}

.form__descr-bold {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: PlumbBoldC;
	line-height: 1.5;
}

.registration-net,
.registration-btn {
	margin-top: 35px;
}

.registration-net {
	text-align: center;
}

.registration-net__title {
	font-family: PlumbBoldC;
	color: #929292;
}

.registration-net__list {
	font-size: 0;
	margin-top: 22px;
}

.registration-net__list li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.registration-net__list li a {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	background: url(../img/registration-net.svg) no-repeat;
}

.registration-net__list li a:hover {
	opacity: .6;
}

.registration-net__list li.registration-net__ya a {
	background-color: #dc2b1d;
	background-position: -76px 13px;
}

.registration-net__list li.registration-net__fb a {
	background-color: #365c98;
	background-position: -31px 13px;
}

.registration-net__list li.registration-net__vk a {
	background-color: #436391;
	background-position: 11px 18px;
}

.registration-net__list a.odnoklassniki {
	background-color: #ee8208;
	background-position: -131px 12px;
}

.registration-net__list-main .registration-net__list li {
	display: inline-block;
	margin-left: 0;
	margin-right: 30px;
}

.registration-net__list-main .registration-net__list li a {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: 3px solid #14aa84;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
	background: none;
}

.registration-net__list-main .registration-net__list li a:before,
.registration-net__list-main .registration-net__list li a:after {
	background: url(../img/registration-net.svg) no-repeat;
	content: '';
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.registration-net__list-main .registration-net__list li a:before {
	opacity: 1;
}

.registration-net__list-main .registration-net__list li a:after {
	opacity: 0;
}

.registration-net__list-main .registration-net__list li a:hover {
	opacity: 1;
	border-color: #00BED6;
}

.registration-net__list-main .registration-net__list li a:hover:before {
	opacity: 0;
}

.registration-net__list-main .registration-net__list li a:hover:after {
	opacity: 1;
}

.registration-net__list-main .registration-net__list li.registration-net__ya a:before {
	background-position: -80px -50px;
}

.registration-net__list-main .registration-net__list li.registration-net__ya a:after {
	background-position: -80px -104px;
}

.registration-net__list-main .registration-net__list li.registration-net__fb a:before {
	background-position: -35px -47px;
}

.registration-net__list-main .registration-net__list li.registration-net__fb a:after {
	background-position: -35px -101px;
}

.registration-net__list-main .registration-net__list li.registration-net__vk a:before {
	background-position: 7px -42px;
}

.registration-net__list-main .registration-net__list li.registration-net__vk a:after {
	background-position: 7px -96px;
}

.registration-net__list-main .registration-net__list a.odnoklassniki:before {
	background-position: -135px -47px;
}

.registration-net__list-main .registration-net__list a.odnoklassniki:after {
	background-position: -135px -101px;
}

.main-registration .promo-content-list {
	padding-top: 17px;
}

/* ==============================================
* end регистрация
* ============================================== */
/* ==============================================
 * Преимущества волонтёра
 * ============================================== */
.advant-volunteer {
	text-align: center;
}

.advant-volunteer__title {
	margin: 75px 0 45px;
	font-family: GothamProBol;
	font-size: 30px;
	font-size: 3rem;
	color: #00BED6;
	text-transform: uppercase;
}

.advant-volunteer__list {
	margin-left: -30px;
	margin-right: -30px;
}

.advant-volunteer li {
	display: inline-block;
	width: 255px;
	padding: 0 30px;
	margin-bottom: 35px;
	vertical-align: top;
}

.advant-volunteer .icon {
	background: url('../img/icons-advan-volunteer.png') no-repeat 10px 10px;
	-webkit-background-size: 1000px 239px;
	background-size: 1000px 239px;
	width: 96px;
	height: 86px;
	display: inline-block;
	margin-top: 35px;
}

.advant-volunteer .icon.icon-1 {
	background-position: -38px -16px;
}

.advant-volunteer .icon.icon-2 {
	background-position: -189px -14px;
}

.advant-volunteer .icon.icon-3 {
	background-position: -354px -16px;
}

.advant-volunteer .icon.icon-4 {
	background-position: -510px -17px;
}

.advant-volunteer .icon.icon-5 {
	background-position: -38px -131px;
}

.advant-volunteer .icon.icon-6 {
	background-position: -191px -129px;
}

.advant-volunteer .icon.icon-7 {
	background-position: -354px -132px;
}

.advant-volunteer .wrap-icon {
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #faf6e0;
	margin-bottom: 20px;
}

.advant-volunteer p {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	color: #00BED6;
	text-transform: uppercase;
	line-height: 1.2;
}

/* ==============================================
* end преимущества волонтёра
* ============================================== */
/* ==============================================
 * общие левая фигня потом разобрать и удалить
 * ============================================== */
.answers-list__box-header {
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
	font-size: 1.6rem;
	color: #c3c3c3;
	padding-bottom: 20px;
	font-family: PlumbBoldC;
}

.answers-list__box-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.answers-list__box-body-title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #787878;
	padding-bottom: 20px;
	font-family: PlumbBoldC;
}

.answers-list__box {
	border-bottom: 6px solid #dfdfdf;
	margin-bottom: 45px;
}

.answers-list__box .form-box__elem {
	margin-bottom: 30px;
}

.answers-list__box .form-box:last-child {
	margin-bottom: 0;
}

.answers-list__box .h5 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 0;
}

.text-block-box {
	margin-bottom: 40px;
	line-height: 1.3;
}

.text-block-box li {
	list-style: none !important;
	margin-left: 0 !important;
}

.text-block-box .p p {
	margin-bottom: 10px;
}

.text-block-box .p p:last-child {
	margin-bottom: 0px;
}

.orange {
	color: #00BED6 !important;
}

.text-block .text-block-box:last-child {
	margin-bottom: 0;
}

.row .text-block-box:last-child {
	margin-bottom: 40px;
}

.text-icon-info {
	position: relative;
	padding-left: 45px;
}

.text-icon-info:after {
	width: 0;
	height: 0;
	content: '!';
	position: absolute;
	top: 50%;
	margin-top: -14px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	left: 0;
	border: 2px solid #14aa84;
	z-index: 10;
	color: #14aa84;
	text-align: center;
	line-height: 20px;
	font-family: GothamProBol;
	font-size: 19px;
	font-size: 1.9rem;
}

.text-block {
    font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.4;
	/* font-size: 2rem;
	line-height: 28px; */
	font-family: PlumbC;
}

.text-block .row {
	margin-left: -50px;
	margin-right: -50px;
}

.text-block ul:not([class]),
.text-block ol:not([class]) {
	margin-left: 15px;
}

.text-block strong {
	font-family: PlumbBoldC;
}

.text-block a:not([class]) {
	color: #14aa84;
	vertical-align: top;
	text-decoration: underline;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	display: inline-block;
}

.text-block a:not([class]):hover {
	color: #14aa84;
	text-decoration: none;
}

.text-block .bold {
	font-family: PlumbBoldC;
}

.text-block h4,
.text-block .h4 {
	margin-bottom: 25px;
}

.text-block h2 {
	margin-bottom: 15px;
}

.text-block p:last-child,
.text-block .p:last-child {
	margin-bottom: 0;
	padding-top: 2px !important;
}

.text-block p,
.text-block ol,
.text-block ul,
.text-block .p {
	margin-bottom: 10px;
}

.text-block ol li {
	position: relative;
	padding-left: 5px;
	margin-left: 20px;
	list-style-type: decimal !important;
	margin-bottom: 0 !important;
}

.text-block ol .ol-number {
	position: absolute;
	left: 0;
}

.text-block ul li {
	position: relative;
	margin-bottom: 0;
	list-style: disc;
	padding-left: 5px;
	margin-left: 20px;
	/*&:after {
        content: '';
        display: block;
        position: absolute;
        left: 0; top: 8px;
        border-radius: 5px;
        width: 5px; height: 5px;
        background-color: #4a4a4a;
      }*/
}

.text-block.text-small {
	font-size: 14px;
	font-size: 1.4rem;
}

.text-block.text-small p,
.text-block.text-small ol,
.text-block.text-small ul,
.text-block.text-small .p {
	margin-bottom: 20px;
}

.text-block img {
    max-width: 100%;
    /* margin: 15px 0; */
    width: 100%;
}

.event_card__block img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0px 10px 10px 0px;
}

.text-link {
	color: #4a4a4a !important;
	text-decoration: none !important;
}

.text-link:hover {
	color: #4a4a4a !important;
	text-decoration: none !important;
}

.gray {
	color: rgba(100, 100, 100, 0.7) !important;
}

.green {
	color: #14aa84 !important;
}

.text-gray {
	color: #4a4a4a !important;
}

.text-block-big {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.h2-i-top h2 {
	margin-top: 25px;
}

.under-main-title-red {
	color: #00BED6;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.under-title-date,
.under-title-category {
	color: #a1a1a1;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	margin-bottom: 5px;
}

.under-title-cat {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.under-title-date.under-title-date-light,
.under-title-category.under-title-date-light {
	font-family: PlumbC;
	font-size: 14px;
	font-size: 1.4rem;
}

.under-title-status {
	color: #b90615;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.under-title-status__elem {
	margin-right: 20px;
}

.under-title-status .active {
	color: #14aa84;
}

.under-title-category {
	margin-bottom: 40px;
}

.under-title-link a {
	color: #14aa84;
	text-decoration: none;
	display: block;
	font-family: GothamProBol;
}

.under-title-link a:hover,
.under-title-link a:focus,
.under-title-link a:visited {
	color: #14aa84;
	text-decoration: underline;
}

.text-small {
	font-size: 14px;
	font-size: 1.4rem;
}

.center {
	text-align: center;
}

.new-slider {
	position: relative;
	left: -52px;
	margin-top: 50px;
}

/*меню в правом сайдбаре*/
.h_arrow {
	padding-left: 50px;
	display: table;
	width: 100%;
	text-transform: uppercase;
	color: #14aa84;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	min-height: 32px;
	line-height: 1.3;
	position: relative;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.h_arrow span {
	display: table-cell;
	vertical-align: middle;
}

.h_arrow i {
	color: #00BED6;
	font-style: normal;
}

.h_arrow:hover,
.h_arrow:focus,
.h_arrow.active {
	text-decoration: none;
	color: #00BED6;
}

.h_arrow:hover:after,
.h_arrow:focus:after,
.h_arrow.active:after {
	opacity: 1;
	border-color: #00BED6;
}

.h_arrow:hover:before,
.h_arrow:focus:before,
.h_arrow.active:before {
	opacity: 0;
}

.h_arrow.active:after,
.h_arrow.active:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.h_arrow:after {
	opacity: 0;
}

.h_arrow:before {
	opacity: 1;
}

.h_arrow:after,
.h_arrow:before {
	content: '';
	display: block;
	position: absolute;
	background-position: center;
	background-color: #f9f9f9;
	border-radius: 34px;
	border: 3px solid #14aa84;
	background-image: url(../img/arrow-green.svg);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	left: 0;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.h_arrow:after {
	background-image: url(../img/arrow-orange.svg);
}

.right-side-nav,
.aside-right__subscription {
	left: -22px;
	position: relative;
}

.right-side-nav,
.aside-right__subscription,
.left-side-nav {
	padding: 0;
}

.right-side-nav li,
.aside-right__subscription li,
.left-side-nav li {
	list-style: none;
	margin-bottom: 18px;
}

.right-side-nav > li > ul,
.aside-right__subscription > li > ul,
.left-side-nav > li > ul {
	padding-left: 40px;
	margin-top: 14px;
}

.right-side-nav > li > ul a,
.aside-right__subscription > li > ul a,
.left-side-nav > li > ul a {
	padding-left: 35px;
}

.right-side-nav > li > ul li,
.aside-right__subscription > li > ul li,
.left-side-nav > li > ul li {
	margin-bottom: 10px;
}

.right-side-nav > li > ul a:after,
.aside-right__subscription > li > ul a:after,
.left-side-nav > li > ul a:after,
.right-side-nav > li > ul a:before,
.aside-right__subscription > li > ul a:before,
.left-side-nav > li > ul a:before {
	border: 0;
}

.right-side-nav a,
.aside-right__subscription a,
.left-side-nav a,
.right-side-nav .a,
.aside-right__subscription .a,
.left-side-nav .a {
	will-change: transform;
	padding-left: 50px;
	display: table;
	width: 100%;
	text-transform: uppercase;
	color: #14aa84;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	min-height: 32px;
	height: 32px;
	position: relative;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	/*&.rss-icon, &.subscription-icon, &.like-icon, &.mounth-icon, &.year-icon, &.plus-icon*/
}

.right-side-nav a span,
.aside-right__subscription a span,
.left-side-nav a span,
.right-side-nav .a span,
.aside-right__subscription .a span,
.left-side-nav .a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	height: 34px;
}

.right-side-nav a i,
.aside-right__subscription a i,
.left-side-nav a i,
.right-side-nav .a i,
.aside-right__subscription .a i,
.left-side-nav .a i {
	color: #00BED6;
	font-style: normal;
}

.right-side-nav a:hover,
.aside-right__subscription a:hover,
.left-side-nav a:hover,
.right-side-nav .a:hover,
.aside-right__subscription .a:hover,
.left-side-nav .a:hover,
.right-side-nav a.active,
.aside-right__subscription a.active,
.left-side-nav a.active,
.right-side-nav .a.active,
.aside-right__subscription .a.active,
.left-side-nav .a.active {
	text-decoration: none;
	color: #00BED6;
}

.right-side-nav a:hover:after,
.aside-right__subscription a:hover:after,
.left-side-nav a:hover:after,
.right-side-nav .a:hover:after,
.aside-right__subscription .a:hover:after,
.left-side-nav .a:hover:after,
.right-side-nav a.active:after,
.aside-right__subscription a.active:after,
.left-side-nav a.active:after,
.right-side-nav .a.active:after,
.aside-right__subscription .a.active:after,
.left-side-nav .a.active:after {
	opacity: 1;
	border-color: #00BED6;
}

.right-side-nav a:hover:before,
.aside-right__subscription a:hover:before,
.left-side-nav a:hover:before,
.right-side-nav .a:hover:before,
.aside-right__subscription .a:hover:before,
.left-side-nav .a:hover:before,
.right-side-nav a.active:before,
.aside-right__subscription a.active:before,
.left-side-nav a.active:before,
.right-side-nav .a.active:before,
.aside-right__subscription .a.active:before,
.left-side-nav .a.active:before {
	opacity: 0;
}

.right-side-nav a.active:after,
.aside-right__subscription a.active:after,
.left-side-nav a.active:after,
.right-side-nav .a.active:after,
.aside-right__subscription .a.active:after,
.left-side-nav .a.active:after,
.right-side-nav a.active:before,
.aside-right__subscription a.active:before,
.left-side-nav a.active:before,
.right-side-nav .a.active:before,
.aside-right__subscription .a.active:before,
.left-side-nav .a.active:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.right-side-nav a:after,
.aside-right__subscription a:after,
.left-side-nav a:after,
.right-side-nav .a:after,
.aside-right__subscription .a:after,
.left-side-nav .a:after {
	opacity: 0;
}

.right-side-nav a:before,
.aside-right__subscription a:before,
.left-side-nav a:before,
.right-side-nav .a:before,
.aside-right__subscription .a:before,
.left-side-nav .a:before {
	opacity: 1;
}

.right-side-nav a:after,
.aside-right__subscription a:after,
.left-side-nav a:after,
.right-side-nav .a:after,
.aside-right__subscription .a:after,
.left-side-nav .a:after,
.right-side-nav a:before,
.aside-right__subscription a:before,
.left-side-nav a:before,
.right-side-nav .a:before,
.aside-right__subscription .a:before,
.left-side-nav .a:before {
	content: '';
	display: block;
	position: absolute;
	background-position: center;
	background-color: #f9f9f9;
	border-radius: 34px;
	border: 3px solid #14aa84;
	background-image: url(../img/arrow-green.svg);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	left: 0;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.right-side-nav a.down-arrow:after,
.aside-right__subscription a.down-arrow:after,
.left-side-nav a.down-arrow:after,
.right-side-nav .a.down-arrow:after,
.aside-right__subscription .a.down-arrow:after,
.left-side-nav .a.down-arrow:after,
.right-side-nav a.down-arrow:before,
.aside-right__subscription a.down-arrow:before,
.left-side-nav a.down-arrow:before,
.right-side-nav .a.down-arrow:before,
.aside-right__subscription .a.down-arrow:before,
.left-side-nav .a.down-arrow:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.right-side-nav a:after,
.aside-right__subscription a:after,
.left-side-nav a:after,
.right-side-nav .a:after,
.aside-right__subscription .a:after,
.left-side-nav .a:after {
	background-image: url(../img/arrow-orange.svg);
}

.right-side-nav a.with-icon,
.aside-right__subscription a.with-icon,
.left-side-nav a.with-icon,
.right-side-nav .a.with-icon,
.aside-right__subscription .a.with-icon,
.left-side-nav .a.with-icon {
	color: #14aa84;
}

.right-side-nav a.with-icon:after,
.aside-right__subscription a.with-icon:after,
.left-side-nav a.with-icon:after,
.right-side-nav .a.with-icon:after,
.aside-right__subscription .a.with-icon:after,
.left-side-nav .a.with-icon:after {
	opacity: 1;
}

.right-side-nav a.with-icon:before,
.aside-right__subscription a.with-icon:before,
.left-side-nav a.with-icon:before,
.right-side-nav .a.with-icon:before,
.aside-right__subscription .a.with-icon:before,
.left-side-nav .a.with-icon:before {
	opacity: 0;
}

.right-side-nav a.with-icon:after,
.aside-right__subscription a.with-icon:after,
.left-side-nav a.with-icon:after,
.right-side-nav .a.with-icon:after,
.aside-right__subscription .a.with-icon:after,
.left-side-nav .a.with-icon:after,
.right-side-nav a.with-icon:before,
.aside-right__subscription a.with-icon:before,
.left-side-nav a.with-icon:before,
.right-side-nav .a.with-icon:before,
.aside-right__subscription .a.with-icon:before,
.left-side-nav .a.with-icon:before {
	background-image: url(../img/icons.svg) !important;
	border-color: #14aa84;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.right-side-nav a.with-icon:hover,
.aside-right__subscription a.with-icon:hover,
.left-side-nav a.with-icon:hover,
.right-side-nav .a.with-icon:hover,
.aside-right__subscription .a.with-icon:hover,
.left-side-nav .a.with-icon:hover,
.right-side-nav a.with-icon.active,
.aside-right__subscription a.with-icon.active,
.left-side-nav a.with-icon.active,
.right-side-nav .a.with-icon.active,
.aside-right__subscription .a.with-icon.active,
.left-side-nav .a.with-icon.active {
	color: #00BED6;
}

.right-side-nav a.with-icon:hover:after,
.aside-right__subscription a.with-icon:hover:after,
.left-side-nav a.with-icon:hover:after,
.right-side-nav .a.with-icon:hover:after,
.aside-right__subscription .a.with-icon:hover:after,
.left-side-nav .a.with-icon:hover:after,
.right-side-nav a.with-icon.active:after,
.aside-right__subscription a.with-icon.active:after,
.left-side-nav a.with-icon.active:after,
.right-side-nav .a.with-icon.active:after,
.aside-right__subscription .a.with-icon.active:after,
.left-side-nav .a.with-icon.active:after {
	opacity: 0;
}

.right-side-nav a.with-icon:hover:before,
.aside-right__subscription a.with-icon:hover:before,
.left-side-nav a.with-icon:hover:before,
.right-side-nav .a.with-icon:hover:before,
.aside-right__subscription .a.with-icon:hover:before,
.left-side-nav .a.with-icon:hover:before,
.right-side-nav a.with-icon.active:before,
.aside-right__subscription a.with-icon.active:before,
.left-side-nav a.with-icon.active:before,
.right-side-nav .a.with-icon.active:before,
.aside-right__subscription .a.with-icon.active:before,
.left-side-nav .a.with-icon.active:before {
	opacity: 1;
	border-color: #00BED6;
}

.right-side-nav a.subscription-icon:before,
.aside-right__subscription a.subscription-icon:before,
.left-side-nav a.subscription-icon:before,
.right-side-nav .a.subscription-icon:before,
.aside-right__subscription .a.subscription-icon:before,
.left-side-nav .a.subscription-icon:before {
	background-position: 4px -396px;
}

.right-side-nav a.subscription-icon:after,
.aside-right__subscription a.subscription-icon:after,
.left-side-nav a.subscription-icon:after,
.right-side-nav .a.subscription-icon:after,
.aside-right__subscription .a.subscription-icon:after,
.left-side-nav .a.subscription-icon:after {
	background-position: 4px -431px;
}

.right-side-nav a.rss-icon:before,
.aside-right__subscription a.rss-icon:before,
.left-side-nav a.rss-icon:before,
.right-side-nav .a.rss-icon:before,
.aside-right__subscription .a.rss-icon:before,
.left-side-nav .a.rss-icon:before {
	background-position: -41px -396px;
}

.right-side-nav a.rss-icon:after,
.aside-right__subscription a.rss-icon:after,
.left-side-nav a.rss-icon:after,
.right-side-nav .a.rss-icon:after,
.aside-right__subscription .a.rss-icon:after,
.left-side-nav .a.rss-icon:after {
	background-position: -41px -431px;
}

.right-side-nav a.like-icon:before,
.aside-right__subscription a.like-icon:before,
.left-side-nav a.like-icon:before,
.right-side-nav .a.like-icon:before,
.aside-right__subscription .a.like-icon:before,
.left-side-nav .a.like-icon:before {
	background-position: -96px -120px;
}

.right-side-nav a.like-icon:after,
.aside-right__subscription a.like-icon:after,
.left-side-nav a.like-icon:after,
.right-side-nav .a.like-icon:after,
.aside-right__subscription .a.like-icon:after,
.left-side-nav .a.like-icon:after {
	background-position: -96px -165px;
}

.right-side-nav a.year-icon:after,
.aside-right__subscription a.year-icon:after,
.left-side-nav a.year-icon:after,
.right-side-nav .a.year-icon:after,
.aside-right__subscription .a.year-icon:after,
.left-side-nav .a.year-icon:after {
	background-position: -86px -431px;
}

.right-side-nav a.year-icon:before,
.aside-right__subscription a.year-icon:before,
.left-side-nav a.year-icon:before,
.right-side-nav .a.year-icon:before,
.aside-right__subscription .a.year-icon:before,
.left-side-nav .a.year-icon:before {
	background-position: -86px -396px;
}

.right-side-nav a.mounth-icon:after,
.aside-right__subscription a.mounth-icon:after,
.left-side-nav a.mounth-icon:after,
.right-side-nav .a.mounth-icon:after,
.aside-right__subscription .a.mounth-icon:after,
.left-side-nav .a.mounth-icon:after {
	background-position: -136px -431px;
}

.right-side-nav a.mounth-icon:before,
.aside-right__subscription a.mounth-icon:before,
.left-side-nav a.mounth-icon:before,
.right-side-nav .a.mounth-icon:before,
.aside-right__subscription .a.mounth-icon:before,
.left-side-nav .a.mounth-icon:before {
	background-position: -136px -396px;
}

.right-side-nav a.plus-icon:after,
.aside-right__subscription a.plus-icon:after,
.left-side-nav a.plus-icon:after,
.right-side-nav .a.plus-icon:after,
.aside-right__subscription .a.plus-icon:after,
.left-side-nav .a.plus-icon:after {
	background-position: -186px -431px;
}

.right-side-nav a.plus-icon:before,
.aside-right__subscription a.plus-icon:before,
.left-side-nav a.plus-icon:before,
.right-side-nav .a.plus-icon:before,
.aside-right__subscription .a.plus-icon:before,
.left-side-nav .a.plus-icon:before {
	background-position: -186px -396px;
}

.right-side-nav a.date-icon:after,
.aside-right__subscription a.date-icon:after,
.left-side-nav a.date-icon:after,
.right-side-nav .a.date-icon:after,
.aside-right__subscription .a.date-icon:after,
.left-side-nav .a.date-icon:after {
	background-position: -241px -431px;
}

.right-side-nav a.date-icon:before,
.aside-right__subscription a.date-icon:before,
.left-side-nav a.date-icon:before,
.right-side-nav .a.date-icon:before,
.aside-right__subscription .a.date-icon:before,
.left-side-nav .a.date-icon:before {
	background-position: -241px -396px;
}

.right-side-nav .a,
.aside-right__subscription .a,
.left-side-nav .a {
	cursor: default;
}

.right-side-nav .a:hover,
.aside-right__subscription .a:hover,
.left-side-nav .a:hover {
	color: #14aa84;
}

.right-side-nav .a:hover:after,
.aside-right__subscription .a:hover:after,
.left-side-nav .a:hover:after {
	opacity: 0;
}

.right-side-nav .a:hover:before,
.aside-right__subscription .a:hover:before,
.left-side-nav .a:hover:before {
	opacity: 1;
	border-color: #14aa84;
}

.right-side-nav a.color-reverse,
.aside-right__subscription a.color-reverse,
.left-side-nav a.color-reverse,
.right-side-nav .color-reverse a,
.aside-right__subscription .color-reverse a,
.left-side-nav .color-reverse a {
	color: #00BED6;
	/*&.rss-icon, &.subscription-icon, &.like-icon, &.mounth-icon, &.year-icon, &.plus-icon*/
}

.right-side-nav a.color-reverse i,
.aside-right__subscription a.color-reverse i,
.left-side-nav a.color-reverse i,
.right-side-nav .color-reverse a i,
.aside-right__subscription .color-reverse a i,
.left-side-nav .color-reverse a i {
	color: #14aa84;
}

.right-side-nav a.color-reverse:after,
.aside-right__subscription a.color-reverse:after,
.left-side-nav a.color-reverse:after,
.right-side-nav .color-reverse a:after,
.aside-right__subscription .color-reverse a:after,
.left-side-nav .color-reverse a:after,
.right-side-nav a.color-reverse:before,
.aside-right__subscription a.color-reverse:before,
.left-side-nav a.color-reverse:before,
.right-side-nav .color-reverse a:before,
.aside-right__subscription .color-reverse a:before,
.left-side-nav .color-reverse a:before {
	border-color: #00BED6;
}

.right-side-nav a.color-reverse:before,
.aside-right__subscription a.color-reverse:before,
.left-side-nav a.color-reverse:before,
.right-side-nav .color-reverse a:before,
.aside-right__subscription .color-reverse a:before,
.left-side-nav .color-reverse a:before {
	background-image: url(../img/arrow-orange.svg);
}

.right-side-nav a.color-reverse.with-icon:after,
.aside-right__subscription a.color-reverse.with-icon:after,
.left-side-nav a.color-reverse.with-icon:after,
.right-side-nav .color-reverse a.with-icon:after,
.aside-right__subscription .color-reverse a.with-icon:after,
.left-side-nav .color-reverse a.with-icon:after {
	opacity: 0;
}

.right-side-nav a.color-reverse.with-icon:before,
.aside-right__subscription a.color-reverse.with-icon:before,
.left-side-nav a.color-reverse.with-icon:before,
.right-side-nav .color-reverse a.with-icon:before,
.aside-right__subscription .color-reverse a.with-icon:before,
.left-side-nav .color-reverse a.with-icon:before {
	opacity: 1;
}

.right-side-nav a.color-reverse.with-icon:hover:after,
.aside-right__subscription a.color-reverse.with-icon:hover:after,
.left-side-nav a.color-reverse.with-icon:hover:after,
.right-side-nav .color-reverse a.with-icon:hover:after,
.aside-right__subscription .color-reverse a.with-icon:hover:after,
.left-side-nav .color-reverse a.with-icon:hover:after {
	opacity: 1;
}

.right-side-nav a.color-reverse.with-icon:hover:before,
.aside-right__subscription a.color-reverse.with-icon:hover:before,
.left-side-nav a.color-reverse.with-icon:hover:before,
.right-side-nav .color-reverse a.with-icon:hover:before,
.aside-right__subscription .color-reverse a.with-icon:hover:before,
.left-side-nav .color-reverse a.with-icon:hover:before {
	opacity: 0;
}

.right-side-nav a.color-reverse:hover,
.aside-right__subscription a.color-reverse:hover,
.left-side-nav a.color-reverse:hover,
.right-side-nav .color-reverse a:hover,
.aside-right__subscription .color-reverse a:hover,
.left-side-nav .color-reverse a:hover,
.right-side-nav a.color-reverse.active,
.aside-right__subscription a.color-reverse.active,
.left-side-nav a.color-reverse.active,
.right-side-nav .color-reverse a.active,
.aside-right__subscription .color-reverse a.active,
.left-side-nav .color-reverse a.active {
	color: #14aa84;
}

.right-side-nav a.color-reverse:hover:after,
.aside-right__subscription a.color-reverse:hover:after,
.left-side-nav a.color-reverse:hover:after,
.right-side-nav .color-reverse a:hover:after,
.aside-right__subscription .color-reverse a:hover:after,
.left-side-nav .color-reverse a:hover:after,
.right-side-nav a.color-reverse.active:after,
.aside-right__subscription a.color-reverse.active:after,
.left-side-nav a.color-reverse.active:after,
.right-side-nav .color-reverse a.active:after,
.aside-right__subscription .color-reverse a.active:after,
.left-side-nav .color-reverse a.active:after {
	border-color: #14aa84;
}

.right-side-nav a.color-reverse:hover:after,
.aside-right__subscription a.color-reverse:hover:after,
.left-side-nav a.color-reverse:hover:after,
.right-side-nav .color-reverse a:hover:after,
.aside-right__subscription .color-reverse a:hover:after,
.left-side-nav .color-reverse a:hover:after,
.right-side-nav a.color-reverse.active:after,
.aside-right__subscription a.color-reverse.active:after,
.left-side-nav a.color-reverse.active:after,
.right-side-nav .color-reverse a.active:after,
.aside-right__subscription .color-reverse a.active:after,
.left-side-nav .color-reverse a.active:after,
.right-side-nav a.color-reverse:hover:before,
.aside-right__subscription a.color-reverse:hover:before,
.left-side-nav a.color-reverse:hover:before,
.right-side-nav .color-reverse a:hover:before,
.aside-right__subscription .color-reverse a:hover:before,
.left-side-nav .color-reverse a:hover:before,
.right-side-nav a.color-reverse.active:before,
.aside-right__subscription a.color-reverse.active:before,
.left-side-nav a.color-reverse.active:before,
.right-side-nav .color-reverse a.active:before,
.aside-right__subscription .color-reverse a.active:before,
.left-side-nav .color-reverse a.active:before {
	background-image: url(../img/arrow-green.svg);
}

.left-side-nav {
	right: -16px;
	position: relative;
	z-index: 10;
}

.left-side-nav a {
	text-align: right;
	padding-right: 50px;
	padding-left: 0;
}

.left-side-nav a:after,
.left-side-nav a:before {
	right: 0;
	left: auto;
}

.active-big {
	margin-bottom: 30px;
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

.aside-right__subscription {
	margin-top: 90px;
}

/*end меню в правом сайдбаре*/
.main-center-inner.main-center-inner-wide {
	max-width: 1060px;
}

.main-center-inner.no-max-width {
	max-width: none;
}

.main-center {
	position: relative;
	min-height: 250px !important;
}

.container {
	padding: 0;
}

.header__logo {
	padding-left: 60px;
}

.header__account {
	padding-right: 60px;
}

#container .footer {
	height: auto !important;
	border-top: 0 !important;
	padding-top: 0 !important;
}

.footer {
	z-index: 10;
	position: relative;
}

.map .footer {
	margin-top: 100vh;
}

/*временно импортант, потом будет доработка скрипта для плавающих сайдбаров*/
.aside-fix:not(.aside-float-yes) {
	position: absolute !important;
	top: 0 !important;
	z-index: 10;
}

.aside-fix {
	position: absolute;
	top: 0;
	z-index: 10;
}

.aside-fix.fix {
	position: fixed;
}

.center-line:after {
	left: 66.6%;
	width: 1px;
	position: absolute;
	top: -100px;
	bottom: -90px;
	background-color: #fae4d9;
	content: '';
	left: 50%;
	z-index: -1;
}

.center-line.line-small-top:after {
	top: -75px;
}

.gray-line:after,
.gray-line:before {
	background-color: #ebebeb !important;
}

.mod-gray-line.gray-line {
	position: relative;
}

.mod-gray-line.gray-line:after {
	top: 0;
}

.new-mod.mod-gray-line.gray-line:after {
	bottom: 0;
}

.main-center-line:after,
.main-center-line:before {
	left: 66.6%;
	width: 1px;
	position: absolute;
	top: -100px;
	bottom: -90px;
	background-color: #fae4d9;
	content: '';
}

.main-center-line:after {
	left: 33.3%;
}

.main-center-line-one:after {
	content: '';
	left: 42%;
	width: 1px;
	position: absolute;
	top: -70px;
	bottom: -90px;
	background-color: #fae4d9;
}

.main-center-inner.main-center-inner-wide {
	max-width: 1062px !important;
}

.aside-left-line:after {
	right: 0;
	width: 1px;
	position: absolute;
	top: -100px;
	bottom: -90px;
	background-color: #fae4d9;
	content: '';
}

.mul-box {
	position: relative;
	display: inline-block;
}

.mul-box .btn-wrap {
	position: absolute;
	bottom: 50px;
}

.shadow {
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.2);
}

.shadow-light {
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.05);
}

/*ссылка плашка со стрелкой*/
.link-box-arrow {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	font-family: GothamProBol;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-transform: uppercase;
	display: block;
	padding: 30px 70px 30px 20px;
	color: #00BED6;
	position: relative;
	border-radius: 4px;
	border: 1px solid #ffffff;
	width: 1062px;
}

.link-box-arrow.full {
	width: 100%;
}

.link-box-arrow:hover {
	border-color: #00BED6;
}

.link-box-arrow:hover:after {
	opacity: 1;
}

.link-box-arrow:hover:before {
	opacity: 0;
}

.link-box-arrow:after {
	opacity: 0;
}

.link-box-arrow:before {
	opacity: 1;
}

.link-box-arrow:after,
.link-box-arrow:before {
	background: url(../img/fish/arrow-gray.png) no-repeat;
	position: absolute;
	right: 20px;
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.link-box-arrow:after {
	background: url(../img/fish/arrow-orange.png) no-repeat;
}

.link-box-arrow:hover {
	text-decoration: none;
	color: #00BED6;
}

.input-auto-width {
	width: auto !important;
	min-width: auto;
	text-transform: none !important;
}

.btn-delete-img {
	text-indent: -9999px;
	overflow: hidden;
}

/*ссылка плашка скачать*/
.link-box-download,
.download-edit {
	min-height: 75px;
	background: transparent;
	border: 1px solid #ebebeb;
	color: #4a4a4a;
	text-decoration: none;
	display: block;
	border-radius: 4px;
	padding: 20px 30px;
	position: relative;
	margin: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-family: GothamProReg;
	cursor: default;
}

.link-box-download .date,
.download-edit .date {
	color: #929292;
}

.link-box-download.active,
.download-edit.active {
	border-color: #00BED6 !important;
}

.link-box-download.active .download-edit__edit,
.download-edit.active .download-edit__edit {
	background: url(../img/icons.svg) no-repeat -210px -290px;
}

.link-box-download.active .download-edit__edit:before,
.download-edit.active .download-edit__edit:before,
.link-box-download.active .download-edit__edit:after,
.download-edit.active .download-edit__edit:after {
	opacity: 0 !important;
}

.link-box-download .download-field-name,
.download-edit .download-field-name {
	width: 100%;
}

.link-box-download input,
.download-edit input {
	font-family: GothamProReg !important;
	min-height: 0 !important;
	line-height: normal !important;
	height: auto !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: 0 !important;
	width: 100%;
	text-transform: none !important;
}

.link-box-download:after,
.download-edit:after {
	background-image: url(../img/download-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 30px;
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: 3px solid #14aa84;
	top: 50%;
	margin-top: -17px;
}

.link-box-download.download-edit,
.download-edit.download-edit {
	padding-right: 100px;
}

.link-box-download.download-edit:after,
.download-edit.download-edit:after {
	display: none;
}

.link-box-download:hover,
.download-edit:hover {
	text-decoration: none;
	border-color: #00BED6;
	color: #4a4a4a;
	cursor: pointer;
	background: #ffffff;
}

.link-box-download:hover:after,
.download-edit:hover:after {
	background-image: url(../img/download-icon-hover.svg);
	border-color: #00BED6;
}

.link-box-download p,
.download-edit p {
	line-height: 1.4;
	padding-right: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.link-box-download p:last-child,
.download-edit p:last-child {
	margin-bottom: 0;
}

.download-edit__edit,
.download-edit__delete {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	display: block;
}

.download-edit__edit:after,
.download-edit__delete:after {
	opacity: 0;
}

.download-edit__edit:before,
.download-edit__delete:before {
	opacity: 1;
}

.download-edit__edit:after,
.download-edit__delete:after,
.download-edit__edit:before,
.download-edit__delete:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	content: '';
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: url(../img/icons.svg) no-repeat;
}

.download-edit__edit:hover:after,
.download-edit__delete:hover:after {
	opacity: 1;
}

.download-edit__edit:hover:before,
.download-edit__delete:hover:before {
	opacity: 0;
}

.download-edit__delete {
	right: 10px;
}

.download-edit__delete:after {
	background-position: -1528px -50px;
}

.download-edit__delete:before {
	background-position: -1528px -105px;
}

.download-edit__edit {
	right: 50px;
}

.download-edit__edit:after {
	background-position: -210px -336px;
}

.download-edit__edit:before {
	background-position: -145px -336px;
}

.link-box-download__type {
	color: #9f9f9f;
}

.docs-wrap {
	background: #ffffff;
	padding: 50px;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.docs-list li {
	margin-bottom: 15px !important;
	margin-top: 15px !important;
	padding-left: 0 !important;
	list-style: none !important;
	margin-left: 0 !important;
}

.docs-list li:after {
	display: none !important;
}

.docs-list li .link-box-download {
	background: #ffffff;
	display: block;
}

.docs-list a:hover {
	background: rgba(20, 170, 132, 0.02);
}

#sortable {
	display: block;
	width: 100%;
	position: relative;
}

#sortable li {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sortable li .download-edit {
	margin-top: 0;
	margin-bottom: 0;
}

/* ==============================================
 * Good works
 * ============================================== */
.good-works__item {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	padding: 50px 40px;
	margin-bottom: 70px;
	text-align: center;
}

.good-works__wrap-icon {
	margin-bottom: 40px;
}

.good-works .wrap-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #faf6e0;
}

.good-works__txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: left;
}

.good-works__sub-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 25px;
}

.good-works .icon {
	font-size: 70px;
	position: relative;
	top: 25px;
	color: #ff5e05;
}

.good-works .icon.icon-good-morning {
	top: 22px;
}

.good-works .icon.icon-help {
	top: 23px;
}

.good-works__wrap-btn {
	margin-top: 30px;
}

.good-works__wrap-btn .btn {
	padding-left: 35px;
	padding-right: 35px;
	/* min-width: 320px; */
}
.good-works h2.good-works__title {
	text-align: left;
	font-size: 1.5em;
}

.good-works__wrap-btn p {
	text-transform: uppercase;
	color: #00BED6;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: GothamProBol;
	margin-bottom: 40px;
}

.dinner__inner {
	z-index: 10;
	position: relative;
}

.dinner-bg {
	background: url(../img/dinner-bg.png) no-repeat, #edecc2;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.dinner-bg:after {
	content: '';
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/dinner-bg-right.png) no-repeat top right;
}

.dinner-bg .good-works__txt {
	padding-right: 180px;
	padding-left: 180px;
}

.dinner-bg .icon-dinner {
	background: url(../img/dinner-icon.svg) no-repeat center;
	height: 70px;
	display: block;
}

.good-works__small-text {
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 21px;
	color: #9f9f9f;
}

/* ==============================================
 * End good works
 * ============================================== */
/* ==============================================
 * поиск
 * ============================================== */
.search-result-list {
	padding: 0;
	list-style: none;
}

.search-result-list li:last-child {
	border-bottom: 0;
}

.search-result-box {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	color: #4a4a4a;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.search-result-box a,
.search-result-box a:hover,
.search-result-box a:focus {
	text-decoration: none;
}

.search-result-box a:hover .search-result-box__title {
	color: #14aa84;
}

.search-result-box__title {
	font-size: 20px;
	font-size: 2rem;
	font-family: GothamProBol;
	margin-bottom: 25px;
	color: #4a4a4a;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.search-result-box__category {
	text-transform: uppercase;
	color: #14aa84;
	font-family: GothamProBol;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.search-result-box__category:hover {
	color: #00BED6;
}

.search-result-box__date {
	color: #c8c8c8;
	margin-right: 10px;
}

.search-result-box__text {
	margin-bottom: 20px;
	color: #4a4a4a;
}

.search-result-box__text span {
	font-family: GothamProBol;
}

.ui-autocomplete.all .ui-autocomplete-category,
.ui-autocomplete.all .category-item {
	display: block;
}

.ui-autocomplete.all li:nth-child(4) {
	display: block;
}

.ui-autocomplete .ui-autocomplete-category,
.ui-autocomplete .category-item {
	display: none;
}

.ui-autocomplete li:nth-child(4) {
	display: none;
}

/* ==============================================
 * end поиск
 * ============================================== */
/* ==============================================
 * объявления
 * ============================================== */
.notice-box .spot-box__side {
	width: 60%;
}

.notice-box .spot-box__side-right {
	width: 40%;
}

.notice-box .spot-box__text {
	margin-top: 0;
	margin-bottom: 0;
	min-height: 100px;
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	margin-left: 175px;
	display: table;
}

.notice-box .spot-box__img {
	margin-top: -50px;
	position: absolute;
	top: 50%;
	background-color: #faf6e0 !important;
}

.notice-box .spot-box__text-inner {
	display: table-cell;
	vertical-align: middle;
}

/* ==============================================
 * end объявления
 * ============================================== */
/* ==============================================
 * общие стили
 * ============================================== */
.aside__amount-box {
	max-width: 160px;
	margin-bottom: 40px;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 1.1;
}

.aside__amount-box li {
	list-style: none;
	margin-bottom: 30px;
}

.aside__amount-box li:last-child {
	margin-bottom: 0;
}

.aside__amount-box span {
	color: #cbcbcb;
	font-size: 36px;
	font-size: 3.6rem;
	display: block;
	margin-top: 10px;
}

body {
	background: #f9f9f9;
	color: #4a4a4a;
	overflow-x: hidden;
}

/*3 основные колонки*/
.col-left,
.col-center,
.col-right {
	min-height: 1px;
	float: left;
}

.col-left {
	width: 20%;
}

.col-right {
	width: 20%;
}

.col-center {
	width: 60%;
}

.aside-left,
.aside-right {
	position: absolute;
	top: 0;
	bottom: 0;
}

.aside-left {
	left: 0;
	padding-left: 60px;
	padding-right: 40px;
}

.main-page .aside-left {
	padding-right: 0;
}

.aside-right {
	padding-left: 5px;
	right: 0;
}

.aside-right * {
	z-index: 1;
}

.aside-right:after {
	width: 1px;
	background: #ebebeb;
	position: absolute;
	top: -70px;
	bottom: -90px;
	content: '';
	display: block;
	left: -1px;
	z-index: 0;
}

.aside-right.gray-line:after {
	background-color: #ebebeb;
}

.aside-right__bottom {
	left: -108px;
	right: 0;
}

.aside-right__bottom,
.aside-right__center {
	padding-top: 150px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	bottom: 0;
}

.aside-right__center {
	bottom: 50%;
	margin-bottom: -205px;
	height: 530px;
	padding-top: 0;
	left: 0;
	right: 0;
}

.no-aside-left.col-center {
	width: 80%;
	margin-left: 0;
}

.main-center {
	margin-left: 20%;
}

.main-page .section-main {
	margin-top: 20px;
}

.main-page .section-main .main-center:after,
.main-page .section-main .aside-right:after {
	top: -20px;
}

.section-main {
	margin-top: 70px;
	margin-bottom: 90px;
	position: relative;
	z-index: 11;
}

.header .container,
.section-main,
.partners-link .container,
.footer__info .container {
	max-width: 2000px;
}

.main-center-inner {
	margin-right: 85px;
	margin-left: 0;
	padding-bottom: 1px;
	z-index: 10;
	position: relative;
}

.no-aside-left .main-center-inner {
	margin-left: 85px;
}

.gray-text {
	color: #9f9f9f;
}

/*отступы*/
.i-v-big {
	margin-top: 70px;
	margin-bottom: 70px;
}

.i-v-middle {
	margin-top: 55px;
	margin-bottom: 55px;
}

.i-v-t-no {
	margin-top: 0 !important;
}

.i-v-b-no {
	margin-bottom: 0 !important;
}

.i-v-no {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.i-v-b-middle {
	margin-bottom: 55px !important;
}

.i-v-t-middle {
	margin-top: 55px !important;
}

.i-v-b-md {
	margin-bottom: 40px !important;
}

.i-v-t-md {
	margin-top: 40px !important;
}

.i-v-b-small {
	margin-bottom: 25px !important;
}

.i-v-t-small {
	margin-top: 25px !important;
}

.i-v-xs {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.i-v-b-xs {
	margin-bottom: 15px !important;
}

.i-v-t-xs {
	margin-top: 15px !important;
}

.i-v-small {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.i-v-no-b {
	margin-bottom: 0 !important;
}

.i-v-no-t {
	margin-top: 0 !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

/*кнопки*/
.btn-wrap {
	text-align: center;
	width: 100%;
}

.file-btn .jq-file__browse {
	display: none;
}

.file-btn.changed {
	background: none;
	border: 0;
	color: #14aa84;
	padding-left: 0 !important;
}

.btn-default:hover {
	border-color: #00BED6;
}

.btn {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-family: GothamProBol;
	text-overflow: inherit;
	overflow: inherit;
	padding: 13px 70px;
	border: 3px solid #00BED6;
	color: #00BED6;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	border-radius: 5px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active {
	background: #00BED6;
	color: #ffffff;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited,
.btn.active {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-big {
	font-size: 24px;
	font-size: 2.4rem;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn.btn-wdth-md {
	min-width: 336px;
}

.btn.btn-xs {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2px 20px;
	border-radius: 20px;
}

.btn.btn-xs-icon {
	line-height: 22px;
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active {
	background: #dbdbdb;
	border-color: #dbdbdb;
	opacity: 1;
	color: #ffffff;
	cursor: pointer;
}
.btn.btn-green-nko {
    margin: 5px 0 !important;
    width: 240px !important;
    padding: 10px !important;
    font-size: 14px !important;
    text-transform: inherit !important;
}
.btn.btn-green {
	background-color: #ffffff;
	border-color: #14aa84;
    color: #14aa84;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    margin: 30px 20%;
}

.btn.btn-green:hover {
	background-color: #14aa84;
	border-color: #14aa84;
    color: #ffffff;
}

.btn.btn-gray {
	background-color: #ffffff;
	border-color: #b1b1b1;
	color: #929292;
}

.btn.btn-gray:hover {
	border-color: #00BED6;
	background-color: #ffffff;
	color: #00BED6;
}

.btn-wrap-row .btn {
	margin: 0 10px;
	min-width: 320px;
	margin-bottom: 10px;
}

.popup {
	background: #ffffff;
	padding: 50px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	min-width: 300px;
	max-width: 800px;
}

.popup.popup-xs {
	width: 450px;
}

.popup.popup-md {
	width: 650px;
}

.popup.popup-lg {
	width: 850px;
}

.popup__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	color: rgba(100, 100, 100, 0.7);
}

.popup__text-sm {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: PlumbC;
	color: #464545;
	line-height: 1.3;
}

.popup__text-sm p {
	margin-bottom: 25px;
}

.popup__text-sm p:last-child {
	margin-bottom: 0;
}

.popup__text-sm a {
	color: #14aa84;
	text-decoration: underline;
}

.popup__text-sm a:hover {
	text-decoration: none;
}

.btn-wrap-two-narrow .btn {
	min-width: 0 !important;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
	max-width: 336px;
	padding-right: 25px;
	padding-left: 25px;
}

.btn-wrap-two-narrow .btn:first-child {
	margin-left: 0;
}

.btn-wrap-two-narrow .btn:last-child {
	margin-right: 0;
}

.btn-wrap-two {
	margin-top: 20px;
	text-align: justify;
	font-size: 0;
}

.btn-wrap-two .btn {
	width: 47% !important;
	display: inline-block;
	padding: 9px 0;
	margin-right: 6%;
}

.btn-wrap-two .btn:last-child {
	margin-right: 0;
}

.btn-xs-icon.icon-like .icon:before {
	background-position: -95px -123px;
}

.btn-xs-icon.icon-like .icon:after {
	background-position: -45px -123px;
}

.btn-xs-icon.icon-share .icon:before {
	background-position: -197px -123px;
}

.btn-xs-icon.icon-share .icon:after {
	background-position: -147px -123px;
}

.btn-xs-icon.icon-share.white-btn .icon:before {
	background-position: -147px -123px;
}

.btn-xs-icon.icon-share.white-btn .icon:after {
	background-position: -197px -123px;
}

.btn-xs-icon.icon-mail .icon:before {
	background-position: -218px -218px;
}

.btn-xs-icon.icon-mail .icon:after {
	background-position: -100px -218px;
}

.btn-xs-icon.icon-mail.white-btn .icon:before {
	background-position: -100px -218px;
}

.btn-xs-icon.icon-mail.white-btn .icon:after {
	background-position: -218px -218px;
}

.btn-xs-icon.white-btn {
	border-color: #ffffff;
	color: #ffffff;
}

.btn-xs-icon.white-btn:focus,
.btn-xs-icon.white-btn:hover {
	background: #ffffff;
	color: #00BED6;
}

.btn-xs-icon .icon {
	margin-bottom: -4px;
	width: 35px;
	height: 22px;
	position: relative;
	display: inline-block;
}

.btn-xs-icon .icon:after,
.btn-xs-icon .icon:before {
	content: '';
	position: absolute;
	display: block;
	width: 35px;
	height: 22px;
	background: url(../img/icons.svg) no-repeat;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.btn-xs-icon .icon:before {
	opacity: 1;
}

.btn-xs-icon .icon:after {
	opacity: 0;
}

.btn-xs-icon:hover .icon:after,
.btn-xs-icon:focus .icon:after {
	opacity: 1;
}

.btn-xs-icon:hover .icon:before,
.btn-xs-icon:focus .icon:before {
	opacity: 0;
}

.green-btn {
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	text-transform: uppercase;
	font-family: GothamProBol;
	outline: 0;
	background: #14aa84;
	padding-left: 35px;
	padding-right: 35px;
	border: 2px solid #14aa84;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.green-btn:hover,
.green-btn:focus,
.green-btn:active {
	text-decoration: none;
	background: #ffffff;
	color: #14aa84;
}

.orange-btn {
	font-size: 16px;
	font-size: 1.6rem;
	color: #00BED6;
	text-transform: uppercase;
	font-family: GothamProBol;
	border: 0;
	outline: 0;
	background: none;
	padding-right: 0;
	padding-left: 0;
}

.orange-btn--custom {
	font-family: GothamProBol;
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 30px;
	padding: 15px 40px;
	border: 2px solid #00BED6;
	color: #00BED6;
	border-radius: 30px;
	white-space: nowrap;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.orange-btn--custom:hover,
.orange-btn--custom:focus,
.orange-btn--custom:active,
.orange-btn--custom:visited {
	text-decoration: none;
	color: #00BED6;
}

.orange-btn--custom:hover,
.orange-btn--custom:focus {
	background: #00BED6;
	color: #ffffff;
}

/* стилизация инпутов тип number, пока невидимые, закрывают обычные */
.stepper {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.stepper .stepper-input {
	padding-right: 0;
	margin-bottom: 10px;
}

.stepper .stepper-step {
	width: 15px;
	height: 24px;
	background-color: #ffffff;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 1px;
	text-indent: -99999px;
	z-index: 50;
}

.stepper .stepper-step:hover {
	background-color: #ffffff;
}

.stepper .stepper-step.up {
	top: 1px;
	border-radius: 0 4px 0 0;
}

.stepper .stepper-step.down {
	top: 24px;
	border-radius: 0 0 4px 0;
}

/* ==============================================
 * редактор
 * ============================================== */
/* ==============================================
 * end редактор
 * ============================================== */
/* ==============================================
 * ЛК ОРГАНИЗАЦИИ
 * ============================================== */
.map-form,
.map-text {
	height: 460px;
	width: 100%;
}

.map-form > ymaps,
.map-text > ymaps {
	border-radius: 6px;
	overflow: hidden;
}

/* ==============================================
 * end ЛК ОРГАНИЗАЦИИ
 * ============================================== */
/* ==============================================
 * шапка
 * ============================================== */
.header-reserve {
	height: 75px;
	width: 100%;
}

.pushy-open-left .header:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -2px;
	left: 0;
	z-index: 900;
	-webkit-animation: fade 500ms;
	-o-animation: fade 500ms;
	animation: fade 500ms;
	background: rgba(0, 0, 0, 0.4);
}

.header__nav {
	padding-right: 430px !important;
}

.header {
	white-space: nowrap;
	z-index: 10002;
	font-family: GothamProBol;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 75px;
	padding: 20px 0;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #14aa84;
}

.header.fixed,
.header.top-show {
	top: 0;
}

.header nav.header__nav ul > li {
	line-height: 34px;
	vertical-align: middle;
	display: inline-block;
    text-align: left;
}

.header nav.header__nav ul > li.header__nav-element {
    height: 55px;
}

.header nav.header__nav ul > li a {
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	color: #14aa84;
}

.header ul li a:hover,
.header ul li a.active {
	text-decoration: none;
	color: #00BED6;
}

/*лого в шапке*/
.header__logo img {
	height: 53px;
	margin-top: -10px;
}

.header__logo:hover {
	text-decoration: none;
}

/*навигация в шапке*/
.header__nav {
    padding-left: 0;
}

.header__nav li {
	margin-right: 15px;
}

.header__nav li a {
	font-size: 15px;
	font-size: 1.5rem;
}

.flexMenu-popup {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 20px 25px;
	width: 320px;
	margin-top: 0 !important;
	border: 0;
	outline: 0;
	right: auto;
	left: 0;
}

.header__account {
	position: absolute;
    right: 0;
    top: 0;
}

.header__account,
.header__nav-list {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.header__nav-list {
	max-width: 920px;
	width: 100%;
	white-space: nowrap;
	opacity: 0;
	height: 45px;
	overflow: hidden;
	position: static !important;
}

.header__nav-list > li {
	float: left;
	position: static;
	min-height: 45px;
}

.header__nav-list a {
	text-transform: uppercase;
	text-decoration: none;
}

/*навигация по аккаунту в шапке*/
.header__account {
	float: right;
}

.header__account li {
	margin-left: 12px;
}

.header__account a {
	font-family: PlumbBoldC;
}

.header__account .account-profile__current,
.pushy__account .account-profile__current {
	background: #f2f2f2;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: GothamProReg;
	margin-left: 0 !important;
	margin-right: 0 !important;
	line-height: 1.1;
	padding-bottom: 20px;
	margin-bottom: 17px;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

.header__account .account-profile__current a,
.pushy__account .account-profile__current a {
	color: #000000;
}

.header__account .account-profile__current a:hover,
.pushy__account .account-profile__current a:hover {
	color: #00BED6;
}

.header__account .account-profile__current .account-title-current,
.pushy__account .account-profile__current .account-title-current {
	font-family: GothamProBol;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.header__account li,
.pushy__account li {
	position: relative;
	margin-right: 0;
}

.header__account ul li a.account-icon-link,
.pushy__account ul li a.account-icon-link,
.header__account ul li a .account-profile__icon,
.pushy__account ul li a .account-profile__icon {
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
}

.header__account ul li a.account-icon-link:after,
.pushy__account ul li a.account-icon-link:after,
.header__account ul li a .account-profile__icon:after,
.pushy__account ul li a .account-profile__icon:after,
.header__account ul li a.account-icon-link:before,
.pushy__account ul li a.account-icon-link:before,
.header__account ul li a .account-profile__icon:before,
.pushy__account ul li a .account-profile__icon:before {
	border: 3px solid #14aa84;
	border-radius: 35px;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/account-icon.svg');
	background-repeat: no-repeat;
	z-index: 1;
}

.header__account ul li a.account-icon-link:after,
.pushy__account ul li a.account-icon-link:after,
.header__account ul li a .account-profile__icon:after,
.pushy__account ul li a .account-profile__icon:after {
	opacity: 0;
}

.header__account ul li a.account-icon-link:before,
.pushy__account ul li a.account-icon-link:before,
.header__account ul li a .account-profile__icon:before,
.pushy__account ul li a .account-profile__icon:before {
	opacity: 1;
}

.header__account ul li a:hover:after,
.pushy__account ul li a:hover:after,
.header__account ul li a.active:after,
.pushy__account ul li a.active:after,
.header__account ul li a:hover:before,
.pushy__account ul li a:hover:before,
.header__account ul li a.active:before,
.pushy__account ul li a.active:before,
.header__account ul li a:hover .account-profile__icon:after,
.pushy__account ul li a:hover .account-profile__icon:after,
.header__account ul li a.active .account-profile__icon:after,
.pushy__account ul li a.active .account-profile__icon:after,
.header__account ul li a:hover .account-profile__icon:before,
.pushy__account ul li a:hover .account-profile__icon:before,
.header__account ul li a.active .account-profile__icon:before,
.pushy__account ul li a.active .account-profile__icon:before {
	border-color: #00BED6 !important;
}

.header__account ul li a:hover:after,
.pushy__account ul li a:hover:after,
.header__account ul li a.active:after,
.pushy__account ul li a.active:after,
.header__account ul li a:hover .account-profile__icon:after,
.pushy__account ul li a:hover .account-profile__icon:after,
.header__account ul li a.active .account-profile__icon:after,
.pushy__account ul li a.active .account-profile__icon:after {
	opacity: 1 !important;
}

.header__account ul li a:hover:before,
.pushy__account ul li a:hover:before,
.header__account ul li a.active:before,
.pushy__account ul li a.active:before,
.header__account ul li a:hover .account-profile__icon:before,
.pushy__account ul li a:hover .account-profile__icon:before,
.header__account ul li a.active .account-profile__icon:before,
.pushy__account ul li a.active .account-profile__icon:before {
	opacity: 0 !important;
}

.header__account ul li a .account-tooltip,
.pushy__account ul li a .account-tooltip {
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -55px;
	background: #00BED6;
	right: 0;
	color: #ffffff !important;
	line-height: normal !important;
	white-space: nowrap;
	border-radius: 4px;
	padding: 13px 20px;
	font-family: PlumbBoldC;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0px 9px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.header__account ul li a:hover .account-tooltip,
.pushy__account ul li a:hover .account-tooltip {
	display: block;
}

.header__account .account-profile .dropdown-menu,
.pushy__account .account-profile .dropdown-menu {
	margin-top: 0 !important;
	border: 0;
	outline: 0;
	padding: 0px;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-top: 10px;
	z-index: 99999;
}

.header__account .account-profile .dropdown-menu a,
.pushy__account .account-profile .dropdown-menu a {
	white-space: normal;
}

.header__account .account-profile .dropdown-menu > ul,
.pushy__account .account-profile .dropdown-menu > ul {
	width: 100%;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.175);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.175);
	background: #ffffff;
}

.header__account .account-profile .dropdown-menu li:first-child:not(.account-profile__current),
.pushy__account .account-profile .dropdown-menu li:first-child:not(.account-profile__current) {
	padding-top: 17px;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) > a:hover,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) > a:hover,
.header__account .account-profile .dropdown-menu li > a:focus,
.pushy__account .account-profile .dropdown-menu li > a:focus {
	background: transparent;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current),
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) {
	margin-right: 25px;
	margin-left: 25px;
	display: block !important;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: GothamProBol;
	height: auto;
	line-height: 20px;
	min-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 23px;
	position: relative;
	color: #14aa84;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a:after,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a:after,
.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a:before,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/arrow.svg) no-repeat;
	width: 15px;
	height: 8px;
	top: 50%;
	left: 0;
	margin-top: -6px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a:before,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a:before {
	opacity: 1;
	background-position: -80px 0;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a:after,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a:after {
	opacity: 0;
	background-position: -40px 0;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a:hover,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a:hover,
.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a.active,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a.active {
	color: #00BED6;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a:hover:before,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a:hover:before,
.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a.active:before,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a.active:before {
	opacity: 0;
}

.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a:hover:after,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a:hover:after,
.header__account .account-profile .dropdown-menu li:not(.account-profile__current) a.active:after,
.pushy__account .account-profile .dropdown-menu li:not(.account-profile__current) a.active:after {
	opacity: 1;
}

.header__account .account-profile a,
.pushy__account .account-profile a {
	height: 35px;
	display: table;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
}

.header__account .account-profile a:hover,
.pushy__account .account-profile a:hover,
.header__account .account-profile a:focus,
.pushy__account .account-profile a:focus {
	text-decoration: none;
	color: #00BED6;
}

.header__account .account-profile span,
.pushy__account .account-profile span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.header__account .account-profile:hover,
.pushy__account .account-profile:hover,
.header__account .account-profile:focus,
.pushy__account .account-profile:focus,
.header__account .account-profile.open,
.pushy__account .account-profile.open,
.header__account .account-profile.open:hover,
.pushy__account .account-profile.open:hover,
.header__account .account-profile.open:focus,
.pushy__account .account-profile.open:focus {
	color: #00BED6;
}

.header__account .account-profile:hover span,
.pushy__account .account-profile:hover span,
.header__account .account-profile:focus span,
.pushy__account .account-profile:focus span,
.header__account .account-profile.open span,
.pushy__account .account-profile.open span,
.header__account .account-profile.open:hover span,
.pushy__account .account-profile.open:hover span,
.header__account .account-profile.open:focus span,
.pushy__account .account-profile.open:focus span {
	color: #00BED6;
}

.header__account .account-profile:hover .account-profile__arrow:after,
.pushy__account .account-profile:hover .account-profile__arrow:after,
.header__account .account-profile:focus .account-profile__arrow:after,
.pushy__account .account-profile:focus .account-profile__arrow:after,
.header__account .account-profile.open .account-profile__arrow:after,
.pushy__account .account-profile.open .account-profile__arrow:after,
.header__account .account-profile.open:hover .account-profile__arrow:after,
.pushy__account .account-profile.open:hover .account-profile__arrow:after,
.header__account .account-profile.open:focus .account-profile__arrow:after,
.pushy__account .account-profile.open:focus .account-profile__arrow:after {
	opacity: 1;
}

.header__account .account-profile:hover .account-profile__arrow:before,
.pushy__account .account-profile:hover .account-profile__arrow:before,
.header__account .account-profile:focus .account-profile__arrow:before,
.pushy__account .account-profile:focus .account-profile__arrow:before,
.header__account .account-profile.open .account-profile__arrow:before,
.pushy__account .account-profile.open .account-profile__arrow:before,
.header__account .account-profile.open:hover .account-profile__arrow:before,
.pushy__account .account-profile.open:hover .account-profile__arrow:before,
.header__account .account-profile.open:focus .account-profile__arrow:before,
.pushy__account .account-profile.open:focus .account-profile__arrow:before {
	opacity: 0;
}

.header__account .account-profile:hover .account-profile__icon,
.pushy__account .account-profile:hover .account-profile__icon,
.header__account .account-profile:focus .account-profile__icon,
.pushy__account .account-profile:focus .account-profile__icon,
.header__account .account-profile.open .account-profile__icon,
.pushy__account .account-profile.open .account-profile__icon,
.header__account .account-profile.open:hover .account-profile__icon,
.pushy__account .account-profile.open:hover .account-profile__icon,
.header__account .account-profile.open:focus .account-profile__icon,
.pushy__account .account-profile.open:focus .account-profile__icon {
	border-color: #00BED6;
}

.header__account .account-profile:hover .account-profile__icon:after,
.pushy__account .account-profile:hover .account-profile__icon:after,
.header__account .account-profile:focus .account-profile__icon:after,
.pushy__account .account-profile:focus .account-profile__icon:after,
.header__account .account-profile.open .account-profile__icon:after,
.pushy__account .account-profile.open .account-profile__icon:after,
.header__account .account-profile.open:hover .account-profile__icon:after,
.pushy__account .account-profile.open:hover .account-profile__icon:after,
.header__account .account-profile.open:focus .account-profile__icon:after,
.pushy__account .account-profile.open:focus .account-profile__icon:after {
	opacity: 1;
}

.header__account .account-profile:hover .account-profile__icon:before,
.pushy__account .account-profile:hover .account-profile__icon:before,
.header__account .account-profile:focus .account-profile__icon:before,
.pushy__account .account-profile:focus .account-profile__icon:before,
.header__account .account-profile.open .account-profile__icon:before,
.pushy__account .account-profile.open .account-profile__icon:before,
.header__account .account-profile.open:hover .account-profile__icon:before,
.pushy__account .account-profile.open:hover .account-profile__icon:before,
.header__account .account-profile.open:focus .account-profile__icon:before,
.pushy__account .account-profile.open:focus .account-profile__icon:before {
	opacity: 0;
}

.header__account .account-icon-link.account-smart:before,
.pushy__account .account-icon-link.account-smart:before {
	background-position: -49px 5px;
}

.header__account .account-icon-link.account-search:before,
.pushy__account .account-icon-link.account-search:before {
	background-position: -104px 5px;
}

.header__account .account-icon-link.account-blind:before,
.pushy__account .account-icon-link.account-blind:before {
	background-position: -159px 5px;
}

.header__account .account-icon-link.account-smart:after,
.pushy__account .account-icon-link.account-smart:after {
	background-position: -49px -33px;
}

.header__account .account-icon-link.account-search:after,
.pushy__account .account-icon-link.account-search:after {
	background-position: -104px -33px;
}

.header__account .account-icon-link.account-blind:after,
.pushy__account .account-icon-link.account-blind:after {
	background-position: -159px -33px;
}

.header__account .account-icon-link.show-chat:after,
.pushy__account .account-icon-link.show-chat:after {
	background-position: -224px -33px;
}

.header__account .account-icon-link.show-chat:before,
.pushy__account .account-icon-link.show-chat:before {
	background-position: -224px 6px;
}

.header__account .account-profile__icon:before,
.pushy__account .account-profile__icon:before {
	background-position: 6px 5px;
}

.header__account .account-profile__icon:after,
.pushy__account .account-profile__icon:after {
	background-position: 6px -33px;
}

.account-profile__icon {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.account-profile__icon b {
	width: 31px;
	height: 31px;
	z-index: 99;
	position: absolute;
	border-radius: 50%;
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
	top: 2px;
	left: 2px;
	opacity: 1;
}

.start-btn-enter--white .account-profile__icon:before {
	border-radius: 29px;
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	border: 2px solid #00BED6;
	position: absolute;
	top: 4px;
	left: 4px;
	background: url('../img/account-icon.svg') no-repeat 4px -36px, #ffffff;
	z-index: 1;
}

.header__account .account-profile:hover .dropdown-menu {
	display: block;
}

.header__account .dropdown-menu {
	left: auto;
	right: 0;
	width: 320px;
}

.jsxc_roster__header {
	background: #14aa84;
	padding: 17px 60px 17px 10px;
	height: 75px;
	position: relative;
}

.jsxc_roster__header-title {
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.jsxc_roster__header-title span {
	display: block;
	margin-top: 3px;
	font-family: GothamProBol;
	font-size: 24px;
	font-size: 2.4rem;
}

.jsxc_roster__close {
	position: absolute;
	right: 0;
	display: block;
	top: 0;
	bottom: 0;
	width: 50px;
	background: url(../img/arrow-white-right.svg) no-repeat center, #179e7c;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.jsxc_roster__close:hover {
	background-color: #168669;
}

.header-top {
	min-height: 210px;
	z-index: 13;
	padding: 40px 25px;
	background: url(../img/pattern.png) repeat, #edecc2;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.header-top__orange-description {
	color: #00BED6;
	font-family: GothamProBol;
	line-height: 1.2;
	max-width: 1250px;
	margin: 0 auto;
	margin-top: 35px;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
}

.header-top.header-top-sm-h {
	min-height: 160px;
}

.header-top .under-h1 {
	font-family: GothamProBol;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.header-top-content h1 {
	font-size: 36px;
	font-size: 3.6rem;
	color: #14aa84;
}

.header-top-inner {
	max-width: 1200px;
	text-align: center;
	width: 100%;
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	font-size: 18px;
	font-size: 1.8rem;
}

.header-top-inner p {
	margin: 0;
	line-height: 1.4;
}

.header-top-wide .header-top-inner {
	max-width: none;
	width: 100%;
}

.popup__title {
	color: #14aa84;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: GothamProBol;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.1;
}

.popup__title a {
	color: #14aa84;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
}

.popup__title a:hover,
.popup__title a:focus {
	color: #00BED6;
	text-decoration: none;
}

.popup__title {
	color: #4a4a4a;
	padding-right: 60px;
	margin-bottom: 50px;
}

.popup-link-password,
.popup-link-registration {
	color: #14aa84;
	font-family: GothamProBol;
	display: block;
	text-decoration: underline;
	font-size: 16px;
	font-size: 1.6rem;
}

.popup-link-password:hover,
.popup-link-registration:hover {
	text-decoration: none;
	color: #14aa84;
}

.popup-link-password {
	text-align: right;
}

.popup__wrap-btn {
	margin-top: 50px;
	text-align: center;
}

.h1-lg {
	font-size: 60px;
	font-size: 6rem;
}

.h1-md {
	font-size: 42px;
	font-size: 4.2rem;
}

.h1-sm {
	font-size: 30px;
	font-size: 3rem;
}

.under-h1 {
	font-size: 15px;
}

.under-h1-green {
	font-family: GothamProBol;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #14aa84;
}

.main-center h1,
.main-center .h1 {
	color: #4a4a4a;
	margin-bottom: 50px;
	font-size: 30px;
	font-size: 3rem;
}

.colored-bg,
.colored-box {
	background: url(../img/pattern.png) repeat, #edecc2;
}

.white-box.with-tab-panel {
	padding-top: 0;
}

.white-box.with-tab-panel .tab-content {
	padding-left: 30px;
	padding-right: 30px;
}

.white-box__text {
	padding-left: 60px;
	padding-right: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 1.3;
	font-family: PlumbBoldC;
}

.white-box__text ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
}

.white-box__text ol li:last-child {
	margin-bottom: 0;
}

.white-box__tab-panel {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background-color: #e7e5e5;
	margin-bottom: 30px;
}

.white-box__tab-panel li {
	width: 100%;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	white-space: nowrap;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	text-align: center;
	font-family: GothamProBol;
	background-color: #e7e5e5;
	border-radius: 0 4px 0 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-shadow: -3px -4px 8px rgba(0, 0, 0, 0.05);
	box-shadow: -3px -4px 8px rgba(0, 0, 0, 0.05);
}

.white-box__tab-panel li.active {
	background-color: #ffffff;
	border-radius: 4px 4px 0 0;
	z-index: 5;
}

.white-box__tab-panel li.active a {
	color: #00BED6;
}

.white-box__tab-panel li a {
	color: #4a4a4a;
	display: block;
	text-decoration: none;
	padding: 16px 30px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.white-box__tab-panel li a:hover {
	color: #00BED6;
}

.nko-box-info {
	margin-top: 0;
	margin-bottom: 20px !important;
}

.nko-box-info ol li {
	position: relative;
	margin-bottom: 5px;
	padding-top: 5px;
}

.nko-box-info ol li:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	border-radius: 5px;
	width: 5px;
	height: 5px;
	background-color: #4a4a4a;
}

.nko-list-like {
	font-size: 0;
}

.nko-list-like li {
	margin-left: 0 !important;
	list-style: none !important;
	padding-left: 0 !important;
}

.nko-list-like li.no-like .nko-list-like__like {
	color: #cacaca;
	background: url(../img/icon-heart-gray.svg) no-repeat center left;
}

.nko-list-like .nko-list-like__text {
	min-width: 150px;
	line-height: 19px;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}

.nko-list-like .nko-list-like__like {
	position: relative;
	line-height: 19px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: PlumbBoldC;
	color: #00BED6;
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	min-width: 80px;
	height: 19px;
	top: 3px;
	font-style: normal;
	padding-left: 30px;
	background: url(../img/icon-heart.svg) no-repeat center left;
}

.nko-box-sub-title {
	font-family: GothamProBol;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	text-transform: none;
	color: #14aa84;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: -1px;
}

.list-with-arrow li,
.text-block .list-with-arrow li {
	padding-left: 55px !important;
	line-height: 1.1;
	margin-bottom: 25px;
	margin-left: 0 !important;
	list-style: none !important;
}

.list-with-arrow li:after,
.text-block .list-with-arrow li:after {
	content: '';
	display: block;
	position: absolute;
	background-position: center;
	border-radius: 34px;
	background-color: transparent;
	border: 3px solid #c2c2c2;
	background: url(../img/arrow.svg) -152px 11px;
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	left: 0;
	top: 0;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.list-with-arrow li .p,
.text-block .list-with-arrow li .p {
	margin-bottom: 10px;
}

.colored-box,
.white-box {
	padding: 40px 10px;
	-webkit-box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.1);
}

.colored-box:before,
.white-box:before,
.colored-box:after,
.white-box:after {
	content: " ";
	display: table;
}

.colored-box:after,
.white-box:after {
	clear: both;
}

.colored-box .form-box > .btn,
.white-box .form-box > .btn {
	min-width: 336px;
}

.colored-box.wide-inner-indent,
.white-box.wide-inner-indent {
	padding-top: 80px;
	padding-bottom: 80px;
}

.colored-box h6,
.white-box h6 {
	color: #a9a9a9;
}

.text-top-btn {
	color: #4a4a4a !important;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
}

.form-box:before,
.form-box:after {
	content: " ";
	display: table;
}

.form-box:after {
	clear: both;
}

.white-box.white-box-no-col {
	padding: 50px;
}

.white-box,
.popup {
	padding: 50px 0px;
	background: #ffffff;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.white-box:before,
.popup:before,
.transition-box:before,
.white-box:after,
.popup:after,
.transition-box:after {
	content: " ";
	display: table;
}

.white-box:after,
.popup:after,
.transition-box:after {
	clear: both;
}

.form select {
	width: inherit;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

.white-form,
.white-box,
.popup,
.pushy-account-form {
	/* Firefox 19+ */
	/* Firefox 18- */
}

.white-form input,
.white-box input,
.popup input,
.pushy-account-form input,
.white-form .form input,
.white-box .form input,
.popup .form input,
.pushy-account-form .form input,
.white-form .file-square-input,
.white-box .file-square-input,
.popup .file-square-input,
.pushy-account-form .file-square-input,
.white-form .form textarea,
.white-box .form textarea,
.popup .form textarea,
.pushy-account-form .form textarea,
.white-form textarea,
.white-box textarea,
.popup textarea,
.pushy-account-form textarea,
.white-form .download-img,
.white-box .download-img,
.popup .download-img,
.pushy-account-form .download-img,
.white-form .accordion-toggle,
.white-box .accordion-toggle,
.popup .accordion-toggle,
.pushy-account-form .accordion-toggle,
.white-form .bootstrap-select .dropdown-toggle,
.white-box .bootstrap-select .dropdown-toggle,
.popup .bootstrap-select .dropdown-toggle,
.pushy-account-form .bootstrap-select .dropdown-toggle {
	border: 1px solid #cacaca !important;
}

.white-form .form .error,
.white-box .form .error,
.popup .form .error,
.pushy-account-form .form .error,
.white-form .error,
.white-box .error,
.popup .error,
.pushy-account-form .error {
	border-color: #00BED6 !important;
}

.white-form .form .error .dropdown-toggle,
.white-box .form .error .dropdown-toggle,
.popup .form .error .dropdown-toggle,
.pushy-account-form .form .error .dropdown-toggle,
.white-form .error .dropdown-toggle,
.white-box .error .dropdown-toggle,
.popup .error .dropdown-toggle,
.pushy-account-form .error .dropdown-toggle {
	border-color: #00BED6 !important;
}

.white-form .form .valid,
.white-box .form .valid,
.popup .form .valid,
.pushy-account-form .form .valid,
.white-form .valid,
.white-box .valid,
.popup .valid,
.pushy-account-form .valid {
	border-color: #14aa84 !important;
}

.white-form .form .valid .dropdown-toggle,
.white-box .form .valid .dropdown-toggle,
.popup .form .valid .dropdown-toggle,
.pushy-account-form .form .valid .dropdown-toggle,
.white-form .valid .dropdown-toggle,
.white-box .valid .dropdown-toggle,
.popup .valid .dropdown-toggle,
.pushy-account-form .valid .dropdown-toggle {
	border-color: #14aa84 !important;
}

.white-form .col-xs-1,
.white-box .col-xs-1,
.popup .col-xs-1,
.pushy-account-form .col-xs-1,
.white-form .col-sm-1,
.white-box .col-sm-1,
.popup .col-sm-1,
.pushy-account-form .col-sm-1,
.white-form .col-md-1,
.white-box .col-md-1,
.popup .col-md-1,
.pushy-account-form .col-md-1,
.white-form .col-lg-1,
.white-box .col-lg-1,
.popup .col-lg-1,
.pushy-account-form .col-lg-1,
.white-form .col-xs-2,
.white-box .col-xs-2,
.popup .col-xs-2,
.pushy-account-form .col-xs-2,
.white-form .col-sm-2,
.white-box .col-sm-2,
.popup .col-sm-2,
.pushy-account-form .col-sm-2,
.white-form .col-md-2,
.white-box .col-md-2,
.popup .col-md-2,
.pushy-account-form .col-md-2,
.white-form .col-lg-2,
.white-box .col-lg-2,
.popup .col-lg-2,
.pushy-account-form .col-lg-2,
.white-form .col-xs-3,
.white-box .col-xs-3,
.popup .col-xs-3,
.pushy-account-form .col-xs-3,
.white-form .col-sm-3,
.white-box .col-sm-3,
.popup .col-sm-3,
.pushy-account-form .col-sm-3,
.white-form .col-md-3,
.white-box .col-md-3,
.popup .col-md-3,
.pushy-account-form .col-md-3,
.white-form .col-lg-3,
.white-box .col-lg-3,
.popup .col-lg-3,
.pushy-account-form .col-lg-3,
.white-form .col-xs-4,
.white-box .col-xs-4,
.popup .col-xs-4,
.pushy-account-form .col-xs-4,
.white-form .col-sm-4,
.white-box .col-sm-4,
.popup .col-sm-4,
.pushy-account-form .col-sm-4,
.white-form .col-md-4,
.white-box .col-md-4,
.popup .col-md-4,
.pushy-account-form .col-md-4,
.white-form .col-lg-4,
.white-box .col-lg-4,
.popup .col-lg-4,
.pushy-account-form .col-lg-4,
.white-form .col-xs-5,
.white-box .col-xs-5,
.popup .col-xs-5,
.pushy-account-form .col-xs-5,
.white-form .col-sm-5,
.white-box .col-sm-5,
.popup .col-sm-5,
.pushy-account-form .col-sm-5,
.white-form .col-md-5,
.white-box .col-md-5,
.popup .col-md-5,
.pushy-account-form .col-md-5,
.white-form .col-lg-5,
.white-box .col-lg-5,
.popup .col-lg-5,
.pushy-account-form .col-lg-5,
.white-form .col-xs-6,
.white-box .col-xs-6,
.popup .col-xs-6,
.pushy-account-form .col-xs-6,
.white-form .col-sm-6,
.white-box .col-sm-6,
.popup .col-sm-6,
.pushy-account-form .col-sm-6,
.white-form .col-md-6,
.white-box .col-md-6,
.popup .col-md-6,
.pushy-account-form .col-md-6,
.white-form .col-lg-6,
.white-box .col-lg-6,
.popup .col-lg-6,
.pushy-account-form .col-lg-6,
.white-form .col-xs-7,
.white-box .col-xs-7,
.popup .col-xs-7,
.pushy-account-form .col-xs-7,
.white-form .col-sm-7,
.white-box .col-sm-7,
.popup .col-sm-7,
.pushy-account-form .col-sm-7,
.white-form .col-md-7,
.white-box .col-md-7,
.popup .col-md-7,
.pushy-account-form .col-md-7,
.white-form .col-lg-7,
.white-box .col-lg-7,
.popup .col-lg-7,
.pushy-account-form .col-lg-7,
.white-form .col-xs-8,
.white-box .col-xs-8,
.popup .col-xs-8,
.pushy-account-form .col-xs-8,
.white-form .col-sm-8,
.white-box .col-sm-8,
.popup .col-sm-8,
.pushy-account-form .col-sm-8,
.white-form .col-md-8,
.white-box .col-md-8,
.popup .col-md-8,
.pushy-account-form .col-md-8,
.white-form .col-lg-8,
.white-box .col-lg-8,
.popup .col-lg-8,
.pushy-account-form .col-lg-8,
.white-form .col-xs-9,
.white-box .col-xs-9,
.popup .col-xs-9,
.pushy-account-form .col-xs-9,
.white-form .col-sm-9,
.white-box .col-sm-9,
.popup .col-sm-9,
.pushy-account-form .col-sm-9,
.white-form .col-md-9,
.white-box .col-md-9,
.popup .col-md-9,
.pushy-account-form .col-md-9,
.white-form .col-lg-9,
.white-box .col-lg-9,
.popup .col-lg-9,
.pushy-account-form .col-lg-9,
.white-form .col-xs-10,
.white-box .col-xs-10,
.popup .col-xs-10,
.pushy-account-form .col-xs-10,
.white-form .col-sm-10,
.white-box .col-sm-10,
.popup .col-sm-10,
.pushy-account-form .col-sm-10,
.white-form .col-md-10,
.white-box .col-md-10,
.popup .col-md-10,
.pushy-account-form .col-md-10,
.white-form .col-lg-10,
.white-box .col-lg-10,
.popup .col-lg-10,
.pushy-account-form .col-lg-10 {
	padding-left: 50px;
	padding-right: 50px;
}

.white-form .form-box-title,
.white-box .form-box-title,
.popup .form-box-title,
.pushy-account-form .form-box-title {
	min-height: 28px;
	text-transform: none;
	font-family: PlumbBoldC;
	font-size: 18px;
	font-size: 1.8rem;
	color: #929292;
}

.white-form .gray-select.bootstrap-select .dropdown-toggle .caret,
.white-box .gray-select.bootstrap-select .dropdown-toggle .caret,
.popup .gray-select.bootstrap-select .dropdown-toggle .caret,
.pushy-account-form .gray-select.bootstrap-select .dropdown-toggle .caret {
	background-position: 0 0;
}

.white-form ::-webkit-input-placeholder,
.white-box ::-webkit-input-placeholder,
.popup ::-webkit-input-placeholder,
.pushy-account-form ::-webkit-input-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.white-form ::-moz-placeholder,
.white-box ::-moz-placeholder,
.popup ::-moz-placeholder,
.pushy-account-form ::-moz-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.white-form :-moz-placeholder,
.white-box :-moz-placeholder,
.popup :-moz-placeholder,
.pushy-account-form :-moz-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.white-form :-ms-input-placeholder,
.white-box :-ms-input-placeholder,
.popup :-ms-input-placeholder,
.pushy-account-form :-ms-input-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.btn-narrow {
	min-width: 200px !important;
}

/*.lk-search {
  margin-top: 60px;
  padding: 40px 60px;
  box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.1);
  .btn { min-width: 336px; }
}*/
.form-box-title {
	text-transform: uppercase;
	color: rgba(100, 100, 100, 0.7);
	min-height: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
}

.form-box-title.title-big {
	font-family: GothamProBol;
	font-size: 24px;
	font-size: 2.4rem;
	min-height: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 35px;
}

.form-box-title.no-i {
	padding-right: 0 !important;
}

.form-box-title.title-and-add {
	min-height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}

.title-and-add__btn {
	height: 40px;
	width: 40px;
	float: right;
	cursor: pointer;
	display: block;
	background: url(../img/icons.svg) -780px -150px, #14aa84;
	background-repeat: no-repeat;
	border-radius: 40px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.title-and-add__btn:hover {
	background-color: #00BED6;
}

.form-box-title-big {
	margin-bottom: 40px;
}

.gray-select.bootstrap-select > .dropdown-toggle {
	color: #a4a4a4 !important;
}

/* ==============================================
 * события
 * ============================================== */
.section-doing {
	z-index: 20;
	position: relative;
}

.section-doing__preview-list {
	display: block;
	float: left;
	padding: 40px 25px;
	min-height: 182px;
}

.section-doing__preview-list li {
	float: left;
	width: 25%;
	padding: 0 35px;
}

.section-doing:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background: url(../img/pattern.png) repeat, #edecc2;
	z-index: -1;
}

/* события превью */
.doing__preview-elem {
	display: block;
	text-decoration: none;
}

.doing__preview-elem-text {
	color: #00BED6;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: GothamProBol;
	line-height: 1.3;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.doing__preview-elem-date {
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 30px;
	font-size: 3rem;
	font-family: GothamProBol;
	margin-bottom: 30px;
}

.doing__preview-elem:hover .doing__preview-elem-text {
	color: #14aa84;
}

/* ссылка на все события */
.doing-link-all a {
	margin-top: 45px;
	text-align: center;
	width: 100%;
	display: block;
	color: #00BED6;
}

.doing-link-all a i {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 4px solid #00BED6;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.doing-link-all a i:after,
.doing-link-all a i:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/icon-doing.svg) no-repeat;
	height: 48px;
	width: 48px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -22px;
}

.doing-link-all a i:after {
	opacity: 0;
	background-position: 0 -56px;
}

.doing-link-all a i:before {
	opacity: 1;
	background-position: 0 0;
}

.doing-link-all a:hover {
	color: #14aa84;
}

.doing-link-all a:hover i {
	border-color: #14aa84;
}

.doing-link-all a:hover i:after {
	opacity: 1;
}

.doing-link-all a:hover i:before {
	opacity: 0;
}

.doing-link-all a span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
}

/* ==============================================
 * end события
 * ============================================== */
/* ==============================================
 * рейтинг
 * ============================================== */
.section-rating {
	margin-top: 70px;
	margin-bottom: 90px;
}

.section-rating .main-center-inner {
	margin-top: 5px;
	margin-bottom: 35px;
	margin-right: 0;
	margin-left: 0;
}

.rating__preview-box {
	text-align: right;
	width: 33.3%;
	float: left;
	position: relative;
	right: -70px;
	padding-top: 90px;
}

.rating__preview-title {
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	color: #959484;
	font-family: GothamProBol;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.rating__preview-item {
	margin-left: 20px;
	width: 280px;
	display: inline-block;
	min-height: 120px;
	margin-bottom: 45px;
}

.rating__preview-item a {
	position: relative;
	display: block;
	padding-right: 150px;
	text-align: right;
	color: #4a4a4a;
	line-height: 1.2;
}

.rating__preview-item a:hover .rating__preview-list-icon:after {
	border-color: #00BED6;
}

.rating__preview-item a:hover .rating__preview-list-name {
	color: #00BED6;
}

.rating__preview-list li:last-child {
	margin-bottom: 0;
}

.rating__preview-list-name {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: GothamProBol;
	margin-bottom: 5px;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.rating__preview-list-position {
	color: #959595;
	font-size: 14px;
	font-size: 1.4rem;
}

.rating__preview-list-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 120px;
}

.rating__preview-list-icon:after {
	position: absolute;
	right: 20px;
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px solid transparent;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: url(../img/rating.svg) no-repeat, #faf6e0;
}

.rating__preview-list-icon-smile {
	width: 55px;
	height: 55px;
	border-radius: 55px;
	border: 4px solid #14aa84;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: url(../img/rating.svg) no-repeat, #ffffff;
}

.rating__preview-list-icon-smile.icon-smile-1 {
	background-position: -8px -324px;
}

.rating__preview-list-icon-smile.icon-smile-2 {
	background-position: -158px -324px;
}

.rating__preview-list-icon-smile.icon-smile-3 {
	background-position: -308px -324px;
}

.rating__preview-list-icon-smile.icon-smile-4 {
	background-position: -458px -324px;
}

.rating__preview-list-icon-smile.icon-smile-5 {
	background-position: -608px -324px;
}

.rating__preview-list-icon.icon-man-1:after,
.reviews-list__item .reviews-avatar.icon-man-1:after,
.comment-user__avatar.icon-man-1:after {
	background-position: 17px 9px;
}

.rating__preview-list-icon.icon-man-2:after,
.reviews-list__item .reviews-avatar.icon-man-2:after,
.comment-user__avatar.icon-man-2:after {
	background-position: -133px 9px;
}

.rating__preview-list-icon.icon-man-3:after,
.reviews-list__item .reviews-avatar.icon-man-3:after,
.comment-user__avatar.icon-man-3:after {
	background-position: -283px 9px;
}

.rating__preview-list-icon.icon-man-4:after,
.reviews-list__item .reviews-avatar.icon-man-4:after,
.comment-user__avatar.icon-man-4:after {
	background-position: -433px 9px;
}

.rating__preview-list-icon.icon-man-5:after,
.reviews-list__item .reviews-avatar.icon-man-5:after,
.comment-user__avatar.icon-man-5:after {
	background-position: -583px 9px;
}

.rating__preview-list-icon.icon-company-1:after,
.reviews-list__item .reviews-avatar.icon-company-1:after,
.comment-user__avatar.icon-company-1:after {
	background-position: 17px -150px;
}

.rating__preview-list-icon.icon-company-2:after,
.reviews-list__item .reviews-avatar.icon-company-2:after,
.comment-user__avatar.icon-company-2:after {
	background-position: -133px -150px;
}

.rating__preview-list-icon.icon-company-3:after,
.reviews-list__item .reviews-avatar.icon-company-3:after,
.comment-user__avatar.icon-company-3:after {
	background-position: -283px -150px;
}

.rating__preview-list-icon.icon-company-4:after,
.reviews-list__item .reviews-avatar.icon-company-4:after,
.comment-user__avatar.icon-company-4:after {
	background-position: -433px -150px;
}

.rating__preview-list-icon.icon-company-5:after,
.reviews-list__item .reviews-avatar.icon-company-5:after,
.comment-user__avatar.icon-company-5:after {
	background-position: -583px -150px;
}

.rating__preview-list-icon.icon-company-1:after,
.reviews-list__item .reviews-avatar.icon-company-1:after,
.comment-user__avatar.icon-company-1:after {
	background-position: 17px -150px;
}

.profile-avatar.icon-man-1,
.resume-box .spot-box__img.icon-man-1 {
	background-position: 17px 9px;
}

.profile-avatar.icon-man-2,
.resume-box .spot-box__img.icon-man-2 {
	background-position: -133px 9px;
}

.profile-avatar.icon-man-3,
.resume-box .spot-box__img.icon-man-3 {
	background-position: -283px 9px;
}

.profile-avatar.icon-man-4,
.resume-box .spot-box__img.icon-man-4 {
	background-position: -433px 9px;
}

.profile-avatar.icon-man-5,
.resume-box .spot-box__img.icon-man-5 {
	background-position: -583px 9px;
}

.profile-avatar.default-avatar {
	background: url(../img/no-avatar.svg) no-repeat center, #faf6e0;
	-webkit-background-size: contain;
	background-size: contain;
}

/* ==============================================
 * end рейтинг
 * ============================================== */
.container {
	position: relative;
}

.h1-gray {
	max-width: 920px;
	font-size: 30px;
	font-size: 3rem;
	color: #4a4a4a;
	line-height: 1.3;
	margin-bottom: 40px;
}

.header-big-h1 h1 {
	font-size: 60px;
	font-size: 6rem;
	margin-bottom: 0;
}

.header-big-h1 p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0px;
}

/* ==============================================
 * end шапка
 * ============================================== */
/* ==============================================
 * умный поиск
 * ============================================== */
.form-smart-search__input {
	background: #ffffff;
	padding-left: 20px;
	padding-right: 55px;
	color: #14aa84;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: GothamProBol;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
	height: 60px;
	line-height: 60px;
	width: 100%;
	max-width: 1062px;
	outline: 0;
	border: 0;
}

.ui-autocomplete {
	position: absolute;
	margin: 0;
	outline: 0;
}

.ui-menu {
	background-color: #ffffff;
	list-style: none;
	z-index: 200;
	top: -5px;
	border-top: 1px solid #d9d9d9;
	border-radius: 0 0 3px 3px;
	padding: 0;
	width: 100%;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 24px 0;
	max-height: 500px;
	overflow: auto;
}

.ui-menu-item,
.ui-menu-item-wrapper {
	font-size: 16px;
	font-size: 1.6rem;
	color: #14aa84;
	font-family: GothamProBol;
	cursor: pointer;
	padding: 10px 20px;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.ui-menu-item:hover,
.ui-menu-item-wrapper:hover {
	color: #00BED6;
}

.ui-autocomplete.ui-menu {
	border: 0 !important;
}

.ui-autocomplete.ui-menu .ui-state-focus,
.ui-autocomplete.ui-menu .ui-state-active {
	color: #00BED6;
	border: 0 !important;
	margin-top: 0;
}

.ui-autocomplete-category {
	color: #d9d9d9;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	background-color: #f6f6f6;
	padding: 20px 20px 5px 20px;
	border-top: 1px solid #d9d9d9;
	position: relative;
	margin-top: 10px;
}

.ui-autocomplete-category:after {
	content: '';
	background-color: #f6f6f6;
	position: absolute;
	display: block;
	top: -11px;
	height: 10px;
	width: 100%;
	left: 0;
}

.form-smart-search__buttom {
	padding-top: 16px;
	padding-bottom: 16px;
}

.ui-menu div:first-of-type:after {
	background-color: #ffffff;
}

.category-item {
	background-color: #f6f6f6;
}

/* ==============================================
 * БЛОКИ КВАДРАТНЫЕ
 * ============================================== */
.square-box__text,
.attention-box__text {
	color: #4a4a4a;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbC;
}

.attention-box {
	padding-left: 60px;
	position: relative;
	margin-top: 20px;
}

.attention-box:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: 3px solid #14aa84;
	background: url(../img/icons.svg) no-repeat -2163px 7px;
}

.green-nav.green-nav-2-col {
	font-size: 0;
}

.green-nav.green-nav-2-col li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}

.green-nav li {
	list-style: none;
	color: #14aa84;
	text-transform: uppercase;
	font-family: GothamProBol;
	padding: 0;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}

.green-nav li.inactive a {
	cursor: pointer;
}

.green-nav li.inactive a:hover {
	color: #14aa84;
}

.green-nav li.inactive a:hover:before {
	opacity: 1;
}

.green-nav li.inactive a:hover:after {
	opacity: 0;
}

.green-nav a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #14aa84;
	text-decoration: none;
	position: relative;
	padding-left: 45px;
	padding-top: 1px;
	line-height: 1.3;
	display: table;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.green-nav a:hover {
	color: #00BED6;
}

.green-nav a:hover:before {
	opacity: 0;
}

.green-nav a:hover:after {
	opacity: 1;
}

.green-nav a span {
	display: table-cell;
	vertical-align: middle;
}

.green-nav a:before,
.green-nav a:after {
	position: absolute;
	top: 10px;
	height: 35px;
	width: 35px;
	left: 0;
	margin-top: -17px;
	display: block;
	content: '';
	background: url(../img/arrow.svg) no-repeat;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.green-nav a:before {
	background-position: -71px 11px;
	opacity: 1;
}

.green-nav a:after {
	background-position: -31px 11px;
	opacity: 0;
}

.square-box-info-block {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbC;
}

.square-box-info-block p {
	margin-bottom: 20px;
	line-height: 1.3;
}

.square-box-info-block p:last-child {
	margin-bottom: 0;
}

.square-box-info-block .bold {
	font-family: PlumbBoldC;
}

.square-box-info-block__title {
	color: #14aa84;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbBoldC;
	margin-bottom: 20px;
}

.square-box-inner-i {
	padding-top: 30px;
}

.square-box .attention-box {
	margin-top: 40px;
}

.square-box-title-green,
.square-box-title-gray {
	padding-left: 60px;
}

.square-box-title-green i,
.square-box-title-gray i {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 50%;
	left: 50px;
	margin-top: -25px;
	background: url(../img/icons.svg);
}

.square-box-title-green {
	color: #14aa84;
}

.square-box-title-green .icon-help {
	background-position: -2163px 6px;
	border-radius: 45px;
	border: 3px solid #14aa84;
	height: 45px;
	width: 45px;
}

.square-box-title-gray {
	color: #4a4a4a;
}

.square-box-title-gray .icon-folder {
	background-position: -880px -169px;
}

.square-box-title-gray .icon-settings {
	background-position: -995px -167px;
}

.square-box-title-gray .icon-rocket {
	background-position: -1094px -172px;
}

.square-box-title-gray .icon-attention {
	background-position: -1170px -167px;
}

.square-box-list-md .square-box {
	height: 500px;
}

.square-box-list-lg .square-box {
	height: 670px;
}

.square-box-list:before,
.square-box-list:after {
	content: " ";
	display: table;
}

.square-box-list:after {
	clear: both;
}

.square-box-list .square-box:nth-child(odd) {
	margin-right: 30px;
}

.square-box-list .square-box:nth-child(odd) .triangle {
	top: 100px;
	right: -90px;
}

.square-box-list .square-box:nth-child(even) {
	margin-left: 30px;
}

.square-box-list .square-box:nth-child(even) .triangle {
	top: 150px;
	left: -90px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.square-box-list.triangle-bottom .square-box:nth-child(even) .triangle {
	bottom: 100px;
	top: auto !important;
}

.square-box-list.triangle-bottom .square-box:nth-child(odd) .triangle {
	bottom: 150px;
	top: auto !important;
}

.square-box-list.blocks-info {
	/* padding: 0 60px; */
}

.square-box-list.blocks-info .wrap-num {
	text-align: center;
	margin-bottom: 20px;
}

.square-box-list.blocks-info .square-box__content {
	text-align: center;
	padding: 40px 50px;
}

.square-box-list.blocks-info .num {
	font-size: 102px;
	font-family: GothamProBol;
	color: #fff;
	display: inline-block;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background-color: #fae4d9;
	line-height: 140px;
}

.square-box-list.blocks-info .txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: GothamProBol;
}

.square-box-list.blocks-info .txt a,
.square-box-list.blocks-info .txt a:hover,
.square-box-list.blocks-info .txt a:active {
	border-width: 0;
	color: #00BED6;
}

.square-box-list.blocks-info .triangle:after {
	top: 4px;
	left: -35px;
}

.square-box-list.blocks-info .square-box {
	height: 285px;
	margin-bottom: 20px;
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
}

.square-box-list.blocks-info .square-box:nth-child(odd) {
	margin-right: 20px;
}

.square-box-list.blocks-info .square-box:nth-child(even) {
	margin-left: 20px;
}

.square-box-list.blocks-info .square-box:nth-child(even) .triangle {
	top: 105px;
}

.square-box {
	min-height: 580px;
	margin-bottom: 55px;
	padding-bottom: 120px;
	background: #ffffff;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	float: left;
	position: relative;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	/* уголок */
}

.square-box.no-bottom-block {
	padding-bottom: 30px;
}

.square-box.no-bottom-block .square-box__scroll-block-wrap {
	bottom: 30px;
}

.square-box .triangle {
	width: 90px;
	height: 90px;
	position: absolute;
	overflow: hidden;
}

.square-box .triangle:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	/* Не забываем про префиксы */
	top: 25px;
	left: -25px;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.square-box__img-text-name {
	padding-left: 60px;
	color: #ffffff;
	text-shadow: none;
}

.square-box__img-text-name:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background: url(../img/icons.svg) no-repeat -1250px -166px;
	content: '';
	display: block;
}

.square-box__img-text-name.no-icon {
	padding-left: 0px;
}

.square-box__img-text-name.no-icon:after {
	display: none;
}

.square-box__img {
	height: 235px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.square-box__img.square-img-overlay:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	z-index: 0;
}

.square-box__img span {
	display: block;
}

.square-box__img .img-text-top {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

.square-box__img .img-text-bottom {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: GothamProBol;
	text-transform: uppercase;
}

.square-box__img.square-box-circle-img .square-box__img-text {
	position: relative;
	text-shadow: none;
	padding-left: 270px;
	margin-top: 70px;
	padding-right: 50px;
	left: 0;
	top: 0;
}

.square-box__img.square-box-circle-img .img-text-top {
	color: #4a4a4a;
	margin-bottom: 10px;
}

.square-box__img.square-box-circle-img .img-text-bottom {
	color: #14aa84;
}

.square-box__img .circle-img-wrap {
	width: 185px;
	height: 185px;
	border-radius: 185px;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
	margin-left: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.square-box__img .circle-img-wrap img {
	height: 100%;
	max-width: none;
}

.square-box__img img {
	max-width: 100%;
}

.square-box__img-text {
	position: absolute;
	z-index: 10;
	color: #ffffff;
	line-height: 1.3;
	left: 50px;
	top: 50px;
	text-shadow: 2px 2px 13px #000000;
}

.square-box-btn {
	position: absolute;
	bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.square-box-btn .btn {
	width: 100%;
	padding: 15px 20px;
	line-height: 1;
	white-space: normal;
}

.square-box__text-title {
	margin-bottom: 20px;
}

.square-box__text {
	padding-right: 50px;
	padding-left: 50px;
}

.square-box__header {
	padding: 15px 50px;
	height: 120px;
	display: table;
	width: 100%;
	position: relative;
}

.square-box__header-title {
	display: table-cell;
	vertical-align: middle;
}

.square-box__scroll-block {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	left: 0;
	overflow: hidden;
}

.square-box__scroll-block-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	bottom: 140px;
	margin-left: 50px;
	margin-right: 50px;
}

.square-box__scroll-block-wrap.selects .square-box__scroll-block-inner {
	padding-right: 0;
}

.square-box__scroll-block-wrap.selects .dropdown-toggle span.caret {
	background-position: -79px 0;
}

.square-box__scroll-block-wrap.selects .square-box__scroll-block {
	overflow: visible;
}

.square-box__scroll-block-wrap.selects .jspPane {
	left: 0 !important;
	padding: 0 1px !important;
}

.square-box__scroll-block-wrap.selects .jspPane a {
	min-height: 0;
	display: block;
}

.square-box__scroll-block-wrap.selects li {
	padding: 0;
	border-width: 0;
	margin-bottom: 20px;
}

.square-box__work-groups .icon {
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	color: #00BED6;
	border-radius: 50%;
	border: 2px solid transparent;
	font-family: GothamProBol;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}

.square-box__work-groups li {
	padding: 25px 0;
}

.square-box__work-groups li:not(:last-child) {
	border-bottom: 1px solid #14aa84;
}

.square-box__work-groups a {
	display: table;
	width: 100%;
}

.square-box__work-groups a:hover .txt {
	color: #14aa84;
}

.square-box__work-groups a:hover .icon {
	border-color: #00BED6;
}

.square-box__work-groups .wrap-icon {
	width: 80px;
}

.square-box__work-groups .wrap-icon,
.square-box__work-groups .wrap-txt {
	display: table-cell;
	vertical-align: middle;
}

.square-box__work-groups .txt {
	font-size: 20px;
	font-size: 2rem;
	color: #00BED6;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	text-transform: uppercase;
	font-family: GothamProBol;
	line-height: 1.2;
}

.colored-bg-header .square-box__scroll-block-wrap {
	top: 140px;
	bottom: 135px;
}

.colored-bg-header .square-box__header {
	background: url(../img/pattern.png) repeat, #edecc2;
}

.square-box-colored {
	background: url(../img/pattern.png) repeat, #edecc2;
}

.square-box-colored .triangle:after {
	background: url(../img/pattern.png) repeat, #edecc2;
}

.square-box__scroll-block-inner {
	padding-right: 60px;
}

/* блок с объявлениями */
.square-box__notice-list li {
	padding-bottom: 35px;
	border-bottom: 1px solid #14aa84;
	margin-bottom: 25px;
}

.square-box__notice-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.square-box__notice-list a {
	display: block;
	color: #4a4a4a;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	font-family: PlumbBoldC;
	padding-left: 125px;
	min-height: 100px;
	padding-top: 3px;
	padding-top: 20px;
	position: relative;
}

.square-box__notice-list a:hover {
	color: #00BED6;
}

.square-box__notice-list .date {
	color: #14aa84;
	font-size: 20px;
	font-size: 2rem;
	display: block;
	margin-bottom: 10px;
}

.square-box__notice-list .name {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

.square-box__notice-list .date-icon {
	position: relative;
	display: inline-block;
	padding-right: 45px;
}

.square-box__notice-list .date-icon .elem-price {
	position: absolute;
	right: 0;
	top: -10px;
}

.square-box__notice-list .date-icon .elem-price:before {
	bottom: -8px;
	right: 115%;
	top: auto;
	left: auto;
}

.square-box__notice-list .img-preview {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background: #f3f3f3;
	border-radius: 100px;
	overflow: hidden;
}

.square-box__notice-list .img-preview img {
	max-width: 100%;
}

/* блок с событиями */
.square-box__event-list li {
	padding-bottom: 25px;
	border-bottom: 1px solid #14aa84;
	margin-bottom: 25px;
}

.square-box__event-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.square-box__event-list a {
	display: block;
	color: #00BED6;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-family: GothamProBol;
	padding-left: 125px;
	min-height: 100px;
	padding-top: 6px;
	position: relative;
	/*&:after {
      content: '';
      display: block;
      position: absolute;
      width: 60px; height: 60px;
      border-radius: 60px;
      transition: all .2s linear;
      left: 0; top: 0;
      border: 2px solid transparent;
      background: url(../img/event.svg) no-repeat, @white;
    }*/
}

.square-box__event-list a:hover {
	color: #14aa84;
}

.square-box__event-list a:hover:after {
	border-color: #00BED6;
}

.square-box__event-list a.icon-theater:after {
	background-position: -90px 11px;
}

.square-box__event-list a.icon-learn:after {
	background-position: 9px 11px;
}

.square-box__event-list .date {
	color: #646464;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.square-box__event-list .name {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

.square-box__event-list .img-preview {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background: #f3f3f3;
	border-radius: 100px;
	overflow: hidden;
}

.square-box__event-list .img-preview img {
	max-width: 100%;
}

/* блок с вакансиями */
.square-box__vacancies-list li {
	padding-bottom: 25px;
	border-bottom: 1px solid #14aa84;
	margin-bottom: 25px;
	display: table;
	min-height: 80px;
	width: 100%;
}

.square-box__vacancies-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.square-box__vacancies-list a {
	display: table-cell;
	vertical-align: middle;
	color: #00BED6;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-family: GothamProBol;
	padding-left: 75px;
	position: relative;
	color: #14aa84;
}

.square-box__vacancies-list a:hover {
	color: #00BED6;
}

.square-box__vacancies-list a .elem-price {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
}

.square-box__vacancies-list a .elem-price:before {
	bottom: -8px;
	left: 37px;
	top: auto;
}

.square-box__vacancies-list a:hover {
	color: #14aa84;
}

.square-box__vacancies-list a.red-fire:after {
	background-position: 12px -74px;
}

.square-box__vacancies-list a.gray-fire:after {
	background-position: -38px -74px;
	background-color: #f5f5f5;
}

.square-box__vacancies-list .price {
	color: #646464;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.square-box__vacancies-list .name {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 6px;
	display: block;
	text-transform: uppercase;
}

.square-box__vacancies-list .date {
	font-family: PlumbC;
	color: #4a4a4a;
	font-size: 16px;
	font-size: 1.6rem;
}

/* блок с участниками */
.square-box__part-list li {
	padding-bottom: 15px;
	border-bottom: 1px solid #14aa84;
	margin-bottom: 15px;
}

.square-box__part-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.square-box__part-list a {
	display: block;
	color: #14aa84;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	padding-left: 115px;
	min-height: 80px;
	padding-top: 25px;
	position: relative;
}

.square-box__part-list a:hover {
	color: #00BED6;
}

.square-box__part-list a:hover .part-list__avatar {
	border-color: #00BED6;
}

.square-box__part-list a .part-list__avatar {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	left: 0;
	top: 0;
	border: 2px solid #ffffff;
	background: url(../img/rating.svg) no-repeat, #faf6e0;
	background-position: 1000px 1000px;
}

.square-box__part-list a .part-list__avatar.icon-man-1 {
	background-position: 6px 8px;
}

.square-box__part-list a .part-list__avatar.icon-man-2 {
	background-position: -143px 8px;
}

.square-box__part-list a .part-list__avatar.icon-man-3 {
	background-position: -293px 8px;
}

.square-box__part-list a .part-list__avatar.icon-man-4 {
	background-position: -443px 8px;
}

.square-box__part-list a .part-list__avatar.icon-man-5 {
	background-position: -593px 8px;
}

.square-box__part-list a .part-list__avatar img {
	height: 80px;
}

.square-box__part-list .name {
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	font-family: GothamProBol;
	display: block;
	margin-bottom: 5px;
}

.square-box__part-list .position {
	color: #4a4a4a;
	font-family: PlumbC;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

/* блок с возможностями */
.square-box__pluses-list li:last-child .name {
	border: 0;
}

.square-box__pluses-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.square-box__pluses-list a {
	display: table;
	color: #4a4a4a;
	width: 100%;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	padding-left: 70px;
	min-height: 50px;
	position: relative;
}

.square-box__pluses-list a:after,
.square-box__pluses-list a:before {
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	left: 0;
	top: 50%;
	margin-top: -25px;
	border: 2px solid #00BED6;
	background: url(../img/icons.svg) no-repeat, #ffffff;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.square-box__pluses-list a:after {
	opacity: 0;
	background-position: -632px -145px;
}

.square-box__pluses-list a:before {
	opacity: 1;
	background-position: -693px -145px;
}

.square-box__pluses-list a:hover {
	color: #00BED6;
}

.square-box__pluses-list a:hover:before {
	opacity: 0;
}

.square-box__pluses-list a:hover:after {
	opacity: 1;
}

.square-box__pluses-list a:hover:before,
.square-box__pluses-list a:hover:after {
	background-color: #00BED6;
}

.square-box__pluses-list .name {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: PlumbC;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #89d4c1;
}

/* блок с проектами */
.square-box__project-list .project-list__img {
	position: absolute;
	left: 0;
	width: 85px;
	height: 85px;
	top: 0;
	border-radius: 85px;
	overflow: hidden;
	border: 2px solid transparent;
	-webkit-transition: border .2s linear;
	-o-transition: border .2s linear;
	transition: border .2s linear;
}

.square-box__project-list .project-list__img img {
	max-height: 85px;
}

.square-box__project-list .name {
	display: table-cell;
	vertical-align: middle;
}

.square-box__project-list li {
	border-bottom: 1px solid #14aa84;
	padding-bottom: 18px;
	padding-top: 18px;
}

.square-box__project-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.square-box__project-list li a {
	padding-left: 120px;
	position: relative;
	min-height: 85px;
	display: table;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbBoldC;
	color: #14aa84;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.square-box__project-list li a:hover {
	color: #00BED6;
}

.square-box__project-list li a:hover .project-list__img {
	border-color: #00BED6;
}

.square-box-reviews-title {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #14aa84;
	padding-left: 130px;
}

.square-box-reviews-title:after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	border: 3px solid #14aa84;
	border-radius: 100px;
	background: url(../img/icons.svg) no-repeat 20px -207px, #ffffff;
	top: 50%;
	margin-top: -50px;
	left: 50px;
	position: absolute;
}

.square-box-no-scroll {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.square-box-no-scroll .square-box {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.square-box-no-scroll .square-box__scroll-block-wrap,
.square-box-no-scroll .square-box__scroll-block {
	position: relative;
	top: auto;
	bottom: auto;
}

.square-box-no-scroll .square-box__scroll-block-inner {
	padding-left: 0;
	padding-right: 0;
}

.num-rating {
	font-family: GothamProBol;
	color: #14aa84;
	font-size: 72px;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.num-rating small {
	font-size: 30px;
}

.num-reviews {
	font-size: 16px;
	font-size: 1.6rem;
	color: #14aa84;
	font-family: PlumbC;
	text-align: center;
	margin-top: 10px;
}

.num-reviews i {
	font-style: normal;
}

.h4-under-sub-text__top {
	font-size: 18px;
	font-size: 1.8rem;
	color: #4a4a4a;
	margin-bottom: 10px;
	font-family: PlumbC;
	text-transform: none;
	display: block;
}

.h4-under-sub-text__bottom {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	color: #14aa84;
	font-family: GothamProBol;
}

.square-box__dialog {
	margin-top: 20px;
	background: #ffffff;
	position: relative;
	border-radius: 5px;
	padding: 10px 20px;
	width: 100%;
}

.square-box__dialog:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffffff;
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 85px;
}

.dialog-person-avatar {
	width: 70px;
	height: 64px;
	position: absolute;
	left: 0;
}

.dialog-person-avatar i {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 2px solid #00BED6;
	background: #ffffff;
	content: '';
	color: #00BED6;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: GothamProBol;
	text-align: center;
	font-style: normal;
	line-height: 26px;
}

.dialog-person-info {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.dialog-person-avatar-photo {
	width: 52px;
	height: 52px;
	overflow: hidden;
	border-radius: 52px;
	display: block;
}

.square-box__dialog-person {
	margin-left: 70px;
	padding-left: 90px;
	position: relative;
	margin-top: 15px;
	min-height: 64px;
	display: table;
}

.dialog-person-name {
	font-size: 18px;
	font-size: 1.8rem;
	color: #14aa84;
	font-family: GothamProBol;
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.dialog-person-position {
	font-size: 14px;
	font-size: 1.4rem;
	color: #4a4a4a;
	font-family: PlumbC;
	display: block;
}

.micro-logo {
	width: 25vh;
	height: 25vh;
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 50%;
	background: #fafbfa;
	display: flex;
}

.micro-logo span {
	display: table-cell;
	vertical-align: middle;
}

.micro-logo img {
    max-width: 100%;
    height: 100%;
}

.header-top-photo {
	height: 50vh;
	max-height: 560px;
	z-index: 15;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.header-top-photo .h1-lg,
.header-top-photo .under-h1 {
	color: #ffffff;
}

.header-top-photo .header-top-inner {
	position: relative;
	z-index: 5;
}

.header-top-photo:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 0;
}

.under-h1.microsite-font-size {
	font-size: 30px !important;
	font-size: 3rem !important;
	text-transform: uppercase;
	font-family: GothamProBol;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.header-top-photo.header-content {
	height: 415px;
}

.header-top-photo.header-content .under-h1 {
	padding: 0 50px;
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: GothamProBol;
	letter-spacing: 1px;
}

.header-top-photo.header-content:after {
	display: none;
}

@media all and (max-width: 990px) {
	.header-top-photo.header-content {
		height: 440px;
	}

	.header-top-photo.header-content .under-h1 {
		padding: 0;
	}
}

/* ==============================================
 * end БЛОКИ КВАДРАТНЫЕ
 * ============================================== */
/* ==============================================
 * РЕЗУЛЬТАТЫ ПОИСКА
 * ============================================== */
.list-search-result li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbC;
	line-height: 1.3;
}

.list-search-result li:last-child {
	border-bottom: 0;
}

.list-search-result li:first-child {
	padding-top: 0;
}

.result-item__title {
	font-family: PlumbBoldC;
	font-size: 20px;
	font-size: 2rem;
	color: #4a4a4a;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	margin-bottom: 5px;
	display: block;
}

.result-item__title:hover {
	color: #00BED6;
}

.result-item__category {
	color: #14aa84;
	font-family: GothamProBol;
	text-transform: uppercase;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.result-item__category:hover {
	color: #00BED6;
}

.result-item__text {
	margin-bottom: 20px;
}

/* ==============================================
 * end РЕЗУЛЬТАТЫ ПОИСКА
 * ============================================== */
/* ==============================================
 * новости
 * ============================================== */
.news-big__title {
	position: relative;
	min-height: 90px;
	line-height: 90px;
}

.news-big__title i {
	height: 90px;
	width: 84px;
	display: inline-block;
	background: url(../img/news-title.svg) no-repeat;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.news-big__filter {
	display: none;
	padding-top: 40px;
	padding-bottom: 33px;
}

.news-big__filter .bootstrap-select.btn-group .dropdown-menu {
	top: 69px !important;
}

.header-top-news {
	position: relative;
	min-height: 250px;
	padding-bottom: 55px;
}

.news-big__show-filter {
	line-height: 55px;
	text-align: center;
	height: 55px;
	width: 100%;
	color: #14aa84;
	background-color: rgba(240, 240, 200, 0.6);
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	cursor: pointer;
	font-family: GothamProBol;
}

.news-big__show-filter span {
	padding-left: 38px;
	position: relative;
	display: inline-block;
}

.news-big__show-filter span:after,
.news-big__show-filter span:before {
	content: '';
	display: block;
	position: absolute;
	background-position: center;
	border-radius: 34px;
	background-image: url(../img/arrow-green.svg);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.news-big__show-filter span:after {
	opacity: 0;
	background-image: url(../img/arrow-orange.svg);
}

.news-big__show-filter span:before {
	opacity: 1;
}

.news-big__show-filter:hover,
.news-big__show-filter.active {
	color: #ffffff;
}

.news-big__show-filter:hover span:after,
.news-big__show-filter.active span:after {
	opacity: 1;
	background-image: url(../img/arrow-white.svg);
}

.news-big__show-filter:hover span:before,
.news-big__show-filter.active span:before {
	opacity: 0;
}

.news-big__show-filter:hover {
	background-color: rgba(20, 170, 132, 0.6);
}

.news-big__show-filter.active,
.news-big__show-filter.active:hover {
	background-color: #14aa84;
}

.news-big__show-filter.active span:after,
.news-big__show-filter.active:hover span:after,
.news-big__show-filter.active span:before,
.news-big__show-filter.active:hover span:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news-big__show-filter.active:hover,
.news-big__show-filter.active:hover:hover {
	background-color: rgba(20, 170, 132, 0.7);
}

.header-top-news__border {
	height: 1px;
	background: #f8f7e7;
	margin-left: -25px;
	margin-right: -25px;
	float: left;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
}

.wrap-news-block {
	padding: 70px 0 25px;
}

.news-big__text {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #4a4a4a;
	font-family: GothamProBol;
	line-height: 1.3;
	padding-bottom: 30px;
}

.news-big {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.news-elem {
	margin-top: 5px;
	font-family: GothamProBol;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 60px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-elem .news-elem__link {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #000000;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.news-elem .news-elem__link:hover,
.news-elem .news-elem__link:focus {
	color: #00BED6;
	text-decoration: none;
}

.news-elem .news-elem__link:hover .news-elem__img img,
.news-elem .news-elem__link:focus .news-elem__img img {
	opacity: .7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.news-elem .news-elem__link_s {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000000;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.news-elem .news-elem__link_s:hover,
.news-elem .news-elem__link_s:focus {
	color: #00BED6;
	text-decoration: none;
}

.news-elem .news-elem__link:hover .news-elem__img img,
.news-elem .news-elem__link:focus .news-elem__img img {
	opacity: .7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.news-elem__status {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	display: inline-block;
}

.news-elem__status.new {
	color: #14aa84;
}

.news-elem:last-of-type {
	margin-bottom: 45px;
}

.news-elem__img,
.news-elem__content {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.news-elem__img {
	width: 50%;
	text-align: right;
}

.news-elem__img img {
	opacity: 1;
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
}

.news-elem:nth-of-type(even) .news-elem__img img {
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
	-o-transition: opacity 0.5s, -o-transform 0.5s ease-in-out;
	transition: opacity 0.5s, transform 0.5s ease-in-out;
}

.news-elem:nth-of-type(odd) .news-elem__img img {
	float: right;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
	-o-transition: opacity 0.5s, -o-transform 0.5s ease-in-out;
	transition: opacity 0.5s, transform 0.5s ease-in-out;
}

.news-elem__img span {
	display: inline-block;
	max-width: 380px;
	max-height: 255px;
	overflow: hidden;
}

.news-elem__content {
	text-align: left;
}

.news-elem__content-inner {
	padding: 0 40px;
}

.news-elem__heading {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 36px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.news-elem__cat {
	font-size: 2.2rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.news-elem__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
}

.news-elem__date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	color: #7f7f7f;
}

.news-elem__heart,
.btn-like {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	width: 22px;
	height: 19px;
	top: 3px;
	cursor: pointer;
	background: url('../img/icon-heart.svg') no-repeat center center;
}

.news-elem__red {
	font-size: 14px;
	font-size: 1.4rem;
	color: #e04f4a;
	opacity: 0.5;
}

.news-elem__heart:hover,
.btn-like:hover {
	opacity: 0.5;
}

.news-elem:nth-of-type(even) a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.news-elem:nth-of-type(even) div.news-elem__link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.news-elem:nth-of-type(even) .news-elem__img {
	text-align: left;
}

.news-elem:nth-of-type(even) .news-elem__content {
	text-align: right;
}

/* ==============================================
 * end новости
 * ============================================== */
/* ==============================================
 * Страница микросайта 2
 * ============================================== */
.wrap-microsite-mod .btn {
	width: 340px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ==============================================
 * end Страницы микросайта 2
 * ============================================== */
/* ==============================================
 * шаги
 * ============================================== */
.aside-left-steps {
	padding-left: 0;
	max-width: 205px;
	border-bottom: 0;
}

.aside-left-steps li {
	list-style: none;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: GothamProBol;
	color: #14aa84;
	line-height: 1.1;
	margin-bottom: 25px;
	cursor: pointer;
	display: block;
	float: none !important;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.aside-left-steps li:not(.no-active):hover,
.aside-left-steps li:not(.disabled).active {
	color: #00BED6;
}

.aside-left-steps li:not(.no-active):hover span,
.aside-left-steps li:not(.disabled).active span {
	border-color: #00BED6;
}

.aside-left-steps li span {
	height: 60px;
	width: 60px;
	display: block;
	border-radius: 60px;
	border: 4px solid #14aa84;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.aside-left-steps li big {
	font-size: 30px;
	font-size: 3rem;
	line-height: 35px;
	font-family: GothamProBol;
	display: block;
}

.aside-left-steps li small {
	top: -5px;
	font-size: 100%;
	display: inline-block;
	position: relative;
}

.aside-left-steps li.no-active {
	opacity: .5;
	cursor: default;
	color: #959595 !important;
}

.aside-left-steps li.no-active span {
	border-color: #959595 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
	border: 0 !important;
	outline: 0 !important;
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	color: #14aa84;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
	color: #00BED6;
}

.nav > li.no-active > a {
	cursor: default;
	color: #959595;
}

.btn-next {
	float: right;
}

.btn-prev,
.btn-next,
.btn-prev:focus,
.btn-next:focus {
	display: inline-block;
	position: relative;
	color: #14aa84;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	text-transform: uppercase;
	font-family: GothamProBol;
	line-height: 34px;
	height: 34px;
	outline: 0;
	background: transparent;
	border: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.btn-prev:hover:not(.no-active),
.btn-next:hover:not(.no-active),
.btn-prev:focus:hover:not(.no-active),
.btn-next:focus:hover:not(.no-active) {
	text-decoration: none;
	color: #00BED6;
}

.btn-prev:hover:not(.no-active):after,
.btn-next:hover:not(.no-active):after,
.btn-prev:focus:hover:not(.no-active):after,
.btn-next:focus:hover:not(.no-active):after,
.btn-prev:hover:not(.no-active):before,
.btn-next:hover:not(.no-active):before,
.btn-prev:focus:hover:not(.no-active):before,
.btn-next:focus:hover:not(.no-active):before {
	border-color: #00BED6;
}

.btn-prev:hover:not(.no-active):after,
.btn-next:hover:not(.no-active):after,
.btn-prev:focus:hover:not(.no-active):after,
.btn-next:focus:hover:not(.no-active):after {
	opacity: 1;
}

.btn-prev:hover:not(.no-active):before,
.btn-next:hover:not(.no-active):before,
.btn-prev:focus:hover:not(.no-active):before,
.btn-next:focus:hover:not(.no-active):before {
	opacity: 0;
}

.btn-prev:after,
.btn-next:after,
.btn-prev:focus:after,
.btn-next:focus:after {
	opacity: 0;
}

.btn-prev:before,
.btn-next:before,
.btn-prev:focus:before,
.btn-next:focus:before {
	opacity: 1;
}

.btn-prev.no-active,
.btn-next.no-active,
.btn-prev:focus.no-active,
.btn-next:focus.no-active {
	opacity: .5;
}

.btn-prev.no-active:hover,
.btn-next.no-active:hover,
.btn-prev:focus.no-active:hover,
.btn-next:focus.no-active:hover {
	text-decoration: none;
	color: #14aa84;
}

.btn-prev:after,
.btn-next:after,
.btn-prev:focus:after,
.btn-next:focus:after,
.btn-prev:before,
.btn-next:before,
.btn-prev:focus:before,
.btn-next:focus:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/arrow.svg) no-repeat -72px 11px;
	height: 34px;
	width: 34px;
	top: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	border: 3px solid #14aa84;
	border-radius: 35px;
}

.btn-prev.btn-prev:after,
.btn-next.btn-prev:after,
.btn-prev:focus.btn-prev:after,
.btn-next:focus.btn-prev:after,
.btn-prev.btn-prev:before,
.btn-next.btn-prev:before,
.btn-prev:focus.btn-prev:before,
.btn-next:focus.btn-prev:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn-prev:hover:after,
.btn-next:hover:after,
.btn-prev:focus:hover:after,
.btn-next:focus:hover:after {
	background-position: -32px 11px;
}

.btn-prev.btn-next:after,
.btn-next.btn-next:after,
.btn-prev:focus.btn-next:after,
.btn-next:focus.btn-next:after,
.btn-prev.btn-next:before,
.btn-next.btn-next:before,
.btn-prev:focus.btn-next:before,
.btn-next:focus.btn-next:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.btn-prev.no-active,
.btn-next.no-active,
.btn-prev:focus.no-active,
.btn-next:focus.no-active {
	opacity: .5;
	cursor: default;
}

.btn-back {
	padding-left: 70px !important;
}

.btn-prev {
	padding-left: 52px;
}

.btn-prev:after,
.btn-prev:before {
	left: 0;
}

.btn-next {
	padding-right: 52px;
}

.btn-next:after,
.btn-next:before {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.volunteer-box {
	position: relative;
}

.volunteer-box .btn-prev,
.volunteer-box .btn-next {
	position: absolute;
	bottom: 50px;
}

.volunteer-box .btn-prev {
	left: 50px;
}

.volunteer-box .btn-next {
	right: 50px;
}

/* ==============================================
 * end шаги
 * ============================================== */
/* ==============================================
 * промо на главной
 * ============================================== */
.rollover-slider__elem.active {
	right: 0 !important;
}

.main-promo {
	z-index: 15;
	font-family: GothamProBol;
	position: relative;
    z-index: 0;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    /* .main-promo {
        padding-top: 55px;
    } */
}


.main-promo.no-animation .main-promo__content.active,
.main-promo.no-animation .rollover-slider__elem,
.main-promo.no-animation .pop-message,
.main-promo.no-animation .rollover-slider__elem.active .pop-message,
.main-promo.no-animation .parallax-container,
.main-promo.no-animation .icon-rollover-more {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transition-delay: none;
	-o-transition-delay: none;
	transition-delay: none;
}

.main-promo__content-container {
	position: absolute;
	z-index: -1;
	right: 0;
	left: 0;
}

.main-promo__content-container.active {
	z-index: 1;
}

.main-promo__btn-content {
	position: absolute;
	right: 0;
	bottom: 45px;
	left: 0;
}

.main-promo__logo {
	display: block;
	margin-top: 75px;
	margin-bottom: 14px;
}

.main-promo__sublogo {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 20px;
	position: relative;
	padding-top: 33px;
	color: #14aa84;
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
}

.main-promo__sublogo:before {
	position: absolute;
	top: -1px;
	left: 50%;
	display: block;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	content: '';
	background-color: #14aa84;
}

.main-promo-elem {
	font-family: GothamProBol;
	float: left;
	width: 20%;
	height: 100%;
	padding: 140px 0px 0;
}

.main-promo-elem__heading {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 35px;
	color: #14aa84;
}

.main-promo-elem__heading span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	color: #00BED6;
}

.main-promo-elem.main-group__btn-container {
	position: relative;
}

.main-promo-text {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.main-promo-text i.main-promo-text__icon {
	position: relative;
	width: 45px;
	height: 31px;
	display: block;
	margin: 0 auto;
}

.main-promo-text i.main-promo-text__icon:after,
.main-promo-text i.main-promo-text__icon:before {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	-webkit-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
	background: url(../img/icons.svg) no-repeat;
}

.main-promo-text i.main-promo-text__icon.charge-icon:before {
	background-position: -450px -464px;
}

.main-promo-text i.main-promo-text__icon.charge-icon:after {
	background-position: -450px -399px;
}

.main-promo-text i.main-promo-text__icon.care-icon:before {
	background-position: -355px -464px;
}

.main-promo-text i.main-promo-text__icon.care-icon:after {
	background-position: -355px -399px;
}

.main-promo-text i.main-promo-text__icon.mercy-icon:before {
	background-position: -539px -464px;
}

.main-promo-text i.main-promo-text__icon.mercy-icon:after {
	background-position: -539px -399px;
}

.main-promo-text span {
	margin-top: 7px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear;
}

.main-promo-text:hover,
.main-promo-text.active {
	color: #00BED6;
	text-decoration: none;
}

.main-promo-text .main-promo-text__icon:after {
	opacity: 0;
}

.main-promo-text .main-promo-text__icon:before {
	opacity: 1;
}

.main-promo-text:hover .main-promo-text__icon:after,
.main-promo-text.active .main-promo-text__icon:after {
	opacity: 1;
}

.main-promo-text:hover .main-promo-text__icon:before,
.main-promo-text.active .main-promo-text__icon:before {
	opacity: 0;
}

.main-promo-text img {
	margin-bottom: 5px;
}

.btn-content__container {
	z-index: -1;
	opacity: 0;
}

.btn-content__container.active {
	z-index: 2;
	opacity: 1;
}

.main-promo-start-btn {
	position: absolute;
	bottom: 200px;
	text-align: center;
	width: 100%;
}

.main-promo-start-btn .account-profile__icon b {
	z-index: 1;
}

.main-promo-start-btn ul {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.main-promo-start-btn li {
	display: block;
	font-size: 0;
	vertical-align: top;
	margin: 0 7px 15px;
	text-align: center;
}

.main-promo-start-btn a {
	height: 43px;
	width: 43px;
	display: inline-block;
	background: url(../img/start-btn.png) no-repeat 0 0;
	border: 3px solid #00BED6;
	border-radius: 45px;
	text-decoration: none;
	text-align: left;
	text-indent: -9999px;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}

.main-promo-start-btn a:hover,
.main-promo-start-btn a.active {
	background-color: #00BED6;
	color: #ffffff;
}

.main-promo-start-btn .start-btn-enter {
	background-image: none;
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 39px;
	color: #00BED6;
	font-size: 16px;
	text-decoration: none;
	font-family: GothamProBol;
	text-indent: 0;
	text-align: center;
	vertical-align: top;
	min-width: 105px;
	text-transform: uppercase;
}

.main-promo-start-btn .start-btn-enter .alt-name {
	display: none;
}

.main-promo-start-btn .start-btn-enter .name {
	display: inline;
}

.main-promo-start-btn .start-btn-enter.start-btn-enter--white {
	position: relative;
	padding-left: 37px;
	background-color: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.main-promo-start-btn .start-btn-enter.start-btn-enter--white .account-profile__icon b {
	top: 3px;
	left: 3px;
}

.main-promo-start-btn .start-btn-enter.start-btn-enter--white:hover,
.main-promo-start-btn .start-btn-enter.start-btn-enter--white.active {
	background-color: #00BED6 !important;
	border-color: #00BED6 !important;
	color: #ffffff;
}

.main-promo-start-btn .start-btn-smart-search {
	background-position: -54px -4px;
}

.main-promo-start-btn .start-btn-smart-search:hover,
.main-promo-start-btn .start-btn-smart-search.active {
	background-position: -54px -54px;
}

.main-promo-start-btn .start-btn-loupe {
	background-position: -104px -4px;
}

.main-promo-start-btn .start-btn-loupe:hover {
	background-position: -104px -54px;
}

.main-content {
	position: relative;
	z-index: 2;
	padding: 60px 60px 0;
	background-color: #f9f9f9;
}

.main-content:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 383px;
	bottom: 0;
	display: block;
	width: 1px;
	margin-left: -1px;
	content: '';
	background-color: #fae4d9;
}

.main-promo__btn-smart-search-content {
	padding-top: 365px !important;
}

.main-promo_content-btn {
	position: absolute;
	width: 65%;
	right: 5%;
	padding-top: 140px;
	display: none;
}

.main-promo_content-btn.main-promo_content-top {
	padding-top: 170px;
	text-align: center;
	width: 75%;
}

.main-promo_content-btn h1 {
	text-transform: uppercase;
	font-size: 44px;
	font-size: 4.4rem;
	color: #ffffff;
	font-family: GothamProBol;
	margin-bottom: 60px;
}

.main-promo_content-btn h1.h1-sm {
	font-size: 30px;
	font-size: 3rem;
}

.main-promo-circle__text {
	font-family: PlumbC;
	font-size: 18px;
	font-size: 1.8rem;
	color: #353535;
	width: 250px;
	margin: 30px auto 0 auto;
}

.main-promo-circle__text span {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: PlumbBoldC;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.main-promo-circle__text p {
	margin-top: 7px;
}

.main-promo-circle__icon {
	width: 100%;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}

.main-promo-circle {
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}

.main-promo-circle img {
	width: 100%;
}

.main-promo-circle-box {
	width: -webkit-calc(33.33% + 0px);
	width: calc(33.33% + 0px);
	position: absolute;
}

.main-promo-circle__left {
	left: 0;
}

.main-promo-circle__right {
	right: 10;
}

.main-promo-circle__center {
	z-index: 10;
	left: 50%;
	margin-left: -webkit-calc(-16.66% - 15px);
	margin-left: calc(-16.66% - 15px);
}

.main-promo-circle__center span {
	color: #14aa84;
}

.main-promo-circle__left span,
.main-promo-circle__right span {
	color: #00BED6;
}

.main-promo_content-btn .rollover-slider__input {
	width: 100% !important;
}

@media screen and (max-width: 766px) {
	.main-promo-circle-box,
	.main-promo_content-btn {
		display: none !important;
	}

	.main-promo.no-active .rollover-slider__slide-container {
		right: 0 !important;
	}
}

@media screen and (min-width: 751px) and (max-width: 1584px) {

	.main-promo-circle-box {
		width: -webkit-calc(33.33% + 0px);
		width: calc(33.33% + 0px) !important;
	}

	.main-promo-circle__text {
		width: 140px !important;
		font-size: 1.4rem !important;
		margin: 10px auto 0 auto !important;
	}

	.main-promo-circle__text span {
		font-size: 1.8rem !important;
	}

	.main-promo-circle__right {
		right: 10 !important;
	}
}

@media screen and (min-width: 751px) and (max-width: 1365px) {

	.main-promo-circle__center {
		margin-left: -webkit-calc(-16.66% - 0px) !important;
		margin-left: calc(-16.66% - 0px) !important;
	}
}

@media screen and (min-width: 1365px) and (max-width: 1561px) {
	.main-promo-circle__center {
		margin-left: -webkit-calc(-16.66% - 10px) !important;
		margin-left: calc(-16.66% - 10px) !important;
	}
}

@media screen and (min-width: 1231px) and (max-width: 1584px) {

	.main-promo-circle__text {
		width: 250px !important;
		margin: 20px auto 0 auto !important;
		font-size: 1.8rem !important;
	}

	.main-promo-circle__text span {
		font-size: 2.4rem !important;
	}

	.main-promo-circle__right {
		right: 10 !important;
	}
}

.form-enter {
	margin-bottom: 35px;
	float: left;
	width: 100%;
}

.rollover-slider .form-enter .rollover-slider__input {
	font-size: 20px;
	font-size: 2rem;
}

.active .main-promo_content-btn-close,
.active .main-promo__close-slide {
	opacity: 1;
}

.with-btn-delete-img {
	width: 280px !important;
}

.main-promo_content-btn-close,
.main-promo__close-slide,
.white-close,
.btn-delete-img {
	display: block;
	cursor: pointer;
	z-index: 120;
	padding-left: 50px;
	line-height: 35px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.main-promo_content-btn-close:after,
.main-promo__close-slide:after,
.white-close:after,
.btn-delete-img:after,
.main-promo_content-btn-close:before,
.main-promo__close-slide:before,
.white-close:before,
.btn-delete-img:before {
	width: 35px;
	height: 35px;
	background: url(../img/close.svg) no-repeat;
	border-radius: 35px;
	border: 3px solid #14aa84;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.main-promo_content-btn-close:after,
.main-promo__close-slide:after,
.white-close:after,
.btn-delete-img:after {
	opacity: 0;
}

.main-promo_content-btn-close:before,
.main-promo__close-slide:before,
.white-close:before,
.btn-delete-img:before {
	opacity: 1;
}

.main-promo_content-btn-close:hover:before,
.main-promo__close-slide:hover:before,
.white-close:hover:before,
.btn-delete-img:hover:before {
	opacity: 0;
}

.main-promo_content-btn-close:hover:after,
.main-promo__close-slide:hover:after,
.white-close:hover:after,
.btn-delete-img:hover:after {
	opacity: 1;
}

.btn-delete-img {
	right: 0;
	position: absolute;
	top: 2px;
}

.btn-delete-img:after {
	background-position: 8px 2px;
}

.btn-delete-img:before {
	background-position: 8px -34px;
}

.btn-delete-img:before,
.btn-delete-img:after {
	border: 0 !important;
}

.white-close:after {
	background-position: 8px 8px;
}

.white-close:before {
	background-position: 8px -105px;
}

.white-close:before,
.white-close:after {
	border-color: #ffffff;
}

.white-close:hover {
	color: #00BED6;
}

.white-close:hover:before,
.white-close:hover:after {
	border-color: #00BED6;
}

.main-promo_content-btn-close,
.main-promo__close-slide {
	opacity: 0;
	right: 60px;
	top: 105px;
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
	color: #14aa84;
	font-family: GothamProBol;
	position: absolute;
}

.main-promo_content-btn-close:after,
.main-promo__close-slide:after {
	background-position: 8px 8px;
}

.main-promo_content-btn-close:before,
.main-promo__close-slide:before {
	background-position: 8px -68px;
}

.main-promo_content-btn-close:hover,
.main-promo__close-slide:hover {
	color: #00BED6;
}

.main-promo_content-btn-close:hover:before,
.main-promo__close-slide:hover:before,
.main-promo_content-btn-close:hover:after,
.main-promo__close-slide:hover:after {
	border-color: #00BED6;
}

.main-promo_content-btn-close {
	opacity: 1;
}

.main-promo_content-btn-close .icon-close-overlay {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 34px;
	height: 34px;
}

/*====================
* .rollover-slider
====================*/
/*.overlay-slider-fix {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: none;
}*/
.main-promo h2 {
	font-family: GothamProBol;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 28px;
	margin-bottom: 0;
	color: #00BED6;
	text-transform: uppercase;
}

.main-promo h2.indent-h3 {
	margin-bottom: 30px !important;
}

.main-promo h3 {
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 5px;
	color: #00BED6;
}

.main-promo.no-active .rollover-slider__slide-container,
.main-promo.no-active .main-promo__content {
	right: -100%;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.rollover-slider {
	font-family: PlumbC;
	position: relative;
	overflow: hidden;
	height: 100%;
	background: url('../img/promo/main-promo-0.png') no-repeat left bottom, #52daba;
	background: url('../img/promo/main-promo-0.png') no-repeat left bottom, -webkit-linear-gradient(top, #52daba 0%, #52daba 20%, #f3e493 80%);
	background: url('../img/promo/main-promo-0.png') no-repeat left bottom, -webkit-gradient(linear, left top, left bottom, from(#52daba), color-stop(20%, #52daba), color-stop(80%, #f3e493));
	background: url('../img/promo/main-promo-0.png') no-repeat left bottom, -o-linear-gradient(top, #52daba 0%, #52daba 20%, #f3e493 80%);
	background: url('../img/promo/main-promo-0.png') no-repeat left bottom, linear-gradient(to bottom, #52daba 0%, #52daba 20%, #f3e493 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52daba', endColorstr='#f3e493', GradientType=0);
}

.rollover-slider__slide-container {
	width: 80%;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: right 1s linear;
	-o-transition: right 1s linear;
	transition: right 1s linear;
	z-index: 1;
}

.rollover-slider__elem {
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
	overflow: hidden;
	line-height: 18px;
	position: absolute;
	top: 0;
	float: left;
	display: block;
	width: 25%;
	height: 100%;
	padding: 0;
	-webkit-transition: all .7s linear;
	-o-transition: all .7s linear;
	transition: all .7s linear;
	vertical-align: top;
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding: 140px 60px;
	/* расположение слайдов */
	/* при наведении */
	/* при открытии */
}

.rollover-slider__elem.elem-1 {
	z-index: 4;
	right: 75%;
	background-color: #f8f4dd;
}

.rollover-slider__elem.elem-2 {
	z-index: 5;
	right: 50%;
	background-color: #e5f1ce;
}

.rollover-slider__elem.elem-3 {
	z-index: 6;
	right: 25%;
	background-color: #f8f4dd;
}

.rollover-slider__elem.elem-4 {
	z-index: 7;
	right: 0;
	background-color: #e5f1ce;
}

.rollover-slider__elem:hover:not(.active) {
	width: 45%;
}

.rollover-slider__elem:hover:not(.active) .overlay-person li {
	right: -110px;
}

.rollover-slider__elem:hover:not(.active) .pop-message {
	opacity: 1;
	background-position: right 120px;
	display: block;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: left 140px !important;
	left: -20px;
}

.rollover-slider__elem:hover:not(.active) .icon-arrow-pointer {
	display: block;
}

.rollover-slider__elem.active {
	width: 125%;
	z-index: 15;
}

.rollover-slider__elem.active .overlay-person li {
	right: 150px;
}

.rollover-slider__elem.active .icon-rollover-more {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rollover-slider__elem.active .pop-message {
	opacity: 1;
	background-position: right 20px;
	right: 330px;
	-webkit-transition: right 0.7s ease-out;
	-o-transition: right 0.7s ease-out;
	transition: right 0.7s ease-out;
}

.rollover-slider__elem.active.elem-4 .pop-message {
	background-position: right 120px;
}

.rollover-slider__elem.active.elem-3 .pop-message {
	background-position: right 100px;
}

.rollover-slider__elem.active .parallax-container {
	opacity: 1;
}

.overlay-person {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 150;
}

.overlay-person li {
	background-position: right bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -150px;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	display: none;
	bottom: 0;
	left: 0;
}

.overlay-person li.active {
	display: block;
}

.pop-message {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	background-position: 500px bottom;
	background-repeat: no-repeat;
}

.parallax-container {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0px;
	display: block;
	margin: 0;
	opacity: 0;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.parallax-container li {
	opacity: .25;
	-webkit-transition: opacity 0.15s ease-in;
	-o-transition: opacity 0.15s ease-in;
	transition: opacity 0.15s ease-in;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.parallax-container li.hover {
	opacity: .8 !important;
}

.content-slide-1 .person-1,
.elem-1 .person-1 {
	background-image: url(../img/promo/person-1-1.png);
}

.content-slide-1 .person-2,
.elem-1 .person-2 {
	background-image: url(../img/promo/person-1-2.png);
}

.content-slide-1 .person-3,
.elem-1 .person-3 {
	background-image: url(../img/promo/person-1-3.png);
}

.content-slide-1 .person-4,
.elem-1 .person-4 {
	background-image: url(../img/promo/person-1-4.png);
}

.content-slide-1 .person-5,
.elem-1 .person-5 {
	background-image: url(../img/promo/person-1-5.png);
}

.content-slide-1 .person-6,
.elem-1 .person-6 {
	background-image: url(../img/promo/person-1-6.png);
}

.content-slide-1 .person-7,
.elem-1 .person-7 {
	background-image: url(../img/promo/person-1-7.png);
}

.content-slide-1 .person-8,
.elem-1 .person-8 {
	background-image: url(../img/promo/person-1-8.png);
}

.content-slide-1 .person-9,
.elem-1 .person-9 {
	background-image: url(../img/promo/person-1-9.png);
}

.content-slide-1 .person-10,
.elem-1 .person-10 {
	background-image: url(../img/promo/person-1-10.png);
}

.content-slide-1 .pop-message,
.elem-1 .pop-message {
	background-image: url(../img/promo/pop-message-1-0.png);
}

.content-slide-1.female .pop-message,
.elem-1.female .pop-message {
	background-image: url(../img/promo/pop-message-1-1.png);
}

.content-slide-1 .rollover-slider-bg-0,
.elem-1 .rollover-slider-bg-0 {
	background: url(../img/promo/rollover-slider-bg-1-0.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-1,
.elem-1 .rollover-slider-bg-1 {
	background: url(../img/promo/rollover-slider-bg-1-1.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-2,
.elem-1 .rollover-slider-bg-2 {
	background: url(../img/promo/rollover-slider-bg-1-2.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-3,
.elem-1 .rollover-slider-bg-3 {
	background: url(../img/promo/rollover-slider-bg-1-3.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-4,
.elem-1 .rollover-slider-bg-4 {
	background: url(../img/promo/rollover-slider-bg-1-4.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-5,
.elem-1 .rollover-slider-bg-5 {
	background: url(../img/promo/rollover-slider-bg-1-5.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-6,
.elem-1 .rollover-slider-bg-6 {
	background: url(../img/promo/rollover-slider-bg-1-6.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-7,
.elem-1 .rollover-slider-bg-7 {
	background: url(../img/promo/rollover-slider-bg-1-7.png) no-repeat;
}

.content-slide-1 .rollover-slider-bg-8,
.elem-1 .rollover-slider-bg-8 {
	background: url(../img/promo/rollover-slider-bg-1-8.png) no-repeat;
}

.content-slide-1 .parallax-container li,
.elem-1 .parallax-container li {
	background-position: 95% 85px;
}

.content-slide-2 .person-1,
.elem-2 .person-1 {
	background-image: url(../img/promo/person-2-1.png);
}

.content-slide-2 .person-2,
.elem-2 .person-2 {
	background-image: url(../img/promo/person-2-2.png);
}

.content-slide-2 .person-3,
.elem-2 .person-3 {
	background-image: url(../img/promo/person-2-3.png);
}

.content-slide-2 .person-4,
.elem-2 .person-4 {
	background-image: url(../img/promo/person-2-4.png);
}

.content-slide-2 .person-5,
.elem-2 .person-5 {
	background-image: url(../img/promo/person-2-5.png);
}

.content-slide-2 .person-6,
.elem-2 .person-6 {
	background-image: url(../img/promo/person-2-6.png);
}

.content-slide-2 .person-7,
.elem-2 .person-7 {
	background-image: url(../img/promo/person-2-7.png);
}

.content-slide-2 .person-8,
.elem-2 .person-8 {
	background-image: url(../img/promo/person-2-8.png);
}

.content-slide-2 .person-9,
.elem-2 .person-9 {
	background-image: url(../img/promo/person-2-9.png);
}

.content-slide-2 .person-10,
.elem-2 .person-10 {
	background-image: url(../img/promo/person-2-10.png);
}

.content-slide-2 .pop-message,
.elem-2 .pop-message {
	background-image: url(../img/promo/pop-message-2-0.png);
}

.content-slide-2.female .pop-message,
.elem-2.female .pop-message {
	background-image: url(../img/promo/pop-message-2-1.png);
}

.content-slide-2 .rollover-slider-bg-0,
.elem-2 .rollover-slider-bg-0 {
	background: url(../img/promo/rollover-slider-bg-2-0.png) no-repeat;
}

.content-slide-2 .rollover-slider-bg-1,
.elem-2 .rollover-slider-bg-1 {
	background: url(../img/promo/rollover-slider-bg-2-1.png) no-repeat;
}

.content-slide-2 .rollover-slider-bg-2,
.elem-2 .rollover-slider-bg-2 {
	background: url(../img/promo/rollover-slider-bg-2-2.png) no-repeat;
}

.content-slide-2 .rollover-slider-bg-3,
.elem-2 .rollover-slider-bg-3 {
	background: url(../img/promo/rollover-slider-bg-2-3.png) no-repeat;
}

.content-slide-2 .rollover-slider-bg-4,
.elem-2 .rollover-slider-bg-4 {
	background: url(../img/promo/rollover-slider-bg-2-4.png) no-repeat;
}

.content-slide-2 .parallax-container li,
.elem-2 .parallax-container li {
	background-position: 95% 155px;
}

.content-slide-3 .person-1,
.elem-3 .person-1 {
	background-image: url(../img/promo/person-3-1.png);
}

.content-slide-3 .person-2,
.elem-3 .person-2 {
	background-image: url(../img/promo/person-3-2.png);
}

.content-slide-3 .person-3,
.elem-3 .person-3 {
	background-image: url(../img/promo/person-3-3.png);
}

.content-slide-3 .person-4,
.elem-3 .person-4 {
	background-image: url(../img/promo/person-3-4.png);
}

.content-slide-3 .person-5,
.elem-3 .person-5 {
	background-image: url(../img/promo/person-3-5.png);
}

.content-slide-3 .person-6,
.elem-3 .person-6 {
	background-image: url(../img/promo/person-3-6.png);
}

.content-slide-3 .person-7,
.elem-3 .person-7 {
	background-image: url(../img/promo/person-3-7.png);
}

.content-slide-3 .person-8,
.elem-3 .person-8 {
	background-image: url(../img/promo/person-3-8.png);
}

.content-slide-3 .person-9,
.elem-3 .person-9 {
	background-image: url(../img/promo/person-3-9.png);
}

.content-slide-3 .person-10,
.elem-3 .person-10 {
	background-image: url(../img/promo/person-3-10.png);
}

.content-slide-3 .person-11, .elem-3 .person-11 {
	background-image: url(../img/promo/person-3-11.png);
}

.content-slide-3 .person-12, .elem-3 .person-12 {
	background-image: url(../img/promo/person-3-12.png);
}

.content-slide-3 .person-13, .elem-3 .person-13 {
	background-image: url(../img/promo/person-3-13.png);
}

.content-slide-3 .person-14, .elem-3 .person-14 {
	background-image: url(../img/promo/person-3-14.png);
}

.content-slide-3 .person-15, .elem-3 .person-15 {
	background-image: url(../img/promo/person-3-15.png);
}

.content-slide-3 .person-16, .elem-3 .person-16 {
	background-image: url(../img/promo/person-3-16.png);
}

.content-slide-3 .person-17, .elem-3 .person-17 {
	background-image: url(../img/promo/person-3-17.png);
}

.content-slide-3 .person-18, .elem-3 .person-18 {
	background-image: url(../img/promo/person-3-18.png);
}

.content-slide-3 .person-19, .elem-3 .person-19 {
	background-image: url(../img/promo/person-3-19.png);
}

.content-slide-3 .person-20, .elem-3 .person-20 {
	background-image: url(../img/promo/person-3-20.png);
}

.content-slide-3 .person-21, .elem-3 .person-21 {
	background-image: url(../img/promo/person-3-21.png);
}

.content-slide-3 .person-21, .elem-3 .person-22 {
	background-image: url(../img/promo/person-3-22.png);
}

.content-slide-3 .pop-message,
.elem-3 .pop-message {
	background-image: url(../img/promo/pop-message-3-0.png);
}

.content-slide-3.female .pop-message,
.elem-3.female .pop-message {
	background-image: url(../img/promo/pop-message-3-1.png);
}

.content-slide-3 .rollover-slider-bg-0,
.elem-3 .rollover-slider-bg-0 {
	background: url(../img/promo/rollover-slider-bg-3-0.png) no-repeat;
}

.content-slide-3 .rollover-slider-bg-1,
.elem-3 .rollover-slider-bg-1 {
	background: url(../img/promo/rollover-slider-bg-3-1.png) no-repeat;
}

.content-slide-3 .rollover-slider-bg-2,
.elem-3 .rollover-slider-bg-2 {
	background: url(../img/promo/rollover-slider-bg-3-2.png) no-repeat;
}

.content-slide-3 .rollover-slider-bg-3,
.elem-3 .rollover-slider-bg-3 {
	background: url(../img/promo/rollover-slider-bg-3-3.png) no-repeat;
}

.content-slide-3 .rollover-slider-bg-4,
.elem-3 .rollover-slider-bg-4 {
	background: url(../img/promo/rollover-slider-bg-3-4.png) no-repeat;
}

.content-slide-3 .rollover-slider-bg-5,
.elem-3 .rollover-slider-bg-5 {
	background: url(../img/promo/rollover-slider-bg-3-5.png) no-repeat;
}

.content-slide-3 .rollover-slider-bg-6,
.elem-3 .rollover-slider-bg-6 {
	background: url(../img/promo/rollover-slider-bg-3-6.png) no-repeat;
}

.content-slide-3 .rollover-slider-bg-7,
.elem-3 .rollover-slider-bg-7 {
	background: url(../img/promo/rollover-slider-bg-3-7.png) no-repeat;
}

.content-slide-3 .parallax-container li,
.elem-3 .parallax-container li {
	background-position: 94% 142px;
}

.content-slide-4 .person-1,
.elem-4 .person-1 {
	background-image: url(../img/promo/person-4-1.png);
}

.content-slide-4 .person-2,
.elem-4 .person-2 {
	background-image: url(../img/promo/person-4-2.png);
}

.content-slide-4 .person-3,
.elem-4 .person-3 {
	background-image: url(../img/promo/person-4-3.png);
}

.content-slide-4 .person-4,
.elem-4 .person-4 {
	background-image: url(../img/promo/person-4-4.png);
}

.content-slide-4 .person-5,
.elem-4 .person-5 {
	background-image: url(../img/promo/person-4-5.png);
}

.content-slide-4 .person-6,
.elem-4 .person-6 {
	background-image: url(../img/promo/person-4-6.png);
}

.content-slide-4 .person-7,
.elem-4 .person-7 {
	background-image: url(../img/promo/person-4-7.png);
}

.content-slide-4 .person-8,
.elem-4 .person-8 {
	background-image: url(../img/promo/person-4-8.png);
}

.content-slide-4 .person-9,
.elem-4 .person-9 {
	background-image: url(../img/promo/person-4-9.png);
}

.content-slide-4 .person-10,
.elem-4 .person-10 {
	background-image: url(../img/promo/person-4-10.png);
}

.content-slide-4 .pop-message,
.elem-4 .pop-message {
	background-image: url(../img/promo/pop-message-4-0.png);
}

.content-slide-4.female .pop-message,
.elem-4.female .pop-message {
	background-image: url(../img/promo/pop-message-4-1.png);
}

.content-slide-4 .rollover-slider-bg-0,
.elem-4 .rollover-slider-bg-0 {
	background: url(../img/promo/rollover-slider-bg-4-0.png) no-repeat;
}

.content-slide-4 .rollover-slider-bg-1,
.elem-4 .rollover-slider-bg-1 {
	background: url(../img/promo/rollover-slider-bg-4-1.png) no-repeat;
}

.content-slide-4 .rollover-slider-bg-2,
.elem-4 .rollover-slider-bg-2 {
	background: url(../img/promo/rollover-slider-bg-4-2.png) no-repeat;
}

.content-slide-4 .rollover-slider-bg-3,
.elem-4 .rollover-slider-bg-3 {
	background: url(../img/promo/rollover-slider-bg-4-3.png) no-repeat;
}

.content-slide-4 .rollover-slider-bg-4,
.elem-4 .rollover-slider-bg-4 {
	background: url(../img/promo/rollover-slider-bg-4-4.png) no-repeat;
}

.content-slide-4 .rollover-slider-bg-5,
.elem-4 .rollover-slider-bg-5 {
	background: url(../img/promo/rollover-slider-bg-4-5.png) no-repeat;
}

.content-slide-4 .parallax-container li,
.elem-4 .parallax-container li {
	background-position: 96% 222px;
}

/* заголовок слайда */
.rollover-slider__heading {
	font-family: GothamProBol;
	color: #00BED6;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 30px;
	margin-bottom: 35px;
	-webkit-transition: all .75s linear;
	-o-transition: all .75s linear;
	transition: all .75s linear;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 100;
}

.rollover-slider__heading span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	color: #14aa84;
	text-transform: uppercase;
	display: block;
	margin-bottom: 35px;
	white-space: nowrap;
}

/* стрелка под заголовком */
.icon-rollover-more {
	position: relative;
	opacity: 1;
	display: block;
	width: 35px;
	height: 35px;
	border: 3px solid #14aa84;
	-webkit-transition: left 1s, right 1s, -webkit-transform 1s, opacity 1.2s;
	-o-transition: left 1s, right 1s, -o-transform 1s, opacity 1.2s;
	transition: left 1s, right 1s, transform 1s, opacity 1.2s;
	cursor: default;
	background: url('../img/arrow.svg') no-repeat -71px 11px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 35px;
	cursor: pointer;
}

/* мигающий курсор */
.icon-arrow-pointer {
	position: absolute;
	bottom: 80px;
	left: 60px;
	display: none !important;
	width: 26px;
	height: 33px;
	background: url('../img/promo/icon-arrow-pointer.png') no-repeat center center;
	-webkit-animation: blink 3s infinite ease-in-out;
	-o-animation: blink 3s infinite ease-in-out;
	animation: blink 3s infinite ease-in-out;
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* область контента */
.password-request {
	color: #14aa84;
	font-family: GothamProBol;
	display: block;
	text-decoration: underline;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: right;
}

.password-request:hover {
	text-decoration: none;
	color: #14aa84;
}

.main-promo__content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	background: transparent;
	opacity: 0;
}

.main-promo__content.active {
	right: 0;
	z-index: 100;
	opacity: 1;
	-webkit-transition: all 1.4s linear;
	-o-transition: all 1.4s linear;
	transition: all 1.4s linear;
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.main-promo__content .content-slide {
	opacity: 0;
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 300px 60px 60px 60px;
}

.main-promo__content .content-slide.active {
	opacity: 1;
	z-index: 5;
}

.main-promo__content .rollover-slider__heading {
	display: none;
}

.main-promo__content .promo-content-header {
	width: 100%;
	position: absolute;
	top: 5%;
	left: 25%;
}

.main-promo__content .promo-content-bottom-block {
	margin-top: 30px;
}

.main-promo__content .parallax-container,
.main-promo__content .overlay-person,
.main-promo__content .pop-message {
	display: none;
	z-index: -1;
}

/* списки в открывашках */
.promo-content-list li {
	list-style: none;
	color: #00BED6;
	text-transform: uppercase;
	font-family: GothamProBol;
	padding: 0;
	display: block;
}

.promo-content-list li a {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #14aa84;
	text-decoration: none;
	position: relative;
	padding-left: 45px;
	line-height: 20px;
	min-height: 54px;
	height: 54px;
	display: table;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.promo-content-list li a span {
	display: table-cell;
	vertical-align: middle;
}

.promo-content-list li a.hover,
.promo-content-list li a:hover {
	opacity: .6;
}

.promo-content-list li a:before {
	position: absolute;
	top: 50%;
	height: 35px;
	width: 35px;
	left: 0;
	margin-top: -17px;
	display: block;
	content: '';
	border: 3px solid #14aa84;
	border-radius: 35px;
	background: url(../img/arrow.svg) -71px 11px no-repeat;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.rollover-slider__authorization {
	margin-top: 80px;
	z-index: 2;
}

.main-promo_content-btn {
	/* Firefox 19+ */
	/* Firefox 18- */
}

.main-promo_content-btn ::-webkit-input-placeholder {
	color: #466b58;
}

.main-promo_content-btn ::-moz-placeholder {
	color: #466b58;
}

.main-promo_content-btn :-moz-placeholder {
	color: #466b58;
}

.main-promo_content-btn :-ms-input-placeholder {
	color: #466b58;
}

@media (max-width: 1800px) {
	.rollover-slider__elem.active .parallax-container {
		width: 90%;
		left: auto;
		right: 0;
	}

	.overlay-person li {
		-webkit-background-size: contain;
		background-size: contain;
		width: 500px;
		left: auto;
	}

	.rollover-slider__elem.active .pop-message {
		background-position: right 115px;
		-webkit-background-size: 570px 570px;
		background-size: 570px;
		right: 310px;
	}
}

@media (max-width: 1500px) {
	.overlay-person li {
		width: 430px;
	}

	.rollover-slider__elem.active .overlay-person li {
		right: 0px;
	}

	.rollover-slider__elem.active .pop-message {
		right: 135px;
	}

	.rollover-slider__elem.active .parallax-container {
		right: -130px;
	}
}

/* живой поиск */
.live-search {
	float: left;
	margin-top: 80px;
	z-index: 10;
	position: relative;
	max-width: 670px;
}

.live-search .rollover-slider__input {
	width: 100%;
	padding-right: 130px;
	padding-left: 60px;
	min-height: 68px;
	background: url(../img/loupe.svg) no-repeat 20px center;
	border-bottom: 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	background-color: #fefefc;
}

.rollover-slider-field-btn {
	position: relative;
}

.rollover-slider-field-btn button {
	color: #00BED6;
	position: absolute;
	right: 30px;
	top: 22px;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.rollover-slider-field-btn button:hover {
	color: #14aa84;
}

.select.rollover-slider__input {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-bottom: 2px solid #28b18b;
}

.rollover-slider__input {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 98%;
	margin-bottom: 15px;
	padding: 22px 25px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	color: #14aa84;
	outline: 0;
	border: 0;
	padding-left: 0;
	font-family: GothamProBol;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-bottom: 2px solid #28b18b;
}

.rollover-slider__input.input-half-height {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	padding: 16px 30px;
	border: 1px solid;
}

.icon-rollover-more.help {
	position: absolute;
	width: 35px;
	height: 35px;
	z-index: 200;
	top: 160px;
	left: 60px;
	opacity: 0;
}

.promo-help_contain {
	position: relative;
}

.promo-help-title {
	position: fixed;
	min-width: 200px;
	max-width: 500px;
	font-family: PlumbC;
	z-index: 9999;
	margin-left: 60px;
	background: #fff;
	text-transform: none;
	font-size: 15px;
	color: #a7a5a5;
	padding: 15px 10px 15px 20px;
	border: 3px solid transparent;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11);
	display: none;
}

/* ==============================================
* end промо на главной
* ============================================== */
.table-two-col {
	width: 100%;
	font-family: PlumbBoldC;
	font-size: 20px;
	font-size: 2rem;
}

.table-two-col li {
	margin-bottom: 35px;
	width: 100%;
	min-height: 50px;
	display: table;
}

.table-two-col li:before,
.table-two-col li:after {
	content: " ";
	display: table;
}

.table-two-col li:after {
	clear: both;
}

.table-two-col li:last-child {
	margin-bottom: 0;
}

.table-two-col .table-two-col__side {
	width: 50%;
	vertical-align: middle;
	display: table-cell;
}

.table-two-col .table-two-col__side.val {
	color: #14aa84;
	text-align: right;
}

.table-two-col .table-two-col__side:first-child {
	padding-right: 50px;
}

.table-two-col .table-two-col__side:last-child {
	text-align: right;
}

.table-two-col .table-two-col__side:last-child .table-two-col__img-text {
	float: right;
}

.table-two-col__img-text {
	text-align: center;
	float: left;
}

.table-two-col__img-text img {
	margin-bottom: 15px;
}

.table-two-col__img-text span {
	display: block;
}

/* ==============================================
* цвета в форме
* ============================================== */
.list-color {
	margin-bottom: 30px;
	font-size: 0;
}

.list-color li {
	cursor: pointer;
	margin-right: 22px;
	border: 2px solid transparent;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.list-color li:hover,
.list-color li.active {
	border-color: #00BED6;
}

.color-val,
.list-color li {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 4px;
}

/* ==============================================
* end цвета в форме
* ============================================== */
.confirm-message {
	display: none;
	min-height: 50px;
}

.confirm-message.show {
	display: table !important;
}

.confirm-message .confirm-code {
	width: 100px;
	float: left;
	margin-right: 25px;
	padding-right: 20px;
	margin-bottom: 0;
	position: relative;
	z-index: 90;
}

.confirm-message .confirm-message-text {
	color: #14aa84;
	font-family: GothamProBol;
	padding-left: 0;
	position: relative;
	height: 35px;
	vertical-align: middle;
	display: table-cell;
}

.confirm-message-text__info {
	position: relative;
	height: 35px;
	vertical-align: middle;
	display: table-cell;
}

.confirm-message-text__info:after {
	content: '';
	display: none;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	border: 3px solid #14aa84;
	background: url(../img/icons.svg) no-repeat -355px -210px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
}

.tel-sms-anew-countdown {
	display: block;
	color: #00BED6;
	margin-top: 5px;
	font-family: PlumbC;
}

.tel-sms-anew-countdown b {
	font-family: GothamProBol;
}

.tel-sms-anew {
	display: none;
	border-bottom: 1px solid #00BED6;
	padding-bottom: 0px;
	color: #00BED6;
	cursor: pointer;
	margin-top: 5px;
	font-family: PlumbC;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}

.tel-sms-anew.active {
	display: inline-block;
}

.tel-sms-anew:hover,
.tel-sms-anew:active,
.tel-sms-anew:focus {
	border-color: transparent;
	color: #00BED6;
	text-decoration: none;
}

input.ok {
	color: #14aa84;
}

.confirm-box.ok .confirm-code {
	color: #14aa84;
}

.confirm-box.ok .confirm-message-text__info {
	padding-left: 49px;
	vertical-align: middle;
	display: table-cell;
}

.confirm-box.ok .confirm-message-text__info:after {
	display: block;
}

.confirm-box label.error {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: PlumbBoldC;
	color: #00BED6;
	display: block;
	margin-bottom: 10px;
}

.confirm-btn:not(.active) {
	background: #cacaca;
	border-color: #cacaca;
	color: #ffffff;
	cursor: default;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.confirm-btn:not(.active):hover,
.confirm-btn:not(.active):focus,
.confirm-btn:not(.active):active {
	background: #cacaca;
	border-color: #cacaca;
	color: #ffffff;
	cursor: default;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.field-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 1px;
}

.field-wrap label.error {
	position: relative;
	right: 0;
	top: -3px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: PlumbBoldC;
	font-weight: normal !important;
	color: #00BED6;
	text-align: right;
	width: 100%;
}

.field-wrap .form-box-title {
	padding-right: 0;
	width: 100%;
}

.field-wrap .btn-wrap-two {
	margin-top: 0;
	margin-bottom: 10px;
}

.field-wrap .btn {
	padding: 12px 15px;
}

.btn .jq-file__name {
	overflow: hidden;
	text-overflow: ellipsis;
}

.file-btn .jq-file__browse {
	display: none;
}

.field-wrap-avatar-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.field-wrap-avatar-text .profile-avatar {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.field-wrap-avatar-text .profile-avatar-text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.profile-avatar-text {
	margin-left: 20px !important;
}

.profile-avatar-text__sub {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: GothamProReg;
	font-size: 14px;
	font-size: 1.4rem;
}

.form-box-photo-name__text {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.form-box-photo-name__text span {
	font-family: GothamProBol;
	color: #929292;
}

.form-box-photo-name__text p {
	margin-bottom: 7px;
}

.form-box-photo-name__small {
	color: #929292;
	margin-bottom: 15px;
}

.form-box-photo-name__small a {
	color: #14aa84;
	text-decoration: underline;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.form-box-photo-name__small a:hover {
	text-decoration: none;
	color: #00BED6;
}

.form-box-photo-name .title-big {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.form-box-photo {
	margin-bottom: 25px;
}

.form-box-photo .form-box-title {
	padding-right: 0;
	line-height: 100px;
	margin: 0;
}

.form-box-photo .btn-wrap-two {
	margin-top: 25px;
}

.form-box-photo .profile-avatar {
	margin: 0;
	position: relative;
	border: 2px solid transparent;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.form-box-photo .profile-avatar:hover {
	border-color: #00BED6;
}

.form-box-photo input.profile-avatar__file {
	opacity: 0;
}

.form-box-photo .profile-avatar__file {
	z-index: 10;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.form-box-photo .profile-avatar__file .jq-file__name,
.form-box-photo .profile-avatar__file .jq-file__browse {
	display: none;
}

.form-box-photo .profile-avatar__img {
	position: relative;
	z-index: 1;
}

.form-box-photo-name .form-box-title {
	padding-right: 0;
	line-height: 1.2;
	margin: 0;
}

.form-box-price .form-box-price__left {
	padding-right: 0;
}

.form-box-price .form-box-price__right {
	padding-left: 20px;
}

.form-box-price .form-box-price__field {
	padding-right: 65px;
	position: relative;
}

.form-box-price .form-box-price__valute {
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	font-family: GothamProBol;
	text-transform: uppercase;
	color: #929292;
}

input {
	text-transform: none !important;
	/* Firefox 19+ */
	/* Firefox 18- */
}

input::-webkit-input-placeholder {
	text-transform: uppercase;
}

input::-moz-placeholder {
	text-transform: uppercase;
}

input:-moz-placeholder {
	text-transform: uppercase;
}

input:-ms-input-placeholder {
	text-transform: uppercase;
}

.question-form__step-info,
.question-form__step-time {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbBoldC;
	color: #bbbbbb;
}

.question-form__step-time {
	text-align: right;
}

.question-form__step-time .countdown {
	color: #14aa84;
	display: inline-block;
	padding-left: 30px;
	position: relative;
	margin-left: 20px;
}

.question-form__step-time .countdown:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../img/icons.svg) no-repeat -291px -301px;
	left: 0;
	top: -1px;
}

.form .question-form__body {
	min-height: 185px;
}

.form .question-form__body textarea {
	height: 80px;
}

.question-form-step {
	display: none;
}

.question-form-step.active {
	display: block;
}

.question-form__header {
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
}

.question-form__header:before,
.question-form__header:after {
	content: " ";
	display: table;
}

.question-form__header:after {
	clear: both;
}

.question-form__header:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50px;
	right: 50px;
	background-color: #e3e3e3;
	height: 1px;
}

.question-form {
	padding-top: 30px !important;
}

.question-form .form-box__elem,
.question-form .form-box-title {
	margin-bottom: 30px;
}

.question-form .form-box-title {
	color: #787878;
}

.btn-box-sum-time {
	text-align: center;
}

.btn-box-sum-time .btn,
.box-sum-time {
	max-width: 340px;
	width: 100%;
}

.box-sum-time {
	background-color: #14aa84;
	max-width: 340px;
	margin: 40px auto;
	border-radius: 5px;
	color: 16px;
	font-family: PlumbBoldC;
	text-align: center;
	padding: 20px;
	color: #ffffff;
}

.box-sum-time .box-sum-time__time {
	font-size: 24px;
	font-size: 2.4rem;
}

.box-sum-time span {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.wrap-nv-btn {
	margin-top: 30px;
}

.form-short__second {
	display: none;
}

.form-short__link-more {
	color: #00BED6;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px dashed #00BED6;
	display: inline-block;
	margin-top: 25px;
	cursor: pointer;
}

.form-short__link-more:hover {
	color: #00BED6;
	border-bottom: 1px dashed transparent;
}

.checkbox-line .checkbox-box {
	margin-right: 40px;
}

.checkbox-box,
.checkbox-box {
	color: #949494;
	min-height: 27px;
	line-height: 25px;
	vertical-align: top;
}

.checkbox-box.selected,
.checkbox-box.selected {
	color: #14aa84;
}

.checkbox-box input,
.checkbox-box input {
	height: 25px;
	width: 25px;
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0px;
	padding: 0px;
}

.checkbox-box .jq-checkbox,
.checkbox-box .jq-checkbox,
.checkbox-box .jq-radio,
.checkbox-box .jq-radio {
	vertical-align: top;
	height: 25px;
	width: 25px;
	border-radius: 3px;
	border: 3px solid #c9c9c9;
	cursor: pointer;
	margin-right: 8px;
	position: relative;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.checkbox-box .jq-checkbox.checked,
.checkbox-box .jq-checkbox.checked,
.checkbox-box .jq-radio.checked,
.checkbox-box .jq-radio.checked {
	border-color: #14aa84;
}

.checkbox-box .jq-checkbox.checked .jq-checkbox__div,
.checkbox-box .jq-checkbox.checked .jq-checkbox__div,
.checkbox-box .jq-radio.checked .jq-checkbox__div,
.checkbox-box .jq-radio.checked .jq-checkbox__div,
.checkbox-box .jq-checkbox.checked .jq-radio__div,
.checkbox-box .jq-checkbox.checked .jq-radio__div,
.checkbox-box .jq-radio.checked .jq-radio__div,
.checkbox-box .jq-radio.checked .jq-radio__div {
	opacity: 1;
	width: 11px;
	height: 11px;
	margin-left: -5.5px;
	margin-top: -5.5px;
}

.checkbox-box .jq-checkbox .jq-checkbox__div,
.checkbox-box .jq-checkbox .jq-checkbox__div,
.checkbox-box .jq-radio .jq-checkbox__div,
.checkbox-box .jq-radio .jq-checkbox__div,
.checkbox-box .jq-checkbox .jq-radio__div,
.checkbox-box .jq-checkbox .jq-radio__div,
.checkbox-box .jq-radio .jq-radio__div,
.checkbox-box .jq-radio .jq-radio__div {
	opacity: 0;
	width: 0px;
	height: 0px;
	background: #14aa84;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.checkbox-box .jq-radio,
.checkbox-box .jq-radio {
	border-radius: 25px;
	border-width: 2px;
}

.checkbox-box .jq-radio__div,
.checkbox-box .jq-radio__div {
	border-radius: 11px;
}

.hide-control-label .control-label,
.hide-control-label .help-block {
	display: none !important;
}

.form {
	text-align: left;
}

.form .field-wrap .btn {
	width: 100%;
}

.form .docs-list li {
	margin-top: 0;
}

.form .field-wrap-birth .dropdown-menu {
	max-width: 125px;
	min-width: 125px;
}

.form .field-wrap-birth {
	/* margin-bottom: 15px; */
}

.form input,
.form textarea {
	border-radius: 4px;
	padding: 0 45px 0 20px;
	background: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: 0;
	border: 0;
	font-family: GothamProBol;
}

.form input:focus,
.form textarea:focus {
	border-color: #14aa84 !important;
}

.form textarea {
	padding-top: 20px;
	padding-bottom: 20px;
	resize: none;
	height: 150px;
}

.form .textarea-sm {
	height: 90px;
}

.form input {
	height: 50px;
	text-transform: uppercase;
	line-height: 50px;
	color: #a4a4a4;
	/* Firefox 19+ */
	/* Firefox 18- */
}

.form input::-webkit-input-placeholder {
	color: #14aa84;
}

.form input::-moz-placeholder {
	color: #14aa84;
}

.form input:-moz-placeholder {
	color: #14aa84;
}

.form input:-ms-input-placeholder {
	color: #14aa84;
}

.form textarea,
.form input {
	/* Firefox 19+ */
	/* Firefox 18- */
}

.form textarea.gray-input::-webkit-input-placeholder,
.form input.gray-input::-webkit-input-placeholder {
	color: #a4a4a4;
}

.form textarea.gray-input::-moz-placeholder,
.form input.gray-input::-moz-placeholder {
	color: #a4a4a4;
}

.form textarea.gray-input:-moz-placeholder,
.form input.gray-input:-moz-placeholder {
	color: #a4a4a4;
}

.form textarea.gray-input:-ms-input-placeholder,
.form input.gray-input:-ms-input-placeholder {
	color: #a4a4a4;
}

.form .text-no-upper input {
	text-transform: none;
}

.form .form-field-time {
	min-width: 120px;
}

.form .field-wrap-birth .bootstrap-select > .dropdown-toggle,
.form .form-field-time {
	/* font-family: PlumbC; */
}

.form .error {
	border-color: #00BED6 !important;
}

.form .valid {
	border-color: #14aa84 !important;
}

.form .field-and-btn--indent {
	padding-left: 25px;
	padding-right: 25px;
}

.form .field-and-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.form .field-and-btn input {
	margin-bottom: 0 !important;
	margin-right: 50px;
	height: 54px;
}

.form .field-and-btn .btn {
	float: right;
	min-width: 220px;
}

.mail-max-width {
	max-width: 630px;
}

.error-main-wrap {
	font-family: PlumbBoldC;
	color: #00BED6;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 40px;
	display: none;
}

/* ==============================================
 * ЗАГРУЗКА ИЗОБРАЖЕНИЙ/ФАЙЛОВ
 * ============================================== */
/* если внутри .download-img-list */
.download-img-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 30px;
}

.download-img-list .jq-file.file-square-input {
	width: 100%;
	height: 100%;
}

.download-img-list .download-img,
.download-img-list .download-img-buttom,
.download-img-list .jq-file.file-square-input {
	float: left;
	width: 100%;
	max-width: 220px;
	height: 220px;
	min-width: 1.5em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
}

.download-img-list .download-img:before,
.download-img-list .download-img-buttom:before,
.download-img-list .jq-file.file-square-input:before {
	content: "";
	display: block;
	padding-top: 100%;
	float: left;
}

.download-img-buttom {
	margin-bottom: 10px;
}

.download-img {
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 1em;
}

.download-img:after {
	background: #000000;
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.download-img:hover {
	border-color: #ffffff !important;
}

.download-img:hover:after {
	opacity: .5;
}

.download-img:hover .download-img__delete {
	opacity: 1;
}

.download-img__delete {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(255, 255, 255, 0.5) !important;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.file-square-input,
.download-img {
	cursor: pointer;
}

.jq-file.file-square-input,
.download-img {
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	width: 220px;
	height: 220px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.jq-file.file-square-input .jq-file__browse,
.download-img .jq-file__browse,
.jq-file.file-square-input .download-img__delete,
.download-img .download-img__delete {
	width: 70px;
	height: 70px;
	position: absolute;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 70px;
	background: #d1d1d1;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	text-align: left;
	text-indent: -9999px;
}

.jq-file.file-square-input .jq-file__browse:after,
.download-img .jq-file__browse:after,
.jq-file.file-square-input .download-img__delete:after,
.download-img .download-img__delete:after,
.jq-file.file-square-input .jq-file__browse:before,
.download-img .jq-file__browse:before,
.jq-file.file-square-input .download-img__delete:before,
.download-img .download-img__delete:before {
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	height: 8px;
	background: #ffffff;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.jq-file.file-square-input .jq-file__browse:before,
.download-img .jq-file__browse:before,
.jq-file.file-square-input .download-img__delete:before,
.download-img .download-img__delete:before {
	width: 26px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -13px;
}

.jq-file.file-square-input .jq-file__browse:after,
.download-img .jq-file__browse:after,
.jq-file.file-square-input .download-img__delete:after,
.download-img .download-img__delete:after {
	height: 26px;
	width: 8px;
	top: 50%;
	margin-top: -13px;
	left: 50%;
	margin-left: -4px;
}

.jq-file.file-square-input:hover,
.download-img:hover,
.jq-file.file-square-input.changed,
.download-img.changed {
	border-color: #14aa84;
}

.jq-file.file-square-input:hover .jq-file__browse,
.download-img:hover .jq-file__browse,
.jq-file.file-square-input.changed .jq-file__browse,
.download-img.changed .jq-file__browse {
	background: #14aa84;
}

.jq-file.file-square-input .jq-file__name,
.download-img .jq-file__name {
	display: none;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	color: #14aa84;
	font-family: PlumbBoldC;
	text-align: center;
	padding-right: 15px;
	padding-Left: 15px;
}

.jq-file.file-square-input.changed .jq-file__name,
.download-img.changed .jq-file__name {
	display: block;
}

.jq-file.file-square-input.changed .jq-file__browse,
.download-img.changed .jq-file__browse {
	display: none;
}

/* ==============================================
 * end ЗАГРУЗКА ИЗОБРАЖЕНИЙ/ФАЙЛОВ
 * ============================================== */
.header-top-form .btn,
.header-top-form input,
.header-top-form .bootstrap-select .dropdown-toggle,
.header-top-form select {
    height: 60px;
    font-weight: normal;
}

.header-top-form .bootstrap-select .caret {
	top: 27px;
}

.header-top-form .select-reset {
	top: 22px;
}

.header-top-form .bootstrap-select .filter-option {
	line-height: 60px;
	font-size: 14px;
    font-size: 1.4rem;
	text-transform: none;
}

.input-date-separator {
	width: 60px;
	min-width: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
}

.label-input-date {
	vertical-align: top;
	min-width: 170px;
}

.full.label-input-date {
	width: 100% !important;
}

.header-top .wrap-input-date {
	min-width: 420px;
}

.wrap-input-date-one .label-input-date {
	width: 100% !important;
}

.form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	box-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.form-row .bootstrap-select,
.form-row input,
.form-row .label-input-date {
	margin-bottom: 0 !important;
	margin-top: 0;
}

.form-row.small-i .form-row__elem {
	padding-right: 25px;
}

.form-row.form-row-first-5 .form-row__elem {
	width: 25%;
}

.form-row.form-row-first-5 .form-row__elem.first-5 {
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
}

.form-row .form-row__elem:last-child {
	padding-right: 0;
}

.input-date-icon .input-date {
	padding-right: 45px;
}

.form-row__elem {
	vertical-align: top;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 60px;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
	box-flex: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.select {
	padding-left: 0;
}

.form-row__circle-btn {
	margin-top: 43px;
	margin-bottom: 15px;
}

.field-wrap-range__title {
	width: auto;
	padding-right: 0;
	line-height: 50px;
	font-family: PlumbC;
	color: #a4a4a4;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 15px !important;
}

.form-row__elem-last {
	padding-right: 0;
}

.header-top-form__btn-wrap {
	text-align: center;
}

.header-top-form__btn-right {
	margin-left: 10px;
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	padding-right: 15px;
	padding-left: 15px;
	min-width: 0 !important;
}

.form-row__elem-wide {
	width: 100%;
}

/* ==============================================
* КАРТА ПОМОЩИ
* ============================================== */
/*костыль, неплохо бы прописать ширину высоту метки в js*/
.ymaps-2-1-48-image {
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center !important;
}

.map-link-back {
	position: absolute;
	top: 30px;
	left: 60px;
	display: block;
	height: 35px;
	z-index: 999;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	text-transform: uppercase;
	text-decoration: none;
}

.map-link-back span {
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	display: block;
	position: absolute;
	left: 60px;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background: #14aa84;
	border-radius: 35px;
	-webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.4);
}

.map-link-back:after {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 35px;
	height: 35px;
	background: url(../img/arrow.svg) no-repeat -109px 15px, #14aa84;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 35px;
	display: block;
	-webkit-box-shadow: 2px -2px 7px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px -2px 7px 1px rgba(0, 0, 0, 0.2);
}

.map-link-back:hover span {
	opacity: 1;
	color: #ffffff;
}

.map-link-back:hover:after {
	-webkit-box-shadow: 2px -2px 7px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 2px -2px 7px 1px rgba(0, 0, 0, 0.4);
}

.map-nav-panel {
	z-index: 20;
}

.page-map-help {
	overflow: hidden;
	min-width: 540px;
}

.page-map-help #container {
	height: -webkit-calc(100vh - 75px);
	height: calc(100vh - 75px);
}

.page-map-help .tab-content {
	height: -webkit-calc(100% - 205px);
	height: calc(100% - 205px);
	position: relative;
}

.tabs-map .nav-tabs,
.tabs-map .item-tab,
.tabs-map .item-tab.active,
.tabs-map .item-tab.active-all {
	height: 87px !important;
}

.map-event-adds {
	font-size: 14px;
	font-size: 1.4rem;
	color: #afaeae;
	display: block;
}

.wrap-map {
	left: 0;
	width: 100%;
	height: -webkit-calc(100vh - 75px);
	height: calc(100vh - 75px);
	position: relative;
	background-color: #ffffff;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	overflow: hidden;
}

.wrap-map #map {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

.map-left-nav {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 200px;
	padding-top: 70px;
	padding-left: 60px;
}

.map-left-nav .aside-left__link-circle li {
	margin-bottom: 40px;
}


@media (max-width: 770px) {
	.tabs-map {
		left: 0 !important;
		right: unset !important;
		width: 100vw !important;
	}
	.map-link-back {
		bottom: 30px !important;
		top: unset !important;
	}
}


.tabs-map {
	position: absolute;
	right: 0px;
	width: 480px;
	top: 0;
	bottom: 0px;
	background-color: #f9f9f9;
	min-height: 87px;
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

.tabs-map.no-active {
	height: 87px;
	overflow: hidden;
}

.tabs-map .item-tab,
.tabs-map .item-tab.active,
.tabs-map .item-tab.active-all {
	margin: 0;
	width: 33.3%;
	height: 87px !important;
	border: 0;
	text-align: center;
	line-height: 87px;
}

.tabs-map .nav-tabs {
	margin: 0;
	display: block;
	width: 100%;
	height: 45px;
	padding: 0;
}

.tabs-map .nav-tabs > li.active > a,
.tabs-map .nav-tabs > li.active > a:hover,
.tabs-map .nav-tabs > li.active > a:focus,
.tabs-map .nav-tabs > li > a:hover,
.tabs-map .nav-tabs > li > a {
	outline: 0 !important;
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	background-color: #efefef;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	color: #14aa84;
	height: 100% !important;
	border: 0 !important;
	line-height: 87px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-left: 1px solid #f9f9f9 !important;
}

.tabs-map .nav-tabs > li:first-child > a {
	border-left: 0 !important;
}

.tabs-map .nav-tabs > li.active > a,
.tabs-map .nav-tabs > li.active > a:hover,
.tabs-map .nav-tabs > li.active > a:focus {
	color: #14aa84;
	background-color: #f9f9f9;
}

.tabs-map .nav-tabs > li > a:hover {
	background-color: #f9f9f9;
	color: #14aa84;
}

.map-bottom-btn {
	width: 100%;
	text-align: center;
	min-height: 54px;
	padding-right: 60px;
	padding-left: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	box-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.map-bottom-btn .btn {
	vertical-align: top;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 60px;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
	box-flex: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.map-bottom-btn .btn:first-child {
	margin-right: 20px;
}

.map-bottom-btn .map-btn-reset {
	border-color: #a1a1a1;
	color: #a1a1a1;
	background: transparent;
}

.map-bottom-btn .map-btn-reset:hover {
	border-color: #00BED6;
	color: #ffffff;
	background: #00BED6;
}

.map-balloon__list-mark li a {
	font-family: PlumbC;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #14aa84;
	padding-bottom: 12px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 12px;
	display: block;
}

.map-balloon__list-mark li a:hover {
	color: #00BED6;
}

.map-balloon__list-mark li:last-child a {
	margin-bottom: 0;
	border-bottom: 0;
}

.map-list {
	margin: 0;
	padding: 0px;
	padding-bottom: 20px;
}

.map-list li {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #00BED6;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 20px;
}

.map-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.map-list__link {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 60px;
	text-decoration: none !important;
	color: #4a4a4a;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbC;
}

.map-list__link:hover {
	color: #4a4a4a;
}

.map-list__link:hover .map-list__title {
	color: #14aa84;
}

.map-list__row {
	display: block;
}

.map-list__title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #4a4a4a;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	margin-bottom: 25px;
	display: block;
}

.map-list__subtitle {
	font-size: 14px;
	font-size: 1.4rem;
	color: #afaeae;
	display: block;
	margin-bottom: 5px;
}

.map-list__date,
.map-list__distance {
	color: #afaeae;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	height: 19px;
	line-height: 20px;
}

.map-list__date {
	left: 0;
}

.map-list__distance {
	right: 0;
	bottom: 20px;
	padding-left: 30px;
}

.map-list__distance:after {
	background: url(../img/icons.svg) no-repeat -366px -301px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	content: '';
	display: block;
	top: 0;
}

.map-service-list .map-list-info__distance:after {
	background-position: -431px -301px;
}

.map-service-list .map-list__link:hover .map-list__title {
	color: #00BED6;
}

.tabs-map .nav-tabs .item-tab.active a,
.tabs-map .nav-tabs .item-tab:hover a {
	color: #00BED6 !important;
}

.map-nav-panel.tab-filter {
	background-color: #f9f9f9;
}

.map-nav-panel.tab-filter .nav-tabs > li.active > a,
.map-nav-panel.tab-filter .nav-tabs > li.active > a:hover,
.map-nav-panel.tab-filter .nav-tabs > li.active > a:focus {
	background-color: #f9f9f9;
}

.map-nav-panel.tab-filter .map-scroll:after {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f9f9f9));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f9f9f9', GradientType=0);
}

.map-nav-panel.tab-filter .form input,
.map-nav-panel.tab-filter .form textarea,
.map-nav-panel.tab-filter .bootstrap-select > .dropdown-toggle {
	background-color: transparent !important;
}

.map-nav-panel.tab-filter .bs-searchbox .form-control {
	background-color: #ffffff !important;
}

.map-balloon .map-scroll:after {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.map-btn-slideup-tab {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 20px;
	padding-right: 20px;
	font-family: PlumbBoldC;
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #14aa84;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.map-btn-slideup-tab:hover {
	color: #00BED6;
}

/* футер убрали */
/*.footer-map {
  background-color: @green; position: absolute; bottom: 0;
  left: 0; right: 480px; z-index: 300;
  transition: all .5s linear; transition-delay: .2s;
  height: 7px; cursor: pointer;
  .footer__info { transition: all .5s linear; border-top-width: 7px; }
  .footer__info-nav a, .footer__net-title { .font-size(1.4); }
  .footer__wrong { top: 75px; transition: top .5s linear; transition-delay: .4s; }
  &:hover {
    cursor: default;
    .footer__wrong { top: 50px; }
    .footer__info { border-top-width: 2px; }
    height: 240px;
  }
}*/
.v-middle {
	display: table-cell;
	vertical-align: middle;
}

.tab-about-map h2 {
	color: #4a4a4a;
	margin-bottom: 15px;
	line-height: 1.1;
}

.tab-about-map .btn {
	width: 100%;
}

.tab-about-map p {
	margin-bottom: 15px;
	color: #969696;
	line-height: 1.2;
}

.tab-about-map-text {
	margin-bottom: 38px;
}

.tab-about-map-text:last-child {
	margin-bottom: 0;
}

.map-scroll {
	overflow: auto;
	left: 0;
	right: 0;
	position: absolute;
	top: 30px;
	bottom: 15px;
	width: 100% !important;
}

.map-scroll:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 5;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f9f9f9));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f9f9f9', GradientType=0);
}

.map-scroll .bootstrap-select .dropdown-menu,
.map-scroll .bootstrap-select.btn-group .dropdown-menu {
	position: relative !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 0 !important;
}

.map-scroll .bootstrap-select .dropdown-menu.inner {
	max-height: 280px !important;
}

.map-scroll .bootstrap-select .dropdown-menu.inner.jspScrollable {
	overflow: hidden !important;
}

.map-scroll .bootstrap-select .dropdown-menu.open {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 0 0 4px 4px;
	border-top: 0 !important;
}

.map-scroll .bootstrap-select .dropdown-menu.open:after {
	position: absolute;
	content: '';
	display: block;
	left: 20px;
	right: 20px;
	top: 0;
	height: 1px;
	background: #c7c7c7;
}

.map-scroll .bootstrap-select .dropdown-menu.inner,
.map-scroll .bootstrap-select.btn-group .dropdown-menu.inner {
	border: 0 !important;
}

.map-scroll .bootstrap-select.open .dropdown-toggle {
	border-bottom: 0 !important;
}

.map-scroll .bootstrap-select.btn-group .dropdown-menu li a {
	color: #4a4a4a;
	font-family: GothamProBol;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}

.map-scroll .bootstrap-select.btn-group .dropdown-menu li a:focus,
.map-scroll .bootstrap-select.btn-group .dropdown-menu li a:hover {
	background: transparent !important;
	outline: 0 !important;
	border: 0;
}

.map-scroll .bootstrap-select.btn-group .dropdown-menu li a:first-child {
	padding-top: 7px !important;
}

.map-scroll .bootstrap-select.btn-group .dropdown-menu li a:last-child {
	padding-bottom: 7px !important;
}

.map-scroll .bootstrap-select.open .dropdown-toggle,
.map-scroll .bootstrap-select.open .dropdown-toggle:hover,
.map-scroll .bootstrap-select.open .dropdown-toggle:focus,
.map-scroll .bootstrap-select.open .dropdown-toggle:active {
	color: #a4a4a4 !important;
}

.map-scroll .dropdown-header {
	font-family: GothamProBol;
	background: #c7c7c7;
	color: #ffffff;
}

.inner-map-scroll {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 40px;
	width: 100%;
}

.tab-about-map .inner-map-scroll {
	padding-bottom: 0 !important;
}

.tab-about-map .map-scroll:after {
	display: none;
}

.gray-scroll .jspDrag {
	background: #dcdcdc;
}

.gray-scroll .jspVerticalBar {
	border-color: #dcdcdc;
	width: 14px;
	right: 20px;
}

.gray-scroll .jspTrack {
	width: 8px;
}

.gray-scroll .jspDrag {
	border-radius: 8px;
}

.map-balloon {
	position: relative;
	width: 454px;
	background-color: #ffffff;
	height: 355px;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: -410px;
	margin-left: -208px;
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.map-balloon__inner {
	padding: 28px;
	background-color: #ffffff;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.map-balloon:after,
.map-balloon:before {
	width: 0;
	height: 0;
	content: '';
	display: block;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 17px solid #ffffff;
	bottom: -17px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
}

.map-balloon:before {
	border: 0;
	width: 14px;
	height: 14px;
	bottom: -9px;
	z-index: -1;
	margin-left: -5px;
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.map-balloon h3 {
	color: #14aa84;
	font-family: PlumbBoldC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 20px;
}

.map-balloon .map-balloon-btn {
	margin-top: 2px;
	display: block;
}

.map-balloon p {
	line-height: 1.3;
}

.map-balloon-single {
	padding-bottom: 100px;
}

.map-balloon-single .map-balloon-btn {
	position: absolute;
	bottom: 0;
	left: 28px;
	right: 28px;
	bottom: 28px;
}

.close-btn-balloon {
	position: absolute;
	display: block;
	height: 47px;
	width: 47px;
	border-radius: 47px;
	top: -23px;
	right: -23px;
	background: #ffffff;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 60;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}

.close-btn-balloon:after,
.close-btn-balloon:before {
	position: absolute;
	background: #a5a5a5;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	content: '';
	display: block;
}

.close-btn-balloon:after {
	width: 2px;
	height: 25px;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -1px;
}

.close-btn-balloon:before {
	width: 25px;
	height: 2px;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -1px;
}

.close-btn-balloon:hover {
	background: #00BED6;
}

.close-btn-balloon:hover:after,
.close-btn-balloon:hover:before {
	background: #ffffff;
}

.map-balloon-about__title {
	color: #afaeae;
	margin-bottom: 2px;
}

.map-balloon-about__text {
	margin-bottom: 12px;
}

.map-balloon-about__text.lg {
	font-size: 16px;
	font-size: 1.6rem;
}

.map-balloon-info,
.map-list__info {
	font-size: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

.map-balloon-info__location,
.map-balloon-info__distance,
.map-balloon-info__date,
.map-balloon-info__time,
.map-list-info__location,
.map-list-info__distance,
.map-list-info__date,
.map-list-info__time,
.map-balloon-info__tel {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 2px 0;
}

.map-list-info__distance,
.map-list-info__time,
.map-balloon-info__distance,
.map-balloon-info__time {
	width: 100px;
}

.map-list-info__location,
.map-list-info__date,
.map-balloon-info__location,
.map-balloon-info__date {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}

.map-balloon-info__location span,
.map-balloon-info__distance span,
.map-balloon-info__date span,
.map-balloon-info__time span,
.map-list-info__location span,
.map-list-info__distance span,
.map-list-info__date span,
.map-list-info__time span,
.map-balloon-info__tel span {
	line-height: 22px;
	padding-left: 30px;
	min-height: 22px;
	display: inline-block;
	position: relative;
}

.map-balloon-info__location span:after,
.map-balloon-info__distance span:after,
.map-balloon-info__date span:after,
.map-balloon-info__time span:after,
.map-list-info__location span:after,
.map-list-info__distance span:after,
.map-list-info__date span:after,
.map-list-info__time span:after,
.map-balloon-info__tel span:after {
	background: url(../img/icons.svg) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
}

.map-balloon-info__tel span:after {
	background-position: -300px -166px;
}

.map-balloon-about__text a {
	color: #14aa84;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.map-balloon-about__text a:hover {
	color: #00BED6;
}

.map-balloon-group h3 {
	color: #515151;
	margin-bottom: 0 !important;
}

.map-balloon-group .inner-map-scroll {
	padding: 0 !important;
	padding-bottom: 40px !important;
}

.map-balloon-group .jspVerticalBar {
	background: #ffffff;
	outline: 20px solid #ffffff;
}

.map-balloon-info__location,
.map-balloon-info__date,
.map-list-info__location,
.map-list-info__date {
	padding-right: 15px;
}

.map-balloon-info__distance,
.map-balloon-info__time,
.map-list-info__distance,
.map-list-info__time {
	text-align: right;
}

.map-balloon-info__time span:after,
.map-list-info__time span:after {
	background-position: -559px -297px;
}

.map-balloon-info__date span:after,
.map-list-info__date span:after {
	background-position: -499px -299px;
}

.map-balloon-info__location span:after,
.map-list-info__location span:after {
	background-position: -365px -346px;
}

.map-balloon-info__distance span:after,
.map-list-info__distance span:after {
	background-position: -365px -301px;
}

.placemark-group {
	width: 64px;
	height: 64px;
	border-radius: 64px;
	border: 8px solid #14aa84;
	display: block;
	line-height: 50px;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #ffffff;
}

/* вертикальная полоса прокрутки */
.jspVerticalBar {
	background: transparent;
	height: 100%;
	position: absolute;
	right: 0px;
	width: 12px;
	border-radius: 12px;
	border: 1px solid #14aa84;
	z-index: 10;
}

.jspPane {
	position: absolute;
	width: 100% !important;
	outline: 0;
}

.jspContainer,
.scroll-pane {
	outline: 0;
}

/* полоска, по которой бегает ползунок */
.jspTrack {
	background: transparent;
	position: relative;
	width: 6px;
	left: 2px;
	border-radius: 6px;
}

/*ползунок*/
.jspDrag {
	opacity: 1;
	background: #14aa84;
	z-index: 10;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 6px;
}

.jspTrack:hover .jspDrag {
	opacity: 1;
}

/* ==============================================
 * 404 СТАНИЦА
 * ============================================== */
.page-404 {
	height: 100%;
}

.page-404 #container {
	height: -webkit-calc(100% - 75px);
	height: calc(100% - 75px);
}

.page-404 body {
	height: 100%;
	background: #f8f4dd;
	text-align: center;
	position: relative;
	min-height: 600px;
}

.page-404 body:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background-color: #14aa84;
}

.page-404 .main-center-inner {
	height: 100%;
}

.page-404 .page-404__info {
	height: 400px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 100px;
	background: url(../img/404.svg) no-repeat top center;
	-webkit-background-size: contain;
	background-size: contain;
}

.page-404 .page-404__text {
	position: absolute;
	bottom: -100px;
	width: 100%;
	font-family: PlumbC;
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 20px;
	padding-right: 20px;
}

/* ==============================================
 * end 404 СТАНИЦА
 * ============================================== */
/* ==============================================
 * ЭЛЕМЕНТЫ ФОРМЫ
 * ============================================== */
/* ПЛЕЙСХОЛДЕР */
::-webkit-input-placeholder {
	color: #14aa84;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
}

::-moz-placeholder {
	color: #14aa84;
	transition: opacity .2s linear;
	opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
	color: #14aa84;
	transition: opacity .2s linear;
	opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
	color: #14aa84;
	transition: opacity .2s linear;
	opacity: 1;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}

:focus::-moz-placeholder {
	opacity: 0;
}

/* Firefox 19+ */
:focus:-moz-placeholder {
	opacity: 0;
}

/* Firefox 18- */
:focus:-ms-input-placeholder {
	opacity: 0;
}

/* ==============================================
 * ПАГИНАЦИЯ
 * ============================================== */
.pagination {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	margin-top: 70px;
}

.pagination * {
	vertical-align: top;
}

.pagination a,
.pagination .pagination__active {
	display: inline-block;
	color: #14aa84;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
	text-align: center;
	margin: 0 3px;
}

.pagination a:hover {
	opacity: .6;
	text-decoration: none;
}

.pagination__more {
	margin-right: 20px;
}

.pagination__prev,
.pagination__next {
	background: url(../img/arrow-green.svg) no-repeat center;
	height: 30px;
	width: 30px;
	display: inline-block;
	border: 2px solid #14aa84;
	-webkit-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
	opacity: 1;
	cursor: pointer;
	border-radius: 30px;
	margin: 0 13px;
}

.pagination__prev:hover,
.pagination__next:hover {
	opacity: .6;
}

.pagination__prev.no-active,
.pagination__next.no-active {
	opacity: 1;
	border-color: #c7c7c7;
	cursor: default;
	background-image: url(../img/arrow-gray.svg);
}

.pagination__next {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-right: 0;
}

.pagination__prev {
	margin-left: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pagination__active {
	border-radius: 30px;
	opacity: .7;
	background-color: #14aa84;
	color: #ffffff !important;
}

/* ==============================================
 * end ПАГИНАЦИЯ
 * ============================================== */
/* ==============================================
 * end ЭЛЕМЕНТЫ ФОРМЫ
 * ============================================== */
/* ==============================================
 * СПИСКИ
 * ============================================== */
.spot-list {
	margin-top: 60px;
}

.spot-list:before,
.spot-list:after {
	content: " ";
	display: table;
}

.spot-list:after {
	clear: both;
}

.spot-box-question {
	padding-right: 30px !important;
}

.spot-box-question .spot-box__date,
.spot-box-question .spot-box__name {
	float: left;
}

.spot-box-question .spot-box__date {
	color: #4a4a4a;
	font-size: 16px;
	font-size: 1.6rem;
}

.spot-box-question .spot-box__date .with-icon {
	padding-right: 37px;
	position: relative;
	display: inline-block;
	font-family: PlumbC;
}

.spot-box-question .spot-box__date .with-icon:after {
	content: '';
	position: absolute;
	right: 0;
	top: -7px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../img/icons.svg) no-repeat -486px -296px;
}

.spot-box-question .spot-box__name {
	text-transform: none;
	margin-bottom: 0;
}

.spot-box-question__header .spot-box__date,
.spot-box-question .spot-box__date,
.spot-box-question__header .spot-box__name,
.spot-box-question .spot-box__name {
	float: left;
}

.spot-box-question__header .spot-box__date,
.spot-box-question .spot-box__date {
	width: 30%;
}

.spot-box-question__header .spot-box__name,
.spot-box-question .spot-box__name {
	width: 70%;
	padding-right: 20px;
}

.spot-box-question__header {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 25px;
}

.spot-box-question__header:before,
.spot-box-question__header:after {
	content: " ";
	display: table;
}

.spot-box-question__header:after {
	clear: both;
}

.spot-box-question__header * {
	color: #4a4a4a !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-family: PlumbBoldC !important;
}

.spot-list.mod li:last-child .spot-box {
	margin-bottom: 0;
}

.spot-box {
	font-size: 0;
	padding: 10px 40px 10px 40px;
	background: #ffffff;
	margin-bottom: 20px;
	color: #4a4a4a;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.spot-box:before,
.spot-box:after {
	content: " ";
	display: table;
}

.spot-box:after {
	clear: both;
}

.spot-table-box,
.spot-box {
	display: block;
}

.spot-table-box:hover,
.spot-box:hover,
.spot-table-box:focus,
.spot-box:focus {
	background-color: #faf6e0;
}

.spot-table-box:hover .spot-table-box__img,
.spot-box:hover .spot-table-box__img,
.spot-table-box:focus .spot-table-box__img,
.spot-box:focus .spot-table-box__img,
.spot-table-box:hover .spot-box__img,
.spot-box:hover .spot-box__img,
.spot-table-box:focus .spot-box__img,
.spot-box:focus .spot-box__img {
	border-color: #00BED6;
}

.spot-table-box:hover .spot-table-box__name,
.spot-box:hover .spot-table-box__name,
.spot-table-box:focus .spot-table-box__name,
.spot-box:focus .spot-table-box__name,
.spot-table-box:hover .spot-box__name,
.spot-box:hover .spot-box__name,
.spot-table-box:focus .spot-box__name,
.spot-box:focus .spot-box__name {
	color: #00BED6;
}

.spot-table-box:hover .arrow-gray,
.spot-box:hover .arrow-gray,
.spot-table-box:focus .arrow-gray,
.spot-box:focus .arrow-gray {
	border-color: #00BED6;
}

.spot-table-box:hover .arrow-gray:before,
.spot-box:hover .arrow-gray:before,
.spot-table-box:focus .arrow-gray:before,
.spot-box:focus .arrow-gray:before {
	opacity: 0;
}

.spot-table-box:hover .arrow-gray:after,
.spot-box:hover .arrow-gray:after,
.spot-table-box:focus .arrow-gray:after,
.spot-box:focus .arrow-gray:after {
	opacity: 1;
}

.spot-table-box__side,
.spot-box__side {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	position: relative;
	min-height: 170px;
}

.spot-table-box__description,
.spot-box__description {
	color: #9f9f9f;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: PlumbC;
	line-height: 1.1;
}

.spot-table-box__text,
.spot-box__text {
	float: left;
	margin: 10px 20px 10px 55px;
}

.spot-table-box__date,
.spot-box__date {
	color: #828282;
	font-family: PlumbC;
	font-size: 16px;
	font-size: 1.6rem;
}

.spot-table-box__date span,
.spot-box__date span {
	display: inline-block;
	margin-right: 15px;
	font-family: PlumbBoldC;
}

.spot-table-box__name,
.spot-box__name {
	color: #14aa84;
	font-family: PlumbBoldC;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.spot-table-box__img,
.spot-box__img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100px;
	float: left;
	background: url(../img/no-avatar.svg) no-repeat center, #faf6e0;
	margin-left: 55px;
	border: 2px solid #ffffff;
	-webkit-transition: border-color 0.4s linear;
	-o-transition: border-color 0.4s linear;
	transition: border-color 0.4s linear;
}

.spot-table-box__img img,
.spot-box__img img {
	max-width: 100%;
	width: 100%;
}

.spot-table-box .elem-price,
.spot-box .elem-price,
.spot-table-box .elem-map,
.spot-box .elem-map,
.spot-table-box .elem-ph,
.spot-box .elem-ph,
.spot-table-box .elem-like,
.spot-box .elem-like,
.spot-table-box .arrow-circle-wrap,
.spot-box .arrow-circle-wrap,
.spot-table-box .elem-no,
.spot-box .elem-no,
.spot-table-box .elem-yes,
.spot-box .elem-yes,
.spot-table-box .elem-no-view,
.spot-box .elem-no-view {
	position: absolute;
	height: 35px;
	top: 50%;
	margin-top: -17px;
}

.spot-table-box .elem-no,
.spot-box .elem-no,
.spot-table-box .elem-yes,
.spot-box .elem-yes,
.spot-table-box .elem-no-view,
.spot-box .elem-no-view {
	height: 35px;
}

.spot-table-box .elem-like,
.spot-box .elem-like {
	right: 60px;
	min-width: 100px;
}

.spot-table-box .elem-price,
.spot-box .elem-price {
	left: 0;
}

.spot-table-box .elem-map,
.spot-box .elem-map,
.spot-table-box .elem-ph,
.spot-box .elem-ph,
.spot-table-box .elem-no,
.spot-box .elem-no,
.spot-table-box .elem-yes,
.spot-box .elem-yes,
.spot-table-box .elem-no-view,
.spot-box .elem-no-view {
	left: 0;
	padding-right: 10px;
	line-height: 1.1 !important;
	display: table;
	padding-right: 160px;
}

.spot-table-box .elem-map span,
.spot-box .elem-map span,
.spot-table-box .elem-ph span,
.spot-box .elem-ph span,
.spot-table-box .elem-no span,
.spot-box .elem-no span,
.spot-table-box .elem-yes span,
.spot-box .elem-yes span,
.spot-table-box .elem-no-view span,
.spot-box .elem-no-view span {
	display: table-cell;
	vertical-align: middle;
}

.spot-table-box .elem-map:after,
.spot-box .elem-map:after,
.spot-table-box .elem-ph:after,
.spot-box .elem-ph:after,
.spot-table-box .elem-no:after,
.spot-box .elem-no:after,
.spot-table-box .elem-yes:after,
.spot-box .elem-yes:after,
.spot-table-box .elem-no-view:after,
.spot-box .elem-no-view:after {
	top: 0;
	margin-top: 0;
}

.spot-table-box .arrow-circle-wrap,
.spot-box .arrow-circle-wrap {
	right: 0;
}

.spot-table-box {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 0;
	color: #4a4a4a;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.spot-table-box:before,
.spot-table-box:after {
	content: " ";
	display: table;
}

.spot-table-box:after {
	clear: both;
}

.spot-table-list li:last-child .spot-table-box {
	border-bottom: none;
}

.spot-table-list-resume .spot-table-box {
	padding-left: 40px;
}

.spot-table-list-resume .spot-table-box__img {
	margin-left: 0;
	margin-right: 20px;
}

.spot-table-list-resume .spot-table-box__text {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	margin-left: 0;
	display: table;
	min-height: 80px;
}

.spot-table-list-resume .spot-table-box__name {
	margin-bottom: 0px;
}

.spot-table-list-resume .spot-table-box__text-inner {
	vertical-align: middle;
	display: table-cell;
}

.spot-table-list-resume .spot-table-box__side {
	width: 65%;
}

.spot-table-list-resume .spot-table-box__side-right {
	width: 35%;
}

.green-gray {
	color: #14aa84;
}

.green-gray span {
	color: #a09f9f;
}

.gray-green {
	color: #a09f9f;
}

.gray-green span {
	color: #14aa84;
}

.box-hidden {
	height: 0;
	overflow: hidden;
}

.spot-table-box__message {
	color: #00BED6;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbBoldC;
	position: relative;
	padding-left: 45px;
	min-height: 35px !important;
	line-height: 35px;
}

.spot-table-box__message i {
	border: 3px solid #00BED6;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0;
	border-radius: 34px;
	background: url(../img/icons.svg) no-repeat -195px 7px;
}

.spot-table-box__date {
	font-size: 14px;
	font-size: 1.4rem;
	color: #9f9f9f;
	font-family: PlumbC;
}

.spot-table-list-message .spot-table-box__name {
	margin-bottom: 0;
	width: 400px;
}

.spot-table-list-message .spot-table-box__message,
.spot-table-list-message .spot-table-box__date {
	width: 230px;
}

.spot-table-list-message .spot-table-box {
	text-align: justify;
}

.spot-table-list-message .spot-table-box:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.spot-table-list-message .spot-table-box__side {
	text-align: left;
	display: inline-block;
	margin: 10px 0;
	min-height: 0;
	margin-right: 20px;
}

.spot-table-list-message .spot-table-box__side:last-child {
	margin-right: 0;
}

.spot-table-list-question .spot-table-box__side {
	width: 45%;
	min-height: 0;
}

.spot-table-list-question p {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbBoldC;
	margin-top: 5px;
}

.spot-table-list-question .spot-table-box__side-right {
	width: 55%;
}

.spot-box-price {
	padding: 35px 50px;
}

.spot-box-price:hover {
	background-color: #ffffff;
}

.spot-box-price .spot-box__tel,
.spot-box-price .spot-box__price {
	width: 50%;
	float: left;
}

.spot-box-price .spot-box__tel {
	float: left;
	text-align: right;
}

.spot-box-price .spot-box__tel a,
.spot-box-price .spot-box__tel a:hover,
.spot-box-price .spot-box__tel a:focus {
	color: #14aa84;
	text-decoration: none;
}

.spot-box-price .spot-box__price span {
	position: relative;
	display: block;
	padding-left: 50px;
	float: left;
}

.spot-box-price .spot-box__price,
.spot-box-price .spot-box__tel {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: GothamProBol;
	color: #4a4a4a;
}

.spot-box-link {
	margin-bottom: 50px;
	padding: 10px 50px;
}

.spot-box-link .spot-box__text {
	margin-left: 0;
}

.spot-box-link .spot-box__subtitle {
	color: #959595;
	font-family: PlumbC;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.spot-box-link .spot-box__title {
	color: #00BED6;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.spot-box-link .spot-box__side {
	width: 60%;
	min-height: 60px;
}

.spot-box-link .spot-box__side-right {
	width: 40%;
}

.spot-box-link .elem-map.elem-rating {
	padding-left: 0;
	padding-right: 55px;
	margin-right: 160px;
	padding-top: 4px;
}

.spot-box-link .elem-map.elem-rating:after {
	display: none;
}

.spot-box-link .elem-map.elem-rating .rating-num {
	display: block;
	top: 50%;
	margin-top: -17px;
	position: absolute;
	left: 0;
	border: 0;
	background-color: #efedee;
	right: 0;
	left: auto;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-family: GothamProBol;
	color: #00BED6;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
}

div.spot-box-link .spot-box__title {
	color: #4a4a4a;
}

div.spot-box-link:hover,
div.spot-box-link:focus {
	background: #ffffff;
}

div.spot-box-link:hover .arrow-gray,
div.spot-box-link:focus .arrow-gray {
	border-color: #adadad;
}

div.spot-box-link:hover .arrow-gray:before,
div.spot-box-link:focus .arrow-gray:before {
	opacity: 1 !important;
}

div.spot-box-link:hover .arrow-gray:after,
div.spot-box-link:focus .arrow-gray:after {
	opacity: 0 !important;
}

#uploadimageModalMicrositeLogo {
	top:15%;
}

.spot-box__futures {
	margin-top: 20px;
	color: #9f9f9f;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: PlumbC;
	line-height: 1.1;
}

.spot-box__futures .ads_type {
	padding: 5px 10px;
	min-width: 100px;
	text-align: center;
	color: #00BED6;
	border: 1px solid #00BED6;
	border-radius: 2px;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: inline-block;
}

.spot-box__futures .grant_winner {
	padding: 12px 10px;
	min-width: 200px;
	text-align: center;
	color: #00BED6;
	background: url(../img/grant-winner.png) no-repeat;
	background-size: contain;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: inline-block;
}

.news-ico-grant_winner {
	padding: 12px 10px;
	min-width: 200px;
	background: url(../img/grant-winner.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.spot-box__futures .ads_created_date {
	white-space: nowrap;
	display: inline-block;
	padding-top: 10px;
}

.services-list-no-description .spot-box__text {
	min-height: 80px;
	height: 80px;
	margin-bottom: 0;
	margin-top: 0;
	float: none;
	display: table;
}

.services-list-no-description .spot-box__name {
	vertical-align: middle;
	display: table-cell;
}

.services-box .spot-box__name {
	margin-top: 10px;
}

.services-box .elem-map {
	top: 0;
	margin-top: 0;
	min-height: 80px;
	position: relative;
}

.services-box .elem-map:after {
	top: 50%;
	margin-top: -17px;
}

.services-box .elem-ph {
	top: 0;
	margin-top: 0;
	min-height: 80px;
	position: relative;
}

.services-box .elem-ph:after {
	top: 50%;
	margin-top: -17px;
}

.services-box .spot-box__text {
	margin-top: 0;
}

.services-box .spot-box__name,
.vacancies-box .spot-box__name,
.notice-box .spot-box__name {
	margin-bottom: 10px;
}

.spot-box-url {
	padding: 35px 50px;
}

.spot-box-url .spot-box__title {
	font-family: PlumbBoldC;
	font-size: 18px;
	font-size: 1.8rem;
	color: #4a4a4a;
}

.spot-box-url .spot-box__side {
	width: 100%;
	min-height: 0;
}

/* РЕЗЮМЕ */
.resume-box .spot-box__img {
	margin-left: 0;
	margin-right: 20px;
	background: url(../img/rating.svg) no-repeat, #faf6e0;
	background-position: 1000px 1000px;
}

.resume-box .spot-box__text {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	margin-left: 0;
	display: table;
	min-height: 80px;
}

.resume-box .spot-box__name {
	margin-bottom: 20px;
}

.resume-box .spot-box__text-inner {
	vertical-align: middle;
	display: table-cell;
}

/* end РЕЗЮМЕ*/
/* ПОДДЕРЖКА */
.support-box {
	position: relative;
	padding: 30px;
	padding-right: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.support-box .arrow-circle-wrap {
	right: 30px !important;
}

.support-box .support-box__elem {
	margin-bottom: 0;
	width: 30%;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	font-size: 16px;
	font-size: 1.6rem;
}

.support-box .spot-box__pay {
	width: 40%;
}

.support-box .spot-box__name,
.support-box .spot-box__status,
.support-box .spot-box__pay {
	padding-right: 50px;
}

.support-box .spot-box__status,
.support-box .spot-box__pay {
	padding-left: 55px;
	position: relative;
}

.support-box .spot-box__pay:after {
	background-position: -359px -250px;
}

.support-box .spot-box__status .status-icon:after {
	border: 2px solid #00BED6;
	background: url(../img/icons.svg) no-repeat, #efedee;
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 8px;
	top: 7px;
	z-index: 10;
	border-radius: 20px;
}

.support-box .spot-box__status .status-icon.no:after {
	background-position: -217px -263px;
	border-color: #c7c7c7;
}

.support-box .spot-box__status .status-icon.yes:after {
	background-position: -317px -263px;
}

.support-box .spot-box__pay:after,
.support-box .spot-box__status .status-icon {
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17px;
	border-radius: 35px;
	display: block;
	left: 0;
	position: absolute;
	background: #efedee;
}

.support-box .spot-box__pay:after {
	background: url(../img/icons.svg) no-repeat, #efedee;
	background-position: -359px -250px;
	content: '';
}

/* end ПОДДЕРЖКА */

/* Блок опросов начало */
.vote-block {
    margin: 25px -50px;
    padding: 50px;
    background: #ed652b;
    color: #fff;
}
@media (max-width: 770px) {
    .vote-block {
        margin: 25px -25px;
    }
}
.vote-block .vote-desc {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}
.vote-block .vote-option {
    margin: 8px 0;
    padding: 8px 16px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all ease 0.3s;
    min-height: 38px;
    position: relative;
}
.vote-block .vote-option:hover {
    background: rgba(255,255,255,0.15);
}
.vote-block .vote-instruction {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 0;
}
.vote-block.voted .vote-instruction {
    display: none;
}
.vote-block .vote-label {
    font-size: 14px;
    font-weight: bold;
}
.vote-block.voted .vote-option {
    margin: 0 0 4px 0;
}
.vote-block.voted .vote-option .result {
    min-height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    background: rgba(255,255,255,1);
    color: #ed652b;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    min-width: 4%;
}
/* Блок опросов конец */

/* РЕЙТИНГ */
.vote-rating {
	margin-top: 55px;
}

.vote-rating .glyphicon-thumbs-up,
.vote-rating .glyphicon-thumbs-down {
	line-height: 50px;
	height: 50px;
	position: relative;
	font-family: GothamProBol;
	display: inline-block;
	padding-left: 60px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.vote-rating .glyphicon-thumbs-up:before,
.vote-rating .glyphicon-thumbs-down:before {
	cursor: pointer;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	border-radius: 50px;
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: url(../img/icons.svg) no-repeat, #d6d6d6;
}

.vote-rating .glyphicon-thumbs-up.glyphicon-thumbs-up,
.vote-rating .glyphicon-thumbs-down.glyphicon-thumbs-up {
	color: #14aa84;
}

.vote-rating .glyphicon-thumbs-up.glyphicon-thumbs-up:before,
.vote-rating .glyphicon-thumbs-down.glyphicon-thumbs-up:before {
	background-position: 6px -343px;
}

.vote-rating .glyphicon-thumbs-up.glyphicon-thumbs-up:hover:before,
.vote-rating .glyphicon-thumbs-down.glyphicon-thumbs-up:hover:before {
	background-color: #14aa84;
}

.vote-rating .glyphicon-thumbs-up.glyphicon-thumbs-down,
.vote-rating .glyphicon-thumbs-down.glyphicon-thumbs-down {
	color: #b80010;
}

.vote-rating .glyphicon-thumbs-up.glyphicon-thumbs-down:before,
.vote-rating .glyphicon-thumbs-down.glyphicon-thumbs-down:before {
	background-position: -80px -343px;
}

.vote-rating .glyphicon-thumbs-up.glyphicon-thumbs-down:hover:before,
.vote-rating .glyphicon-thumbs-down.glyphicon-thumbs-down:hover:before {
	background-color: #b80010;
}

.vote-rating > div {
	text-transform: uppercase;
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
}

/* end СТИЛИЗАЦИЯ РЕЙТИНГА */
.project-box-about .spot-box__side {
	width: 70%;
	padding-right: 15px;
}

.project-box-about .spot-box__side-right {
	width: 30%;
}

.spot-box.project-box-about .elem-map {
	padding-right: 100px;
}

.project-box .spot-box__text,
.invitations-box .spot-box__text {
	margin-left: 0;
	display: table;
	min-height: 80px;
}

.project-box .spot-box__name,
.invitations-box .spot-box__name {
	margin-bottom: 10px;
}

.project-box .spot-box__text-inner,
.invitations-box .spot-box__text-inner {
	vertical-align: middle;
	display: table-cell;
}

/* ПРИГЛАШЕНИЯ */
.invitations-box,
.spot-worker .spot-box {
	padding-left: 50px;
}

.invitations-box .spot-box__side,
.spot-worker .spot-box .spot-box__side {
	width: 65%;
	min-height: 60px;
}

.invitations-box .spot-box__side-right,
.spot-worker .spot-box .spot-box__side-right {
	width: 35%;
	padding-left: 30px;
}

.invitations-box .spot-box__text,
.spot-worker .spot-box .spot-box__text {
	max-width: 500px;
}

.invitations-box .arrow-circle,
.spot-worker .spot-box .arrow-circle,
.list-organizations .arrow-circle,
.invitations-box .arrow-ok,
.spot-worker .spot-box .arrow-ok,
.list-organizations .arrow-ok {
	display: inline-block;
	margin-left: 20px;
}

.invitations-box .arrow-circle-wrap,
.spot-worker .spot-box .arrow-circle-wrap,
.list-organizations .arrow-circle-wrap {
	width: auto;
	font-size: 0;
}

.invitations-box .arrow-circle-wrap .arrow-circle,
.spot-worker .spot-box .arrow-circle-wrap .arrow-circle,
.list-organizations .arrow-circle-wrap .arrow-circle {
	cursor: pointer;
}

.invitations-box .arrow-circle-wrap .arrow-circle:hover,
.spot-worker .spot-box .arrow-circle-wrap .arrow-circle:hover,
.list-organizations .arrow-circle-wrap .arrow-circle:hover {
	border-color: #00BED6 !important;
}

.invitations-box .arrow-circle-wrap .arrow-circle:hover:before,
.spot-worker .spot-box .arrow-circle-wrap .arrow-circle:hover:before,
.list-organizations .arrow-circle-wrap .arrow-circle:hover:before {
	opacity: 0 !important;
}

.invitations-box .arrow-circle-wrap .arrow-circle:hover:after,
.spot-worker .spot-box .arrow-circle-wrap .arrow-circle:hover:after,
.list-organizations .arrow-circle-wrap .arrow-circle:hover:after {
	opacity: 1 !important;
}

.invitations-box:hover .arrow-circle-wrap .arrow-circle,
.spot-worker .spot-box:hover .arrow-circle-wrap .arrow-circle,
.list-organizations:hover .arrow-circle-wrap .arrow-circle {
	border-color: #adadad;
}

.invitations-box:hover .arrow-circle-wrap .arrow-circle:before,
.spot-worker .spot-box:hover .arrow-circle-wrap .arrow-circle:before,
.list-organizations:hover .arrow-circle-wrap .arrow-circle:before {
	opacity: 1;
}

.invitations-box:hover .arrow-circle-wrap .arrow-circle:after,
.spot-worker .spot-box:hover .arrow-circle-wrap .arrow-circle:after,
.list-organizations:hover .arrow-circle-wrap .arrow-circle:after {
	opacity: 0;
}

.arrow-ok {
	border-radius: 35px;
	height: 35px;
	width: 35px;
	border: 3px solid #14aa84;
	display: block;
	position: relative;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	background: url(../img/icons.svg) no-repeat;
	background-position: -354px -209px;
}

a.arrow-ok,
a .arrow-ok {
	background: none;
}

a.arrow-ok:after,
a .arrow-ok:after,
a.arrow-ok:before,
a .arrow-ok:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../img/icons.svg) no-repeat;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

a.arrow-ok:after,
a .arrow-ok:after {
	background-position: -399px -210px;
	opacity: 0;
}

a.arrow-ok:before,
a .arrow-ok:before {
	background-position: -354px -209px;
	opacity: 1;
}

a.arrow-ok:hover,
a .arrow-ok:hover {
	border-color: #00BED6;
}

a.arrow-ok:hover:after,
a .arrow-ok:hover:after {
	opacity: 1;
}

a.arrow-ok:hover:before,
a .arrow-ok:hover:before {
	opacity: 0;
}

/* end ПРИГЛАШЕНИЯ */
.only-name .spot-box__name {
	margin-bottom: 0;
}

.spot-box__amount,
.spot-box__duration {
	color: #14aa84;
	font-family: PlumbBoldC;
	font-size: 16px;
	font-size: 1.6rem;
}

.spot-box__amount-item,
.spot-box__duration-item {
	display: block;
	margin: 7px 0;
}

/* ПОИСК КОМПАНИИ */
.search-company-box {
	position: relative;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.search-company-box .spot-box__side {
	width: 30%;
	min-height: 60px;
}

.search-company-box .spot-box__side-right {
	width: 70%;
	padding-left: 30px;
}

.search-company-box .elem-location {
	width: 30%;
}

.search-company-box .spot-box__text {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	width: 25%;
}

.search-company-box .elem-who {
	width: 45%;
	min-height: 0;
}

.search-company-box .elem-area {
	padding-left: 0;
	color: #00BED6;
	min-height: 0;
	margin-top: 5px !important;
	display: block;
}

.search-company-box .arrow-circle-wrap {
	right: 40px;
}

.search-company-box .elem-location {
	min-height: 0;
}

.search-company-box .elem-location span {
	display: table-cell;
	padding-right: 15px;
}

.search-company-box .elem-who {
	padding-right: 30px !important;
}

.search-company-box .elem-map-2 {
	color: #00BED6;
}

.search-company-box .spot-box__name,
.search-company-box .spot-box__text {
	margin-bottom: 0;
}

.search-company-block {
	padding-right: 20px;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	width: 90%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	vertical-align: top;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 0;
}

/* end ПОИСК КОМПАНИИ */
/* ОБУЧЕНИЕ */
.search-company-box,
.learn-box,
.vacancies-box,
.notice-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 130px;
}

.learn-box,
.vacancies-box,
.notice-box {
	padding-left: 30px;
}

.learn-box .spot-box__side,
.vacancies-box .spot-box__side,
.notice-box .spot-box__side {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	width: 90%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	vertical-align: top;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 60px;
	min-height: 0;
}

.learn-box .spot-box__side-right,
.vacancies-box .spot-box__side-right,
.notice-box .spot-box__side-right {
	width: 40%;
}

.learn-box .arrow-circle-wrap,
.vacancies-box .arrow-circle-wrap,
.notice-box .arrow-circle-wrap {
	right: 40px;
}

.learn-box .spot-box__side-right {
	width: 65%;
}

.vacancies-box .spot-box__side-right {
	width: 30%;
}

.notice-box .spot-box__side-right {
	width: 65%;
}

.learn-box .spot-box__text {
	margin-left: 0;
}

.learn-box .spot-box__date {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

/* end ОБУЧЕНИЕ */
/* ПРОДОЛЖИТЕЛЬНОСТЬ */
.spot-box__duration {
	padding-left: 55px;
	position: relative;
}

.spot-box__duration:after {
	content: '';
	display: block;
	top: 50%;
	margin-top: -17px;
	position: absolute;
	left: 0;
	border: 0;
	background: url(../img/icons.svg) no-repeat -308px -254px, #efedee;
	width: 35px;
	height: 35px;
	border-radius: 35px;
}

/* ГРУППЫ */
.group-box {
	padding-left: 30px;
}

.group-box .spot-box__date {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.group-box .spot-box__side {
	width: 70%;
	min-height: 60px;
}

.group-box .spot-box__side-right {
	width: 30%;
}

.group-box .spot-box__text {
	max-width: 600px;
	margin-left: 0;
}

/* end ГРУППЫ */
/* КОНКУРСЫ И СУБСИДИИ */
.box-item__competitions .txt {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 120px;
}

.box-item__competitions .txt .my-icon {
	float: left;
}

.box-item__competitions .txt p {
	margin-left: 55px;
	line-height: 35px;
	font-family: PlumbBoldC;
	color: #9f9f9f;
	font-size: 16px;
	font-size: 1.6rem;
}

.box-item__competitions .spot-box__name {
	color: #9f9f9f;
	line-height: 1.4;
	margin-bottom: 15px;
}

.box-item__competitions .spot-box__date {
	color: #9f9f9f;
}

.box-item__competitions .spot-box__text {
	margin-right: 50px;
}

.box-item__competitions .spot-box__left {
	width: 65%;
	position: relative;
}

.box-item__competitions .spot-box__left .my-icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
}

.box-item__competitions .spot-box__right {
	width: 35%;
}

.box-item__competitions.active:hover .spot-box__name {
	color: #00BED6;
}

.box-item__competitions.active .spot-box__name {
	color: #14aa84;
}

.box-item__competitions.active .spot-box__left .my-icon {
	border-color: #14aa84;
}

.box-item__competitions.active .spot-box__left .my-icon.ok {
	background-position: -353px -208px;
}

.box-item__competitions.active .spot-box__right .my-icon {
	border-color: #00BED6;
}

.box-item__competitions.active .spot-box__right .my-icon.rub {
	background-position: -43px 4px;
}

.box-item__competitions.active .txt p {
	color: #14aa84;
}

.my-icon {
	background: url(../img/icons.svg) no-repeat;
	display: inline-block;
	width: 35px;
	height: 35px;
}

.my-icon.circle-gray {
	border: 3px solid #adadad;
	border-radius: 50%;
}

.my-icon.ok {
	background-position: -705px -208px;
}

.my-icon.rub {
	background-position: -91px -79px;
}

/* end КОНКУРСЫ И СУБСИДИИ */
/* ОТЗЫВЫ */
.reviews-list__item {
	background: #ffffff;
	font-family: PlumbC;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	padding: 40px;
	margin-bottom: 20px;
}

.reviews-list__item-inner {
	padding-left: 145px;
	padding-right: 50px;
	position: relative;
	line-height: 1.3;
}

.reviews-list__item .reviews-avatar,
.reviews-list__item .btn-like {
	position: absolute;
}

.reviews-list__item .reviews-avatar {
	top: -13px;
	left: 0;
	width: 112px;
	height: 112px;
	position: absolute;
}

.reviews-list__item .reviews-avatar:after {
	border-radius: 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid transparent;
	display: block;
	content: '';
	background: url(../img/rating.svg) no-repeat, #faf6e0;
}

.reviews-list__item .reviews-avatar i {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	display: block;
	right: 0;
	bottom: 0;
	font-style: normal;
	background-color: #00BED6;
	font-family: GothamProBol;
	color: #ffffff;
	text-align: center;
	line-height: 43px;
	z-index: 10;
}

.reviews-list__item .btn-like {
	top: 0;
	right: 0;
	font-style: normal;
}

.reviews-list__item .reviews-name {
	font-family: PlumbBoldC;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 6px;
}

.reviews-list__item .reviews-date {
	margin-bottom: 12px;
}

/* end ОТЗЫВЫ */
/* ПОИСК КОМПАНИИ */
.elem-price,
.elem-map:after,
.elem-like:after,
.elem-who:after,
.elem-location:after,
.elem-no:after,
.elem-yes:after,
.elem-no-view:after {
	display: inline-block;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	border: 3px solid #14aa84;
	background: url(../img/icons.svg) no-repeat;
	background-position: 5px 4px;
}

.elem-ph:after {
	display: inline-block;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	border: 3px solid #14aa84;
}

.elem-price.rub {
	border-color: #00BED6;
	background-position: -42px 4px;
}

.elem-price.red-fire {
	border-color: #00BED6;
	background-position: 8px -77px;
}

.elem-price.gray-fire {
	background-color: #ebebeb;
	border-color: #ebebeb;
	background-position: -41px -77px;
}

.arrow-tooltip:before,
.elem-price:before {
	content: attr(data-title);
	position: absolute;
	color: #ffffff;
	background: #00BED6;
	border-radius: 4px;
	display: inline-block;
	padding: 15px 30px;
	height: 45px;
	top: -52px;
	left: -30px;
	font-family: PlumbBoldC;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	z-index: 50;
	white-space: nowrap;
	display: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0px 9px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.arrow-tooltip:hover:before,
.elem-price:hover:before {
	display: block;
}

.arrow-tooltip.icon-no-popup:before,
.elem-price.icon-no-popup:before {
	display: none !important;
}

.arrow-tooltip:before {
	right: 0;
	left: auto;
}

.elem-price.no-rub {
	background-color: #ebebeb;
	border-color: #00BED6;
	background-position: -91px -78px;
}

.elem-price.no-rub:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 35px;
	display: block;
	background-color: #00BED6;
	right: 13px;
	top: -2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.elem-price.gray-rub {
	background-color: #ebebeb;
	border-color: #ebebeb;
	background-position: -42px 4px;
}

.elem-price {
	position: relative;
}

/* ОБЩИЕ ЭЛЕМЕНТЫ В СПИСКАХ */
.elem-who,
.elem-location,
.elem-area {
	padding-left: 55px;
	min-height: 35px;
	line-height: normal;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4a4a4a;
	font-family: PlumbC;
}

.elem-who .elem-map-2,
.elem-location .elem-map-2,
.elem-area .elem-map-2 {
	padding-left: 20px;
}

.elem-who:after,
.elem-location:after,
.elem-area:after {
	content: '';
	display: block;
	top: 50%;
	margin-top: -17px;
	position: absolute;
	left: 0;
	border: 0;
	background-color: #efedee;
	background-position: -140px 8px;
}

.elem-who:after {
	background-position: 6px -120px;
}

.elem-map,
.elem-ph,
.elem-no,
.elem-yes,
.elem-no-view {
	padding-left: 55px;
	min-height: 35px;
	line-height: 35px;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4a4a4a;
	font-family: PlumbC;
}

.elem-map .elem-map-2,
.elem-ph,
.elem-no .elem-map-2,
.elem-yes .elem-map-2,
.elem-no-view .elem-map-2 {
	padding-left: 20px;
	vertical-align: top !important;
}

.elem-map:after,
.elem-no:after,
.elem-yes:after,
.elem-no-view:after {
	content: '';
	display: block;
	top: 50%;
	margin-top: -17px;
	position: absolute;
	left: 0;
	border: 0;
	background-color: #efedee;
	background-position: -140px 8px;
}

.elem-ph:after {
	content: '';
	display: block;
	top: 50%;
	margin-top: -17px;
	position: absolute;
	left: 0;
	border: 0;
}

.elem-map.bag:after,
.elem-no.bag:after,
.elem-yes.bag:after,
.elem-no-view.bag:after {
	background-position: -141px -75px;
}

.elem-no,
.elem-yes,
.elem-no-view {
	font-family: PlumbBoldC;
	color: #b80010;
	padding-left: 50px;
}

.elem-no:after,
.elem-yes:after,
.elem-no-view:after {
	background-image: none;
}

.elem-no:before,
.elem-yes:before,
.elem-no-view:before {
	width: 20px;
	height: 20px;
	border: 2px solid #b80010;
	content: '';
	display: block;
	left: 8px;
	top: 7px;
	z-index: 10;
	border-radius: 20px;
	position: absolute;
	background: url(../img/icons.svg) no-repeat;
}

.elem-no {
	color: #b80010;
}

.elem-no:before {
	border-color: #b80010;
	background-position: -271px -263px;
}

.elem-yes {
	color: #14aa84;
}

.elem-yes:before {
	border-color: #14aa84;
	background-position: -157px -263px;
}

.elem-no-view {
	color: #d4d3d4;
}

.elem-no-view:before {
	border-color: #d4d3d4;
	background-position: -217px -263px;
}

.elem-like {
	padding-left: 55px;
	min-height: 35px;
	line-height: 35px;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	color: #a4a4a4;
	font-family: PlumbBoldC;
}

.elem-like:after {
	content: '';
	display: block;
	top: 50%;
	margin-top: -17px;
	position: absolute;
	left: 0;
	border: 0;
	background-color: #00BED6;
	background-position: -90px 9px;
}

.arrow-gray {
	border-radius: 35px;
	height: 35px;
	width: 35px;
	border: 3px solid #adadad;
	display: block;
	position: relative;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	will-change: transform;
}

.arrow-gray:after,
.arrow-gray:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/arrow.svg) no-repeat;
	height: 15px;
	width: 15px;
	top: 11px;
	left: 8px;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.arrow-gray:after {
	opacity: 0;
	background-position: -40px 0;
}

.arrow-gray:before {
	opacity: 1;
	background-position: 0px 0;
}

.arrow-gray:hover {
	border-color: #00BED6;
}

.arrow-gray:hover:after {
	opacity: 1;
}

.arrow-gray:hover:before {
	opacity: 0;
}

.arrow-gray.icon-ok:after,
.arrow-gray.icon-ok:before {
	width: 20px;
	height: 20px;
	top: 4px;
	left: 4px;
	background-image: url(../img/icons.svg);
}

.arrow-gray.icon-ok:after {
	background-position: -789px -212px;
}

.arrow-gray.icon-ok:before {
	background-position: -709px -212px;
}

.arrow-right {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.arrow-left {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.arrow-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-circle {
	border-radius: 35px;
	height: 35px;
	width: 35px;
	border: 3px solid #14aa84;
	display: block;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.icon-circle:after,
.icon-circle:before {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../img/icons.svg);
	height: 35px;
	width: 35px;
	top: 0;
	left: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.icon-news:after {
	opacity: 0;
	background-position: 4px -33px;
}

.icon-news:before {
	opacity: 1;
	background-position: 4px -33px;
}

.form-title-icon {
	display: table;
	color: #14aa84;
	font-family: GothamProBol;
	padding-left: 50px;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	position: relative;
	min-height: 60px;
}

.form-title-icon .icon-circle {
	left: 0;
	top: 50%;
	margin-top: -17px;
	position: absolute;
}

.form-title-icon span {
	display: table-cell;
	vertical-align: middle;
}

/* end ЭЛЕМЕНТЫ В СПИСКАХ */
/* ==============================================
 * end СПИСКИ
 * ============================================== */
/* ==============================================
 * ФУТЕР
 * ============================================== */
/* ссылки на партнеров */
.partners-link {
	padding: 0 15px;
	background: #ffffff;
}

.partners-link__list {
	min-height: 240px;
	padding: 85px 0;
	width: 100%;
}

.partners-link__item {
	/*order: 0;
    flex: 0 1 auto;
    align-self: center;*/
	padding-right: 20px;
	padding-left: 20px;
}

.partners-link a {
	/*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;*/
	display: table;
	text-decoration: none;
	color: #787878;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.partners-link a:hover {
	color: #00BED6;
}

.partners-link__logo,
.partners-link__name {
	/*order: 0;
    flex: 0 1 auto;
    align-self: center;/*/
}

.partners-link__name {
	max-width: 250px;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}

/* часть слева */
.footer__info {
	padding: 0 35px;
	background: #f4f4f4;
	border-top: 2px solid #14aa84;
	position: relative;
	/* навигация */
}

.footer__info-nav {
	display: block;
}

.footer__info-nav a {
	color: #00BED6;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	font-family: GothamProBol;
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.footer__info-nav a:hover {
	opacity: .7;
}

.footer__info-nav a:hover:after {
	color: opacity: 1;
}

.footer__info-nav a:after {
	color: #00BED6;
	content: '|';
	padding-left: 20px;
	display: inline-block;
}

.footer__info-nav li {
	display: inline-block;
	margin-top: 17px;
	margin-right: 13px;
}

.footer__info-nav li:last-child a:after {
	display: none;
}

.footer {
	/* центральная часть */
	/* социальные сети */
	/* копирайт */
	/* если нашли ошибку */
}

.footer__center {
	max-width: 460px;
	padding-right: 280px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.footer__attention {
	margin-top: 35px;
	color: #959595;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbC;
	line-height: 1.2;
}

.footer__attention big {
	color: #969696;
	font-family: GothamProBol;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.footer__net {
	vertical-align: top;
}

.footer__net li {
	display: inline-block;
	font-size: 0;
	margin-right: 15px;
}

.footer__net a {
	border-radius: 48px;
	position: relative;
	border: 2px solid #959595;
	display: block;
	width: 48px;
	height: 48px;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.footer__net a:hover {
	border-color: #14aa84;
}

.footer__net a:hover:after {
	opacity: 1;
}

.footer__net a:hover:before {
	opacity: 0;
}

.footer__net a:after {
	opacity: 0;
}

.footer__net a:before {
	opacity: 1;
}

.footer__net a:after,
.footer__net a:before {
	content: '';
	display: block;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	height: 48px;
	width: 44px;
	top: -2px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.footer__net-vk:after {
	background-image: url(../img/vk-hover.svg);
}

.footer__net-vk:before {
	background-image: url(../img/vk.svg);
}

.footer__net-fb:after {
	background-image: url(../img/fb-hover.svg);
}

.footer__net-fb:before {
	background-image: url(../img/fb.svg);
}

.footer__net-tg:after {
	background-image: url(../img/tg-hover.svg);
}

.footer__net-tg:before {
	background-image: url(../img/tg.svg);
}

.footer__net-in:after {
	background-image: url(../img/in-hover.svg);
}

.footer__net-in:before {
	background-image: url(../img/in.svg);
}

.footer__net-list {
	display: inline-block;
	font-size: 0;
}

.footer__net-title {
	display: inline-block;
	font-family: GothamProBol;
	text-transform: uppercase;
	color: #959595;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 17px;
	margin-right: 25px;
	margin-bottom: 25px;
	vertical-align: top;
}

.footer__copyright {
	margin-top: 35px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #959595;
	font-family: PlumbC;
}

.footer__wrong {
	width: 260px;
	position: absolute;
	right: 25px;
	bottom: 0;
	top: 50px;
	background-color: #14aa84;
}

.footer__wrong:after {
	width: 0;
	height: 0;
	content: '';
	display: block;
	position: absolute;
	top: -77px;
	border-left: 130px solid transparent;
	border-right: 130px solid transparent;
	border-bottom: 77px solid #14aa84;
}

.footer__wrong-title {
	text-transform: uppercase;
	font-family: GothamProBol;
	margin-bottom: 10px;
	position: relative;
	padding-top: 35px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer__wrong-title:after {
	width: 0;
	height: 0;
	content: '';
	content: '!';
	position: absolute;
	top: 0px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	left: 50%;
	margin-left: -12px;
	border: 3px solid #ffffff;
	z-index: 10;
	text-align: center;
	line-height: 19px;
	font-family: GothamProBol;
	font-size: 19px;
	font-size: 1.9rem;
}

.footer__wrong-inner {
	padding: 25px 10px 0 10px;
	text-align: center;
}

.footer__info-container {
	position: relative;
	padding-top: 40px;
	min-height: 240px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	font-family: PlumbC;
}

/* ==============================================
 * end ФУТЕР
 * ============================================== */
/* ==============================================
 * МЕНЮШКА СЛЕВА ИЗ БУРГЕРА
 * ============================================== */
.pushy {
	position: fixed;
	width: 320px;
	height: 100%;
	top: 0;
	z-index: 10015;
	left: 0;
	background-color: #f5f5f5;
	overflow: hidden;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 0 0px 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 0 3px rgba(0, 0, 0, 0.1);
}

.pushy .tab-content,
.pushy .tab-pane {
	height: 100%;
}

.pushy-inner {
	height: 100%;
	padding-bottom: 73px;
	padding-top: 73px;
	position: relative;
}

.pushy__body {
	position: absolute;
	top: 73px;
	bottom: 73px;
	overflow: auto;
	left: 0;
	width: 100%;
}

.pushy__account {
	text-align: center;
	margin-top: 0;
	margin-top: 30px;
	font-size: 0;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 19px;
	height: 73px;
	background: #ffffff;
}

.pushy__account .dropdown-menu {
	width: 257px;
	left: 16px;
	padding-top: 0;
}

.pushy__account .account-profile {
	position: static;
}

.pushy__account li {
	display: inline-block;
	margin-left: 18px;
	margin-right: 18px;
}

.pushy__header {
	background: #f9f9f9;
	height: 73px;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}

.pushy__header .pushy__header-nav {
	padding-top: 28px;
	position: relative;
	height: 45px;
	width: 250px;
	font-size: 0;
}

.pushy__header .pushy__header-nav li {
	width: 100px;
	margin: 0 10px;
	display: inline-block;
}

.pushy__header .pushy__header-nav a {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	color: #14aa84;
	height: 45px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.pushy__header .pushy__header-nav a:hover {
	color: #00BED6;
}

.pushy__header .pushy__header-nav li.active a {
	border-bottom: 3px solid #00BED6;
	color: #00BED6;
}

.pushy__header .pushy-close {
	height: 73px;
	width: 60px;
	background: #fafafa;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.pushy__header .pushy-close:after,
.pushy__header .pushy-close:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: 50%;
	margin-left: -7px;
	display: block;
	background: url(../img/close.svg) no-repeat;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.pushy__header .pushy-close:after {
	background-position: 0 0;
	opacity: 0;
}

.pushy__header .pushy-close:before {
	background-position: 0 -76px;
	opacity: 1;
}

.pushy__header .pushy-close:hover:after {
	opacity: 1;
}

.pushy__header .pushy-close:hover:before {
	opacity: 0;
}

.accordion-push a {
	position: relative;
}

.accordion-push a:not(.dcjq-parent):hover,
.accordion-push a:not(.dcjq-parent).active {
	color: #00BED6;
}

.accordion-push > li > a {
	background: #14aa84;
	color: #ffffff;
	border-color: #129977;
}

.accordion-push > li > a:hover,
.accordion-push > li > a.active {
	background: #129977;
	color: #ffffff;
}

.accordion-push > li > a > .dcjq-icon {
	display: block;
	position: absolute;
	height: 50px;
	width: 30px;
	background: url(../img/arrow-white.svg) no-repeat center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.accordion-push > li > a > .dcjq-icon:after,
.accordion-push > li > a > .dcjq-icon:before {
	display: none !important;
}

.accordion-push > li > a.active > .dcjq-icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion-push > li .dcjq-icon {
	top: 10px;
	right: 15px;
}

.accordion-push > li > ul > li > a {
	background: #ffffff;
}

.accordion-push > li > ul > li a .dcjq-icon {
	position: absolute;
	width: 14px;
	height: 14px;
	display: block;
	right: 23px;
	top: 50%;
	margin-top: -6px;
}

.accordion-push > li > ul > li a .dcjq-icon:after,
.accordion-push > li > ul > li a .dcjq-icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 14px;
	background-color: #14aa84;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-push > li > ul > li a .dcjq-icon:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 7px;
}

.accordion-push > li > ul > li a .dcjq-icon:after {
	left: 7px;
}

.accordion-push > li > ul > li a.active .dcjq-icon:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-push > li > ul > li a.active .dcjq-icon:after,
.accordion-push > li > ul > li a.active .dcjq-icon:before {
	background: #ffffff;
}

.accordion-push > li > ul > li a.dcjq-parent.active {
	background: #00BED6;
	color: #ffffff;
	border-color: #00BED6;
}

.account-profile__lk-icon {
	width: 31px;
	height: 31px;
	z-index: 99;
	position: absolute;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	top: 50%;
	margin-top: -16px;
	left: 20px;
	background: url(../img/icons.svg) no-repeat, #ffffff;
}

.account-profile__lk-icon.citizen {
	background-position: -130px -475px;
}

.account-profile__lk-icon.volunteer {
	background-position: -187px -474px;
}

.account-profile__lk-icon.nko {
	background-position: 5px -477px;
}

.account-profile__lk-icon.iv {
	background-position: -80px -474px;
}

.account-profile__lk-icon.expert {
	background-position: -35px -476px;
}

.pushy__main-nav a {
	font-family: GothamProBol;
	color: #14aa84;
	font-size: 18px;
	font-size: 1.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 60px 5px 20px;
	height: 70px;
	border-bottom: 1px solid #c8c8c8;
	background: #f5f5f5;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none !important;
}

.pushy__main-nav a:hover {
	color: #00BED6;
}

.pushy__main-nav a span {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.pushy__main-nav .account-profile__lk {
	padding-left: 70px;
}

.pushy__main-nav .account-profile__lk-title {
	color: #b1f0e0;
	font-family: GothamProReg;
}

.pushy__main-nav .account-profile__lk-name {
	white-space: nowrap;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pushy__main-nav-name > a {
	position: relative;
	background: #14aa84;
	color: #ffffff;
	padding-left: 70px;
}

.pushy__main-nav-name > a:hover {
	color: #ffffff !important;
	background: #00BED6 !important;
}

.pushy__main-nav-name .account-profile__icon {
	top: 50%;
	margin-top: -16px;
	width: 35px;
	height: 35px;
	left: 20px;
	position: absolute;
}

.pushy-account-form {
	padding-top: 9vh;
	padding-right: 25px;
	padding-left: 25px;
	height: 100%;
	background: #ffffff;
}

.pushy-account-form .form-box-title {
	min-height: 20px !important;
}

.pushy-account-form h3 {
	color: #4a4a4a;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: GothamProBol;
	text-align: center;
	margin-bottom: 4vh;
}

.pushy-account-form .btn {
	margin-top: 11px;
	margin-bottom: 11px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: 100%;
}

.pushy-account-form .field-wrap-btn {
	margin-top: 10px;
}

.pushy__main-nav-name .account-profile__icon:before {
	border: 3px solid #ffffff;
	border-radius: 35px;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/account-icon.svg');
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 1;
	background-position: 6px -71px;
}

.pushy__sub-nav a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
	padding: 17px 30px;
	background-color: #14aa84;
	border-bottom: 1px solid #43bb9d;
	position: relative;
	text-decoration: none;
}

.pushy__sub-nav a:after {
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: #ffffff;
	position: absolute;
	-webkit-transition: all .13s linear;
	-o-transition: all .13s linear;
	transition: all .13s linear;
}

.pushy__sub-nav a:hover,
.pushy__sub-nav a.active {
	text-decoration: none;
	background-color: #43bb9d;
}

.pushy__sub-nav a:hover:after,
.pushy__sub-nav a.active:after {
	opacity: 1;
}

.pushy.pushy-right {
	right: 0;
}

.pushy-left {
	-webkit-transform: translate3d(-320px, 0, 0);
	transform: translate3d(-320px, 0, 0);
}

.pushy-open-left {
	overflow: hidden;
}

.pushy-open-left #container,
.pushy-open-left .push {
	-webkit-transform: translate3d(320px, 0, 0);
	transform: translate3d(320px, 0, 0);
}

.pushy-open-left .mobile-line-nav.push {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pushy-right {
	-webkit-transform: translate3d(320px, 0, 0);
	transform: translate3d(320px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
	-webkit-transform: translate3d(-950px, 0, 0);
	transform: translate3d(-950px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#container,
.pushy,
.push {
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy__logo {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}

.pushy__logo img {
	height: 75px;
}

.pushy__nav {
	text-align: center;
	position: relative;
	padding-bottom: 23px;
}

.pushy__nav:after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -28px;
	background-color: #00BED6;
}

.pushy__nav a {
	font-family: GothamProBol;
	font-size: 16px;
	font-size: 1.6rem;
	color: #14aa84;
	margin-bottom: 16px;
	display: inline-block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.pushy__nav a:hover,
.pushy__nav a.active {
	color: #00BED6;
}

.pushy-open-left #navBtn {
	top: 0 !important;
}

.site-overlay {
	display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10001;
	-webkit-animation: fade 500ms;
	-o-animation: fade 500ms;
	animation: fade 500ms;
	background: rgba(0, 0, 0, 0.4);
}

@-o-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pushy-logo {
	display: block;
	margin: 20px;
}

.nav-pushy {
	overflow: hidden;
	padding-left: 0;
}

.nav-pushy li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-pushy li a {
	padding-left: 15px;
	padding-right: 15px;
	height: 47px;
	line-height: 47px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	width: 100%;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
}

.nav-pushy li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.nav-pushy li a:hover:after {
	opacity: 1;
}

#navBtn {
	z-index: 99999;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #00BED6;
	width: 65px;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#navBtn span {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.btn-gamb {
	width: 30px;
	height: 18px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -9px;
}

#navBtn span:nth-child(1) {
	top: 0px;
}

#navBtn span:nth-child(2),
#navBtn span:nth-child(3) {
	top: 7px;
}

#navBtn span:nth-child(4) {
	top: 14px;
}

/*.pushy-open-left #navBtn span:nth-child(1) { top: 18px; width: 0%; left: 50%; }
.pushy-open-left #navBtn span:nth-child(2) { transform: rotate(45deg); }
.pushy-open-left #navBtn span:nth-child(3) { transform: rotate(-45deg); }
.pushy-open-left #navBtn span:nth-child(4) { top: 18px; width: 0%; left: 50%; }
*/
/* ==============================================
 * end МЕНЮШКА СЛЕВА ИЗ БУРГЕРА
 * ============================================== */
.aside-right__bottom .aside-left__link-circle {
	position: relative;
	left: 85px;
}

.lg-show {
	display: none;
}

@media (max-width: 1850px) {
	.footer-map .footer__info {
		border-width: 2px !important;
	}

	.footer__wrong {
		top: 50px !important;
	}

	.page-map-help .tab-content {
		height: -webkit-calc(100% - 200px);
		height: calc(100% - 200px);
	}

	.footer-map {
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
	}

	.partners-link__list {
		padding-left: 60px;
		padding-right: 60px;
		position: relative;
	}
}

@media (min-width: 1849px) {
	.footer__info-left {
		width: 46%;
	}

	.footer__info-right {
		width: 54%;
	}
}

@media (max-width: 1800px) {
	.header__nav li a {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.rollover-slider__heading {
		position: relative;
		margin-bottom: 20px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.rollover-slider__heading span {
		font-size: 13px;
		font-size: 1.3rem;
	}
}


/* @media (min-width: 1400px) {
	.btn {
		min-height: auto !important;
	}
} */
/* @media (max-width: 770px) {
	.btn {
		min-height: auto !important;
	}
} */
/* @media (max-width: 1300px) {
	.btn:not(.fc-prev-button):not(.fc-next-button) {
		padding: 13px 10px !important;
		min-height: 100px;
		white-space: normal;
	}
} */


@media (max-width: 1600px) {
	.profile-top-info {
		padding-left: 0;
		min-height: 0;
	}

	.profile-top-info .profile-avatar {
		position: relative;
	}

	.header__account .account-profile span {
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 115px;
	}

	.calendar-block .calendar-date,
	.calendar-block .calendar-week__elem {
		height: 90px;
		line-height: 90px;
	}

	.calendar-block .calendar-date {
		font-size: 40px;
		font-size: 4rem;
	}

	.calendar-block__header-elem {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.field-wrap-avatar-text {
		margin-top: 25px;
	}

	.aside-right__contact-list {
		margin-left: -44px;
	}

	.btn-wrap-two-narrow .btn {
		width: auto;
		min-width: 0px;
	}

	html {
		font-size: 59%;
	}

	.btn {
		white-space: normal;
	}

	.confirm-box {
		margin-bottom: 10px;
	}

	.header-top__orange-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.header-top__search-title {
		display: none;
	}

	.main-promo-start-btn .start-btn-enter .name {
		display: none;
	}

	.main-promo-start-btn .start-btn-enter .alt-name {
		display: inline;
	}

	.text-block {
        /* font-size: 18px;
        font-size: 2rem; */
        font-size: 16px;
		font-size: 1.6rem;
	}

	.right-side-nav a,
	.right-side-nav .a,
	.aside-right__subscription a,
	.left-side-nav,
	.aside-left__link-circle a,
	.aside-left__link-circle button,
	.green-nav a,
	.aside-right__contact-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.green-nav a {
		padding-top: 3px;
		padding-left: 35px;
	}

	.green-nav li {
		margin-bottom: 20px;
	}

	h4,
	.h4 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.main-center h1,
	.main-center .h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.icon-rollover-more.help {
		left: 35px;
		top: 135px;
	}

	.main-promo .live-search,
	.rollover-slider__authorization {
		margin-top: 50px;
	}

	.rollover-slider__authorization .start-btn-open-slide {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.main-promo_content-btn-close,
	.main-promo__close-slide {
		font-size: 20px;
		font-size: 2rem;
	}

	.main-promo-elem,
	.rollover-slider__elem {
		padding-top: 110px;
	}

	.rollover-slider__elem,
	.main-promo__content .content-slide {
		padding-left: 35px;
		padding-right: 35px;
	}

	.main-promo_content-btn-close,
	.main-promo__close-slide {
		top: 100px;
	}

	.rollover-slider__heading {
		z-index: 5;
	}

	.main-promo__logo {
		margin-top: 100px;
		max-width: 190px;
		margin-right: auto;
		margin-left: auto;
	}

	.main-promo__logo img {
		max-width: 100%;
	}

	.main-promo-start-btn li {
		display: inline-block;
	}

	.header__nav-list > li {
		margin-right: 15px !important;
	}

	.header__nav-list > li a {
		text-transform: none;
	}

	.aside-right-bottom-lg {
		background-color: #f9f9f9;
		padding-left: 25px !important;
		padding-right: 25px !important;
		display: block;
		padding-left: 40px;
		margin-top: 90px;
		padding-top: 60px;
		border-top: 2px solid #14aa84;
		left: auto;
		top: 0 !important;
		width: 100% !important;
		position: relative !important;
		min-height: 0 !important;
	}

	.aside-right-bottom-lg .aside-right__bottom {
		left: auto;
		top: 0 !important;
		width: 100% !important;
		padding-top: 0;
		position: relative !important;
	}

	.aside-right-bottom-lg .aside-right__interview {
		width: 100%;
		margin-top: 20px;
		height: auto;
		background-position: right;
		-webkit-background-size: contain;
		background-size: contain;
		padding-top: 20px;
		min-height: 0;
	}

	.aside-right-bottom-lg .aside-right__interview .aside-right__interview-inner {
		position: relative;
		right: auto;
		width: 100%;
		left: auto;
	}

	.aside-right-bottom-lg .aside-right__interview .aside-right__interview-inner .checkbox-box {
		width: auto;
		display: inline-block;
		margin-right: 50px;
		margin-bottom: 20px;
	}

	.aside-right-bottom-lg .aside-right__interview .aside-right__interview-title {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 40px;
		padding-right: 100px;
	}

	.aside-right-bottom-lg .aside-right__center {
		width: auto;
		height: auto;
		margin: 0;
		top: auto;
		bottom: auto;
		position: relative;
	}

	.lg-hide {
		display: none;
	}

	.lg-show {
		display: block;
	}

	.section-rating {
		margin-bottom: 0;
	}

	.section-rating .aside-right {
		padding-bottom: 60px;
		padding-top: 20px;
	}

	.section-rating .aside-left__fix {
		position: absolute;
		top: 0 !important;
	}

	.section-rating .col-center {
		width: 80%;
		margin-left: 20%;
	}

	.section-rating .rating__preview-box {
		width: 37.5%;
	}

	.section-rating .main-center-line:after {
		left: 37.5%;
	}

	.section-rating .main-center-line:before {
		left: 75%;
	}

	.active-big {
		font-size: 18px !important;
		font-size: 1.8rem !important;
	}

	.news-elem__heading {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.2;
	}

	.news-elem__cat {
		font-size: 1.6rem;
	}

	.section-doing:after {
		display: none;
	}

	.section-doing__preview-list li {
		width: 33.3%;
	}

	.section-doing__preview-list li:last-child {
		display: none;
	}
}

@media (max-width: 1800px) {
	.white-box__tab-panel li {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media (max-width: 1350px) {
	.header__logo img {
		height: 50px;
		margin-top: -8px;
	}

	.header__account .account-profile span {
		display: none;
	}
}

@media (max-width: 1500px) and (min-width: 1249px) {
	.footer__net-title {
		display: none;
	}
}

@media (max-width: 1500px) {
	/* квадратные блоки */
	.square-box {
		width: 100%;
		margin-bottom: 35px;
		max-width: 700px;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
	}

	.square-box .triangle {
		display: none;
	}

	.square-box .square-box-btn .btn {
		padding-left: 25px;
		padding-right: 25px;
	}

	.square-box-list.blocks-info .square-box {
		width: 100%;
	}

	.square-box-about {
		height: auto;
	}

	.footer__info-nav li {
		margin-right: 13px;
	}

	.footer__info-nav a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.profile-top-info__net li,
	.profile-top-info__net li:nth-child(odd),
	.profile-top-info__net li:nth-child(even) {
		width: 100% !important;
	}

	/* ПЛАШКИ НА БЕЛОМ ФОНЕ В СПИСКАХ ПЕРЕСТРАИВАЕМ В РЯДОК */
	.spot-box .elem-like,
	.spot-box .arrow-circle-wrap,
	.spot-box .elem-map,
	.spot-box .elem-ph {
		position: relative;
		right: auto;
		left: auto;
		margin: 0;
	}

	.spot-box .elem-like {
		float: left;
	}

	.spot-box .arrow-circle-wrap {
		float: right;
	}

	.spot-box .elem-map, .spot-box .elem-ph {
		margin-bottom: 10px;
		padding-right: 20px;
	}

	.spot-box .elem-no,
	.spot-box .elem-yes,
	.spot-box .elem-no-view {
		position: relative;
		top: auto;
		margin-top: 0px;
	}

	.invitations-box .spot-box__text,
	.spot-worker .spot-box .spot-box__text,
	.invitations-box .spot-box__side,
	.spot-worker .spot-box .spot-box__side {
		min-height: 0;
	}

	.invitations-box .spot-box__side-right,
	.spot-worker .spot-box .spot-box__side-right {
		padding-left: 0;
	}

	.spot-worker-employee .spot-box {
		padding-right: 30px;
	}

	.spot-worker-employee .spot-box__name {
		float: left;
		width: 100%;
	}

	.spot-worker-employee .arrow-circle-wrap {
		float: left !important;
		right: 0 !important;
		position: relative !important;
		margin-top: 0 !important;
	}

	.spot-worker-employee .account-tooltip {
		left: 0 !important;
		right: auto !important;
	}

	.invitations-box .arrow-circle-wrap,
	.spot-worker .spot-box .arrow-circle-wrap,
	.list-organizations .roll-elem .arrow-circle-wrap {
		position: relative !important;
		margin-top: 20px !important;
		right: auto !important;
		top: auto !important;
	}

	.invitations-box .arrow-circle,
	.spot-worker .spot-box .arrow-circle,
	.list-organizations .roll-elem .arrow-circle,
	.invitations-box .arrow-ok,
	.spot-worker .spot-box .arrow-ok,
	.list-organizations .roll-elem .arrow-ok {
		margin-left: 0 !important;
		margin-right: 20px;
	}

	.learn-box,
	.vacancies-box,
	.notice-box,
	.search-company-box {
		display: block !important;
	}

	.vacancies-box .spot-box__side-right {
		width: 90%;
	}

	.spot-box__side,
	.spot-table-box__side,
	.search-company-block {
		width: 100% !important;
		min-height: 35px;
		margin-bottom: 10px;
	}

	.search-company-block {
		float: none;
		min-height: 0;
	}

	.notice-box .elem-map {
		position: relative;
		margin-top: 5px;
	}

	.spot-table-list-message .spot-table-box__side {
		width: auto;
	}

	.link-box-download {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.link-box-download p {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.spot-box__data span {
		display: block;
	}

	.vacancies-box .arrow-circle-wrap,
	.notice-box .arrow-circle-wrap {
		margin-bottom: 10px;
	}

	.vacancies-box .spot-box__side,
	.notice-box .spot-box__side {
		padding-right: 0;
	}

	.search-company-box .search-company-block {
		width: 100%;
	}

	.search-company-box .elem-location,
	.search-company-box .elem-who {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.search-company-box .elem-who span {
		display: inline-block;
		min-height: 35px;
	}

	.search-company-box .elem-location {
		margin-bottom: 8px;
	}

	.search-company-box .elem-area {
		padding-left: 0;
	}

	.search-company-box .spot-box__text {
		margin-bottom: 5px;
	}

	.services-box .elem-map, .services-box .elem-ph {
		min-height: 35px;
		float: left;
		width: 70%;
	}

	.services-box .spot-box__side {
		margin-bottom: 0;
	}
}

@media (max-width: 1300px) {
	.white-box__tab-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__info-nav li {
		margin-right: 10px;
	}

	.footer__info-nav a {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.main-promo__content .overlay-person li {
		right: -85px;
	}
}

/* ПЛАНШЕТНАЯ */
@media (max-width: 1249px) {
	.rollover-slider__input,
	.rollover-slider-field-btn button {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.rollover-slider-field-btn button {
		top: 27px;
	}

	.footer__wrong {
		display: none;
	}

	.account__item-chat {
		display: none !important;
	}

	/* футер */
	.footer__info-container {
		padding-top: 20px;
		padding-right: 280px;
	}

	.footer__center {
		margin-top: 15px;
		max-width: none;
		padding-right: 0;
	}

	.footer__wrong-title {
		padding-top: 0;
		padding-left: 33px;
		display: inline-block;
		min-height: 25px;
	}

	.footer__wrong-title:after {
		top: auto;
		left: 0;
		top: -4px;
		margin-left: 0;
	}

	.footer__copyright {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.footer__info-nav a {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.colored-box .form-box > .btn,
	.white-box .form-box > .btn {
		min-width: 0;
	}

	.calendar-block .calendar-date,
	.calendar-block .calendar-week__elem {
		height: 75px;
		line-height: 75px;
	}

	.calendar-block .calendar-date {
		font-size: 35px;
		font-size: 3.5rem;
	}

	.form input,
	.form textarea,
	.bootstrap-select > .dropdown-toggle {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.white-form .form-box-title,
	.white-box .form-box-title,
	.popup .form-box-title,
	.pushy-account-form .form-box-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.aside-right__contact-list li {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* костыль, чтобы разметку не менять, в формах у нас колонки col-sm-5, пороги поменялись, сайдбары уезжают позже, нужно раньше sm сворачивать в 10 */
	.form-box .col-sm-5,
	.form-box .col-lg-5 {
		width: 100%;
	}

	.under-h1.microsite-font-size {
		font-size: 26px !important;
		font-size: 2.6rem !important;
	}

	.micro-logo {
		width: 20vh;
		height: 20vh;
	}

	/*
  .main-promo-start-btn .start-btn-enter {
    text-indent: -9999px; width: 43px; min-width: 43px;
    padding-left: 0; padding-right: 0;
    background-image: url(../img/start-btn.png);
    background-position: -4px -4px;
    &:hover, &.active { background-position: -4px -55px; }
  }
  */
	.colored-box .btn {
		min-width: 0 !important;
	}

	.spot-box {
		padding-top: 25px;
	}

	.header-top .wrap-input-date {
		padding-right: 30px;
	}

	.header-top__search-title {
		display: none;
	}

	.promo-help-title {
		display: none !important;
	}

	.right-side-nav a,
	.right-side-nav .a,
	.aside-right__subscription a,
	.left-side-nav,
	.aside-left__link-circle a,
	.aside-left__link-circle button,
	.green-nav a,
	.aside-right__contact-title {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.header__logo {
		padding-left: 25px;
	}

	.footer__info {
		padding-left: 15px;
		padding-right: 15px;
	}

	.line-hide-lg:after {
		display: none;
	}

	.rollover-slider__authorization {
		margin-bottom: 0;
		margin-top: 15px;
	}

	/* ПРОМО СЛАЙДЕР НА ГЛАВНОЙ */
	.rollover-slider__heading {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.rollover-slider__heading span {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-center h1,
	.main-center .h1,
	.popup__title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.main-promo__close-slide,
	.main-promo_content-btn-close {
		right: 35px;
	}

	.main-promo__content {
		right: -150%;
		opacity: 1 !important;
		z-index: 0;
		background-color: #f8f4dd;
	}

	.main-promo__content.active {
		-webkit-transition: all 1.2s ease-out;
		-o-transition: all 1.2s ease-out;
		transition: all 1.2s ease-out;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}

	.main-promo__content#data-slide-1,
	.main-promo__content#data-slide-3 {
		background-color: #f8f4dd;
	}

	.main-promo__content#data-slide-2,
	.main-promo__content#data-slide-4 {
		background-color: #e5f1ce;
	}

	.main-promo__content .rollover-slider__heading {
		display: block;
	}

	.main-promo__content .promo-content-header {
		left: auto;
		position: relative;
		float: left;
		margin-bottom: 45px;
	}

	.main-promo__content .content-slide {
		padding-top: 130px;
	}

	.main-promo__content .live-search {
		margin-top: 0;
		min-width: 450px;
	}

	.main-promo__content .icon-rollover-more {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	.main-promo__content .overlay-person {
		display: block;
		z-index: -1;
		width: 450px;
		left: auto;
	}

	.main-promo__content .overlay-person li {
		right: 0;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.rollover-slider__elem {
		padding: 30px 60px;
	}

	.rollover-slider__elem .overlay-person {
		top: 10px;
		bottom: -140px;
	}

	.rollover-slider__elem.elem-3 {
		background-color: #f8f4dd;
	}

	.rollover-slider__elem.elem-4 {
		background-color: #e5f1ce;
	}

	.rollover-slider__elem,
	.rollover-slider__elem:hover,
	.rollover-slider__elem.active {
		width: 100% !important;
		height: 25%;
		position: relative;
		right: 0 !important;
	}

	.rollover-slider__slide-container {
        width: 65%;
        padding-top: 70px;
	}

	.main-promo-elem {
		width: 35%;
        display: none;
	}

	.main-promo_content-btn.main-promo_content-top {
		width: 65%;
	}

	.pop-message {
		display: none !important;
	}

	.rollover-slider__heading span {
		margin-bottom: 15px;
	}

	.icon-arrow-pointer {
		bottom: 25px;
	}

	.main-promo__content .promo-content-header,
	.main-promo h3,
	.main-promo h2.indent-h3 {
		margin-bottom: 15px !important;
	}

	.rollover-slider__elem .overlay-person li {
		right: 20px !important;
	}

	.rollover-slider__elem:hover .overlay-person li,
	.rollover-slider__elem.active .overlay-person li {
		right: 80px !important;
	}

	/* шапка */
	/*  .header__nav-list { display: none; }*/
	#navBtn {
		display: block;
	}

	.title-help-map__arrow span {
		display: none;
	}

	.header__logo {
		padding-right: 0;
	}

	.header__nav ul {
		text-align: left;
	}

	.header__account {
		white-space: nowrap;
		padding-right: 93px;
		padding-left: 0;
	}

	.header__nav-list li {
		margin-right: 15px;
	}

	.header__nav-list a {
		text-transform: none;
	}

	.form-title-icon {
		margin-bottom: 20px;
	}

	.header-top-form__btn-right {
		width: auto;
		padding: 13px 20px;
		margin-left: 0;
		display: inline-block;
		min-width: 280px;
	}

	.header-top-form .wrap-btn {
		text-align: center;
		margin-top: 20px;
	}

	.aside-left {
		padding-left: 30px;
	}

	/* НА ГЛАВНОЙ */
	.promo-content-list li {
		border: none !important;
		border-radius: 0 !important;
		padding-left: 0px !important;
		margin-left: 0 !important;
		width: auto !important;
	}

	.md-hide {
		display: none;
	}

	.md-show {
		display: block;
	}

	.aside-right {
		min-height: 0 !important;
	}

	.main-page .main-center {
		width: 100% !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
		margin-left: 0;
		margin-bottom: 0;
	}

	.main-page .aside-right,
	.main-page .aside-fix.aside-right__fix {
		left: auto;
		top: 0 !important;
		width: 100% !important;
		position: relative !important;
	}

	.main-page .aside-right {
		display: block;
		padding-left: 40px;
		margin-top: 30px;
		padding-top: 60px;
		border-top: 2px solid #14aa84;
	}

	.main-page .aside-right,
	.main-page .aside-fix.aside-right__fix {
		left: auto;
		top: 0 !important;
		width: 100% !important;
		position: relative !important;
	}

	.main-page .right-side-nav,
	.main-page .aside-right__subscription {
		left: auto;
	}

	.main-page .section-main {
		margin-bottom: 50px;
	}

	.main-page .section-news {
		margin-top: 60px;
	}

	.main-page .section-news:before {
		top: -170px;
		background-color: #ebebeb;
		left: 66.6%;
		width: 1px;
		position: absolute;
		top: -100px;
		bottom: -90px;
		content: '';
		left: 50%;
		z-index: -1;
		display: block;
	}

	.main-page .section-news .aside-right__subscription {
		margin-top: 0px;
	}

	.main-page .section-news .aside-right {
		border-top: 0 !important;
		padding-top: 0;
		min-height: 0 !important;
		margin-top: 15px !important;
	}

	.main-page .section-news .col-center:after,
	.main-page .section-news .col-center:before {
		display: none;
	}

	.main-page .active-big {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.section-rating {
		margin-top: 35px;
	}

	.section-rating .aside-left {
		width: 100%;
		position: relative;
		top: 0 !important;
		display: block !important;
		max-width: none;
		padding-left: 25px;
		padding-right: 25px;
	}

	.section-rating .aside-fix {
		position: relative !important;
		width: auto !important;
		top: auto !important;
	}

	.section-rating .left-side-nav {
		font-size: 0;
		right: auto;
		margin-bottom: 30px;
		background-color: #ffffff;
	}

	.section-rating .left-side-nav a {
		width: auto;
	}

	.section-rating .left-side-nav a:not(.active-big) {
		margin: 10px auto 0 auto;
	}

	.section-rating .left-side-nav li {
		width: 33.3%;
		display: inline-block;
		margin: 0;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.section-rating .active-big-item {
		width: 100% !important;
		margin-bottom: 40px;
		padding-bottom: 50px;
		background-color: #f9f9f9;
	}

	.section-rating .active-big {
		padding: 0;
		text-align: center;
		margin-bottom: 0 !important;
		padding-left: 50px;
	}

	.section-rating .active-big:after,
	.section-rating .active-big:before {
		left: 0;
		display: block;
	}

	.rating__preview-box {
		width: 33%;
		right: -65px;
	}

	.rating__preview-box-right {
		right: -85px;
	}

	.rating__preview-item {
		margin-left: 0;
	}

	/* новости */
	.news-elem {
		margin-bottom: 40px;
	}

	.news-elem__heading {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.news-elem__cat {
		font-size: 1.4rem;
	}

	.news-elem__cat a {
		color: #787878;
	}

	.news-elem__content-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* end ПЛАНШЕТНАЯ */
.md-show {
	display: none;
}

@media (max-width: 1200px) {
	.header__nav {
		display: none !important;
	}
}

/* планшетная */
@media (max-width: 979px) {
	.main-center-inner,
	.section-main {
		min-height: 0 !important;
	}

	.aside-fix-btn-bottom {
		display: none !important;
	}

	.popup {
		max-width: 700px !important;
	}

	.aside__amount-box {
		display: none;
	}

	.main-center {
		margin-bottom: 70px;
	}

	.header__account .dropdown-menu {
		left: auto;
		right: 0;
	}

	.header__account .account-profile {
		position: static;
	}

	.header__account {
		position: relative;
	}

	.aside-right__contact-list {
		margin-left: auto;
	}

	.under-h1.microsite-font-size {
		font-size: 24px !important;
		font-size: 2.4rem !important;
	}

	.spot-box-price .spot-box__price,
	.spot-box-price .spot-box__tel {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.main-promo__close-slide,
	.main-promo_content-btn-close {
		text-indent: -9999px;
		padding-left: 35px;
	}

	.aside-right .aside-left__link-circle {
		margin-bottom: 0;
		margin-top: 45px;
	}

	.aside-left__link-circle .button-back a {
		word-spacing: normal;
	}

	.aside-circle-spot-lg .aside-left__link-circle {
		max-width: none;
		font-size: 0;
	}

	.aside-circle-spot-lg .aside-left__link-circle ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	.aside-circle-spot-lg .aside-left__link-circle li {
		width: 100%;
		display: inline-block;
		margin-bottom: -1px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}

	.aside-circle-spot-lg .aside-left__link-circle a,
	.aside-circle-spot-lg .aside-left__link-circle button,
	.aside-circle-spot-lg .aside-left__link-circle .a {
		width: 100%;
		-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
		border-radius: 0;
		padding: 15px 20px !important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.aside-circle-spot-lg .aside-left__link-circle a *,
	.aside-circle-spot-lg .aside-left__link-circle button *,
	.aside-circle-spot-lg .aside-left__link-circle .a * {
		vertical-align: middle;
	}

	.aside-circle-spot-lg .aside-left__link-circle .nav-tabs a,
	.aside-circle-spot-lg .aside-left__link-circle .nav-tabs button,
	.aside-circle-spot-lg .aside-left__link-circle .nav-tabs .a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.aside-circle-spot-lg .aside-left__link-circle a,
	.aside-circle-spot-lg .aside-left__link-circle button {
		background-color: #ffffff !important;
	}

	.aside-circle-spot-lg .aside-left__link-circle a:hover,
	.aside-circle-spot-lg .aside-left__link-circle button:hover {
		background-color: #faf6e0 !important;
	}

	.aside-circle-spot-lg .aside-left__link-circle .disabled a:hover,
	.aside-circle-spot-lg .aside-left__link-circle .disabled button:hover {
		background-color: #ffffff !important;
	}

	.aside-circle-spot-lg .aside-left__link-circle .a {
		background-color: #F9F9F9 !important;
	}

	.aside-circle-spot-lg .aside-left__link-circle i {
		display: inline-block;
		margin: 0;
		margin-right: 15px;
	}

	.aside-circle-spot-lg-back li {
		width: 100% !important;
	}

	.rating__preview-list-name {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.col-center {
		width: 75%;
		margin-left: 25%;
	}

	.lg-aside-left .aside-left {
		position: relative;
		padding-left: 40px;
		padding-right: 85px;
		margin-bottom: 20px;
	}

	.lg-aside-left .ya-share2__list_direction_horizontal > .ya-share2__item,
	.lg-aside-left .aside-left__opinion li {
		float: left;
		margin-bottom: 0;
		padding-right: 0;
		margin-right: 0;
	}

	.lg-aside-left .aside-left__opinion {
		max-width: none;
	}

	.lg-aside-left .aside-left__link-circle {
		max-width: none;
	}

	.aside-left__opinion-title {
		margin-bottom: 20px;
	}

	.lg-aside-left .main-center {
		padding-left: 40px;
		margin-left: 0;
	}

	.lg-aside-left .main-center {
		width: 80%;
	}

	.lg-aside-left .aside-right {
		width: 20%;
	}

	.lg-aside-left-reverse .aside-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.lg-aside-left-reverse .aside-left__link-circle {
		margin-top: 0px;
		margin-bottom: 25px;
	}

	.qr-show-always {
		display: block !important;
	}

	.no-aside-left.col-center {
		width: 75%;
	}

	.col-left,
	.col-right {
		width: 25%;
	}

	.title-help-map h1 {
		font-size: 20px;
		font-size: 2rem;
	}

	.good-works__item.dinner-bg:after {
		display: none;
	}

	.good-works__item.dinner-bg .good-works__txt {
		padding-left: 0;
		padding-right: 0;
	}

	.question-form__step-time {
		text-align: left;
		margin-top: 10px;
	}

	.icon-arrow-pointer {
		left: 25px;
	}

	.main-promo h2 {
		font-size: 23px;
		font-size: 2.3rem;
	}

	.main-promo h3 {
		margin-top: 20px;
	}

	.promo-content-list li a {
		min-height: 50px;
	}

	.comment-user {
		padding-right: 0;
		padding-bottom: 100px;
	}

	.comment-user__btn {
		position: absolute;
		top: auto;
		bottom: 0;
		left: auto;
		right: auto;
	}

	.page-404 .page-404__info {
		height: 350px;
		width: 90%;
		margin-left: 5%;
	}

	.rollover-slider__elem {
		padding-left: 25px;
		padding-right: 25px;
	}

	.h1-lg {
		font-size: 40px;
		font-size: 4rem;
		line-height: 1;
	}

	.footer__info-nav li {
		margin-right: 10px;
	}

	.footer__info-nav a {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.center-line:after {
		display: none;
	}

	.section-news .center-line:after {
		display: block;
	}

	.main-page .rating__preview-box {
		width: 50%;
		right: 0;
	}

	.main-page .rating__preview-title {
		font-size: 22px;
		font-size: 2.2rem;
		margin-right: 0;
		text-align: center;
		left: 7px;
	}

	.main-page .rating__preview-item {
		width: 200px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.main-page .rating__preview-item a {
		padding-top: 130px;
		padding-right: 0;
	}

	.main-page .rating__preview-box-right {
		padding-right: -webkit-calc(30% - 83px);
		padding-right: calc(30% - 83px);
	}

	.main-page .rating__preview-box-right .rating__preview-item {
		float: right;
		clear: both;
	}

	.main-page .rating__preview-box-right .rating__preview-title {
		right: 12.5%;
	}

	.main-page .rating__preview-box-left {
		padding-right: -webkit-calc(20% - 60px);
		padding-right: calc(20% - 60px);
	}

	.main-page .rating__preview-box-left .rating__preview-item {
		float: right;
		clear: both;
	}

	.main-page .rating__preview-box-left .rating__preview-title {
		left: 12.5%;
	}

	.main-page .section-rating .main-center-line:after {
		left: 30%;
	}

	.main-page .section-rating .main-center-line:before {
		left: 70%;
	}

	.form-row.small-i:not(.no-column) .form-row__elem {
		padding-left: 0;
		padding-right: 0;
	}

	.form-row-first-5 .form-row__elem {
		width: 100% !important;
	}

	.form-row__circle-btn {
		margin-top: 0px;
	}

	.md-separator {
		border-bottom: 3px solid #dfdfdf;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* sidebar */
	.aside-right .aside-right__contact {
		left: 0;
		padding-left: 0;
		margin-top: 50px;
	}

	.aside-right .aside-right__contact-title {
		padding-left: 50px;
	}

	.aside-right .aside-right__contact-title:before {
		left: 0;
	}

	.aside-right .aside-right__contact-list {
		padding-left: 50px;
	}

	.aside-right__subscription {
		margin-top: 50px;
	}

	.aside-right__interview {
		width: 100%;
		margin-top: 20px;
		height: auto;
		background-position: right;
		-webkit-background-size: contain;
		background-size: contain;
		padding-top: 20px;
		min-height: 0;
	}

	.aside-right__interview .aside-right__interview-inner {
		position: relative;
		right: auto;
		width: 100%;
		left: auto;
	}

	.aside-right__interview .aside-right__interview-inner .checkbox-box {
		width: auto;
		display: inline-block;
		margin-right: 50px;
		margin-bottom: 20px;
	}

	.aside-right__interview .aside-right__interview-title {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 40px;
		padding-right: 100px;
	}

	.aside-right__center {
		width: auto;
		height: auto;
		margin: 0;
		top: auto;
		bottom: auto;
		position: relative;
	}

	.no-aside-left .main-center-inner {
		margin-left: 0;
	}

	.partners-link,
	.footer__info {
		padding-left: 0;
		padding-right: 0;
	}

	.footer__wrong {
		right: 0;
	}

	.aside-right__bottom .aside-left__link-circle {
		left: auto;
	}

	.aside-right__bottom {
		padding-top: 0;
		left: auto !important;
		position: relative;
	}

	.aside-circle-spot-md .aside-left__link-circle {
		max-width: none;
		font-size: 0;
	}

	.aside-circle-spot-md .aside-left__link-circle li {
		width: 50%;
		display: inline-block;
		margin-bottom: 10px;
		padding-right: 15px;
	}

	.aside-circle-spot-md .aside-left__link-circle li:last-child {
		padding-left: 15px;
		padding-right: 0;
	}

	.aside-circle-spot-md .aside-left__link-circle a,
	.aside-circle-spot-md .aside-left__link-circle button {
		background-color: #ffffff;
		width: 100%;
		-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
		padding: 15px 20px !important;
	}

	.aside-circle-spot-md .aside-left__link-circle a *,
	.aside-circle-spot-md .aside-left__link-circle button * {
		vertical-align: middle;
	}

	.aside-circle-spot-md .aside-left__link-circle a:hover,
	.aside-circle-spot-md .aside-left__link-circle button:hover {
		background-color: #faf6e0;
	}

	.aside-circle-spot-md .aside-left__link-circle i {
		display: inline-block;
		margin: 0;
		margin-right: 15px;
	}

	.partners-link a {
		font-size: 13px;
		font-size: 1.3rem;
		max-width: none;
		text-align: center;
	}

	.partners-link a img {
		display: inline-block;
	}

	.partners-link a .partners-link__name {
		margin: 0;
		margin-top: 10px;
		padding-left: 0;
		display: block;
	}

	.form-row:not(.no-column) .form-row__elem {
		padding-right: 0;
		margin-bottom: 7px;
	}

	.form-row:not(.no-column) .form-row__elem .select {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.form-row:not(.no-column) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form-title-icon {
		margin-left: auto;
		margin-right: auto;
	}

	.aside-right,
	.lg-aside-left .aside-left {
		width: 100%;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.aside-left {
		border-top: 2px solid #14aa84;
		margin-bottom: 0;
		padding-top: 70px;
	}

	.main-center {
		width: 100% !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
		margin-left: 0;
	}

	.main-center-inner {
		margin-right: 0;
		margin-left: 0;
	}

	.aside-right {
		display: block;
		padding-left: 40px;
		margin-top: 30px;
		padding-top: 60px;
		border-top: 2px solid #14aa84;
	}

	.aside-right,
	.aside-fix.aside-right__fix {
		left: auto;
		top: 0 !important;
		width: 100% !important;
		position: relative !important;
	}

	.right-side-nav,
	.aside-right__subscription {
		left: auto;
	}

	.section-main {
		margin-bottom: 50px;
	}

	/* рейтинг на главной */
	.doing-link-all {
		width: 100%;
		margin-top: 0;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 40px;
		background: url(../img/pattern.png) repeat, #edecc2;
	}

	.doing-link-all a {
		display: inline-block;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		font-family: GothamProBol;
		padding: 13px 70px;
		border: 3px solid #00BED6;
		color: #00BED6;
		text-transform: uppercase;
		background: transparent;
		border-radius: 5px;
		margin-top: 0;
		max-width: 320px;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.doing-link-all a i {
		display: none;
	}

	.doing-link-all a:hover {
		background-color: #00BED6;
		color: #ffffff;
	}

	.doing__preview-elem-date {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.doing__preview-elem-text {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.col-center.section-doing__preview-list {
		width: 100%;
	}

	.aside__amount-box {
		margin-bottom: 30px;
		max-width: none;
	}

	.aside__amount-box span {
		display: inline-block;
	}

	.aside__amount-box li {
		padding-left: 0;
		padding-bottom: 0;
	}

	.aside-left__opinion {
		margin-bottom: 30px;
	}
}

@media (max-width: 959px) {
	.footer__info-container {
		padding-right: 0;
	}

	.footer__wrong {
		position: relative;
		width: 100%;
		top: 0;
	}

	.footer__wrong:after {
		display: none;
	}

	.footer__wrong-inner {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.green-nav.green-nav-2-col li {
		width: 100%;
	}
}

.promo-content-list__wrap {
	height: 580px;
	position: relative;
	width: 100%;
}

.promo-content-list__wrap .container {
	overflow-x: hidden;
}

.promo-content-list__inner {
	padding-right: 20px;
}

@media (max-width: 766px) {
	.header-top-form__btn-wrap .header-top-form__btn-right {
		min-width: 260px !important;
    }
    .rollover-slider__slide-container {
        width: 65%;
        padding-top: 0;
    }
    .main-promo__content .content-slide {
		padding-top: 50px;
    }
    .main-promo__close-slide {
        top: 50px;
    }

	.popup {
		max-width: 600px !important;
   }

   .requestResource_mobile {
      padding-right: 50px !important;
   }

	.invitations-box,
	.spot-worker .spot-box,
	.learn-box,
	.vacancies-box,
	.notice-box,
	.spot-box {
		padding-right: 25px;
		padding-left: 25px;
	}

	.notice-box .spot-box__img {
		position: relative;
		top: auto;
		margin-top: auto;
	}

	.notice-box .spot-box__text {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-left: 55px;
		margin-right: 20px;
		width: -webkit-calc(100% - 75px);
		width: calc(100% - 75px);
		min-height: 0;
		margin-top: 15px;
	}

	.notice-box .elem-price {
		margin-top: 0px;
		top: 0px;
	}

	.spot-nko .spot-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 17px 25px;
	}

	.spot-nko .spot-box .spot-box__elem {
		width: 100%;
	}

	.spot-nko .spot-box .spot-box__elem.btn {
		margin-top: 10px;
	}

	.spot-list {
		margin-top: 40px;
	}

	.white-form .col-xs-1,
	.white-box .col-xs-1,
	.popup .col-xs-1,
	.pushy-account-form .col-xs-1,
	.white-form .col-sm-1,
	.white-box .col-sm-1,
	.popup .col-sm-1,
	.pushy-account-form .col-sm-1,
	.white-form .col-md-1,
	.white-box .col-md-1,
	.popup .col-md-1,
	.pushy-account-form .col-md-1,
	.white-form .col-lg-1,
	.white-box .col-lg-1,
	.popup .col-lg-1,
	.pushy-account-form .col-lg-1,
	.white-form .col-xs-2,
	.white-box .col-xs-2,
	.popup .col-xs-2,
	.pushy-account-form .col-xs-2,
	.white-form .col-sm-2,
	.white-box .col-sm-2,
	.popup .col-sm-2,
	.pushy-account-form .col-sm-2,
	.white-form .col-md-2,
	.white-box .col-md-2,
	.popup .col-md-2,
	.pushy-account-form .col-md-2,
	.white-form .col-lg-2,
	.white-box .col-lg-2,
	.popup .col-lg-2,
	.pushy-account-form .col-lg-2,
	.white-form .col-xs-3,
	.white-box .col-xs-3,
	.popup .col-xs-3,
	.pushy-account-form .col-xs-3,
	.white-form .col-sm-3,
	.white-box .col-sm-3,
	.popup .col-sm-3,
	.pushy-account-form .col-sm-3,
	.white-form .col-md-3,
	.white-box .col-md-3,
	.popup .col-md-3,
	.pushy-account-form .col-md-3,
	.white-form .col-lg-3,
	.white-box .col-lg-3,
	.popup .col-lg-3,
	.pushy-account-form .col-lg-3,
	.white-form .col-xs-4,
	.white-box .col-xs-4,
	.popup .col-xs-4,
	.pushy-account-form .col-xs-4,
	.white-form .col-sm-4,
	.white-box .col-sm-4,
	.popup .col-sm-4,
	.pushy-account-form .col-sm-4,
	.white-form .col-md-4,
	.white-box .col-md-4,
	.popup .col-md-4,
	.pushy-account-form .col-md-4,
	.white-form .col-lg-4,
	.white-box .col-lg-4,
	.popup .col-lg-4,
	.pushy-account-form .col-lg-4,
	.white-form .col-xs-5,
	.white-box .col-xs-5,
	.popup .col-xs-5,
	.pushy-account-form .col-xs-5,
	.white-form .col-sm-5,
	.white-box .col-sm-5,
	.popup .col-sm-5,
	.pushy-account-form .col-sm-5,
	.white-form .col-md-5,
	.white-box .col-md-5,
	.popup .col-md-5,
	.pushy-account-form .col-md-5,
	.white-form .col-lg-5,
	.white-box .col-lg-5,
	.popup .col-lg-5,
	.pushy-account-form .col-lg-5,
	.white-form .col-xs-6,
	.white-box .col-xs-6,
	.popup .col-xs-6,
	.pushy-account-form .col-xs-6,
	.white-form .col-sm-6,
	.white-box .col-sm-6,
	.popup .col-sm-6,
	.pushy-account-form .col-sm-6,
	.white-form .col-md-6,
	.white-box .col-md-6,
	.popup .col-md-6,
	.pushy-account-form .col-md-6,
	.white-form .col-lg-6,
	.white-box .col-lg-6,
	.popup .col-lg-6,
	.pushy-account-form .col-lg-6,
	.white-form .col-xs-7,
	.white-box .col-xs-7,
	.popup .col-xs-7,
	.pushy-account-form .col-xs-7,
	.white-form .col-sm-7,
	.white-box .col-sm-7,
	.popup .col-sm-7,
	.pushy-account-form .col-sm-7,
	.white-form .col-md-7,
	.white-box .col-md-7,
	.popup .col-md-7,
	.pushy-account-form .col-md-7,
	.white-form .col-lg-7,
	.white-box .col-lg-7,
	.popup .col-lg-7,
	.pushy-account-form .col-lg-7,
	.white-form .col-xs-8,
	.white-box .col-xs-8,
	.popup .col-xs-8,
	.pushy-account-form .col-xs-8,
	.white-form .col-sm-8,
	.white-box .col-sm-8,
	.popup .col-sm-8,
	.pushy-account-form .col-sm-8,
	.white-form .col-md-8,
	.white-box .col-md-8,
	.popup .col-md-8,
	.pushy-account-form .col-md-8,
	.white-form .col-lg-8,
	.white-box .col-lg-8,
	.popup .col-lg-8,
	.pushy-account-form .col-lg-8,
	.white-form .col-xs-9,
	.white-box .col-xs-9,
	.popup .col-xs-9,
	.pushy-account-form .col-xs-9,
	.white-form .col-sm-9,
	.white-box .col-sm-9,
	.popup .col-sm-9,
	.pushy-account-form .col-sm-9,
	.white-form .col-md-9,
	.white-box .col-md-9,
	.popup .col-md-9,
	.pushy-account-form .col-md-9,
	.white-form .col-lg-9,
	.white-box .col-lg-9,
	.popup .col-lg-9,
	.pushy-account-form .col-lg-9,
	.white-form .col-xs-10,
	.white-box .col-xs-10,
	.popup .col-xs-10,
	.pushy-account-form .col-xs-10,
	.white-form .col-sm-10,
	.white-box .col-sm-10,
	.popup .col-sm-10,
	.pushy-account-form .col-sm-10,
	.white-form .col-md-10,
	.white-box .col-md-10,
	.popup .col-md-10,
	.pushy-account-form .col-md-10,
	.white-form .col-lg-10,
	.white-box .col-lg-10,
	.popup .col-lg-10,
	.pushy-account-form .col-lg-10 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.profile-top-info__net li {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.white-box.white-box-no-col {
		padding: 35px 25px;
	}

	.white-box,
	.popup {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.text-block .row {
		margin-left: -25px;
		margin-right: -25px;
	}

	.main-center h1,
	.main-center .h1,
	.popup__title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	h4,
	.h4 {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.calendar-block .calendar-date,
	.calendar-block .calendar-week__elem {
		height: 75px;
		line-height: 75px;
	}

	.calendar-block .calendar-date {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.calendar-block__header-elem {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.square-box {
		height: auto !important;
		padding-bottom: 30px;
	}

	.square-box .jspPane,
	.square-box .jspContainer,
	.square-box .scroll-pane {
		height: auto !important;
		position: relative !important;
	}

	.square-box__scroll-block-wrap {
		position: relative;
		top: auto !important;
		bottom: auto !important;
		margin: 30px 25px;
	}

	.square-box-title-green,
	.square-box-title-gray {
		padding-left: 50px;
	}

	.square-box-title-green i,
	.square-box-title-gray i {
		left: 25px;
	}

	.square-box__header,
	.square-box-btn {
		padding-left: 25px;
		padding-right: 25px;
	}

	.square-box-btn {
		position: relative;
		bottom: auto;
	}

	.square-box__scroll-block-inner {
		padding: 0;
	}

	.square-box__scroll-block {
		position: relative;
	}

	.news-big__title i {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	.news-big__title {
		font-size: 23px;
		font-size: 2.3rem;
	}

	.under-h1.microsite-font-size {
		font-size: 20px !important;
		font-size: 2rem !important;
	}

	.btn-wrap-two-narrow .btn {
		width: 100%;
		max-width: 400px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.btn-wrap-reverse {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.btn-wrap-reverse .btn {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}

	.btn {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.map-link-back {
		display: none;
	}

	.services-box .elem-map, .services-box .elem-ph {
		width: auto;
		float: none;
	}

	.header-top .wrap-input-date {
		min-width: 0;
	}

	.spot-box-price .spot-box__price,
	.spot-box-price .spot-box__tel {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.title-help-map h1 {
		display: none;
	}

	.main-promo_content-btn {
		padding-top: 0px !important;
		top: 470px;
		right: auto;
		width: 100%;
	}

	.main-promo_content-btn h1 {
		padding-right: 90px;
	}

	.main-promo_content-btn .rollover-slider-field-btn button {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 30px;
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-promo .live-search {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.promo-content-list__wrap {
		height: 565px;
		position: relative;
		width: 100%;
	}

	.promo-content-list__wrap .container {
		overflow-x: hidden;
	}

	.promo-content-list__inner {
		padding-right: 20px;
	}

	.main-promo_content-btn-close {
		top: 0;
	}

	.main-promo__close-slide,
	.main-promo_content-btn-close {
		right: 43px !important;
	}

	.main-promo__content,
	.rollover-slider__slide-container {
		top: 75px;
	}

	.header-top-hidden {
		top: 0 !important;
	}

	.header__account {
		display: none;
	}

	.main-promo__content {
		height: auto;
	}

	.main-promo__content.active .overlay-person {
		opacity: 0;
	}

	.main-promo__content .promo-content-bottom-block {
		margin-top: 35px;
	}

	.rollover-slider__authorization {
		margin-top: 25px;
		margin-bottom: 25px;
		width: 100%;
	}

	.rollover-slider__authorization .start-btn-open-slide {
		width: 100%;
	}

	.promo-content-list__wrap {
		width: 100%;
	}

	.promo-content-list__wrap:before,
	.promo-content-list__wrap:after {
		content: " ";
		display: table;
	}

	.promo-content-list__wrap:after {
		clear: both;
	}

	.table-two-col .table-two-col__side {
		width: 100%;
		display: block;
		vertical-align: top;
		text-align: left !important;
		padding-right: 0 !important;
	}

	.table-two-col__img-text {
		float: none !important;
		margin-bottom: 15px;
	}

	.table-two-col__side.val {
		margin-top: 10px;
	}

	.table-two-col li {
		margin-bottom: 25px;
	}

	.comment-user__btn {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.comment-block__btn-send {
		width: 100%;
	}

	.main-banner {
		height: 80px;
	}

	.profile-rating {
		display: block;
		float: none;
	}

	.roll-elem .arrow-circle-wrap {
		float: none !important;
		margin-top: -17px !important;
		top: 50% !important;
		position: absolute !important;
	}

	.invitations-list .roll-elem .arrow-circle-wrap {
		float: none !important;
		margin-top: 10px !important;
		top: 0 !important;
		position: relative !important;
	}

	.invitations-list .arrow-circle-wrap {
		height: auto;
	}

	/* ПРОМО */
	.main-promo-elem {
		width: 100%;
		height: 400px;
		background: #52daba;
		background: -webkit-linear-gradient(top, #52daba 0%, #52daba 5%, #f3e493 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#52daba), color-stop(5%, #52daba), to(#f3e493));
		background: -o-linear-gradient(top, #52daba 0%, #52daba 5%, #f3e493 100%);
		background: linear-gradient(to bottom, #52daba 0%, #52daba 5%, #f3e493 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52daba', endColorstr='#f3e493', GradientType=0);
		-webkit-background-size: cover;
		background-size: cover;
	}

	.main-promo-elem.main-group__btn-container {
		display: none;
	}

	.rollover-slider__slide-container {
		width: 100%;
	}

	.rollover-slider__elem {
		height: 250px !important;
		padding-top: 35px;
	}

	.main-promo {
		height: 1075px;
	}

	.main-promo-text-wrap .main-promo-text {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 50px;
		position: relative;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.main-promo__logo {
		margin-top: 53px;
		margin-bottom: 7px;
	}

	.main-promo-text i.main-promo-text__icon {
		position: absolute;
		left: 0;
	}

	.main-promo__content-container,
	.main-promo-start-btn {
		bottom: auto;
		position: relative;
	}

	.main-promo__sublogo {
		max-width: 300px;
		padding-top: 20px;
	}

	.main-promo-start-btn {
		margin-top: 45px;
	}

	.rollover-slider__elem,
	.main-promo__content .content-slide {
		padding-left: 25px;
		padding-right: 25px;
	}

	/* end ПРОМО */
	.reviews-list__item .reviews-avatar {
		position: relative;
	}

	.reviews-list__item-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.search-company-box {
		padding-right: 20px;
	}

	.search-company-box .arrow-circle-wrap {
		width: 100%;
		position: relative;
	}

	.search-company-box .arrow-circle-wrap .arrow-circle {
		float: right;
	}

	.aside-right__interview-title {
		padding-right: 0 !important;
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	.main-page .rating__preview-box-right {
		padding-right: -webkit-calc(25% - 83px);
		padding-right: calc(25% - 83px);
	}

	.main-page .rating__preview-box-right .rating__preview-title {
		right: 12.5%;
	}

	.main-page .rating__preview-box-left {
		padding-right: -webkit-calc(25% - 60px);
		padding-right: calc(25% - 60px);
	}

	.main-page .rating__preview-box-left .rating__preview-title {
		left: 12.5%;
	}

	.main-page .section-rating .left-side-nav a:not(.active-big) {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
	}

	.main-page .section-rating .left-side-nav a:not(.active-big):after,
	.main-page .section-rating .left-side-nav a:not(.active-big):before {
		left: 50% !important;
		right: auto !important;
		margin-top: 0;
		top: 0;
		margin-left: -17px;
	}

	.main-page .section-rating .left-side-nav .active-big {
		margin-left: 0;
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.main-page .section-rating .left-side-nav li {
		padding-top: 5px;
		padding-bottom: 15px;
	}

	.main-page .section-rating .main-center-line:after {
		left: 25%;
	}

	.main-page .section-rating .main-center-line:before {
		left: 75%;
	}

	.section-doing__preview-list {
		padding-bottom: 0;
	}

	.section-doing__preview-list li {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		margin-bottom: 25px;
	}

	.section-doing__preview-list li:last-child {
		display: block;
	}

	.doing__preview-elem-date {
		margin-bottom: 10px;
	}

	.news-elem {
		margin-bottom: 30px;
	}

	.nnews-elem__content-inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	.aside-left__link-circle li {
		width: 100% !important;
	}

	.header-top-form .input-date {
		width: 100% !important;
	}

	.form-row__elem .select {
		max-width: none;
	}

	.btn-show-more {
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}

	.spot-worker-employee .arrow-circle-wrap {
		float: left !important;
		right: 0 !important;
		position: relative !important;
		margin-top: 0 !important;
	}

	.spot-worker-employee .account-tooltip {
		left: 0 !important;
		right: auto !important;
	}
}

@media (max-width: 600px) {


    .fancybox-wrap {
        width: 360px !important;
        top: 50px !important;
        left: 0 !important;
    }
    .fancybox-inner {
        width: 300px !important;
        height: auto !important;
    }
    .fancybox-skin {
        margin: 10px !important;
    }





	.popup {
		max-width: 500px !important;
	}

	.spot-nko.start-lk__list .spot-box__elem {
		width: 100%;
	}

	.spot-nko.start-lk__list .spot-box-text {
		padding-right: 0;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.spot-nko.start-lk__list .spot-box__text {
		margin-top: 0;
	}

	.spot-nko.start-lk__list .spot-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 17px 25px;
	}

	.field-wrap-avatar-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.form-box-photo-name .form-box-title,
	.pushy-account-form .form-box-title {
		margin-top: 25px;
		margin-left: 0 !important;
	}

	.footer__info-nav li a:after {
		display: none;
	}

	.footer__info-nav li:first-child a:after {
		display: inline-block;
	}

	.footer__info-nav a {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.footer__net-title {
		display: block;
		margin-bottom: 15px;
	}

	.spot-box-price .spot-box__price,
	.spot-box-price .spot-box__tel {
		float: none;
		margin-top: 15px;
		width: 100%;
		text-align: left;
	}

	.spot-box-price .spot-box__price span {
		float: none;
	}

	.wrap-input-date {
		white-space: normal;
		margin-bottom: 10px;
	}

	.label-input-date {
		width: 100% !important;
		margin-bottom: 0;
	}

	.label-input-date input {
		margin-bottom: 0;
	}

	.input-date-separator {
		line-height: 20px;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.spot-box__date span {
		display: block;
	}

	.news-elem__heading {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.news-elem__date,
	.news-elem__status {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.header .header__account > ul > li {
		display: none !important;
	}

	.header .header__account .account-profile,
	.header .header__account .account-item-search {
		display: inline-block !important;
	}

	.news-elem__link {
		display: block !important;
	}

	.news-elem__heading {
		text-align: center !important;
		margin-bottom: 15px;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}

	.news-elem__img {
		width: 100%;
		text-align: center !important;
	}

	.news-elem__date {
		margin-bottom: 15px;
		margin-top: 15px;
		text-align: center;
		width: 100%;
		max-width: 380px;
	}

	.news-elem {
		margin-bottom: 45px;
	}

	.news-elem__content-inner {
		text-align: center;
	}

	.overlay-person li {
		width: 250px;
	}

	.main-page .rating__preview-title {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.main-page .rating__preview-list-name {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-page .section-rating .left-side-nav li {
		width: 100%;
		text-align: center;
	}

	.main-promo-text-wrap .main-promo-text {
		min-height: 35px;
	}

	.main-promo__logo {
		margin-top: 30px;
	}

	/* пока скрыа при такой ширине плашку для слабовидящих */
	.wrap-sver {
		display: none;
	}

	.main-promo-elem {
		padding-top: 30px;
	}

	.news-big__title i {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}

	.news-big__title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.popup {
		max-width: 300px !important;
	}
}

/* СЕЛЕКТ */
.select-btn-reset,
.input-btn-reset {
	position: relative;
	width: 100%;
}

.select-reset,
.reset-check-list,
.input-reset {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: url(../img/select-reset.svg) no-repeat center, #ffffff;
	z-index: 110;
	right: 20px;
	top: 17px;
	display: none;
}

select.bs-select-hidden,
select.selectpicker {
	display: none !important;
}

.bootstrap-select {
	vertical-align: middle;
	cursor: pointer;
	width: 100% !important;
	margin-bottom: 0px;
}

.bootstrap-select.open .dropdown-toggle,
.bootstrap-select.open .dropdown-toggle:hover,
.bootstrap-select.open .dropdown-toggle:focus,
.bootstrap-select.open .dropdown-toggle:active {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff !important;
	outline: 0 !important;
	color: #14aa84 !important;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #d9d9d9;
}

.bootstrap-select.open .dropdown-toggle .caret,
.bootstrap-select.open .dropdown-toggle:hover .caret,
.bootstrap-select.open .dropdown-toggle:focus .caret,
.bootstrap-select.open .dropdown-toggle:active .caret {
	-webkit-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}

.bootstrap-select .dropdown-menu {
	margin-top: -10px;
}

.bootstrap-select > .dropdown-toggle {
	border-radius: 4px;
	border-bottom: 1px solid transparent;
	height: 50px;
	padding: 0 45px 0 20px;
	background: #ffffff !important;
	outline: 0 !important;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 1;
	border: 0;
	display: block;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #14aa84 !important;
	font-family: GothamProBol;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #999999;
}

.bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: 0;
	background-color: transparent;
	font-size: 0;
	border: none;
	height: 50px;
	margin-bottom: 10px;
	width: 100%;
}

.bootstrap-select > select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.dropdown-menu .form-control {
	border: none !important;
}

.header-top-form .bootstrap-select .caret {
	top: 26px !important;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0 !important;
	padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: auto;
	text-align: left;
	text-overflow: ellipsis;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	background: url(../img/arrow.svg) no-repeat -80px 0;
	height: 8px;
	width: 13px;
	display: block;
	position: absolute;
	right: 20px;
	top: 21px;
	-webkit-transition: -webkit-transform .2s linear;
	-o-transition: -o-transform .2s linear;
	transition: transform .2s linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	border: 0 !important;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	width: 100% !important;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	/*top: 50px;*/
	width: 100%;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-top: -10px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 340px !important;
    overflow: scroll;
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d9d9d9 !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	white-space: normal;
	padding: 0;
	margin: 0;
}

.bootstrap-select.btn-group .dropdown-menu li:first-child a {
	padding-top: 24px;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child a {
	padding-bottom: 24px;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus,
.bootstrap-select.btn-group .dropdown-menu li.selected a {
	color: #00BED6;
	background-color: #f9f9f9;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
	background-color: transparent;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected a:focus {
	background-color: transparent;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: default;
	color: #adadad;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #14aa84;
	padding: 12px 20px 12px;
	font-weight: normal;
	font-family: GothamProBol;
	background-color: transparent;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	white-space: normal;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-header {
	padding: 12px 20px 12px !important;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: GothamProBol;
	background: #efefef;
	color: #4a4a4a;
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
	display: none;
	/* потом можно добавить */
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
	z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle {
	z-index: 1002 !important;
	position: relative;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	border-top: 7px solid rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	border-top: 6px solid white;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 8px 8px;
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-donebutton .btn-group button {
	width: 100%;
}

.bs-searchbox {
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	background: #14aa84;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}

.bs-searchbox + .bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
	background-color: #ffffff !important;
}

.bootstrap-select.multiple .popover-title,
.accordion-dropdown .popover-title {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 0;
	text-transform: uppercase;
	background-color: #14aa84;
	color: #ffffff;
	padding: 0 20px;
	line-height: 45px;
	position: absolute;
	width: 100%;
	height: 46px;
	bottom: -1px;
	left: 0;
	z-index: 10;
	font-family: GothamProBol;
}

.bootstrap-select.multiple .popover-title:hover,
.accordion-dropdown .popover-title:hover {
	background-color: #adadad;
}

.bootstrap-select.multiple .popover-title .close,
.accordion-dropdown .popover-title .close {
	position: absolute;
	right: 0;
	height: 45px;
	width: 100%;
	background: url(../img/select-up.svg) no-repeat center right;
	text-shadow: none;
	text-align: left;
	opacity: 1;
	text-indent: -9999px;
}

/* .bootstrap-select.multiple .dropdown-menu.inner {
	max-height: 355px !important;
} */

.bootstrap-select.multiple .dropdown-menu.open {
	padding-bottom: 45px;
}

.accordion-toggle {
	cursor: pointer;
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid transparent;
	border-radius: 4px;
	height: 50px;
	padding: 0 45px 0 20px;
	background: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: GothamProBol;
	text-transform: uppercase;
	line-height: 50px;
	color: #a4a4a4;
	z-index: 300;
	position: relative;
}

.accordion-toggle .caret {
	background: url(../img/arrow.svg) no-repeat -80px 0;
	height: 8px;
	width: 13px;
	display: block;
	position: absolute;
	right: 20px;
	top: 21px;
	-webkit-transition: -webkit-transform .2s linear;
	-o-transition: -o-transform .2s linear;
	transition: transform .2s linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	border: 0 !important;
}

.accordion-toggle .accordion-toggle-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    display: block;
    font-weight: normal;
}

.accordion-toggle .accordion-toggle-text i:last-child {
	display: none;
}

.accordion-dropdown {
	position: relative;
	width: 100%;
}

.accordion-dropdown.open .accordion-toggle:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accordion-dropdown.open .accordion-toggle {
	border-color: #d9d9d9;
	border-radius: 4px 4px 0px 0px;
}

.accordion-dropdown .accordion-layout,
.accordion-dropdown .accordion-layout:hover,
.accordion-dropdown .accordion-layout:focus {
	border: 1px solid #d9d9d9 !important;
}

.accordion-layout {
	right: 0;
	z-index: 200;
	display: none;
	height: 500px;
	top: 50px;
	left: 0;
	position: absolute;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
	background: #ffffff;
	padding-bottom: 50px;
}

.accordion-layout .popover-title {
	bottom: -46px;
}

.accordion-layout .accordion {
	overflow: auto;
	height: 500px;
}

.accordion-layout .jq-checkbox {
	content: '';
	display: block;
	cursor: pointer;
	position: absolute;
	background-position: center;
	border-radius: 24px;
	border: 2px solid #14aa84;
	background: url(../img/arrow.svg) no-repeat -76px 6px, #ffffff;
	top: 50%;
	margin-top: -8px;
	width: 24px;
	height: 24px;
	left: 20px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.accordion-layout .jq-checkbox .jq-checkbox__div {
	width: 24px;
	height: 24px;
}

.accordion-layout .jq-checkbox.checked {
	border-color: #00BED6;
	color: #00BED6;
	background-position: -36px 6px;
}

.accordion-layout .jq-checkbox.checked .jq-checkbox__div {
	opacity: 0 !important;
}

.accordion-layout .checkbox-box {
	display: block;
}

.accordion-layout .checkbox-box span {
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.accordion-layout .checkbox-box.selected {
	color: #00BED6 !important;
}

.accordion-layout .jspVerticalBar {
	right: 21px;
	background: #d0eee6;
	border: 0;
	width: 6px;
	border-radius: 0;
}

.accordion-layout .jspDrag {
	width: 6px;
	border-radius: 0;
}

.accordion-layout .jspTrack {
	left: 0;
}

.jspContainer,
.accordion,
.accordion-layout {
	outline: 0 !important;
	border: 0 !important;
}

.jspContainer:focus,
.accordion:focus,
.accordion-layout:focus,
.jspContainer:active,
.accordion:active,
.accordion-layout:active,
.jspContainer:hover,
.accordion:hover,
.accordion-layout:hover {
	outline: 0 !important;
	border: 0 !important;
}

.accordion {
	/*padding-right: 50px;*/
	background: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: PlumbBoldC;
}

.accordion .open-category {
	height: 50px;
	width: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.accordion a {
	text-decoration: none;
	outline: 0;
}

.accordion a:focus,
.accordion a:active,
.accordion a:hover {
	text-decoration: none;
	outline: 0;
}

.accordion li {
	position: relative;
	padding: 0;
	min-height: 50px;
	text-decoration: none;
	display: block;
	background-color: #dedede;
	color: #4a4a4a;
	width: 100%;
}

.accordion li a,
.accordion li a:hover,
.accordion li a:focus,
.accordion li a:active {
	color: #4a4a4a;
}

.accordion > li {
	background-color: #f6f6f6;
	color: #14aa84;
}

.accordion > li > a > .dcjq-icon {
	display: block;
	position: absolute;
	height: 50px;
	width: 50px;
	background: url(../img/arrow-accordion.svg) no-repeat center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accordion > li > a > .dcjq-icon:after,
.accordion > li > a > .dcjq-icon:before {
	display: none !important;
}

.accordion > li > a.active > .dcjq-icon {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion > li > .checkbox-box {
	padding-left: 55px !important;
}

.accordion > li > .checkbox-box .jq-checkbox {
	display: block !important;
	left: 20px;
}

.accordion > li > ul > li {
	background-color: #eeeeee;
	color: #959595;
}

.accordion > li > ul > li a,
.accordion > li > ul > li a:hover,
.accordion > li > ul > li a:focus,
.accordion > li > ul > li a:active {
	color: #959595;
}

.accordion > li > ul > li > ul > li {
	background-color: #dedede;
	color: #4a4a4a;
}

.accordion > li > ul > li > ul > li a,
.accordion > li > ul > li > ul > li a:hover,
.accordion > li > ul > li > ul > li a:focus,
.accordion > li > ul > li > ul > li a:active {
	color: #4a4a4a;
}

.accordion .accordion-check-category {
	display: block;
	min-height: 50px;
}

.accordion .accordion-check-category {
	padding-left: 20px !important;
}

.accordion .accordion-check-category .jq-checkbox {
	display: none !important;
}

.accordion .accordion-check-item,
.accordion .accordion-check-category {
	min-height: 50px;
	padding: 17px 10px 17px 55px;
	display: block;
	position: relative;
}

.accordion .accordion-check-item .jq-checkbox,
.accordion .accordion-check-category .jq-checkbox {
	position: absolute !important;
	top: 25px;
	left: 20px;
}

.accordion .accordion-check-item {
	padding-left: 90px;
	background-color: #ffffff;
}

.accordion .accordion-check-item .jq-checkbox {
	left: 55px;
}

.accordion .open-category .dcjq-icon {
	position: absolute;
	width: 14px;
	height: 14px;
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -6px;
}

.accordion .open-category .dcjq-icon:after,
.accordion .open-category .dcjq-icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 14px;
	background-color: #959595;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion .open-category .dcjq-icon:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 7px;
}

.accordion .open-category .dcjq-icon:after {
	left: 7px;
}

.accordion .open-category.active .dcjq-icon:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* СТИЛИ ДЛЯ SELECT2, ПЕРЕБИВАЕМ, РАЗГРЕСТИ ПОТОМ НАДО БУДЕТ */
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
 * @version 2.0.8
 *
 * Krajee Theme for Select2 (matches Bootstrap 3 styles)
 *
 * Author: Kartik Visweswaran
 * For more JQuery plugins visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.select2-container--krajee {
	display: block;
}

.select2-container .select2-selection--single {
    background-color: #fff;
    color: #a4a4a4;
    height: 50px;
    line-height: 50px;
    padding: 0 45px 0 20px;
    border-radius: 4px;
    text-transform: uppercase;
}

.select2-container--krajee .select2-selection {
	height: 50px;
	display: block;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0 45px 0 20px;
	background: #ffffff;
	width: 100%;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
	outline: 0;
	border: 0;
	font-family: GothamProBol;
	text-transform: uppercase;
	line-height: 50px;
}

.select2-search--dropdown {
	display: block;
	padding: 28px 20px 16px 20px;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
	border: 1px solid #d9d9d9;
	padding: 11px 20px;
	border-radius: 4px;
	background: url(../img/gray-loupe.svg) no-repeat right center;
}

.select2-container--krajee .select2-dropdown[dir=rtl] .select2-search__field {
	background: url(search.png) left 10px top 7px no-repeat #ffffff;
}

.select2-container--krajee .select2-search__field {
	outline: 0;
}

.select2-container--krajee .select2-search__field:-moz-placeholder,
.select2-container--krajee .select2-search__field:-ms-input-placeholder,
.select2-container--krajee .select2-search__field::-moz-placeholder,
.select2-container--krajee .select2-search__field::-webkit-input-placeholder {
	color: #999999;
}

.select2-container--krajee .select2-search__field::-moz-placeholder {
	opacity: 1;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border: 0;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
	background: url(../img/arrow-green.svg) no-repeat center;
	height: 8px;
	width: 13px;
	display: block;
	position: absolute;
	right: 20px;
	top: 21px;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	transition: transform 0.2s linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	border: 0 !important;
	margin: 0 !important;
	left: auto !important;
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px;
}

.select2-container--krajee[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
	left: 1px;
	right: auto;
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.input-group-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow,
.input-sm.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	height: 29px;
	width: 18px;
}

.input-group-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
.input-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
	border-width: 4px 3px 0;
	margin-left: -3px;
}

.input-group-sm .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-sm.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 3px 4px;
}

.input-group-lg .select2-container--krajee .select2-selection--single .select2-selection__arrow,
.input-lg.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	height: 45px;
	width: 22px;
	right: 2px;
}

.input-group-lg .select2-container--krajee[dir=rtl] .select2-selection--single .select2-selection__arrow,
.input-lg.select2-container--krajee[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 2px;
	right: auto;
}

.input-group-lg .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
.input-lg.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 5px 0;
}

.input-group-lg .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-lg.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 5px 6px;
}

.select2-container--krajee li.select2-results__option {
	-webkit-user-select: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #14aa84 !important;
	padding: 12px 20px 12px;
	font-weight: normal;
	font-family: GothamProBol;
	background-color: transparent;
	background-color: transparent !important;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.select2-container--krajee .select2-results__option[aria-disabled=true] {
	color: #333;
	background: #fff;
	cursor: not-allowed;
	opacity: .4;
	filter: alpha(opacity=40);
}

.select2-container--krajee .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--krajee .load-more,
.select2-container--krajee .select2-results__option.loading-results {
	font-style: italic;
	color: #a94442;
	opacity: 1;
	filter: alpha(opacity=100);
}

.select2-container--krajee .load-more {
	margin: 5px 0 5px 5px;
}

.select2-container--krajee .select2-dropdown[dir=rtl] .load-more {
	margin: 5px 5px 5px 0;
}

.select2-container--krajee .select2-results__option[aria-selected=true] {
	color: #31708f;
	background-color: #d9edf7;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
	color: #00BED6 !important;
}

.select2-container--krajee .select2-results__option .select2-results__option {
	padding: 6px 12px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -12px;
	padding-left: 24px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -24px;
	padding-left: 36px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -36px;
	padding-left: 48px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -48px;
	padding-left: 60px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -60px;
	padding-left: 72px;
}

.select2-container--krajee .select2-results__group {
	display: block;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 6px 12px;
	line-height: 1.428571429;
	white-space: nowrap;
}

.select2-container--krajee .select2-selection:focus,
.select2-container--krajee.select2-container--open .select2-selection {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--krajee.select2-container--open.select2-container--above .select2-selection {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-color: transparent;
}

.select2-container--krajee.select2-container--disabled .select2-search__field,
.select2-container--krajee.select2-container--disabled .select2-selection {
	cursor: not-allowed;
}

.select2-container--krajee.select2-container--disabled .select2-selection,
.select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	background-color: #eeeeee;
}

.select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--krajee.select2-container--disabled .select2-selection__clear {
	display: none;
}

.select2-container--krajee .select2-dropdown {
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
	margin-top: 0px;
	border: 0;
	border-top: 1px solid #d9d9d9;
}

.select2-container--krajee .select2-dropdown--above {
	margin-top: 1px;
}

.select2-container--krajee .select2-results > .select2-results__options {
	max-height: 350px;
	overflow-y: auto;
	padding-bottom: 24px;
}

.select2-container--krajee .select2-selection__rendered .select2-selection__clear {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: url(../img/select-reset.svg) no-repeat center, #ffffff;
	z-index: 110;
	right: 20px;
	top: 17px;
	text-align: left;
	text-indent: -9999px;
	margin: 0;
	opacity: 1;
}

.select2-container--krajee .select2-selection__rendered .select2-selection__clear:hover {
	opacity: 1;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
	color: #999999;
}

.select2-container--krajee .select2-selection--multiple {
	min-height: 34px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 1.428571429;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	float: left;
	margin-top: 5px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
	color: #555;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin: 5px 0 0 6px;
	padding: 0 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	background: 0 0;
	padding: 0 12px;
	height: 32px;
	line-height: 1.428571429;
	margin-top: 0;
	min-width: 5em;
}

.select2-container--krajee[dir=rtl] .select2-selection--single {
	padding-left: 24px;
	padding-right: 12px;
}

.select2-container--krajee[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 0;
	padding-left: 0;
	text-align: right;
}

.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 0;
	margin-right: 6px;
}

.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.has-warning .select2-container--krajee .select2-selection,
.has-warning.select2-container--krajee .select2-dropdown {
	border-color: #8a6d3b;
}

.has-warning .select2-container--krajee.select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	border-color: #66512c;
}

.has-error .select2-container--krajee .select2-selection,
.has-error.select2-container--krajee .select2-dropdown {
	border-color: #a94442;
}

.has-error .select2-container--krajee.select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	border-color: #843534;
}

.has-success .select2-container--krajee .select2-selection,
.has-success.select2-container--krajee .select2-dropdown {
	border-color: #3c763d;
}

.has-success .select2-container--krajee.select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	border-color: #2b542c;
}

.input-lg.select2-container--krajee,
.input-sm.select2-container--krajee {
	border-radius: 0;
	font-size: 12px;
	font-size: 1.2rem;
	height: auto;
	line-height: 1;
	padding: 0;
}

.input-group .select2-container--krajee {
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--krajee .select2-selection {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--krajee .select2-selection {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-sm .select2-container--krajee .select2-selection--single,
.input-sm.select2-container--krajee .select2-selection--single {
	border-radius: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	height: 30px;
	line-height: 1.5;
	padding: 5px 22px 5px 10px;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple,
.input-sm.select2-container--krajee .select2-selection--multiple {
	min-height: 30px;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__choice,
.input-sm.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 4px 0 0 5px;
	padding: 0 5px;
}

.input-group-sm .select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.input-sm.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin: 4px 5px 0 0;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-sm.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	height: 28px;
	line-height: 1.5;
}

.input-group-lg .select2-container--krajee .select2-selection--single,
.input-lg.select2-container--krajee .select2-selection--single {
	border-radius: 6px;
	font-size: 18px;
	font-size: 1.8rem;
	height: 46px;
	line-height: 1.3333333;
	padding: 10px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple,
.input-lg.select2-container--krajee .select2-selection--multiple {
	min-height: 46px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__choice,
.input-lg.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333333;
	border-radius: 4px;
	margin: 9px 0 0 8px;
	padding: 0 10px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-lg.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0 10px;
	font-size: 18px;
	font-size: 1.8rem;
	height: 44px;
	line-height: 1.3333333;
}

.input-group-lg .select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.input-lg.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin: 9px 8px 0 0;
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .select2-container--krajee,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--krajee {
	vertical-align: top;
}

.form-control.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
}

.select2-container--krajee .select2-selection__clear {
	float: right;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	opacity: .4;
	filter: alpha(opacity=40);
	position: absolute;
	right: 0;
	margin-right: 5px;
}

.select2-container--krajee .select2-selection__clear:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
	margin: 5px 10px 0;
}

.input-group-sm .select2-container--krajee .select2-selection__clear,
.input-sm.select2-container--krajee .select2-selection__clear {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.input-group-lg .select2-container--krajee .select2-selection__clear,
.input-lg.select2-container--krajee .select2-selection__clear {
	margin-right: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__clear,
.input-sm.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
	margin-right: 10px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__clear,
.input-lg.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
	font-size: 20px;
	font-size: 2rem;
	margin: 8px 12px 0 0;
}

.select2-container--krajee[dir=rtl] .select2-selection__clear {
	float: left;
	left: 0;
	right: auto;
	margin-left: 3px;
}

.input-group-sm .select2-container--krajee[dir=rtl] .select2-selection__clear,
.input-sm.select2-container--krajee[dir=rtl] .select2-selection__clear {
	margin-left: 15px;
}

.input-group-lg .select2-container--krajee[dir=rtl] .select2-selection__clear,
.input-lg.select2-container--krajee[dir=rtl] .select2-selection__clear {
	margin-left: 20px;
}

.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__clear {
	float: left;
	left: 0;
	right: auto;
	margin-left: 8px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
	float: right;
	color: #000;
	cursor: pointer;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin: 2px 0 0 3px;
	opacity: .4;
	filter: alpha(opacity=40);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove,
.input-sm.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
	margin-top: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove,
.input-lg.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
	margin-top: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.select2-container--krajee[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	float: left;
	margin: 3px 3px 0 0;
}

/* end СТИЛИ ДЛЯ SELECT2, ПЕРЕБИВАЕМ, РАЗГРЕСТИ ПОТОМ НАДО БУДЕТ */
/* ==============================================
 * FANCYBOX
 * ============================================== */
html.fancybox-lock {
	overflow: hidden;
}

.fancybox-inner {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-inner .fade {
	opacity: 1 !important;
}

.fancybox-inner .modal {
	position: relative;
	margin: 0;
	padding: 50px;
	border-radius: 4px;
	min-width: 300px;
	max-width: 800px;
	padding: 50px 0px;
	background: #ffffff;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	/* Firefox 19+ */
	/* Firefox 18- */
}

.fancybox-inner .modal.popup-xs {
	width: 450px;
}

.fancybox-inner .modal.popup-md {
	width: 650px;
}

.fancybox-inner .modal.popup-lg {
	width: 850px;
}

.fancybox-inner .modal:before,
.fancybox-inner .modal:after {
	content: " ";
	display: table;
}

.fancybox-inner .modal:after {
	clear: both;
}

.fancybox-inner .modal input,
.fancybox-inner .modal .form input,
.fancybox-inner .modal .file-square-input,
.fancybox-inner .modal .form textarea,
.fancybox-inner .modal textarea,
.fancybox-inner .modal .download-img,
.fancybox-inner .modal .accordion-toggle,
.fancybox-inner .modal .bootstrap-select .dropdown-toggle {
	border: 1px solid #cacaca !important;
}

.fancybox-inner .modal .form .error,
.fancybox-inner .modal .error {
	border-color: #00BED6 !important;
}

.fancybox-inner .modal .form .error .dropdown-toggle,
.fancybox-inner .modal .error .dropdown-toggle {
	border-color: #00BED6 !important;
}

.fancybox-inner .modal .form .valid,
.fancybox-inner .modal .valid {
	border-color: #14aa84 !important;
}

.fancybox-inner .modal .form .valid .dropdown-toggle,
.fancybox-inner .modal .valid .dropdown-toggle {
	border-color: #14aa84 !important;
}

.fancybox-inner .modal .col-xs-1,
.fancybox-inner .modal .col-sm-1,
.fancybox-inner .modal .col-md-1,
.fancybox-inner .modal .col-lg-1,
.fancybox-inner .modal .col-xs-2,
.fancybox-inner .modal .col-sm-2,
.fancybox-inner .modal .col-md-2,
.fancybox-inner .modal .col-lg-2,
.fancybox-inner .modal .col-xs-3,
.fancybox-inner .modal .col-sm-3,
.fancybox-inner .modal .col-md-3,
.fancybox-inner .modal .col-lg-3,
.fancybox-inner .modal .col-xs-4,
.fancybox-inner .modal .col-sm-4,
.fancybox-inner .modal .col-md-4,
.fancybox-inner .modal .col-lg-4,
.fancybox-inner .modal .col-xs-5,
.fancybox-inner .modal .col-sm-5,
.fancybox-inner .modal .col-md-5,
.fancybox-inner .modal .col-lg-5,
.fancybox-inner .modal .col-xs-6,
.fancybox-inner .modal .col-sm-6,
.fancybox-inner .modal .col-md-6,
.fancybox-inner .modal .col-lg-6,
.fancybox-inner .modal .col-xs-7,
.fancybox-inner .modal .col-sm-7,
.fancybox-inner .modal .col-md-7,
.fancybox-inner .modal .col-lg-7,
.fancybox-inner .modal .col-xs-8,
.fancybox-inner .modal .col-sm-8,
.fancybox-inner .modal .col-md-8,
.fancybox-inner .modal .col-lg-8,
.fancybox-inner .modal .col-xs-9,
.fancybox-inner .modal .col-sm-9,
.fancybox-inner .modal .col-md-9,
.fancybox-inner .modal .col-lg-9,
.fancybox-inner .modal .col-xs-10,
.fancybox-inner .modal .col-sm-10,
.fancybox-inner .modal .col-md-10,
.fancybox-inner .modal .col-lg-10 {
	padding-left: 50px;
	padding-right: 50px;
}

.fancybox-inner .modal .form-box-title {
	min-height: 28px;
	text-transform: none;
	font-family: PlumbBoldC;
	font-size: 18px;
	font-size: 1.8rem;
	color: #929292;
}

.fancybox-inner .modal .gray-select.bootstrap-select .dropdown-toggle .caret {
	background-position: 0 0;
}

.fancybox-inner .modal ::-webkit-input-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.fancybox-inner .modal ::-moz-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.fancybox-inner .modal :-moz-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.fancybox-inner .modal :-ms-input-placeholder {
	font-family: PlumbC;
	text-transform: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.fancybox-inner .modal .close {
	display: none;
}

.fancybox-inner .modal-dialog {
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.fancybox-inner .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.fancybox-inner .modal-header {
	padding: 0;
	border: 0;
}

.fancybox-inner .modal-title {
	color: #14aa84;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: GothamProBol;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.1;
	color: #4a4a4a;
	padding-right: 60px;
	margin-bottom: 50px;
}

.fancybox-inner .modal-title a {
	color: #14aa84;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
}

.fancybox-inner .modal-title a:hover,
.fancybox-inner .modal-title a:focus {
	color: #00BED6;
	text-decoration: none;
}

.fancybox-inner .modal-title a {
	color: #14aa84;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
}

.fancybox-inner .modal-title a:hover,
.fancybox-inner .modal-title a:focus {
	color: #00BED6;
	text-decoration: none;
}

.fancybox-inner .modal-body {
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: GothamProBol;
	color: rgba(100, 100, 100, 0.7);
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	color: #4a4a4a;
	text-shadow: none;
	padding: 0px !important;
	margin: 30px;
	border-radius: 4px;
	overflow: hidden;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.no-svg #fancybox-loading,
.no-svg .fancybox-close,
.no-svg .fancybox-prev span,
.no-svg .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.svg');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.popup-image .fancybox-close,
.fancybox-type-image .fancybox-close {
	top: 30px;
	right: 30px;
	border-color: #14aa84;
}

.popup-image .fancybox-close:before,
.fancybox-type-image .fancybox-close:before {
	background-position: 6px -162px;
}

.popup-image .fancybox-skin,
.fancybox-type-image .fancybox-skin {
	overflow: visible;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popup-image .fancybox-not-show-again,
.fancybox-type-image .fancybox-not-show-again {
	color: #ffffff;
	bottom: -40px;
	text-align: center;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.popup-image .fancybox-not-show-again:hover,
.fancybox-type-image .fancybox-not-show-again:hover {
	color: #00BED6;
}

.popup-image .fancybox-outer,
.fancybox-type-image .fancybox-outer {
	-webkit-box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.fancybox-type-image .fancybox-close {
	top: -45px;
	right: -45px;
	border-color: #ffffff;
}

.fancybox-type-image .fancybox-close:before {
	background-position: 6px -213px;
}

.fancybox-close {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 8040;
	border-radius: 32px;
	border: 3px solid #9f9f9f;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.fancybox-close:after {
	opacity: 0;
}

.fancybox-close:before {
	opacity: 1;
}

.fancybox-close:after,
.fancybox-close:before {
	background-image: url('../img/fancybox/fancybox_sprite.svg');
	background-repeat: no-repeat;
	width: 33px;
	height: 33px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.fancybox-close:before {
	background-position: 6px 7px;
}

.fancybox-close:after {
	background-position: 6px -114px;
}

.fancybox-close:hover {
	border-color: #00BED6;
}

.fancybox-close:hover:after {
	opacity: 1;
}

.fancybox-close:hover:before {
	opacity: 0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif');
	/* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 13px;
	height: 22px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: -25px;
	background-position: -16px -79px;
}

.fancybox-next span {
	right: -25px;
	background-position: -16px -37px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	z-index: 99999;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading div {
		background-image: url('../img/fancybox/fancybox_loading@2x.gif');
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ==============================================
 * end FANCYBOX
 * ============================================== */
/* ==============================================
 * highcharts
 * ============================================== */
.highcharts-credits {
	font-size: 0 !important;
}

.hightchar-mod .highcharts-markers .highcharts-point:nth-child(5) {
	fill: #dd0000 !important;
	stroke: #dd0000 !important;
}

.hightchar-mod .highcharts-data-labels .highcharts-label:nth-child(5) text {
	color: #dd0000 !important;
	fill: #dd0000 !important;
}

.hightchar-mod .highcharts-axis-labels text:nth-child(2),
.hightchar-mod .highcharts-axis-labels text:nth-child(3),
.hightchar-mod .highcharts-axis-labels text:nth-child(4) {
	display: none !important;
}

.wrap-charts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}

.chart-item {
	text-align: center;
	width: 33.333%;
	padding: 0 15px;
}

.chart-item__title {
	font-family: 'GothamProBol';
	font-size: 1.6rem;
	height: 125px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.chart-item__txt {
	font-family: 'GothamProBol';
	font-size: 1.4rem;
	margin: 25px 0 35px;
	text-align: center;
	line-height: 1.2;
}

.chart-item__sub-txt {
	font-family: 'GothamProReg';
}

.piechar__president-grand-txt {
	font-family: 'GothamProReg';
	font-size: 1.8rem;
	word-wrap: break-word;
}

.piechar__president-grand-txt.def-txt {
	margin-bottom: 25px;
}

.piechar__president-grand-txt.def-txt b {
	font-size: 1.8rem;
}

.piechar__president-grand-txt b {
	font-size: 3.6rem;
	font-family: 'GothamProBol';
}

.piechar__president-grand-txt.moscow {
	margin-bottom: 5px;
	margin-left: 180px;
}

.piechar__president-grand-txt.moscow b {
	color: #00BED6;
}

.piechar__president-grand-txt.not-moscow {
	margin-left: 40px;
}

.piechar__president-grand-txt.not-moscow b {
	color: #00ac83;
}

.piechar__president-grand-wrap-txt {
	margin-top: 82px;
}

.box-chart {
	padding-left: 50px;
	padding-right: 50px;
}

.info-oiv__list {
	font-family: 'GothamProReg';
	font-size: 1.4rem;
	line-height: 1.2;
	padding-left: 22px;
}

.info-oiv__list li {
	margin-bottom: 15px;
	position: relative;
}

.info-oiv__list li:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #000;
	position: absolute;
	left: -22px;
	top: 2px;
}

.info-oiv__list li.item-orange:after {
	background-color: #00BED6;
}

.info-oiv__list li.item-yellow:after {
	background-color: #f0cd0b;
}

.info-oiv__list li.item-blue:after {
	background-color: #337ab7;
}

.info-oiv__list li.item-dark-green:after {
	background-color: #14aa84;
}

.info-oiv__list li.item-plum:after {
	background-color: #8783c0;
}

.info-oiv__list li.item-red:after {
	background-color: #f24841;
}

.info-oiv__list li.item-deepskyblue:after {
	background-color: #00b7f4;
}

.info-oiv__list li.item-green:after {
	background-color: #83c550;
}

.info-oiv__list li.item-darkblue:after {
	background-color: #213869;
}

.info-oiv__title {
	font-family: 'GothamProBol';
	font-size: 1.6rem;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 75px;
}

.info-oiv__sub-title {
	font-family: 'GothamProReg';
	font-size: 1.4rem;
	margin-left: 75px;
}

.raiting-oiv__txt {
	font-family: 'GothamProBol';
	font-size: 1.6rem;
	text-align: center;
}

.prop-support {
	padding-bottom: 25px;
}

.prop-support__title {
	font-size: 2.8rem;
	font-family: 'GothamProBol';
	text-transform: uppercase;
	color: #00BED6;
	text-align: center;
	margin: 0 0 70px;
	word-wrap: break-word;
}

.prop-support__txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.prop-support__txt-item {
	width: 50%;
	padding: 0 20px;
	font-size: 1.8rem;
	margin-bottom: 25px;
	line-height: 1.3;
}

.prop-support__txt-item.main {
	font-family: 'GothamProBol';
}

.prop-support__txt-item b {
	color: #00BED6;
}

.prop-support__sub-txt {
	font-family: 'GothamProReg';
	font-size: 1.2rem;
	margin-top: 25px;
}

.prop-support__sub-txt p {
	margin: 0;
}

@media all and (max-width: 1248px) {
	.wrap-charts {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.chart-item {
		width: 100%;
	}

	.info-oiv__list {
		padding-left: 98px;
		margin-top: 25px;
	}
}

@media all and (max-width: 1022px) {
	.prop-support__txt-item {
		width: 100%;
	}

	.prop-support__txt-item:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.prop-support__txt-item:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.prop-support__txt-item:nth-child(5) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.prop-support__txt-item:nth-child(2) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.prop-support__txt-item:nth-child(4) {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.prop-support__txt-item:nth-child(6) {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
}

/* ==============================================
 * end highcharts
 * ============================================== */
/* Костыли 09.03 НЕ УДАЛЯТЬ */
.account-blind {
	display: none;
}

.start-btn-smart-search {
	display: none;
}

.footer__info-nav > ul > li:nth-child(1) {
	display: none;
}

/* end Костыли 09.03 НЕ УДАЛЯТЬ */
/* Начало: Для отображения двух форм загрузки на странице */
.profile-avatar .profile-avatar {
	border: 0 !important;
}

.upload-img .upload-img:after {
	display: none;
}

.upload-img {
	text-align: center;
	width: 220px;
	height: 220px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 220px;
	overflow: hidden;
	background-color: #faf6e0;
	background-position: 1000px 1000px;
}

.upload-img:after {
	width: 100px;
	height: 100px;
	/*border: 2px solid @orange;*/
	overflow: hidden;
	border-radius: 100px;
	content: '';
	display: block;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	background: url(../img/rating.svg) no-repeat;
	background-position: 1000px 1000px;
}

.upload-img img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.form-box-photo .upload-img {
	margin: 0;
	position: relative;
	border: 2px solid transparent;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.form-box-photo .upload-img:hover {
	border-color: #00BED6;
}

.form-box-photo input.upload-img__file {
	opacity: 0;
}

.form-box-photo .upload-img__file {
	z-index: 10;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.form-box-photo .upload-img__file .jq-file__name,
.form-box-photo .upload-img__file .jq-file__browse {
	display: none;
}

.form-box-photo .upload-img__img {
	position: relative;
	z-index: 1;
	top: -2px;
	left: -2px;
}

.main-center.no-sides {
	margin-left: 0;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.main-center.no-sides .main-center-inner {
	margin-right: 0;
}

/* Конец: Для отображения двух форм загрузки на странице */

/* Tizer-block on Main Page */

.tizer-block {
	margin: 30px auto 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.tizer-block__row {
	margin-right: -15px;
	margin-left: -15px;
}

.tizer-block__col {
	max-width: 100%;
	padding: 16px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tizer-block__banner {
	display: inline-block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 380px;
	height: 365px;
	margin: 8px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}

.tizer-block__banner:empty {
	display: none;
}

@media screen and (max-width: 1280px) {
	.tizer-block__banner {
		height: 321px;
	}
}

@media screen and (max-width: 1180px) {
	.tizer-block__banner {
		height: 304px;
	}
}

@media screen and (max-width: 1134px) {
	.tizer-block__banner {
		height: 310px;
	}
}

@media screen and (max-width: 1024px) {
	.tizer-block__banner {
		height: 332px;
	}

	.tizer-block__banner:last-child {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.tizer-block__banner {
		height: 315px;
	}
}

@media screen and (max-width: 768px) {
	.tizer-block__banner {
		height: 284px;
	}
}

@media screen and (max-width: 759px) {
	.tizer-block__banner {
		min-width: 235px;
		height: 355px;
	}

	.tizer-block__banner:last-child {
		display: block;
	}
}

@media screen and (max-width: 630px) {
	.tizer-block__banner {
		height: 320px;
	}
}

@media screen and (max-width: 540px) {
	.tizer-block__banner {
		height: 294px;
	}
}

@media screen and (max-width: 534px) {
	.tizer-block__col {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tizer-block__banner:last-child {
		display: none;
	}

	.tizer-block__banner {
		height: 340px;
		min-width: 245px;
	}
}

@media screen and (max-width: 517px) {
	.tizer-block__banner {
		height: 350px;
	}
}

@media screen and (max-width: 320px) {
	.tizer-block__col {
		padding: 16px 8px;
	}

	.tizer-block__banner {
		height: 314px;
	}
}

.auth-buttons {
	margin-right: 85px;
}

@media (max-width: 979px) {
	.auth-buttons {
		margin-right: 0px;
	}
}

.modallink {
	width: 200px;
	color: #00b7f4;
}

.link-my {
	color: #00b7f4 !important;
}

.link-my a:hover {
	color: #00BED6;
}

li.link-my a {
	color: #b5b5b5;
}

li.link-my a i {
	border: 4px solid #b5b5b5;
}

li.link-my a i:before {
	background-position: -1529px -105px !important;
}


iframe[src*="youtube"] {

width: 100% ! important;

display: block;

min-height: 400px;

margin: 20px 0;

}

.tizer-block

{

margin-top: 0 ! important;

}

@media screen and (min-width: 1000px) {
    .grantFixMargin {
        margin-right: 85px;
        margin-top: -160px;
        position: relative;
        z-index: 999;
    }
}

/* Change color datepicker active date */
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
	background-color: rgba(20,170,132,0.5) !important;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
	background-image: none !important;
}
/* Improve textblock write to NKO Event */
.text-block p.spot-box1__name {
	padding-left: 25px !important;
}
.spot-box1__text-inner {
	margin: 10px 0 !important;
}
.alert-info {
	background-color: rgba(20,170,132,0.1) !important;
}

.g-recaptcha {
   transform:scale(0.9);
   transform-origin:0 0;
}

@media all and (max-width: 900px) {
	.cowork_nko .line-img {
		text-align: left;
	}
	.container .nums .numitem .numdesc {
		line-height: 15px;
	}
	.container .table_mod + div.section .mod_ul {
		margin: 0 20px !important;
	}
	.container div .table_mod + div.section {
		margin: 20px 0 !important;
	}
	.section div#owl-demo.owl-carousel .lectors-item {
		min-height: unset !important;
	}

	.learn-box .spot-box__side,
	.vacancies-box .spot-box__side,
	.notice-box .spot-box__side {
		padding-right: 0 !important;
	}

	.Modern-Slider.slick-slider {
		margin: 30px 0 !important;
	}
	.Modern-Slider .slick-list {
		width: 70% !important;
		margin: auto !important;
		height: 40px !important;
	}
	.Modern-Slider .PrevArrow {
		left: 15px !important;
		top: 7% !important;
	}
	.Modern-Slider .NextArrow {
		right: 15px !important;
		top: 7% !important;
	}


}

footer 	.partners-link a {
	margin: auto;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered {
	color: #a4a4a4 !important;
	font-weight: normal !important;
}


@media (max-width: 900px) {
   .fc-toolbar .fc-left {
      padding-bottom: 30px;
   }
}


/*
.header-top-hidden, .header.top-show
{
background: #000 ! important;
border-bottom: 2px solid #f6f6f6 ! important;
}

.header-top-hidden *, .header.top-show *
{
color: #fff ! important;
filter: grayscale(100%)  ! important;
-webkit-filter: grayscale(100%)  ! important;
}
*/
/* \  li.link-my a i { color: #00b7f4; } */




/* Stas, tablica bronirovanie */

.fc-agendaWeek-view .table-bordered > thead > tr > th, .fc-agendaWeek-view .table-bordered > tbody > tr > th, .fc-agendaWeek-view .table-bordered > tfoot > tr > th, .fc-agendaWeek-view .table-bordered > thead > tr > td, .fc-agendaWeek-view .table-bordered > tbody > tr > td, .fc-agendaWeek-view .table-bordered > tfoot > tr > td
{
    border: none ! important;
    border-right: 1px solid #f6f6f6 ! important;
}

.fc-agendaWeek-view .fc-divider
{
    border: none;
background: #f2f2f2;
margin-bottom: 2px ! important;
padding: 0 0 4px ! important;
}

.fc-agendaWeek-view .table-bordered
{
    border: none ! important;
}

.fc-agendaWeek-view .fc-minor td, .fc-agendaWeek-view .fc-minor
{
    border-bottom: 1px solid #f2f2f2 ! important;
}

.fc-agendaWeek-view .fc-nonbusiness
{
background: repeating-linear-gradient(
    45deg,
    rgba(214,214,214,1),
    rgba(214,214,214,1) 3px,
    #ffffff 3px,
    #ffffff 6px
  );
}

.fc-agendaWeek-view .alert-info {
	background-color: rgba(20,170,132,0.05) !important;
}

.fc-agendaWeek-view .fc-bgevent-container .fc-bgevent
{
 background: repeating-linear-gradient(
    45deg,
    #ff5a00,
    #ff5a00 3px,
    #ffffff 3px,
    #ffffff 6px
  );
}

.fc-agendaWeek-view .fc-bgevent
{
    opacity: 0.5;
}

.fc-agendaWeek-view .fc-head-container th
{
    font-weight: bold;
}

.fc-agendaWeek-view .fc-axis.fc-time
{
    text-align: center;
}

.fc-agendaWeek-view .fc-axis.fc-time span
{
    line-height: 26px;
}

@media (min-width: 790px)
{
#requestResource .datetimepicker-inline
{
width: 100% ! important;
margin-bottom: 15px;
}
}

#requestResource .table-condensed
{
    width: 100%;
}

#requestResource .icon-arrow-right:after, #requestResource .icon-arrow-left:before
{
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: -12px;
}

#requestResource .icon-arrow-right:after
{
    content: "\f054";
    right: -4px;
}

#requestResource .icon-arrow-left:before
{
    content: "\f053";
    left: -4px;
}

.legenda
{
    margin-top: 15px;
    overflow: hidden;
}

.leg
{
    position: relative;
    height: 47px;
    margin-top: 15px;
    font-size: 1.6rem;
    width: 48%;
    float: left;
    margin: 15px 1%;
}

@media (max-width: 789px)
{
.leg
{
width: 100%;
}
}

.leg span
{
    position: absolute;
    left: 95px;
    top: 50%;
    transform: translateY(-50%);
}

.leg:before
{
    content: '';
    height: 47px;
    width:86px;
    position:absolute;
    left:0;
    top:0;
    border: 1px solid rgba(0,0,0,0.15);
    opacity: 0.5;
}

.leg.free:before
{

}

.leg.partbusy:before
{
    background: repeating-linear-gradient(
    45deg,
    #ff5a00,
    #ff5a00 3px,
    #ffffff 3px,
    #ffffff 6px
  );
}

.leg.fullbusy:before
{
    background: #00BED6;
    opacity: 1;
}

.leg.notwork:before
{
    background: repeating-linear-gradient(
    45deg,
    rgba(214,214,214,1),
    rgba(214,214,214,1) 3px,
    #ffffff 3px,
    #ffffff 6px
  );
}

.block.fc-bgevent
{
    background: #ff5a00 ! important;
    z-index: 1000;
    opacity: 1;
}

.upload_default_box .jq-file__browse {
    border: 1px solid #ccc;
    padding: 8px 13px;
    background-color: #fff;
    outline: none;
    border-radius: 3pt;
    margin: 7px 0;
}

.upload_default_input {
    cursor: pointer !important;
}

.tt-menu .tt-suggestion {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

/* Base for label styling */

.simple_control[type="checkbox"]:not(:checked),
.simple_control[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.simple_control[type="checkbox"]:not(:checked) + label,
.simple_control[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}

/* checkbox aspect */

.simple_control[type="checkbox"]:not(:checked) + label:before,
.simple_control[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 1.25em; height: 1.25em;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checked mark aspect */

.simple_control[type="checkbox"]:not(:checked) + label:after,
.simple_control[type="checkbox"]:checked + label:after {
	content: '\2713\0020';
	position: absolute;
	top: .15em; left: .22em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #00BED6;
	transition: all .2s;
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */

.simple_control[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.simple_control[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */

.simple_control[type="checkbox"]:disabled:not(:checked) + label:before,
.simple_control[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.simple_control[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.simple_control[type="checkbox"]:disabled + label {
	color: #aaa;
}

/* accessibility */

/*.simple_control[type="checkbox"]:checked:focus + label:before,
.simple_control[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}*/

/* hover style just for information */

label.check_box_control_service_label:hover:before {
	border: 2px solid #ff5a00!important;
}


.allnews_link {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #00BED6;
    border: 3px solid #00BED6;
    background: #fff;
    box-sizing: border-box;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 35px;
    width: 134px;
    height: 35px;
    display: block;
    text-decoration: none;
}
.allnews_link:hover {
    background: #00BED6;
    color: #fff !important;
}