@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Ubuntu', sans-serif;
    display: block;
    position: relative;
    overflow-x: hidden;
    background: #070707;
    color: #fff;
}
.align-center {
    text-align: center;
}
.mobile-only {
    display: none;
}
.desctop-only {
    display: block;
}
::selection {
    background: #00e2e7;
    color: #070707;
}
::-moz-selection {
    background: #00e2e7;
    color: #070707;
}
p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}
ul li {
    list-style-position: inside;
}
a, .btn, input, button, textarea {
    outline: none;
    display: inline-block;
    transition: .2s ease-in-out;
    text-decoration: none;
}
a {
    color: #fff;
}
a:hover {
    color: #00e2e7;
}
.btn:hover, input:hover, button:hover {
    transition: .2s ease-in-out;
    text-decoration: none;
}
button {
    border: none;
}
button:hover {
    cursor: pointer;
}
.btn {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.btn-black {
    color: #00e2e7;
    background: transparent;
    border: 2px solid #00e2e7;
}
.btn-black:hover {
    color: #070707;
    background: #00e2e7;
    border: 2px solid #00e2e7;
    box-shadow: 0px 0px 20px #00e2e7;
}
.btn-azure {
    color: #070707;
    background: #00e2e7;
    border: 2px solid #00e2e7;
}
.btn-azure:hover {
    color: #00e2e7;
    background: transparent;
    border: 2px solid #00e2e7;
    box-shadow: 0px 0px 20px #00e2e7;
}
.btn-premium {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    padding: 7px;
    font-size: 12px;
    font-weight: 100;
    position: relative;
}
.btn-premium > div {
    position: absolute;
    display: none;
}
.btn-premium:hover > div {
    display: block;
    background: #fff;
    padding: 10px;
    z-index: 1000;
    width: 200px;
    left: 140px;
    box-shadow: 0px 0px 20px #fff;
    font-size: 12px;
    top: 0;
}
/*Texture*/
canvas {
    display: block;
    vertical-align: bottom;
}
.js-count-particles {
    font-size: 1.1em;
}
.count-particles {
    border-radius: 0 0 3px 3px;
}
/* ---- particles.js container ---- */
#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url('');
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}
/*End texture*/
header {
    padding-top: 40px;
    padding-bottom: 45px;
    background-image: url("../images/texture-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.texture-01 {
    position: absolute;
    right: 0;
    top: 0;
    animation: anime 3s linear infinite;
    transform-origin: 50% 0%;
}
.texture-02 {
    position: absolute;
    left: 0;
    top: 70%;
    animation: anime 2s linear infinite;
    transform-origin: 0% 50%;
}
@keyframes anime {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
/**/
nav {
    padding-top: 30px;
}
nav ul {
    float: left;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    padding-top: 14px;
}
nav ul li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}
nav ul li a:hover {
    color: #00e2e7;
}
nav > a {
    display: inline-block;
}
.block-logo a {
    position: relative;
}
.block-logo a img {
    position: absolute;
}
.block-phone {
    padding-top: 28px;
    text-align: right;
}
.block-phone a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.block-soc {
    padding-top: 15px;
    text-align: right;
}
.block-soc a {
    margin-left: 5px;
}
.block-soc a img {
    width: 20px;
    height: 20px;
    transition: .2s ease-in-out;
}
.block-soc a:hover img {
    transform: scale(1.2);
}
#banner {
    background-image: url("../images/texture-02-map.png");
    background-position: center top;
    background-repeat: no-repeat;
}
#banner h1 {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    text-shadow: 4px 1px 0px #038a8d;
    margin-bottom: 30px;
}
#banner h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
#banner h3:first-child {
    margin-top: 95px;
    margin-bottom: 25px;
}
#banner h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
}
#banner h2 span {
    font-weight: 500;
    font-size: 31px;
    line-height: 31px;
    text-decoration: none;
}
#banner span {
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
}
#banner span img {
    float: left;
    margin-right: 10px;
}
.block-form {
    padding: 50px 40px;
    border: 5px solid #00e2e7;
    text-align: center;
    margin-right: 95px;
}
form h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #00e2e7;
    padding-bottom: 15px;
}
form p {
    padding-bottom: 20px;
}
form input {
    padding: 15px 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #00e2e7;
    margin-bottom: 15px;
    color: #fff;
}
form input::placeholder {
    color: #085254;
    font-weight: 300;
}
.block-info-text p {
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    padding-right: 95px;
    padding-left: 95px;
}
.block-info-text p span {
    font-weight: 700;
}
/**/
#about {
    position: relative;
    padding-bottom: 100px;
}
#about h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 40px;
    margin-top: 30px;
}
#about h3 span {
    background: #085254;
    padding: 3px 3px;
}
.about-star {
    position: relative;
    display: block;
    text-align: center;
    border: 5px solid #00e2e7;
    padding: 40px;
}
.about-star p {
    font-size: 16px;
    line-height: 18px;
}
.about-star h2 {
    font-size: 72px;
    font-weight: 700;
    color: #00e2e7;
}
.about-star span {
    position: absolute;
    display: block;
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    color: #00e2e7;
    opacity: 0.3;
    left: -80px;
    bottom: -80px;
    animation: anime-text 3s linear infinite;
    transform: rotate(-30deg);
}
@keyframes anime-text {
    0% {
        transform: rotate(-30deg);
    }
    50% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}
