html {
    overflow-x: hidden;
}

body {
    position: relative;
    background: rgba(255, 255, 255, 1.00);
    font-family: Helvetica;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(50, 50, 50, 1.00);
    text-align: left;
    word-break: break-word;
    overflow-x: hidden;
}

p {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(50, 50, 50, 1.00);
    text-align: left;
    margin-top: 25px;
}

ul {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding: 0px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    /*! display: inline-block; */
    position: relative;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    text-align: inherit;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

.content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    text-align: center;
    margin: 0px auto;
    padding: 0px 30px;
}

.semi-content__wrap {
    width: 100%;
    margin-right: -30px;
}

.semi-content {
    flex: 0 47%;
    width: 100%;
    margin-right: 30px;
}

.semi-content.smallest {
    padding-top: 50px;
    padding-bottom: 50px;
}

.third-wrap-content {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.third-content {
    display: inline-block;
    width: 32.9%;
    margin-bottom: 25px;
    margin-left: 0px;
}

.flex-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

h2,
h3,
h4,
.title {
    display: block;
    position: relative;
    width: 100%;
    font-family: Helvetica;
    text-align: left;
}

h1,
.title.general {
    font-size: calc(58px + 10 * (100vw / 1170));
    line-height: 75px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1.00);
    text-transform: uppercase;
    text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5);
    z-index: 10;
}

h2,
.title.high {
    font-size: calc(35px + 10 * (100vw / 1170));
    line-height: calc(40px + 10 * (100vw / 1170));
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(50, 50, 50);
    text-align: center;
    z-index: 1;
}

.title.high:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background-image: url(../images/title-high.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

h3,
.title.middle {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: rgba(100, 100, 100, 1.00);
}

h4,
.title.lower {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: rgba(50, 50, 50, 1.00);
}

.title.high.light:after {
    background-image: url('../images/title-high-light.svg');
}

.title.light {
    color: rgba(255, 255, 255, 1.00);
}

.text {
    position: relative;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(50, 50, 50, 1.00);
    text-align: left;
}

.text.light {
    color: rgba(255, 255, 255, 1.00);
}

.button {
    position: relative;
    display: block;
    width: auto;
    min-width: 140px;
    height: 100%;
    max-height: 50px;
    border: 2px solid rgb(15, 175, 225);
    border-radius: 10px;
    background-color: rgb(15, 175, 225);
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 12px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1.00);
    white-space: nowrap;
    cursor: pointer;
    padding: 0px 20px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px 0px rgba(15, 175, 225, 0.5);
    transition: all 0.5s;
}

.button:hover {
    background: transparent;
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}

.button.light {
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 1.00);
    background: rgba(255, 255, 255, 1.00);
    color: rgba(50, 50, 50, 1.00);
}

.button.light:hover {
    background: transparent;
    color: rgba(255, 255, 255, 1.00);
}

.header__logo img {
    display: block;
    max-width: 115px
}

.header-menu__list {
    align-items: center;
    margin-left: -25px;
}

.header-menu__list li.menu a:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 0%;
    height: 2px;
    background: rgb(255, 255, 255);
    transition: 0.5s
}

