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: 40px;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.05);
    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 20px;
}

.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: 30px;
    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: inherit;
}

.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: space-between;
}

.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;
}

.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;
}

input:active,
input:focus {
    outline: 0;
    outline-offset: 0;
}

button {
    background: transparent;
    cursor: pointer;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

a {
    text-decoration: none;
}

body {
    background: #E5E5E5;
    margin: 0;
}


.top-slider {
    width: 100%;
    position: relative;
    font-family: 'Proxima Nova', sans-serif;
    margin-bottom: 60px;
}

.top-slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1305px;
    width: 100%;
    margin: 0 auto;
}

.slider-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 55px;
    left: 62px;
}

.slider-buttons::after {
    content: '';
    opacity: 0.3;
    background-color: #fff;
    height: 18px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 3px;
    z-index: 10;
}

.slider-buttons button {
    background-repeat: no-repeat;
    width: 32px;
    height: 24px;
    background-size: cover;
    border: none;
}

.slider-buttons button::after {
    content: none;
}

.slider-buttons button.swiper-button-prev {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    width: 40px;
    background-size: contain;
    background-position-x: 20px;
}


.slider-buttons button.swiper-button-next {
    background-size: contain;
    background-position-x: 12px;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    margin: 0 !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.7;
}

.top-slider__slide-img-container {
    height: 469px;
    min-width: 1305px;
    padding: 125px 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.top-slider__slide--yellow {
    background-color: rgb(216, 181, 27);
}

.top-slider__slide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1305px;
    width: 100%;
    background-image: url('img/laptop.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding-bottom: 25px;
}

.top-slider__slide-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.top-slider__slide-txt h2 {
    font-weight: normal;
    font-size: 34px;
    line-height: 120%;
    max-width: 655px;
    margin-bottom: 15px;
}

.top-slider__slide-txt p {
    margin: 0 0 50px 0;
    max-width: 571px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.top-slider__slide-txt a {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 58px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    text-align: center;
}

.top-slider__slide-txt h2 {
    color: #272727;
}
.top-slider__slide-txt p {
    color: #828282;
}
.top-slider__slide-txt a {
    background-color: #990032;
    box-shadow: 0 10px 20px rgb(176 14 30 / 20%);
    color: #fff;
}

.top-slider-red-white .top-slider__slide-txt h2 {
    color: #fff;
    text-shadow: 1px 1px 3px black;
}
.top-slider-red-white .top-slider__slide-txt p {
    color: #758290;
}
.top-slider-red-white .top-slider__slide-txt a {
    background-color: #A80339;
    box-shadow: 0 19px 37px rgba(198, 26, 43, 0.15);
    color: #fff;
}

.top-slider-none-white .top-slider__slide-txt h2 {
    color: #fff;
    text-shadow: 1px 1px 3px black;
}
.top-slider-none-white .top-slider__slide-txt p {
    color: #758290;
}
.top-slider-none-white .top-slider__slide-txt a {
    background-color: inherit;
    border: 0.6px solid #FFFFFF;
    box-shadow: none;
    color: #fff;
}

.top-slider-white-white .top-slider__slide-txt h2 {
    color: #fff;
    text-shadow: 1px 1px 3px black;
}
.top-slider-white-white .top-slider__slide-txt p {
    color: #758290;
}
.top-slider-white-white .top-slider__slide-txt a {
    background-color: #fff;
    border: none;
    box-shadow: none;
    color: #1a1a1a;
}

.top-slider__slide-logos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-slider__slide-logos {
    position: relative;
}

.top-slider__slide-logos::after {
    content: '';
    opacity: 0.3;
    background-color: #fff;
    height: 18px;
    width: 1px;
    position: absolute;
    left: 65%;
    top: 3px;
    z-index: 10;
}

.top-slider__slide-logos img:not(:first-child) {
    margin-left: 50px;
}

.qlik-links,
.education,
.news-qlik {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 55px;
    max-width: 1224px;
    width: 100%;
    font-family: 'Proxima Nova', sans-serif;
}

.education {
    margin-bottom: 25px;
}

.qlik-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}

.qlick-links__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47%;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.qlick-links__card::after {
    content: '';
    width: 7px;
    height: 7px;
    background-image: url('/local/templates/bitrix24-qlik/img/icons/corner.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 20px;
}

.qlick-links__card:nth-child(odd) {
    margin-right: 30px;
}

.qlick-links__card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.qlick-links__card img {
    width: 48px;
    height: 48px;
    margin-right: 25px;
}

.qlick-links__card-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 353px;
    width: 100%;
}

.qlick-links__card-txt h4,
.edu-card h4 {
    margin: 0;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #990032;
}

.qlick-links__card-txt p,
.edu-card p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #727272;
}

