.portfolio-search {
    margin-top: 15px
}

#portfolio-search {
    width: 50%;
    margin-left: 20px;
    padding: 5px;
    border-radius: 2px
}

#portfolio-search::-moz-placeholder {
    color: #bdbdbd
}

#portfolio-search::-webkit-input-placeholder {
    color: #bdbdbd
}

.btn-portfolio {
    padding: 7px;
    margin: -1px 0 0 10px
}

.search-not-found {
    margin-top: 15px
}

.portfolio-search {
    float: left;
    width: 100%
}
@media screen and (min-width: 966px) {
    .portfolio-search {
        width: 50%;
    }
}

.custom-filter {
    float: right;
    margin-top: 15px
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

.text-uppercase {
    text-transform: uppercase !important
}

.btn_color_bl {
    background-color: #0090ff;
    /* color: #fff !important; */
    color: #fff;
}

.btn_theme_fill.btn_color_bl.btn_selected, .btn_theme_fill.btn_color_bl:hover {
    background-color: rgba(0,144,255, .6);
    color: #fff
}

.btn_theme_fill.btn_color_ylw {
    background-color: #ffd91f;
    color: #000
}

.btn_theme_fill.btn_color_ylw.btn_selected, .btn_theme_fill.btn_color_ylw:hover {
    background-color: rgba(255,217,31, .6);
    color: #000
}

.heading {
    font-weight: 500;
    line-height: 36px;
    text-transform: none
}

.newsPageHeading {
    position: relative;
    padding-right: 230px;
}

.newsPageHeading .newsPageBody__views {
    top: 10px;
}

.section__heading {
    text-align: left
}

.section__title {
    text-align: left;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px
}

.section_sub-heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline
}

.links {
    color: #000
}

.links::before {
    background-color: #ccc
}

.links:hover {
    color: #0090ff
}

.links_readMore {
    text-transform: none;
    line-height: 20px
}

.links_subHeading {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: color .3s
}

.btn_circle {
    border-radius: 50%;
    height: 90px;
    width: 90px
}

.btn_right-arrow {
    position: relative
}

.btn_right-arrow:before {
    background-image: url(../img/icons/carousel-arrow__right.svg);
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    left: calc(50% - 10px);
    position: absolute;
    transition: all .3s;
    top: calc(50% - 10px);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(65deg) brightness(103%) contrast(103%);
    width: 20px
}

/* .btn_right-arrow:hover:before {
    filter: invert(38%) sepia(56%) saturate(2783%) hue-rotate(187deg) brightness(102%) contrast(107%)
} */

@media (min-width: 991px) {
    .section_sub-heading {
        flex-direction: row
    }
}

.section_welcome {
    padding-top: calc(35px + 45 * (100vw - 321px) / 965);
    padding-bottom: calc(35px + 45 * (100vw - 321px) / 965)
}

