@font-face {
    font-family: 'PF Bague Black';
    src: url('../fonts/PF Bague Sans Pro Black.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GardensC';
    src: url('../fonts/GardensC.otf');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    font-family: 'GardensC';
    color: black;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container-fluid {
    padding: 0;
}

p {
    margin: 0;
}

.main-block {
    position: relative;
}

.inscription {
    font-family: 'PF Bague Black';
    font-size: 10vw;
    text-transform: uppercase;
}

.inscription p {
    z-index: 10;
    position: absolute;
}

.inscription.left p {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    transform: scale(-1) rotate(90deg) translate(-49vw, 1.5vw);
    left: 0;
    transform-origin: 0;

}

.btn-take-part {
    font-family: 'PF Bague Black';
    z-index: 20;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-take-part button {
    color: white;
    background: black;
    padding: 1vw 3vw 1.5vw 3vw;
    font-size: 2vw;
    letter-spacing: 1px;
    border-radius: unset;
    min-width: 23vw;
    animation: colorable-but-rew 0.12s linear reverse;
}

.btn-take-part button:hover {
    background-color: rgba(255, 38, 60, 1);
    cursor: pointer;
    text-decoration: none;
    color: white;
    animation: colorable-but 0.12s linear;
}

@keyframes colorable-but {
    0% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), #000000, #000000); /* Standard syntax; must be last */
    }
    50% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* Standard syntax; must be last */
    }
    100% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* Standard syntax; must be last */
    }
}
@keyframes colorable-but-rew {
    0% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), #000000, #000000); /* Standard syntax; must be last */
    }
    50% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* Standard syntax; must be last */
    }
    100% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* Standard syntax; must be last */
    }
}

.btn-take-part button:focus {
    text-decoration: none;
    color: white;
}

/*speaker********************************************************************/
.speaker-container {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    grid-template: "a a b b b b b" "a a c c c c c" "a a c c c c c" "a a c c c c c";
    grid-auto-columns: 14vw;
    align-items: start;
    padding: 0;
}

.speaker-head {
    grid-area: b;
    margin-left: 5vw;
}

.speaker-head h2 {
    font-family: 'PF Bague Black';
    font-size: 2vw;
}

.speaker-head p {
    font-size: 1vw;
}

.speaker-img {
    grid-area: a;
    overflow: hidden;
}

.speaker-img img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.speaker-img img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.speaker-body {
    grid-area: c;
    padding-left: 5vw;
    height: 29vw;
    background: rgb(255, 38, 60);
    margin: 0 0 0 -2vw;
    width: 110%;
    vertical-align: middle;
    z-index: 100;
}

.speaker-body ol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    counter-reset: listNumbering;
    font-size: 1vw;
    color: white;
    position: relative;
}

.speaker-body ol li {
    list-style-type: none;
    font-size: 1vw;
    counter-increment: listNumbering;
}

.speaker-body ol li:before {
    font-family: 'PF Bague Black';
    content: counter(listNumbering, decimal-leading-zero);
    font-size: 2vw;
    margin-right: 1vw;
}

.speaker-container.right .speaker-img {
    order: 2;
}

.speaker-container.right .speaker-head {
    margin: 1vw 6vw 0 0;
    text-align: right;
}

.speaker-container.right .speaker-body {
    margin: 3vw 0 0 2vw;;
}

/*speaker********************************************************************/
/*lesson********************************************************************/
.lesson-container {
    padding-left: 0;
    margin-top: 18vw;
}

.lesson-container .panel-group {
    padding-right: 15vw;
}

.lesson-container .lesson-title {
    font-family: 'PF Bague Black';
    font-size: 3vw;
}

.lesson-container .panel-heading {
    min-height: 5vw;
    background: #ffc21c
}

.lesson-container .panel-title {
    font-family: 'PF Bague Black';
    text-align: end;
    height: 100%;
    font-size: 2vw;
    padding: 0.5vw;
    color: black;
    text-transform: uppercase;
}

.lesson-container .panel-title:hover {
    color: white;
}

.lesson-container .panel-group * {
    border-radius: 0;
    border: 0;
}

.lesson-container .panel-group a:hover, .panel-group a:focus, .faq-container .panel-group a:hover, .panel-group a:focus {
    text-decoration: none;
}