.education {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}

.education h3,
.news-qlik h3 {
    font-family: inherit;
    font-weight: normal;
    font-size: 30px;
    line-height: 120%;
    color: #272727;
    margin: 30px 0;
}

.education ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.edu-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3% - (60px / 3));
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.edu-card:not(:nth-child(3n)) {
    margin-right: 30px;
}

.edu-card::after {
    content: '';
    width: 7px;
    height: 7px;
    background-image: url('/local/templates/bitrix24-qlik/img/icons/corner.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 20px;
}


.edu-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.news-qlik {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}


.news-qlik__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    background-color: #fff;
    padding: 25px 40px;
    padding-bottom: 0;
}

.news-qlik__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
}

.news-qlik__list li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
}

.news-qlik__date {
    font-size: 12px;
    line-height: 130%;
    color: #6D6D6D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-qlik__list li h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #272727;
    margin: 0;
}

.news-qlik__download {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    line-height: 130%;
    color: #C39A5E;
    margin-top: 10px;
}

.news-qlik__download::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('img/icons/paperclip.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.qlik-main-content {
    background: #f8f8f9;
    max-width: 1305px;
}
.qlik-wrapper-main-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 50px;
}
.btn-login-img {
    background-image: url('/local/templates/bitrix24-qlik/images/log-in-white.svg');
    background-repeat: no-repeat;
    padding: 14px;
}
.qlik-nav__btn-login:hover .btn-login-img {
    background-image: url('/local/templates/bitrix24-qlik/images/log-in-pink.svg');
}
.qlik-nav__btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 17px 73px 18px 67px;
    background: #990032;
    box-shadow: 0px 10px 20px rgba(176, 14, 30, 0.2);
    border-radius: 4px;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
}
.qlik-nav__btn-login img,
.qlick-nav__btn-community img {
    margin-right: 7px;
}
.qlik-nav__btn-login:hover img.second {
    opacity: 1;
    filter: alpha(opacity=100);
}
.qlik-nav__btn-login:hover {
    background: #7d0029;
    cursor: pointer;
    color: #fab2b9;
}
.qlick-nav__btn-community {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 17px 33px 17px 33px;
    background: #ffffff;
    border: 2px solid #990032;
    border-radius: 4px;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #990032;
}
.qlick-nav__btn-community:hover img.second {
    opacity: 1;
    filter: alpha(opacity=100);
}
.qlick-nav__btn-community:hover {
    background: #7d0029;
    cursor: pointer;
    color: #fab2b9;
}
.btn-community-img {
    background-image: url('/local/templates/bitrix24-qlik/images/community-red.svg');
    background-repeat: no-repeat;
    padding: 14px;
}
.qlick-nav__btn-community:hover .btn-community-img {
    background-image: url('/local/templates/bitrix24-qlik/images/community-pink.svg');
}
.qlik-main {
    margin-left: 40px;
    margin-right: 40px;
    width: 855px;
    max-width: 100%;
}
.qlik-main__section {
    margin-bottom: 50px;
}
.qlik-main__section .qlik-about {
    background: #FFFFFF;
    padding-bottom: 30px;
}
.qlik-main__section-title {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 120%;
    color: #272727;
    margin-bottom: 20px;
}
.section-report-catalog {
    width: 100%;
    border-radius: 4px;
}
.section-report-catalog p {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    color: rgb(39, 39, 39, 0.2);
    background: #ffffff;
}