/* new elements */

.burger-btn {
	width: 30px;
	height: 21px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	background: none;
	border: none;
	position: relative;
	outline: none;
  }
  
  .burger-btn span {
	position: absolute;
	left: 0;
	top: 9px;
	width: 30px;
	height: 3px;
	background-color: #000000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
  }
  
  .burger-btn::before, .burger-btn::after {
	content: '';
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #000000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
  }
  
  .burger-btn::before {
	top: 0;
  }
  
  .burger-btn::after {
	bottom: 0;
  }
  
  .burger-btn.open {
	height: 30px;
  }
  
  .burger-btn.open span {
	opacity: 0;
  }
  
  .burger-btn.open::before, .burger-btn.open::after {
	width: 28px;
	background: #000000;
  }
  
  .burger-btn.open::before {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  
  .burger-btn.open::after {
	bottom: 50%;
	margin-bottom: -2px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }





/* base */

body.open-nav {
	overflow: hidden;
	height: 100%;
}

body.open-nav #all {
	overflow: hidden;
	height: 100%;
}



@media (max-width: 992px) {
	#all {
		width: auto;
		min-width: 0;
		padding: 0 20px;
		overflow: visible;
	}

	html, body {
		font-size: 100%;
	}

	.main {
		width: 100%;
		max-width: 940px;
	}

	#sidebar {
		float: none;
		width: auto;
		margin-right: 0;
		order: 2;
		margin-top: 50px;
	}

	.moduletableserviceslist, .moduletablesolutions {
		width: auto;
		margin-right: 0;
		float: none;
	}

	.page-wrap img {
		max-width: 100%;
		margin: 0;
	}

	.page-wrap iframe {
		width: 100%;
	}

	.breadcrumbs-bg {
		height: auto;
		margin: 0 -20px 50px;
		padding: 20px;
	}

	.moduletable-breadcrumbs {
		padding: 0;
		margin: 0;
	}

	.moduletable-breadcrumbs h1 {
		margin: 0;
	}

	.page-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	table.tblexchange th {
		font-size: 14px;
	}

	.first .col-1, .first .col-2, .first .col-3 {
		margin-left: 0;
	}

	.cols-2 .column-1c,
	.cols-2 .column-2c {
		width: 100%;
		float: none;
	}


	.border-bot {
		padding-bottom: 20px;
	}
}

@media (max-width: 568px) {

}



/* hrader */

.burger-btn {
	display: none;
}


@media (max-width: 992px) {

	#header {
		height: auto;
	}

	#header .main {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 110px;
	}

	#logo {
		margin-bottom: 0;
		position: relative;
		z-index: 1;
	}

	h1#logo span.ya-phone, span.phone {
		font-size: 24px;
		position: static;
	}

	div.maximenuCKH ul.maximenuCK li.level0 {
		float: none;
		margin-bottom: 15px;
	}

	.side-nav {
		display: none;
	}


	.navigation {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: -100px;
		background: #fff;
		padding: 120px 20px 160px;
		overflow: auto;
		height: auto;
		z-index: 0;
	}

	a span.titreCK {
		padding: 5px 0;
	}

	.navigation::before {
		content: '';
		position: fixed;
		top: 0;
		height: 100px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 9999;
	}

	.menu li {
		
	}

	.menu a {
		font-size: 22px;
	}

	.navigation .side-nav {
		display: block;
	}


	.burger-btn {
		display: block;
	}

	.side-nav h3 {
		font-size: 22px;
		text-transform: none;
		padding: 5px 0;
		margin-bottom: 10px;
	}

	.side-nav .menu-serviceslist li a {
		padding: 3px 0 3px 15px;
	}
}

@media (max-width: 568px) {

}



/* footer */

@media (max-width: 992px) {
	.footer {
		height: auto;
		background: none;
	}

	.footer .column-1l {
		width: auto;
		float: none;
		text-align: center;
		padding-top: 20px;
		line-height: 1.8;
	}

	.footer .column-1r {
		display: none;
	}

	.footer .column-1r img {
		float: none !important;
	}
}

@media (max-width: 568px) {

}




/* content */
.iosSlider {
	display: none;
}

@media (max-width: 992px) {

	#faded {
		display: none;
		height: auto;
	}

	#faded ul {
		width: auto;
		left: 0;
		margin: 0;
	}

	#faded li img {
		width: 100%;
		display: block;
	}
	
	#faded .pagination {
		display: none;
	}

	.iosSlider {
		width: 100%;
		height: 500px;
		display: block;
		overflow: hidden;
	}


	.mob-slide {
		display: block;
		position: relative;
		height: 500px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.mob-slide__info {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		color: #fff;
		padding: 15px 0;
		text-align: center;
	}

	.mob-slide__info--violet {
		background: #b06891;	
	}

	.mob-slide__info--green {
		background: #a8af3f;	
	}

	.mob-slide__info--yellow {
		background: #f1be4d;	
	}

	.mob-slide__title {
		font-size: 20px;
		margin-bottom: 10px;
		padding: 0 10px;
		font-weight: bold;
	}

	.mob-slide__descr {
		font-size: 16px;
		line-height: 1.4;
		padding: 0 10px;
	}

	.mob-slide__descr br {
		display: none;
	}

	.moduletable-msg {
		display: none;
	}

	p {
		font-size: 16px;
		line-height: 1.4;
		margin: 0 0 20px 0;
	}

	h6 {
		margin: 20px 0;
	}

	h6:first-child {
		margin-top: 0;
	}

	.moduletable-faded {
		margin-top: 0;
	}

	.moduletableserviceslist .menu-serviceslist {
		display: flex;
		flex-wrap: wrap;
	}

	.menu-serviceslist * {
		box-sizing: border-box;
	}

	.moduletableserviceslist .menu-serviceslist h3 {
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 20px;
	}

	.moduletableserviceslist .menu-serviceslist .item_img {
		width: 25%;
		position: relative;
		padding-bottom: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.moduletableserviceslist .menu-serviceslist .item_img p {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
	}

	.slideDown dd {
		width: 100%;
		padding: 0;
	}

	dl {
		margin-bottom: 15px;
	}
	
	table {
		width: 100% !important;
	}

	.item-page * {
		box-sizing: border-box;
	}

	#all ol {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

}

@media (max-width: 568px) {

	.iosSlider {
		height: 400px;
	}

	.mob-slide {
		height: 400px;
	}

	.mob-slide__descr br {
		display: inline;
	}

	h6 {
		font-size: 22px;
		line-height: 1.3;
	}

	div.errore {
		padding: 15px;
		box-sizing: border-box;
		width: 100%;
		margin: 15px 0;
	}

	span.error p:last-child {
		margin: 0;
	}

	.moduletableserviceslist .menu-serviceslist .item_img {
		width: 50%;
		height: 150px;
		margin-top: 30px;
	}

	.moduletableserviceslist .menu-serviceslist .item_img img {
		width: 70%;
	}


	.table_form,
	.table_form tbody,
	.table_form tr,
	.table_form td {
		display: block;
		width: auto !important;
		padding: 0 !important;
		border: none;
	}

	.table_form tr {
		margin-bottom: 20px;
	}

	.table_form .sel {
		text-align: left;
		margin-bottom: 10px;
	}

	.table_form .hilite {
		margin-top: 40px;
	}

	#login-form .inputbox {
		width: 100%;
		height: 35px;
	}

	#login-form label {
		width: 100%;
		color: #000;
		margin: 0;
		float: none;
		margin: 0 0 10px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	#login-form label img {
		margin-left: 20px;
	}

}