.lesson-container .panel-group a:focus .panel-title {
    color: white;
}

.lesson-container .lesson-block {
    padding: 0 0 0 5vw;
    background: #ffc21c
}

.lesson-container .lesson-block ul {
    padding: 0;
}

.lesson-container .lesson-block ul li, .packet-container ul li {
    list-style-type: none;
    font-size: 1.5vw;
}

.lesson-container .lesson-block ul li:before, .packet-container ul li:before {
    content: "";
    background-image: url("../img/krest.svg");
    background-size: 100% 100%;
    display: inline-block;
    height: 1.5vw;
    width: 1.5vw;
    position: relative;
}

.lesson-container .lesson-block ul li span, .packet-container ul li span {
    vertical-align: text-bottom;
    margin-left: 1vw;
}

.lesson-container .panel-footer {
    background: rgb(255, 194, 28);
    text-align: end;
}

/*lesson********************************************************************/
/*packet********************************************************************/
.packet-container .panel-group * {
    border: none;
    box-shadow: unset;
}

.packet-title {
    text-align: end;
    font-family: 'PF Bague Black';
    text-transform: uppercase;
    font-size: 4vw;
    padding-right: 0;
    margin: 3vw;
}

.packet-container .panel-title p {
    font-family: 'PF Bague Black';
    text-transform: uppercase;
    font-size: 10vw;
    line-height: 40%;
    clip-path: inset(0.2vw 0 -1.5vw 0);
    -webkit-clip-path: inset(0.2vw 0 -1.5vw 0);
    position: absolute;
}

.packet-container .panel-heading {
    padding: 0;
}

.packet-container .panel + .panel {
    margin: -1px;
}

.packet-premium .panel-title p {
    right: 25vw;
}

.packet-franchize .panel-title p {
    right: 1vw;
}

.packet-container .panel-footer {
    background: white;
}

.panel-title {
    color: black;
}

.packet-container .panel-footer {
    margin-bottom: 5vw;
}

.packet-container .panel-footer .packet-price {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-family: 'PF Bague Black';
    font-size: 3vw;
}

.packet-container .panel-footer span {
    margin: 0 0 4% 4%;
}

.packet-container ul {
    padding: 5% 5% 0 5%;
}

/*packet********************************************************************/
/*chart********************************************************************/
.chart-container {
    display: flex;
    position: relative;
}

.chart-arrow-block {
    display: none;
}

.chart-container li {
    list-style-type: none;
}

.chart-container ul {
    margin: 0;
    padding: 5px 0;
}

.chart-price {
    font-size: 1vw;
}

.chart-container .chart {
    width: 15vw;
    height: 35vw;
    margin-right: 15vw;
    position: relative;
}

.chart-container .chart.max {
    background: rgba(90, 195, 152, 1);
}

.chart-container .chart.prem {
    background: rgba(255, 38, 60, 1);
}

.chart-container .chart.franc {
    background: rgba(255, 194, 28, 1);
}

.chart-header {
    font-family: 'PF Bague Black';
    font-size: 1vw;
    text-transform: uppercase;
}

.chart .chart-content {
    position: absolute;
    right: -2.3vw;
    top: -2vw;
}

.chart-block {
    margin-bottom: 7vw;
}

.chart-divider {
    height: 0.7vw;
    background: black;
    width: 37vw;
    position: absolute;
    z-index: 10;
}

.chart-date {
    font-family: 'PF Bague Black';
    margin-left: -5vw;
    font-size: 3vw;
    padding-right: 2vw;
}

.chart-date .date-block {
    white-space: nowrap;
    margin-bottom: 8.5vw;
}

.price-chart .head-text {
    position: relative;
    font-family: 'PF Bague Black';
    font-size: 3vw;
    text-transform: uppercase;
    padding: 7vw;
}

/*chart********************************************************************/
/*reviews********************************************************************/
.reviews {
    margin: 0 0 4vw 0;
}

.reviews-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 15vw;
}

.review-block {
    flex-grow: 1;
    height: auto;
    position: relative;
}

.reviews .ex-inscription p {
    transform: none;
    left: 0;
}

.review-vid {
    width: 80%;
    margin: auto;
}

.review-vid img, .review-content img {
    width: 100%;
}

.review-play {
    width: 35%;
    position: absolute;
    top: 35%;
    left: 32%;
}

