*{
    margin: 0;
    padding: 0;
}
html, body{
    margin: 0;
    padding: 0;
}
body{
    background-color:#000000;
    /* position: fixed; */
}
   
/* geologica-100 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100;
  src: url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-100.woff2') format('woff2'),
       url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-100.ttf') format('truetype'); 
}
/* geologica-200 - cyrillic_latin */
@font-face {
  font-display: swap; 
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 200;
  src: url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-200.woff2') format('woff2'), 
       url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-200.ttf') format('truetype'); 
}
/* geologica-300 - cyrillic_latin */
@font-face {
  font-display: swap; 
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 300;
  src: url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-300.woff2') format('woff2'), 
       url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-300.ttf') format('truetype'); 
}
/* geologica-regular - cyrillic_latin */
@font-face {
  font-display: swap; 
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 400;
  src: url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-regular.woff2') format('woff2'), 
       url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-regular.ttf') format('truetype'); 
}
/* geologica-800 - cyrillic_latin */
@font-face {
  font-display: swap; 
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 800;
  src: url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-800.woff2') format('woff2'),
       url('https://retailtech.ru/wp-content/webfonts/geologica-v1-cyrillic_latin-800.ttf') format('truetype'); 
}

body .container-wrapper {
	max-width:1920px !important;
	background: #ffffff;
	width:100%;
	height:auto;
	overflow: hidden;
	/*display: flex;
	flex-direction: column;
	align-content: center!important;
	justify-content: center!important;
	align-self: center;*/
	margin-left:auto;
	margin-right:auto;
}

body,p,span,a,div  {
    font-family:  'Geologica';
    font-weight:400;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6,nav{
    font-family:  'Geologica';
    font-weight:400;

}
.news-header > h2{
    font-weight:bolder;
    font-size:2.7vw;
    color: #ffffff;
    margin-top:8rem;
}
em {
    font-style: oblique;
    font-style:italic;
}
strong {
    font-weight:bold;
}
.container-fluid-header-slider {
    background: #000000;
}
.main-slider-row div {
    overflow:hidden;
}
.swiper-container-speaker {
    overflow:hidden;
}
.btns-wrapper {
    display:flex;
    justify-content: flex-start;
}
.btns-wrapper .slider-btn {
    margin-left:10%;

}
.conf-btn {
    margin-left: 20%;
    vertical-align:middle;
    height:55px;
    margin-top: 40px;

}
.swiper-slide .title p > span{
    display:flex;
    flex-wrap:wrap;

}
.my-dots{
    display:flex;
    flex-direction:row;
    justify-content: center;
    margin-top:1.5rem;
    padding-top:1rem;
}

.my-dots li button {
    display:none;
}
.my-dots li {
    margin:5px;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: red;
    outline: none;
    background-color: rgb(194, 194, 194);
    border-radius:50%;
}
.my-dots li.slick-active {
    background-color:#B1259B;
}
.navbar-dark {
    background-color: transparent !important;
}
.top-nav .row {
    background-color: /*rgba(0, 0, 0, 0.8);*/#15151B;
    box-shadow: 0px 90px 180px rgba(0, 0, 0, 0.4);
}
.main-page-top-nav {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0px 90px 180px rgba(0, 0, 0, 0.4);
    /*opacity: 0.851;*/
    position: fixed;
    width:100%;
    z-index:20;
    top:0;
}
.gray-nav {
    background-color: rgba(0, 0, 0, 1) !important;
}
#menu-osnovnoe-menyu .menu-item > a {
    /*font-family:'Darker Grotesque', sans-serif; "Pattaya-Regular"*/
    font-size:14px !important;
    color:white;
    font-weight:400;
    display: block;
    margin:0 1rem;
}
#menu-osnovnoe-menyu .menu-item > a{
    display: inline-block;
    /*color:#e51c33;*/
    line-height: 1;
    text-decoration:none;
    cursor: pointer;
    position:relative;
}
#menu-item-4181 > a {
    color: #00ffaa !important;
}
#menu-item-4181 a:hover {
    color: rgb(220, 32, 79);
}
.sub-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    color:white;
    border-bottom: 2px solid black;
    position:absolute;
    padding:0 20px 20px 20px;
    z-index:20;
}
.sub-menu {
	margin-top:0px;
}
.sub-menu li {
	list-style-type: none;
}
.sub-menu a:after {
	top:auto !important;
}
.menu-active {
    display:block;
}
.menu-active:hover{
    background-color:black;
}
.sub-menu .menu-item :hover {
    background:black;
    color:white;
    text-decoration:none;
}
.container-slider .slick-dots {
    position:relative;
}
.container-slider {
    height:200px;
}
.slick-dots {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display: none;
    height: 30px;
    width: 30px;
    margin: 5px;
    color:red;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}
