body  {
    background-color: #f8f8f9;
}

main {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 95px;
    max-width: 1305px;
    position: relative;
}

.main-section {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

header {
    display: block;
    padding: 25px 40px;
    box-shadow: 0px 4px 300px rgba(0, 0, 0, 0.04);
    background-color: #fff;
}

.about-search {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #272727;
}

.about-search a {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}


.header-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-search__wrapper {
    display: flex;
    width: 100%;
    max-width: 950px;
    border: 2px solid #b70037;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}

.main-search {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 18px 15px;
}

.main-search::placeholder,
.main-search::-moz-placeholder {
    font-size: 16px;
}

.header-search__wrapper button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 58px;
    background-color: #B00E1E;
    color: #fff;
    flex-shrink: 0;
    cursor: pointer;
}

.header-search__wrapper button img {
    margin-right: 10px;
}


.favorites {
    display: block;
    width: 23px;
    margin-left: 30px;
    flex-shrink: 0;
}

.favorites svg path {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.favorites:hover svg path {
    fill: #B00E1E;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.notify {
    display: block;
    width: 23px;
    margin-left: 25px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.notyfy-counter {
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -12px;
    left: -5px;
    align-items:center ;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #B00E1E;
}

.user-block {
    display: flex;
    align-items: center;
    margin-left: 28px;
    color: #272727;
}

.user-block .user-block__name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
	cursor: pointer;
}

.user-block .user-block__name:hover {
    color: #8B0E1B;
}


.user-block .user-block__img {
    display: block;
    width: 44px;
    height: 44px;
    margin-left: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main-sidebar {
    display: block;
    width: 95px;
    min-height: 100vh;
    height: 100%;
    padding-bottom: 60px;
    background-color: #fff;
    flex-shrink: 0;
    position: fixed;
    border-right: 1px solid #F1F1F1;
    z-index: 100;
}

.main-sidebar.open {
    display: block;
    width: 335px;
}

.logo-block {
    display: flex;
    padding: 30px 10px 0px;
    align-items: center;
    margin-bottom: 40px;
}

.logo-main {
	padding: 0px 15px;
}

.logo-block .logo-additional {
	margin-left: 23px;
	min-width: 195px;
}

.logo-block .logo-additional img {
	max-height: 26px;
}

.logo-additional {
    display: none;
}

.open .logo-additional {
    display: block;
}

.footer-logos .footer-logo__additional img {
    max-height: 23px;
}

.side-menu {
    margin: 0px 15px;
}

.side-menu__list {
    list-style: none;
    padding: 0px 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px
}

.side-menu__item {
    margin-bottom: 30px;
}

.side-menu__link {
    display: flex;
    align-items: center;
    color: #333333;
    white-space: nowrap;
}

.side-menu__link:hover {
    color: #8B0E1B;
}



.side-menu__link img {
    display: block;
    width: 24px;
    height: 29px;
    flex-shrink: 0;
}

.side-menu__link span {
    display: none;
    margin-left: 19px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}


.open .side-menu__link span {
    display: block;
}

.flipcharts {
    margin: 0 15px;
    padding-bottom: 60px;
}

.flipchart-heading {
    display: block;
    margin-bottom: 30px;
}

.flipchart-heading__wrapper {
    display: flex;
    align-items: center;
}

.flipchart-heading h3 {
    display: none;
    margin-right: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
    white-space: nowrap;
}

.open .flipchart-heading h3 {
    display: block;
}

.flipchart-settings {
    margin: 0 auto;
}

.flipchart-settings:hover path {
    fill: #B00E1E;
}

.about-flipchart {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #6D6D6D;
}

.open .about-flipchart {
    display: block;
}

.open .flipchart-settings {
    margin-left: 0px;
    margin-right: 0px;
}

.flipchart-link {
    display: flex;
    max-width: 46px;
    height: 46px;
    margin: 0px auto 9px;
    padding: 0px 8px;
    position: relative;
    align-items: center;
    background-color: #F9F9F9;
    border-radius: 50px 0px 50px 50px;
    -webkit-border-radius: 50px 0px 50px 50px;
    -moz-border-radius: 50px 0px 50px 50px;
    -ms-border-radius: 50px 0px 50px 50px;
    -o-border-radius: 50px 0px 50px 50px;
    color: #272727;
}

.flipchart-link:hover {
    background-color: #E7E7E7;
}

.flipchart-link:active {
    background-color: #D6D6D6;
}

.open .flipchart-link {
    max-width: none;
}

.flipchart-link span {
    display: none;
    white-space: nowrap;
}

.open .flipchart-link span {
    display: block;
    margin-left: 25px;
}

.flipchart-link:after {
    content: '';
    display: none;
    width: 6px;
    height: 6px;
    border-top: 1px solid #B00E1E;
    border-right: 1px solid #B00E1E;
    position: absolute;
    right: 10px;
    top: 10px;
}

.open .flipchart-link:after {
    display: block;
}


.flipchart-link:last-child {
    margin-bottom: 0px;
}

.flipchart-link img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}



.calendar-full {
    display: none;
    width: 100%;
    align-items: center;
    padding: 11px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border-radius: 200px;
}

.calendar-full span {
    white-space: nowrap;
}

.calendar-full .day {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #C39A5E;
}

.calendar-full .day-name {
    margin-left: auto;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #272727;
}

.open .calendar-full {
    display: flex;
}

.calendar-small {
    display: flex;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.open .calendar-small {
    display: none;
}

.calendar-small .day {
    font-size: 20px;
    line-height: 24px;
    color: #C39A5E;
}

.calendar-small .day-name {
    font-size: 14px;
    line-height: 17px;
    color: #272727;
}


.side-weather {
    width: 46px;
    height: 46px;
    margin: 10px auto;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;

    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 50% ;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    -ms-border-radius: 50% ;
    -o-border-radius: 50% ;
    background-position: 5px 21px;
}

.info-weather .temperature {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #272727;
}

.open .side-weather,
.service-drag .side-weather  {
    width: 100%;
    height: auto;
    padding: 20px;
    background-size: 110px;
    background-position: 15px 10px;
    border-radius: 10px;
}

.open .info-weather,
.service-drag .info-weather {
    margin-left: 130px;
}

.info-weather .city {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #B00E1E;
    border-bottom: 1px dashed #B00E1E;
}

.open .info-weather .temperature,
.service-drag .info-weather .temperature  {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    color: #272727;
}

.info-weather .description {
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
}

.info-weather .city,
.info-weather .description{
    display: none;
}

.open .info-weather .city,
.open .info-weather .description,
.service-drag .info-weather .city,
.service-drag .info-weather .description {
    display: inline-block;
}

.main-slider {
    position: relative;
}

.main-slider .slick-arrow {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50px;
    left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/slider/left.svg);
    text-indent: -9999999999999px;
    cursor: pointer;
    z-index: 1;
}

.external-link {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: left;
    position: absolute;
    /* top: 20px; */
    /* right: 20px; */
    bottom: 10px;
    background-color: #fff;
    left: 45px;
}

.external-link.white {
    background-color: transparent;
}

.external-link img {
    display: block;
    width: 20px;
    height: 20px;
}

.external-link:hover {
    opacity: 0.85;
}

.slider-mainPage a {
    position: relative;
}

.switcher-separator {
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    top: 50px;
    left: 72px;
    opacity: 0.3;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.slick-next.slick-arrow {
    left: 80px;
    background-image: url(../img/slider/right.svg);
}


.slider-heading {
    display: block;
    max-width: 635px;
    margin: 86px 0px 7px 45px;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
}

.slider-mainPage .slider-item.link .slider-heading {
    max-height: 40px;
    overflow: hidden;
}


.slider-text {
    display: block;
    max-width: 630px;
    margin-left: 45px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.slider-mainPage .slider-item.link .slider-text {
    max-height: 45px;
    overflow: hidden;
}

.slider-item {
    display: block;
    width: 100%;
    height: 242px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}


.wrapper {
    margin: 0px 40px
}












/* main services */


/* last-news */

.last-news {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 30px;
    background-color: #fff;

}

.last-news h3 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

.last-news__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
}

.last-news__item {
    display: flex;
    width: 100%;
    max-width: 450px;
    height: 70px;
    padding-right: 3%;
    margin-bottom: 25px;
    position: relative;
    align-items: center;
    color: #272727;
}

.last-news__item:hover .last-news__text {
    color: #8B0E1B;
}

.last-news__item:active .last-news__text {
    color: #A30D1C;
}




.last-news__img {
    display: block;
    width: 80px;
    height: 70px;
    margin-right: 20px;
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:  center;
    flex-shrink: 0;
}

.last-news__text {
    display: block;
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    font-size: 16px;
    line-height: 130%;
    font-style: normal;
    font-weight: normal;
    color: #272727;
    flex-shrink: 1;
}

.last-news__items .pinned {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex-shrink: 0;
}

.more-news {
    display: inline-block;
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #828282;
    border-bottom: 1px dashed #E0E0E0;;
}



.more-news:hover {
    color: #8B0E1B;
    border-color: #8B0E1B;
}


/* MAIN SERVICES */

.main-services {
    display: flex;
    margin-bottom: 60px;
    align-items: flex-start;
    justify-content: space-between;
}

.services-item {
    display: block;
    width: 100%;
    max-width: 221px;
    height: 342px;
    padding: 30px;
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
}

.services-item:hover {
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.settings {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: 0.4s;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.services-item:hover .settings  {
    visibility: visible;
    opacity: 1;
}

.services-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.services-icon svg {
    stroke: #272727;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}


.services-item:hover .services-icon svg {
    stroke: #B00E1E;
}

.services-header {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
}

.services-list ul {
    padding: 0px;
    list-style: none;
}

.services-list a {
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
}

.services-list a:hover {
    color: #8B0E1B;
}

.more {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;

}

.more span {
    font-size: 14px;
    line-height: 17px;
    color: #272727;
    border-bottom: 1px dashed #C7C7C7;
}

.more svg {
    margin-left: 5px
}

.more:hover span{
    color: #8B0E1B;
    border-color: #8B0E1B;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.more:hover svg * {
    fill: #8B0E1B;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.questions {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    padding: 40px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.questions-text h3 {
    display: block;
    margin-bottom: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #272727;
}

.questions-text p {
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #727272;
}

.questions-button .btn{
    display: block;
    width: 250px;
    text-align: center;
}

.questions-button {
    margin-left: auto;
}

.close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}



.other-cervices {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 60px;
}

.service-block {
    display: block;
    width: 48.5%;

}

.service-block h2 {
    margin-bottom: 20px;
}

.service-content {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 330px;
    padding: 25px 30px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.birthday-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.birthday-block .user-item {
	align-items: center;
}

.birthday-block h3 {
    margin-bottom: 8px;
}

.birthday-today,
.birthday-past {
    width: 48.5%;
}

.birthday-block .birthday-today h3 {
    margin-bottom: 15px;
}

.birthday-today__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.birthday-today__item:hover .name {
    color: #B00E1E;
}

.user-bd__img {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex-shrink: 0;
}

.user-bd__info .name,
.user-bd__info .position {
    display: block;
}

.user-bd__info .name {
    margin-bottom: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #233142;
}

.user-bd__info .position {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #233142;
}

.last-more .more {
    margin-top: 7px;
}

.last-week {
    margin-bottom: 25px;
}

.service-content .more {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #828282;
    border-bottom: 1px solid #E0E0E0;
}

.service-content .more:hover {
    color: #B00E1E;
    border-color: transparent;
}

.service-content .more:active {
    color: #590710;
    border-color: transparent;
}

.user-list a,
.user-list .birthday-date {
    display: block;
    margin-bottom: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #272727;
}


.service-item-main-link {
	display: block;
}


.user-list a:hover {
    color: #B00E1E;
}

.no-one img {
    margin-right: 20px;
}

.no-one__Text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #233142;
}

.new-item {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.new-info__name {
    display: block;
    margin-bottom: 8px;
    position: relative;
    font-family: 'Proxima Nova Bold';
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #233142;
    cursor: pointer;
}

.new-info__name a {
    color: #233142;
}


.new-info__name:hover {
    color: #B00E1E;
}


.tooltip-info__wrapper {
    padding: 20px;
    position: relative;
    background: rgba(80, 80, 80, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 4px;
}

.tooltip-user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9F9F9F;
    color: #fff;
}


.tooltip-user__img {
    display: block;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex-shrink: 0;
}

.tooltip-user__info .name {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
}

.tooltip-info__wrapper .positions {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    color: #fff;
}

.tooltip-info__wrapper .inner-info {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    color: #fff
}

.tooltip-info__wrapper .inner-item__heading {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
}

.inner-item__content {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
}

.inner-item__content a {
    color: #FFFFFF;
}



.tooltip-info__wrapper .favorite {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#tooltip-info {
    display: none;
    position: absolute;
    top:-240px;
    z-index: 10;
}

.new-info__name:hover  #tooltip-info {
    display: block;
    width: 330px
}




.new-info {
    display: block;
    max-width: 330px;
}

.new-info .main-user-link {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
}

.new-info__position {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #233142;
}

.new-date {
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    text-align: right;
    color: #6D6D6D;
    text-align: right;
}
























/* PROFILE */

.profile-wrapper {
    display: flex;
}

.profile-side {
    display: block;
    width: 350px;
    margin-right: 30px;
    margin-bottom: 50px;
    flex-shrink: 0;
}

.profile-side__wrapper {
    display: flex;
    width: 100%;
    margin-right: 30px;
    padding: 30px;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 4px;
    flex-shrink: 0;
}

.profile-side__wrapper .mcart-gph-profile {
    position: absolute;
    top: -10px;
    left: 0;
    margin: 20px;
    padding: 10px;
}

.user {
    margin: 0 auto 25px;
}

.user-img {
    display: flex;
    width: 192px;
    height: 192px;
    margin: 0 auto 30px;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center top;
    background-size: cover;
    border: 5px solid #E7E7E7;
}

.user-name {
    width: 100%;
    max-width: 290px;
    display: block;
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #272727;
}

.user-position {
    width: 100%;
    max-width: 290px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #6D6D6D;
}

.user-missing {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px 20px;
    border: 1px solid #B00E1E;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.personal-data__item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: #272727;
}



.personal-data__item:last-child {
    margin-bottom: 0px;
}


.btn.thanks {
    display: inline-block;
}

.btn-body {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

.btn.link {
    margin-right: 34px;
    flex-basis: 100%;
    flex-flow: row nowrap;
}

.btn.link .icon-hollow-link {
    margin-right: 10px;
    width: 26;
    height: 26;
}

.user-personal {
    margin-bottom: 30px;
}

.personal-data__item .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 20px;
}

.user-assistant {
    display: block;
    width: 100%;
    flex-shrink: 1;
}

.assistant {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 4px;
    flex-shrink: 1;
}

.assistant-main {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    flex-shrink: 1;
}

.assistant-additional {
    width: 100%;
    flex-shrink: 1;
}

.assistant h5 {
    margin-bottom: 20px;
}

.assistant-img {
    display: block;
    width: 49px;
    height: 49px;
    margin-right: 13px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    flex-shrink: 0;
    border: 3px solid #E7E7E7;
}

.assistant-name {
    display: block;
    width: 100%;
    flex-shrink: 1;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
}

.user-additional {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 30px;
}


.user-work-place {
    display: block;
    width: 100%;
    max-width: 285px;
    margin-right: 30px;
    padding: 25px 30px;
    background-color: #fff;
    flex-shrink: 0;
    border-radius: 4px;
}

.user-work-place h3 {
    margin-bottom: 20px;
}

.place-item {
    margin-bottom: 20px;
}

.place-item:last-child {
    margin-bottom: 0px;
}

.place-item .heading {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #6D6D6D;
}

.place-item .info {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
}

.place-item-string {
    cursor: pointer;
}

.place-item-string img {
    float: left;
}

.place-item-string span {
    float: left;
    margin-top: 3px;
    margin-left: 8px;
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #B00E1E;
}

.personal-office-map-container {
    position: relative;
    width: 80vw;
}
.personal-office-map-container iframe {
    width: 100%;
    height: 80vh;
}

.personal-office-map-container .close-btn {
    position: absolute;
    cursor: pointer;
    top: -30px;
    right: -30px;
}

.user-leads {
    display: block;
    width: 100%;
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 4px;
}

.user-leads h3 {
    margin-bottom: 20px;
}

.user-lead {
    display: flex;
    margin-bottom: 20px;
}

.user-lead:last-child {
    margin-bottom: 0px;
}

.lead-img {
    display: flex;
    width: 49px;
    height: 49px;
    margin-right: 20px;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center top;
    background-size: cover;
    border: 3px solid #E7E7E7;
}

.lead-position {
    display: block;
    margin-bottom: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #6D6D6D;
}

.lead-name {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
}


.skillz-hobbiz {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
}

.nothing-here {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

.tags-wrapper {
    margin-bottom: 16px;
}

.tags-wrapper:last-child {
    margin-bottom: 0px;
}

.tags-wrapper p {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.tags-heading {
    display: block;
    margin-bottom: 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #6D6D6D;
}

.tags-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tag-item {
    display: flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    align-items: center;
    background: #F8F8F9;
    border-radius: 4px;
    margin-right: 10px;
}

.tag-item:last-child {
    margin-right: 0px;
}

.tag-item .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
}

.tag-item .img {
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center top;
    background-size: cover;
}

.absolute-buttons {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.absolute-buttons .qr-code {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer;
    background-image: url(/local/templates/bitrix24/img/ui/qr-code-red.svg);
}

.qr-code-popup-container .popup-window-content canvas,
.qr-code-popup-container .popup-window-content,
.qr-code-popup-container {
    border-radius: 4px;
}

.qr-code-hint-container .popup-window-content {
    padding: 16px 20px;
}

.other-employees {
    display: block;
    margin-bottom: 30px;
    padding: 25px 30px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.other-employees h3 {
    margin-bottom: 20px;
}

.empoyees {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.employee-item {
    display: flex;
    width: 33%;
    align-items: flex-start;
}

.employee-img {
    display: flex;
    width: 49px;
    height: 49px;
    margin-right: 14px;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center top;
    background-size: cover;
    border: 3px solid #E7E7E7;
    flex-shrink: 0;
}

.employee-name {
    display: block;
    margin: 8px 0px 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #233142;
}

.employee-position {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #233142;
}

.more-employees {
    display: block;
    max-width: 200px;
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: #828282;
    text-align: right;
}



.profile-main {
    width: 100%;
    flex-shrink: 1;
}

.user-departments {
    display: block;
    margin-bottom: 30px;
    padding: 25px 25px 13px 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.user-departments-items  {
    display: flex;
    flex-wrap: wrap;
    max-width: 1305px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

li.user-departments-item {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    white-space: nowrap;
}


li.user-departments-item a:hover {
	color: #8B0E1B;
}

li.user-departments-item:after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    margin: 0 9px;
    background-image: url(../img/ui/to-right.svg);
    background-size: cover;
}

li.user-departments-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #272727;
}

li.user-departments-item.current a {
    color: #6D6D6D;
}

li.user-departments-item:last-child:after {
    content: none;
}














/* APPLICATIONS */

.applications-services {
    display: flex;
    margin-bottom: 30px;
    align-items: stretch;
    justify-content: space-between;
}

.applications-services .services-item {
    height: auto;
}

.applications-services .services-header {
    margin-bottom: 0px;
}

.applications-search {
    margin-bottom: 30px;
}

.applications-popular .block-heading {
    align-items: center;
}

.applications-popular .filter {
    margin-left: auto;
}

.applications-popular {
    display: block;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.application-items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.applicaton-item {
    display: flex;
    width: 100%;
    max-width: 274px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 20px;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background-color: #FFFFFF;
}


.applicaton-item:nth-child(4n) {
    margin-right: 0px;
}

.applications-services__wrapper .applications-services {
    justify-content: flex-start;
}

.applications-services__wrapper .services-item {
    margin-right: 30px;
}

.applications-simple .applicaton-item {
    max-width: 291px;
}





.application-form__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    background-color: #fff;
}

.application-form__wrapper button[type=submit] {
    width: 100%;
    max-width: 250px;
}

.aplication-steps {
    display: block;
    width: 100%;
    max-width: 600px;
}


.aplication-steps .step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.aplication-steps .step:last-child {
    margin-bottom: 0px;
}

.aplication-steps .step .num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 58px;
    height: 58px;
    margin-right: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #272727;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #E0E0E0;
    flex-shrink: 0;
}

.aplication-steps .step .description {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    color: #272727;
}

.aplication-steps .step .description a {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
}

.form-wrapper {
    display: block;
    width: 100%;
    max-width: 375px;
    margin-left: 65px;
}

.form-wrapper textarea {
    height: 180px;
}

.input-wrapper {
    margin-bottom: 20px;
}

.form-wrapper a.btn {
    display: inline-flex ;
}

.disabled-select {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: rgba(234, 234, 234, 0.5);
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 4px;
    opacity: 0.5;
    cursor: not-allowed;
}

.disabled_user-img {
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center top;
    background-size: cover;
}




.custom-drop {
    display: flex;
    width: 100%;
    max-width: 375px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #FFFFFF;
    border: 1px dashed #D2D2D2;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.custom-drop input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}


.drop-description {
    display: flex;
    align-items: center;
}

.drop-img {
    display: block;
    margin-right: 15px;
}

.drop-text__choose {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}




.drop-text__format {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
}

.files-preview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}


.files-preview .file {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 81px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 10px 5px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 4px;
}

.files-preview .file:last-child {
    margin-right: 0px;
}

.files-preview .file-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 34px;
    height: 37px;
    margin-bottom: 7px;
    padding-bottom: 3px;
    border: 1.5px solid #272727;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.files-preview .file-name {
    display: block;
    width:81px;
    height: 24px;
    padding: 0px 3px;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #272727;
}

.files-preview .remove-file {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: -8px;
    top: -5px;
    background-color: #FFFFFF;
    background-image: url(../img/ui/file-close.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}


.application-success {
    display: flex;
    align-items: center;
}

.application-success img {
    display: block;
    max-width: 166px;
    margin-right: 30px;
}

.success-content__message {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #272727;
}


#app-success.modal {
    max-width: 680px;
    padding: 30px;
}

.success-buttons {
    display: flex;
}

.success-buttons .filled {
    width: 253px;
    margin-right: 20px;
    box-shadow: 0px 10px 20px rgba(176, 14, 30, 0.2);
}




/* experemental */

.index-open .main-sidebar {
    display: block;
    width: 335px;
}

.index-open main {
    margin-left: 335px;
    max-width: 1064px;
}

.index-open .logo-additional {
    display: block;
}

.index-open .side-menu__link span,
.index-open .flipchart-heading h3,
.index-open .flipchart-link span
{
    display: block;
}

.index-open .calendar-full,
.service-drag .calendar-full {
    display: flex;
}

.index-open .flipchart-link {
    max-width: none;
}

.index-open .calendar-small {
    display: none;
}

.index-open .flipchart-link:after {
    display: block;
}

.index-open .flipchart-link span {
    margin-left: 25px;
}

.index-open .flipchart-settings {
    margin-left: auto;
    margin-right: 0px;
}

.index-open .header-search__wrapper {
    max-width: 700px;
}

.index-open .last-news__item {
    width: 48.5%;
    margin: 0px 0px 20px 0px
}

.index-open .side-weather {
    width: 100%;
    height: auto;
    padding: 20px;
    background-size: 110px;
    background-position: 15px 10px;
    border-radius: 10px;
}

.index-open .info-weather {
    margin-left: 130px;
}

.index-open  .info-weather .city,
.index-open  .info-weather .description {
    display: inline-block;
}

.index-open .info-weather .temperature {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    color: #272727;
}

.index-open .main-services {
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.index-open .services-item {
    max-width: 48.5%;
    margin-bottom: 30px;
}

.index-open .other-cervices {
    flex-wrap: wrap;
}

.index-open .service-block {
    width: 100%;
    margin-bottom: 60px;
}











/* NEWS */

.news-search {
    margin-bottom: 30px;
}

.events {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.events-main {
    width: 100%;
}

.last-events {
    display: flex;
    flex-direction: column;
}


.events-items {
    width: 100%;
}

.event-item {
    display: flex;
    margin-bottom: 30px;
    align-items: stretch;
    background-color: #fff;
}

.event-img {
    width: 100%;
    max-width: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.events-list {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
}

.event-list__heading {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.heading-sort {
    display: flex;
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}

.events-list__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.events-list__item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.sort-for {
    margin-right: 10px;
    color: #6D6D6D;
}

.sort-date {
    cursor: pointer;
}

.sort-date svg {
    margin-left: 3px;
}

.sort-date.active svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.events-side.side-categories {
    background-color: #fff;
}

.events-side.side-categories .categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.events-side.side-detail {
    background-color: #F8F8F9;
    background-image: none;
}

.events-side.side-detail .event-side__heading {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: none;
}

.events-side.side-detail .feed-item {
    margin-bottom: 15px;
}

.side-categories .event-side__heading {
    margin-bottom: 0px;
    border-bottom: none;
}

.side-categories .categories {
    padding: 0px 10px 20px;
}

.news-categorie {
    display: inline-flex;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
}

.news-categorie.active {
    font-weight: bold;
    background: #F8F8F9;
    border-radius: 2000px;
}



.news-categorie {
    margin-bottom: 0px;
}

.last .event-img {
    max-width: 540px;
    height: 310px;
    flex-shrink: 0;
}

.event-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 25px 30px;
}

.event-date {
    display: block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #6D6D6D;
}

.event-partition {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.event-partition a {
    margin-right: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #C39A5E;
}

.event-heading {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #272727;
}

.event-heading:hover {
    color: #8B0E1B;
}

.event-heading:hover h3 {
    color: #8B0E1B;
}

.event-tags {
    display: flex;
    margin-bottom: 18px;
    flex-wrap: wrap;
    margin-top: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #6D6D6D;
}

.event-tags a {
    margin-right: 5px;
    color: #6D6D6D;
}

.event-socials {
    display: flex;
    align-items: center;
}

.event-socials .social {
    display: flex;
    margin-right: 35px;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #272727;
    cursor: pointer;
}

.event-socials .social:last-child {
    margin-right: 0px;
}

.event-socials .social.watched {
    margin-left: auto;
}

.event-socials .social span {
    margin-left: 5px;
}

.past-events {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.past-events .event-item {
    width: 100%;
    max-width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    flex-direction: column;
}

.past-events .event-item:nth-child(3n) {
    margin-right: 0px;
}

.past-events .event-img {
    height: 162px;
}

.past-events .event-content {
    padding: 15px 20px;
}

.past-events .event-heading {
    display: block;
    height: 57px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 130%;
    color: #272727;
    overflow: hidden;
}

.past-events .event-heading:hover {
    color: #8B0E1B;
}













.events-side {
    display: block;
    width: 284px;
    margin-left: 30px;
    flex-shrink: 0;
    background-image: url(../img/events/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.event-side__heading {
    margin: 0px 30px 30px;
    padding: 30px 0px 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px dashed #EBEBEB;
    line-height: 24px;
    color: #272727;
}

.event-detail {
    margin-bottom: 30px;
}

.news-comment {
    margin-bottom: 70px;
}

.pre-header {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #C39A5E;
}

.detail-stat {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.watched {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #6D6D6D;
}

.watched svg {
    margin-right: 5px;
}

.detail-stat .date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #6D6D6D;
}

.detail-img {
    margin-bottom: 30px;
}

.detail-img img {
    display: block;
    width: auto;
    max-width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.news-detail__content p {
    margin-bottom: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #272727;
}

.news-detail__content hr {
    margin-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}

.news-detail__content span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #272727;
}

.news-detail__content h4 {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #272727;
}

.news-detail__content li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #272727;
}

.news-detail__content ul {
    margin-bottom: 40px;
}

.news-tags {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #6D6D6D;
}

.news-tags a {
    margin-right: 5px;
}


.news-social {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.news-social .social {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #272727;
}

.news-social .social svg {
    margin-right: 5px;
}

.news-social .like {
    margin-right: 35px;
    cursor: pointer;
}

.news-social .watched {
    margin-right: 0px;
    margin-left: auto;
}

.comment-start {
    display: flex;
}

.comment-start .user-img {
    width: 60px;
    height: 60px;
    margin: 0px 20px 0px 0px;
    border: none;
}

.user-textarea {
    width: 100%;
}

.user-textarea textarea {
    height: 60px;
    padding: 20px 20px 19px;
}

.comment {
    margin-bottom: 20px;
    padding: 25px 30px;
    background: #F8F8F9;
    border-radius: 4px;
}

.comment:last-child {
    margin-bottom: 0px;
}

.comment-heading {
    display: flex;
    margin-bottom: 10px;
}

.comment-start {
    margin-bottom: 40px;
}

.comment-user {
    display: flex;
    align-items: center;
}

.comment-date {
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #BDBDBD;
}

.comment-user__img {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex-shrink: 0;
}

.comment-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #272727;
}

.comment-user__name {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.comment-footer {
    display: flex;
}

.comment-footer .reply {
    margin-left: auto;
}

.comment-footer .social {
    display: flex;
    align-items: center;
}

.comment-footer .social svg {
    margin-right: 5px;
}

.feed-item {
    margin-bottom: 30px;
    padding: 0px 30px 15px;
}

.feed-item:last-child {
    margin-bottom: 0px;
}

.feed-item__heading {
    display: block;
    margin-bottom: 11px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #272727;
}

.feed-item__content a {
    display: block;
    max-height: 54px;
    margin-bottom: 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #272727;
}

.feed-item__content a:hover {
    color: #8B0E1B;
}

.feed-item__content a:last-child {
    margin-bottom: 0px;
}

.feed-item__content {
    margin-bottom: 11px;
}

.feed-item__more .more {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #828282;
    border-bottom: 1px solid #E0E0E0;
}


.btn.add-service {
    padding: 10px 20px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 200px;
    color: #B00E1E;
}

.btn.add-service svg {
    margin-right: 12px;
}

.service-wrapper .modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.custom-link {
    display: inline-block;
    margin-left: auto;
    font-size: 16px;
    line-height: 150%;
    color: #B00E1E;
}

.modal-back {
    margin-right: 20px;
}

.btn.service-add {
    max-width: 255px;
    margin-top: 30px;
}

.drag-btn {
    margin-right: 11px;
}

.service-wrapper .modal-content .btn.add-service {
    margin-bottom: 25px;
}

.service-drag {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.drag-btn {
    cursor: pointer;
}

.flipchart-item {
    display: flex;
    width: 100%;
    height: 46px;
    padding: 0px 40px 0px 9px;
    position: relative;
    align-items: center;
    background-color: #F9F9F9;
    border-radius: 50px 0px 50px 50px;
    -webkit-border-radius: 50px 0px 50px 50px;
    -moz-border-radius: 50px 0px 50px 50px;
    -ms-border-radius: 50px 0px 50px 50px;
    -o-border-radius: 50px 0px 50px 50px;
    color: #272727;
}



.flipchart-item:hover {
    background-color: #E7E7E7;
}

.flipchart-item:active {
    background-color: #D6D6D6;
}

.flipchart-item span {
    display: block;
    margin-left: 25px;
}

.flipchart-item:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #B00E1E;
    border-right: 1px solid #B00E1E;
    position: absolute;
    right: 10px;
    top: 10px;
}

.service-actions {
    display: flex;
    width: 53px;
    margin-left: 10px;
    align-items: center;
    flex-shrink: 0;
}

.service-actions .service-edit {
    margin-left: 15px;
    cursor: pointer;
}

.service-actions .service-remove {
    cursor: pointer;
}

.roads {
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 10px;
}

.roads-city {
    display: inline-block;
    margin-bottom: 10px;
    color: #B00E1E;
}

.roads-city span {
    border-bottom: 1px dashed #efcfd2;
}

.roads-status {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
}

.roads-value {
    display: flex;
    width: 60px;
    height: 60px;

    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.roads-content {
    margin-left: 20px;
}


.roads-value svg {
    position: absolute;
    z-index: 1;
}

.roads-value span {
    position: relative;
    z-index: 2;
}

.roads-value.green svg .light-main {
    fill: #62AA47;
}

.roads-value.green svg .light-top {
    fill: #438A30;
}

.roads-value.yellow svg .light-main {
    fill: #FFBE18;
}

.roads-value.yellow svg .light-top {
    fill: #CB9918;
}

.roads-value.red svg .light-main {
    fill:#E93232;
}

.roads-value.red svg .light-top {
    fill: #BC1414;
}


.about-wrapper {
    margin-bottom: 100px;
}

.about-wrapper .about {
    display: flex;
}

.company-numbers h2 {
    margin-bottom: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

.company-numbers ul {
    list-style: none;
    padding: 0px;
}

.about-list {
    width: 300px;
    flex-shrink: 0px;
    margin-left: 30px;
}

.about-list ul {
    list-style: none;
    padding: 0px;
}

.company-numbers ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.company-numbers li {
    width: 50%;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #272727;
}

.about-list a {
    display: inline-block;
    padding: 6px 20px 5px;
    border: 1px solid transparent;
    color: #6D6D6D;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    border-radius: 4px;
}

.about-list .active a {
    color: #B00E1E;
    border-color:  #F2CED3;
}

.color-chosing__slider {
    margin-bottom: 10px;
}

.link-color {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.link-color input {
    display: block;
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.color-block {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0.5;
}

.link-icon {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.icon-choosing {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    flex-shrink: 0;
    background-color: #0D6ABF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0.5;
}

.link-icon input {
    display: block;
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.link-color input:checked + .color-block {
    opacity: 1;
    box-shadow: 0px 10px 10px rgba(13, 106, 191, 0.29);
}

.link-icon input:checked + .icon-choosing {
    opacity: 1;
    box-shadow: 0px 10px 10px rgba(13, 106, 191, 0.29);
}

.color-chosing__slider .slick-track,
.icon-chosing__slider .slick-track {
    padding: 0px 15px 15px 5px;
}




.color-chosing__slider .slick-list,
.icon-chosing__slider .slick-list {
    width: 278px;
    max-width: 278px;
    margin-left: -7px;;
}

.color-chosing__slider .slick-slide,
.icon-chosing__slider .slick-slide  {
    width: 45px !important;
    max-width: 45px;
    margin-right: 10px;
}



.color-chosing__slider .slick-arrow,
.icon-chosing__slider .slick-arrow {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50px;
    left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/about/arrow.svg);
    text-indent: -9999999999999px;
    cursor: pointer;
    z-index: 1;
}



.link-icon.add-icon .icon-choosing {
    background-color: #E7E7E7;
    background-image: url(../img/ui/icon-upload.svg) !important;
}

.switcher-separator {
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    top: 50px;
    left: 72px;
    opacity: 0.3;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.color-chosing .heading,
.icon-chosing .heading {
    margin-bottom: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
}

.color-chosing__slider .slick-prev.slick-arrow,
.icon-chosing__slider .slick-prev.slick-arrow {
    left: 80px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}


.color-chosing__slider .slick-prev.slick-arrow,
.icon-chosing__slider .slick-prev.slick-arrow {
    top: 11px;
    left: 306px;
}


.color-chosing__slider .slick-next.slick-arrow,
.icon-chosing__slider .slick-next.slick-arrow {
    top: 11px;
    right: 90px;
    left: auto;
}

.color-chosing__slider .slick-arrow.slick-disabled,
.icon-chosing__slider .slick-arrow.slick-disabled {
    opacity: 0.36;
}

.service-personal-link .btn {
    width: 100%;
    max-width: 250px;
}

.link-look {
    margin-bottom: 30px;
}

.link-look .heading {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
}

.flipchart-link__custom {
    display: flex;
    width: 100%;
    max-width: 304px;
    padding-right: 15px;
    align-items: center;
    height: 46px;
    background: #F9F9F9;
    border-radius: 50px 0px 50px 50px;
    -webkit-border-radius: 50px 0px 50px 50px;
    -moz-border-radius: 50px 0px 50px 50px;
    -ms-border-radius: 50px 0px 50px 50px;
    -o-border-radius: 50px 0px 50px 50px;
    position: relative;
}

.custom-icon {
    display: block;
    width: 46px;
    height: 46px;
    margin-right: 18px;
    position: relative;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0D6ABF;
}

.flipchart-link__custom span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #272727;
}

.flipchart-link__custom:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #B00E1E;
    border-right: 1px solid #B00E1E;
    position: absolute;
    right: 10px;
    top: 10px;
}

.color-chosing__slider:after,
.icon-chosing__slider:after {
    content: '';
    width: 0px;
    height: 18px;
    opacity: 0.3;
    position: absolute;
    right: 122px;
    top: 14px;
    border-right: 1px solid #272727;
}

.icon-chosing.hidden {
    display: none;
}

.icon-upload.hidden {
    display: none;
}

.icon-upload .custom-drop {
    border: 1px dashed #B00E1E;
}



.leads {
    margin-bottom: 60px;
}

.about-detail .leads h2 {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

.about-main {
    max-width: 780px;
}

.about-main .header-wrapper {
    margin-bottom: 20px;
}

.about-main h1 {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #272727;
}

.after-heading {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: #272727;
}

.about-detail h2 {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

.about-detail p {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #272727;
}

.ratings {
    display: flex;
    margin-bottom: 35px;
    align-items: stretch;
    justify-content: space-between;
}

.rating-item {
    display: flex;
    width: 31%;
    padding: 30px;
    flex-direction: column;
    position: relative;
    background: #F9F9F9;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
}

.rating-item__info {
    display: flex;
    align-items: center;
}

.rating-business {
    display: block;
    margin-right: 15px;
    padding: 6px 20px 5px ;
    background: #B00E1E;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

.rating-review {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
}

.rating-item:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #B00E1E;
    border-right: 1px solid #B00E1E;
    position: absolute;
    right: 10px;
    top: 10px;
}

.rating-item__logo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    margin-bottom: 20px;
}

.leads-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-lead {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 258px;
}

.main-lead__img {
    display: block;
    width: 258px;
    height: 320px;
    margin-bottom: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.main-lead__name {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #B00E1E;
}

.main-lead__position {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #272727;
}

.other-leads__img {
    display: flex;
    margin: 0px -6px 10px;
    flex-wrap: wrap;

}

.other-leads {
    max-width: 194px;
    height: 320px;
    padding: 20px;
    background: #F9F9F9;
}

.other-leads__img {
    margin-bottom: 9px;
}

.other-lead {
    display: block;
    width: 34px;
    height: 55px;
    margin: 0px 3px 11px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.other-leads__link {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #B00E1E;
}

.other-leads__more {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #272727;
}


.insurance-directions__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.insurance-direction {
    display: flex;
    width: 243px;
    height: 87px;
    margin-bottom: 30px;
    padding: 20px 12px 20px 20px;
    align-items: center;
    background: #F9F9F9;
    border-radius: 4px;
}

.insurance-direction .icon {
    display: flex;
    margin-right: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.insurance-direction span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
}

.insurance-direction.all-direction {
    background-color: #B00E1E;
}

.insurance-direction.all-direction span {
    color: #fff
}

.insurance-directions h2 {
    margin-bottom: 25px;
}

/*.insurance-directions__items a:not(:nth-child(3n)) {*/
/*    margin-right: 25px;*/
/*}*/

.locations h2 {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

.location-desciption {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #272727;
}

ol.vote-items-list li {
	margin-bottom: 30px;
}

.mymagicoverbox_fenetreinterieur .subtitle {
    color: #fff;
    font-size: 15px;
    background-color: #990032;
    padding: 15px;
}

#bx-soa-order #bx-soa-main-notifications,
#bx-soa-order #bx-soa-paysystem {
    display: none;
}



.side-addon {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 26px 30px;
    background-color: #fff;
}

.timer-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.user-time h3 {
    margin-bottom: 13px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
}

.user-time .timer {
    display: flex ;
    width: 100%;
    max-width: 94px;
    height: 94px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.timer-visual {
    display: block;
    width: 94px;
    height: 94px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background-image: url(../img/profile/time.png);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.timer-info__time {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
}

.timer-info__date {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #6D6D6D;
}


.timer-description {
    margin-left: 50px;
}

.timer-gmt {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #6D6D6D;
}

.timer-region {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
}

.main-last-news .more-news  {
    display: flex;
    margin-left: 0px;
    align-items: center;
    color: #B00E1E;
    border: none;
}

.main-last-news .more-news:hover  {
    color: #8B0E1B;
}

.main-last-news .more-news svg {
    stroke: #B00E1E;
}

.main-last-news .more-news:hover svg {
    stroke: #8B0E1B;
}

@font-face {
    font-family: 'SuisseIntl';
    src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'SuisseIntl';
    src: url('../fonts/SuisseIntl-SemiBold.woff2') format('woff2');
    font-weight: 500;
}

.about-list a{
    padding: 16px 0 10px 0;
    font-size: 16.5px;
    line-height: 100%;
    font-weight: 500;
    font-family: "SuisseIntl",  sans-serif;
    letter-spacing: -.02rem;
    color: #505254;
    position: relative;
    display: block;
}

.about-list li:first-child a{
    padding-top: 0;
}

.about-list .active a{
    border: none;
    border-bottom: 2px solid #b70037;
    color: #b70037;
    border-radius: 0;
}

.about-list a:hover{
    color: #dd0042;
}

.about-list{
    width: auto;
}

.insurance-direction,
.health .spoiler-block{
    transition: background-color .25s ease;
}

.insurance-direction:hover,
.health .spoiler-block:not(.active):hover{
    background-color: #990032;
    color: #FFFFFF;
}

.insurance-direction:hover font,
.health .spoiler-block:not(.active):hover .spoiler-header h4{
    color: #FFFFFF;
}

.insurance-direction:hover .icon img,
.spoiler-block:hover .tab-preview-icon{
    filter: invert(1);
}


.user-default-avatar.user-birthday::after{
    content: '';
    position: absolute;
    top: -51px;
    left: -7px;
    background: url('/local/templates/bitrix24/img/birthday-icon.png') center top/cover no-repeat;
    display: block;
    width: 92px;
    height: 92px;
    transform: rotate(17deg);
}

.user-block .user-block__img{
    position: relative;
}

.user-block .user-block__img.user-birthday::after{
    top: -18px;
    left: -19px;
    width: 40px;
    height: 40px;
}

.about-search{
    display: none;
}

.header-quote{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 924px;
    margin-bottom: 15px;
}

.header-quote__text{
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 600;
}

.header-quote__author{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
}

.header-quote__title{
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #272727;
}

.header-quote__wrapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-quote__title{
    flex-shrink: 0;
}

.header-quote{
    justify-content: flex-start;
    align-items: center;
}

.user-like-btn{
    position: absolute;
    top: 200px;
    left: 237px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.like-prompt{
    position: absolute;
    top: 100%;
    left: -30%;
    display: none;
    width: 300px;
    font-size: 13px;
    background-color: #FFFFFF;
    border-radius: 4px;
    color: #6d6d6d;
    padding: 10px;
    line-height: 150%;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.user-like-btn:hover .like-prompt{
    display: block;
}

.like-btn{
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.like-btn.active svg path{
    fill: url(#goldGradient);
}

.like-num{
    font-family: 'Proxima Nova';
    color: #6D6D6D;
}

.like-btn.active+.like-num{
    color: #FFA700;
}

/*calendar status*/

.calendar-types{
    padding: 0 0 0 40px;
    margin-right: auto;
    /*margin-top: -3px;*/
    /*line-height: 150%;*/
    /*border-top: 1px solid #f8f8f9;*/
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}

.calendar-types .corporate-events{
    display: flex;
    align-items: center;
    line-height: 120%;
}

.corporate-events .calendar-color{
    display: inline-block;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    flex-shrink: 0;
}


.pagetitle-below{
    width: 100%;
}

.pagetitle-below>.calendar-view-switcher-list{
    padding-left: 13px;
    margin-right: 0;
    margin-left: auto;
    border-top: 1px solid #dce2e6;
}

.calendar-pagetitle-view .pagetitle-below{
    border: none;
    align-items: flex-end;
}

/*   */

.events:has(.events-side) .past-events .event-img{
    height: 162px;
}

.past-events .event-img{
    height: 218px;
}

.event-img{
    width: 420px!important;
    flex-shrink: 0;
    height: 241px;
}

.last .event-img{
    width: 540px!important;
    max-width: 540px!important;
    height: 310px;
}

.past-events .event-img{
    width: 100%!important;
}

.event-heading{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.last .event-heading{
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.events:has(.events-side) .past-events .event-img{
    height: 162px;
}

.past-events .event-img{
    height: 218px;
}

 .blitz-vote{
     width: 191px;
     background: #FFFFFF;
     border-radius: 4px;
     padding: 10px;
 }

.blitz-vote__title{
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #990032;
}

.blitz-vote__description{
    margin: 10px 0;
    font-family:  "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #000;
}

.blitz-vote__wrapper{
    border-radius: 4px;
    background: #f8f8f9;
    padding: 12px 8px;
    margin: 0;
}

.blitz-vote__name{
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
}

.blitz-vote__item{
    font-weight: 400;
    font-size: 12px;
    color: #272727;

    position: relative;
}

.blitz-vote__variant{
    position: relative;
    height: 28px;
    padding: 6px 10px;
    margin-bottom: 12px;
    width: 100%;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blitz-vote__form_result .blitz-vote__variant{
    background-color: #9fa4ab;
}

.blitz-vote__variant input:checked+label{
    font-weight: 600;
}

.blitz-vote__item label{
    cursor: pointer;
}

.blitz-vote__variant input{
    position: absolute;
    z-index: -1;
}

.blitz-vote__range{
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    background-color: #990032;
    border-radius: 4px;
}

.blitz-vote__range[style="width: 0%"]~.blitz-vote__item{
    color: #FFFFFF;
}

.blitz-vote__form_result .blitz-vote__percent,
.blitz-vote__percent{
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    border-bottom: none;
    cursor: default;
    margin-left: auto;
}

.blitz-vote__form_result .blitz-vote__item{
    color: #FFFFFF;
}

/*.blitz-vote__form_result .blitz-vote__variant{*/
/*    cursor: default;*/
/*}*/

.blitz-vote__range[style="width: 0%"]~.blitz-vote__item{
    color: #FFFFFF;
}

.blitz-vote__range[style="width: 100%"]~.blitz-vote__percent{
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.blitz-vote{
    position: absolute;
    top: 70px;
    right: auto;
    z-index: 400;
    width: max-content;
    max-width: 600px;
}

body{
    /*position: relative;*/
}

.blitz-vote__form_result .blitz-vote__variant{
    cursor: default;
}

/*  new about page  */

.about-company__main{
    width: 100%;
    height: 391px;
    background-image: url("/local/templates/bitrix24/img/about/about-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 34px 28px 28px 28px;
    margin-bottom: 40px;
    color: #FFFFFF;
    gap: 19px;
}

.about-company p{
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #272727;
    margin: 18px 0;
}

.about-company__main-img{
    margin-top: auto;
}

.about-company .about-company__main h1,
.about-company__main p{
    color: #FFFFFF;
}

.about-company__main p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    max-width: 386px;
}

.about-main_years{
    font-size: 20px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    line-height: 150%;
    color: #272727;
}

.about-company__values{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.about-company__values-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: -0.02em;
    color: #990032;
}

.about-company__values p{
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #272727;
    margin: 0;
}

.about-company h2{
    margin: 40px 0 25px 0;
}

.numbers__item-num{
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #b70037;
    margin-bottom: auto;
}

.about-company__numbers{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.numbers__item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid #cbcfd6;
    padding: 25px;
    height: 247px;
}

.numbers__item span{
    font-weight: 400;
    font-size: 14px;
    color: #6a6b6d;
}

.numbers__item:last-child{
    grid-column: span 2 / span 2;
}

.insurance-directions__items{
    gap: 24px;
}

.insurance-direction.active{
    background-color: #990032;
    color: #FFFFFF;
}

.insurance-direction.active:hover img{
    filter: invert(0);
}

.about-company .ratings{
    gap: 16px;
    justify-content: flex-start;
}

.about-company .rating-item{
    width: 100%;
    max-width: 184px;
    min-height: 196px;
    padding: 13px;
}

.about-company .rating-item__logo{
    height: 50px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 22px;
}

.rating-business{
    width: fit-content;
    width: -moz-fit-content;
    margin-top: auto;
    margin-bottom: 12px;
}

.rating-item__year{
    font-weight: 600;
    font-size: 16px;
    color: #990032;
}

.about-company .rating-item:after{
    display: none;
}
/*  end new about page  */

.header-search__wrapper {
    max-width: 394px;
    margin-left: auto;
}

.main-search::placeholder {
    padding-right: 40px;
}

/* adaptation styles */
.applicaton-item {
    margin: 0;
}

.application-items {
    gap: 20px;
}

.service-content {
    max-height: 100%;
}

.other-cervices {
    margin-bottom: 0;
}
@media (max-width: 1250px) {
    .header-search__wrapper {
        height: 60px;
    }

    .upper-menu-slider__item {
        font-size: 15px;
    }

    .last-news__list {
        gap: 17px;
    }

    .footer-menu ul li {
        margin-left: 30px;
    }

    .footer-menu ul a {
        font-size: 15px;
    }

    .slider-mainPage a {
        background-size: 100% !important;
        background-repeat: no-repeat ! important;
        height: 193px;
    }

    .slider-heading {
        margin-top: 55px;
    }

    .main-slider .slick-arrow {
        top: 25px;
    }

    .switcher-separator {
        top: 27px;
    }

    .slider-text {
        max-width: 500px;
    }

    .slider-heading {
        font-size: 30px;
    }

    .search-title-top-item {
        width: 100%;
        overflow: visible;
    }

    .mcart-menu {
        display: block;
    }

    body.template-bitrix24#body-id {
        height: 100%;
    }

    #content-table {
        display: flex;
        flex-direction: column;
    }

    .chars-filter {
        padding: 11px 10.4px 10px;
        font-size: 14px;
    }

    .sonet-ui-btn-cont {
        .ui-btn + .ui-btn {
            margin-left: 0;
            margin-top: 12px;
        }
    }

    .last .event-img {
        width: 410px!important;
    }

    .events-side {
        width: 266px;
    }

    .event-content {
        height: 100%;
    }

    .event-socials {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: auto;
    }

    .social.comments {
        order: -1;
        grid-column: 1/span 2;
    }

    .selects__container {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .deputy_photo {
        object-fit: cover;
    }

    .user-work-place {
        max-width: 267px;
        margin-right: 20px;
    }

    .profile-side {
        margin-right: 20px;
    }

    .user-leads .leads-items.other {
        flex-wrap: wrap;
    }

    .bx-disk-aggregator-description-div {
        font-size: 9px;
    }

    .btn-filter {
        font-size: 14px;
        padding: 10px 20px;
    }

    h3 {
        font-size: 18px;
    }

    h2 {
        font-size: 20px;
    }

    h1 {
        font-size: 22px;
    }

    .timecard-header__container {
        width: 100%;
    }

    .application-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .applications-simple .applicaton-item {
        max-width: 100%;
    }

    .services-item {
        padding: 21px;
    }

    .services-header {
        font-size: 16px;
    }

    .mymagicoverbox {
        white-space: nowrap;
    }
}
