@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: ProximaNovaRegular;
    src: url(/assets/fonts/ProximaNova/ProximaNovaRegular.otf)
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(/assets/fonts/ProximaNovaBold.otf)
}

@font-face {
    font-family: ProximaNovaExtrabold;
    src: url(/assets/fonts/ProximaNovaExtrabold.otf)
}

@font-face {
    font-family: ProximaNovaBlack;
    src: url(/assets/fonts/ProximaNovaBlack.otf)
}

@font-face {
    font-family: CirceRegular;
    src: url(/assets/fonts/Circe-Regular.ttf)
}

@font-face {
    font-family: CirceLight;
    src: url(/assets/fonts/Circe-Light.ttf)
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #424242;
}

main {
    flex: 1 0 auto;
}

h4 {
    font-weight: 700;
    font-size: 1.8rem;
}

.br-16 {
    border-radius: 16px;
}

.box-shadow {
    box-shadow: 0 4px 22px rgba(24,45,78,.17);
}

.container {
    width: 96%;
    max-width: 1400px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block4 .collapsible .collapsible-header .rt {
    display: block !important;
    color:#F26430 !important;
    font-size: 1.2rem !important;
}

.block {
    position: relative;
    overflow: hidden;
}

.block h3 {
    margin-top: 100px;
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}

strong {
    font-weight: 800 !important;
}

nav .brand-logo img {
    height: 60px;
    margin-top: 10px
}

nav i.right {
    font-size: 1.2rem;
}

nav {
    background: linear-gradient(to left, rgb(193 40 129) 0%, rgb(232 17 21) 34%, rgb(126 97 218) 67%, rgb(212 17 64) 100%) !important;
}

.text-shadow {
    text-shadow: -1px -1px 13px #050c2291, 1px 1px 20em #02020dd1;
}

.telegram-btn {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 140px;
    height: 60px;
    width: 60px;
    background-image: url('../img/telegram.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
}

.btn100 {
	width:100%;
	margin-bottom:10px;
}

.btn-red, .btn-red:active, .btn-red:focus {background: #e20a27;}
.btn-red:hover {background-color: #ac0b20;}

.btn-blue, .btn-blue:active, .btn-blue:focus {background: #7f60d5;}
.btn-blue:hover {background-color: #5a439a;}


.btn-white, .btn-white:active, .btn-white:focus {background: #fff; color: #000000;}
.btn-white:hover {background-color: #fff; box-shadow: none;}

.btn-outline {
    border: 2px dashed white;
    color: white;
    border-radius: 50px;
    padding: 8px 24px;
    text-transform: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: 0.5s;
    
}

.btn-outline:hover {
    background-color: #ffffff2d;
    border-style: solid;
}

.btn-large {
    border-radius: 50px;
    padding: 8px 24px;
    text-transform: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.btn-large i {
    margin-right: 10px;
}

.nav ul a {
    font-weight: bold;
}

.dropdown-content {
    width: auto !important;
    top: 60px !important;
    border-radius: 8px;
    box-shadow: 0 4px 22px rgba(24,45,78,.17);
}

.dropdown-content li > a,
.dropdown-content li > span {
    font-size: 1rem;
    color: #212121;
    font-weight: 500;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    transition: all .3s ease-out;
}

 #up-arrow {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    background: #e50923;
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 15px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    border: solid 3px #e50923;
    transition: .5s;
}

 #up-arrow:hover {
    background: white;
    color: #e50923;
}

.gradient {
    background: -webkit-linear-gradient (135deg, rgba(249,9,93,1) 0%, rgba(255,151,50,1) 33%, rgba(102,242,45,1) 66%, rgba(0,211,240,1) 100%);
    background: -o-linear-gradient (135deg, rgba(249,9,93,1) 0%, rgba(255,151,50,1) 33%, rgba(102,242,45,1) 66%, rgba(0,211,240,1) 100%);
    background: linear-gradient(135deg, rgba(249,9,93,1) 0%, rgba(255,151,50,1) 33%, rgba(102,242,45,1) 66%, rgba(0,211,240,1) 100%);
}


.block-section {
    display: block;
    padding: 60px 0;
}

.grey {
    background-color: #efefef!important;
}

.gradient-text {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, rgba(249,9,93,1) 0%, rgba(255,151,50,1) 33%, rgba(102,242,45,1) 66%, rgba(0,211,240,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    display: table;
}

.block-section h3 {
    font-weight: 600;
    color: #424242;
    font-size: 2.4rem;
    text-transform: uppercase;
}


/*------------------------------------------------------------------------------ BLOCK 1
*/

.block1 .card-panel-conference {
    padding: 20px;
    background-color: #ffffff41;
    border-radius: 16px;
}

.block1 .date {
    display: flex;
    color: white;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 20px;
}

.block1 .date span {
    margin: 10px;
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px dashed white;
    font-size: 1.2rem;
}

.block1 p {
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.block1 .home-page-title {
    color: white;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
}

.block1 h2 {
    color: white;
    font-weight: 400;
    line-height: 1.55;
    font-size: 42px;
}

.block1 .video-link {
   margin-bottom: 40px;
}

.block1 b {
    font-weight: 700;
}

.cnt-container {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cnt-container .data {
    margin: 10px 30px;
    color: white;
    text-align: center;
}

.cnt-container .data h4 {
    font-size: 2rem;
    line-height: 80%;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px dashed rgb(255 255 255 / 50%);
}

.block1 .flex-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block1 .card-panel {
    color: #000000;
    font-weight: 600;
    box-shadow: none;
    background-color: #ffffffaf;
    width: 100%;
    border-radius: 16px;
    transition: 0.5s;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block1 .card-panel .card-panel-title {
    text-align: center;
    line-height: 1.2;
}

.block1 .card-panel:hover {
    background-color: #fff;
}

.block1 .move-down-btn i {
    font-size: 4rem;
    color: #ffffffaf;
    transition: 0.5s;
    margin-top: 20px;
}

.block1 .move-down-btn:hover i {
    color: white;
}

.parallax-container {
    height: auto;
}

/*------------------------------------------------------------------------------ BLOCK 2
*/

.what_you img {
    max-width: 180px;
    height: auto;
    padding: 40px 20px 20px 20px;
}

.what_you .card-panel {
    min-height: 200px;
}

.card-panel {
    box-shadow: 0 4px 22px rgba(24,45,78,.17);
    border-radius: 16px;
    transition: 0.5s;
    min-height: 96px;
}

.slider .indicators .indicator-item {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #c9c9c9;
}

.slider .indicators .indicator-item.active {
    background-color: #e50922;
}

.slider .slides {
    background-color: transparent;
}

.slider .slides li img {
    border-radius: 16px;
    overflow: hidden;
}


/*------------------------------------------------------------------------------ block-for-who
*/

.block-for-who {
    background: linear-gradient(to left, rgba(255, 167, 0, 1) 0%, 17.02052354812622%, rgba(249, 64, 54, 1) 34.04104709625244%, 50.81387162208557%, rgba(206, 28, 184, 1) 67.5866961479187%, 83.79334807395935%, rgba(26, 168, 243, 1) 100%) !important;
}

.block-for-who h3 {
    font-weight: 600;
    color: #fff;
    font-size: 2.4rem;
    text-transform: uppercase;
}


.block-for-who .stage {
    display: flex;
    flex-wrap: wrap;
}

.block-for-who .stage .card-item {
    min-width: 200px;
    flex: 1 0 0%;
    margin: 10px 5px;
    text-align: center;
    color: #212121;
    overflow: hidden;
    border-radius: 30px;
    border: 6px solid #ffffff52;
    padding: 1rem 0.8rem;
}

.block-for-who .card-item p {
    font-size: 1rem;
    font-weight: 500;
    color: white;
}

.block-for-who .card-item .fas {
    font-size: 4rem;
    color: #ffffff52;
}


/*------------------------------------------------------------------------------ BLOCK experts
*/


.card-expert {
    padding: 20px;
}

.card-expert .img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-image: url(/assets/img/home-b4-caruselle/6.jpg);
}

.card-expert h5 {
    font-size: 1.2rem;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
}

.card-expert p {
    font-size: 1rem;
    height: 136px;
    overflow: hidden;
}

/*------------------------------------------------------------------------------ VIDEO BLOCK
*/

.video-block {
    padding: 80px 0;
}

.video-block .video-title {
    padding: 10px;
}

.video-block .video-title strong{
    font-weight: 600;
    color: #424242;
    font-size: 1.2rem;
    text-transform: uppercase;
}

/*------------------------------------------------------------------------------ BLOCK 4 ПРОГРАММА КОНФЕРЕНЦИИ
*/

a.video-container {
    display: block;
}

a.video-container:hover:after {
    opacity: 1;
}

a.video-container:after {
    content: 'Подключиться';
    opacity: 0;
    display: bloack;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: white;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 25%;
    transition: all .3s ease-out;
}

a.video-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.block4 {
    background-color: white;
    padding: 80px 0;
}

.block4 h3 {
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}

.block4 h4 {
    font-weight: 600;
    color: #424242;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.block4 h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.block4 .white-content {
    padding: 20px;
    line-height: 1.5;
    background-color: white;
}

.block4 .collapsible {
    box-shadow: none;
    border: none;
}

.block4 .collapsible li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.block4 .collapsible .collapsible-header {
    display: block !important;
    padding: 10px 70px 10px 0;
    position: relative;
}

.block4 .collapsible .collapsible-header span {
    display: inline !important;
    font-weight: 500;
    font-size: 20px;
    color: #424242;
}

.block4 .collapsible .collapsible-header h4 span  {
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
}


.block4 .collapsible .collapsible-header:before {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    height: 49px;
    margin: auto;
    font-size: 34px;
    font-weight: 600;
}

.block4 .collapsible li.active .collapsible-header span {
    border-color: transparent;
    font-weight: 700;
}

.block4 .collapsible .collapsible-header:hover span {
    border-color: transparent;
}

.block4 .collapsible li.active .collapsible-header:before {
    transform: rotate(45deg);
}

.block4 .collapsible .collapsible-body {
    padding: 20px;
    line-height: 1.5;
    border-bottom: 1px solid white;
}

.block4 .collapsible .collapsible-body p {
    margin-top: -20px;
    padding: 40px 0 20px 0;
    line-height: 1.5;
    background-color: white;
    border-bottom: 1px solid white;
    text-align: justify;
}

.block4 .collapsible .collapsible .collapsible-body {
    padding: 20px;
    line-height: 1.5;
    background-color: white;
    border-bottom: 1px solid white;
}

.block4 .collapsible .collapsible li:last-child {
    border-bottom: none;
}


.block4 .collapsible-body .collapsible {
    padding-left: 100px;
}

.program-block .collapsible-body ul li b.time {
    color: #f26430;
}

.block4 .collection .collection-item.avatar:not(.circle-clipper)>.circle {
    width: 60px;
    height: 60px;
    left: 0px;
}

.block4 .collection .collection-item.avatar .title {
    font-size: 16px;
    display: block;
}

.block4 .collection .divider {
    margin: 10px 0;
}

/*------------------------------------------------------------------------------ BLOCK 6 ФОРМАТЫ УЧАСТИЯ
*/

.block6 {
    background-color: #BAD94A;
    padding: 80px 0;
}

.block6 h3 {
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}

.block6 .blue-card {
    width: 100%;
    min-width: 500px;
    background: url("/assets/img/ipad.png") center center no-repeat;
    /* 500x628 */
    background-size: contain;
    border: none;
    box-shadow: none;
    overflow: hidden;
    /*
	background-color: #424242;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    padding: 40px;
    color: white;
    */
}

.block6 .blue-card .blue-card-content {
    padding: 20%;
    color: white;
    font-size: 1rem;
}

.block6 .blue-card:before {
    content: "";
    padding-top: 125.6%;
    float: left;
}


@media (max-width: 1730px) {
    .block6 .blue-card {
        min-width: 400px;
    }

    .block6 .blue-card .blue-card-content {
        font-size: .8em;
    }
}


@media (max-width: 1400px) {
    .block6 .blue-card {
        min-width: 400px;
    }

    .block6 .blue-card .blue-card-content {
        font-size: .7em;
    }
}

@media (max-width: 992px) {
    .block6 .blue-card .blue-card-content {
        font-size: 1em;
    }
}

@media (max-width: 720px) {
    .block6 .blue-card .blue-card-content {
        font-size: .8em;
    }
}

@media (max-width: 600px) {
    .block6 .blue-card {
        min-width: auto;
    }

    .block6 .blue-card .blue-card-content {
        font-size: .7em;
    }
}

@media (max-width: 350px) {
    .block6 .blue-card .blue-card-content {
        font-size: .6em;
    }
}

.block6 h4 {
    font-weight: 600;
    color: #424242;
    font-size: 2rem;
    text-transform: uppercase;
}

.block6 ul li {
    position: relative;
    margin-left: 20px;
}

.block6 ul li::before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid #424242;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 8px;
}


/*------------------------------------------------------------------------------ BLOCK 9 ФОТО
*/

.block9 h3 {
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}




/*------------------------------------------------------------------------------ PAGE
*/


.page nav {
    background: linear-gradient(to left, rgba(255, 167, 0, 1) 0%, rgba(249, 64, 54, 1) 34%, rgba(206, 28, 184, 1) 67%, rgba(26, 168, 243, 1) 100%) !important;
    height: 80px;
    line-height: 80px;
}

.page nav .brand-logo img {
    height: 60px;
    margin-top: 10px;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 80px;
    line-height: 80px;
    box-shadow: none;
}
  

.page h1 {
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}

.page h2 {
    font-weight: 600;
    color: #424242;
    font-size: 2rem;
}

.page .page-content {
    min-height: 600px;
    text-align: justify;
}

.page .page-content blockquote {
    border-left-color: #00d4fe;
}

.page .page-content h5 {
    font-weight: 600;
    color: #424242;
}

.page .page-content strong {
    font-weight: 600;
}

.page .breadcrumbs {
    background: transparent !important;
    border-bottom: 1px solid #ddd;
}

.page .breadcrumbs .nav-wrapper {
    overflow: hidden;
}


.page .breadcrumb {
    font-size: 0.9rem;
    color: #424242;
}


.page .breadcrumb:before {
    color: #424242;
    font-size: 0.9rem;
}

.page .breadcrumb:last-child {
    color: #e32e77;
}

.page .pagetitle {
    margin-top: 0;
    margin-bottom: 0;
}


/*------------------------------------------------------------------------------ ABOUT
*/

.about h3 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
}

.page.about .page-content {
    min-height: 0;
    text-align: justify;
}

.about .card {
    display: block;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.about .card .card-content {
    height: 220px;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}

.about .card .card-content span{
    text-align: center;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 100%;
}


/*------------------------------------------------------------------------------ PAGE ДЕТСКАЯ КОНФЕРЕНЦИЯ
*/


.page .page-content .pro-card {
    padding: 0 20px;
}

.page .page-content .pro-card h3 {
    font-weight: 700;
    color: #424242;
    font-size: 2rem;
    margin-top: 0;
    text-align: left;
}

.page .page-content .pro-card .description {
    font-weight: 600;
}

.page .page-content .pro-card .introtext {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.page .page-content .pro-card .content {
    text-align: justify;
}

.page .page-content .pro-card .content .collapsible {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: .5rem 0 1rem 0;
    box-shadow: none;
}

.page .page-content .pro-card .content .collapsible .collapsible-header {
    padding: 10px 0;
}

.page .page-content .pro-card .content .collapsible .collapsible-header i{
    line-height: 1rem;
} 

.page .page-content .pro-card .fa-fw {
    margin-right: 10px;
    color: #b5b5b5;
}

.page .page-content .pro-card .content .collapsible .collapsible-body {
    border-bottom: none;
    padding: 0;
}

/*------------------------------------------------------------------------------ ПРОЕКТЫ УЧАСТНИКОВ
*/

.block-project {
    padding: 80px 0
    margin-bottom: 20px;
}

.block-project h3 {
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}

.card-project {
    box-shadow: 0 4px 22px rgba(24,45,78,.17);
    border-radius: 16px;
    transition: 0.5s;
    overflow: hidden;
    text-align: left;
}

.card-project:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 2;
}

.card-project .card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-project .card-image .card-title {
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.card-project .card-image .card-title span {
    overflow: hidden;
    width: 100%;
    height: 44px;
    line-height: 1;
    display: flex;
    font-size: 1.4rem;
}

.card-project .card-content span {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    height: 70px;
    overflow: hidden;
    color: #424242;
    font-weight: 600;
}

.card-project .card-action {
    height: 52px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: white;
    padding: 0 20px;
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    border: none;
}

.projects-page {
    background:#f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.projects-page .card-panel ul > li > i {
    color: #b5b5b5;
    margin-right: 10px;
}

.projects-page .card-panel .content {
    text-align: justify;
}

.projects-page .responsive-img {
    border-radius: 12px;
}

.projects-page .gallery .materialboxed {
    margin-bottom: 20px;
}


/*------------------------------------------------------------------------------ УЧАСТНИКИ
*/

.cont-conf h2 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 50px;
}

.cont-conf {
    padding: 8em 0;
}

.reg_ref {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: solid #d32f2e 1px;
    font-size: 1.2em;
    line-height: 2.5em;
    font-weight: 300;
    margin-right: 0.7em;
}

.cont-conf-div {position: absolute;left: 0;right: 0;z-index: 2;top: 0;bottom: 0;}
.cont-conf {position: relative;}
.white-ts {background-color:rgba(255,255,255,.4);}


.stat-conf-ring {color: #fff;height: 18em;width: 18em;margin: 0 auto;}
.stat-conf-ring .valign-wrapper {height: 100%;}
.stat-conf-ring .valign {text-align: center; width: 100%;}


.stat-conf-ring-count {
    font-size: 3em;
    margin: 0.4em;
    color: #fff;
    font-weight: 700;
}
.stat-conf-ring-txt {
    font-size: 1.6rem;
    color: #fff;
}


.stat-conf-ring .valign {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
}


/*------------------------------------------------------------------------------ как это было
*/



.block10 .number_values {
    padding: 40px 20px;
}

.block10 .number_value {
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    color: #c2257a;
    text-align: center;
}

.block10 .number_value i {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: right;
    color: #424242;
    display: block;
    position: relative;
    top: -20px;
    text-transform: uppercase;
}


.org_item {
    display: block;
    background-color: white;
    box-shadow: 0 4px 22px rgba(24,45,78,.17);
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 3rem 2rem;
    text-align: center;
    font-size: 14px;
    color: #212121;
    height: 300px;
    overflow: hidden;
}

.org_item img {
    max-height: 100px;
}

/*------------------------------------------------------------------------------ FOOTER
*/


footer.page-footer .container {
    padding: 80px 0;
}

footer.page-footer {
    background: #404041;
}

footer.page-footer h5 {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    text-transform: uppercase;
}

footer.page-footer .foot-info .fab {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

footer.page-footer .foot-info .fas {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}


footer.page-footer .footer-copyright {
    display: block;
    background-color: #a0a0a0;
    text-align: center;
    font-size: .8rem;
    line-height: 2rem;
    color: #424242;
}

/*------------------------------------------------------------------------------ tehnopark-page
*/

.page.tehno h3{
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}

#map {
    width:100%; height:700px;
}

.technomap h3{
    font-size: 1.6rem;
    font-weight: 700;
}

.technomap .btn-large {
    padding: 14px 27px;
}

.tehno-photo {
    position:relative;
    overflow:hidden;
}

.tehno-video .video-container {
    margin-bottom: 20px;
}

.green-gradient {
    background: rgba(224,228,202,1);
    background: -moz-linear-gradient(-45deg, rgba(224,228,202,1) 0%, rgba(14,128,105,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(224,228,202,1)), color-stop(100%, rgba(14,128,105,1)));
    background: -webkit-linear-gradient(-45deg, rgba(224,228,202,1) 0%, rgba(14,128,105,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(224,228,202,1) 0%, rgba(14,128,105,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(224,228,202,1) 0%, rgba(14,128,105,1) 100%);
    background: linear-gradient(135deg, rgba(224,228,202,1) 0%, rgba(14,128,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e4ca', endColorstr='#0e8069', GradientType=1 );
}

.green-gradient h3 {
        font-weight: 600;
        color: #fff;
        font-size: 2.4rem;
        text-transform: uppercase;
}



/*------------------------------------------------------------------------------ MODAL INFO
*/


.modal.info-modal {
    padding: 40px;
}

.modal.info-modal h4 {
    text-align: center;
    font-weight: 600;
    color: #424242;
    font-size: 3rem;
    text-transform: uppercase;
}

.modal.info-modal h5 strong {
    font-weight: 700;
}






/*------------------------------------------------------------------------------ MEDIA
*/


@media (max-width: 800px) {
    body {
        font-size: 15px;
    }

    h3 {
        font-size: 2rem !important;
    }

    h4 {
        font-size: 1.1rem !important;
    }

    .block1 .brand-logo img {
        height: 60px;
    }

    .block1 .home-page-title {
        font-size: 2rem;
    }

    .block1 .date{
        justify-content: center;
    }

    .block1 .card-panel {
        min-height: auto;
    }

    .block1 h2 {
        font-size: 1.1rem;
        line-height: 1.3;
        margin: 2rem 0 1rem 0;
    }

    .block1 p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .block2,
    .block4,
    .block5,
    .block6,
    footer.page-footer .container {
        padding: 10px 0;
    }

    .block2 .dark-blue-section {
        padding: 30px 0;
        margin: 30px 0;
    }

    .block2 .stage .row {
        margin-bottom: 0;
    }

    .block2 .stage .col {
        padding-left: 100px;
        position: relative;
        min-height: 80px;
        margin-bottom: 1rem;
    }

    .block2 .stage .col .fas {
        position: absolute;
        left: 0px;
    }

    .block2 .info {
        padding: .1rem 1.5rem;
    }

    .org_item {
        font-size: .7rem;
        height: 230px;
    }

    .block4 .collapsible-body .collapsible {
        padding-left: 0px;
    }
    .block4 .collapsible .collapsible-header span {
        font-weight: 400;
        font-size: 15px;
    }

    .owl-nav {
        display: none
    }
    
    
    .block6 .blue-card {
        margin-top: 40px;
        width: 100%;
        background: #424242;
    }
    
    .block6 .blue-card .blue-card-content {
        padding: 10%;
        font-size: 1rem;
    }
    
    .btn-large {
        font-size: 12px;
        margin-top: 10px;
    }
    
    footer.page-footer h5 {
        font-size: 1.2rem;
    }
    
    .page h1 {
        font-size: 1.4rem;
    }
    
    .hoverable:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .page .page-content .pro-card {
        margin-top: 20px;
    }

    .page .page-content .pro-card h3 {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .dtm-btn {
        width: 120px;
        height: 120px;
    }

    .block10 .number_value {
        font-size: 4rem;

    }

    .block10 .number_value i {
        font-size: 20px;
    }

}



.cookie-container {   
    margin: auto;
    margin-bottom:1.75rem;
    border: 0;
    border-radius: 18px;
    box-shadow: var(--box-shadow);
    padding: 24px;  
    width: 96%;
    max-width: 1440px;
    
    &::backdrop {
        background: rgba(0, 0, 0, 0.5);
    }
    
    .cookie-title {
        color: var(--main-color);
        line-height: 1.25;
        font-size: 1rem;
    }
    
    .cookie-content {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        
        .cookie-text {
            opacity: 0.8;
            font-size: .9rem;
            
            a {
                outline: none;
           }
        }
        
        @media screen and (max-width: 800px) {
            flex-wrap: wrap;
        }
    }
    
}
/*end*/