.review-content {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    height: 600px;
}

.review-content img {
    width: 80%;
    height: 100%;
}

/*reviews********************************************************************/
/*for-who********************************************************************/
.for-who-conatiner {
    width: 100%;
    margin: auto;
}

.for-who-block .img-block {
    display: inline-block;
}

.for-who-block {
    width: 32%;
    display: inline-block;
}

.for-who-block .img-block {
    width: 40%;
    padding: 2vw;
    position: relative;
}

.for-who-block .img-block img {
    width: 100%;
}

.for-who-content {
    padding: 0 8vw 7vw 8vw;
}

.for-who-block .img-block .for-who-text {
    position: absolute;
    top: -3.6vw;
    width: 17vw;
    font-size: 1.5vw;
}

.for-who-text .who-head-text {
    font-size: 2vw;
}


.img-right img{
    display: none;
}

.img-right{
    padding: 0!important;
}
/*for-who********************************************************************/
/*primary********************************************************************/
.primary .inscription.head {
    color: #ffc21c;
    position: relative;
    right: -0.5vw;
}

.primary .inscription.left p {
    animation: primary-left 3s linear;
}

.primary .inscription.head .busines {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    transform: translate(7vw, -5.5vw);
    transform-origin: 0;
    animation: primary-busines 3s linear;
}

.primary .inscription.head .zero {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    transform: translate(48vw, -5.5vw);
    transform-origin: 0;
    animation: primary-zero 3s linear;
}

@keyframes primary-busines {
    from {
        transform: translate(110vw, -5.5vw);
    }
    to {
        transform: translate(7vw, -5.5vw);
    }
}

@keyframes primary-zero {
    from {
        transform: translate(151vw, -5.5vw);
    }
    to {
        transform: translate(48vw, -5.5vw);
    }
}

@keyframes primary-left {
    from {
        transform: scale(-1) rotate(90deg) translate(21vw, 1.5vw);
    }
    to {
        transform: scale(-1) rotate(90deg) translate(-49vw, 1.5vw);
    }
}

.primary-center {
    position: relative;
    height: auto;
    padding: 10vw 0 0 8vw;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 11vw);
    grid-template-areas: "a a a b b b b b" "a a a b b b b b" "a a a b b b b b" "a a a b b b b b";
    grid-gap: 2vw;
    align-items: start;
}

.left-head {
    grid-area: a;
    position: relative;
    height: 100%;
}

.right-head {
    grid-area: b;
    position: relative;
}

.info-background {
    width: 30%;
    height: 100%;
    background: #ffc21c;
    position: absolute;
    z-index: -1;
    bottom: 0;
    animation: info-background 4s linear;
}


@keyframes info-background {
    from{
        height: 0%;
    }
    to{
        height: 100%;
    }
}
.logo-1 {
    position: relative;
    right: 0;
    text-align: end;
    top: -12vw;
}

.logo-1 img {
    width: 20vw;
}

.rec_circle {
    position: absolute;
    width: 50vw;
    height: 50vw;
    background: url('../img/krug_2.png') center no-repeat;
    background-size: cover;
    top: -8vw;
    right: 5vw;
}

.luts {
    width: 20vw;
    z-index: 20;
    position: absolute;
    right: 4vw;
}

.play-circle {
    width: 12vw;
    position: absolute;
    right: calc(50% - 6vw);
    z-index: 30;
    bottom: calc(50% - 6vw);
}

.play-circle img {
    width: 100%
}

.top-block {
    width: 30%;
}

.date-head {
    font-family: 'PF Bague Black';
}

.left-info .course {
    font-size: 1vw;
}

.date-number {
    font-size: 4.5vw;
}

.date-month {
    margin-top: -1vw;
    font-size: 1.5vw;
}

.course-description {
    margin-top: 4vw;
    font-size: 1vw;
}

.course, .date-head {
    padding: 1vw;
    font-size: 1.8rem;
}

.how-earn {
    font-family: 'PF Bague Black';
    font-size: 1.5vw;
    position: absolute;
    left: 13vw;
    top: 17vw;
}

.how-earn p {
    margin: 0;
}

.how-earn .how-earn-text {
    position: absolute;
    z-index: 10;
    font-size: 2.5vw;
    width: 40vw;
}