.slick-dots li button {
    height: inherit;
    width: inherit;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.slick-dots li.slick-active {
    display: inline-block;
    color:red;
}

.slick-dots li.before,
.slick-dots li.after {
    display: inline-block;
}
.main-news-items-slider{
    overflow:hidden;
}
/*
.main-slider-item img, .partner-item img {
    border: 1px solid #c4c4c4;
}*/

.top-nav .menu-item > a:after {
    background-color: #B1259B;
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    left:50%;
    top:400%;
    position:absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    transform:translateX(-50%);
}
.top-nav .current_page_item a {
	color: #B1259B !important;
}
.top-nav .menu-item > a:hover:after,
.top-nav .menu-item > a:focus:after,
.top-nav .menu-item > a:active:after {
    width: 100%;
}
.top-nav .menu-item > a:hover,
.top-nav .menu-item > a:focus,
.top-nav .menu-item > a:active {
    color: #B1259B !important;
}
.page-heading {
    margin:15% 0 5%;
    font-size:48px;
    font-weight:bolder;
}
.page-heading h1 {
    font-size:48px;
    font-weight:bolder;
}
.white-page-heading h1 {
    color:white;
}
.white-page-heading{
    color:white;
}
.page-heading h1
.page-content, .page-content img:last-child  {
    margin-top:5%;
}
.page-content > .partner {
    margin-top: -3%;
}
.info-block-black {
    background-size: cover;
    background-position: center center;
    color:white;
    margin-top:0rem;
}
.info-block-black h2{
    font-weight:bold;
    font-size:3rem;
}
.img-black-items {
    margin-top:5rem;
}
.icon-black-desc-item{

    font-weight: bold;
    font-size: 3rem;
    margin:20vh 0;

}
.icon-black-desc-item p {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
}
.main-page-number {
    display:inline-block;
    font-weight: bold;
    font-size: 52px;
    margin-bottom: 35px;
}

.icon-black-desc-item img {
    width:240px;
    height:202px;
}
.item-black-desc > span {
    font-family: "Montserrat";
    font-size:1.2rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.821;
    display:inline-block;
    margin-top:/*5rem*/3rem;
    text-transform: uppercase;
    margin-bottom:3rem;
    margin-left: 2rem;
}
.fa-map-marker {
    vertical-align: top;
}
.info-block-black-descriptiom-item {
    margin-top:5%;
    position: relative;
}
.info-block-black-descriptiom-item div {
    text-align: left;
    margin: 1rem;
}
.fa-icon {
    color:white;
    width: 49px;
    font-size: 67px;
    display: block;
    line-height: 10px;
    float:left;

}
.info-block-black-descriptiom-desc {
    margin-top:10%;
}
.info-block-black-descriptiom-desc h2{
    font-size: 2.5rem;
}
.info-block-black-descriptiom-desc span {
    font-size: 1.2rem;
}
.info-block-black-descriptiom-counter {
    margin-top:10% !important;
}
.main-page-about {
    background: #15151B;
    box-shadow: -40px 44px 41px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: "Montserrat";
}
.main-page-about-items-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 80px;
    flex-wrap: wrap;
    height: min-content;
    margin-top: 40px;
}
.main-page-about-item {
    max-width: 400px;
    width: 100%;
    margin-top:40px;
}
.main-page-about-header {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 112.9%;
    color: #B1259B;
}
.main-page-about-desc p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 134.5%;
    color: #FFFFFF;
    margin-top:20px;
}
.main-news-item-desc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding:40px 0 40px 30px;
}
.main-page-about-info {
    font-size: 24px;
    line-height: 112.9%;
    text-align: left;
    color: #FFFFFF;
    margin-top:60px;
    width:40%;
}
.main-page-about-images {
    display: flex;
    flex-direction: column;
}
.main-page-projects-logo {
    max-width: 300px;
    height: 200px;
    object-fit: contain;
}
.main-page-projects {
    text-align: center;

    line-height: 33px;
    letter-spacing: -1px;
    color: #15151B;
    padding:120px 0;
    overflow: hidden;
}
.main-page-projects-header {
    font-weight: 800 !important;
    font-size: 4em !important;
    margin-bottom: 40px !important;
}
.main-desc-img {
    padding:0px;
}
.main-desc-article {
    text-align:left;
    padding:10% 10% 1% 20%;
    color: #333;
}
.main-desc-article h2 {
    font-weight: 800;
    margin-bottom: 5%;
}
.main-desc-article .btn-link {
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    background: #e51c33;
    color:white;
    margin-top: 4%;
    display: inline-block;
}
.main-news-item-link > h3 {

    font-weight:bold;
}
.btn-read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    font-weight:600;
    color: #FFFFFF!important;
    width: 220px;
    height: 40px;
    background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%);
    cursor:pointer;
}
.btn-read-more::after{
    content: '';
    width: 8px;
    height: 12px;
    display: block;
    background: url("");
    margin-right: 15px;
}
.news-item-date{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #15151B;
}
.btn-read-more:hover {
    color:#ffffff;
    text-decoration:none;
	background: #000000;
}

.article-meta-wrapper {
    display:flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top:40px;
}
.article-item-desc p {
    font-family: 'Roboto';
    margin-top:40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #15151B;
}
h2 {
    font-size:1.5rem;
    font-weight:700;
}
.main-news-item-head-link h3{
    font-size: 24px;
    font-family: "Montserrat";

    font-weight: bold;
    line-height: 1.2;
    text-align: left;


}