.texture-03 {
    position: absolute;
    right: 30%;
    top: 0%;
    animation: anime 3s linear infinite;
    transform-origin: 50% 50%;
}
/**/
#speakers {
    position: relative;
    background: linear-gradient(to top, #085254, transparent);
    padding-bottom: 60px;
    margin-bottom: 50px;
}
.block-head {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-head h3 {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.speaker-item {
    position: relative;
    margin-bottom: 60px;
    height: 100%;
}
.speaker-item:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #00e2e7;
    opacity: 0.3;
    position: absolute;
    display: block;
    top: -25px;
    left: -25px;
    z-index: 10;
}
.speaker-item img {
    float: left;
    margin-right: 35px;
    position: relative;
    z-index: 100;
    margin-bottom: 0px;
}
.speaker-item h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.speaker-item p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.speaker-item h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.speaker-item .btn-black {
    position: absolute;
    bottom: 0;
}
.texture-04 {
    position: absolute;
    right: 0%;
    top: 0%;
    animation: anime 4s linear infinite;
    transform-origin: 0% 50%;
}
#time {
    position: relative;
    margin-bottom: 50px;
}
#time ul li {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    list-style-type: none;
}
#time ul li span {
    color: #00e2e7;
    font-weight: 700;
}
#time ul a {
    position: relative;
    left: -20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
