.main-container {
    margin-top: 180px;
}

.header-logo {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
}

.header-logo img {
    position: relative;
    max-width: 230px;
    z-index: 10;
}

.header-decoration {
    position: absolute;
    top: 25%;
    width: 100%;
    background: url(../images/head-illustration.svg) no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100% 130%;
    height: 490px;
    margin-top: -100px;
    z-index: 8;
}

@media all and (max-width: 670px) {
    .header-decoration {
        background-position: 50% 65%;
    }
}

@media all and (max-width: 550px) {
    .header-decoration {
        background-position: 50% 60%;
    }
}

#bigTriangleTop {
    fill: #1f151e;
    margin-top: -20px;
    margin-bottom: -7px;
}

@media all and (max-width: 767px) {
    #bigTriangleTop {
        height: 100px !important;
    }
}

@media all and (max-width: 550px) {
    #bigTriangleTop {
        height: 60px !important;
    }
}

#bigTriangleBottom {
    height: 150px;
    fill: #1f151e;
    margin-bottom: -10px;
    position: relative;
    top: -1px;
}

@media all and (max-width: 767px) {
    #bigTriangleBottom {
        height: 100px !important;
    }
}

@media all and (max-width: 550px) {
    #bigTriangleBottom {
        height: 60px !important;
    }
}

.section-header {

}

.section-what-is {
    background-color: #1f151e !important;
    padding-bottom: 30px;
}

.section-what-is_top {
    background-color: #1f151e !important;
}

.header-title {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

@media all and (max-width: 550px) {
    .header-title {
        position: absolute;
        bottom: -40px;
        width: 100%;
        text-align: center;
    }
}

.swiper-testimonials-container {
    color: #fff;
    height: 160px;
}

.swiper-testimonials-container .lead {
    font-size: 18px;
}

.swiper-testimonials-container .author {
    font-size: 11px;
    text-transform: uppercase;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 26px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    font-size: 26px;
    color: #19d097;
    -moz-background-size: 25px 26px;
    -webkit-background-size: 25px 26px;
    background-size: 25px 26px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    left: 3px;
}

.swiper-button-next {
    right: 3px;
}

.swiper-pagination-bullet {
    background: #aaa !important;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #19d097 !important;
}

.swiper-game-image-container {
    color: #fff;
    height: 500px;
    position: relative;
    width: 100%;
}

.swiper-team-image-container {
    color: #fff;
    height: 400px;
    position: relative;
    width: 100%;
}

.swiper-game-image-container .swiper-wrapper {
    position: relative;
    width: 100% !important;
}

.swiper-slide {
    padding: 0 10% 0 10%;
}

.swiper-slide img {

    width: 100%;
}

.img-block {
    padding: 3px;
}

.img-block img {
    width: 100%;
}

.img-title-block {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #dedede;
    padding: 10px;
    color: #000;
    min-height: 100px;
}

.img-title-block-desktop {
    min-height: 120px;
}

.service {
    margin-top: 50px;
}

.service .service-block {
    color: #fff;
    text-align: center;
    margin: 40px;
}

.service .service-block h3 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    min-height: 65px;
}

.service img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.time-title {
    background: #19d097;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #1f151e;
    line-height: 60px;
    position: absolute;
    top: -61px;
    left: -1px;
    font-weight: bold;
}

.time-descr {
    background: #f5f5f5;
    display: block;
    padding: 10px;
    position: relative;
}

.what-is-cb {
    color: #fff;
    font-size: 14px;
    background-color: #423040;
    padding: 20px 35px;
}

.what-is-image {
    width: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.section_faq {
    margin-top: 60px;
    background-color: #1f151e;
    padding-bottom: 60px;
    padding-top: 60px;
}

.contact-form-container {
    margin-left: 60px;
    margin-right: 50px;
}