.how-earn .descript {
    font-family: 'GardensC';
    font-size: 1.8rem;
}

.course-description {
    position: relative;
    top: -10vw;
    margin-top: 4vw;
    font-size: 1.8rem;
    width: 30%;
    padding: 0vw 1vw;
}

.primary-center .btn-take-part {
    width: 107%;
    justify-content: flex-end;
    margin-top: -145px;
}

.red-circle {
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    background: rgba(255, 38, 60, 0.7);
    border-radius: 50%;
    visibility: hidden;
    transition: all 0.5s;
}

.play-circle:hover + .red-circle {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    visibility: visible;
    transition: all 0.5s;
}

/**primary-center*************************************************/

.block-top {
    width: 100%;
}



.color-block {
    width: 10vw;
    height: 5vw;
    background: #FFC21C;
    margin-left: 8vw;
    display: inline-block;
}

.top-content.animate .color-block {
    width: 50vw;
    transition: width linear 2s;
}

.top-content .inscription {
    display: inline-block;
    height: 5vw;
}

.top-content .inscription p {
    line-height: 3.5vw;
    clip-path: inset(0.1vw 0 -2vw 0);
    -webkit-clip-path: inset(0.1vw 0 -2vw 0);
}

.top-content .inscription.right {
    display: block;
}

.top-content .inscription.right p {
    top: 0;
    right: 0;
    transform: scale(1) rotate(90deg) translate(86.2vw, 0);
    transform-origin: 96% 50%;
}

.top-content.animate .inscription.right p{
    transform: scale(1) rotate(90deg) translate(39.2vw, 0);
    transition: transform 2s linear;
}

.good-scholl {
    font-size: 2em;
    font-family: 'PF Bague Black';
}

.inform img {
    width: 50%;
}

.inform p {
    padding-top: 1em;
    font-size: 1.8rem;
}

.center-block-info {
    min-height: 330px;
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 60px 0 0 0;
    margin-bottom: 5vw;
}

.center-block-info .inform {
    margin-bottom: 5vw;
}

.main-block.for-who{
    margin-bottom: 5vw;
}
.for-who .inscription {
    position: relative;
    height: 16vw;
}

.for-who .inscription p {
    right: 0;
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    position: absolute;
}

.for-who .block object {
    width: 100%;
}

.for-who .text {
    font-size: 1vw;
}

.for-who .head-text {
    font-size: 1.5vw;
}

.format-course {
    margin-bottom: 5vw;
}

.format-course .inscription {
    height: 7vw;
}

.format-course .inscription p {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    left: 10vw;
}

.format-course .inscription.left {
    height: 0;
}

.format-course .inscription.left p {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    transform: scale(-1) rotate(90deg) translate(-32.8vw, 1.5vw);
    left: 0;
    transform-origin: 0;
}

.course-content {
    padding: 0;
    margin-top: 6vw;
    position: relative;
    width: 100%;
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr;
}

.course-content .left-block {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%
}

.course-content .left-block .divider {
    background: #ffc21c;
    width: 100%;
    height: 3.7vw;
}

.course-content .left-block .block-text {
    padding: 3vw 3vw 0 6vw;
    font-size: 1.5vw;
}