#time img {
    position: absolute;
    left: -50px;
}
.texture-08 {
    position: absolute;
    left: 0%;
    top: 30%;
    animation: anime 3s linear infinite;
    transform-origin: 50% 50%;
}
/**/
#offer, #offer-partner {
    position: relative;
    margin-bottom: 50px;
}
#offer .btn, #offer-partner .btn {
    margin-top: 30px;
}
.texture-09 {
    position: absolute;
    right: 0%;
    top: 30%;
    animation: anime 3s linear infinite;
    transform-origin: 100% 50%;
}
.offer-item {
    margin-bottom: 45px;
}
.offer-item img {
    float: left;
    margin-right: 20px;
}
.offer-item p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
/*partners*/
#partners {
    position: relative;
}
#partners .block-head h3 {
    color: #00e2e7;
    text-shadow: 0px 0px 20px #00e2e7;
}
#partners a {
    margin-bottom: 50px;
    display: block;
    border: 1px solid #00e2e7;
    border-radius: 10px;
    padding: 20px 40px;
    background: #fff;
}
#partners .col-md-4 a {
    padding: 20px 100px;
}
#partners a img {
    width: 100%;
}
/*whay*/
#whay {
    padding-top: 65px;
    padding-bottom: 50px;
    background: #085254;
}
.why-youtube {
    margin-bottom: 70px;
}
#owl-slider .owl-nav {
    position: absolute;
    width: 100%;
}
#owl-slider .owl-nav button span {
    display: block;
    width: 54px;
    height: 54px;
    background: #00e2e7;
    color: #085254;
    border-radius: 54px;
    font-size: 42px;
}
#owl-slider .owl-nav button.owl-prev {
    display: inline-block;
    bottom: 80px;
    left: -100px;
    position: absolute;
}
#owl-slider .owl-nav button.owl-next {
    display: inline-block;
    bottom: 80px;
    right: -100px;
    position: absolute;
}
#owl-slider .owl-nav button:hover span {
    background: #fff;
}
#owl-slider .owl-nav button:hover {
    background: transparent;
}
#whay a.all-photo {
    text-align: right;
    display: block;
    font-size: 20px;
    text-decoration: underline;
}
.owl-slider {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
/**/
#dinner {
    margin-bottom: 120px;
}
.dinner-afisha {
    text-align: center;
}
.dinner-afisha > span {
    font-size: 100px;
    line-height: 100px;
    text-shadow: 0px 0px 20px #00e2e7;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    -webkit-text-stroke: 0.3px #00e2e7;
    margin-bottom: 30px;
}
.dinner-afisha h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}
.dinner-afisha h3 span {
    display: block;
    color: #00e2e7;
}
#dinner p {
    text-align: center;
    margin-bottom: 30px;
}
#dinner img {
    float: left;
    margin-right: 15px;
}
#dinner h4 {
    padding-top: 35px;
}
/**/
footer {

}
footer h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
footer ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
footer .block-phone, footer .block-soc {
    text-align: left;
}
/**/
.popup-modal-style {
    position: relative;
    width: 350px;
    padding: 50px 40px;
    border: 5px solid rgb(0, 226, 231);
    text-align: center;
    margin: auto;
    background: #070707;
}
.popup-modal-style-speaker .speaker-item {
    padding-bottom: 0;
}
.popup-modal-style-speaker .speaker-item p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.popup-modal-style-speaker {
    position: relative;
    width: 700px;
    padding: 50px 40px;
    border: 5px solid rgb(0, 226, 231);
    margin: auto;
    background: #070707;
}
/**/
#portfolio {
    padding-top: 0px;
    padding-bottom: 100px;
}
#portfolio ul li {
    list-style-type: none;
    margin-right: 15px;
    margin-bottom: 15px;
}
.grid li a img {
    width: 260px;
}
.mfp-bottom-bar {
    display: none;
}
.block-organiz {
    padding-top: 240px;
}
.block-organiz h4 {
    font-size: 11px;
    font-weight: 300;
}
/*Разработка & дизайн: weba.by*/
.weba-dev {
    font-family: Roboto, sans-serif;
    float: right;
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
}
.weba-dev > span {
    font-size: 10px;
}
.weba-dev a {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    display: block;
    line-height: 33px;
    color: #fff;
}
.weba-dev a:hover {
    color: #313131;
}
.weba-logo {
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #313131;
}
.weba-logo span {
    font-family: Roboto, sans-serif;
    color: #ffea00;
    font-weight: bold;
}
.weba-href {
    text-align: right;
}
.webapico {
    position: absolute;
    right: -12px;
    top: -21px;
    width: 50px;
    height: 52px;
    animation: webapico-anime 2s linear infinite;
    transform-origin: 47% 100%;
}
@keyframes webapico-anime {
    0% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
    15% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    20% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    25% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    30% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    50% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(0deg);
        background-size: cover;
    }
    70% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
    73% {
        background-image: url(../images/weba/webapico2.png);
        background-size: cover;
    }
    76% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
    81% {
        background-image: url(../images/weba/webapico2.png);
        background-size: cover;
    }
    83% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
    100% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
}
.footer-pay {
    position: relative;
    display: block;
    margin-top: 30px;
}
.footer-pay img {
    width: 100%;
}
.mail_send-sacsses {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
#price {
    position: relative;
    margin-bottom: 50px;
}
#price .block-head h3 {
    color: #00e2e7;
}
#price h4 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}
#price h4 span {
    font-size: 50px;
    color: #00e2e7;
}
.price-clock {
    display: table;
    text-align: center;
    padding: 30px 60px 40px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 20px #fff;
    margin: 0px auto 30px;
}
.price-clock .time .etUnit .etNumber {
    width: 30px;
    margin-bottom: 10px;
}
.price-clock .time .etSep {
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    padding: 0px 4px;
}
.texture-clock {
    position: absolute;
    right: 0px;
    top: 100px;
    opacity: 0.1;
}
.modal-popup-content a {
    margin-top: 20px;
}
#partners a.partners-gold {
    padding: 15px 60px;
}
#partners a.partners-info{
    padding: 20px 20px;
}