.header-menu__list li.menu a:hover {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

.header-menu__list li.menu a:hover:after {
    width: 100%;
}

.header-menu__list li {
    margin-left: 25px;
}

.header__registration.button,
.header__sign.button {
    margin-top: 0px;
    height: 40px;
    line-height: 37px;
    max-width: 140px;
}

li .header__sign {
    margin-left: 5px;
}

.header__sign {
    background: transparent
}

.header__sign:hover {
    background-color: rgb(15, 175, 225);
}

.header-languages__list {
    display: flex;
    position: relative;
    align-items: center;
}

.header-languages__list .arrow {
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.header-languages.active {
    display: block
}

.header-languages__list:hover .lang {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

.header-languages a:hover {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

.header-languages__list .arrow.active {
    transform: rotate(180deg);
}

.header-languages__list .lang.active span {
    opacity: 0.5;
}

.header-languages {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    background-color: rgb(5, 55, 75);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    width: auto;
    z-index: 10;
    padding-right: 20px;
    padding-left: 20px;
}

.header-languages a {
    padding: 10px 0px;
    white-space: nowrap
}

.header-languages li {
    margin: 0px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header.scrolled {
    background-color: rgb(5, 55, 75);
}

.header-mobile__menu {
    display: none;
}

.mobile-menu {
    position: absolute;
    left: -20px;
    top: 12px;
    display: none;
    cursor: pointer;
    z-index: 100;
    height: 35px;
    width: 15px
}

.mobile-menu__button span,
.mobile-menu__button span:before,
.mobile-menu__button span:after {
    display: block;
    width: 30px;
    height: 4px;
    background: rgb(255, 255, 255);
    position: absolute;
    border-radius: 5px;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    transition: all 0.3s;
    z-index: -1;
}

.mobile-menu__button span:before,
.mobile-menu__button span:after {
    content: '';
}

.mobile-menu__button span:before {
    top: calc(50% - 9px);
    transition: all 0.3s;
}

.mobile-menu__button span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    width: 29.5px;
    transition: all 0.2s;
}

.mobile-menu.active .mobile-menu__button span {
    transform: rotate(45deg);
}

.mobile-menu.active .mobile-menu__button span:after {
    width: 0;
}

.mobile-menu.active .mobile-menu__button span:before {
    transform: rotate(-90deg);
    top: calc(50% - 2px);
}

@media only screen and (max-width: 1171px) {
    h1,
    .title.general {
        font-size: calc(58px + (27 + 27 * 0.7) * ((100vw - 320px) / 1170));
    }
    h2,
    .title.high {
        font-size: calc(35px + (10 + 10 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(40px + (10 + 10 * 0.7) * ((100vw - 320px) / 1170));
    }
    .mobile-menu {
        visibility: visible;
        display: block;
    }
    .header {
        height: 50px;
        padding-top: 13px;
    }
    .header-menu__list .menu,
    .header-menu__list .button {
        display: none;
    }
    .header-mobile__menu {
        position: absolute;
        top: -13px;
        left: -300px;
        width: 300px;
        height: 100vh;
        background-color: rgb(5, 55, 75);
        padding-top: 50px;
        transition: all 0.4s;
        display: block;
    }
    .header-mobile__menu.active {
        left: 0;
    }
    .header-mobile__menu li {
        padding: 15px 0px;
        text-align: center;
    }
    .header-mobile__menu .button {
        max-width: 160px;
        margin: 0 auto;
    }
    .header__logo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-menu__list {
        justify-content: flex-end;
        margin-left: 0px;
    }
}

.main {
    background-image: url('../images/main-bg.svg'), linear-gradient(to right, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    height: 700px;
}

.main__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
}

.main__title {
    text-align: center;
}

.main__text {
    text-align: center;
    font-size: calc(20px + 15 * (100vw / 1170));
    text-transform: uppercase;
    line-height: calc(35px + 15 * (100vw / 1170));
}

.main__button.button {
    max-width: 160px;
    margin: 0 auto;
    margin-top: 25px;
}

.main__content .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.502);
    width: 30px !important;
    height: 7px !important;
    background: transparent !important;
    transition: all 0.3s;
}

.main__content .owl-dots .owl-dot.active span,
.main__content .owl-dots .owl-dot span:hover {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5) !important;
    border-color: rgb(255, 255, 255);
}

@media only screen and (max-width: 996px) {
    main.main {
        min-height: 700px;
        height: auto;
        padding-top: 100px
    }
    .main__text {
        font-size: calc(20px + (15 + 15 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(35px + (15 + 15 * 0.7) * ((100vw - 320px) / 1170));
    }
}

.about {
    padding-top: 25px;
    padding-bottom: 50px;
}

.about-top__list {
    align-items: center;
}

.about-top__item.third-content {
    padding: 30px 15px !important;
    width: 25%
}

.about-top__item.about-top__conter.third-content {
    width: 50%
}

.about-topLeft__text {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 35px
}

.about-top__conter.third-content {
    padding: 50px 50px !important;
    background-image: -moz-linear-gradient( 15deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -webkit-linear-gradient( 15deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -ms-linear-gradient( 15deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
}

.about-top__item.third img {
    width: 100%;
}

.about-topcenter__text {
    margin-top: 0px;
    text-align: center;
}

.about-bottom-item__text {
    text-align: center;
    font-size: 20px;
    z-index: 1;
}

.about-bottom-item__text span {
    font-weight: bold;
}

.about-bottom-item__number {
    position: relative;
    font-size: calc(39px + 20 * (100vw / 1170));
    font-family: "Helvetica";
    color: rgb(125, 15, 185);
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.about-bottom__item {
    position: relative;
}

.about-bottom__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: top;
    height: 225px;
    margin-top: 50px;
}

.about-bottom__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 115px);
    width: 220px;
    height: 220px;
    transform: rotate(45deg);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(125, 15, 185, 0.251);
}

.about-bottom__item.second:after {
    border-color: rgba(70, 75, 180, 0.251);
}

.about-bottom__item.third:after {
    border: 5px solid rgba(15, 135, 175, 0.251);
}

.about-top__item.fourth {
    display: none;
}

.about-bottom__item.second .about-bottom-item__number {
    color: rgb(70, 75, 180);
}

.about-bottom__item.third .about-bottom-item__number {
    color: rgb(15, 135, 175);
}

@media only screen and (max-width: 840px) {
    .about-top__item.first {
        display: none;
    }
    .about-top__item.fourth {
        display: block;
    }
    .about-top__item.about-top__conter.third-content {
        width: 100%;
    }
    .about-top__list {
        width: 100%;
    }
    .about-top__item.third-content {
        width: 45%;
    }
    .about-bottom-item__number {
        font-size: calc(39px + (20 + 20 * 0.7) * ((100vw - 320px) / 1170));
    }
}

@media only screen and (max-width: 400px) {
    .about-top__conter.third-content {
        padding: 30px 25px !important;
    }
}

@media only screen and (max-width: 520px) {
    .about-top__item.third-content {
        width: 100%;
    }
    .about-top__item.third {
        display: none;
    }
}

@media only screen and (max-width: 1140px) {
    .about-bottom__list.third-wrap-content {
        width: 100%;
    }
    .about-bottom__list {
        justify-content: center;
    }
    .about-bottom__item.third-content {
        width: 40%;
    }
}

@media only screen and (max-width: 970px) {
    .about-bottom__item.third-content {
        width: 100%;
        margin-top: 90px;
    }
}

.why-chat {
    padding: 50px 0px 75px 0px;
    background-image: url('../images/why-chat-bg.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.brands {
    padding-top: 50px;
    padding-bottom: 50px;
}

.brands__list li {
    cursor: pointer;
    height: 150px;
    width: 210px;
    position: relative;
    padding: 25px 40px;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.brands__list li img {
    z-index: 2;
}

.brands__list {
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 35px;
}

.brands__list li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    z-index: -1;
}

.brands__list li:hover:after {
    width: 100%;
    height: 100%;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.brands__list li.bet22:after {
    background-color: rgb(255, 255, 255);
}

.brands__list li.cookiecasino:after {
    background-color: rgb(113, 62, 155);
}

.brands__list li.betamo:after {
    background-color: rgb(11, 12, 16);
}

.brands__list li.woocasino:after {
    background-color: rgb(19, 21, 33);
}

.brands__list li.playamo:after {
    background-color: rgb(14, 106, 200);
}
.brands__list .owl-nav{
    display: block !important;
}
.reviews__list .owl-nav,
.brands__list .owl-nav {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 32%;
    transform: translateY(-50%);
    z-index: 100;
}

.reviews__list .owl-nav {
    top: 45%
}

.reviews__list .owl-next,
.brands__list .owl-next {
    position: absolute;
    font-size: 0 !important;
    right: -45px;
}

.reviews__list .owl-prev,
.brands__list .owl-prev {
    position: absolute;
    font-size: 0 !important;
    left: -45px;
}

.reviews__list .owl-next:after,
.reviews__list .owl-next:before,
.brands__list .owl-next:after,
.brands__list .owl-next:before {
    content: '';
    position: absolute;
    top: -12.5px;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url('../images/prev.svg');
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.reviews__list .owl-prev:after,
.reviews__list .owl-prev:before,
.brands__list .owl-prev:after,
.brands__list .owl-prev:before {
    content: '';
    position: absolute;
    top: -12.5px;
    width: 25px;
    height: 25px;
    background-image: url('../images/prev.png');
    background-repeat: no-repeat;
    transition: all 0.5s;
    opacity: 1;
}

.reviews__list .owl-prev:before,
.reviews__list .owl-next:before,
.brands__list .owl-prev:before,
.brands__list .owl-next:before {
    background-image: url(../images/prev-hover.png);
    opacity: 0;
}

.reviews__list .owl-prev:hover:before,
.reviews__list .owl-next:hover:before,
.brands__list .owl-prev:hover:before,
.brands__list .owl-next:hover:before {
    opacity: 1;
}

.reviews__list .owl-prev:hover:after,
.reviews__list .owl-next:hover:after,
.brands__list .owl-prev:hover:after,
.brands__list .owl-next:hover:after {
    opacity: 0;
}

.brands__list .owl-item.active.center li:after {
    width: 100%;
    height: 100%;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
}

.brands-bottom__item {
    width: 25%
}

.brands__list.owl-carousel .owl-stage-outer {
    min-height: 185px;
}

@media only screen and (max-width: 820px) {
    ul.brands__list.owl-carousel {
        width: 100%;
    }
    .brands__list .owl-nav {
        top: 100%;
        z-index: 100;
    }
    .brands__list .owl-nav .owl-next {
        right: 40%;
        z-index: 100;
    }
    .brands__list .owl-nav .owl-prev {
        left: 40%
    }
    .brands-second__list {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 375px) {
    .brands__list .owl-nav .owl-next,
    ul.reviews__list .owl-nav .owl-next {
        right: 30%
    }
    .brands__list .owl-nav .owl-prev,
    ul.reviews__list .owl-nav .owl-prev {
        left: 30%
    }
}

.brands-bottom__item {
    position: relative;
}

.brands-bottom__item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 31px;
    height: 2px;
    width: 100%;
    background-color: rgb(225, 225, 225);
    transform: translateY(-50%);
    z-index: -1
}

.brands-bottom-item__text {
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 0px;
}

.brands-second__list .owl-item {
    opacity: 0;
}

.brands-second__list .owl-item.active.center {
    opacity: 1;
}

.brands-bottom-item__text:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgb(15, 135, 175);
    box-shadow: 0px 0px 15px 0px rgba(15, 135, 175, 0.004);
}

.brands-bottom-item__list {
    justify-content: center;
    margin-left: -5px;
}

.brands-bottom-item__list li {
    border: 1px solid rgb(200, 200, 200);
    max-height: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.brands-item__sign{
    max-width: 160px;
    margin: 0 auto;
}
.brands-item__sign:hover{
    color: rgb(50,50,50);
}
.brands-bottom__item span {
    font-size: 20px;
    font-family: "Helvetica";
    color: rgb(50, 50, 50);
    font-weight: bold;
    line-height: 15px;
}

@media only screen and (max-width: 1170px) {
    .brands-bottom__list.third-wrap-content {
        width: 100%
    }
}

@media only screen and (max-width: 870px) {
    .brands-bottom__list .brands-bottom__item.third-content {
        width: 50%
    }
}

@media only screen and (max-width: 470px) {
    .brands-bottom__list .brands-bottom__item.third-content {
        width: 100%
    }
}

.reviews-item-header__bg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    overflow: hidden;
    margin-right: 15px;
}

.reviews-item__header {
    justify-content: flex-start;
    align-items: center;
    z-index: 1
}

.reviews__item {
    max-width: 320px;
    width: 100%;
    height: 375px;
    padding: 50px 30px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
}

.reviews-item__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/main-bg.svg'), linear-gradient(to right, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.reviews-item__text {
    z-index: 1;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Helvetica';
    margin-top: 7px;
    margin-bottom: 50px;
}

.reviews-item-header__text {
    font-weight: bold;
}

.reviews__list .owl-stage-outer {
    margin: 0 auto;
}

.reviews__list.owl-carousel {
    width: calc(100% - 90px);
    margin: 0 auto;
    margin-top: 50px;
}

.reviews {
    padding-bottom: 50px;
}

@media only screen and (max-width: 820px) {
    ul.reviews__list.owl-carousel {
        width: 100%;
    }
    .reviews__list .owl-nav {
        margin-top: 30px;
        top: 100%;
    }
    .reviews__list .owl-nav .owl-next {
        right: 40%;
    }
    .reviews__list .owl-nav .owl-prev {
        left: 40%
    }
    .reviews {
        padding-bottom: 100px
    }
}

.events {
    background-image: url(../images/events.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: -10;
}

.events__list {
    margin-top: 50px;
}

.events-item__list {
    position: relative;
}

.events__item {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
    z-index: 0;
    padding: 25px 25px;
    margin: 0 auto
}

.events-item__list:after {
    content: '';
    position: absolute;
    top: -15px;
    left: -10px;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: auto;
    background-image: url('../images/events-item.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    z-index: 0;
    cursor: pointer;
}

.events-item__button {
    position: absolute;
    top: 0px;
    padding-top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    z-index: 20;
    opacity: 0;
    font-weight: bold;
}

.events-item__list:hover .events-item__button {
    opacity: 1;
}

.events-item__list:hover .events-item__bg {
    opacity: 0.25;
}

.events-item__bg {
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    width: auto;
    height: 100%;
    max-width: none;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}

.events-item__date.text {
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 15px;
    background-color: rgb(15, 135, 175);
    box-shadow: 0px 0px 20px 0px rgba(15, 135, 175, 1);
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
    border-radius: 50px;
    z-index: 2;
}

.events-item__name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 30;
}

.events__button {
    max-width: 160px;
    margin: 0 auto;
}

@media only screen and (max-width: 1170px) {
    .events-item__list.third-content {
        width: 50%;
    }
}

@media only screen and (max-width: 820px) {
    .events-item__list.third-content {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .events-item__list.third-content .events__item {
        width: 100%
    }
    .events__list li:not(:first-child) {
        margin-top: 50px;
    }
}

.working {
    padding-top: 50px;
    padding-bottom: 50px;
}

.working__img {
    height: 550px;
    position: relative;
    width: 100%;
    background-image: url(../images/contacts-bg.png);
    background-position: center;
    background-size: cover;
    padding: 0px 30px;
}

.working__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 60px);
    height: 75px;
    transform: translate(-50%, -50%);
    max-width: 340px;
}

.working__list {
    align-items: center;
}

.working__registration {
    max-width: 160px;
    margin: 0 auto;
    margin-top: 25px;
}

.working__registration:hover {
    color: rgb(50, 50, 50);
    background: transparent;
}

.working__sign {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    background: transparent;
    color: rgb(50, 50, 50);
}

.working__sign:hover {
    background-color: rgb(15, 175, 225);
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1130px) {
    .working__list .semi-content {
        flex: 1 100%;
        margin: 0px;
    }
    .working__info.semi-content {
        margin-top: 50px;
    }
}

.footer {
    background-color: rgb(25, 25, 25);
}

.footer__top {
    padding: 45px 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.051);
}

.footer-top__list {
    justify-content: flex-start;
}

.footer-top__list a {
    padding: 0px 32px;
    line-height: 15px;
    border-right: 1px solid rgb(50, 50, 50);
    transition: all 0.4s;
}

.footer-top__list a:hover {
    color: rgb(15, 175, 225);
    text-shadow: 0px 0px 15px rgba(15, 175, 225, 1);
}

.footer-top__list li:first-child a {
    padding-left: 0px;
}

.footer-top__list li:last-child a {
    border-right: none;
}

.footer-contacts__title.title,
.footer-links__title.title {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.75);
    text-align: left;
    display: inline;
    line-height: 25px;
}

.footer-contacts__title.title.high:after,
.footer-links__title.title.high:after {
    background-image: url(../images/title-high-black.svg);
    width: 55px;
    height: 55px;
    top: 11px;
}

.footer__second {
    padding: 50px 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.051);
}

.footer-links__list a {
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
    transition: all 0.5s;
    width: auto;
}

.footer-links__list {
    margin-top: 25px;
}

.footer-links__img {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.251);
    border-radius: 50%;
    position: relative;
    margin-right: 12px;
    transition: all 0.5s;
}

.footer-links__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-links__list span {
    color: rgba(255, 255, 255, 0.502);
    transition: all 0.5s;
    display: block;
}

.footer-links__list a:hover .footer-links__img {
    border: 1px solid rgba(255, 255, 255, 0.502);
}

.footer-links__list a:hover span {
    color: rgba(255, 255, 255, 1);
}

.footer-contacts__list {
    margin-top: 25px;
}

.footer-contacts__list input,
.footer-contacts__list textarea,
.popup-sign__contact input {
    width: 245px;
    height: 25px;
    border: none;
    background: transparent;
    border-bottom: 2px solid rgb(50, 50, 50);
    font-size: 15px;
    font-family: "Helvetica";
    color: rgba(255, 255, 255, 0.251);
    padding: 0px 6px;
    margin-left: 30px;
    outline: none;
    margin-top: 25px;
}

.footer-contacts__list input.errorField {
    border-bottom: 2px solid rgb(200, 50, 50);
}

.username.error {
    border-bottom: 2px solid rgb(200, 50, 50) !important;
}

.popup__password.error {
    border-bottom: 2px solid rgb(200, 50, 50) !important;
}

.popup__password.show {
    border-bottom: 2px solid rgb(50, 50, 50);
}

.username.show {
    border-bottom: 2px solid rgb(50, 50, 50);
}

.footer-contacts__list input:focus,
.footer-contacts__list textarea:focus,
.popup-sign__contact input:focus {
    border-bottom: 2px solid rgb(15, 175, 225);
    color: rgba(255, 255, 255, 1);
}

.footer-contacts__list textarea {
    resize: none;
    width: calc(100% - 30px);
}

.footer-contacts__list {
    margin-left: -30px;
}

.footer-contacts__button {
    margin-left: 30px;
}

.footer-third__content {
    padding: 50px 30px;
}

.footer-third__text {
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.251);
}

.footer-second__list .semi-content {
    flex: 1 47%;
    margin: 0px;
}

@media only screen and (max-width: 1170px) {
    .footer-contacts__list input {
        width: 240px;
    }
    .footer-contacts {
        margin-top: 50px;
    }
    .footer-contacts__list .footer-contacts__message {
        width: 515px;
    }
}

@media only screen and (max-width: 1040px) {
    .footer-second__list .semi-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0px;
        flex: 1 100%;
    }
    .footer-second__list .semi-content .title.high {
        text-align: center;
    }
    .footer-second__list .semi-content.footer-contacts {
        margin-top: 50px;
    }
    .footer-contacts .footer-contacts__list {
        display: flex;
        flex-direction: column;
    }
    .footer-contacts__button {
        max-width: 160px;
    }
    .footer-contacts input {
        display: inline
    }
}

@media only screen and (max-width: 580px) {
    .footer-contacts__list input,
    .footer-contacts__list .footer-contacts__message {
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 840px) {
    .footer-top__list {
        flex-direction: column;
        align-items: center;
    }
    .footer-top__list a {
        padding: 10px 0px;
        border-right: none;
    }
}

.popup-sign,
.modal__box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: -100;
    opacity: 0;
    transition: all 0.5s
}

.popup-sign.active,
.modal__box.active {
    opacity: 1;
    z-index: 100;
}

.popup-sign__content,
.modal-boc__content {
    max-width: 600px;
    width: calc(100% - 60px);
    height: auto;
    background-color: rgb(25, 25, 25);
    box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -900px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s
}

.popup-sign.active .popup-sign__content,
.modal__box.active .modac-boc__content {
    top: 19%;
    transition: all 0.5s
}

.popup-sign__header,
.modal-box__header {
    padding: 50px 30px;
    background-image: -moz-linear-gradient( 0deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    align-items: center;
}

.popup-sign__title.title,
.modal-box__title.title {
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.75);
    text-align: left;
    line-height: 25px;
    width: auto;
    display: inline;
}

.popup-sign__title.title.high:after,
.modal-box__title.title.high:after {
    background-image: url('../images/popup-title.svg');
    height: 55px;
    width: 55px;
    top: 11px;
}

.popup-sign__close,
.modal-box__close {
    width: 25px;
    height: 25px;
    background: transparent;
    position: relative;
}

.popup-sign__close:after,
.popup-sign__close:before,
.modal-box__close:after,
.modal-box__close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.popup-sign__close:after,
.modal-box__close:after {
    background-image: url('../images/popup-close.svg')
}

.popup-sign__close:before,
.modal-box__close:before {
    background-image: url('../images/popup-close__hover.svg');
    opacity: 0;
}

.popup-sign__close:hover:before,
.modal-box__close:hover:before {
    opacity: 1;
}

.popup-sign__close:hover:after,
.modal-box__close:hover:after {
    opacity: 0;
}

.popup-sign__contact {
    margin-left: -30px;
}

.popup-sign__body {
    padding: 50px 30px 25px 30px;
}

.popup-sign__button {
    margin-left: 30px;
    margin-top: 50px;
}

.popup-sign__contact ul.flex-block {
    align-items: flex-end;
}

.popup-sign__contact li.flex-block {
    flex-direction: column;
    align-items: center;
}

.popup-sign__contact li a {
    font-size: 15px;
    font-family: "Helvetica";
    color: rgb(15, 135, 175);
    text-decoration: underline;
    text-transform: none;
    text-align: center;
}

@media only screen and (max-width: 645px) {
    .popup-sign__contact input {
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 680px) {
    .popup-sign__contact ul.flex-block {
        flex-direction: column;
        align-items: center;
        margin-left: 15px
    }
    .popup-sign__button {
        margin-left: 0px;
        margin-bottom: 20px;
    }
}

.modal-box__body {
    padding: 25px 30px;
}

.modal-box__text {
    margin-top: 0px;
}

.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
    margin: 0 auto;
}

.brands__list li {
    margin: 0 auto;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slick-slide {
    min-width: 207px;
    margin: 0 auto;
}

.why-chat-item__title {
    text-align: center;
}

.why-chat-item__text {
    text-align: center;
    margin-top: 15px;
}

.why-chat__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 215px;
    margin-top: 100px;
    width: 30%;
    margin-left: 30px;
}

.why-chat__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 115px);
    width: 215px;
    height: 215px;
    transform: rotate(45deg);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.251);
}

