/*body {*/
/*    font-family: 'Roboto', 'Arial', sans-serif;*/
/*    font-weight: normal;*/
/*    font-size: 14px;*/
/*    line-height: 1.2;*/
/*}*/

/*.container {*/
/*    width: 730px;*/
/*    margin: 0 auto;*/
/*}*/

/*a {*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*}*/

.button {
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    padding: 0.5em 1em;
    font-size: 0.9em;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: all 0.4s ease;
}

.button_wide {
    padding: 1em 2em;
    min-width: 150px;
    transition: all .4s;
}

.button_wide:hover {
    background-color: #000;
    color: #fff;
}

.button-blue {
    border: 1px solid #128CE6;
    color: #128CE6;
}

.button-blue:hover {
    background-color: #128CE6;
    color: #fff;
}

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

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

.buttons__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.buttons__wrapper .button {
    box-sizing: border-box;
    min-width: 230px;
    margin-left: 20px;
}

.buttons__wrapper .button:first-of-type {
    margin-left: 0;
}

.buttons__wrapper--main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-all-quest {
    width: 177px;
}


.slider {
    margin: 0 -10px;
}

.slider-item__link {
    display: block;
    transition: all .4s;
    outline: none;
}

.slider-item__link:hover .slider-item__wrapper {
    color: #4F75A2;
    text-decoration: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.slider-item {
    margin: 10px;
    width: 230px;
}

.slider-item__image-wrapper {
    height: 180px;
    overflow: hidden;
}

.slider-item__img {
    display: block;
    width: 232px;
    height: 180px;
    object-fit: cover;
}

.slider-item__wrapper {
    padding: 16px 15px;
    transition: all .4s;
}

.slider-item__title {
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    height: 41px;
    -webkit-line-clamp: 2;
    margin: 0;

}

.slick-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: #128CE6 !important;
    left: 10px !important;
    top: 30px !important;
    z-index: 1 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: .7 !important;
    background: #128CE6 !important;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .7 !important;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5 !important;
}

