@import url('https://fonts.googleapis.com/css?family=Comfortaa|Roboto|Poiret One|Montserrat Alternates|Caveat|Oswald');

/*----------- Общие настройки -----------*/

body {

    font-size: 16px;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touth;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: "Roboto";
    font-size: 16px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-family: "Roboto";
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}




.block-home {
    width: 100%;
    min-height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px -5px;
    background: url(../img/fon-home.jpg) center center / cover no-repeat;
    background-position: center center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}


header {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 80px;
    background-color: rgba(118, 43, 152, 0.54);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease 0s;
}

header:hover {
    background-color: rgb(118, 54, 147);
}

.logo {
    width: 300px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 80px;
}

.logo > img {
    width: 200px;
    height: 80px;
}

nav {
    min-width: 600px;
    min-height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 150px;
}

nav > a {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Comfortaa';
    font-weight: 600;
    padding-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: 0.3s all;
    letter-spacing: 2px;
}

nav > a:hover {
    border-bottom: 2px solid #ffff;
}

nav > a:focus {
    border-bottom: 2px solid #ffff;
}


.event_logo {
    display: none;
}

.block-about {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: rgba(29, 29, 29, 0.5) 2px 2px 5px inset, rgb(39, 39, 39) 1px 1px 5px;
    background: linear-gradient(45deg, rgb(118, 43, 152), rgb(103, 21, 87));
}

.block-about > h1 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
    font-family: 'Comfortaa';
    font-weight: 600;
    text-transform: uppercase;
    width: 90%;
    letter-spacing: 3px;
    line-height: 50px;
    margin-top: 80px;
}

.block-about > hr {
    background-color: rgb(255, 255, 255);
}

.hr-1 {
    width: 300px;
    height: 0.5px;
    margin: 30px 0px 0px;
    border-radius: 50px;
}

.hr-2 {
    width: 150px;
    height: 2px;
    border-radius: 50px;
    margin: 4px 0px 50px;
}

.block-advantaries {
    width: 100%;
    min-height: 1000px;
    background: url(../img/fon-2.jpg) center center / cover no-repeat;
    background-position: center center;
}

.advantaries-tonir {
    width: 100%;
    min-height: 1000px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.advantaries-content {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.advantaries-item {
    width: 400px;
    min-height: 350px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background: radial-gradient(rgba(182, 143, 199, 0.85), rgba(106, 53, 131, 0.85));
    transition: all 0.7s ease 0s;
    margin: 10px;
}

.advantaries-item:hover {
    box-shadow: rgba(0, 0, 0, 0.67) 0px 14px 28px, rgba(0, 0, 0, 0.53) 0px 10px 10px;
    background: radial-gradient(rgb(182, 143, 199), rgb(106, 53, 131));
}

.advantaries-item > h4 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-family: 'Comfortaa';
    font-weight: 600;

}

.advantaries-item > .hr-a {
    width: 150px;
    height: 0.5px;
    margin-top: 15px;
}

.advantaries-item > .hr-b {
    width: 80px;
    height: 1.5px;
    margin-top: 3px;
    margin-bottom: 30px;
}

.advantaries-item > hr {
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    border-radius: 20%;
}

.advantaries-item > p {
    width: 90%;
    text-align: center;
    font-family: 'Montserrat Alternates';
    font-weight: 100;
    font-size: 19px;
    color: rgb(255, 255, 255);
    line-height: 25px;
}



.block-ser {
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.ser-content {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 5px 10px 2px;
    transition: 0.3s all;
}

.ser-content:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.31) inset;
}

.ser-photo {
    width: 50%;
    height: 450px;
    background: url(../img/photo-6.jpg) center center / cover;
    background-position: center center;
}

.photo-tonir {
    width: 100%;
    height: 450px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: 0.4s all;
}

.photo-tonir:hover {
    width: 100%;
    height: 450px;
    background-color: rgba(255, 255, 255, 0);
}

