#cookie_notification{
	z-index: 10;
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px; 
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification p{
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: $color_text;
}
@media (min-width: 576px){
	#cookie_notification.show{
		display: flex !important;
	}
	.cookie_accept{
		margin: 0 0 0 25px;
	 }
}
@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
	}
}
b{
    font-weight: 600;
}
#pagetitle{
    font-size: 40px;
    font-weight: 400;
    line-height: 122%;
    color: #565656;
    text-transform: uppercase;
    margin-top: 57px;
    margin-bottom: 12px;
}
#pagedescription{
    font-size: 22px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
}
#pagetitle + #pagedescription{
    margin-top: 51px;
}
@media all and (max-width: 1200px) {
    #pagetitle + #pagedescription{
        margin-top: 30px;
    }
}
@media all and (max-width: 600px) {
    #pagetitle {
        font-size: 36px;
        margin-top: 19px;
        margin-bottom: 26px;
    }
    #pagedescription{
        font-size: 18px;
        line-height: 140%;
    }
}

/* TEST */
/*@media all and (min-width: 1000px) and (max-width: 1600px){*/
/*    html{*/
/*        min-width: 1330px;*/
/*    }*/
/*    body{*/
/*        min-width: 1330px;*/
/*        padding: 0 10vw;*/
/*    }*/
/*    .intec-template .intec-template-layout-page{*/
/*        !*min-height: 100%;*!*/
/*    }*/
/*    .c-footer.c-footer-template-1{*/
/*        position: relative;*/
/*    }*/
/*    .c-footer.c-footer-template-1:before{*/
/*      	content: '';*/
/*    	position: absolute;*/
/*    	top: 0;*/
/*    	left: 0;*/
/*    	width: calc(100% + 20vw);*/
/*    	height: 100%;*/
/*    	margin: 0 -10vw;*/
/*    	background-color: #f9f9f9;*/
/*    }*/
/*    .c-header.c-header-template-1 .widget-view.widget-view-desktop{*/
/*        min-width: 1330px;*/
/*    	margin: 0 -10vw;*/
/*    	padding: 0 10vw;*/
/*    }*/
/*    .c-header.c-header-template-1 .widget-view.widget-view-desktop .intec-content.intec-content-visible.intec-content-primary{*/
/*        margin: 0;*/
/*    }*/
/*}*/
/* end TEST */

/* BANNER */
.widget-banner{
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.widget-banner .widget-wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}
.widget-banner .widget-header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    gap: 20px;
}
.widget-banner .widget-header .widget-title{
    color: #5E5E5E;
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 59px;
}
.widget-banner .widget-header .widget-title span{
    color: #004FA3;
    font-weight: 600;
}
.widget-banner .widget-header .widget-icon{
    display: flex;
}
.widget-banner .widget-header .widget-icon svg{
    height: auto;
}
.widget-banner .widget-picture{
    display: flex;
    max-width: calc(50% - 20px);
}
.widget-banner .widget-picture svg{
    height: auto;
}
@media all and (max-width: 800px) {
    .widget-banner{
        padding: 50px 0;
    }
    .widget-banner .widget-header .widget-icon{
        max-width: 269px;
    }
    .widget-banner .widget-header{
        align-items: center;
    }
    .widget-banner .widget-picture{
        display: none;
    }
    .widget-banner .widget-header .widget-title {
        margin-bottom: 40px;
        text-align: center;
    }
}
@media all and (max-width: 600px) {
    .widget-banner .widget-header .widget-title {
        font-size: 19px;
    }
}
/* end BANNER */