.course-content .btn-take-part {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.course-block {
    width: 100%;
    position: relative;
}

.course-content .center-block {
    margin: 0;
    padding: 4vw;
    background: #ffc21c;
    height: 100%;
    font-family: 'PF Bague Black';
}

.course-content .center-block .top-text {
    line-height: 3vw;
    font-size: 2.5vw;
}

.course-content .center-block .bot-text {
    margin-top: 6vw;
    text-align: center;
    font-size: 3.5vw;
    color: white;
    line-height: 100%;
}

.course-content .center-block .bot-text :last-child {
    font-size: 2vw;
}

.course-content .btn-take-part {
    justify-content: flex-start;
    padding-left: 7vw;
}

.course-content .right-block {
    height: 100%;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: flex-end;
}

.course-content .right-block .block-text {
    padding: 0 3vw 3vw 3vw;
    font-size: 1.5vw;
}

.course-content .right-block .divider {
    background: #ffc21c;
    width: 100%;
    height: 3.7vw;
}

.text-white {
    color: white;
}

.programm-course {
    margin-bottom: 5vw;
}

.programm-course .inscription {
    width: 100%;
    height: 1vw;
}

.programm-course .inscription p {
    right: 10vw;
    -webkit-clip-path: inset(5.5vw 0 0 0);
}

.programm-course .inscription.right p {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    top: 0;
    right: 0;
    transform: scale(1) rotate(90deg) translate(29vw, 0);
    transform-origin: 96% 50%;
}

.speakers .inscription {
    height: 20vw;
}

.speakers .inscription p {
    left: 1vw;
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
}

.reviews .inscription {
    width: 100%;
    height: 20vw;
}

.reviews .inscription p {
    left: 0;
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
}

.back-shadow {
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    display: none;
}

body.menu-active {
    overflow: hidden;
}

body.menu-active .back-shadow {
    display: block;

}

body .menu {
    height: 100vh;
    overflow: auto;
    background: white;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900;
    width: 0;
    transition: width 0.5s;
}

body.menu-active .menu {
    width: 50%;
    transition: width 1s;
}

.navbar-btn {
    position: fixed;
    right: 2vw;
    width: 4vw;
    height: 4vw;
    background-color: white;
    z-index: 1000;
    padding: 0;
}

.navbar-btn .navbar-btn-img {
    width: 100%;
    height: 100%;
    background: url("../img/m_3.svg") center no-repeat;
    background-size: contain;
    transition: transform 1s;
}

.navbar-btn .navbar-btn-img:hover {
    width: 100%;
    height: 100%;
    background: url("../img/m_2.svg") center no-repeat;
    background-size: contain;
}

body.menu-active .navbar-btn-img, body.menu-active .navbar-btn-img:hover {
    width: 100%;
    height: 100%;
    background: url("../img/m_2.svg") center no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition: all 1s;
}

.menu-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-top: 25px;
}

.menu-body ol {
    margin-left: -1.5vw;
    padding: 0;
    counter-reset: item;
    font-family: 'PF Bague Black';
    font-size: 2.5vw;
    height: auto;
}

.menu-body ol li {
    counter-increment: item;
    list-style-type: none;
    font-family: 'PF Bague Black';
    line-height: 3vw;
}

.menu-body ol li:before {
    content: counter(item, decimal-leading-zero);
    font-size: 5vw;
    clip-path: inset(0 0 0 1.5vw);
    -webkit-clip-path: inset(0 0 0 1.5vw);
    visibility: hidden;
}

.menu-body ol li a {
    vertical-align: top;
    padding-left: 6vw;
    text-decoration: none;
    color: black;
}

.menu-body ol li:hover a {
    color: #ffc21c;
}

.menu-body ol li:hover:before {
    color: #ffc21c;
    visibility: visible;
}

.packet-container .panel-title {
    position: relative;
    height: 5vw;
}