.ser-text {
    width: 50%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.ser-text > h2 {
    text-transform: uppercase;
    color: rgb(118, 43, 152);
    font-weight: 600;
    font-size: 32px;
    box-shadow: rgb(255, 255, 255) -20px 20px 0px -17px, rgb(255, 255, 255) 20px -20px 0px -17px, rgb(118, 43, 152) 20px 20px 0px -20px, rgb(118, 43, 152) 0px 0px 0px 2px;
    margin-top: 40px;
    padding: 15px;
    font-family: 'Comfortaa';
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.ser-text > hr {
    background-color: rgb(118, 43, 152);
    margin: 0px;
    border-radius: 25%;
}

.ser-text > .s-1 {
    width: 280px;
    height: 2px;
    margin-top: 25px;
}

.ser-text > .s-2 {
    width: 150px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.ser-text > a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: rgb(118, 43, 152);
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-family: 'Comfortaa';
}

.ser-text > a:hover {
    opacity: 0.5;
}

.p2 {
    background: url(../img/photo-4.jpg) center center no-repeat;
    background-position: center center;
    background-size: cover;
}

.p3 {
    background: url(../img/photo-58.jpg) center center no-repeat;
    background-position: center center;
    background-size: cover;
}

.p4 {
    background: url(../img/photo-47.jpg) center center no-repeat;
    background-position: center center;
    background-size: cover;
}
.p5 {
    background: url(../img/photo-sm-22.jpg) center center no-repeat;
    background-position: center center;
    background-size: cover;
}

.container {
    max-width: 960px;
    width: 90%;
    margin: 0px auto;
}







.block-forma {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: rgba(75, 75, 75, 0.5) 2px 2px 5px inset, rgb(52, 52, 52) 1px 1px 5px;
    background: url(../img/photo-60.jpg) center top / cover no-repeat;
    background-position: center top;
}

.forma-tonir {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: rgba(75, 75, 75, 0.5) 2px 2px 5px inset, rgb(52, 52, 52) 1px 1px 5px;
    background: radial-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.95));
}

.forma-tonir > h2 {
    text-transform: uppercase;
    color: rgb(118, 43, 152);
    margin-bottom: 40px;
    font-weight: 600;
    margin-top: 80px;

    text-align: center;
    font-family: 'Comfortaa';
    letter-spacing: 2px;
    font-size: 38px;
}

.forma-tonir > p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    font-family: 'Comfortaa';
    text-align: center;
    padding: 5px;
}

form {
    width: 80%;
    min-height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

form > input {
    width: 258px;
    min-height: 36px;
    border: 2px solid rgb(118, 43, 152);
    color: #fff;
    margin: 20px;
    padding: 4px;
    padding-left: 12px;
    font-family: 'Comfortaa';
    border-radius: 20px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    outline: none;
}

input::placeholder {
    color: #fff;
}

form > button {
    width: 280px;
    min-height: 48px;
    background-color: rgb(118, 43, 152);
    border: 2px solid rgb(118, 43, 152);
    font-weight: 600;
    color: #fff;
    margin: 20px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Comfortaa';
    transition: 0.3s all;
    outline: none;
}

form > button:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.3s all;
}

.forma-item {
    margin-bottom: 50px;
    margin-top: 30px;
}

.forma-item > a > i {
    font-size: 28px;
    margin: 8px;
}

.icon-v {
    color: #00ff27;
}

.icon-w {
    color: #9c80f3;
}

.bucn_2_s {
    width: 280px;
    height: 48px;
    border-radius: 2px solid rgb(118, 43, 152);
    text-align: center;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .5s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-position: 100% 0;
    background-size: 200% 200%;
    outline: none;
    font-family: 'Comfortaa';


    background-color: rgb(118, 43, 152);
    background-image: linear-gradient(45deg, rgb(118, 43, 152) 0%, rgb(173, 117, 198) 50%, rgb(118, 43, 152)100%);
    background-image: -o-linear-gradient(45deg, rgb(118, 43, 152) 0%, rgb(173, 117, 198) 50%, rgb(118, 43, 152) 100%);
    background-image: -moz-linear-gradient(45deg, rgb(118, 43, 152) 0%, rgb(173, 117, 198) 50%, rgb(118, 43, 152) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(118, 43, 152) 0%, rgb(173, 117, 198) 50%, rgb(118, 43, 152) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(118, 43, 152) 0%, rgb(173, 117, 198) 50%, rgb(118, 43, 152) 100%);
}