@media (min-width: 1286px) {
    .heading {
        font-size: 24px
    }

    .links_readMore {
        font-size: 14px;
        font-weight: 500
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .section_addTender{
        padding-bottom: 0;
    }

    .common\/home .stickybl {
        margin-top: 358px
    }
}

.header__btn {
    text-transform: none;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 400
}

.topMenu .topMenu__link {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase
}

.topMenu__link::first-letter {
    text-transform: uppercase
}

.topMenu .topMenu__link::before {
    content: none
}

.header .mainMenu {
    border-top: none
}

.mainMenu .mainMenu__link {
    text-transform: none;
    font-size: 14px;
    font-weight: 500
}

.mainMenu__iconBtnGroup .account {
    /* background-color: #e4f6ff; */
    background-color: rgba(242, 242, 242, 1);
    border-radius: 50%;
    transition: all .3s
}

.mainMenu__iconBtnGroup .account:hover {
    background-color: #ffd91f
}

.mainMenu__iconBtnGroup .searchBtn:hover {
    background-color: #e4f6ff;
    color: #050505
}

@media (min-width: 1286px) {
    .topMenu__link {
        padding-right: 7px;
        padding-left: 7px
    }

    .header__btn {
        min-width: 238px;
        height: 63px;
        padding-bottom: 3px
    }

    .header__logo {
        padding-top: 1px
    }

    .header__topMenu {
        padding-bottom: 3px
    }
    .mainMenu .mainMenu__link {
        font-size: 15px;
    }
}

@media screen and (max-width: 1055px) {
    .header__btn {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media screen and (max-width: 480px) {
    .mainMenu__iconBtnGroup .account:hover {
        background-color: transparent
    }

    .mainMenu__iconBtnGroup .account {
        background-color: transparent;
        border-radius: 0
    }

    .iconBtnGroup mainMenu__iconBtnGroup {
        padding-right: 0
    }

    .drop-bl {
        box-shadow: none
    }

    .drop-bl a:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px
    }

    .drop-bl__inner a {
        background: #e4f6ff;
        padding: 0 10px
    }
}

.firstScreen {
    background-color: #e4f6ff
}

.firstScreen__wrapper {
    min-height: 390px
}

.firstScreen__description {
    color: #000;
    text-align: center;
    max-width: 910px;
    margin: 0 auto 60px
}

.firstScreen__description a {
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.sortSearch {
    box-shadow: none
}

.sortSearch.firstScreen__sortSearch {
    padding-right: 0
}

.firstScreen__sortSearch .sortSearch__btn {
    height: 90px;
    text-transform: none;
    font-weight: 400;
    font-size: 18px
}

.firstScreen__content h1 {
    font-size: 30px;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 29px;
    max-width: none;
    font-weight: 500
}

.firstScreen_cen .firstScreen__content .links, .firstScreen_cen .firstScreen__content h1 {
    color: #fff
}

.firstScreen_cen .firstScreen__content .links:hover {
    color: #ffd91f
}

.firstScreen_cen .firstScreen__content .links::after, .firstScreen_cen .firstScreen__content .links:hover::after {
    background-color: #ffd91f
}

.subcategory_informaciya__left, .subcategory_katalog__left, .subcategory_kontent__left {
    border-right: 1px solid #f3f3f3
}

.subcategory_rejting__nav:not(:last-child) {
    border-right: 1px solid #f3f3f3
}

.mainMenu__top:hover .dropdown-menu {
    border-top: 1px solid #f3f3f3;
    box-shadow: 0 100px 100px 0 rgba(0, 0, 0, .4)
}

.jq-selectbox ul li.sel, .jq-selectbox ul li:hover {
    color: #0090ff
}

@media (max-width: 965px) {
    .sortSearch.firstScreen__sortSearch {
        padding-right: 20px
    }

    .firstScreen__description p {
        font-size: 18px
    }

    .firstScreen__sortSearch .sortSearch__btn {
        height: 60px
    }
}


@media (min-width: 321px) {
    .firstScreen__wrapper {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (min-width: 966px) {
    .firstScreen__wrapper {
        padding-top: 40px;
    }
}

@media (min-width: 1286px) {
    .firstScreen__content h1 {
        font-size: 30px
    }

    .firstScreen__wrapper {
        padding-top: 40px;
        /* padding-bottom: 50px */
    }

    .firstScreen__sortSearch .sortSearch__btn {
        width: 240px;
        flex-shrink: 0
    }

    .mainMenu__row.menuFixed {
        background: #090909
    }

    .mainMenu__row.menuFixed .mainMenu__link {
        color: #fff
    }

    .mainMenu__row.menuFixed .mainMenu__link:hover {
        color: #0090ff
    }

    .mainMenu__row.menuFixed .account {
        background-color: #000
    }

    .mainMenu__row.menuFixed .searchBtn, .settings {
        color: #fff
    }

    .mainMenu__row.menuFixed .account svg {
        stroke: #fff;
        fill: #fff
    }

    .mainMenu__row.menuFixed .account:hover, .mainMenu__row.menuFixed .searchBtn:hover {
        background-color: #e4f6ff;
        color: #000
    }

    .mainMenu__row.menuFixed .account:hover svg {
        stroke: #000;
        fill: #000
    }

    .nav__link:not(.nav__link_head) {
        color: #000;
        font-weight: 400
    }

    .dropdown-menu a:hover {
        color: #0090ff
    }

    .sortSearch__selectWrap > div:first-child {
        width: 305px;
        flex-basis: 305px
    }

    .sortSearch__selectWrap > div:nth-child(2) {
        width: 160px;
        flex-basis: 160px
    }

    .sortSearch__selectWrap > div:nth-child(3) {
        width: 170px;
        flex-basis: 170px
    }
}
@media (min-width: 1920px) {
    .sortSearch__selectWrap > div{
        flex: 25%
    }
    .topMenu__link{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section_serviceStatistic.section {
    padding-top: 28px;
    padding-bottom: 28px
}

.section_serviceStatistic .heading {
    color: #000;
    text-align: center
}

.serviceStatistic__list {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.serviceStatistic__item {
    display: flex;
    align-items: center;
    text-decoration: none
}

.serviceStatistic__title span {
    transition: border .3s;
    border-bottom: 1px solid #fff
}

.serviceStatistic__item:hover .serviceStatistic__title span {
    border-bottom: 1px solid #d4d4d4
}

.serviceStatistic__item:not(:last-child) {
    margin-bottom: 30px
}

.serviceStatistic__img {
    margin-right: 30px;
    padding-top: 7px;
    flex-shrink: 0
}

.serviceStatistic__img img {
    height: 70px;
    object-fit: contain;
    width: 70px
}

.serviceStatistic__count {
    color: #0090ff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px
}

.serviceStatistic__title {
    color: #000;
    font-size: 18px;
    line-height: 24px
}

@media (min-width: 580px) {
    .serviceStatistic__list {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .serviceStatistic__item {
        padding-right: 30px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .serviceStatistic__list {
        align-items: flex-start;
        flex-wrap: nowrap;
        margin-top: 49px;
        margin-left: -12px;
        margin-right: -12px
    }

    .serviceStatistic__item {
        margin-bottom: 0;
        padding: 0 15px;
        height: 83px;
        width: 100%;
        max-width: 285px
    }

    .serviceStatistic__info {
        align-self: flex-start
    }

    .serviceStatistic__title {
        margin-top: 7px
    }

    .serviceStatistic__item:not(:last-child) {
        margin-bottom: 0
    }
}

.footer:not(.lk-main__footer) {
    padding-bottom: 30px
}

.footer__topPanel {
    background-color: #e4f6ff
}

.footer__topPanel .newTender {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    background-color: #0090ff;
    padding-right: 30px;
    padding-left: 30px;
    height: 65px
}

.social__link:hover {
    background-color: inherit
}

.footer__copyTx {
    margin-top: 29px
}

.footer__footerItem_left {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    padding-bottom: 10px;
    margin-top: 0
}

.footer a:hover {
    color: #0090ff !important;
}

@media screen and (max-width: 394px) {
    .footer__newTender {
        padding-bottom: 20px
    }
}

@media (min-width: 1286px) {
    .social:not(.lk-footer__social) {
        height: 108px
    }

    .social__link {
        /* font-size: 22px */
    }

    .footer__footerItem_left {
        width: 233px;
        flex-basis: 233px
    }
}

.category-seo__content {
    padding-top: 15px
}

.regBxHome__link {
    text-decoration: none;
    width: 100%
}

.regBxHome__body {
    background-color: #e4f6ff;
    transition: background-color .3s;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 15px;
    width: 100%
}

.regBxHome__link:hover .regBxHome__body {
    background-color: #fffce4
}

.regBxHome__logo {
    margin: 0;
    max-width: 255px;
    object-fit: contain
}

.regBxHome__text {
    max-width: 580px;
    text-align: center;
    margin: 30px
}

.regBxHome__btn {
    flex-shrink: 0
}

.regBxHome__link:hover .btn_color_bl {
    transition: background-color .3s;
    background-color: #ffd91f
}

/* .regBxHome__link:hover .btn_color_bl:before {
    filter: invert(38%) sepia(56%) saturate(2783%) hue-rotate(187deg) brightness(102%) contrast(107%)
} */

.jq-selectbox__dropdown {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05)
}

.selBlock_col .jq-selectbox__dropdown li {
    color: #050505;
    font-weight: 400
}

@media (min-width: 321px) {
    .section__regBxHome {
        padding: 0;
        margin: 0 0 15px
    }

    .regBxHome__text {
        letter-spacing: normal
    }
}

@media (min-width: 768px) {
    .section__regBxHome {
        margin: 0
    }

    .regBxHome__body {
        flex-direction: row;
        justify-content: space-between
    }

    .regBxHome__text {
        text-align: left
    }
}

@media (min-width: 1286px) {
    .regBxHome__body {
        padding: 15px 25px 15px 45px
    }

    .regBxHome__text {
        font-size: 16px;
        margin: 0
    }

    .section.section_progress {
        padding: 15px 0 10px
    }
}

.casesAndRatings__wrapper {
    display: flex;
    flex-direction: column
}

.casesAndRatings__column-top {
    align-items: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    justify-content: space-between;
    line-height: 60px
}

.casesAndRatings__cases .casesAndRatings__column-top {
    border-bottom-color: #dbefff
}

.casesAndRatings__rating .casesAndRatings__column-top {
    border-bottom-color: #ffefcb
}

.casesAndRatings__rating {
    margin-top: 70px
}

.cases__column-content {
    display: none
}

.column-top__title {
    color: #050505;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.column-top__link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: color .3s
}

.cases-list .cases-item {
    padding: 20px 0 30px
}

.cases-item__img {
    margin: 20px 0;
    object-fit: contain;
    width: 100%
}

.cases-item__info {
    padding-top: 22px
}

.cases__button {
    text-align: center
}

.cases__button .cases__btn {
    font-size: 18px;
    font-weight: 400;
    height: 62px;
    text-transform: none;
    width: 100%;
    max-width: 500px
}

.cases-info__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

.cases-item__company {
    margin-bottom: 10px
}

.cases-item__company a {
    font-weight: 500
}

.cases-info__top-type {
    color: #050505;
    font-size: 14px
}

.cases-info__top-type a {
    font-size: 14px;
    color: #050505
}

.cases-info__top-date {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400
}

.cases-info__title {
    margin-bottom: 10px
}

.cases-info__title a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all .2s
}

.cases-info__title a:hover {
    color: #0090ff
}

.cases-info__title-inner {
    border-bottom: 1px solid #d4d4d4;
    transition: border .3s
}

.cases-info__title a:hover .cases-info__title-inner {
    border-bottom: 1px solid #0090ff
}

.cases-info__description {
    color: #050505;
    font-size: 16px;
    font-weight: 400;
    max-width: 500px
}

.casesAndRatings__column:first-child {
    /* padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
    margin-left: -20px; */
}
.casesAndRatings__column:first-child>*{
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.casesAndRatings__cases{
    background: #f4f4f4;
}
@media (min-width: 992px) {
    .casesAndRatings__wrapper {
        flex-direction: row;
        justify-content: space-between
    }

    .casesAndRatings__column:first-child>*{
        margin-left: 0px;
        padding-left: 33px;
        padding-right: 33px;
        padding-bottom: 30px;

    }
    .casesAndRatings__column:first-child {
        max-width: calc(47% + 45px);
        margin-bottom: 0;
        align-self: start;
        /* margin-left: 0px;
        padding-left: 33px;
        padding-right: 33px;
        padding-bottom: 30px; */
    }

    .casesAndRatings__column:nth-child(2) {
        max-width: calc(53% - 30px)
    }

    /* .casesAndRatings__column:first-child {
    } */

    .casesAndRatings__column:nth-child(2) {
        /* margin-left: 18px */
        margin-left: 38px;
    }

    .casesAndRatings__column:nth-child(2) .casesAndRatings__column-top {
        margin-left: 15px
    }

    .casesAndRatings__column:nth-child(2) .ratings__category-title {
        padding-left: 15px
    }

    .cases__button {
        text-align: left
    }

    .casesAndRatings__carousel {
        display: none
    }

    .cases__column-content {
        display: block
    }

    .casesAndRatings__rating {
        margin-top: 0
    }
}

@media (min-width: 1286px) {
    .cases-item .cardItem__img {
        width: 100%
    }

    .cases-item__company {
        margin-bottom: 20px
    }
}

.ratings__category {
    padding: 20px 0 10px
}

.ratings__category-title {
    margin-bottom: 18px
}

.ratings__category-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.ratings__category .ratings__list {
    display: flex;
    flex-wrap: wrap
}

.ratings__list .ratings__item:nth-child(odd) .top-label {
    background-color: #e4f6ff
}

.ratings__list:nth-child(even) .top-label {
    background-color: #fffde4
}

.ratings__list .ratings__item {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    height: 43px;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    transition: all .3s
}

.ratings__list .ratings__item:hover {
    background-color: #0090ff;
    border-radius: 3px;
    color: #fff !important;
    text-shadow: 0 0 .8px #fff, 0 0 .8px #fff;
    opacity: 1;
}

.ratings__item-title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 16px;
    margin-right: 10px;
    transition: border .3s
}

.ratings__link-more {
    align-self: flex-start;
    margin-left: 15px;
    padding-top: 7px;
    text-decoration: none
}

.ratings__link-more .links {
    font-size: 14px;
    line-height: 16px
}

.ratings__link-more i {
    margin-left: 10px;
    color: #000
}

.ratings__list .ratings__item:hover .ratings__item-title {
    border-bottom-color: #fff
}

.ratings__list .ratings__item .top-label {
    border-radius: 3px;
    color: #010101;
    font-size: 11px;
    font-weight: 500;
    padding: 0 5px;
    text-transform: uppercase
}

.accordeon.active:after {
    content: '\f077'
}

@media screen and (max-width: 991px) {
    .ratings__category .ratings__list {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out
    }

    .ratings__category-link {
        pointer-events: none
    }

    .ratings__category-title {
        padding-right: 30px;
        position: relative;
        margin-bottom: 15px
    }

    .accordeon:after {
        content: '\f078';
        font-weight: 700;
        float: right;
        margin-left: 5px;
        top: calc(50% - 12px);
        position: absolute;
        right: 0;
        font-family: FontAwesome
    }
}

@media screen and (max-width: 600px) {
    .links.ratings__category-link::after, .links.ratings__category-link::before {
        content: none
    }
}

.vacancies__list {
    padding-top: 5px
}

.vacancies__item {
    align-items: flex-start;
    background-color: #e4f6ff;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 15px 30px;
    margin-top: 20px;
    transition: all .5s
}

.vacancies__item:hover {
    background-color: #fffce4
}

.vacancies__info-link {
    max-height: 26px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.vacancies__item:hover .vacancies__info-title .vip-label {
    background-color: #e4f6ff
}

.vacancies__item:hover .btn_color_bl {
    background-color: #ffd91f
}

.vacancies__column {
    max-width: 200px;
    overflow: hidden
}

.vacancies__column > div:first-child {
    margin-bottom: 15px
}

.vacancies__info-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none
}

.vacancies__info-title .vip-label {
    background-color: #fffce4;
    border-radius: 3px;
    color: #010101;
    font-size: 11px;
    margin-right: 10px;
    padding: 0 5px;
    text-transform: uppercase;
    transition: .3s
}

.vacancies__info-title span:not(.vip-label) {
    transition: all .3s
}

.vacancies__info-title:hover span:not(.vip-label) {
    opacity: 0.6;
    border-bottom: 1px solid rgba(5, 5, 5, 0.6);
}

.vacancies__info-description {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden
}

.vacancies__company-link {
    color: #050505;
    font-size: 16px;
    font-weight: 400
}

.vacancies__price {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.vacancies__city {
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.vacancies__position-link {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.vacancies__item-cityPosition, .vacancies__item-link, .vacancies__item-namePrice {
    flex-shrink: 0
}

.vacancies__carousel {
    display: none
}

@media (max-width: 991px) {
    .vacancies__item {
        flex-wrap: wrap;
        align-items: center
    }

    .vacancies__item-info {
        max-width: 100%;
        margin-bottom: 20px
    }

    .vacancies__column {
        margin-right: 0
    }

    .vacancies__item-cityPosition, .vacancies__item-link, .vacancies__item-namePrice {
        width: 33%
    }

    .vacancies__item-link {
        text-align: right
    }

    .vacancies__list {
        /* display: none */
    }

    .vacancies__carousel {
        display: block
    }
}

@media (max-width: 850px) {
    .vacancies__item-link {
        width: 100%;
        text-align: left
    }
}

@media (max-width: 480px) {
    .vacancies__item-cityPosition, .vacancies__item-namePrice {
        width: 50%;
        margin-bottom: 20px
    }
}

@media (min-width: 1286px) {
    .vacancies__item {
        justify-content: flex-start
    }

    .vacancies__column {
        padding: 5px 15px 0
    }

    .vacancies__item-info {
        max-width: 540px;
        padding-left: 0
    }

    .vacancies__item-namePrice {
        max-width: 196px;
        width: 100%
    }

    .vacancies__item-link {
        margin-left: auto
    }
}

.owl-carousel .owl-dots button.owl-dot {
    background-color: #ffd91f
}

.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #ffd91f;
}

.rating__star {
    color: #ffd91f
}

.owl-carousel .owl-item.active .cardItem, .owl-carousel .owl-item.active .cardItem:hover, .owl-carousel .owl-item.active .casesCard, .owl-carousel .owl-item.active .casesCard:hover, .owl-carousel .owl-item.active .reviewsCard, .owl-carousel .owl-item.active .reviewsCard:hover, .owl-carousel .owl-item.active .studioCard, .owl-carousel .owl-item.active .studioCard:hover {
    box-shadow: none
}

.reviewsCard {
    padding: 0
}

.reviewsCard__row_top {
    align-items: baseline;
    margin-bottom: 25px
}

.reviewsCard__txt {
    margin-bottom: 0
}

.reviewsCard__links {
    color: #050505;
    font-size: 16px;
    font-weight: 500
}

.cardItem__links {
    color: #050505;
    font-size: 14px;
    font-weight: 400
}

.owl-carousel .owl-dots {
    position: absolute;
    justify-content: flex-end;
    width: calc(100% - 111px);
    bottom: 0;
    height: 40px
}

.owl-carousel .owl-nav {
    bottom: 0
}

.owl-carousel .owl-nav svg {
    width: 20px;
    transition: all .3s
}

.owl-carousel .owl-nav button:hover svg {
    width: 20px;
    transition: all .3s;
    fill: #0090ff
}

.owl-carousel {
    padding-bottom: 30px
}

@media (min-width: 1286px) {
    .reviewsCard {
        padding: 0
    }

    .reviewsCard__links {
        margin-bottom: 0
    }

    .rating__star {
        font-size: 14px
    }

    .reviewsCard__txt {
        color: #050505;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }

    .owl-carousel .owl-dots {
        position: static;
        justify-content: flex-end;
        margin-top: 15px;
        width: 100%;
        height: 14px;
        z-index: 1;
    }
    .section__footer{
        margin-top: -33px;
    }
    .section__btn{
        margin-left: 0;
        margin-top: 0;
    }
    .section_vacancies .section__footer{
        margin-top: 30px;
    }
    .section_vacancies .section__btn{
        margin-left: auto;
    }

    .owl-carousel {
        padding-bottom: 0
    }
}

.cardItem__body {
    padding: 0
}

.cardItem__date_top {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.cardItem__wathes {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400
}

.cardItem__wathes i + span {
    margin-left: 16px
}

.cardItem__heading {
    color: #000;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px;
    text-decoration: none;
    text-transform: none;
    width: fit-content;
    transition: color .3s
}

.cardItem__heading:hover {
    color: #0090ff
}

.cardItem__heading span {
    border-bottom: 1px solid #ddd;
    transition: border .3s
}

.cardItem__heading:hover span {
    border-bottom: 1px solid #0090ff
}

.cardItem__heading:hover {
    text-decoration: none
}

.cardItem__title {
    color: #050505;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px
}

.cardItem__top {
    padding-bottom: 10px;
    min-height: 31px
}

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

.cardItem__top-link {
    font-size: 16px;
    font-weight: 500
}

.cardItem__top-time {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400
}

.section_articles .section__heading, .section_articles .section__title, .section_news .section__heading, .section_news .section__title, .section_ukStudio .section__heading, .section_ukStudio .section__title {
    color: #050505
}

.cardItem__body-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
    padding: 10px 0
}

.cardItem__body-item {
    font-size: 14px;
    font-weight: 400
}

.section_serviceReview {
    background-color: #fffce4;
    z-index: 2
}

.reviewCardItem {
    display: flex
}

.reviewCard__left-side {
    flex-shrink: 0;
    margin-right: 66px
}

.reviewCard__name {
    color: #050505;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px
}

.reviewCard__position {
    color: #050505;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px
}

.reviewCard__text p {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.reviewCard__text p:not(:last-child) {
    margin-bottom: 25px
}

.cardItem__img.reviewCard__img {
    object-fit: contain
}

.section_serviceReview .links_subHeading:hover {
    color: #0090ff
}

.reviewCard__left-side .reviewCard__img {
    max-width: 295px
}

@media (max-width: 767px) {
    .information\/articles .sortPanel .sortPanel__btn{
        position: absolute;
        left: 0;
        top: -80px;
        width: 100%;
    }

    .common\/home .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .common\/home .section_welcome h1 {
        margin: 0;
    }

    .cases-item__img-wrap {
        display: block;
    }

    .casesAndRatings__rating {
        margin-top: 55px;
    }

    .regBxHome.section__regBxHome {
        margin-top: -30px;
    }

    .sliderServiceReview.owl-carousel,
    .sliderServiceReview.owl-carousel .owl-stage {
        padding-bottom: 0;
    }

    .newsPageHeading {
        position: relative;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .newsPageHeading .newsPageBody__views {
        top: calc(100% - 20px);
        right: auto;
        left: 0;
    }

    .information\/articles .contentBody__sortPanel.sortPanel_date  {
        margin-top: 100px;
    }

    .firstScreen__info {
        display: none;
    }

    .reviewCardItem {
        display: block
    }

    .reviewCard__left-side {
        float: left;
        width: 30%;
        margin-right: 15px
    }

    .cardItem__img.reviewCard__img {
        max-width: 270px;
        margin: 0 auto 20px
    }

    .reviewCard__name {
        font-size: 16px
    }

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

    .reviewCard__text {
        clear: both
    }
}

@media (min-width: 1286px) {
    .reviewCardItem {
        padding-top: 5px
    }

    .section_serviceReview .owl-carousel {
        padding-bottom: 0
    }
}

.cardItem__img {
    transition: .5s
}

.cardItem__img:hover {
    opacity: .5
}

.mfp-bg {
    background: #fff;
    opacity: 1;
}

.search-main .modal__head {
    font-weight: 500;
    text-transform: none
}

.ui-widget.ui-widget-content {
    border: none
}

.search-main input.liveSearch__inp::placeholder {
    color: #000
}

.fxtabl_bd .fxtabl__td_name .companyCard__helpInf {
    background: url("../img/icons/verificated.svg") no-repeat center;
    content: "";
    display: none;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}
.fxtabl_bd .fxtabl__td_name .companyCard__helpInf:hover {
    z-index: 4;
}
.fxtabl_bd .verified_item .fxtabl__td_name .companyCard__helpInf {
    display: block;
}

.fxtabl .companyCard__helpInf {
    background: url("../img/icons/verificated.svg") no-repeat center;
    content: "";
    display: none;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}

.fxtabl .fxtabl__td_name {
    position: relative;
}
.fxtabl .fxtabl__td_name .companyCard__helpInf:hover {
    z-index: 4;
}
.fxtabl .verified_item .companyCard__helpInf {
    display: block;
}

.information\/articles .sortPanel {
    margin-top: 100px;
    position: relative;
}

.product\/newscompany .articleStatic__editor a,
.information\/news .newsPageBody__editor a,
.product\/casescompany .casessPageBody__editor a {
    color: #0090ff;
    transition: color 0.3s;
}

.product\/newscompany .articleStatic__editor a:hover,
.information\/news .newsPageBody__editor a:hover,
.product\/casescompany .casessPageBody__editor a:hover {
 color: #f39e00;
}

@media screen and (min-width: 1055px) and (max-width: 1286px) {
    .record\/record .main__page-wrap + .content_column_right  + .content-inner-ratings {
        display: none;
    }

    .product\/reviews .content .contentBody {
        padding-bottom: 0;
    }

    .product\/manufacturer\/info .editor {
        padding-bottom: 20px;
    }

    .product\/manufacturer .content {
        padding-bottom: 20px;
    }
}

.information\/articles .contentBody__sortPanel {
    margin-top: 15px;
 }

.account\/order .owl-carousel .owl-dots {
    margin-top: 0;
}

.account\/order .section_work .section__heading {
    margin-bottom: 30px;
}

.account\/order .progressCard {
    margin-bottom: 0
}

.fxtabl__td_name .helpInf__drop-link {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style:solid;
    transition: color 0.3s;
}

.fxtabl__td_name .helpInf__drop-link:hover {
    color: #0090ff;
}

.main-txt__title {
    line-height: 22px;
}

.hidden {
    display: none;
}

.loader {
    font-size: 20px;
    text-align: center;
    width: 100%;
 }

.check-domain-txt {
    color: #868688;
    font-weight: 500;
}

.portfolio-search-wrapper  .jq-selectbox__select-text {
    width: 30px !important;
}

.account\/portfoliosmm .portfolio-search__btns-wrapper {
    /* margin: 10px 0 0; */
}

.simplecheckout-cart,
.simplecheckout-left-column {
    border: none;
    box-shadow: 0 0 43px rgba(0, 0, 0, .06);
}

.simplecheckout-cart tbody,
.simplecheckout-cart thead {
    border: none;
}

#simplecheckout_cart table thead {
    background: #e4f6ff;
}

.simplecheckout .simplecheckout-button-block.buttons {
    box-shadow: none;
}

#simplecheckout_cart tbody .price,
#simplecheckout_cart table thead tr th {
    color: #050505;
    font-weight: 400;
}

#customer_table .simplecheckout-customer-left {
    background: #e4f6ff;
    color: #050505;
    font-weight: 400;
}

.btn-disabled {
    pointer-events: none !important;
    border-color: #868688 !important;
    color: #868688 !important;
}

.account\/simpleedit .formBlcok_profile input.confirm {
    font-size: 12px;
}

@media screen and (max-width: 965px){
    .mainMenu__iconBtnGroup .searchBtn:hover{
        background-color: rgba(0,0,0,0);
        color: #0090ff
    }
}

.section .smi-o-nas-title{
    margin-top: 0;
    margin-bottom: 19px;
}
.section_smi-o-nas{
    padding-top: 0;
    padding-bottom: 0;
}
.section_smi-o-nas .owl-carousel {
    margin-bottom: -30px;
}

.section.section_progress {
    z-index: 1;
}