.main-page-news-title-link h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 112.9%;
    color: #000000;
}
.read-more-main-page {
    background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%);
    padding:40px 0;
    text-align: center;
	cursor:pointer;
}
.read-more-main-page:hover{
	background:#000000;
}
.read-more-main-page a, .read-more-main-page a:hover {
    color:#ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}
.main-news-main-page {
    background: #15151B;

	display: flex;
	flex-direction: row;
	justify-content:flex-end;
}
.main-news-items {
    overflow:hidden;
    width:70vw;

}
.main-news-header h2 {
	color:white;
	font-weight:700;
	font-size:36px;
	margin: 40px;
}

.main-news-item-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-news-item-img img {
    /*height: 100%;
    object-fit: cover;
    max-height: 550px;*/
	width:100%;
	max-width:410px;

}

.item-black-desc{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.item-black-desc img {
	align-self:flex-end;
}
.main-news-item{
    position: relative;
    background:white;

}
.main-news-item-content p{
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(51, 51, 51);
    line-height: 1.2;
}
.main-news-item-content p  a{

    font-size: 20px;
    font-family: "Roboto";
    line-height: 1.2;
}
.main-news-item-content p  a:hover {
    color: rgb(51, 51, 51);
}
.main-news-item-date {
    display: block;
    font-size: 14px;
    font-family: "Roboto";
    padding:10px 0;
    line-height: 1.429;
    text-align: left;
}
.main-news-item-head-link, .main-news-item-link {
    color:rgb(33, 37, 41);
    text-decoration: none;
    font-size: 30px;
    font-family: "Montserrat";
    line-height: 1.2;
    text-align: left;
}

.main-news-item-head-link:hover, .main-news-item-link:hover, .main-page-news-title-link h3:hover {
    text-decoration: none;
    color:black;
}
/*
.main-news-item-link .main-news-item > h3 {
    font-size:2rem !important;
    font-weight:700 !important;
}
*/
.main-news .single-article {
    margin-top:-5%;
}
.news-single-article-header {
    margin-bottom:1rem;
    margin-top:1.5rem;
}
.single-page-header-bg {
    background-size: cover;
    background-blend-mode: screen;
    background-repeat:no-repeat;
    background-position: right;
    color: #FFFFFF;
    font-weight:900;
    min-height: 700px;
    justify-content: flex-start;
    align-content: space-around;
}
.single-page-header-heading {
    margin-left:20%;
    font-style: normal;
    font-weight: 900;
    font-size: 96px;
    letter-spacing: -1px;
}
.article-list {
    margin-top:-1rem;
}
.article-item-head {
    font-weight:700;
    margin-top:20px;
    font-size: 36px;
    line-height: 40px;
}

.article-cat, .article-date {
    /*margin-top:2rem;*/
    margin-right:1rem;
    display:inline-block;
}
.article-cat a {
    text-decoration:none;
    color: #333;
}
.article-cat a:hover {
    text-decoration:none;
    color: #333;
}
.blog-items {
	margin-left:0;
	padding-left:0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.news-sidebar {
    margin-top:2rem;
    line-height: 0.7rem;
}
.tickets {
    color:white;
    background-size: cover;
    background-position:center;
    padding-top:5rem;

}
.tickets-bottom-img{
    margin-top:9.2rem;
}
.tickets-item-header{
    text-indent: 1rem;
    font-weight:bold;
}
.tickets-item-contant  {
    border-top: 6px solid #e51c33;
    padding-top: 1.2rem;
    margin-top:1rem;

}
.tickets-item-contant li{
    list-style-type: none;
    font-size:1rem;
}
.tickets-item-contant li:before {
    content: '\f00c';
    font-family: 'Fontawesome';
    margin-right: 5px;
    padding-left: 12px;
}
.tickets-btn, .success-sent-close  {
    background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%);
    color:white;

    line-height: 1.2;
    text-align: center;
    -moz-transform: matrix( 1.5981989259445,0,0,1.59819892594449,0,0);
    -webkit-transform: matrix( 1.5981989259445,0,0,1.59819892594449,0,0);
    -ms-transform: matrix( 1.5981989259445,0,0,1.59819892594449,0,0);
    padding: 10px 20px;
    margin-left:4rem;
    display: inline-block;
    font-size: 10px;
    font-family: "Roboto";

}
.tickets-btn:hover, .success-sent-close:hover {
    text-decoration: none;
    background: black;
    color:white;
}
.tickets-item {
    margin-top:2rem;
}
.tickets-item .tickets-btn {
    margin-top:1.2rem;
}
.tickets-page {
    padding-bottom:8rem;
    margin-top:8rem;
}
.contacts {
    margin-top:8rem;
}
.contacts h3 {
    font-weight: 700;
}
.contacts span {
    margin-top:1rem;
    margin-bottom: 1rem;
}
.contacts-details span {
    display: block;
}
.contacts-right input, .contacts-right label {
    margin-top:1rem;
}
#main-form-btn{
    margin-top:2rem !important;
}
.way-desc {
    margin-top:1rem;
    line-height: 2rem;
    padding-left:1rem;
}
.pagination-wrapper{
    display:flex;
    justify-content:center;
    margin: 30px 0;
}
.pagination-wrapper .page-numbers{
    color: rgb(255, 0, 0);
    padding: 10px;
}
.pagination-wrapper .page-numbers:hover {
    color:black;
}
.pagination-wrapper .nav-links > .current {
    color:black !important;
}
.way-desc h3 {
    font-size: 1.1rem;
    font-weight:bold;
}
.way-desc p{
    font-size:0.9rem;
}
.icon-way {
    float:left;
    padding-right:1.1rem;
}
.icon-way img {
    width:2rem;
}
.team-and-commit-desc{
    background: #15151B;
    color:white;
    justify-content: center;
    align-content: center;
    padding: 100px 0;
}
.about-us-item {
    padding-left: 0;
    padding-right: 0;
}
.about-us-item-desc{
    display:flex;
    flex-direction: column;
    align-content: center;
    padding: 60px 40px 0 70px;
}
.about-us-item-desc p, .about-us-desc p {
    font-weight: 500;
    line-height: 1.8rem;
    font-size:0.9rem;
    margin-top:40px;
}
.about-us-item-desc p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
}
.about-us-item-desc h4, .about-us-desc h2 {
    font-weight: bold;
    margin-top:2rem;
    font-size:2em;
}
.about-us-item-desc h4{
    font-size: 36px;
    margin-top: 0;
}
.about-us-item-desc h2{
    font-size: 52px;
    letter-spacing: -1px;
}
.speakers {
    background: #15151B;
}
.speakers-page-description h2, .speakers-page-description h1, .speakers-page-description h3  {
    font-weight: bold;
    margin-top: 4rem;
    font-size: 2em;
}
.speakers-page-description h3{
    margin-top: 0;
    font-size: 52px;
    letter-spacing: -1px;
}
.speakers-page-description p{
    font-weight: 500;
    line-height: 1.8rem;
    font-size: 14px;
    margin-top: 40px;
}
.speakers-page-description {
    padding: 115px 0 115px 0;
}
.partners-page-background {
    background-image:url(https://retailtech.ru/wp-content/uploads/2020/02/white-paertners.png);
    background-size:contain;
    background-repeat:no-repeat;
}
.speaker-item-desc-name, .speaker-item-desc-info {
    margin-top:0.5rem;
    display: block;
}
.speaker-item {
    padding:0;
    margin:0;
}
.speaker-img {
    position: relative;
}
.speaker-item-desc-section{
    margin-top:5px;
    color:#ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}
.speaker-item img{
    overflow: hidden;
    /*display: block;*/
}
.speaker-item-desc {
    position: relative;
    color:#ffffff;
    padding:2%;
    background: #15151B;
    margin:2% 4%;
    font-size:0.9rem;
}
.speaker-item-desc-name {
    color:white;
    font-size:2em;
    font-weight: bold;
    padding:0.5rem /*2rem*/;

    text-transform: uppercase;
}
.speaker-front-desc-block {
    position: absolute;
    z-index:2;
    left: 0;
    bottom: 0;
    height: 140px;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.speaker-transform {
    transform: translateY(-5rem);
}
/*start flip*/
.flip-card {
    background-color: transparent;
    max-height:500px !important;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    max-height: 500px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    display:flex !important;
    display:-webkit-flex;
    flex-direction:column;
    align-items:center;
    width: 100%;
    max-height: 500px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.flip-card-back {
    position:absolute;
    top:0;
    z-index:4;
    height:100%;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.01%, #000000 100%), url(image.png);
    border-radius: 3px;
    color: white;
    position: relative;
}

/* Style the back side */
.flip-card-back {
    background-color:#15151B;
    color: white;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);

}
/*end flip*/
.speaker-read-more{
    display:inline-block;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 0, 0);
    margin-top:40px;
}
.speaker-read-more:hover {
    color:black;
}
.swiper-container-speaker .swiper-slide{
    padding:0;
    margin-right:0 !important;
}
.programm-item {
    border-bottom:1px solid black;
    border-collapse: collapse !important;

}
.programm-header div {
    border:1px solid black;
    padding-top:1rem;
    padding-bottom:1rem;
    color:white;
    background:#e51c33;
}
.section-desc {
    border-right: 1px solid black;
}
.programm-day:hover {
    background: black;
}

.day-1, .day-2 {
    border: 1px solid black;
}
.programm-day-active {
    background:black !important;
}
.programm-item .date, .programm-item .section-name, .programm-item .speaker-name {
    font-weight:bold;
    border-right:1px solid black;
}
.disp-toggle {
    display:none;
}

.agenda-page-header-link-btn {
    display:inline-block;
    color:white;
    background-color: rgb(229, 28, 51);
    padding:1.2rem;
    text-align:center;
    text-decoration:none;
    margin:1rem 0rem;
    white-space: pre-wrap;
    width:250px;
}
.agenda-page-header-link-btn:hover {
    text-decoration:none;
    background-color:black;
    color:white;

}
.agenda-btn-day-1, .agenda-btn-day-2 {
    text-align:center;
    font-size: 20px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    background-color:black;
    padding:1.5rem 0rem;
}
.agenda-btn-day-1:hover, .agenda-btn-day-2:hover {
    background-color:rgb(51, 51, 51);
}
.agenda-active-day {
    background-color:rgb(51, 51, 51);
    font-weight:bold;
}
.agenda-section-header {
    font-size: 26px !important;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 1.3rem 0rem;
    background-color: rgb(229, 28, 51);
}
.agenda-section-header div, .agenda-section-header div > span{
    font-size: 20px !important;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.agenda-section-body {
    margin:1.5rem 0rem;
    background-color:white;
    padding:1rem;
}
.agenda-subsection-heading, .agenda-subsection-desc-name {
    color: rgb(229, 28, 51);
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1.2;
}
.agenda-section-header {
    margin-top:1rem;
}
.agenda-section-header:hover, .agenda-section-header:focus {
    background-color:black;
}
.agenda-subsection-desc-name, .agenda-subsection-person-link {
    color: rgb(51, 51, 51);
}
.agenda-subsection-person-link {
    font-size:14px;
    font-family: "Montserrat";
    line-height: 1.2;
    font-weight:bold;
    text-decoration:underline;
}
.agenda-subsection-person-link:hover {
    color: rgb(229, 28, 51);
}
.agenda-header-arrow {
    display:flex;
    justify-content: flex-start;
}
.agenda-section-header .toggler-opened:hover, .agenda-section-header .toggler-closed:hover {
    text-decoration:underline;
}

.agenda-visible {
    display:block;
}

.about-icons-item-desc {
    margin-top:2rem;
}
.about-icons-item-desc h4 {
    font-weight: bold;
    margin-bottom: 1rem;
}
.about-icons-item-more {
    margin-top: 2rem;
}
.about-icons-item {
    padding: 0 2rem;
    margin-top:2rem;
}
#icons-bl {
    margin-top: 3%;
}
#supportBtn {
    background-color:#e51c33;
    border:2px solid white;
    border-radius:5px;
    padding:10px 20px;
    margin:20px 0px;
    color:white;
}
#supportBtn:hover {
    background-color:black;
}
.supportForm {
    background-color:#e51c33;
    color:white;
    margin-top:4rem;
    width:100%;
    overflow:hidden;
    margin-left: 0px;
}
.subscText {
    padding-top:0px;
}
div label {
    padding-top:30px;
}
input[type="email"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 90%;
    margin-top:20px;
}