.bucn_2_s:hover {

    background-position: 0 0;
}

.bucn_2_s:hover,
.bucn_2_s:active,
.bucn_2_s:focus {
    color: #fff;
    box-shadow: 0 5px 30px 0 rgba(255, 251, 227, 0.4);
}

*::before,
*::after {
    box-sizing: border-box;
}



.person-dan {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.person-dan > p {
    font-size: 12px;
    color: rgb(191, 191, 191);
    padding: 10px;
    font-family: 'Comfortaa';
}

.person-dan > p > a {
    color: #5367ff;
}
.person-dan > p > a:hover {
    text-decoration: underline;
}

.forma-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.i-1 {
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}

.i-1 > i {
    color: rgb(223, 175, 245);
    margin-right: 10px;
    font-size: 30px;
}


.i-1 > p {
    color: rgb(255, 255, 255);
    font-size: 22px;
    transition: all 0.3s ease 0s;
    letter-spacing: 1.2px;
}

.i-1 > p:hover {
    color: rgb(223, 175, 245);
}

.i-2 > p:hover {
    color: rgb(223, 175, 245);
}

.i-2 {
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}

.i-2 > i {
    color: rgb(223, 175, 245);
    margin-right: 10px;
    font-size: 30px;
}

.i-2 > p {
    color: rgb(255, 255, 255);
    font-size: 22px;
    transition: all 0.3s ease 0s;
    letter-spacing: 1.2px;
}

.forma-item {
    margin-bottom: 50px;
    margin-top: 30px;
}

.forma-item > a > i {
    font-size: 32px;
    margin: 8px;
    transition: 0.3s all;
}

.forma-item > a > i:hover {
    opacity: 0.7;
}

.icon-v {
    color: rgb(0, 255, 39);
}

.icon-w {
    color: rgb(156, 128, 243);
}

footer  {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 60px;
    background-color: rgb(29, 29, 29);
     box-shadow: rgba(47, 47, 47, 0.76) 2px 2px 5px inset, rgb(18, 18, 18) 1px 1px 5px;
}

footer > img {
    width: 200px;
}

footer > img:hover {

    -moz-animation: wiggle 0.5s linear 1 normal;
    animation: wiggle 0.5s linear 1 normal;

}

@-webkit-keyframes wiggle {
    0% {
        top: 0;
        left: 0;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    25% {
        top: 1;
        left: 1px;
        -ms-transform: rotate(-1deg);
        /* IE 9 */
        -webkit-transform: rotate(-1deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-1deg);
    }

    50% {
        top: 2;
        left: 0px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    75% {
        top: 1;
        left: -1px;
        -ms-transform: rotate(1deg);
        /* IE 9 */
        -webkit-transform: rotate(1deg);
        /* Chrome, Safari, Opera */
        transform: rotate(1deg);
    }

    100% {
        top: 0;
        left: 0px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
}

@-moz-keyframes wiggle {
    0% {
        top: 0;
        left: 0;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    25% {
        top: 1;
        left: 1px;
        -ms-transform: rotate(-1deg);
        /* IE 9 */
        -webkit-transform: rotate(-1deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-1deg);
    }

    50% {
        top: 2;
        left: 0px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    75% {
        top: 1;
        left: -1px;
        -ms-transform: rotate(1deg);
        /* IE 9 */
        -webkit-transform: rotate(1deg);
        /* Chrome, Safari, Opera */
        transform: rotate(1deg);
    }

    100% {
        top: 0;
        left: 0px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
}

@keyframes wiggle {
    0% {
        top: 0;
        left: 0;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    25% {
        top: 1;
        left: 1px;
        -ms-transform: rotate(-3deg);
        /* IE 9 */
        -webkit-transform: rotate(-3deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-3deg);
    }

    50% {
        top: 2;
        left: 0px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    75% {
        top: 1;
        left: -1px;
        -ms-transform: rotate(3deg);
        /* IE 9 */
        -webkit-transform: rotate(3deg);
        /* Chrome, Safari, Opera */
        transform: rotate(3deg);
    }

    100% {
        top: 0;
        left: 0px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
}



.block-one-example {
    margin: 30px 0;
    position: relative;
}





/*Основные стили*/

.container {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}

.inner-testimonial {
    text-align: center;
    background-color: #fff;
}

.inner-testimonial > img {
    max-width: 158px;
    margin: 0 auto 15px;
    opacity: 0;
    -webkit-transition: all 1.3s linear;
    transition: all 1.3s linear;
    border-radius: 50%;
}

.owl-item.active .inner-testimonial > img {
    -webkit-transition: all 1.3s linear;
    transition: all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h3.city-name {
    padding: 10px 0;
    font-size: 26px;
    font-family: "Comfortaa";
    font-weight: 900;
}

/*p*/
.text-testimonial {
    padding: 10px 0;
    font-size: 21px;
    font-family: "Montserrat Alternates";
    font-weight: 300;
    line-height: 25px;
}

.block-items {
    cursor: default;
}

/*Изменяем внешний вид элементов управления (точки) */
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 18px;
    height: 18px;
}

/*Стрелки*/
.owl-my-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(118, 43, 152);
}

.owl-my-nav .owl-prev,
.owl-my-nav .owl-next {
    position: absolute;
    width: 60px;
    top: 34%;
    font-size: 100px;
    z-index: 20;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.owl-my-nav .owl-prev:hover,
.owl-my-nav .owl-next:hover {
    opacity: 0.8;
}

.owl-my-nav .owl-prev {
    left: 50px;
}

.owl-my-nav .owl-next {
    right: 50px;
    text-align: right;
}


@media only screen and (max-width : 768px) {

    /*p*/
    .text-testimonial {
        font-size: 14px;
    }

    .owl-my-nav .owl-prev,
    .owl-my-nav .owl-next {
        font-size: 50px;
    }

    .owl-my-nav .owl-prev {
        left: 10px;
    }

    .owl-my-nav .owl-next {
        right: 10px;
    }
}


.index {
    background: linear-gradient(45deg, rgb(118, 43, 152), rgb(103, 21, 87));
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 80px;
}


.index > img {
    width: 200px;
    height: 80px;
    padding: 10px;
}

.index-content {
    width: 100%;
    min-height: 600px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.index-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.index-text > h1 {
    color: rgb(118, 43, 152);
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Comfortaa';
    letter-spacing: 1px;
    margin-top: 170px;
    text-align: center;
}

.index-text > hr {
    background-color: rgb(118, 43, 152);
    margin: 0px;
    border-radius: 25%;
}

.index-text > .s-1 {
    width: 280px;
    height: 1.5px;
    margin-top: 25px;
}

.index-text > .s-2 {
    width: 150px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.index-text > p {
    width: 90%;
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-family: "Montserrat Alternates";
}


.popup_fast {
    width: 35%;
    height: 560px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    background: url(../img/fon-s.jpg);
    background-position: center;
    background-size: cover;
}


.active {
    display: block;
}

.bg_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.89);
    display: none;

}

.popup-text > h3 {
    color: rgb(118, 43, 152);
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
    font-family: 'Comfortaa';
    margin-top: 30px;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 20px;
}

.popup_fast > form {
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.popup_fast > form > input {
    width: 240px;
    min-height: 35px;
    color: rgb(255, 255, 255);
    font-family: 'Comfortaa';
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(118, 43, 152);
    border-image: initial;
    margin: 20px;
    padding: 4px 4px 4px 12px;
    border-radius: 20px;
    outline: none;
    color: #000;
}

.popup_fast > form > input::placeholder {
    color: #000;
}


.popup_fast > form > button {
    width: 260px;
    min-height: 48px;
    background-color: rgb(118, 43, 152);
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Comfortaa';
    border-width: 2px;
    border-style: solid;
    border-color: rgb(118, 43, 152);
    border-image: initial;
    margin: 20px;
    border-radius: 20px;
    transition: all 0.3s ease 0s;
    outline: none;
}

.popup_fast > .forma-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}


.block-gallery {
    width: 100%;
    min-height: 400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    margin-bottom: 40px;
}


.popup-gallery {
    width: 100%;
    min-height: 500px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.popup-gallery > a {
    width: 25%;
    min-height: 250px;
    @include shadow();
}

.popup-gallery > a:hover {
    opacity: 0.7;
}

.ind-button {
    margin-bottom: 40px;
    width: 280px;
    min-height: 43px;
   background: linear-gradient(45deg, rgb(118, 43, 152), rgb(103, 21, 87));
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Comfortaa';
    border-width: 2px;
    border-style: solid;
    border-color: rgb(118, 43, 152);
    border-image: initial;
    border-radius: 20px;
    transition: all 0.3s ease 0s;
    outline: none;
}

.ind-button:hover {
    box-shadow: 0 5px 30px 0 rgb(118, 43, 152);
}

.g-1 {
    background: url(../img/photo-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-2 {
    background: url(../img/photo-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-3 {
    background: url(../img/photo-3.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}

.g-4 {
    background: url(../img/photo-4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-5 {
    background: url(../img/photo-5.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}


.g-6 {
    background: url(../img/photo-6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-7 {
    background: url(../img/photo-7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-8 {
    background: url(../img/photo-8.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-9 {
    background: url(../img/photo-9.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-10 {
    background: url(../img/photo-10.jpg) no-repeat;
    background-size: cover;
    background-position: top 35% center;
}


.g-11 {
    background: url(../img/photo-11.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-12 {
    background: url(../img/photo-12.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-13 {
    background: url(../img/photo-13.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-14 {
    background: url(../img/photo-14.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-15 {
    background: url(../img/photo-15.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-16 {
    background: url(../img/photo-16.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-17 {
    background: url(../img/photo-17.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-18 {
    background: url(../img/photo-18.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-19 {
    background: url(../img/photo-19.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-20 {
    background: url(../img/photo-20.jpg) no-repeat;
    background-size: cover;
    background-position: bottom 80% center;
}


.g-21 {
    background: url(../img/photo-21.jpg) no-repeat;
    background-size: cover;
    background-position: top 21% center;
}


.g-22 {
    background: url(../img/photo-22.JPG) no-repeat;
    background-size: cover;
    background-position: top;
}


.g-23 {
    background: url(../img/photo-23.jpg) no-repeat;
    background-size: cover;
    background-position: top 22% center;
}


.g-24 {
    background: url(../img/photo-24.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}


.g-25 {
    background: url(../img/photo-25.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-26 {
    background: url(../img/photo-26.JPG) no-repeat;
    background-size: cover;
    background-position: top 25% center;
}


.g-27 {
    background: url(../img/photo-27.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-28 {
    background: url(../img/photo-28.jpg) no-repeat;
    background-size: cover;
    background-position: top 40% center;
}


.g-29 {
    background: url(../img/photo-29.1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-30 {
    background: url(../img/photo-30.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-31 {
    background: url(../img/photo-31.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-32 {
    background: url(../img/photo-32.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-33 {
    background: url(../img/photo-33.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}


.g-34 {
    background: url(../img/photo-34.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-35 {
    background: url(../img/photo-35.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-36 {
    background: url(../img/photo-36.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-37 {
    background: url(../img/photo-37.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-38 {
    background: url(../img/photo-38.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-39 {
    background: url(../img/photo-39.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.g-40 {
    background: url(../img/photo-40.JPG) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-41 {
    background: url(../img/photo-41.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-42 {
    background: url(../img/photo-42.jpg) no-repeat;
    background-size: cover;
    background-position: bottom 60% center;
}

.g-43 {
    background: url(../img/photo-43.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-44 {
    background: url(../img/photo-44.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-45 {
    background: url(../img/photo-45.jpg) no-repeat;
    background-size: cover;
    background-position: bottom 81% center;
}

.g-46 {
    background: url(../img/photo-46.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-47 {
    background: url(../img/photo-47.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-48 {
    background: url(../img/photo-48.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-49 {
    background: url(../img/photo-49.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-50 {
    background: url(../img/photo-50.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-51 {
    background: url(../img/photo-51.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-52 {
    background: url(../img/photo-52.jpg) no-repeat;
    background-size: cover;
    background-position: top 12% center;
}

.g-53 {
    background: url(../img/photo-53.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-54 {
    background: url(../img/photo-54.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.g-55 {
    background: url(../img/photo-55.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-56 {
    background: url(../img/photo-56.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-57 {
    background: url(../img/photo-57.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-58 {
    background: url(../img/photo-58.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-59 {
    background: url(../img/photo-59.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-60 {
    background: url(../img/photo-60.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-61 {
    background: url(../img/photo-61.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-62 {
    background: url(../img/photo-62.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.g-63 {
    background: url(../img/photo-63.jpg) no-repeat;
    background-size: cover;
    background-position: top 30% center;
}

.g-64 {
    background: url(../img/photo-64.jpg) no-repeat;
    background-size: cover;
    background-position: top 30% center;
}

.g-65 {
    background: url(../img/photo-65.jpg) no-repeat;
    background-size: cover;
    background-position: top 30% center;
}

.g-66 {
    background: url(../img/photo-66.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-67 {
    background: url(../img/photo-67.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-68 {
    background: url(../img/photo-68.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-69 {
    background: url(../img/photo-69.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-70 {
    background: url(../img/photo-70.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-71 {
    background: url(../img/photo-71.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-72 {
    background: url(../img/photo-72.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-73 {
    background: url(../img/photo-73.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}


.g-74 {
    background: url(../img/photo-74.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}


.g-75 {
    background: url(../img/photo-75.jpg) no-repeat;
    background-size: cover;
    background-position: top 10% center;
}

.g-76 {
    background: url(../img/photo-76.jpg) no-repeat;
    background-size: cover;
    background-position: top 30% center;
}
.g-78 {
    background: url(../img/photo-78.jpg) no-repeat;
    background-size: cover;
    background-position: top 30% center;
}
.g-80 {
    background: url(../img/photo-80.jpg) no-repeat;
    background-size: cover;
    background-position: top 20% center;
}

.g-81 {
    background: url(../img/photo-81.jpg) no-repeat;
    background-size: cover;
    background-position: top 30% center;
}

.g-82 {
    background: url(../img/photo-82.jpg) no-repeat;
    background-size: cover;
    background-position: top 85% center;
}
.g-83 {
    background: url(../img/photo-83.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}


.gm-1 {
    background: url(../img/photo-gor-1.JPG) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-2 {
    background: url(../img/photo-gor-2.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-3 {
    background: url(../img/photo-gor-3.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-4 {
    background: url(../img/photo-gor-4.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-5 {
    background: url(../img/photo-gor-5.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.gm-6 {
    background: url(../img/photo-gor-6.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-7 {
    background: url(../img/photo-gor-7.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-8 {
    background: url(../img/photo-gor-8.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-9 {
    background: url(../img/photo-gor-9.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-10 {
    background: url(../img/photo-gor-10.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}

.gm-11 {
    background: url(../img/photo-gor-11.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.gm-12 {
    background: url(../img/photo-gor-12.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}


.sm-1 {
    background: url(../img/photo-sm-1.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-2 {
    background: url(../img/photo-sm-2.jpg) no-repeat;
    background-size: cover;
    background-position: top 40% center;
}
.sm-3 {
    background: url(../img/photo-sm-3.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-4 {
    background: url(../img/photo-sm-4.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-5 {
    background: url(../img/photo-sm-5.jpg) no-repeat;
    background-size: cover;
    background-position: top 30% center;
}
.sm-6 {
    background: url(../img/photo-sm-6.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-7 {
    background: url(../img/photo-sm-7.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}

.sm-8 {
    background: url(../img/photo-sm-8.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-9 {
    background: url(../img/photo-sm-9.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-10 {
    background: url(../img/photo-sm-10.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-11 {
    background: url(../img/photo-sm-11.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
}
.sm-12 {
    background: url(../img/photo-sm-12.jpg) no-repeat;
    background-size: cover;
    background-position: top 70% center;
}
.sm-13 {
    background: url(../img/photo-sm-13.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}
.sm-14 {
    background: url(../img/photo-sm-14.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}
.sm-15 {
    background: url(../img/photo-sm-15.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.sm-16 {
    background: url(../img/photo-sm-16.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}
.sm-17 {
    background: url(../img/photo-sm-17.jpg) no-repeat;
    background-size: cover;
    background-position: top 70% center;
}
.sm-18 {
    background: url(../img/photo-sm-18.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}
.sm-19 {
    background: url(../img/photo-sm-19.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}
.sm-20 {
    background: url(../img/photo-sm-20.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}


.gallery-svad > a {
    width: 25%;
    min-height: 250px;
    @include shadow();
}

.person-dan {
    text-align: center;
    padding: 5px;
}

.per-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}

.person-p {
    width: 90%;
}

.person {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ser-text > .kor-m {
    font-size: 28px;
}
.ser-text > .gor-m {
    font-size: 28px;
}

.gor-m{
    text-align: center;
    width: auto;
    width: 450px;
}

@media only screen and (max-width : 1400px) {
    .ser-text > .kor-m {
        width: 400px;
        text-align: center;
        font-size: 28px;
    }
} 


@media only screen and (max-width : 1280px) {
    .advantaries-item {
        width: 340px;
        min-height: 310px;
    }

}

@media only screen and (max-width : 1130px) {
    nav {
        margin-right: 0;
    }

    .logo {
        margin-left: 20px;
    }

    .gor-m {
        width: 410px;
        text-align: center;
    }
}

@media only screen and (max-width : 970px) {
    .kor-m {
        width: 300px;
        text-align: center;
        padding: 5px;
    }

    .block-about > h1 {
        font-size: 33px;
    }
    
    .kolosov_event {
        font-size: 38px;
    }

    nav {
        min-width: 450px;
    }
}

@media only screen and (max-width : 940px) {
    .ser-content {
        height: 400px;
    }

    .ser-photo {
        height: 400px;
    }

    .photo-tonir {
        height: 400px;
    }

    .ser-text {
        height: 400px;
    }

    .ser-text > h2 {
        font-size: 28px;
    }

    .kor-m {
        width: 240px;
    }

    .gor-m {
        width: 335px;
        padding: 10px;
        text-align: center;

    }

}

@media only screen and (max-width : 900px) {
    .ser-text > .kor-m {
        width: 330px;
    }
    .ser-text > .gor-m {
        width: 330px;
    }
}

@media only screen and (max-width : 880px) {
    .popup_fast {
        width: 65%;
    }

    .popup-text > h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width : 834px) {
    .ser-text > h2 {
        font-size: 20px;
    }
    
    .block-home {
        background: url(../img/fon-home1.jpg);
        background-position: center;
        background-size: cover;
    }
    
    .event_logo {
        display: block;
       
    }
}

@media only screen and (max-width : 770px) {
    .logo {
        display: none;
    }

    header {
        justify-content: center;
    }

    .block-about > h1 {
        font-size: 20px;
        line-height: 34px;

    }
 
    .kolosov_event {
        font-size: 27px;
    }

    .block-about {
        min-height: 300px;
    }

    .advantaries-item {
        width: 300px;
        min-height: 300px;
    }

    .advantaries-item > h4 {
        font-size: 20px;
    }

    .advantaries-item > p {
        font-size: 15px;
        line-height: 18px;
    }

    .ser-content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: nowrap;
        min-height: 750px;
    }

    .ser-photo {
        width: 100%;
    }

    .advantaries-content {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .index-text > h1 {
        font-size: 28px;
    }

    .index-text > .s-1 {
        width: 229px;
    }

    .index-text > .s-2 {
        width: 110px;
    }

    .index-text > p {
        width: 92%;
        font-size: 17px;
        margin-top: 0;
    }
}
@media only screen and (max-width : 585px) {
    .det {
        width: 240px;
        text-align: center;
    }
    
    .gallery-svad > a {
        width: 33%;
    }
    .gallery-det > a {
        width: 50%;
    }
    
    .popup-gallery > a {
        min-height: 180px;
    }
    
    .g-2 {
        background-position: right 30% center;
    }
    .g-8 {
        background-position: right 83% center;
    }
    .g-16 {
        background-position: right;
    }
    .g-13 {
        background-position: right 20% center;
    }
    .g-17 {
        background-position: right 84% center;
    }
    .g-21 {
        background-position: top 36% center;
    }
    .g-23 {
        background-position: top 36% center;
    }
    .g-25 {
        background-position: left 75% center;
    }
    .g-27 {
        background-position: right 36% center;
    }
    .g-31 {
        background-position: left 72% center;
    }
    .g-32 {
        background-position: left;
    }
    .g-40 {
        background-position: left 60% center;
    }
    .g-42 {
        background-position: left 28% center;
    }
    .g-43 {
        background-position: left;
    }
    .g-52 {
        background-position: bottom 85% center;
    }
    .g-54 {
        background-position: left 20% center;
    }
    .g-56 {
        background-position: left 20% center;
    }
    .g-55 {
        background-position: left 80% center;
    }
    .g-59 {
        background-position: left 37% center;
    }
    .g-60 {
        background-position: left 30% center;
    }
    .g-62 {
        background-position: left 77% center;
    }
    .g-67 {
        background-position: left 30% center;
    }
}

@media only screen and (max-width : 500px){
    
    .block-home {
        background: url(../img/fon-home1.jpg);
        background-position: center;
        background-size: cover;
    }
    
    
    .event_logo {
         width: 350px;
    }
    
     .ser-text > .kor-m {
        width: 240px;
        text-align: center;
        font-size: 20px;
         line-height: 30px;
    
    }
    
     
    .ser-text > .gor-m {
    font-size: 20px;
        line-height: 26px;
}
     .svad {
        width: 160px;
        text-align: center;
        
    }

    .det {
        width: 160px;
        text-align: center;
        line-height: 30px;
    }
    
    .col1 {order: 1;}
    .col2 {order: 0;}
}

@media only screen and (max-width : 440px) {
    nav {
        min-width: 100%;
    }

    nav > a {
        font-size: 16px;
        text-transform: lowercase;
    }

    .event_logo {
         width: 300px;
    }
    
    .block-about > h1 {
        font-size: 16px;
        line-height: 22px;
    }
     
    .kolosov_event {
        font-size: 20px;
    }

    .hr-1 {
        width: 190px;
    }

    .hr-2 {
        width: 90px;
    }

    .ser-text > .gor-m {
        width: 240px;
    }

   

    .forma-tonir > h2 {
        font-size: 26px;
    }

    .forma-tonir > p {
        font-size: 14px;
    }

    .person-dan > p {
        padding: 5px;
        text-align: center;
    }

    .i-1 > p {
        font-size: 19px;
    }

    .i-2 > p {
        font-size: 19px;
    }

    .i-1 {
        margin-right: 0;
    }

    .i-2 {
        margin-left: 0;
    }

    .forma-content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .index-text > h1 {
        font-size: 21px;
        padding: 4px;
        margin-top: 135px;
    }

    .index-text > .s-1 {
        width: 166px;
    }

    .index-text > .s-2 {
        width: 94px;
    }

    .popup-gallery > a {
        width: 50%;
    }

    .popup_fast {
        width: 92%;
        height: 510px;
    }

    .popup-text > h3 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .bucn_2_s {
        width: 280px;
        height: 42px;
    }
    
    .gallery_korp-m > a {
        width: 50%;
    }
    .gallery_gor-m > a {
        width: 50%;
    }
   

}
