html{
	font-size: 10px;
}
.Header{
	position: fixed;
	max-width: 100vw;
	width: 100%;
	z-index: 100;
}
.HeaderMenu{
	display: flex;
	flex-flow: column wrap;
}
.TopMenu, .MainMenu{
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.line{
	width: 100%;
}
/* ----- Menu first Line ----- */
.TopMenu{
	background-color: rgba(0, 0, 0, 0.3);
	height: 50px;
}
@media screen and (max-width: 1745px){
	.TopMenu{
		height: 30px;
	}
}
.TopMenu-sub1, .TopMenu-sub2{
	width: auto;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.TopMenu-sub1{
	width: 138px;
	height: 100%;
	display: flex;
	align-items: center;
        /* ----- Until Better Times ----- */
        display: none;
	visibility: hidden;
}
/* ----- Lang Switcher ----- */
.switcher-dropdown {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative; 
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 5px;
    border-right: 1px solid rgba(241, 241, 241, 0.1);
}
.switcher-dropdown::after{
	content: "";
	margin-left: -10px;
	width: 7px;
	height: 7px;
	background: url('img/tringle-white.svg') no-repeat;
	z-index: 1;
}
.switcher-dropdown:hover::after{
	transform: rotate(-90deg)
}
.switcher-dropdown a img,
.switcher-dropdown span img {
    display: inline-block;
    margin-right: 3px; }
.switcher-dropdown a {
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.switcher-dropdown a:hover {
    color: #fff; }
.switcher-dropdown .language-dropdown {
    display: none;
    left: 100%;
    list-style: none;
    margin-bottom: 0;
    margin-left: -1px;
    padding-left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: #ebecee;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.switcher-dropdown > li {
    position: relative; 
	color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    z-index: 2;
    }

.switcher-dropdown:hover .language-dropdown {
    display: flex }
.switcher-dropdown .item-language-main > span:hover {
    cursor: pointer; }
.language-dropdown > li,
.language-dropdown > li > a{
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
/*# sourceMappingURL=main.css.map */

.SearchBox{
    position: relative;
    height: 100%;
    display: flex;
	align-items: center;
	padding-right: 25px;
	border-right: 1px solid rgba(241, 241, 241, 0.1);
}
.SearchForm{
	height: 100%;
	display: flex;
    align-items: center;
}
.SearchBtn{
	width: 15px;
	height: 15px;
    cursor: pointer;
    margin-left: 20px;
}
.SearchCloseBtn-box{
    position: absolute;
    left: 375px;
    cursor: pointer;
    z-index: 100;
    height: 40px;
    width: 20px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
@media screen and (max-width: 1095px){
	.SearchCloseBtn-box{
		left: 280px;
	}
}
@media screen and (max-width: 1745px){
	.SearchCloseBtn-box{
		height: 26px;
	}
}
.SearchField{
	position: absolute;
	display: none;
	top: 0;
	height: 100%;
    width: 400px;
    padding-left: 40px;
    font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	z-index: 5;
}
@media screen and (max-width: 1095px){
	.SearchField{
		width: 300px;
	}
}

.TopMenu-menu{
	width: auto;
	height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
@media screen and (max-width: 1095px){
	.TopMenu-menu{
		display: none;
	}
}
.NavMenuTop{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.NavMenuTop li a{
    display: flex;
    align-items: center;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 0px 25px;
	height: 100%; 
}
@media screen and (max-width: 1865px){
	.NavMenuTop li a{
		font-size: 14px !important;
	}
}
@media screen and (max-width: 1080px){
	.NavMenuTop li a{
		font-size: 12px !important;
		padding: 0px 25px;
	}
}
.NavMenuTop .menu-item .sub-menu{
	display: none;
	width: 100%;
	position: absolute;
	top: 50px;
	background-color: #ebecee;
}
@media screen and (max-width: 1745px){
	.NavMenuTop .menu-item .sub-menu{
		top: 30px;
	}
}
.NavMenuTop .menu-item .sub-menu a:hover{
	background-color: #fff200;
}
.NavMenuTop{
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.NavMenuTop > .menu-item{
	position: relative;
	height: 100%;
	min-width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.NavMenuTop .menu-item .sub-menu a{
	padding: 0 20px;
	height: 40px;
	color: #000;
	display: flex;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.NavMenuTop .menu-item:hover .sub-menu{
	display: block;
	z-index: 2;
}
.NavMenuTop .menu-item-has-children{
	position: relative;
}
.NavMenuTop .menu-item-has-children > a::after{
	content: "";
	position: absolute;
	top: 45%;
	right: 5px;
	width: 7px;
	height: 8px;
	background: url('img/tringle-white.svg') no-repeat;
}
@media screen and (max-width: 1420px) {
	.NavMenuTop .menu-item-has-children > a::after{
		right:0;
	}
}

.NavMenuTop .menu-item-has-children:hover > a::after{
	transform: rotate(180deg);
	top: 37%;
}

.NavMenuTop2{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	height: 100%;
}
.NavMenuTop2 > .menu-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NavMenuTop2 a{
	color: #fff;
	padding: 0 25px; 
	height: 100%;
	border-left: 1px solid rgba(241, 241, 241, 0.1);
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	display: flex;
    align-items: center;
}
@media screen and (max-width: 1600px){
	.NavMenuTop2 a{
		padding: 0 10px; 
	}
	.NavMenuTop li a {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1300px){
	.NavMenuTop2 a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1185px){
	/* .NavMenuTop2 a{
		padding: 0 15px; 
	} */
}
@media screen and (max-width: 575px){
	.NavMenuTop2 a{
		border-left: none;
		letter-spacing: -1px;
		padding: 0 5px;
	}
}
@media screen and (max-width: 399px){
	.NavMenuTop2 a{
		font-size: 13px;
		padding: 0 3px;
	}
}
@media screen and (max-width: 575px){
	.NavMenuTop2 a::before {
		display: none;
	}
}
.NavMenuTop2 li.menu-tel a{
	font-weight: 500;
}
@media screen and (max-width: 710px){
	.NavMenuTop2 li.menu-getConsultation{
		display: none;
	}
}
.NavMenuTop2 li.menu-atms a::before{
	content: "";
	background: url(img/map-placeholder.svg);
	height: 15px;
	width: 10px;
	margin-right: 8px;
}
.NavMenuTop2 li.menu-tel a::before{
	content: "";
	background: url(img/phone-call-button.svg);
	height: 15px;
	width: 10px;
	margin-right: 8px;
}
.NavMenuTop2 li.menu-getConsultation a::before{
	content: "";
	background: url(img/chat-bubbles.svg);
	height: 15px;
	width: 10px;
	margin-right: 8px;
}
/* ----- Menu second Line ----- */
.MainMenu{
	background-color: #fff200;
	height: 64px;
	position: relative;
}
@media screen and (max-width: 1745px){
	.MainMenu{
		height: 44px;
	}
}
.MainMenu-logoLink{
	height: 100%;
}
.MainMenu-logo{
	height: 100%;
	width: auto;
}
@media screen and (max-width: 600px){
	.MainMenu-logo {
	    width: 82px;
	    object-fit: cover;
	    object-position: 0 0;
	}
}
.MainMenu-menu{
	height: 100%;
	width: calc(100% - 327px);
}
@media screen and (max-width: 1745px){
	.MainMenu-menu{
		width: calc(100% - 225px);
	}
}
@media screen and (max-width: 1145px){
	.MainMenu-menu{
		display: flex;
		justify-content: space-between;
		width: auto;
	}
}
@media screen and (max-width: 400px){
	.MainMenu-menu{
		width: auto;
	}
}
.NavMenuMain li a{
	font-size: 1.4rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #000;
	height: 100%;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
.NavMenuMain>li:hover>a{
	background-color: #000;
	color: #fff200;
	
}
@media screen and (max-width: 340px){
	.NavMenuMain li a{
		padding: 0 15px 0 5px;
	}
}
.NavMenuTop, .NavMenuMain{
	display: flex;
	flex-flow: row wrap;
}
.NavMenuMain{
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1145px){
	.NavMenuMain{
		display: none;
	}
}
.NavMenuMain > .menu-item{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	min-width: 120px;
}
.NavMenuMain .menu-item .sub-menu a{
	padding: 0 20px;
	height: 40px;
	color: #000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.NavMenuMain .menu-item .sub-menu li:not(:last-child){
	margin-bottom: 5px;
}
.NavMenuMain .menu-item .sub-menu{
	display: none;
	width: 100%;
	position: absolute;
	top: 64px;
	background-color: #ebecee;
	left: 0;
}
@media screen and (max-width: 1745px){
	.NavMenuMain .menu-item .sub-menu{
		top: 44px;
	}
}
.NavMenuMain .menu-item .sub-menu a:hover{
	background-color: #fff200;
}
.NavMenuMain .menu-item:hover .sub-menu{
	display: block;
	z-index: 2;
}
.NavMenuMain .menu-item-has-children{
	position: relative;
}
.NavMenuMain .menu-item-has-children > a::after{
	content: "";
	width: 7px;
	height: 8px;
	background: url('img/tringle-black.svg') no-repeat;
	margin-left: 0.5rem;
}
.NavMenuMain .menu-item-has-children:hover > a::after{
	background: url('img/tringle-yellow.svg') no-repeat;
}
/* ----- Style for active menu ------ */
.NavMenuMain .menu-item-has-children > a.menu-activeted::after{
	background: url('img/tringle-yellow.svg') no-repeat;
}
.NavMenuMain .menu-item-has-children:hover > a::after{
	transform: rotate(180deg);
	top: 37%;
}
.NavMenuMain > .menu-p2p a::after,
.NavMenuMain > .menu-internetBanking a::after{
	content: "";
	width: 15px;
	height: 15px;
	background: url('img/link-icon.svg') no-repeat;
	margin-left: 5px;
}
.NavMenuMain > .menu-p2p:hover a::after,
.NavMenuMain > .menu-internetBanking:hover a::after{
	background: url('img/link-icon-yellow.svg') no-repeat;
}
/* ----- BurgerMenu ----- */
.overlay.overlayActive{
	display: block !important;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.3);
}
.menu-active{
	overflow: hidden;
}
/* @media screen and (max-height: 768px) {
	.menu-active{
		overflow: auto !important;
	}
} */

/* -----NavMenuMainXSS----- */
.NavMenuMainXSS{
	height: 100%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	display: none;
	position: relative;
}
@media screen and (max-width: 1145px){
	.NavMenuMainXSS{
		display: flex;
		flex-direction: column;
		z-index: 100;
	}
}
.NavMenuMainXSS > .menu-item{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	min-width: 120px;
}
.NavMenuMainXSS > .menu-item:not(.menuXS-itemActive){
	display: none;
	position: absolute;
	width: 100%
}
.NavMenuMainXSS > .menuXS-itemActive > a {
	background-color: rgb(0, 0, 0);
    color: rgb(255, 242, 0) !important;
    pointer-events: none;
}
.NavMenuMainXSS > .menu-item > a{
	font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #000;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5px;
}
.NavMenuMainXSS > .menuXS-itemActive > a::after{
	content: "";
	width: 7px;
	height: 8px;
	margin-left: 10px;
	background: url('img/tringle-yellow.svg') no-repeat;
}
.NavMenuMainXSS > .menuXS-itemActive a{
	justify-content: center;
}
.NavMenuMainXSS:hover .menu-item:not(.menuXS-itemActive){
	display: block;
	background-color: #e8e8e8;
	position: absolute;
}
.NavMenuMainXSS > .menu-item:not(.menuXS-itemActive):hover{
	transition: all 0.3s;
	background-color: #ccc;
}
.NavMenuMainXSS:hover .menu-item:not(.menuXS-itemActive):nth-child(2){
	top: 100%;
}
.NavMenuMainXSS:hover .menu-item:not(.menuXS-itemActive):nth-child(3){
	top: 200%;
}
.NavMenuMainXSS:hover .menu-item:not(.menuXS-itemActive):nth-child(4){
	top: 300%;
}
/* ----- ----- */
.MainMenu .burgerMenuXS {
    align-items: center;
    padding: 0 20px;
    height: 100%;
    background-color: #000;
    transition: all 0.3s;
}
@media screen and (max-width: 1145px){
	.MainMenu .burgerMenuXS{
		display: flex !important;
	}
}
.MainMenu .burgerMenuXS:hover{
	background-color: #fff200;
}
.burgerMenuXSImg, .burgerMenuImgXSClose{
	fill: #fff200;
}
.MainMenu .burgerMenuXS:hover svg{
	fill: #000;
	transition: all 0.3s;
}
.burgerNone{
	display: none;
}
.burgerClose{
	display: block !important;
}
.MainMenu-menuXS{
	width: 100%;
	height: calc(100vh - 74px);
	background-color: #fff200;
	padding-top: 10px;
	overflow-y: auto;
	position: fixed;
	top: 74px;
}
@media all and (max-width: 700px) {
	.MainMenu-menuXS {
		height: calc(100vh - 84px);
		top: 84px;
	}
}
.NavMenuMainXS{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
	padding-bottom: 20px;
}
.NavMenuMainXS li.menu-privatePersone{
	display: none;
}
.NavMenuMainXS > .menu-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 4000px;
}
.NavMenuMainXS > .menu-item > a{
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	text-align: center;
}
.NavMenuMainXS .sub-menu{
	margin-top: 10px;
	display: none;
	width: 100%;
	z-index: 2;
	text-align: center;
}
.NavMenuMainXS .sub-menu li{
	margin-bottom: 15px;
}
.NavMenuMainXS .sub-menu a{
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
}
.NavMenuMainXS .sub-menu a:hover{
	color: #27934b;
}
.NavMenuMainXS .menu-item-has-children > a{
	position: relative;
}
.NavMenuMainXS .menu-item-has-children > a::after{
	content: "";
	position: absolute;
	right: -10px;
	top: 45%;
	width: 7px;
	height: 8px;
	background: url('img/tringle-black.svg') no-repeat;
}
.NavMenuMainXS .menu-item-has-children > a.link-active::after{
	background: url('img/tringle-black.svg') no-repeat;
	transform: rotate(90deg);
}
.NavMenuMainXS .menu-item-has-children:hover > .link-active::after{
	transform: rotate(180deg);
}
.HeaderSmall-priceBtn{
	display: inline-block;
	margin-top: 40px;
}



/* Style for chat */
#gdgz3nn.go6ygk9.gi84gjh {
    right: 0;
    top: unset;
    bottom: 0;
    height: 66%;
}

@media screen and (max-width: 793px){
	.NavMenuTop2 > .menu-item {
		width: 20%;
	}
}

@media screen and (max-width: 700px){
	.NavMenuTop2 {
		flex-wrap: wrap;
		width: 100%;
	}
	.NavMenuTop2 a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.NavMenuTop2 > .menu-item {
		height: 50%;
		width: 50%;
	}
	.NavMenuTop2 > .menu-item:nth-child(1) {
		order: 3;
	}
	.NavMenuTop2 > .menu-item:nth-child(2) {
		order: 1;
		width: 25%;
	}
	.NavMenuTop2 > .menu-item:nth-child(3) {
		order: 2;
		width: 25%;
	}
	.NavMenuTop2 > .menu-item:nth-child(4) {
		order: 4;
	}
	.TopMenu {
		height: 40px;
	}
	.TopMenu-sub1, .TopMenu-sub2 {
		width: 100%;
	}
	.NavMenuTop2 li.menu-tel a::before {
		display: none;
	}
}