* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Gilroy';
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
}

.content__view {
    padding: 41px 0 30px;
}

.content__view {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

.content__view .btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 134.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7475;
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #FF7475;
    box-sizing: border-box;
    border-radius: 3.88889px;
}

.content__view .btn:not(:last-child) {
    margin-right: 22px;
}

.content__view .btn.active {
    background: #FF7475;
    color: #fff;
}

@media(max-width:451px) {
    .content__view .btn {
        width: calc(50% - 11px) !important
    }
    .tab__btns.content__view {
        justify-content: space-between;
    }
}


/* actions */

.actions {
    padding-bottom: 66px;
}

.actions .owl-dots {
    display: flex !important;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 38px;
    outline: none;
}

.actions .owl-dots>* {
    outline: none;
}

.actions .owl-dot {
    width: 17.5px;
    height: 16.88px;
    background: #C4C4C4 !important;
    border-radius: 20px;
    margin-right: 11.25px;
}

.actions .owl-dot.active {
    background: #F29C62!important;
    width: 46px;
}

.actions .actions__wrap {
    width: calc(100% + 30px);
    position: relative;
}

@media(max-width:700px) {
    .actions .actions__wrap {
        margin-top: 15px !important;
    }
}

.actions {}

.actions__wrap {
    margin-top: 62px;
}

.actions__item {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    max-width: 290px;
    display: block;
}

.actions__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 39px 27px;
}

.actions__time {
    font-size: 18px;
    line-height: 20px;
    color: #737373;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    max-width: 135px;
    height: 44px;
    padding-left: 13px;
    padding-top: 2px;
}

.actions__descr {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #737373;
    margin-bottom: 10px;
}

.actions__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #F29C62;
}

@media(max-width:945px) {
    .action__btn {
        margin-right: 0;
    }
    .action__btns {
        justify-content: space-between;
    }
}

.action__selector {
    display: none;
}

@media(max-width:700px) {
    .action__btns {
        display: flex;
        flex-direction: column;
        padding: 10px 26px;
        overflow: hidden;
        box-sizing: border-box;
        height: 0;
        opacity: 0;
    }
    .action__btns.open {
        opacity: 1;
        height: auto;
        border-bottom: 0;
        background: #fff;
        border: 1px solid #BBCED1;
        border-top: none;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: absolute;
        top: 37px;
        width: 100%;
        z-index: 10;
    }
    .action__btn {
        border-top: 1.20248px solid #F1F6F7;
        border-bottom: none;
        font-size: 14px;
        height: 50px;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }
    .action__selector.open img {
        transform: rotate( 90deg);
    }
    .actions__wrap {
        margin-top: 0;
    }
    .action__btn.active {
        font-weight: 400;
        border-bottom: 0;
        font-size: 14px;
        color: #fb7474;
    }
    .tab__content {
        position: relative;
    }
    .action__selector {
        height: 44px;
        border: 1px solid #BBCED1;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 26px;
        color: #939393;
        font-size: 14px;
    }
    .action__selector.open {
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    /*.action__btn {*/
    /*    padding-left: 30px;*/
    /*    padding-bottom: 8px;*/
    /*    position: relative;*/
    /*}*/
    /* .action__btn.active{*/
    /*    border-bottom: 0;*/
    /*    font-weight: 400;*/
    /*}*/
    /*.action__btn:before{*/
    /*    content: '';*/
    /*    width: 18px;*/
    /*    height: 18px;*/
    /*    background: #e3ecef;*/
    /*    border-radius: 3px;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    left: 8px;*/
    /*    top: 1px;*/
    /*}*/
    /*.action__btn.active:before{*/
    /*    background: #737879;*/
    /*}*/
    /*span.btn-sw {*/
    /*    position: absolute;*/
    /*    top: calc(100% + 20px);*/
    /*    left: 17px;*/
    /*    display: inline-block;*/
    /*    padding-left: 25px;*/
    /*    color: #263238;*/
    /*}*/
}

@media(max-width:450px) {
    .actions .actions__wrap {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
    .actions__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .content__view {
        justify-content: center;
    }
    .container {
        padding: 0 15px;
    }
    .content__view .btn {
        width: 140px;
    }
    .content__view .btn:not(:last-child) {
        margin-right: 12px;
    }
    .content__view {
        padding: 15px 0 30px;
    }
}

@media(max-width:450px) {
    .actions__item {
        width: 100%;
        max-width: none;
    }
    .actions__item img {
        width: 100%;
    }
}

.act {
    max-width: 1300px;
    margin: 0 auto;
}

.act__wrap {
    display: flex;
}

.act__logo {
    margin-top: 64px;
}

.act__items {
    margin-top: 64px;
    margin-left: 34px;
}

.act__item {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(150, 145, 145, 0.3);
    border-radius: 5px;
    padding: 20px 22px 14px;
    margin-bottom: 22px;
}

.act-item__img {
    margin-right: 43px;
}

.act-item__time {
    width: 192.73px;
    height: 44.19px;
    background: #F0F6F7;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #737373;
    margin-top: 16px;
    margin-bottom: 16px;
}

.act-item__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    max-width: 270px;
    color: #737373;
    margin-bottom: 11px;
    text-decoration: none;
}

.act-item__descr {
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #737373;
}

.act-item__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 134.5%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #FF7475;
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #FF7475;
    box-sizing: border-box;
    border-radius: 3.88889px;
    cursor: pointer;
}