.footer {
    padding-top:5%;
    color:white;
    font-size:1rem;
    background: #15151B;
    overflow:hidden;
}
#footer-form-name, #footer-form-email, #footer-form-msg, #footer-send-form-email {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(70, 70, 70);
    line-height: 1.429;
    text-align: left;
    background-color: #FFFFFF;
    border:none;
}
#footer-form-name, #footer-form-email, #footer-send-form-email {
    width: 220px;
    height: 40px;
    padding: 0 25px;
}
#footer-send-form-email{
    width: 250px;
}
#footer-form-msg {
    width: 220px;
    height: 80px;
    resize: none;
    padding: 10px 25px;
}
#footer-form-name input, #footer-form-email input, #footer-form-msg input {
    border-color: #1e1e1e;
}
#footer-form-btn, #footer-send-form-btn {
    border: 1px transparent;
    background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%) !important;
    color:white;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 170px;
    height: 50px;
    text-transform: uppercase;
}
.wpcf7-form #footer-form-btn:hover,
.wpcf7-form #footer-send-form-btn:hover,
.registration-form-send-btn:hover {
    background:black !important;
}

.footer-private-policy{
    margin-top:40px;
    background-color: rgb(17, 17, 17);
    height:140px;
    padding-top:30px;
}
.adres-footer-row{
    display:flex;
    flex-direction:row;
  <!--- justify-content: space-between;---.
    font-size: 14px;
    font-family: "Roboto";
    color: #FFFFFF;
    line-height: 1.429;
    text-align: left;
    padding-bottom: 40px;
    margin-top: 20px;
}
.adres-footer-row span {
    display:block;
    width:140px;
    white-space: pre-wrap;
}
.email-footer-red {
    color: #FFFFFF;
}
.email-footer-red:hover {
    color:black;
}
.foot-nav ul > .menu-item > a  {
    margin: 2rem 0.5rem;
    color:white !important;
    text-decoration-color: white !important;
}
.foot-nav {
    margin-top:2rem;
}
.modal-info-buy, .success-sent, .modal-member-form {
    position: fixed;
    display: none;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(27,31,35,.95);
}
.success-sent .modal-info-text {
    background: #E4E3E4;
}
.modal-info-close-btn {
    display:block;
    position:absolute;
    top: 5px;
    right:10px;
    color:#e51c33;
    font-weight:bold;
    font-size: 1.5rem;
    z-index:40000 !important;
}
.modal-info-close-btn:hover {
    color: black;
    cursor: pointer;
}
.modal-info-text {
    background:transparent;
    position: relative;
    top:30%;
    font-size:1.7rem;
    padding:1.7rem;
}
.show {
    display:block;
}
.main-slider-row{
    margin-right:0px;
}
.main-slider-row {
    margin-top:4rem;
}

.icon-way img {
    width:32px;
}
.project-item {
    display: flex;
    align-content: center;
    justify-content: space-around;
    min-height:400px;
    flex-wrap:wrap;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding:0 15% 0 20%;*/
}
.project-item-link, .project-item-link:hover {
    text-decoration: none;
}
.project-item-desc {
    color:#ffffff;
    font-weight:800;
    font-size:4em;
    align-self: center;
    letter-spacing:-1px;
}
.project-item-logo {
    align-self: center;
	width:100%;
	max-width:420px;
}
.projects-page-desc {
    background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%);
    max-height: 660px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 120px 0 125px;
}
.projects-page-desc-desc {
    font-weight:900;
    color:#ffffff;
    display:block;
    font-size:96px;
   max-width:400px;
    line-height: 0.9em;
    align-self: flex-start;
}
.projects-desc-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:120px;

}
.projects-desc-icons-item-icon {
    height:140px;
    width:140px;
    object-fit: contain;
}
.projects-desc-number{
    color:#ffffff;
    font-weight: 800;
    font-size: 52px;
    letter-spacing: -1px;
}
.projects-desc-text{
    color:#ffffff;
    font-weight: 700;
    font-size: 36px;
}
.projects-desc-icons-item {
    display:flex;
    flex-direction: column;
    width:1505;
    margin-right: 10em;
}
.projects-desc-icons-item:first-of-type {
    margin-left:-2em;
}
.partner-item {
    margin-top:1rem;
}
.partner-item img {
    width:200px;
}
.partners-page-description-section {
    background: #fff;
    color: #000;
    padding: 100px 0;
}
.partners-page-description-section p{
    font-size:16px;
    margin-top:40px;
}
.partners-page-description-section{
    font-size: 2em;
    font-weight: bold;
}
.partners-page-item, .conference-partner-item {
    width: 20%;
}
.partners-page-item img{
    width: unset !important;
    max-width: 200px;
}
.partner-page-logo {
	padding: 50px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-page-type {
    background: #fff;
    border: none;
    box-sizing: border-box;
    color:#000;
    text-transform: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.partners-items-container, .conference-partners-wrapper {
    display: flex;
    flex-direction: row;
    width:100%;
	flex-wrap: wrap;
}
.single-speaker .article-item-head {
    margin:0;
}
.single-speaker {
    margin-bottom:18%;
}
.speaker-soc-face {
    color: black;
    font-size: 2rem;
    margin-right:1rem;
}
.speaker-soc-face:hover {
    color:#e51c33;
}
.footer-block{
    padding: 0 25px;
}
.footer-block:first-child{
    padding-left: 0;
}
.footer-block:last-child{
    padding-right: 0;
}
.registration-form {
    padding-top: 200px;
    background: #E4E3E4;

}

.form-group .text-left {
    margin-top:3rem;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.registration-form-item > input{
    background-color:gray;
}
.registration-form span {
    color:red;
}
.registration-form .page-heading {
    padding-top:3%;
    margin:0;
}
.registration-form-send-btn {
    background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%) ;
    padding: 10px 20px;
    margin: 20px 0px;
    color: white;
    font-size: 18px;
    border:2px solid;
    font-family: "Montserrat";
    line-height: 1.111;
}
.registration-form-send-btn:hover {
    background-color: black;
}
.private-policy {
    color:white;
    font-size:0.6rem;
    font-weight:normal;
    text-align:center;
}
.private-policy-link {
    color:#7E2A85;
    text-decoration:none;
}
.private-policy-link:hover{
    color:#e51c33;
    text-decoration:none;
}
.modal-member-form .modal-info-text{
    top:15%;

}
.modal-member-form {
    z-index:200000;
}
.modal-info-buy .modal-info-text{
    background:white;
}
.err404 h1{
    font-weight:bold;
    font-size:7rem;
}
.err404 p {
    font-size:3rem;
}

.partner-item h1{
    font-weight:bold;
    font-size: 30px;
    font-family: "Montserrat";
    color: black;
    margin:2rem 0;
}
.swiper-container {
    width: 100%;
    height:100vh;
    background-size:32vw auto;
    background-repeat:no-repeat;
    background-position:right 60%;


}
.header-big-slider {
    background-size:cover;
    background-position:50% center;
    width: 100vw;
    height: 100%;
}
.swiper-slide {
    font-size: 14px;
    color:#fff;
    box-sizing: border-box;
    /*padding: 10% 20% 25% 2%;*/
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index:2;
    background-size: contain;
    background-position: center;
    -webkit-background-size: cover;
    background-repeat: no-repeat;

}
.swiper-slide .title h2 {
    font-size: 3rem;
    font-family: "Montserrat";
    line-height: 1.2;
    font-weight: bold;
}
.swiper-slide .title p > span{
    font-size: 24px;
    font-family: "Montserrat";
    line-height: 112.9%;
    font-weight: 800;
    font-style: normal;
    margin-top: 5.5vh;
}
.slider-btn  {
    margin-top:7%;
    font-size: 15px;
    padding: 15px 25px;
    display: inline-block;
    font-family: "Montserrat";
    text-transform: uppercase;
}
#header-slider-text-block {
    /* margin:280px 60px;*/
    align-self:center;
}
.header-slider-wrapper {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    margin-top:34vh;
}
#header-slider-h2-fo{
    color:#ffffff;
    font-style: normal;
    font-weight: 900;
    font-size: 5vw;
    line-height: 81px;
    letter-spacing: -1px;
    margin-top:0rem;
}
.header-slider-span {
    color:#B1259B;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 10px;
    text-transform: uppercase;
    overflow: hidden;
    margin-top:5.5vh;
    width:34vw;
    display: block;
}