.why-chat__item img {
    margin-bottom: 15px;
}

.why-chat__list {
    margin-left: -30px;
    width: calc(100% + 30px);
}

@media only screen and (max-width: 1060px) {
    .why-chat__item {
        width: 46%
    }
    .why-chat__list {
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .why-chat__item {
        width: 100%;
    }
}

.login {
    min-height: 100vh;
    min-width: 100vw;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

.login__list {
    position: static;
    z-index: 1;
    height: 100vh;
    padding: 25px 0px;
}

.login__img {
    display: flex;
    max-height: 100vh;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.login__img a {
    text-decoration: underline;
}

.login__img img {
    height: 100%;
}

.login__content {
    position: static;
}

.login__list:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url('../images/main-bg.svg'), linear-gradient(to right, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-size: cover;
    z-index: -1
}

.login__list:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: rgb(25, 25, 25);
    z-index: -1;
}

.login__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.login-form__list input {
    border: none;
    background: transparent;
    border-bottom: 2px solid rgb(50, 50, 50);
    width: 245px;
    height: 25px;
    margin-left: 30px;
    font-size: 15px;
    font-family: "Helvetica";
    color: rgba(255, 255, 255, 0.251);
    font-weight: normal;
    padding: 0px 5px;
    line-height: 25px;
    margin-top: 40px;
    outline: none;
}

.login-form__list input:focus {
    border-bottom: 2px solid rgb(15, 175, 225);
    color: rgba(255, 255, 255, 1);
}

.login-form__list {
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: 25px;
}

.login__title.title.high {
    text-align: left;
    width: auto;
    display: block;
    max-width: 200px;
    font-size: 25px;
    line-height: 25px;
}

.login__title.title.high:after {
    background-image: url(../images/login-title.svg);
    width: 55px;
    height: 55px;
    top: 10px
}

.remember {
    display: none;
}

.remember-label {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    font-family: "Helvetica";
    line-height: 25px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.remember-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 2px solid rgba(50, 50, 50, 1);
}

.remember:checked+.remember-label:before {
    border: none;
    background-image: -moz-linear-gradient( 45deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
}

.login__button {
    margin-top: 0px;
    max-width: 255px;
    width: 100%;
}

.login-buttons__list {
    margin-top: 25px;
    margin-left: -30px;
    width: calc(100% + 60px);
    align-items: center;
}

.login-buttons__list>li {
    width: 44%;
    margin-left: 30px;
}

.login-buttons__list li a {
    display: block;
    font-size: 15px;
    font-family: "Helvetica";
    color: rgb(15, 175, 225);
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}

.login__logo,
.login__links {
    display: none;
}

@media only screen and (max-width: 1166px) {
    .login-form__list input {
        width: 100%;
        max-width: none;
    }
}

@media only screen and (max-width: 1060px) {
    .login {
        max-height: none !important;
        overflow-y: auto !important;
    }
    .login__img {
        display: none;
    }
    .login__list:after {
        display: none;
    }
    .login__list:before {
        width: 100%;
    }
    .login__logo,
    .login__links {
        display: block;
    }
    .login__logo {
        margin-bottom: 50px;
        min-height: 50px;
        margin-left: 30px;
    }
    .login__links {
        margin-left: 30px;
        margin-top: 50px;
    }
    .login__info {
        justify-content: space-between;
        align-items: center;
        padding-left: 0px;
    }
    .login__list>li:nth-child(2) {
        flex: 1 100%;
    }
    .login__title.title.high {
        text-align: center;
        max-width: 100%;
    }
    .login-buttons__list li {
        width: 100%;
    }
    .login__button {
        margin: 0 auto;
    }
    .login-buttons__list a {
        text-align: center;
    }
    .login__links a {
        display: block;
        font-size: 15px;
        font-family: "Helvetica";
        color: rgb(15, 175, 225);
        font-weight: bold;
        text-decoration: underline;
        text-transform: none;
        text-align: center;
    }
}

.login-form label.error {
    display: none !important;
}

.login-form__list input.error {
    border-bottom: 2px solid rgb(200, 50, 50);
}

.sign-up {
    min-height: 100vh;
    min-width: 100vw;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

.sign-up__list {
    position: static;
    z-index: 1;
    height: 100vh;
    padding: 25px 0px;
}

.sign-up__img {
    display: flex;
    max-height: 100vh;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sign-up__img a {
    text-decoration: underline;
}

.sign-up__img img {
    height: 100%;
}

.sign-up__content {
    position: static;
}

.sign-up__list:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url('../images/main-bg.svg'), linear-gradient(to right, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-size: cover;
    z-index: -1
}

.sign-up__list:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: rgb(25, 25, 25);
    z-index: -1;
}

.sign-up__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.sign-up-form__list input {
    border: none;
    background: transparent;
    border-bottom: 2px solid rgb(50, 50, 50);
    width: 245px;
    height: 25px;
    margin-left: 30px;
    font-size: 15px;
    font-family: "Helvetica";
    color: rgba(255, 255, 255, 0.251);
    font-weight: normal;
    padding: 0px 5px;
    line-height: 25px;
    margin-top: 40px;
    outline: none;
}

.sign-up-form__text {
    margin-top: 10px;
    margin-left: 30px;
    font-size: 12px;
    font-family: "Helvetica";
    color: rgba(255, 255, 255, 0.251);
    line-height: 20px;
}

.sign-up-form__list input:focus {
    border-bottom: 2px solid rgb(15, 175, 225);
    color: rgba(255, 255, 255, 1);
}

.sign-up-form__list {
    margin-left: -30px;
    width: calc(100% + 60px);
}

.sign-up__title.title.high {
    text-align: left;
    width: auto;
    display: block;
    max-width: 200px;
    font-size: 25px;
    line-height: 25px;
}

.sign-up__title.title.high:after {
    background-image: url(../images/login-title.svg);
    width: 55px;
    height: 55px;
    top: 10px
}

.accept,
.agreement {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.accept-label a {
    font-size: 15px;
    font-family: "Helvetica";
    color: rgb(15, 175, 225);
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}

.accept-label,
.agreement-label {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    font-family: "Helvetica";
    line-height: 25px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    margin-top: 25px;
}

.accept-label:before,
.agreement-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(50, 50, 50, 1);
}

.accept:checked+.accept-label:before,
.agreement:checked+.agreement-label:before {
    border: none;
    background-image: -moz-linear-gradient( 45deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(125, 15, 185) 0%, rgb(15, 135, 175) 100%);
}

.sign-up__button {
    margin-top: 0px;
    max-width: 255px;
    width: 100%;
}

.sign-up-buttons__list {
    margin-top: 25px;
    margin-left: -30px;
    width: calc(100% + 60px);
    align-items: center;
}

.sign-up-buttons__list>li {
    width: 44%;
    margin-left: 30px;
}

.sign-up-buttons__list li a {
    display: block;
    font-size: 15px;
    font-family: "Helvetica";
    color: rgb(15, 175, 225);
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}

.sign-up__logo,
.sign-up__links {
    display: none;
}

@media only screen and (max-width: 1166px) {
    .sign-up-form__list input {
        width: 46%;
    }
    .sign-up {
        max-height: none !important;
        overflow-y: auto !important;
    }
    .sign-up__list {
        height: 100%;
    }
    .sign-up__img {
        display: none;
    }
    .sign-up__list:after {
        display: none;
    }
    .sign-up__list:before {
        width: 100%;
    }
    .sign-up__logo,
    .sign-up__links {
        display: block;
    }
    .sign-up__logo {
        margin-bottom: 50px;
        min-height: 50px;
        margin-left: 30px;
    }
    .sign-up__links {
        margin-left: 30px;
        margin-top: 50px;
    }
    .sign-up__info {
        justify-content: space-between;
        align-items: center;
        padding-left: 0px;
    }
    .sign-up__list>li:nth-child(2) {
        flex: 1 100%;
    }
    .sign-up__title.title.high {
        text-align: center;
        max-width: 100%;
    }
    .sign-up-buttons__list li {
        width: 100%;
    }
    .sign-up__button {
        margin: 0 auto;
    }
    .sign-up-buttons__list a {
        text-align: center;
        margin-top: 10px;
    }
    .sign-up__links a {
        display: block;
        font-size: 15px;
        font-family: "Helvetica";
        color: rgb(15, 175, 225);
        font-weight: bold;
        text-decoration: underline;
        text-transform: none;
        text-align: center;
    }
}

@media only screen and (max-width: 780px) {
    .sign-up-form__list input {
        width: 45%;
    }
}

@media only screen and (max-width: 780px) {
    .sign-up-form__list input {
        width: 100%;
    }
}

.sign-up__form label.error {
    display: none !important;
}

.sign-up-form__list input.error {
    border-bottom: 2px solid rgb(200, 50, 50);
}

.accept.error+.accept-label:before,
.agreement.error+.agreement-label:before {
    border: 2px solid rgb(200, 50, 50);
}