.packet-maximum .panel-title:hover p {
    background-image: -webkit-linear-gradient(left, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For Chrome and Safari */
    background-image: -moz-linear-gradient(left, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(left, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(left, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(to right, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    height: 5.2vw;
    animation: colorable-maximum 0.1s linear;
}

@keyframes colorable-maximum {
    0% {
        background-image: -webkit-linear-gradient(left, #000000, #000000, #000000, rgba(90, 195, 152, 1)); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, #000000, #000000, #000000, rgba(90, 195, 152, 1)); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, #000000, #000000, #000000, rgba(90, 195, 152, 1)); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, #000000, #000000, #000000, rgba(90, 195, 152, 1)); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, #000000, #000000, #000000, rgba(90, 195, 152, 1)); /* Standard syntax; must be last */
    }
    50% {
        background-image: -webkit-linear-gradient(left, #000000, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, #000000, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, #000000, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, #000000, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, #000000, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* Standard syntax; must be last */
    }
    100% {
        background-image: -webkit-linear-gradient(left, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, #000000, rgba(90, 195, 152, 1), rgba(90, 195, 152, 1), rgba(90, 195, 152, 1)); /* Standard syntax; must be last */
    }
}

.packet-maximum .panel-title span {
    background: rgba(90, 195, 152, 1);
    height: 0.5vw;
    width: 52.5vw;
    float: right;
    margin-top: 2.5vw;
}

.packet-premium .panel-title:hover p {
    background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For Chrome and Safari */
    background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1)); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(to right, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    height: 5.2vw;
    animation: colorable-premium 0.1s linear;
}

@keyframes colorable-premium {
    0% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000, #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000, #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000, #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), #000000, #000000, #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), #000000, #000000, #000000); /* Standard syntax; must be last */
    }
    50% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000, #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000, #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000, #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000, #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000, #000000); /* Standard syntax; must be last */
    }
    100% {
        background-image: -webkit-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), rgba(255, 38, 60, 1), #000000); /* Standard syntax; must be last */
    }
}

.packet-premium .panel-title span {
    background: rgba(255, 38, 60, 1);
    height: 0.5vw;
    width: 31.5vw;
    float: left;
    margin-top: 2.5vw;
}

.packet-franchize .panel-title:hover p {
    background-image: -webkit-linear-gradient(left, #FFC21C, #FFC21C); /* For Chrome and Safari */
    background-image: -moz-linear-gradient(left, #FFC21C, #FFC21C); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(left, #FFC21C, #FFC21C); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(left, #FFC21C, #FFC21C); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(to right, #FFC21C, #FFC21C);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    height: 5.2vw;
    animation: colorable-franchize 0.1s linear;
}

@keyframes colorable-franchize {
    0% {
        background-image: -webkit-linear-gradient(left, #FFC21C, #000000, #000000, #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, #FFC21C, #000000, #000000, #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, #FFC21C, #000000, #000000, #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, #FFC21C, #000000, #000000, #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, #FFC21C, #000000, #000000, #000000); /* Standard syntax; must be last */
    }
    50% {
        background-image: -webkit-linear-gradient(left, #FFC21C, #FFC21C, #000000, #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, #FFC21C, #FFC21C, #000000, #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, #FFC21C, #FFC21C, #000000, #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, #FFC21C, #FFC21C, #000000, #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, #FFC21C, #FFC21C, #000000, #000000); /* Standard syntax; must be last */
    }
    100% {
        background-image: -webkit-linear-gradient(left, #FFC21C, #FFC21C, #FFC21C, #000000); /* For Chrome and Safari */
        background-image: -moz-linear-gradient(left, #FFC21C, #FFC21C, #FFC21C, #000000); /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(left, #FFC21C, #FFC21C, #FFC21C, #000000); /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(left, #FFC21C, #FFC21C, #FFC21C, #000000); /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to right, #FFC21C, #FFC21C, #FFC21C, #000000); /* Standard syntax; must be last */
    }
}

.packet-franchize .panel-title span {
    background: rgba(255, 194, 28, 1);
    height: 0.5vw;
    width: 46.5vw;
    float: left;
    margin-top: 2.5vw;
}

.packet-maximum a[aria-expanded='true'] p {
    color: rgba(90, 195, 152, 1);
    animation: unset !important;
}

.packet-premium a[aria-expanded='true'] p {
    color: #FF263C;
    animation: unset !important;
}

.packet-franchize a[aria-expanded='true'] p {
    color: rgba(255, 194, 28, 1);
    animation: unset !important;
}

.review-play:hover, .store-play:hover {
    transform: scale(1.1);
}

.reviews-container {
    width: 95%;
    margin: auto
}

.slick-next.slick-arrow {
    width: 8.45vw;
    background: #ffc21c;
    height: 4vw;
    right: 0;
    /*top: 20%;*/
}

.slick-next.slick-arrow:before {
    content: "";
    background-image: url(../img/strelka.svg);
    background-size: contain;
    display: inline-block;
    width: 3vw;
    height: 2vw;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    margin-left: 3vw;
}

.slick-prev.slick-arrow {
    width: 4vw;
    background: #ffc21c;
    height: 4vw;
    left: -2.5vw;
    /*top: 20%;*/
    z-index: 20;
}

.slick-prev.slick-arrow:before {
    content: "";
    background-image: url(../img/strelka.svg);
    background-size: contain;
    display: inline-block;
    width: 3vw;
    height: 2vw;
    background-repeat: no-repeat;
    background-position: 0.4vw;
}

.slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover, .slick-prev.slick-arrow:focus, .slick-next.slick-arrow:focus {
    background: #ffc21c;
}

.speaker-wrapper .slick-arrow {
    background: none !important;
}

.speaker-wrapper .slick-prev.slick-arrow:hover:before,
.speaker-wrapper .slick-next.slick-arrow:hover:before,
.speaker-wrapper .slick-prev.slick-arrow:focus:before,
.speaker-wrapper .slick-next.slick-arrow:focus:before {
    background-image: url(../img/strelka_white.svg);
}

.speaker-wrapper .slick-prev.slick-arrow {
    left: -0.5vw;
}


.main-block.faq{
    margin-bottom: 5vw;
}
.faq .inscription.right {
    width: 100%;
}

.faq .inscription.right p {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
    top: 0;
    right: 0;
    transform: scale(1) rotate(90deg) translate(15vw, 0);
    transform-origin: 91% 50%;
}

.faq-header {
    width: 100%;
    padding: 5vw;
}

.faq-header p {
    font-family: 'PF Bague Black';
    font-size: 2vw;
    color: rgba(255, 194, 28, 1);
}

.faq-container {
    width: 90%;
    margin: auto;
    padding-right: 10vw;
}

.faq .panel-title span {
    font-size: 2vw;
    font-family: 'PF Bague Black';
}

.faq-container .panel-group .panel {
    border: 0;
    border-bottom: 1px solid black;
    box-shadow: none;
    border-radius: 0;
}

.faq .panel-title svg {
    width: 1.5vw;
    height: 1.5vw;
    transition: all 1s;
}

.faq .panel-title .fil0 {
    fill: #FFC21C;
}

.faq .panel-heading {
    padding-left: 0;
}

.faq .panel-collapse p {
    padding: 1.5vw;
    font-size: 1.8rem;
}

.faq .panel-default a[aria-expanded='true'] .panel-title svg {
    transform: rotate(45deg);
    transition: all 0.5s;
}

#book-place .modal-content {
    height: auto;
    min-height: 85vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 0;
}

#book-place .modal-header {
    height: 100%;
    width: 4vw;
    position: relative;
    padding: 0;
    flex-grow: 1;
    border: 0;
}

#book-place .modal-header p {
    transform: scale(-1) rotate(90deg) translate(-33.3vw, 1.6vw);
    transform-origin: 0;
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
}

#book-place .modal-body {
    width: 10vw;
    flex-grow: 10;
    background: #ffc21c;
    padding: 0;
}

#book-place .modal-body form {
    height: 100%;
}

#book-place .modal-body form .form-inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75%;
}

#book-place .modal-body form .form-group {
    width: 90%;
}

#book-place .modal-footer {
    height: 25%;
    background: white;
}

body.video-active #book-place .modal-dialog {
    width: 90%;
    display: grid;
    grid-template: 1fr/ 2fr 1fr;
}

#book-place label {
    color: white;
}