/* ABOUT */
.widget-about-company{
    position: relative;
    overflow: hidden;
    padding: 2.5em 0 4em;
    font-size: clamp(16px, 1.6vw, 20px);
}
.widget-about-company .widget-header{

}
.widget-about-company .widget-header .widget-title{
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
    color: #565656;
    text-transform: uppercase;
}
.widget-about-company .widget-content{
    margin-top: 2.3em;
}
.widget-about-company .widget-items{
    display: flex;
    flex-direction: column;
    gap: 2em 2.6em;
}
.widget-about-company .widget-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2em 3.8em;
}
.widget-about-company .widget-item-picture{
    display: flex;
    max-width: calc(54% - 1.9em);
    flex: 0 0 calc(54% - 1.9em);
}
.widget-about-company .widget-item-picture img{
    object-position: top;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.widget-about-company .widget-item-picture svg{
    height: auto;
}
.widget-about-company .widget-item:nth-child(3) .widget-item-picture{
    max-width: calc(46% - 1.9em);
    flex: 0 0 calc(46% - 1.9em);
}
.widget-about-company .widget-item-text{
    font-size: 0.85em/*.9em*/;
    font-weight: 400;
    line-height: 1.35;
    color: #000000;
    flex: 1;
}
.widget-about-company .widget-item:first-child .widget-item-text{
    font-size: 0.85em/*1em*/;
}
.widget-about-company .widget-item-text b{
    font-weight: 700;
}
.widget-about-company .widget-item-text p{
    margin-bottom: 1.3em;
}
.widget-about-company .widget-item-text ul{
    font-size: 1em/*.945em*/;
}
.widget-about-company .widget-item-text ul li:before{
    color: #DC2824;
}
.widget-about-company .widget-item-text ul li{
    margin-bottom: .7em;
}
.widget-about-company .widget-item-text ul li:last-child{
    margin-bottom: 0;
}
.widget-about-company .widget-item-text ul:last-child,
.widget-about-company .widget-item-text p:last-child{
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    .widget-about-company .widget-item:first-child .widget-item-text,
    .widget-about-company .widget-item-text{
        font-size: 0.65em;
    }
}
@media (max-width: 1000px) {
    .widget-about-company .widget-item:first-child .widget-item-text,
    .widget-about-company .widget-item-text{
        font-size: calc((1vw * 1.2));
    }
}
@media (max-width: 800px) {
    .widget-about-company{
        font-size: clamp(16px, 2.4vw, 20px);
    }
    .widget-about-company .widget-item{
        flex-wrap: wrap;
    }
    .widget-about-company .widget-item-picture,
    .widget-about-company .widget-item-text {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .widget-about-company .widget-item-picture svg{
        width: 100%;
    }
    .widget-about-company .widget-item:first-child .widget-item-text,
    .widget-about-company .widget-item-text{
        font-size: 1em;
    }
}
@media (max-width: 600px) {
    .widget-about-company .widget-header .widget-title{
        font-size: 36px;
    }
}
/* end ABOUT */

/* BANNER VIDEO */
.widget-video{
    position: relative;
    overflow: hidden;
    padding: 50px 0 60px;
}
.widget-video .widget-banner-video-wrap{
    position: relative;
}
.widget-video .widget-banner-video{
    position: relative;
    border-radius: 2.5px;
    overflow: hidden;
    display: flex;
    height: 526px;
}
.widget-video .widget-banner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.widget-video .widget-banner-video video::-webkit-media-controls {
    opacity: 0 !important;
    pointer-events: none !important;

    transition: opacity .2s ease-out;
}
.widget-video .widget-banner-video video:hover::-webkit-media-controls {
    opacity: 1 !important;
    pointer-events: all !important;
}
.widget-video .widget-banner-icon-play{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;

    transition: transform .3s cubic-bezier(0, 0, 0.2, 1), opacity .2s ease-out;
}
.widget-video .widget-banner-icon-play svg{
    height: auto;
}
.widget-video .widget-banner-video.play .widget-banner-icon-play{
    opacity: 0;
}
.widget-video .widget-banner-video:hover .widget-banner-icon-play,
.widget-video .widget-banner-video:focus .widget-banner-icon-play{
    transform: translate(-50%, -50%) scale(1.14);
}
.widget-video .widget-banner-icon{
    display: flex;
    position: absolute;
    pointer-events: none;
}
.widget-video .widget-banner-video-wrap .widget-banner-icon:nth-child(1){
    bottom: 0;
    left: 0;
    transform: translate(-20px, 22px);
    z-index: 1;
}
.widget-video .widget-banner-video-wrap .widget-banner-icon:nth-child(2){
    right: 0;
    top: 0;
    transform: translate(58px, 66px);
}
@media all and (max-width: 1000px) {
    .widget-video{
        padding: 30px 0;
    }
    .widget-video .widget-banner-video{
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .widget-video .widget-banner-icon-play{
        width: 77px;
        height: 77px;
    }
    .widget-video .widget-banner-icon{
        display: none;
    }
}
/* end BANNER VIDEO */

/* GALLERY */
.widget-gallery{
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.widget-gallery .widget-header{

}
.widget-gallery .widget-header .widget-title{
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
    color: #565656;
    text-transform: uppercase;
}
.widget-gallery .widget-content{
    margin-top: 35px;
}
.widget-gallery .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 36px 30px;
}
.widget-gallery .widget-item{
    display: block;
    position: relative;
    max-width: calc(33.3333% - 20px);
    flex: 0 0 calc(33.3333% - 20px);
    text-decoration: none;
    overflow: hidden;
}
.widget-gallery .widget-item-picture{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16/10.5766;
    margin-bottom: 21px;
}
.widget-gallery .widget-item-picture:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    opacity: 0;

    transition: opacity .2s ease-out;
}
.widget-gallery .widget-item:hover .widget-item-picture:before,
.widget-gallery .widget-item:focus .widget-item-picture:before{
    opacity: 1;
}
.widget-gallery .widget-item-visible-count-picture{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, 15px);
    font-size: 15.4px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background-color: #0C44A0CC;
    border-radius: 20px 0 0 0;
    padding: 8.8px 16px;

    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), opacity .2s ease-out;
}
.widget-gallery .widget-item:hover .widget-item-visible-count-picture,
.widget-gallery .widget-item:focus .widget-item-visible-count-picture{
    transform: translate(100%, 15px);
    opacity: 0;
}
.widget-gallery .widget-item-count-pictures{
    position: relative;
    font-size: 12.39px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    text-transform: uppercase;

    transition: opacity .2s ease-out;
}
.widget-gallery .widget-item:hover .widget-item-count-pictures,
.widget-gallery .widget-item:focus .widget-item-count-pictures{
    opacity: 1;
}
.widget-gallery .widget-item-count-pictures span{
    display: block;
    font-size: 54.81px;
    margin-bottom: 2px;
}
.widget-gallery .widget-item-name{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
}
.widget-gallery .widget-item-name .name{
    font-weight: 600;
}
.widget-gallery .widget-item-name .date{}
.widget-gallery .widget-item-link{
    font-size: 16px;
    line-height: 130%;
    color: #565656;
    margin-top: 10px;
    text-decoration: underline;
    font-weight: 500;

    transition: color .2s ease-out;
}
.widget-gallery .widget-item:hover .widget-item-link,
.widget-gallery .widget-item:focus .widget-item-link{
    color: #0C44A0;
}
@media all and (max-width: 1000px) {
    .widget-gallery{
        padding: 50px 0 30px;
    }
    .widget-gallery .widget-item {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
}
@media all and (max-width: 600px) {
    .widget-gallery .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-gallery .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-gallery .widget-item-picture{
        aspect-ratio: 16 / 9;
    }
    .widget-gallery .widget-item-visible-count-picture{
        font-size: 14px;
    }
    .widget-gallery .widget-item-count-pictures span{
        font-size: 48px;
    }
    .widget-gallery .widget-item-count-pictures{
        font-size: 12px;
    }
}
/* end GALLERY */


/* SPEAKERS */
.widget-speakers{
    position: relative;
    overflow: hidden;
    padding: 56px 0;
}
.widget-speakers .appeal{
    display: block;
    margin-bottom: 17px;
}
.widget-speakers .widget-items{
    display: flex;
    flex-wrap: wrap;
}
.widget-speakers .widget-item{
    position: relative;
    display: flex;
    flex: 1 0 100%;
    gap: 70px;
    padding: 60px 0;
}
.widget-speakers .widget-item:first-child{
    padding-top: 0;
}
.widget-speakers .widget-item:last-child{
    padding-bottom: 0;
}
.widget-speakers .widget-item[data-id='2'],
.widget-speakers .widget-item[data-id='4']{
    flex-direction: row-reverse;
}
.widget-speakers .widget-item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
}
.widget-speakers .widget-item:last-child:after{
    display: none;
}
.widget-speakers .widget-item-picture-wrap{
    position: relative;
    max-width: 440px;
    width: 100%;
    align-self: flex-start;
}
.widget-speakers .widget-item-picture{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
}
.widget-speakers .widget-item-picture img{
    object-position: center;
    object-fit: cover;
}
.widget-speakers .widget-item-text{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}
.widget-speakers .widget-item-text-bottom{
    max-width: 82%;
}
.widget-speakers .widget-item-speaker{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
    text-transform: uppercase;
}
.widget-speakers .widget-item-position{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #565656;
    margin-top: 8px;
}
.widget-speakers .widget-item-description{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 137%;
    color: #565656;
}
.widget-speakers .widget-item-description b{
    font-weight: 700;
}
.widget-speakers .widget-item-description p{
    margin-bottom: 15px;
}
/*.widget-speakers .widget-item-description p:first-child{*/
/*    font-size: 20px;*/
/*    line-height: 136%;*/
/*    color: #000000;*/
/*}*/
.widget-speakers .widget-item-icon{
    position: absolute;
    display: flex;
}
.widget-speakers .widget-item-icon svg{
    height: auto;
}
.widget-speakers .widget-item[data-id='1'] .widget-item-picture-wrap .widget-item-icon{
    bottom: 0;
    left: 0;
    transform: translate(-40%, 40%);
    z-index: 2;
}
.widget-speakers .widget-item[data-id='2'] .widget-item-picture-wrap .widget-item-icon{
    right: 0;
    top: 50%;
    transform: translate(60px, -50%);
    width: 200px;
    height: auto;
}
.widget-speakers .widget-item[data-id='3'] .widget-item-picture-wrap .widget-item-icon{
    z-index: 2;
    top: 0;
    left: 0;
    transform: translate(-20%, -21%) scale(1, 1);
}
.widget-speakers .widget-item[data-id='1'] .widget-item-picture img{
    transform: scale(-1, 1);
}
.widget-speakers .widget-item[data-id='3'] .widget-item-text .widget-item-icon{
    bottom: 0;
    right: 0;
    transform: translate(0px, 0px);
    z-index: -1;
}
.widget-speakers .widget-item[data-id='4'] .widget-item-picture-wrap .widget-item-icon{
    z-index: 2;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) scale(-1, 1);
}
.widget-speakers .widget-item[data-id='5'] .widget-item-picture-wrap .widget-item-icon{
    left: 0;
    top: 50%;
    transform: translate(-37%, -45%);
}
@media all and (max-width: 1600px) {
    .widget-speakers .widget-item-text-bottom {
        max-width: 100%;
    }
    .widget-speakers .widget-item[data-id='3'] .widget-item-text .widget-item-icon{
        display: none;
    }
    .widget-speakers .widget-item{
        gap: 60px;
    }
    .widget-speakers .widget-item-picture-wrap{
        max-width: 372px;
    }
}
@media all and (max-width: 1200px) {
    .widget-speakers .widget-item{
        gap: 40px;
    }
    .widget-speakers .widget-item-picture-wrap{
        max-width: calc(45% - 20px);
        flex: 0 0 calc(45% - 20px);
    }
    .widget-speakers .widget-item-text{
        flex: 1 0 calc(55% - 20px);
    }
    .widget-speakers .widget-item[data-id='4'] .widget-item-picture-wrap .widget-item-icon{
        transform: translate(-32%, 32%);
    }
}
@media all and (max-width: 1000px) {
    .widget-speakers .widget-item{
        gap: 32px 28px;
    }
    .widget-speakers .widget-item-icon{
        display: none;
    }
    /*.widget-speakers .widget-item-description p:first-child{*/
    /*    font-size: 18px;*/
    /*}*/
    .widget-speakers .widget-item-speaker{
        font-size: 16px;
    }
    .widget-speakers .widget-item-position{
        font-size: 14px;
    }
    .widget-speakers .widget-item-picture-wrap{
        max-width: calc(50% - 14px);
        flex: 0 0 calc(50% - 14px);
    }
    .widget-speakers .widget-item-text{
        flex: 1 0 calc(50% - 14px);
    }
}
@media all and (max-width: 600px) {
    .widget-speakers{
        padding: 0 0 41px;
    }
    .widget-speakers .widget-item{
        flex-wrap: wrap;
        padding: 50px 0;
    }
    .widget-speakers .widget-item-picture-wrap{
        max-width: 100%;
        flex: 1 0 100%;
    }
    .widget-speakers .widget-item-text{
        flex: 1 0 100%;
    }
    .widget-speakers .widget-item-picture img{
        width: 100%;
    }
    .widget-speakers .widget-item-description{
        line-height: 150%;
    }
    .widget-speakers .widget-item-description p {
        margin-bottom: 18px;
    }
    /*.widget-speakers .widget-item-description p:first-child{*/
    /*    line-height: 150%;*/
    /*}*/
    .widget-speakers .widget-item-position{
        margin-top: 5px;
    }
    .widget-speakers .appeal {
        margin-bottom: 18px;
    }
}
@media all and (max-width: 400px) {
    .widget-speakers .widget-item-picture{
        height: 329px;
    }
}
/* end SPEAKERS */