#wpforms-172-field_2 {
    width:324px;
}
.countdown-wrapper {
    display:none;
}
#lenta-submit {
    display:none;
}
a[href="#lenta-submit"]{
    display:none;
}
a[href="#"]{
    color:white;
}
.conference-header {
	display: flex;
	justify-content: center;
	flex-direction: row;
	background-size: cover;
  background-position: left !important;
  background-repeat: no-repeat !important;
	height:80vh;
}

.conference-header-wrapper {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding-left:50vw;
}
.conference-header-btns-wrapper {
	margin-top:20px;
}
.conference-header-btns-wrapper .tickets-btn {
	margin-left:2rem;
	margin-right:4rem;
}
.conference-header-desc {
	font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 112.9%;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
	width:100%;
	max-width:730px;
}
.conference-header-img {
	width: 100%;
	max-width:490px;
}

.conference-partner-logo {
	width:200px;
	height:100px;
}
.conference-partner-item {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
    margin-bottom: 5vh;
}
.conference-partner-desc {
	background:transparent;
	color: #15151B;
	border: none;
}
.conference-common-desc {
	background: #15151B;
	padding:150px 0 50px 0;
}
.conference-description {
	color: #FFFFFF;
}
.conference-logo {
	margin-top:20%;
}
.conference-date-desc {
	display: flex;
	flex-direction: row;
	flex-wrap:no-wrap;
	justify-content: flex-end;

}
.conference-date-wrapper {
	margin-right:15vw;
	margin-left:5vw;
	align-self: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height:350px;
	max-width:500px;
}
.conference-date span, .conference-location span {
	font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 112.9%;
    color: #000000;
}
.conference-pink {
	color: #B1259B !important;
}
.conference-registration-btn, .conference-speakers-btn {
    display: flex;
	padding: 13px 36px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%);
	text-decoration: none;
	font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
	width: 220px;
    justify-content: center;
}
.conference-registration-btn:hover, .conference-speakers-btn:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
}
.conference-agenda-wrapper {
	padding: 100px 0 200px 0;
	background: #15151B;
	background-repeat: no-repeat !important;
	background-size:cover;
	background-position: center bottom !important;
}

.conference-agenda-header-title {
	font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 63px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #FFFFFF;
}
.conference-btn-day-1, .conference-btn-day-2, .conference-btn-day-3{
	font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 112.9%;
    color: #C4C4C4;
	margin: 20px 0;
	cursor: pointer;
}
.conference-active-day {
	color: #B1259B;
} 
div.conference-agenda-section-header.grow{
	background: #ffffff;
	font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #15151B;
	padding:45px  20px;
	margin-top:30px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width:100%;
    border-radius: 100px 100px 100px 100px;
}

div.conference-agenda-section-header{
	background: #ffffff;
	font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #15151B;
	padding:45px  20px;
	margin-top:30px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width:100%;
    border-radius: 80px 80px 0 0;
}

 .conference-agenda-location {
	border-left:1px solid black;
	border-right:1px solid black;
}
.confrence-agenda-time{ 
	width:10%;
	color: #B1259B;
}
.conference-agenda-location {
	width:15%;
    padding: 0 10px;
}
.conference-agenda-title {
	width:30%;
	padding:0 20px;
}
.conference-agenda-btn {
	width:15%;
}
.conference-toggler-btn {
	/* background: linear-gradient(90deg, #562F92 0%, #B21E8E 100%);
	 padding: 13px 35px;
	 color:#ffffff !important;*/
	 cursor: pointer;
}
.conference-toggler-btn:hover{
	/* background: #000000;*/
}
.conference-section-body {
	background: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content:unset;
	padding:10px;
    border-radius: 0px 0px 100px 100px;
}
.conference-section-body-meta {
	max-width: 320px;
	min-width:280px;
	width:100%;
}
.hidden {
    display:none;
}
.conference-agenda-subsection-heading {
	font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 112.9%;
    color: #B1259B;
}
.conference-agenda-subsection-heading-s {
	color: #B1259B;
}
.conference-speakers-wrapper {
	justify-content: space-between;
}
.conference-speakers-meta {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.conference-speakers-header {
	font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 63px;
    letter-spacing: -1px;
    color: #000000;
}
.blog-article-item {
	margin: 20px 0;
}
.news-item-read-more {
	margin:40px 0;
}
#true_loadmore {
	color:#ffffff;
	background:linear-gradient(90deg, #562F92 0%, #B21E8E 100%);
	text-align:center;
	padding:20px 0;
	font-size:20px;
	cursor:pointer;
}
#true_loadmore:hover {
	background: black;
}
.custom-old-page {
	background:#ffffff;
}
.old-custom-partners-list {
	background:#ffffff;
}
.conference-agenda-download-link {
	color:#ffffff;
	text-decoration:none;
	margin: 30px 0;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
	font-size:1rem;
}