#book-place .form-inputs label {
    letter-spacing: 2px;
}

#book-place input[type="text"], #book-place select {
    height: 5rem;
    font-family: 'PF Bague Black';
    border: 0;
    border-radius: 0;
    margin-top: 10px;
    font-size: 2.5rem;
    color: black;
}

#book-place select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#book-place .checkbox {
    display: none;
}

#book-place .checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    background: black;
}

#book-place .checkbox-custom, .label {
    display: inline-block;
    vertical-align: middle;
    color: black;
}

#book-place .label {
    word-break: break-word;
    white-space: normal;
    width: 90%;
    font-size: 1.5rem;
    text-align: left;
}

#book-place .checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-image: url(../img/krest-white.svg);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
}

#book-place .agree {
    padding-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

#book-place .country-code {
    color: black;
}

#book-place .country-code label {
    color: black;
    padding-top: 0;
}

#book-place .country-code input {
    height: auto;
}

.country-code .radio-inline {
    font-family: 'PF Bague Black';
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.country-code input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: black;
}

.radio-custom:after {
    content: "";
    position: absolute;
    display: none;
}

.country-code .radio-inline input:checked ~ .radio-custom:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-image: url(../img/krest-white.svg);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

/*********************************************/
.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background: #13120e;
    color: white;
    align-items: center;
}

.footer > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.footer .socials ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer .socials ul li {
    padding: 5px;
}

.footer .socials {
    padding: 20px;
}

.footer .logo img {
    width: 225px;
}

.footer .politics a {
    color: white;
    text-decoration: none;
}

