/* menu */
html {height: 100%;}
body {height: 100%;}
body nav.nav {background: #121213;}
.header_nav {
  margin-left: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.header_nav-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header_nav-list li {
	font-size: 16px;
	line-height: 1.15;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.header_nav-list li a:hover, .current-menu-item a, .header_nav-list li:hover>a, .current-menu-item, nav.nav ul li.current-menu-parent>a {
  font-weight: 600;
  color: #F0AB00;
}


/*footer*/
.footer {
  background: #121213;
  padding: 56px 0;
  position: relative;
  /*bottom: -15px;*/
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
}

.footer_logo img {
  width: 180px;
}
.holder {
  /*display: flex;*/
  width: 100%;
  height: 100%;
}
.footer_contact {
  display: flex;
  align-items: center;
}

.footer_contact-item + .footer_contact-item {
  margin-left: 40px;
}

.footer_contact-item {
  display: flex;
  align-items: center;
}

.footer_contact-item svg {
  margin-right: 7px;
}

.footer_contact-link {
  color: #fff;
}

.footer_contact-link:hover {
  color: #fff;
}

.footer_social {
  display: flex;
  align-items: center;
}

.footer_social-item + .footer_social-item {
  margin-left: 30px;
}
.footer_adress {
  padding-top: 20px;
  color: #fff;
}
.footer_adress a {color: #fff;}
.footer_adress a:hover {color: #fff; opacity: 0.7;}
/* 15.11.2022 */
.popup-window .popup-background {z-index: 999;}
.popup-window .popup-block {z-index: 9991;}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {z-index: auto;}
body .fixed-container, .vc_row-no-padding .vc_inner.fixed-container {max-width: 1385px; margin-left: auto; margin-right: auto;}
.ul-list {}
.ul-list li {padding: 0 15px 12px 22px; position: relative;}
.ul-list li:before {background: #efab00; width: 9px; height: 9px; border-radius: 100%; content: ''; display: block; position: absolute; top: 7px; left: 0;}
.box-list {display: flex; align-items: center; margin: 20px 22px 36px; font-size: 21px; line-height: 31px;}
.box-list .ico-list {border: 3px solid #efab00; font-size: 41px; border-radius: 100%; min-width: 70px; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; margin: 0 22px 0 0; color: #000;}

.wpb_single_image.round-ico .vc_figure {background:#fff; width: 150px; height: 150px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: auto; position: relative;}
.wpb_single_image.round-ico .vc_figure:after {position: absolute; top: 50%; left: 50%;	border: 2px solid #fff; width: 160px; height: 160px; margin: -80px 0 0 -80px; content: ''; display: block; border-radius: 100%;}
.box-block p {max-width: 270px; margin: auto; line-height: 26px;}

.logos-type-01 {padding: 70px 0 40px 0;}
.logos-type-01 .section_title {margin-top: 0;}
.logos-type-01 .partners-logo img{max-height: 125px;}

.footer_contact-item a {color: #fff;}
.footer_contact-item a:hover {color: #fff;}
.footer_contact-item .email-ico {width: 26px; height: auto; filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(38%) hue-rotate(33deg) brightness(113%) contrast(100%); margin-right: 8px;}

/* form */
.orange-form {background-color: #efab00; color: #1e1e1e; padding: 15px 30px 0; margin: 0;}
.orange-form label {color: #1e1e1e;}
.orange-form input[type="text"], .orange-form input[type="email"],.orange-form input[type="tel"], .orange-form select {padding: 2px 10px; border-radius: 5px; border-top-style: solid; border-top-width: 1px; border-top-color: #dd9933; border-right-style: solid; border-right-width: 1px; border-right-color: #dd9933; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #dd9933; border-left-style: solid; border-left-width: 3px; border-left-color: #dd9933; width: 100%; color: #000; font-size: 13px; line-height: 2.4}
.orange-form .wpcf7-form-control-wrap {display: block; padding-top: 5px; padding-bottom: 10px;}
.orange-form select {height: 37px; -webkit-appearance: none;}
.orange-form select option {-webkit-appearance: none;}
.orange-form input[type="text"]:focus, .orange-form input[type="email"]:focus,.orange-form input[type="tel"]:focus {outline: none;}
	
.orange-form input[type="submit"] {color: #fcfcfc; background-color: #1e1e1e; line-height: 1.4; padding: 15px 0; display: block; width: 100%; border-radius: 5px; box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5); margin: 15px 1px 0 1px; text-align: center; font-family: "Roboto Condensed", sans-serif; height: auto; cursor: pointer; font-size: 18px; font-weight: bold; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;}
.orange-form input[type="submit"]:hover {color: #dd9933; background-color: #ffffff;}

/* custom code for form 26-12-2022 */
.one-half,
.one-third,
.two-third,
.one-fourth {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 10px;
}

.two-third {
    margin-right: 2.5%;
}

.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-third { width: 66%; }
.one-fourth {width: 22%;}

.last {
    margin-right: 0 !important;
    clear: right;
}
.logo-link {position: relative; z-index: 99;}

@media only screen and (max-width: 1024px) {
.one-fourth {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .one-half, .one-third, .two-third {
        width: 100%;
        margin-right: 0;
    }
}

.wpcf-wrap {
    min-height: 90px;
}

div.wpcf7-response-output {
    width: 100%;
    clear: both;
    margin: 0;
}

.wpcf-accept {
  clear: both;
}

.wpcf7-acceptance > .wpcf7-list-item {
    margin: 0;
}

.wpcf-accept > .wpcf7-form-control-wrap {
    display: inline-block !important;
}
/* - -*/

/* slider */
.art-block {}
.art-slider .slide .holder, .news-slider-block .slide .holder {position: relative;}
.art-slider .slide .img, .news-slider-block .slide .img {position: relative; z-index: 1; min-height: 338px;max-height: 338px; overflow: hidden;}
.art-slider .slide img, .news-slider-block .slide img {display: block; width: 100%; height: auto;}

.art-slider .slide .title p, .news-slider-block .slide .title p {font-size: 24px; line-height: 30px; color: #020202; text-align: center; font-weight: 600; padding: 15px 10px 0;}
.art-slider .slide .title p a, .news-slider-block .slide .title p a {color: #fff;}

.art-block .slick-dots {text-align: center; margin: 40px 0 0 0;}
.art-block .slick-dots li {display: inline-block;}
.art-block .slick-dots li button {text-indent: -9999px; border: 0; background: #333; border: 1px solid #333; margin: 0 4px; width: 12px; height: 12px; border-radius: 100%; cursor: pointer;}
.art-block .slick-dots li.slick-active button {background: #FDB913; border: 1px solid #333;}
	
.art-block .slick-arrow {position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; border: 0; cursor: pointer;}
.art-block .slick-prev {left: -35px; background: url(../img/controls.png) no-repeat 0 -32px;}
.art-block .slick-prev:hover {background-position: 0 0;}
.art-block .slick-next {right: -35px; background: url(../img/controls.png) no-repeat -43px -32px;}
.art-block .slick-next:hover {background-position: -43px 0;}
.art-slider, .news-slider-block {position: relative; height: 1px; overflow: hidden; transition: height 600ms ease;}
.art-slider.slick-slider, .news-slider-block.slick-slider {height: auto; overflow: visible;}

.partners-logo img {display: inline-block; vertical-align: top; max-height: 116px; width: auto;}
.partners-logo .slide {text-align: center;}
.partners-block .container {max-width: 1300px;}
.partners-block {padding-left: 30px; padding-right: 30px;}
		
/*news slider*/
.news-slider .slide .img {width: 100%; min-height: 1px;} 
.news-slider .slide .img a {display: flex; height: 100%; width: 100%; background-repeat: no-repeat; background-size: contain;}
.news-slider .slide .title {background: none; height: 100%; justify-content: flex-start; z-index: 2; align-items: flex-end; padding: 0 0 20px;}  
.news-slider .slide .title p {position: relative; z-index: 3; font-size: 29px; line-height: 33px; font-weight: 500; text-align: left;}
.news-slider .readmore-link {position: absolute; bottom: 43px; left: 21px; z-index: 3; font-style: italic; font-weight: 400; font-size: 22px; line-height: 26px;}
.news-slider .readmore-link a {color: #FDB946; display: inline-block; vertical-align: middle;}
.news-slider .readmore-link a:before {background: url(../img/slider-arrow.svg) no-repeat; content: ''; display: inline-block; vertical-align: middle; margin: 0 6px 0 0; width: 32px; height: 20px; background-size: 100% auto;}

/* new art block */
.row-list li {display: flex; width: 100%; margin: 0 0 47px;}
.row-list li img {max-width: 185px; width: 100%;}
.row-list .img-event {margin: 0 16px 0 0; max-width: 185px; width: 100%;}
.row-list li:first-child {display: none;}
.art-list-mob li:first-child {display: flex;}
.art-list-mob {display: flex; flex-wrap: wrap; justify-content: space-between;}
.art-list-mob li {width: 47%;}

.row-list li h4 a {font-weight: 500; font-size: 22px; line-height: 30px; color: #000; font-family: 'Roboto Condensed';}
.art-list-mob li h4 a {font-size: 26px;}
.list-all-posts {font-weight: 400; font-size: 22px; line-height: 26px; padding: 6px 25px 8px; border: 1px solid #FDB946; display: inline-block; color: #2C2C2C; text-decoration: none; min-width: 186px; text-align: center; margin: 20px auto 0;}
.list-all-posts:hover {background: #FDB946;}
.all-posts-holder {text-align: center;}

.main-event .desc-event {margin: 20px 0;}
.main-event .desc-event a {font-family: 'Roboto Condensed'; font-weight: 500; font-size: 26px; line-height: 30px; color: #000;}
.main-event .date {margin: 0 0 20px; color: #828282; font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; font-size: 22px; line-height: 26px;}
.event-btn a {display: inline-block; background: #FDB946; padding: 6px 28px 8px; color: #2D2D2D; text-decoration: none; font-family: 'Roboto Condensed'; font-weight: 400; font-size: 22px; line-height: 26px;}
.event-btn a:hover {background-color: #5e5e5e; color: #fff;}
.title-events {display: none;}

/* slider type 2 */
.logo-slider {}
.logo-slider img {display: block; max-height: 50px;}
.link-slider {display: inline-block; font-size: 22px;}
.link-slider:before {background: url(../img/yellow-arrow.svg) no-repeat; background-size: 32px auto; display: inline-block; vertical-align: middle; content: ''; width: 32px; height: 16px; margin: 0 8px 0 0;}

.new-slider-top {margin: 0 15px 25px; display: flex; justify-content: space-between; align-items: center;}


.module_new2 h4 {text-align: left;}

.module_new a {flex-direction: row; justify-content: flex-start; width: 100%;}
	.module_new img {margin: 0 20px 0 0; max-width: 60px; max-height: 60px;}
	.module_new h4 {text-align: left;}
	.module_new {height: auto; padding: 25px 20px;}
	@media (min-width: 769px) {
		#fmodules .col-md-3 {
			float: left;
			width: 50%;
		}
	}
	@media (min-width: 990px) {
		#fmodules .col-md-3 {
			float: left;
			width: 33%;
		}
	}
	@media (min-width: 1100px) {
		#fmodules .col-md-3 {
			float: left;
			width: 25%;
		}
	}
	
@media only screen and (max-width: 1440px) {
	.art-block .slick-prev {left: -10px;}
	.art-block .slick-next {right: -10px;}
}
	

@media (max-width: 991.9px) {
.ov-hidden {position: fixed;height: 100%;width: 100%;}
.header_nav-list li.menu-item-has-children>a:after {position: static}
.sap_partner {display: none;}
.col-none {display: none;}
.menu-item a {padding: 0;}
.header_nav-list li {text-align: left;}
.header_nav-list li ul {position: static;}
  .wrap_mnu {
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
    cursor: pointer;
    flex-direction: column;
    transition: .3s;
    height: 100%;
    z-index: 10;
	margin-top: 3px;
  }
  .wrap_mnu .toggle_mnu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    height: 100%;
  }
  .wrap_mnu .toggle_mnu span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 7px;
    transition: .3s;
  }
  .wrap_mnu .on span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 5px);
  }
  .wrap_mnu .on span:nth-child(2) {
    background-color: transparent;
  }
  .wrap_mnu .on span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  .header {
    height: 76px;
    padding: 0;
  }
  .header_wrap {
    height: 100%;
    position: relative;
  }
  .header--inner .menu-item svg {
    display: none;
  }
  .header .container {
    height: 100%;
  }
  .header_wrapper {
    justify-content: space-between;
    height: 100%;
  }
  .header_nav {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 100%;
    background: #121213;
    left: 0;
    z-index: 5;
    overflow: auto;
    padding: 50px 16px;
    display: none;
  }
  .header_nav-list {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  
  .menu-item, .menu-link {
    font-size: 18px;
  }
  .sub-menu-link {font-size: 16px;}
  .menu-item.active .menu-item a {
    font-weight: 400;
  }

  .header_list-img {
    display: none;
  }

  .header_list {
    margin-left: 0;
  }

  .header_list-wrapper {
    position: static;
    left: auto;
    top: auto;
    background: 0 0;
    color: #fff;
    display: block;
  }
}
button {cursor: pointer;}
/* new styles June 2023 start */
.header.header--covered, .wrapper {padding-top: 68px;}
.header-block {background-color: #000; min-height: 64px; position: relative; position: fixed; width: 100%; z-index: 99;}
.header-block:after {display: block; content: ''; clear: both;}
.header-block .sap_partner {height: 45px; margin: 11px 0}
.logo-block {float: left;}
.logo-img, .custom-logo {max-width: 150px; height: auto; display: inline-block; vertical-align: middle; margin: 15px 0 0 0;}
.logo-block {display: flex;}
.right-block {display: flex; float: right; min-height: 68px; align-items: center;}
.header-block .btn-square {margin: 0 0 0 18px;}
.btn-square {background: #FDB913; padding: 15px 25px 13px; font-size: 16px; line-height: 21px; border: none; cursor: pointer; font-weight: 400; font-family: 'Roboto Condensed', sans-serif; transition: all 0.5s ease; text-decoration: none; display: inline-block;}
.btn-square:hover, .hero_buttons .button1:hover {background: #f8a607; text-decoration: none; color: #000;} 
.button-menu, .header-mob {display: none;}
.rmm.style {max-width: none !important;}

.p-text, .p-text a.vc_btn3.vc_btn3-size-md {font-size: 1.3rem;}

.vp-a {position: relative;}
.vp-a:before, .vp-a:after { 
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/play-icon.svg) no-repeat;
	width: 130px;
	height: 130px;
	margin: -65px 0 0 -63px;
	display: block;
	content: '';
	z-index: 2;
	opacity: 0.2;
}
.list-square ul {list-style: square; margin: 0 0 10px 20px;}
.list-square ul li {margin: 8px 0;}
.new-form-text {}
.text-format p {padding: 5px 0;}

@media screen and (min-width: 1031px) {
/* menu nav start */
.nav-block .sub-menu-link {font-weight: 500;}
.nav-block .nav {text-align: center; font-family: 'Roboto', sans-serif; font-weight: 400;}
.nav-block .nav li {display: inline-block; font-size: 15px; margin: 0 9px; position: relative;}
.nav-block .nav>li {margin: 0 12px;}
.nav-block .nav li a {padding-top: 0; padding-bottom: 0;}
.nav-block .nav li ul li {display: block;}
.nav-block .nav>li>a {line-height: 68px; display: block; padding: 0; font-weight: 400; font-size: 16px;}
.nav-block .nav li a {color: #c6c6c6; text-decoration: none; transition: all 0.5s ease;}
.nav-block .nav>li.current-menu-parent>a, .nav-block .nav>li>a:hover,  .nav-block .nav>li:hover>a, .nav-block .nav>li.current-menu-ancestor > a, .single.single-post .nav-block .nav>li.menu-item-6258>a{color: #fff; box-shadow: inset 0 -4px #f0ab00;}
.nav-block .nav>li.menu-item-has-children {padding-right: 25px;}
.nav-block .nav>li.menu-item-has-children > a:after {background: url(../img/down_icon.svg) no-repeat;background-size: auto; background-size: 100% 100%; width: 20px; height: 20px; display: inline-block; content: ''; vertical-align: middle; filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(381%) hue-rotate(179deg) brightness(87%) contrast(88%); position: absolute; top: 25px; right: -3px;}
.nav-block .nav>li.menu-item-has-children > a:hover:after {filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(27deg) brightness(107%) contrast(101%);}
.nav-block .nav>li.current-menu-parent > a:after, .nav-block .nav>li.current-menu-ancestor > a:after {filter: brightness(0) saturate(100%) invert(67%) sepia(93%) saturate(2831%) hue-rotate(11deg) brightness(107%) contrast(101%);}
.nav-block .nav>li>ul {position: absolute; left: 0; top: 68px; background-image: radial-gradient(50% 50% at 18% 61%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 41%,rgba(227,225,229,0) 82%,rgba(227,225,229,0) 83%),radial-gradient(80% 80% at 55% 72%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 41%,rgba(227,225,229,0) 82%,rgba(227,225,229,0) 83%),radial-gradient(40% 40% at 86% 21%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 30%,rgba(227,225,229,0) 60%),linear-gradient(0deg,#e1e6e9,#f1f4f9 49%,#ecf0f6 60%,#fafbfd 88%,#fbfcfd); box-shadow: 0 0 50px 0 rgba(0,0,0,0.2); padding: 25px 40px 35px; z-index: 999; transform: translate(-52px, 0) translateX(0px); width: 270px;}
.nav-block .nav>li>ul {display: none;}
.nav-block .nav>li>ul>li {line-height: 21px; margin-top: 10px;}
.nav-block .nav>li>ul>li.active a, .nav-block .nav>li>ul>li a:hover {color: #D9920A;}
.nav-block .nav>li.megamenu>ul { display: none; width: 860px; text-align: left;}
.nav-block .nav>li:hover>ul {display: block;}
.nav-block .nav>li>ul li { text-align: left; position: relative;}
.nav-block .nav>li.megamenu>ul>li.sub-menu-item-has-children>a { font-weight: 600; color: #111; display: block; margin-bottom: 3px;}
.nav-block .nav>li.megamenu>ul>li.sub-menu-item-has-children>a:after, .nav-block .nav>li.megamenu>ul>li>a:after, .nav-block .nav>li.megamenu>ul>li>span:after {content: ''; height: 1px; background-color: #c6c6c6; display: block; margin: 14px 0 0 0; min-width: 280px;}
.nav-block .nav>li.megamenu>ul>li>a:after, .nav-block .nav>li.megamenu>ul>li>span:after {min-width: 1px;}
.nav-block .nav>li>ul li ul {display: flex; flex-direction: column; flex-wrap: wrap; margin: 0 0 20px;}
.nav-block .nav>li>ul li ul li {display: block; margin: 9px 0 0 0; padding: 0; max-width: 200px; min-width: 200px; line-height: 21px;}
.nav-block .nav>li>ul li.w33 ul li {width: calc(33% - 20px); max-width: none; margin-right: 20px;} 
.nav-block .nav>li>ul>li a{color: #3c3c3c; font-size: .875rem; font-weight: 400;}
.nav-block .nav>li.megamenu>ul>li.sub-menu-item-has-children ul li.active a, .nav-block .nav>li.megamenu>ul>li.sub-menu-item-has-children ul li a:hover, .nav-block .nav>li>ul>li.current-post-parent a {color: #D9920A;}
.nav-block .nav>li>ul li.row-1 ul {height: calc(4em*1);}
.nav-block .nav>li>ul li.row-3 ul {height: calc(3.4em*3);}
.nav-block .nav>li>ul li.row-4 ul {height: calc(2.8em*3);}
.nav-block .nav>li>ul li.row-5 ul {height: calc(3.2em*4);}
.nav-block .nav>li>ul li.row-6 ul {height: calc(3.8em*3);}
.nav-block .nav>li.megamenu>ul>li.sub-menu-item-has-children {display: block;}
.nav-block .nav>li.megamenu>ul>li {display: inline-block;}
.nav-block .nav>li.megamenu>ul>li>a {font-weight: 600; color: #111;}
.nav-block .nav>li.megamenu>ul>li>span {display: inline-block;}
.nav-block .nav>li.megamenu>ul>li>a:before, .nav-block .nav>li.megamenu>ul>li>span:before {content: ''; float: left; background: url(../img/icon-forward.svg) no-repeat 50% 50%; width: 14px; height: 16px; background-size: 100% auto; margin: 4px 4px 0 0; filter: brightness(0) saturate(100%) invert(76%) sepia(40%) saturate(5406%) hue-rotate(3deg) brightness(91%) contrast(92%);}
.nav-block .nav>li.megamenu>ul>li.sub-menu-item-has-children>a:before {display: none;}
.nav-block .nav>li.megamenu>ul>li>a:hover, .nav-block .nav>li.megamenu>ul>li.active>a {color: #D9920A;}
.nav-block .nav>li.megamenu>ul>li.sub-menu-item-has-children>a:hover {color: #111;}
/* menu nav end */
.nav>li.menu-item-has-children>a {cursor: default;}
.dl-menuwrapper {display: none;}
}

.rmm.style, .socials-block {display: none;}

.footer-block {padding: 44px 0 40px; background-color: #222;  font-family: 'Roboto', sans-serif;}
.footer-block a:hover {text-decoration: underline;}
.footer-block a {color: #999; text-decoration: none;}
.footer-block a.btn-square, .footer-block a.btn-square:hover, .footer-block .address-block a.btn-square:hover {color: #000; text-decoration: none;}
.footer-block .container .holder {display: flex; flex-wrap: wrap; width: 100%; }
.widget-block {flex: 0 0 20%; max-width: 20%;}
.widget-block .title {font-weight: 600; color: #999; padding: 0 0 22px; font-size: 16px;}
.footer-block ul li {font-size: 16px; padding: 6px 0; line-height: 21px; max-width: 200px;} 
.footer-block ul li a {text-decoration: none; font-size: .875rem; color: #999; color: #999; text-decoration: none; padding: 0; font-weight: 400;}
.footer-block address {margin: 8px 0 20px;}
.footer-block .address-block {line-height: 22px; color: #999;}
.footer-block .address-block .btn-square {margin: 15px 0 0;}
.footer-block .address-block p {color: #999; font-size: 15px;} 
.footer-block .address-block a:hover {color: #fff;}

.footer-block .footer-logo img {height: 32px; width: auto;} 

.footer-block .address-line {padding: 10px 0;}
.footer-block .address-line span {width: 26px; margin: 0 6px 0 0; display: flex; justify-content: center; align-items: center;}
.footer-block .address-line img {height: 22px; width: auto; filter: brightness(0) saturate(100%) invert(71%) sepia(10%) saturate(0%) hue-rotate(323deg) brightness(87%) contrast(82%); margin-right: 8px; display: inline-block; vertical-align: middle;}
.footer-block .address-line a {text-decoration: underline; display: flex;}
.footer-block .address-line a:hover {text-decoration: none;}
.footer-block .address-line.phone-link {font-weight: 600; font-size: 20px;}
.footer-block .address-line.phone-link a {text-decoration: none;}
.footer-block .address-line.phone-link img {height: 16px; width: auto;}
.footer-block .address-line a:hover {color: #fff;}
.footer-block .address-line a:hover img, .footer-block .address-line:hover img {filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(38%) hue-rotate(33deg) brightness(113%) contrast(100%);}

.footer-block .sub-footer {margin-top: 25px; padding-top: 25px; border-top: 1px solid hsla(0,0%,100%,0.2);}
.footer-block .socials, .header-block .socials {display: flex; float: right;}
.header-block .socials {float: none;}
.footer-block .socials li, .header-block .socials li {margin: 0 0 0 8px;}
.footer-block .socials li a, .header-block .socials li a {display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; border-radius: 2px; background-color: #fff;}
.footer-block .socials li a img, .header-block .socials li a img {display: block; margin: 0 auto; max-width: 16px; max-height: 16px}
.header-block .socials li a {background-color: rgba(255, 255, 255, 0.4); transition: all 0.5s ease;}
.header-block .socials li a:hover {background-color: rgba(255, 255, 255, 1);}
/* // new styles June 2023 end */

/* new styles 24-07-2024 */
.banner-container {background: #f4f4f4; padding: 50px 20px; position: relative;}
.banner-container:after {display: block; content: ''; position: absolute; top: 0; margin: 0; left: -50%; margin-right: -50%; width: 200%; height: 100%; background: #f4f4f4; z-index: 1;}
.banner-container .row {position: relative; z-index: 2;}
.desc-banner h1, .desc-banner p {color: #111;}
.desc-banner p {padding: 40px 0;}
.banner-container .row {display: flex; align-items: center;}
.banner-container .row .col-md-6 {float: none;}
.banner-container .row .col-md-6 .img {padding: 40px 0;}

@media only screen and (max-width: 1366px) {
	.container-fix {max-width: 1300px; margin-left: 0; margin-right: 0;}
	.fixed-container2 {max-width: 1260px; margin-left: auto; margin-right: auto;}
	.container {max-width: 1400px; width: 100%;}
	.module_new2 {max-width: 440px; width: 100%;}
	.module_new2 img {margin: 0 20px;}
	.module_new {max-width: 320px; width: 100%;}
}
@media only screen and (max-width: 1300px) {
	.container-fix {max-width: 1200px;}
	.container-fix .vc_custom_heading {font-size: 19px !important; line-height: 27px !important;}
	.fixed-container2 {max-width: 1200px; margin-left: auto; margin-right: auto;}
}
@media screen and (max-width: 1030px) {
.header-block .btn-square {margin: 0 10px;}
.logo-block {float: none;}
	.right-block {display: none;}
	.nav-block>.nav {display: none;}
	.rmm.style {display: block;}
	.overlay-block .overflow {overflow: auto; height: 100vh;}
	.overlay-block {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: -100%;
		z-index: 1000;
		background-image: radial-gradient(50% 50% at 18% 61%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 41%,rgba(227,225,229,0) 82%,rgba(227,225,229,0) 83%),radial-gradient(80% 80% at 55% 72%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 41%,rgba(227,225,229,0) 82%,rgba(227,225,229,0) 83%),radial-gradient(40% 40% at 86% 21%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 30%,rgba(227,225,229,0) 60%),linear-gradient(0deg,#e1e6e9,#f1f4f9 49%,#ecf0f6 60%,#fafbfd 88%,#fbfcfd);
	}
	.rmm.style ul {padding-bottom: 160px;}
	.header-mob {display: block;}
	.header.header--covered, .wrapper {padding-top: 70px;}
	.header-block {position: fixed;}
	.header-mob, .header-block {background-color: #000; min-height: 1px; padding: 10px 0;}
	.header-mob .img-holder {display: flex; padding: 0 15px;}
	.header-mob .close, .button-menu {position: absolute; right: 15px; top: 3px;}
	.button-menu {display: block; background: url(../img/ico-menu.svg) no-repeat; border: none; width: 30px; height: 30px; background-size: 100% auto; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(127deg) brightness(105%) contrast(102%); text-indent: -9999px;}
	.header-mob .close {background: url(../img/ico-close.svg) no-repeat; border: none; width: 22px; height: 22px; background-size: 100% auto; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(127deg) brightness(105%) contrast(102%); text-indent: -9999px; top: 18px;}
	.logo-img, .custom-logo {max-height: 35px; width: auto;}
	.header-block .sap_partner {max-height: 30px; height: auto; margin: 10px 0 0 0;}
	.socials-block {position: fixed; bottom: 0; background: #fff; width: 100%; padding: 10px 0; display: block;}
	.socials-block .right-block {display: flex; flex-wrap: wrap; float: none; min-height: 30px; text-align: center; justify-content: space-between;}
	.socials-block .socials {align-items: center; margin: 5px 0 0 10px;}
	.socials-block .callback {margin: 0 10px;}
	.socials-block .socials li a {width: 30px; height: 30px;}
	.socials-block .socials li a img {max-width: 18px; max-height: 18px;}
	.rmm.style .socials {padding: 0;}
	
	.footer-block .container .holder {display: block;}
	.footer-block .container .holder .widget-block:last-child {border-bottom: none;}
	.footer-block .widget-block {max-width: none; border-bottom: 1px solid hsla(0,0%,100%,0.2);}
	.footer-block .widget-block .title {font-weight: 400; padding: 14px 0; position: relative; cursor: pointer;}
	.footer-block .widget-block ul {padding-bottom: 10px;}
	.footer-block .ui-accordion-header:after {content: ''; display: block; width: 16px; height: 16px; position: absolute; right: 4px; top: 16px; background: url(../img/icon-arrow-footer.svg) no-repeat; background-size: 100% auto; filter: brightness(0) saturate(100%) invert(64%) sepia(1%) saturate(0%) hue-rotate(44deg) brightness(93%) contrast(87%);}
	.footer-block .ui-accordion-header.ui-state-active:after {transform: rotate(180deg);}
	.footer-block address {padding: 10px 0; margin: 0;}
	.footer-block .sub-footer {margin-top: 5px;}
	
/* minimal styles for that navi */


.dl-menuwrapper {
	width: 100%;
	position: relative;
	padding-bottom: 150px;
}
.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a, .dl-menuwrapper li span {
	display: block;
	position: relative;
	padding: 15px 20px;
	background: none;
	font-size: 15px;
	line-height: 1.25rem;
	color: #fff;
	outline: none;
	border-bottom: 1px solid #c6c6c6;
	color: #3c3c3c;
	font-weight: 400;
	padding: 15px 35px 15px 25px;
	text-decoration: none;
}

.no-touch .dl-menuwrapper li a:hover {
	/*background: rgba(255,248,213,0.1);*/
}

.dl-menuwrapper li.dl-back > a {
	color: #111;
	font-size: 16px;
	text-align: center;
	display: block;
	position: relative;
	padding: 15px 40px;
}
.dl-menuwrapper .current-menu-ancestor>a, .dl-menuwrapper .current-menu-item>a, .dl-menuwrapper .current-menu-item>span {font-weight: 600; color: #F0AB00;}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	background: url(../img/icon-next.svg) no-repeat;
	background-size: auto;
	filter: brightness(0) saturate(100%) invert(59%) sepia(62%) saturate(3%) hue-rotate(325deg) brightness(90%) contrast(87%);
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	left: auto;
	margin-top: -10px;
	display: block;
	content: '';
}

.dl-menuwrapper li.dl-back:after {
	left: 20px;
	top: 50%;
	transform: rotate(-180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	width: 100%;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

/* Hide the inner submenus */
.dl-menuwrapper li .sub-menu {
	display: none;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .sub-menu {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .sub-menu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .sub-menu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .sub-menu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}

.footer-block ul li {max-width: none;} 
.footer-block {padding: 16px 0 40px;}
}

/* styles 13-03-2024 */
.languages__list {margin-right: 20px; display: flex;}
.languages__list li:first-child {order: 2;}
.languages__list li {display: inline-block; vertical-align: middle; margin: 0 4px;}
.languages__list li img {opacity: 0.7;}
.languages__list li.active img, .languages__list li:hover img {opacity: 1;}
.languages__list li.active a, .languages__list li a:hover {opacity: 0.8; }
.languages__list li a {color: #fff; border: 1px solid #fff; padding: 2px 4px; border-radius: 3px; min-width: 30px; display: inline-block; text-align: center; opacity: 0.5; font-size: 14px; transition: all 400ms ease-in-out;}
.overflow .languages__list {margin-left: 6px;}
.overflow .languages__list li a {color: #000; border-color: #000;}

.footer-block ul li {max-width: 300px;}
.widget-block {flex: 0 0 37%; max-width: 37%;}
#accordion-menu .widget-block:last-child {flex: 0 0 26%; max-width: 26%;}
/* end 13-03-2024 */
@media only screen and (max-width: 1000px) {
	.logo-img, .custom-logo {margin: 0;}
}
@media only screen and (max-width: 800px) {
	nav.nav .nav-social-block {margin: 0; height: 100%; justify-content: center;}
	nav.nav .nav-social-block a {height: 100%; align-items: center; display: flex; justify-content: center;}
}
@media only screen and (max-width: 768px) {
		.art-slider .slide .title p {font-size: 16px; line-height: 24px;}
		.art-slider .slide .img {min-height: 310px; max-height: 310px;}
		.col-md-1 {width: 8.33%;}
		.col-md-2 {width: 16.66%;}
		.col-md-8 {width: 66.64%;}
		.col-md-9 {width: 75%;}
		.header_nav-list li a {font-size: 18px; padding: 0;}
		.header_nav-list li ul {position: static; width: auto;}
		.header_nav-list li {text-align: left; width: 100%;}
		.footer {
			padding: 50px 0 65px;
		  }
		  .footer_wrapper {
			flex-direction: column;
			align-items: center;
		  }
		  .footer_contact {
			margin: 25px 0;
			flex-direction: column;
		  }
		  .footer_contact-item + .footer_contact-item {
			margin-left: 0;
			margin-top: 15px;
		  }
		  .footer_adress {padding-top: 0;}
		  .footer_center {padding-bottom: 20px;}
		  .h10 {height: 10px !important;}
		.h15 {height: 15px !important;}
		.h20 {height: 20px !important;}
		.h25 {height: 25px !important;}
		.h30 {height: 30px !important;}
		.h35 {height: 35px !important;}
		.h40 {height: 40px !important;}
		.box-list {font-size: 16px; line-height: 24px;}
		.box-list .ico-list {font-size: 31px; min-width: 50px; width: 50px; height: 50px;}
		.title-events {display: block; padding: 30px 0 20px; text-align: center; font-family: 'Roboto'; font-weight: 500; font-size: 18px; line-height: 21px;}
		#accordion-menu .widget-block:last-child {max-width: none;}
		.wpb_wrapper .box-list:last-child {margin-bottom: 36px;}
		h2.vc_custom_heading {padding-top: 10px !important;}
		.vc_custom_1709251880682 {padding-bottom: 0 !important;}
		.empty-70 {height: 20px !important;}
		body #hero {padding-top: 0;}
	}
	@media only screen and (max-width: 650px) {
		.event-btn a, .list-all-posts {display: block; text-align: center;} 
		.block {padding: 1px 0;}
		.list-all-posts {margin-bottom: 30px;}
		.main-event .desc-event {margin-top: 0;}
		.art-list-mob .img-event {margin: 0;}
		.viewport-mob .col-sm-6 {width: auto; float: none;}
		.row-list .img-event {display: none;}
		.art-list-mob .img-event {display: block;}
		.art-list-mob {display: block;}
		.art-list-mob li {flex-wrap: wrap; width: 100%;}
		.art-list-mob li .img-event {width: 100%;}
		.art-list-mob li .img-event {order: 2; max-width: none;}
		.art-list-mob li .desc-event {order: 1; margin: 0 0 20px;}
		.art-list-mob li {margin: 0 0 20px;}
		.art-list-mob .desc-event a {font-size: 22px; line-height: 25px;}
		.art-list-mob  li img {max-width: none; width: 100%;}
		.row-list li {margin: 0 0 30px;}
		.main-event {display: flex; flex-wrap: wrap;}
		.main-event a.img-event {order: 2; margin-bottom: 20px;}
		.main-event .desc-event {order: 1;}
		.main-event .date {order: 3; width: 100%;}
		.main-event .event-btn {order: 4; width: 100%; text-align: center;}
		.art-slider .slide .img {min-height: 225px; max-height: 210px;}
		.logo-slider img {max-height: 30px;}
		.link-slider {font-size: 16px;}
	}
	@media only screen and (max-width: 558px) {
		.art-slider .slide .title {background: #333;}
		.news-slider .slide .title {background: none;}
		.logo {overflow: hidden;width: 60px;}
		.wrapper {padding-top: 60px;}
		.news-slider .slide .title p {font-size: 18px; line-height: 24px;}
		.news-slider .readmore-link {font-size: 14px; bottom: 15px;}
		.news-slider .readmore-link a:before {width: 22px; height: 12px;}
		.news-slider .slide .img {min-height: 140px;}
		.news-slider-block .slide img {object-fit: fill;}
		.module_new2 h4 {text-align: left;}
		p.vc_custom_heading {line-height: 1.2;}
	}
	@media only screen and (max-width: 475px) {
		.nav .row .order_last_mob{order: 0; white-space: nowrap}
		nav.nav .nav-social-block {margin: 5px 0 0 0;}
		.logo {overflow: visible; width: auto;}
		.logo-img, .custom-logo {margin-bottom: 0; margin-left: 0;}
		.holder .col.col-nav {width: 5%;}
		.holder .col.socials-block {width: 95%;}
		.module_new2.mn-ico img {max-width: 50px; max-height: 50px;}
	}
	@media only screen and (max-width: 440px) {
		.news-slider .slide .title p {
		  font-size: 16px;
		  line-height: 19px;
		}
		#fmodules .col-xs-6 {width: 100%;}
		#fmodules .module_new {max-width: none;}
	}
	@media only screen and (max-width: 380px) {
		.news-slider .slide .title p {
		  font-size: 13px;
		  line-height: 19px;
		}
	}
	/*
	@media only screen and (max-width: 450px) {
		.art-slider .slide .title {min-height: 60px; padding: 10px 0;}
		.art-slider .slide .title p {
		  font-size: 13px;
		  line-height: 19px;
		}
		.art-slider .slide .img {
		  min-height: 200px;
		  max-height: 200px;
		}
	}
	*/