.conference-agenda-download-link:hover {
	background-size: 100% 2px;
	text-decoration:none;
	color:#B1259B;
}
.old-custom-section-heading {
    color: #ffffff;
}
.old-custom-speakers .speakers {
    padding:0;
}
.page-heading-custom-old {
    padding: 15% 0 5%;
    font-size: 48px;
    font-weight: bolder;
}
/* start landing styles */
.landing-header-wrapper {
    /* background: linear-gradient(0deg, #212529, #212529); */
    width: 100%;
    background: #15151A;
    padding: 150px 5vw;

}
.landing-headers-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.landing-header{
    width: 100%;
    max-width: 1920px;
}
.landing-top-nav {

}
.landing-headers-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.landing-header-h3 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #E5E5E5;
    margin-top:80px;
}
.landing-header-h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #E5E5E5;
    margin-top:10px;
}
.landing-header-h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #B1259B;
    text-align: center;
    margin-top:10px;
}
.landing-info-headers-wrapepr {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:100%;
    max-width:660px;
    margin-top:100px;
}

.landing-info-headers-item span:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
}
.landing-info-headers-item span:last-child {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    display: block;
}
.landing-header-order {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    /* line-height: 18px; */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 110px;
    /* background: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
    max-width: 370px;
    width:100%;
    height:77px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none; */
}
.landing-headers-img img {
    border-top: 10px solid ;
    border-right: 10px solid;
    border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
    -moz-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
    -webkit-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
    border-image-slice: 1;
}
.landing-headers-img img {
    width:100%;
    max-width:470px;
}
.landing-advantajes-title {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.landing-advantajes-wrapper {
    margin:90px auto;
}
.landing-advantajes-title span {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
    display: inline-flex;
    padding-left: 5px;
    height: 40px;
    align-items: center;
}
.landing-advantajes-title h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #000000;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding-left: 5px;
}
.landing-advantajes-items-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 90px;
    flex-wrap: wrap;
}
.landing-advantajes-item {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(86, 47, 146, 0.24), 0px 10px 20px rgba(80, 80, 82, 0.2);
    max-width: 400px;
    width:30%;
    height: 137px;
    background: url('/wp-content/uploads/2021/08/component-7.png') no-repeat right 90%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding:10px;
    margin-bottom: 40px;
    font-size:16px;
}
.landing-questions-wrapepr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    /* max-width: 1920px;
    margin:50px auto;
    padding: 0 5%; */
    margin:50px 0;

    justify-content: center;
}
.landing-questions-left {
    width:70%;
}
.landing-questions-right{
    width:30%;
}
.landing-questions-right img {
    width:100%;
    max-width:470px;
}
.landing-questions-items-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.landing-questions-item {
    margin-bottom: 20px;
}
.landing-questions-item span:first-child {
    font-family: Rubik Mono One;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
}
.landing-questions-item span:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-left:20px;
}
.landing-questions-text {
    margin: 50px 3%;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    max-width: 720px;
    width:100%;
}
.landing-questions-btn-wrapepr {
    margin:50px;
    display: flex;
    justify-content: center;
}
.landing-study-advantajes-section {
    margin-top: 130px;
}
.landing-study-advantajes-title h3 {
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.landing-study-advantajes-wrapper {
    margin:50px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.landing-study-item {
    max-width:460px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.landing-study-item img {
    width:100%;
    max-width:100px;
    height:100%;
    max-height:100px;
}
.landing-study-item span{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-left: 20px;
}
.landing-study-advantajes-description {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.landing-study-advantajes-description hr {

}
.landing-autor-section {
  width: 100%;
  background: #15151A;
  margin-top: 60px;
  padding-top: 90px;
  padding-bottom: 140px;
}
.landing-autor-title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #E5E5E5;
  text-align: center;
}
.landing-autor-desc p{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #E5E5E5;
}
.landing-autor-desc p:first-child{
    margin-top:20px;
}
.landing-autor-info-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between !important;
  margin-top:50px;
}
.landing-autor-img-wrapepr{
  width:30%;
}
.landing-autor-img {
  width: 100%;
  max-width: 530px;
  border-bottom: 10px solid ;
  border-left: 10px solid;
  border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  -moz-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  -webkit-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  border-image-slice: 1;
}
.landing-autor-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width:100%;
  max-width: 540px;
  padding-left: 100px;
}
.landing-autor-blq blockquote p{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #B1259B;
}
.landing-autor-blq blockquote cite{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #B1259B;
}
.landing-autor-blq blockquote footer{
  text-align: right;
  position: relative;
}
.landing-autor-blq blockquote {
  position: relative;
}
.landing-autor-blq blockquote:before {
  content: '«';
  position: absolute;
  top:-50%;
  left: -13%;
  font-family: Rubik Mono One;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 89px;
  text-align: center;
  color: #4D4A5B;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.landing-autor-blq blockquote footer cite:after {
  content: '»';
  position: absolute;
  bottom:-90%;
  right: -13%;
  font-family: Rubik Mono One;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 89px;
  text-align: center;
  color: #4D4A5B;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.landing-agenda-title {
  margin-top: 130px;
  text-align: center;
}
.landing-agenda-title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
}
.landing-agenda-desc {
  margin-top:60px;
  text-align: center;
}
.landing-agenda-desc p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.landing-agenda-items-wrapper {
  margin-top:80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.landing-agenda-item {
  width:100%;
  max-width: 560px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding:20px 20px;
}
.landing-agenda-items-wrapper .landing-agenda-item:first-child {
  border-bottom: 10px solid ;
  border-left: 10px solid;
  border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  -moz-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  -webkit-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  border-image-slice: 1;

}
.landing-agenda-items-wrapper .landing-agenda-item:last-child {
  border-top: 10px solid ;
  border-right: 10px solid;
  border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  -moz-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  -webkit-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
  border-image-slice: 1;
}
.landing-agenda-item h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #4D4A5B;
  align-self: auto;
}
.landing-agenda-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.landing-course-themes-section {
  margin-top: 150px;
}
.landing-course-themes-wrapepr {
  margin-top: 110px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1920px;
  margin: 50px 0;
  padding: 0 5%;
}
.landing-themes-img-wrapper {
  position: relative;
  width:100%;
  max-width: 600px;
}
.landing-themes-img {
  width:100%;
  max-width:540px;
}
.landing-themes-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top:35px;
  right:40px;

}
.landing-themes-title span:last-child {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
    display: inline-flex;
    padding-left: 5px;
    height: 30px;
    align-items: center;
}
.landing-themes-title span:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    /* identical to box height */
    color: #000000;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding-left: 5px;
}
.landing-themes-item span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.landing-themes-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
}
.landing-themes-item img {
  width:30px;
}
.landing-themes-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-top: 10px;
}
.landing-themes-btn {
  width:310px;
  margin-top:100px;
  /* text-transform: uppercase; */
}
.landing-modal-form-wrapper {
    background: #ffffff;
    width:20vw;
    position: relative;
    margin-top:10%;
}
.landing-modal-form {
    margin-top:-30px !important;
}
#registration-landing-form {
    margin-top:0 !important;
}
.form-inputs {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.landing-modal-form-layout {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    justify-content: center;
    /* align-items: center; */
    display: none;
}
.landing-registration-input {
    width:200px !important;
    margin:5px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: #222 !important;
    border:1px solid lightgray !important;
}
.modal-form-close {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    padding-top:20px;
}
.modal-form-close span {
    color:#B1259B;
    font-size: 18px;
    font-weight:bold;
    cursor: pointer;
}
.modal-form-close span:hover {
    cursor: pointer;
    color:#000000;
}
.landing-questions-btn,
.landing-autor-btn,
.landing-themes-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}
/* end landing styles */
.soc-wrapper{
    display: flex;
    justify-content: space-between;
    width:100%;
    max-width:280px;
    margin-top:40px;
    margin-bottom: 40px;
}
.soc-item img{
    width:100%;
    max-width:32px;
}
.speaker-item-common {
    margin-bottom: 40px;
    cursor:pointer;
}
.speakers-item-desk-common {
    margin-top:30px;
    display: flex;
    flex-direction: column;
}
.speakers-item-title-common {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #1D1D22;
}
.speakers-item-job-common {
    font-size: 14px;
    line-height: 18px;
    color: #6C6C6C;
    opacity: 0.7;
    margin-top:15px;
}
@media screen and (max-width: 1440px) {
    .partners-items-container, .conference-partners-wrapper{
        flex-wrap: wrap;
    }
    .partners-page-item, .conference-partner-item{
        width: 33.3%;
    }
	.main-page-about-items-wrapper {
		padding: 0 40px;
	}
}
@media screen and (max-width: 992px){
    .partners-page-item{
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .main-page-about-items-wrapper {
    padding: 0 15px;
}
    .main-page-about-images{
        align-items: center;
    }
    #menu-osnovnoe-menyu{
        margin-top: 50px;
        align-items: center;
    }
    #menu-osnovnoe-menyu li{
        margin:10px 0;
    }
	.main-news-main-page {
		flex-direction: column;

	}
	.main-news-items {
		width:100%;
		align-content: center;
	}
    .partners-page-description-section{
        padding: 50px 0;
    }
    .conference-header {
      justify-content: space-around;
      height: 90vh;
    }
    .conference-header-wrapper {
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      padding-left: 10vw;
    }
    /* start landing styles */
    .landing-headers-wrapper {
        flex-direction: column;
    }
    .landing-headers-items {
        order:2;
        text-align: center;
    }
    .landing-headers-img {
        text-align: center;
    }
    .landing-info-headers-wrapepr {
        flex-direction: column;
        align-items: center;
        margin-top:50px;
    }
    .landing-header-h3,
    .landing-header-h2 {
        font-size:26px;
    }
    .landing-header-h4 {
        font-size:22px;
    }
    .landing-headers-items .landing-header-order {
        margin-left:0 !important;
        margin-top: 50px !important;
    }
    .landing-info-headers-item {
        margin-top:20px;
    }
    .landing-questions-btn,
    .landing-autor-btn,
    .landing-themes-btn {
        padding: 10px !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .landing-autor-info-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .landing-autor-info {
        margin-top:100px;
        margin-left:auto;
        margin-right: auto;
        padding-left:0;
    }
    .landing-autor-blq blockquote:before {
        left:-13%;
    }
    .landing-autor-blq blockquote footer cite:after {
        bottom: -400%;
        right: -3%;
    }
    .landing-autor-blq {
        padding-bottom: 100px;
    }
    .landing-course-themes-wrapepr {
        flex-direction: column;
        align-items: center;
    }
    /* end landing styles */

}