.slick-prev:before {
    content: "" !important;
    position: absolute !important;
    top: 28% !important;
    left: 50% !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url("../img/arrow-left.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 1 !important;
    transform: translate(-50%) !important;
}

.slick-next {
    width: 40px !important;
    height: 40px !important;
    background-color: #128CE6 !important;
    right: 10px !important;
    top: 30px !important;
    z-index: 1 !important;
}

.slick-next:before {
    content: "" !important;
    position: absolute !important;
    top: 28% !important;
    left: 50% !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url("../img/arrow-right.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 1 !important;
    transform: translate(-50%) !important;
}

.hidden {
    height: 242px;
    visibility: hidden;
}

.questions-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px -10px;

}

.title {
    margin: 10px 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

.title-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title-header {
    margin-right: 71px;
}

.questions-button {
    padding: 10px;
    margin: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: transparent;
    text-align: center;
    flex-grow: 1;
}

.questions-button.active {
    color: #128CE6;
    background-color: #EFF8FF;
    border: 1px solid #128CE6;
}

.questions-button:hover {
    text-decoration: none;
}

.questions-button.active:hover {
    cursor: default;
}

.question-card {
    margin: 20px 0;
    padding: 20px 14px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.question-card__right {
    position: relative;
    margin-left: 20px;
    padding-left: 10px;
}

.question-card__image-wrapper {
    width: 218px;
    height: 260px;
    overflow: hidden;
}

.question-card__image {
    width: 218px;
    height: 260px;
    object-fit: cover;
}

.question-card__title {
    margin: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
    line-height: 31px;
}

.question-card__name {
    margin: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
}

.question-card__position {
    font-size: 14px;
    line-height: 20px;
}

.text-block p {
    margin: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.text-block ul,
.text-block ol {
    margin: 10px 0;
    padding: 0;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
}

.question-card__link {
    display: block;
    position: relative;
}

.question-card__hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5px 10px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
}

.question-card__link:hover .question-card__hover {
    opacity: 1;
}

.question-card__button-more {
    position: relative;
    padding-right: 30px;
    margin-left: 4px;
    color: #128CE6;
    white-space: nowrap;
}

.question-card__button-more::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #128CE6;
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
}

.news-top {
    position: relative;
}

.news-top__image-wrapper {
    max-width: 730px;
    overflow: hidden;
}

.news-top__image {
    display: block;
    width: 100%;
}

.news-top__rubric {
    color: #fff;
    padding: 5px 15px;
    background-color: #128CE6;
    position: absolute;
    top: 20px;
    left: 0;
}

.news-top__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    padding-top: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.news-author {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.news-author__image-wrapper {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    overflow: hidden;
}

.news-author__image {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.news-author__name {
    display: block;
    font-size: 18px;
}

.news-author__position {
    display: block;
    font-size: 16px;
}

.news-author__link-blue {
    margin-left: 20px;
}

.news-text-block p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 23px;
}

.address-block {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.address-block__left {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.address-block__right {
    width: 400px;
    flex-shrink: 0;
}

.address-block__bold {
    color: #128CE6;
    font-size: 18px;
    line-height: 23px;
}

.address-block__list {
    margin: 0;
    margin: 10px 0;
    padding: 0;
    padding-left: 20px;
}

.address-block__list li {
    margin: 5px 0;
}

.social {
    margin-top: auto;
}

.social__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.social__item {
    margin-right: 10px;
}

.social__item:last-of-type {
    margin-right: 0;
}

.social__link {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s;
}

.social__link--fb {
    background-color: #3B5998;
    background-image: url(../img/icon-fb.svg);
}

.social__link--vk {
    background-color: #4C6C91;
    background-image: url(../img/icon-vk.svg);
}

.social__link--odn {
    background-color: #F68634;
    background-image: url(../img/icon-odn.svg);
}

.social__link--inst {
    background: url(../img/icon-inst.svg) no-repeat center, linear-gradient(213.36deg, #A52783 8.27%, #F1592E 94.71%);
}

.social__link--tw {
    background-color: #55ACEE;
    background-image: url(../img/icon-tw.svg);
}

.social__link--ytb {
    background-color: #FF0000;
    background-image: url(../img/icon-ytb.svg);
}

.social__link:hover {
    opacity: .7;
}

.alert {
    margin: 20px 0;
    padding: 20px;
    color: #128CE6;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background-color: #EFF8FF;
}

.alert p {
    margin: 0;
}

.news-buttons {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.button--inner {
    padding: 10px 20px;
    margin-right: 20px;
    background-color: transparent;
    color: #128CE6;
    font-size: 13px;
    border: 1px solid #128CE6;
    border-radius: 5px;
    white-space: nowrap;
    transition: all .4s;
}

.button--inner:last-of-type {
    margin-right: 0;
}

.button--inner:not([disabled]):hover {
    text-decoration: none;
    background-color: #EFF8FF;
}

.button--inner[disabled] {
    color: gray;
    border-color: gray;
}

.button--blue {
    padding: 10px 20px;
    background-color: #128CE6;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border: 1px solid #128CE6;
    border-radius: 5px;
    white-space: nowrap;
    transition: all .4s;
}

.button--blue:hover,
.button--blue:focus {
    background-color: transparent;
    color: #128CE6;
    border: 1px solid #128CE6;
}

.button--all {
    width: 100%;
}

.rating {
    margin: 10px 0;
}

.rating__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.rating__item {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon-star-empty.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.rating__item:last-child {
    margin-right: 0;
}

.rating__item.current {
    background-image: url("../img/icon-star-full.svg");
}

.rating--big {
    margin: 0;
}

.rating--big .rating__item {
    width: 25px;
    height: 25px;
}

.rating--big .rating__list {
    justify-content: center;
}

.rating.active {
    cursor: pointer;
}

.people-card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.people-card__left {
    width: 400px;
    height: 450px;
    overflow: hidden;
}

.people-card__left img {
    width: 400px;
    height: 450px;
    object-fit: cover;
}

.people-card__right {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    margin-left: 20px;
}

.people-card__bottom {
    margin-top: auto;
}

.people-card__name {
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
}

.people-card__wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.people-card__wrapper b {
    font-size: 18px;
}

.people-card__button-blue {
    display: block;
    margin-top: 20px;
}

.link-blue {
    color: #128CE6;
}

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

.reviews {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 20px 0;
}

.reviews-block {
    border-top: 1px solid #DBDBDB;
}

.review-item {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #DBDBDB;
}

.review-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.review-item__right {
    margin-left: 20px;
    flex-grow: 0;
}

.review-item__right p {
    margin: 10px 0;
}

.add-review-block {
    margin: 40px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.add-review-block__left {
    width: 63%;
    flex-shrink: 0;
    flex-grow: 0;
}

.add-review-block__right {
    width: 210px;
    flex-shrink: 0;
    flex-grow: 0;
}

.project-textarea {
    font: inherit;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.2;
    resize: none;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    transition: all .4s;
}

.project-textarea--big {
    height: 140px;
}

.project-textarea:hover,
.project-textarea:focus {
    border: 1px solid #9d9d9d;
    outline: none;
}

.project-input,
.project-select {
    font: inherit;
    font-size: 13px;
    color: grey;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    transition: all .4s;
}

.project-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
    background-image: url("../img/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.project-input:hover,
.project-input:focus,
.project-select:hover,
.project-select:focus {
    border: 1px solid #9d9d9d;
    outline: none;
}

.capcha {
    transform: scale(0.69) translateX(-45px);
}

.add-question {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add-question__left {
    width: calc(100% - 190px);
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.add-question__left .project-textarea {
    height: 100%;
}

.add-question__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-question__wrapper .field-wrapper {
    width: 32%;
    flex-shrink: 0;
    flex-grow: 0;
}

.add-question__button-inner {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

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

.add-question__right {
    width: 170px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.companies__title {
    font-size: 28px;
}

.question-card__buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.question-card__top {
    margin-bottom: 10px;
}

.question-card__author {
    color: #4F75A2;
    font-size: 15px;
    font-weight: normal;
}

.question-card__time {
    color: #ACACAC;
    font-size: 12px;
}

.question-card__text-block {
    position: relative;
}

.question-card__text-block::before {
    content: "";
    width: 2px;
    height: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: -10px;
    background-color: #000;
}

.question-card__text-block::after {
    content: "";
    width: 15px;
    height: 30px;
    background-image: url("../img/line.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -21px;
}