.footer .politics a:hover {
    color: white;
    text-decoration: none;
}

.politics-modal .modal-body p {
    padding-bottom: 10px;
    font-style: italic;
    text-indent: 20px;
    color: #000;
}

.politics-modal .modal-title {
    font-family: 'PF Bague Black';
}

button[data-dismiss="modal"] {
    width: 1em;
    margin: 1vw;
    opacity: 1;
}

.frame-box {
    height: 100%;
    width: 100%;
    display: none;
}

.frame-box iframe {
    width: 100%;
    position: relative;
    height: 34vw;
    top: 0;
}

body.video-active .frame-box {
    display: block;
}

.main {
    width: 100vm;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.store .inscription {
    width: 100%;
    height: 15vw;
}

.store .inscription p {
    clip-path: inset(5.5vw 0 0 0);
    -webkit-clip-path: inset(5.5vw 0 0 0);
}

.store-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 6vw;
    grid-template-areas: "a a a c c c c c" "b b b c c c c c" "b b b c c c c c" "b b b c c c c c";
    align-items: start;
}

.store-header {
    grid-area: a;
    font-size: 2.5vw;
    font-family: 'PF Bague Black';
    padding: 2vw;
    justify-self: center;
    align-self: center;
    line-height: 108%;
}

.store-text {
    grid-area: b;
    font-size: 1.5vw;
    padding: 2vw;
    align-self: center;
    justify-self: center;
}

.store-frame {
    grid-area: c;
    height: 100%;
    justify-self: center;
    width: 100%;
    text-align: center;
    position: relative;
}

.store-frame > img {
    height: 26vw;
    width: 46vw;
}

.store-play {
    width: 12%;
    position: absolute;
    top: 38%;
    left: 44%;
}

.store-play img {
    width: 100%;
}
.gallery {
    position: relative;
    width:100%;
    padding: 40px 0;
    overflow: hidden;
}

.gallery .text {
    //background-color: #ffc21c;
    position: absolute;
    transform: rotate(-90deg) translate(-20%);
    padding: 80px 90px;
    font-size: 92px;
    left: -265px;
    font-weight: bold;
    font-family: 'PF Bague Black';
}
.gallery .block1 {
    position: relative;
    float: left;
    width: 60%;
    height: 100%;
    padding-left:8%;
    padding-right: 2%
}
.gallery .block1 img {
    width: 100%;
    position: relative;
}
.gallery .block2 {
    float:right;
    position: relative;
    width:25%;
    padding: 0 0;
    height: 100%;
    margin-left:2%;
    margin-right: 5%;
}
.gallery .block2 .left,.gallery .block2 .right {
    position: absolute;
    float:left;
    width: 40px;
    height: 40px;
    background-color:#ffc21c;
    cursor: pointer;
    top:50%;
}
.gallery .block2 .left {
    left: 0;
    transform: translate(-100%,-50%);
}
.gallery .block2 .right {
    left: 100%;
    transform: translate(0,-50%);
}
.gallery .block2 .left img {
    position: absolute;
    top: 50%!important;
    left:50%;
    transform: translate(-50%,-50%);
    width:30px;
    height: 30px;
    object-fit: cover
}
.gallery .block2 .gal {
    position: relative;
    height: 100%;
    margin:auto;
    width: 90%
}
.gallery .block2 .gal .gall {
    position: relative;
    width: 100%;
    overflow: hidden;
} 
.gallery .block2 .gal .gall .img {
    width: 46%;
    padding-top: 46%;
    position: relative;
    float: left;
    margin: 2%;
    overflow: hidden;
    cursor: pointer;
}
.gallery .block2 .gal .gall .img img {
    height: 100%;
    position: absolute;
    left:50%;
    top:0;
    transform: translate(-50%);
}
.gallery .block2 .right img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%) scale(-1);
    width:30px;
    height: 30px
}
@media (max-width: 990px){
    .gallery .text {
        background: none
    }
    .gallery .block1 {
        width: 94%;
    }
    .gallery .block2 {
        width: 80%;
        margin-top:40px;
        float: left;
        margin: 0;
        left: 50%;
        transform: translate(-50%);
    }
    body > div > div.container-fluid > div.primary-center > div.left-head > div.btn-group.btn-take-part > button {
        margin-top: 75px;
    }
}