@media(min-width:767px) and (max-width:1199px) {
	.conference-agenda-section-header {
		flex-wrap:wrap;
	}
	.conference-agenda-time {
		width:15%;
	}
	.conference-agenda-location {
		width:25%;
	}
	.conference-agenda-title{

	}
	.conference-agenda-btn{
		margin-top:40px;
	}
}

@media(min-width:420px) and (max-width:1023px){
    .speaker-img {
        /*margin-left:3rem;*/
    }
}
@media(min-width:768px) and (max-width:1200px){
    .tickets-btn, .success-sent-close {
        font-size:0.8rem;
    }
    .tickets-item .tickets-btn{
        width:120px;
        height:40px;
        overflow:hidden;
        white-space:pre-wrap;
        font-size:0.55rem;
        margin-top:2rem;
        margin-left:44px;
    }

}
@media(min-width:769px) and (max-width:1600px){
    .header-slider-wrapper {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-content:flex-start;
        margin-top:14vw;
    }
    #header-slider-h2-fo{

        font-size:5vw;

    }
    .container-fluid-header-slider .swiper-container {
        background-size:40vw auto;
    }
    .swiper-slide .title h2 {
        font-size: 2rem;
    }
    .slider-btn  {
        margin-top:7.7vh;
        font-size: 12px;
        padding: 12px 20px;
    }

}
@media(min-width:1199px) and (max-width:1450px){
    .main-desc-article {
        padding:4% 10% 1% 20%;
    }
	.conference-header {
		height:80vh;
	}
	.btns-wrapper .slider-btn {
		margin-left:7%;
	}
	.icon-black-desc-item {
		margin:5vh 0;
	}
}
/*
@media(min-width:1199px) and (max-width:1370px){
    #header-slider-h2-fo  {
        font-size:3rem !important;
    }
}*/
@media(min-width:965px) and (max-width:1450px){
    .top-nav .menu-item > a {
        margin:1.3rem 0.5rem;
        font-size:0.9rem !important;
    }
}
/*
@media(min-width:700px) and (max-width:1919px) {
	.header-slider-wrapper{
		margin-top:14vw;
		margin-left:14vw;
	}
}*/
@media screen and (max-width: 1024px) {
    .about-us-item-desc{
        padding: 20px 20px 0 20px;
    }
    .about-us-item-desc h4{
        font-size: 24px;
    }
    .about-us-item-desc p, .about-us-desc p{
        margin-top: 15px;
    }
    .about-us-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .single-page-header-heading{
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .projects-page-desc-desc{
        text-align: center;
    }
    .projects-page-desc{
        max-height: unset;
        flex-direction: column;
    }
    .projects-desc-icons-item:first-of-type{
        margin: 0;
    }
    .projects-desc-icons-item{
        margin: 0;
    }
    .projects-desc-icons-wrapper{
        justify-content: space-around;
    }
}
@media(max-width:768px) {
.top-nav .menu-item > a:after{
top:unset;
bottom:-2px;
}
.main-page-top-nav {
    position: fixed;
}
.navbar-collapse {
    height: 100vh;
}
    .container-fluid-header-slider .swiper-container {
        background-size:50vw auto;
        background-position: 50% 30%;
        height: 120vh;
    }
    #header-slider-h2-fo {
        margin-top:40vh;
        font-size:10vw;
    }
    .header-slider-span {
        margin:0;
        font-size:2.5vw;
    }
    .btns-wrapper .slider-btn {
        margin-left:8vw;
    }
    .top-nav .menu-item > a {
        margin:1.3rem 0;
    }
    .main-page-top-nav .row {
        background-color: rgb(31, 30, 28);
        position:relative;
        margin-left:0px;
        opacity:1;

    }
    .main-page-top-nav {
        background-color: rgb(31, 30, 28) !important;
        opacity:1;
    }
    .main-news-items {
        padding-right:15px;
        padding-left: 15px;
    }
    .news-header > h2 {
        font-size: 3em;
        margin: 2em 0;
    }
    .main-news-item {
        margin:2em 0;
    }
    .main-news-item-desc {
        padding:30px;
    }
    .item-black-desc {
        display: none;
    }
}
@media(max-width:765px){
    .supportForm {
        display:none;
    }
	.article-meta-wrapper {
		flex-direction:column;
		height:10vh;
		justify-content:space-between;
	}
}
@media(max-width:767px){
    #header-slider-h2-fo {
        margin-top: 15vh;
    }
    .btns-wrapper .slider-btn {
        margin-left:14vw;
    }
    .modal-member-form .modal-info-text {
        margin-left: 1rem;
        margin-top:4rem;
    }
    .modal-member-form  .form-group{
        padding-left: 0rem;
    }
    .swiper-slide .title > h2 {
        font-size:2rem;
    }
    .swiper-slide{
        padding:15% 1% 10% 2%;

        overflow:hidden;
    }
    .swiper-slide .container {

        margin-top:3rem;
    }
    .swiper-slide .title > p >span{
        font-size:1rem;
    }
    a.tickets-btn.slider-btn  {
        font-size:0.7rem;

    }
    .header-slider-span {
        width:90vw;
        font-size: 3vw;
    }
    .conference-header-btns-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
	.conference-agenda-section-header {
		flex-direction: column;
		flex-wrap:no-wrap;
	}
	.conference-agenda-time {
		width:100%;
	}
	.conference-agenda-location {
		width:100%;
		padding:10px 0;
		margin:20px 0;
		border-left: none;
		border-right: none;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	.conference-agenda-title{
		width:100%;
	}
	.conference-agenda-btn{
		margin-top:40px;
		width:100%;
	}
	.conference-section-body {
		flex-direction: column;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
    /* start landing styles */
    .landing-advantajes-items-wrapper {
        justify-content: center;
    }
    .landing-advantajes-item {
        width:100%;
    }
    .landing-advantajes-title h3 {
        margin-top:35px;
        text-align: center;
    }
    .landing-questions-wrapepr {
        flex-direction: column;
    }
    .landing-questions-right{
        width:70%;
        align-self: center;
    }
    .landing-questions-left {
        width:100%;
        order:2;
        margin-top:40px;
    }
    .landing-autor-blq blockquote:before {
        left:-3%;
    }
    .landing-agenda-items-wrapper {
        flex-direction: column;
    }
    .landing-agenda-item:first-child{
        border-top: 10px solid;
        border-left: 10px solid;
        border-bottom: 0 !important;
        border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
        -moz-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
        -webkit-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
        border-image-slice: 1;
    }
    .landing-agenda-item:last-child {
        border-bottom: 10px solid;
        border-right: 10px solid;
        border-top: 0 !important;
        border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
        -moz-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
        -webkit-border-image: linear-gradient(90deg, #562F92 3.5%, #B21E8E 96.77%);
        border-image-slice: 1;
    }
    .landing-themes-btn {
        width:170px !important;
    }
    .landing-themes-title span:last-child{
        height:60px;
    }
    .landing-themes-title {
        top:0;
    }
    .landing-modal-form-wrapper {
        width:80%;
    }
    /* end landing styles */
}
@media(min-width:400px) and (max-width:490px){
    .main-slider-row{
        margin-left:40px;
    }
}
@media(min-width:370px) and (max-width:399px){
    .main-slider-row{
        margin-left:15px;
    }
}
@media(max-width:426px){
    .info-block-black-descriptiom-desc h2{
        font-size: 2.1rem;
    }
    .top-nav .menu-item > a {
        margin:1.3rem 0;
    }

    .info-block-black {
        margin-top:2rem;
    }
    .day-1, .day-2{
        border:none;
    }
}
@media screen and (max-width: 475px) {
    .footer-block{
        padding: 0 20px;
        width: 100%;
    }
    .footer-block:first-child{
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .footer-block:last-child{
        padding-right: 20px;
    }
    .partners-page-item{
        width: 100%;
    }
    .partner-page-logo{
        padding: 50px 0;
    }
    .speaker-front-desc-block{
        background-color: rgba(0,0,0,0.5);
        left: 0;
        text-align: center;
        padding: 10px;
        width: 100%;
    }
    .speaker-item-desc-name{
        padding: 0;
        margin-top: 0;
    }
    .footer-logo{
        height: 100px;
        object-fit: contain;
    }
    .projects-desc-icons-wrapper{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .projects-desc-icons-item{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .projects-desc-icons-item + .projects-desc-icons-item{
        margin-top: 15px;
    }
    .projects-page-desc{
        padding: 30px 0;
    }
    .single-page-header-heading{
        font-size: 48px;
    }
    .project-item-desc{
        font-size: 24px;
    }
    .project-item{
        min-height: unset;
        padding: 60px 0;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .project-item-link{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-item-logo{
        width: 100%;
        max-height: 100px;
        object-fit: contain;
        margin-bottom: 20px;
		max-width:420px;
    }
    .projects-page-desc-desc{
        font-size: 48px;
        width: 100%;
    }
    .projects-desc-icons-wrapper{
        margin-top: 30px;
    }
    .projects-desc-icons-item-icon{
        width: 70px;
        height: 70px;
    }
    .projects-desc-number{
        font-size: 24px;
    }
    .projects-desc-text{
        font-size: 18px;
    }
}
@media(max-width:380px){
    .main-slider-item a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-slider{
        height: auto;
    }
    .main-slider-row{
        margin: 0;
        padding: 15px;
    }
    .speaker-img {
        /*margin-left:20px;*/
    }
    .main-page-about-item {
        padding:0 5vw;
    }
    .icon-black-desc-item p{
        font-size: 18px;
        line-height: 20px;
    }
    .main-page-number{
        font-size: 36px;
    }
    .icon-black-desc-item{
        margin: 0;
    }
    .info-block-black{
        padding: 30px 15px;
    }
    #footer-send-form-email,#footer-form-msg, #footer-form-name, #footer-form-email{
        width: 100%;
    }
    .adres-footer-row{
        flex-direction: column;
    }
    .adres-footer-row span + span{
        margin-top: 10px;
    }
    .main-page-projects{
        padding: 30px 0;
    }
    .news-header > h2{
        margin:0;
    }
    .main-news-items{
        padding: 30px 15px;
    }
    #dark-top-nav{
        width: 100%;
        justify-content: space-between;
    }
}
@media(max-width:370px){
    .tickets-btn, .success-sent-close {
        /* font-size:0.8rem;*/
    }
    .tickets-btn {
        font-size:0.4rem !important;
    }
}
@media(width:360px){
    .main-slider-row .container-slider{
        margin-left:2rem;
    }
}
@media(max-width:336px){
    .page-heading h1 {
        font-size:1.8rem;
    }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    max-width: 250px!important;
}