.act-item__link:hover {
    color: #F0F6F7;
    background-color: #FF7475;
}

@media(max-width:1500px) {}

@media(max-width:1050px) {
    .act__wrap {
        flex-direction: column;
    }
    .act__logo {
        margin: 44px auto 0;
    }
    .act__items {
        margin-left: 0;
    }
}

@media(max-width:950px) {
    .act-item__time {
        margin-top: 0;
    }
    .act-item__img {
        margin-right: 30px;
    }
}

@media(max-width:876px) {
    .act__item {
        flex-direction: column;
        align-items: center;
        max-width: 537px;
        margin: 0 auto 20px;
    }
    .act-item__img {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width: 510px) {
    .act-item__img img {
        width: 100%;
    }
    .act__logo {
        margin-top: 4px;
        margin-bottom: 20px;
    }
    .act__items {
        margin-top: 10px;
    }
    .act__item {
        padding: 20px 12px 35px;
    }
}

.banner {
    height: 395px;
    position: relative;
    margin-bottom: 61px;
}

.banner__color1 {
    background: radial-gradient(63.39% 63.39% at 50% 50%, rgba(220, 244, 223, 0.131313) 0%, #CEDED0 100%), #E9FAEB;
}

.banner__color2 {
    background: radial-gradient(69.89% 60% at 50% 50.82%, rgba(255, 255, 255, 0) 0%, #F3C6A5 100%), #FFF5E2;
}

.banner__color3 {
    background: #CECAEB;
}

.banner__color4 {
    background: radial-gradient(70.13% 70.13% at 50% 50%, rgba(255, 255, 255, 0) 0%, #E2C8C8 100%), #F9EAEA;
}

.banner__color5 {
    background: radial-gradient(63.2% 63.2% at 50% 50%, rgba(216, 231, 240, 0) 0%, #BCCDE6 100%), #D6DDE6;
}

.banner__container {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    justify-content: space-between;
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner__time {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FF7474;
    width: 337.29px;
    height: 44.19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    position: absolute;
    top: 53px;
}

.banner__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #737373;
    max-width: 570px;
    margin-top: 14px;
}

.banner {
    height: 323px;
    position: relative;
    margin-bottom: 61px;
}

.banner__img img {
    width: auto;
}

.banner__container {
    max-width: 1300px;
    position: relative;
}

.page__content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}

.banner__color3 .banner__img {
    height: 100%;
}

.banner__color3 .banner__img img {
    height: 100%;
}

.page__content-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 28px;
    color: #818784;
    margin-bottom: 28px;
}

.page__content-subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #818784;
    margin-bottom: 21px;
}

.page__content-text {
    margin-bottom: 41px;
}

.page__content-text p {
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #818784;
    margin: 0;
    margin-bottom: 24px;
}

@media(max-width:1470px) {
    .banner__img img {
        width: 750px;
    }
    .banner__title {
        font-size: 42px;
        line-height: 48px;
    }
}

@media(max-width:1220px) {}

@media(max-width:1100px) {
    .banner__title {
        margin-left: 0;
    }
}

@media(max-width:1050px) {
    .banner__img img {
        width: 500px;
        display: block;
    }
}

@media(max-width:920px) {
    .banner__title {
        font-size: 28px;
        line-height: 29px;
    }
}

@media(max-width: 850px) {
    .banner__title {
        display: none;
    }
    .banner__img {
        margin: 0 auto;
        margin-top: 133px;
    }
    .banner {
        height: auto;
        padding-bottom: 20px;
    }
}

@media(max-width:630px) {
    .banner__time {
        width: 100%;
    }
    .banner__container {
        padding: 0;
    }
}

@media(max-width:550px) {
    .banner__img img {
        width: 100%;
    }
    .banner__time {
        top: 24px;
    }
    .banner {
        height: auto;
        padding-bottom: 52px;
        margin-bottom: 33px;
    }
    .page__content-title {
        margin-bottom: 20px;
    }
    .brands__title {
        padding: 10px 11px !important;
        text-decoration: none !important;
    }
    .page__content {
        padding: 10px 18px;
        text-decoration: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.filter {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.filter span {
    font-size: 16px;
    line-height: 19px;
    color: #263238;
    margin-left: 8px;
}

.table {
    display: flex;
    max-width: 786px;
    margin-bottom: 20px;
}

.table .item {
    height: 49.5px;
    background: #F1F6F7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 21px;
    color: #818784;
    margin-bottom: 3.90px;
}

.table__right {
    width: 34%;
}

.table__left {
    margin-right: 3.90px;
    width: 66%;
}

.table .item:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #818784;
}

@media(max-width:500px) {
    .table .item {
        font-size: 16px !important;
        line-height: 19px !important;
    }
}

@media(max-width:450px) {
    .table__right {
        width: 25%;
    }
    .table__left {
        width: 75%;
    }
}

@media(max-width:350px) {
    .table .item {
        font-size: 14px !important;
        line-height: 17px !important;
    }
}

.brands-items {
    display: flex;
    flex-wrap: wrap;
}

.brands-item {
    height: 166px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding: 24px 12px 18px;
    position: relative;
    border: 1px solid #e3ecef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.brands-items [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    width: 16.5%;
}

.brands-item:link,
.brands-item:visited {
    text-decoration: none;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.brands-item {
    margin: 0;
    border-left: none;
    border-right: 1px solid #e8edef;
    border-top: none;
    border-bottom: 1px solid #e8edef;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #e8edef;
}

.brands-item-image {
    width: 112px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brands-item-title {
    width: 100%;
    margin-top: 24px;
    color: #263238;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.brands-item-text {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    line-height: 17px;
    color: #78909c;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.brands__title {
    cursor: pointer;
    margin: 33px auto;
    text-decoration: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-size: 18px;
    line-height: 21px;
    color: #818784;
    padding: 10px 34px;
    border-radius: 4px;
    position: relative;
    text-decoration: none !important;
}

.brands__title span {
    position: relative;
    z-index: 2;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.brands__title:before {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 4px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5.43%, #FF7475), color-stop(105.43%, #E25455));
    background: -o-linear-gradient(top, #FF7475 5.43%, #E25455 105.43%);
    background: linear-gradient(180deg, #FF7475 5.43%, #E25455 105.43%);
}

.brands__title:hover span {
    color: #fff;
}

.brands__title:hover:before {
    opacity: 1;
}

.brands-items {
    margin-top: 38px;
    margin-bottom: 8px;
}

.brand__btn-wrap {
    display: flex;
    justify-content: center;
}

@media(max-width:630px) {
    .brands-items [class*="col-"] {
        width: 33.33% !important;
    }
}

@media(max-width:480px) {
    .brands-items [class*="col-"] {
        width: 50% !important;
    }
}

#brandAll .col-xs-6.col-md-2 {
    display: none;
}

#brandAll .col-xs-6.col-md-2:nth-child(1),
#brandAll .col-xs-6.col-md-2:nth-child(2),
#brandAll .col-xs-6.col-md-2:nth-child(3),
#brandAll .col-xs-6.col-md-2:nth-child(4),
#brandAll .col-xs-6.col-md-2:nth-child(5),
#brandAll .col-xs-6.col-md-2:nth-child(6) {
    display: block;
}

#brandAll.open .col-xs-6.col-md-2 {
    display: block;
}