.about-block .about-block-photo {
    text-align: center;
}
.about-block .about-block-visual,
.about-block .about-block-photo {
    font-size: 0;
    line-height: 0;
}
.about-block .about-block-visual {
    text-align: right;
    margin-top: 34px;
}
.about-block .about-block-visual svg {
    max-width: 100%;
}
.about-block .about-block-right-column {
    padding-left: 43px!important;
}
.about-block .about-block-text {
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
    margin-bottom: 33px;
}
.about-block .about-block-text span {
    font-weight: 600;
}
.about-block .about-block-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 139.9%;
    margin-bottom: 5px;
}
.about-block .about-block-job {
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
    margin-bottom: 5px;
}
.about-block .about-block-photo-mobile {
    display: none;
}
@media (max-width: 900px) {
    .about-block .about-block-right-column {
        padding-left: 15px!important;
    }
    .about-block .about-block-photo-mobile {
        display: initial;
    }
    .about-block .about-block-photo-desktop {
        display: none;
    }
}
@media (max-width: 768px) {
    .about-block .about-block-visual {
        display: none;
    }
    .about-block .about-block-text,
    .about-block .about-block-name,
    .about-block .about-block-job {
        font-size: 16px;
    }
}

.about-block-2 .about-block-2-photo {
    text-align: center;
}
.about-block-2 .about-block-2-right-column {
    padding-right: 43px!important;
}
.about-block-2 .about-block-2-text {
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
    margin-bottom: 33px;
}
.about-block-2 .about-block-2-text span {
    font-weight: 600;
}
.about-block-2 .about-block-2-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 139.9%;
    margin-bottom: 5px;
}
.about-block-2 .about-block-2-job {
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
    margin-bottom: 5px;
}
.about-block-2 .about-block-2-photo-mobile {
    display: none;
}
.about-block-2 .about-block-2-text-title {
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 900px) {
    .about-block-2 .about-block-2-right-column {
        padding-right: 15px!important;
    }
    .about-block-2 .about-block-2-photo-mobile {
        display: initial;
    }
    .about-block-2 .about-block-2-photo-desktop {
        display: none;
    }
    .about-block-2 .about-block-2-content {
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    .about-block-2 .about-block-2-text,
    .about-block-2 .about-block-2-name,
    .about-block-2 .about-block-2-job {
        font-size: 16px;
    }
    .about-block-2 .about-block-2-text-title {
        font-size: 18px;
    }
}

.city-block .city-block-right-column {
    width: 100%;
    max-width: 39.5%;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.city-block .city-block-left-column {
    width: 100%;
    max-width: 60.5%;
    padding-right: 40px;
}
.city-block .city-block-title {
    color: #828181;
    font-size: 50px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.city-block .city-block-text {
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
    margin-bottom: 20px;
    max-width: 652px;
}
.city-block .city-block-text span {
    font-weight: 600;
}
@media (max-width: 1024px) {
    .city-block .city-block-title {
        font-size: 24px;
    }
}
@media (max-width: 900px) {
    .city-block .city-block-right-column,
    .city-block .city-block-left-column {
        max-width: 100%;
    }
    .city-block .city-block-right-column {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .city-block .city-block-title {
        font-size: 22px;
    }
    .city-block .city-block-text {
        font-size: 16px;
    }
}
.custom-button {
    font-weight: 700;
    color: #fff!important;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    padding: 19px 43px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none!important;
    display: inline-block;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
}
.custom-button-2 {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    padding: 19px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none!important;
    display: inline-block;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
}
.custom-button-3 {
    gap: 22px;
    color: #0C44A0;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: fit-content;
    cursor: pointer;
}
.custom-button-3-icon svg {
    fill: #0C44A0;
    transition: 300ms;
}
.custom-button-3-icon {
    border-radius: 50%;
    border: 1px solid #004FA3;
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}
.custom-button-3:hover .custom-button-3-icon {
    background-color: #004FA3;
}
.custom-button-3:hover .custom-button-3-icon svg {
    fill: white;
}
.custom-button-3-link {
    text-decoration: none !important;
    display: inline-block;
}
@media (max-width: 1024px) {
    .custom-button {
        font-size: 14px;
        line-height: 14px;
        padding: 16px 24px;
    }
    .custom-button-2 {
        font-size: 14px;
        line-height: 14px;
        padding: 16px 0;
    }
}
@media (max-width: 768px) {
    .custom-button-3 {
        font-size: 16px;
        gap: 15px;
    }
    .custom-button-3-icon {
        width: 40px;
        height: 40px;
    }
    .custom-button-3-icon svg {
        width: 18px;
    }
}
.o-ploshadke .o-ploshadke-photo {
    font-size: 0;
    line-height: 0;
    margin-bottom: 44px;
    aspect-ratio: 1/1;
}
.o-ploshadke .o-ploshadke-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.o-ploshadke .o-ploshadke-elems .o-ploshadke-elem:first-child .o-ploshadke-photo img {
    border-top-left-radius: 32%;
}
.o-ploshadke .o-ploshadke-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.o-ploshadke .o-ploshadke-properties-elem {
    margin-bottom: 14px;
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
}
.o-ploshadke .o-ploshadke-properties-elem span {
    color: #004FA3;
    font-weight: 700;
}
.o-ploshadke .o-ploshadke-properties {
    margin-bottom: 30px;
}
.o-ploshadke .o-ploshadke-address {
    gap: 6px;
    color: #0C44A0;
    font-size: 18px;
    line-height: 139.9%;
}
.o-ploshadke .o-ploshadke-address-icon {
    font-size: 0;
    line-height: 0;
}
.o-ploshadke h1 {
    color: #000;
    text-align: center;
    font-size: 60px;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0;
}
@media (max-width: 768px) {
    .o-ploshadke .o-ploshadke-photo {
        margin-bottom: 30px;
    }
    .o-ploshadke .o-ploshadke-title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .o-ploshadke .o-ploshadke-properties-elem {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .o-ploshadke .o-ploshadke-properties {
        margin-bottom: 20px;
    }
    .o-ploshadke .o-ploshadke-address {
        font-size: 16px;
    }
    .o-ploshadke h1 {
        font-size: 24px;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 34px;
    }
}

.main-speach-block-text {
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
    margin-bottom: 33px;
}
.main-speach-block-text span {
    font-weight: bold;
}
.main-speach-block-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 139.9%;
    margin-bottom: 5px;
}
.main-speach-block-job {
    color: #000;
    font-size: 18px;
    line-height: 139.9%;
    max-width: 705px;
}
.main-speach-block-photo {
    font-size: 0;
    line-height: 0;
}
.main-speach-block-photo-mobile {
    aspect-ratio: 3/4;
    max-width: 350px;
    display: none;
    margin: auto;
    margin-bottom: 28px;
    font-size: 0;
    line-height: 0;
}
.main-speach-block-photo-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-speach-block-visual {
    margin-top: 38px;
}
.main-speach-block-visual svg {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .main-speach-block-photo-mobile {
        display: block;
    }
    .main-speach-block-photo {
        display: none;
    }
    .main-speach-block-text {
        margin-bottom: 22px;
    }
    .main-speach-block-visual {
        display: none;
    }
}
@media (max-width: 768px) {
    .main-speach-block-text,
    .main-speach-block-name,
    .main-speach-block-job {
        font-size: 16px;
    }
}

/* SMI */
.widget-smi{
    position: relative;
    overflow: hidden;
    padding: 38px 0 70px;
}
.widget-smi .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.widget-smi .widget-header .widget-additional-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 134%;
    color: #fffffff0;
    margin-top: 36px;
    background-color: #437db7;
    border-radius: 30px;
    padding: 30px;
}
.widget-smi .widget-header .widget-additional-text p:last-child{
    margin-bottom: 0;
}
.widget-smi .widget-header .widget-additional-text a{
    color: #ffffff;
    font-weight: 700;
}
.widget-smi .widget-header .widget-picture-wrap{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-smi .widget-header .widget-picture{
    display: flex;
    width: 100%;
}
.widget-smi .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 205px 0 0 0;
}
.widget-smi .widget-header .widget-description{
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000000;
}
.widget-smi .widget-header .widget-description li{
    padding: 0 0 0 16px;
    margin-bottom: 6px;
}
.widget-smi .widget-header .widget-links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.widget-smi .widget-header .widget-link{
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 40px;
    background: #0C44A0;
    border: 1px solid #0C44A0;
    margin-top: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: background-color .2s ease-out, color .2s ease-out;
}
.widget-smi .widget-header .widget-link:hover,
.widget-smi .widget-header .widget-link:focus{
    color: #0C44A0;
    background-color: #ffffff;
}
.widget-smi .widget-header .widget-link.white{
    color: #0C44A0;
    background: transparent;
}
.widget-smi .widget-header .widget-link.white:hover,
.widget-smi .widget-header .widget-link.white:focus{
    color: #ffffff;
    background-color: #0C44A0;
}
.widget-smi .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    gap: 12px 20px;
    margin-top: 47px;
}
.widget-smi .widget-header .widget-button{
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    padding: 20px 42px;
    background-color: #0C44A0;
    border: 1px solid #0C44A0;
    border-radius: 38px;
    text-decoration: none;
    text-transform: uppercase;

    transition: background-color .2s ease-out, color .2s ease-out;
}
.widget-smi .widget-header .widget-button:hover,
.widget-smi .widget-header .widget-button:focus{
    background-color: #ffffff;
    color: #0C44A0;
}
.widget-smi .widget-header .widget-button:nth-child(even){
    color: #0C44A0;
    background-color: #ffffff;
}
.widget-smi .widget-header .widget-button:hover:nth-child(even),
.widget-smi .widget-header .widget-button:focus:nth-child(even){
    background-color: #0C44A0;
    color: #ffffff;
}
.widget-smi .widget-icon{
    display: flex;
}
.widget-smi .widget-icon svg{
    height: auto;
}
@media all and (max-width: 1200px) {
    .widget-smi .widget-header .widget-description br{
        display: none;
    }
    .widget-smi .widget-icon{
        max-width: calc(45% - 20px);
        flex: 0 0 calc(45% - 20px);
    }
}
@media all and (max-width: 1000px) {
    .widget-smi .widget-header,
    .widget-smi .widget-icon{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-smi .widget-header .widget-description br{
        display: block;
    }
    .widget-smi .widget-icon svg{
        width: 100%;
    }
    .widget-smi .widget-header{
        flex-wrap: wrap;
    }
    .widget-smi .widget-header .widget-picture-wrap{
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
        display: flex;
        flex-direction: column-reverse;
    }
    .widget-smi .widget-header .widget-text{
        order: 1;
    }
    .widget-smi .widget-header .widget-picture{
        aspect-ratio: 16 / 8;
        overflow: hidden;
    }
    .widget-smi .widget-header .widget-description li{
        padding: 0 0 0 19px;
        margin-bottom: 10px;
    }
    .widget-smi .widget-header .widget-additional-text{
        margin-top: 0;
        margin-bottom: 36px;
    }
}
@media all and (max-width: 600px) {
    .widget-smi{
        padding: 2px 0 29px;
    }
    .widget-smi .widget-header .widget-description br{
        display: none;
    }
    .widget-smi .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-smi .widget-header .widget-buttons{
        flex-wrap: wrap;
    }
    .widget-smi .widget-header .widget-button{
        padding: 21px 42px;
        width: 100%;
    }
    .widget-smi .widget-header .widget-picture{
        aspect-ratio: 13 / 9;
    }
    .widget-smi .widget-header .widget-additional-text{
        border-radius: 20px;
        padding: 26px 20px;
    }
}
/* end SMI */

.link-custom {
    font-weight:600;
}

/* REGISTRATION */
.widget-registration{
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
}
.widget-registration .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget-registration .widget-header .widget-title-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 34px;
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-registration .widget-header .widget-title{
    font-size: 17px;
    font-weight: 500;
    line-height: 176%;
    text-transform: uppercase;
    margin-bottom: -17px;
}
.widget-registration .widget-header .widget-title span{
    font-size: 25.29px;
    font-weight: 800;
}
.widget-registration .widget-header .widget-icon{
    display: flex;
    justify-content: flex-end;
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-registration .widget-header .widget-icon svg{
    height: auto;
}
.widget-registration .widget-content{
    margin-top: 40px;
}
@media all and (max-width: 1000px) {
    .widget-registration .widget-header .widget-icon{
        display: none;
    }
    .widget-registration .widget-header .widget-title-wrap{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-registration .widget-header .widget-title{
        margin: 0;
    }
}
@media all and (max-width: 600px) {
    .widget-registration .widget-header .widget-title{
        font-size: 18px;
    }
    .widget-registration .widget-header .widget-title span{
        font-size: 22px;
    }
}
/* end REGISTRATION */