.cabinet-header {
	text-align: center;
	padding: 3rem 0 1.875rem
}
.cabinet-container {
	background: #fff;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	text-align: center;
	padding: 20px 10px;
}
.bx-controls-direction a{
	z-index: 50 !important;
}

.clearfix:after {
	clear: both
}
.inline-block {
	display: inline-block
}
.font-OpenSans {
	font-family: 'Open Sans',sans-serif
}
.bold {
	font-weight: bold
}
.open-news-wrapper .row {
	margin-left: 0;
	margin-right: 0
}
.container-1200 {
	max-width: 1200px;
	margin: auto;
	width: 100%
}
.msl-btn {
	background: #3fa757;
	padding: 5px 20px;
	outline: none;
	border: none;
	color: #fff;
	font-size: 20px;
	box-shadow: 1px 1px 10px 0 #A0A0A0;
	display: block;
	text-align: center
}
.msl-btn-light {
	display: block;
	border: solid 3px #3fa757;
	color: #3fa757;
	padding: 10px 0;
	text-align: center;
	max-width: 200px;
	text-decoration: none;
	outline: none;
	margin: auto;
	position: relative;
	overflow: hidden
}
.msl-btn-light span {
	position: relative;
	z-index: 2
}
.msl-btn-light:focus,
.msl-btn-light:active {
	color: #3fa757;
	text-decoration: none
}
.msl-btn-light:hover {
	color: #fff;
	text-decoration: none
}
.msl-btn-light:after {
	content: "";
	display: block;
	height: 0;
	background: #3fa757;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	z-index: 1
}
.msl-btn-light:hover::after {
	height: 100%
}
.float-right {
	float: right
}
.float-left {
	float: left
}
.rel {
	position: relative
}
.new-breadcrumbs {
	list-style: none;
	font-size: 20px;
	padding-left: 0;
	margin-bottom: 20px
}
.new-breadcrumbs:after {
	content: "";
	display: block;
	clear: both
}
.new-breadcrumbs li {
	display: inline-block;
	float: left;
	padding: 0 7px;
	border-bottom: solid 2px #e8e8e8
}
.new-breadcrumbs li a {
	text-decoration: none;
	color: #373737
}
.new-breadcrumbs li:first-child a {
	color: #959595
}
.new-breadcrumbs li:last-child a {
	font-weight: bold
}
.new-breadcrumbs li.active {
	border-bottom: solid 2px #3fa72c
}
.new-breadcrumbs li:after {
	content: ">";
	display: inline-block;
	margin-left: 15px
}
.new-breadcrumbs li:last-child::after {
	content: "";
	display: none
}
.container-nav {
	padding-left: 0;
	list-style: none;
	float: right;
	font-size: 20px;
	margin-right: 20px
}
.container-nav li {
	display: inline-block;
	padding: 0 10px 20px;
	border-bottom: solid 2px #e8e8e8;
	position: relative
}
.container-nav li a {
	text-decoration: none;
	color: #373737
}
.container-nav li:after {
	content: "";
	height: 2px;
	display: block;
	background: #3FA757;
	position: absolute;
	top: 52px;
	left: 0;
	width: 50%
}
.main-office .addr {
	background: #e8e8e8;
	width: 100%;
	font-size: 20px;
	text-align: left;
	padding: 20px
}
.main-office .hotline {
	background-color: #3fa757;
	color: #fff;
	margin-top: 50px;
	font-size: 30px;
	position: relative;
	padding: 25px 0
}
.main-office .hotline p {
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: left;
	position: relative
}
.main-office .hotline p:after {
	content: "";
	display: block;
	height: 2px;
	width: 97%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0
}
.main-office .hotline p:before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: 0;
	bottom: -20px;
	background: url(../img/hotline-icon.png) no-repeat center center;
	z-index: 1;
	background-size: contain
}
.main-office .hotline .hotline-phone {
	font-weight: bold;
	margin-left: 15px;
	white-space: nowrap
}
.offices-table {
	padding-left: 15px;
	padding-right: 15px
}
.offices-table table {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px
}
.offices-table table tr td {
	border: solid 1px #6a6c6f;
	border-collapse: collapse;
	text-align: left;
	padding: 5px;
	color: #4e4e4f
}
.offices-table table tr td:first-child {
	width: 30%
}
.offices-table table tr td:last-child {
	width: 20%
}
.offices-table table tr td:nth-child(1) {
	background-color: #e8e8e8
}
.offices-table table tr td:nth-child(2) {
	background-color: #f2f2f2
}
.offices-table table tr td:nth-child(3) {
	background-color: #fdfdfd
}
.offices-table table thead tr td {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px
}
.offices-table table tbody tr:hover td {
	background-color: #3fa757;
	color: #fff
}

.pagination {
	overflow: hidden;
	margin-top: 25px
}
.pagination ul {
	list-style: none;
	padding-left: 0;
	float: left;
	margin-left: 15px
}
.pagination ul li {
	display: inline-block;
	border: solid 1px #e9e9e9;
	margin-right: 5px;
	position: relative
}
.pagination ul .ellipsis {
	color: #3FA757;
	border: none;
	padding: 7px
}
.pagination ul .selected {
	background: #3fa757;
	color: #fff
}
.pagination ul .next-page,
.pagination ul .prev-page {
	border: none
}
.pagination ul .next-page a:hover,
.pagination ul .prev-page a:hover {
	background: none;
	color: #3FA757
}
.pagination ul li a {
	padding: .5rem .6rem .5rem .4rem;
	font-size: 14px;
	font-style: italic;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	border: solid 1px #D9D9D9
}
.pagination ul li a:hover {
	background: #3fa757;
	color: #fff
}
.pagination ul .active {
	background: #3fa757
}
.pagination ul .active a {
	color: #fff
}
.msl-btn:hover,
.msl-btn:focus,
.msl-btn:active {
	color: #fff;
	text-decoration: none
}
.tenders-table tr td {
	padding: 10px 5px
}
.tenders-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9
}
.tenders-table tbody tr:nth-child(odd) td {
	background-color: #f3f3f3
}
.no-tenders {
	font-size: 18px;
	color: #373737;
	margin-bottom: 50px
}
.vacancies-list ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.vacancies-list > ul > li {
	display: block;
	text-align: left;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden
}
.vacancies-list > ul > li:before {
	content: "";
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	background: #fff;
	border: solid 1px #d3d3d3;
	border-radius: 100px;
	bottom: -50px;
	right: -50px
}
.vacancies-list > ul  > li:after {
	content: "";
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	background: #fff;
	border: solid 1px #d3d3d3;
	border-radius: 100px;
	bottom: -50px;
	left: -50px
}
.vacancies-list .vacancies-list-body ul li {
	list-style-type: disc;
	margin: 1rem
}
.vacancies-list .vacancies-list-header {
	padding: 15px 60px;
	text-align: left;
	font-size: 18px;
	background-color: #e8e8e8;
	color: #373737
}
.vacancies-list .vacancies-list-body {
	padding: 15px 60px;
	border: solid 1px #d3d3d3;
	border-top: none
}
.vacancies-list ul li:nth-child(odd) .vacancies-list-header {
	background-color: #373737;
	color: #e8e8e8
}
.no-vacancy {
	font-size: 18px;
	color: #373737;
	margin-bottom: 50px
}
.cooperation-text {
	font-size: 16px;
	text-align: left
}
.content-container {
	background: #fff;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	text-align: center;
	padding: 20px 0
}
.content-header {
	text-align: center;
	padding: 3rem 0 1.875rem
}
.partners-list {
	list-style: none;
	overflow: hidden
}
.partners-list li {
	display: inline-block;
	float: left
}
.partners-block {
	height: 480px;
	width: 235px;
	border: solid 1px #ddd;
	border-radius: 15px 15px 0 0;
	position: relative;
	text-align: left;
	color: #7b7b7b;
	display: inline-block
}
.partner-block-header {
	height: 100px;
	overflow: hidden;
	border-radius: inherit;
	text-align: center
}
.partners-block-content {
	padding: 7px 18px;
	overflow: hidden;
	height: 333px;
	position: relative
}
.partners-block-bottom {
	height: 45px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #ddd
}
.partners-block-bottom:after {
	content: "";
	display: block;
	background: #fff;
	width: 60px;
	height: 37px;
	border-radius: 50px 50px 0 0;
	position: absolute;
	top: 9px;
	left: -35px
}
.partners-block-bottom:before {
	content: "";
	display: block;
	background: #fff;
	width: 60px;
	height: 37px;
	border-radius: 50px 50px 0 0;
	position: absolute;
	top: 9px;
	right: -35px
}
.partners-block-bottom a,.partners-block-bottom a:hover {
	color: #3fa757;
	display: block;
	height: 100%;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 13px
}
.azart a {
	display: block;
	height: 100%;
	background: #018947;
	padding-top: 18px
}
.ukrpost {
	padding-top: 5px
}
.ais img {
	margin-top: 35px
}
.bx-wrapper .bx-next,.bx-wrapper .bx-prev {
	width: 31px;
	height: 64px
}
.bx-has-controls-direction .bx-controls-direction .bx-next {
	background: url(../img/slider-controls.png) no-repeat -34px -82px;
	margin-right: -60px
}
.bx-has-controls-direction .bx-controls-direction .bx-next:hover {
	background: url(../img/slider-controls.png) no-repeat -1px -82px
}
.bx-has-controls-direction .bx-controls-direction .bx-prev {
	background: url(../img/slider-controls.png) no-repeat -1px -1px;
	margin-left: -60px
}
.bx-has-controls-direction .bx-controls-direction a {
	z-index: 50 !important;
}
.bx-has-controls-direction .bx-controls-direction .bx-prev:hover {
	background: url(../img/slider-controls.png) no-repeat -34px -1px
}
.container-1200 .bx-wrapper {
	margin: auto auto 110px;
	padding-top: 20px
}
.container-1200 .bx-controls {
	position: relative;
	top: -260px
}
.container-1200 .bx-wrapper:before {
	content: "";
	display: block;
	height: 1px;
	background: #e8e8e8;
	margin: -20px -60px 20px
}
.newsList-wrapper .row {
	margin-left: 0;
	margin-right: 0
}
.breadcrumbs {
	list-style: none;
	font-size: 20px;
	padding-left: 0;
	margin-bottom: 20px
}
.breadcrumbs:after {
	content: "";
	display: block;
	clear: both
}
.breadcrumbs li {
	display: inline-block;
	float: left;
	padding: 0 7px;
	border-bottom: solid 2px #e8e8e8
}
.breadcrumbs li a {
	text-decoration: none;
	color: #373737
}
.breadcrumbs li:first-child a {
	color: #959595
}
.breadcrumbs li:last-child a {
	font-weight: bold
}
.breadcrumbs li.active {
	border-bottom: solid 2px #3fa72c
}
.breadcrumbs li:after {
	content: ">";
	display: inline-block;
	margin-left: 15px
}
.breadcrumbs li:last-child::after {
	content: "";
	display: none
}
.top-panel {
	background: #e8e8e8;
	padding: 15px 5px
}
.search-btn {
	width: 100%;
	height: 46px;
	border: none;
	outline: none;
	margin-left: auto;
	min-width: 50px
}
.filter-title {
	position: relative;
	top: 0;
	left: -10px;
	display: inline-block
}

.news-list > .row {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}
.news-block {
	padding: 10px;
	height: 360px;
	border: solid 1px #e8e8e8;
	overflow: hidden;
	position: relative;
	margin-top: 30px
}
.news-block.main-news {
	height: 750px
}
.news-block:after {
	content: "";
	display: block;
	clear: both
}
.news-thumb {
	float: left;
	max-width: 195px;
	width: 35%;
	margin: 0 10px 10px 0
}
.news-title {
	font-size: 20px;
	text-align: left;
	background-color: #e8e8e8;
	margin: -10px;
	padding: 10px 10px 0 10px;
	min-height: 114px;
	max-height: 150px;
	display: block
}
.news-title h1,
.news-title p {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	text-overflow: clip
}
.news-title a {
	color: inherit
}
.news-image {
	margin: 0 0 20px 20px;
	width: 45%;
	min-width: 410px;
	float: right;
}
.news-image img {
	margin: 0;
	width: 100%;
}
@media screen and (max-width: 900px) {
	.news-image {
		margin: 20px auto;
		width: 100%;
		min-width: auto;
		max-width: 600px;
		float: none;
	}
}
.news-time-publication {
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	margin: 10px 0 0 0
}
.news-time-publication:after {
	content: "";
	display: block;
	height: 4px;
	margin-left: 36.5%
}
.news-description {
	text-align: justify;
	font-size: 16px;
	color: #979797;
	margin-top: 2px
}
.news-bottom-panel {
	height: 60px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding-top: 7px;
	padding-right: 10px;
	background: white;
}
.news-list .row:nth-child(odd) div:nth-child(odd) .news-block .news-time-publication:after {
	background: #3fa757
}
.news-list .row:nth-child(odd) div:nth-child(even) .news-block {
	background-color: #fff
}
.news-list .row:nth-child(even) div:nth-child(even) .news-block {
	background-color: #e8e8e8
}
.news-list .row:nth-child(even) div:nth-child(even) .news-block .news-time-publication:after {
	background: #3fa757
}
.news-list .row:nth-child(even) div:nth-child(odd) .news-block {
	background-color: #fff
}
body {
	background: url(../img/main-bg.png);
	min-width: 320px
}
.news-archive .row {
	margin-left: 0
}
.paper-input input {
	background: transparent;
	height: 46px;
	box-shadow: none
}
.nice-select,.nice-select .list {
	min-width: 56px
}
.nice-select .list {
	display: inherit;
	max-height: 400px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.29);
	box-sizing: border-box;
	margin-top: 2px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
	z-index: 9;
	width: 100%
}
.top-panel .search-form > .row > div[class*='col-']:first-child {
	padding-right: 0
}
.top-panel .search-form > .row > div[class*='col-']:last-child {
	padding-left: 0
}
.nice-select-group {
	margin-top: 5px
}
.filter-btn {
	width: 50px;
	height: 46px;
	border: none;
	outline: none;
	margin-left: auto
}
.icon-wrap {
	background-image: url(../img/icon-sprite.png);
	background-position: 3px 9px;
	background-repeat: no-repeat;
	height: 44px;
	width: 38px;
	margin: auto
}
.icon-wrap.wait {
	background-position: 4px -55px;
	animation: wait 1.5s linear infinite
}
@keyframes wait {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
.news-list {
	margin-top: 35px
}
.pagination ul .ellipsis span {
	position: absolute;
	left: 0
}
.pagination ul .next-page a {
	color: #3FA757
}
.news-bottom-panel .msl-btn.ripple {
	padding: 0
}
.news-bottom-panel .msl-btn.ripple a {
	color: white;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	outline: none
}
.news-bottom-panel .msl-btn.ripple a:hover {
	background: rgb(50,149,73)
}
.news-open {
	margin-top: 30px;
	padding: 30px 50px 50px;
	position: relative;
	text-align: left
}
.news-open > .news-title {
	font-size: 20px;
	text-align: left;
	background-color: white;
	padding: 0;
	margin: 0 15% 0 0;
	overflow-y: visible
}
.news-open > .news-title:after {
	content: "";
	display: block;
	height: 4px;
	background: #3FA757;
	margin-right: -50px
}
.news-title p:first-letter {
	text-transform: uppercase
}
.news-full-text {
	padding-bottom: 35px
}
.news-full-text img {
	margin: 5px 20px 20px;
	box-shadow: 0 0 10px 0 #CACACA;

}
.news-social-icons {
	display: block;
	padding: 0;
	margin: 0
}
.news-social-icons li {
	display: inline-block
}
.news-social-icons .cnt {
	background: url(../img/social-icons.jpg) no-repeat -200px -2px;
	width: 54px;
	height: 28px;
	text-align: center;
	position: relative;
	top: -7px;
	padding-top: 3px
}
.news-social-icons li a {
	width: 26px;
	height: 26px;
	display: block;
	background-image: url(../img/social-icons.jpg);
	background-repeat: no-repeat
}
.news-social-icons li .fb {
	background-position: 0 -2px
}
.news-social-icons li .tw {
	background-position: -28px -2px
}
.news-social-icons li .vk {
	background-position: -56px -2px
}
.news-social-icons li .ok {
	background-position: -84px -2px
}
.news-social-icons li .gp {
	background-position: -112px -2px
}
.news-social-icons li .lj {
	background-position: -140px -2px
}
.news-social-icons li .pl {
	background-position: -169px -2px
}
.publication-date {
	color: #3FA757
}
select {
	display: none
}
.nice-select-group .nice-select:last-child {
	width: 70px
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: inherit;
	border-bottom: solid 1px #6e6e6e;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-family: inherit;
	font-size: 1.13rem;
	font-weight: normal;
	height: 39px;
	line-height: 40px;
	outline: none;
	padding-left: 13px;
	padding-right: 25px;
	position: relative;
	text-align: left;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	margin-right: 3px
}
.nice-select:hover {
	border-color: #3FA757
}
.nice-select.open {
	border: solid 1px #3fa757;
	background-color: #fff
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}
.nice-select.disabled:after {
	border-color: #cccccc
}
.nice-select.wide {
	width: 100%
}
.nice-select.wide .list {
	left: 0;
	right: 0
}
.nice-select.right {
	float: right
}
.nice-select.right .list {
	left: auto;
	right: 0
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}
.nice-select.small:after {
	height: 4px;
	width: 4px
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 0;
	padding-right: 0;
	transition: all 0.2s;
	text-align: center;
	color: #a6a6a6
}
.nice-select .option:hover {
	background-color: #3FA757;
	color: #fff
}
.nice-select .option.selected {
	font-weight: bold;
	background-color: #3FA757;
	color: #000
}
@font-face {
	font-family: 'Ubuntu Condensed';
	src: url('https://64424.selcdn.ru/webfont/ubuntu/ubuntu-c.eot');
	src: local('Ubuntu Condensed'),local('Ubuntu Condensed Regular'),url('https://64424.selcdn.ru/webfont/ubuntu/ubuntu-c.woff') format('woff');
	font-weight: normal;
	font-style: normal
}
html {
	height: 100%
}
a,
a img {
	outline : none
}
img {
	border : 0
}
button:focus {
	outline: 0
}
.main-lotterys {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.main-lotterys li {
	position: absolute
}
.main-lotterys li a {
	display: block;
	position: relative
}
.main-lotterys li span {
	position: absolute;
	left: 120%;
	top: 5px;
	font: 15px/1 'Ubuntu Condensed', sans-serif;
}
#sportliga {
	top: 40px;
	left: 600px;
	width: 170px;
	color: #78a825
}
#zabava {
	top: 100px;
	left: 525px;
	width: 100px;
	color: #123c80
}
#zabava span,
#ktotam span {
	top: 30px
}
#ktotam {
	top: 180px;
	left: 425px;
	width: 115px;
	color: #6f0b43
}
#megalot {
	top: 518px;
	left: 380px;
	width: 145px
}
#shvidkograi {
	top: 605px;
	left: 410px;
	width: 130px;
	color: #c5006d
}
#gonka {
	top: 693px;
	left: 485px;
	width: 105px;
	color: #47464b
}
#shvidkograi span,
#gonka span {
	top: 17px
}
#sportprognoz {
	top: 768px;
	left: 550px;
	width: 125px;
	color: #166c22
}
#sportprognoz span {
	top: -5px
}
#tiptop {
	top: 305px;
	left: 353px;
	width: 195px
}
.main-region-head {
	margin-top: 0;
	color: #ecab03;
	font-size: 18px;
	line-height: 1.2
}
.main-region-list li {
	margin-bottom: 3px;
	padding-left: 3px
}
.main-region-list li.active {
	background: #ffdc00
}
.main-region-list li.active a {
	color: #222;
	text-decoration: none
}
.main-sell-head {
	margin: 0;
}
.main-sell-headline {
	margin: 0 0 15px;
	display: block;
	font-size: 25px;
	line-height: 1;
	color: #168b30;
}
.main-sell-region {
	margin: 20px 0 10px;
	display: block;
	font-size: 21px;
	color: #ecab03;
}
.main-sell-towns {
	margin-bottom: 30px
}
.main-sell-towns li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	zoom: 1;
}
.main-sell-block {
	margin-bottom: 30px
}
.main-sell-block .warn {
	padding: 10px;
	background: #F0B79C;
	width: 200px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	line-height: 1.2;
	font-size: 11px;
	margin: -55px 0 10px
}
.main-sell-block .warn p {
	margin-bottom: 0
}
.main-sell-block h3 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1
}
.main-sell-block.sell-yellow h3 {
	color: #ffbf00
}
.main-sell-block.sell-green h3 {
	color: #a9c014
}
.main-sell-block .table-wrap {
	position: relative;
}
.main-sell-block.sell-yellow .table-wrap {
	width: 100%;
}
.main-sell-block.sell-green .table-wrap {
	background: #a9c014
}
.main-sell-block.sell-red .table-wrap {
	background: #4285f4c4
}
.main-sell-block.sell-blue .table-wrap {
	background: #d6f0f5
}
.main-sell-block.sell-dark-blue .table-wrap {
	background: #87a7e9
}
.main-sell-block.sell-red h3 {
	color: #4285f4c4
}
.main-sell-block.sell-blue h3 {
	color: #d6f0f5
}
.main-sell-block.sell-dark-blue h3 {
	color: #87a7e9
}
.main-sell-block .table-wrap .tl,
.main-sell-block .table-wrap .tr,
.main-sell-block .table-wrap .bl,
.main-sell-block .table-wrap .br {
	display: block;
}
.main-sell-block .table-wrap .tl {
	top: 0;
	left: 0;
	background-position: -133px -10px
}
.main-sell-block .table-wrap .tr {
	top: 0;
	right: 0;
	background-position: -157px -51px
}
.main-sell-block .table-wrap .bl {
	bottom: 0;
	left: 0;
	background-position: -10px -10px
}
.main-sell-block .table-wrap .br {
	right: 0;
	bottom: 0;
	background-position: -51px -10px
}
.main-sell-block.sell-yellow .table-wrap td {
	border-bottom: 1px solid #fff240
}
.main-sell-block.sell-green .table-wrap tr.even {
	background: #b6cc27
}
.main-sell-block.sell-red .table-wrap tr.even,
.main-sell-block.sell-red .table-wrap tr:nth-child(even) {
	background: #4285f4c4;
	border-top: 1px solid #4285f4c4;
	border-bottom: 1px solid #4285f4c4;
}
.main-sell-block .table-wrap tr:last-child td {
	border-bottom: none
}
.main-sell-table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.3;
	margin-bottom: 10px;
	background: #ffe647;
	border-radius: 15px;
}

.regular, .regular table{
	background: none;
}
.main-sell-table td {
	padding: 5px;
	vertical-align: top;
}
.main-sell-table td em {
	color: #595857
}
.main-lottery-icons {
	width: 250px;
}


.main-lottery-icons a {
	display: inline-block;
	margin-right: 3px;
	background: url(/img/main/sell-points-sprite.png) no-repeat;
	zoom: 1;
}
.main-lottery-icons .ht {
	width: 31px;
	height: 29px;
	background-position: -10px -59px
}
.main-lottery-icons .sp {
	width: 32px;
	height: 29px;
	background-position: -112px -108px
}
.main-lottery-icons .sg {
	width: 30px;
	height: 29px;
	background-position: -10px -108px
}
.main-lottery-icons .lz {
	width: 24px;
	height: 29px;
	background: transparent url("/img/main/sell-point-lz.png") 50% 50% no-repeat;
	background-size: contain;
}
.main-lottery-icons .ml {
	width: 32px;
	height: 29px;
	background-position: -105px -59px
}
.main-lottery-icons .sl {
	width: 38px;
	height: 29px;
	background: transparent url("/img/main/sell-point-sp100.png") 50% 50% no-repeat;
	background-size: contain;
}
.main-lottery-icons .gg {
	width: 21px;
	height: 29px;
	background-position: -92px -10px
}
.main-lottery-icons .tt {
	width: 35px;
	height: 29px;
	background-position: -153px -106px
}
.main-lottery-icons .mu {
	width: 28px;
	height: 25px;
	background-position: -10px -147px
}
.main-lottery-icons .el {
	width: 28px;
	height: 25px;
	background-position: -58px -147px
}
.main-lottery-icons .mb {
	width: 28px;
	height: 25px;
	background-position: -112px -147px
}
.main-lottery-icons .sgr {
	width: 28px;
	height: 25px;
	background-position: -155px -147px
}
.main-lottery-icons .gold {
	width: 32px;
	height: 25px;
	background-position: -8px -188px
}
.main-lottery-icons .terminal {
	width: 80px;
	height: 25px;
	background-position: -42px -188px
}
.main-lottery-icons .bunny {
	width: 32px;
	height: 25px;
	background-position: -98px -225px;
}
.main-lottery-icons .zp {
	width: 36px;
	height: 29px;
	background-position: -145px -191px
}
.main-lottery-icons .lgl {
	width: 75px;
	height: 29px;
	background-position: -5px -217px;
}
.more-info-button {
	background: none;
	border: none;
	color: #0079B0;
	padding: 0;
	border-bottom: 1px dashed #0079B0
}
.more-info-button:hover {
	border-bottom-color: transparent
}
.more-info-button:focus {
	outline: 0
}
.point-additional-info {
	display: none
}
.point-additional-photos {
	margin-bottom: 20px
}
.term-nums {
	font-weight: bold
}
.sell-point-modal {
	position: absolute;
	top: 10%;
	left: 50%;
	padding: 30px;
	line-height: 1.1;
	z-index: 9;
	margin-left: -350px;
	visibility: hidden;
	background: #E6E6E6;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 20px
}
.sell-point-modal .close {
	position: absolute;
	border: none;
	top: 30px;
	left: 100%;
	color: #0079B0;
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	background: #E6E6E6;
	padding: 0 0 0 10px;
	width: 120px;
	text-align: left;
	font-family: Arial,sans-serif;
	vertical-align: middle
}
.sell-point-modal .close:hover {
	color: #F90
}
.sell-point-modal .close span {
	font-size: 46px;
	line-height: 35px;
	vertical-align: middle;
	display: inline-block;
	zoom: 1;
}
.main-sell-table.regular {
	border-bottom: 2px solid #007F00
}
.main-sell-table.regular tr {
	border-bottom: 1px solid #d4d4d4
}
.main-sell-table.regular tr:last-child {
	border-bottom: none
}
.main-sell-table.regular .even,
.main-sell-table.regular tr:nth-child(even) {
	background: #f7f7f7
}
.main-all-video {
	font-size: 12px;
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #96969a;
	text-decoration: none
}
.main-content h1,
.green-header {
	font-size: 25px;
	font-weight: bold;
	color: #006822
}
.main-news-list {
	line-height: 1.2
}
.main-news-list h2 {
	font-size: 18px
}
.main-news-list .image {
	float: left;
	max-width: 40%;
	margin-right: 10px
}
.news-date {
	color: #009ECF;
	font-size: 13px;
	font-style: italic
}
.dotted-header {
	font-size: 18px;
	color: #006822;
	border-bottom: 1px dotted #A1BD6C;
	font-style: italic
}
.video-list h3 {
	font-size: 14px;
	font-weight: normal
}
.vid-category {
	margin-bottom: 20px
}
.to-archive {
	font-weight: bold;
	color: #006822;
	font-style: italic;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	margin-top: 40px;
	line-height: 25px;
	padding: 0 10px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #ffef8a;
	background: -moz-linear-gradient(top,#ffef8a 0%,#ffef8a 54%,#ffdc00 58%,#ffdc00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffef8a),color-stop(54%,#ffef8a),color-stop(58%,#ffdc00),color-stop(100%,#ffdc00));
	background: -webkit-linear-gradient(top,#ffef8a 0%,#ffef8a 54%,#ffdc00 58%,#ffdc00 100%);
	background: -o-linear-gradient(top,#ffef8a 0%,#ffef8a 54%,#ffdc00 58%,#ffdc00 100%);
	background: -ms-linear-gradient(top,#ffef8a 0%,#ffef8a 54%,#ffdc00 58%,#ffdc00 100%);
	background: linear-gradient(to bottom,#ffef8a 0%,#ffef8a 54%,#ffdc00 58%,#ffdc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef8a',endColorstr='#ffdc00',GradientType=0 );
	-webkit-box-shadow: 0 2px 5px #CACACA;
	box-shadow: 0 2px 5px #CACACA
}
.vid-image {
	width: 130px;
	float: left;
	margin: 0 20px 10px 0
}
.vid-article h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006822
}
.b-bottom-banner {
	position: fixed;
	bottom: 0
}
.seo-text {
	padding: 30px 50px;
	line-height: 1.3;
	color: #838383;
	margin-top: 20px;
	float: left
}
.seo-text.seo-collapsed .seo-toggle-text,
.seo-text.seo-collapsed .seo-less,
.seo-text:not(.seo-collapsed) .seo-more {
	display: none
}
.seo-button {
	font-weight: bold;
	text-transform: uppercase;
	color: #838383;
	text-decoration: underline
}
.seo-button:hover {
	text-decoration: none
}
iframe[name='google_conversion_frame'] {
	display: none;
	float: left;
	font-size: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	margin-top: -13px;
	width: 0 !important
}
/*-- page where to buy -- BEGIN --*/
/*Content*/
.content {
	margin-top: 35px;
	color: #585858
}
.point-type {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px
}
.point-type li {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 5px
}
.point-type .sl,
.point-type .lm,
.point-type .zt,
.point-type .mu {
	margin-top: 5px
}
.point-type .sl:before,
.point-type .lm:before,
.point-type .zt:before,
.point-type .mu:before{
	content: "";
	display: block;
	float: left;
	height: 20px;
	width: 30px;
	margin-right: 3px
}
.point-type .sl:before,
.address-list .background-sl {
	background-color: #90c862
}
.point-type .lm:before,
.address-list .background-lm {
	background-color: #ffd200
}
.point-type .zt:before,
.address-list .background-zt {
	background-color: #db95ff
}
.point-type .mu:before,
.address-list .background-mu {
	background-color: #77cbd3
}
.address-list {
	list-style: none;
	padding: 0
}
.address-list li {
	display: block;
	margin-bottom: 5px;
	min-height: 75px;
	padding: 10px;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #e8e8e8
}
.lottery-icons a {
	display: inline-block;
	margin-right: 3px;
	background: url(//msl.ua/img/main/sell-points-sprite.png) no-repeat;
	zoom: 1
}
.lottery-icons .sl {
	width: 38px;
	height: 29px;
	background: transparent url(/img/main/sell-point-sp100.png) 50% 50% no-repeat;
	background-size: contain;
}
.lottery-icons .lz {
	width: 24px;
	height: 29px;
	background: transparent url(/img/main/sell-point-lz.png) 50% 50% no-repeat;
	background-size: contain;
}
.lottery-icons .ht {
	width: 31px;
	height: 29px;
	background-position: -10px -59px
}
.lottery-icons .ml {
	width: 32px;
	height: 29px;
	background-position: -105px -59px
}
.lottery-icons .sp {
	width: 32px;
	height: 29px;
	background-position: -112px -108px
}
.lottery-icons .tt {
	width: 35px;
	height: 29px;
	background-position: -153px -106px
}
.lottery-icons .sgr {
	width: 28px;
	height: 25px;
	background-position: -155px -147px
}
.lottery-icons .mb {
	width: 28px;
	height: 25px;
	background-position: -112px -147px
}
.lottery-icons .el {
	width: 28px;
	height: 25px;
	background-position: -58px -147px
}
.lottery-icons .gold {
	width: 32px;
	height: 25px;
	background-position: -8px -195px
}
.lottery-icons .terminal {
	width: 80px;
	height: 25px;
	background-position: -42px -188px
}
.lottery-icons .gg {
	width: 21px;
	height: 29px;
	background-position: -92px -10px
}
.lottery-icons .sg {
	width: 24px;
	height: 29px;
	background-position: -10px -108px
}
.lottery-icons .mu {
	width: 28px;
	height: 25px;
	background-position: -10px -147px
}
.cabinet-container .nice-select,
.paper-input input {
	height: 45px
}
#map {
	height: 600px;
	width: 100%;
	margin-top: 53px
}
/*infoWindow google maps*/
#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none
}
#map-canvas img {
	max-width: none !important
}
.gm-style-iw {
	width: 320px !important;
	top: 15px !important;
	left: 0 !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178,178,178,.6)
}
#iw-container {
	margin-bottom: 10px
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 4px;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0
}
#iw-container .iw-content {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%)
}
.closeBtnHover:hover {
	background: rgba(0,0,0,.1)
}
/*-- page where to buy -- END --*/
/*update for archive page*/
.paper-input.archive label,
.paper-input.archive input:focus~label,
.paper-input.active input:valid~label {
	font-size: .8rem
}

@media (max-width:1250px) {

	.pagination ul {
		margin-left: 15px
	}
}

@media (max-width:1200px) {

	#map {
		margin-top: 69px
	}
}

@media (max-width:992px) {

	.news-block.main-news {
		margin-bottom: 40px
	}
	.news-list .row:nth-child(odd) div:nth-child(even) .news-block {
		margin-top: 40px
	}
	.news-list .row:nth-child(even) div:nth-child(odd) .news-block {
		background-color: #e8e8e8;
		margin-bottom: 40px
	}
	.news-list .row:nth-child(even) div:nth-child(odd) .news-block .news-time-publication:after {
		background-color: #3fa757
	}
	.news-list .row:nth-child(even) div:nth-child(even) .news-block {
		background-color: #fff
	}
	.news-list .row:nth-child(even) div:nth-child(even) .news-block .news-time-publication:after {
		background-color: inherit
	}
	.filter-title {
		display: block;
		top: 0;
		left: 0
	}
	.search-btn {
		margin: auto
	}
	.top-panel div[class*='col-'] {
		margin-top: 3px;
		margin-bottom: 3px
	}
}

@media (max-width:860px) {

	.main-office .hotline {
		font-size: 25px;
	}
	.main-office .hotline p:before {
		width: 60px;
		height: 60px;
		right: 5px;
		bottom: -10px;
	}
}

@media (max-width:768px) {

	.news-open {
		padding: 30px 10px 20px
	}
	.news-open > .news-title:after {
		margin-right: -10px
	}
}

@media (max-width:680px) {

	.main-office .hotline p {
		text-align: center;
	}
	.main-office .hotline p:before,
	.main-office .hotline p:after {
		display: none;
	}
}

@media (max-width:535px) {

	.filter-btn {
		width: 100%;
		margin-top: 10px
	}
}
/*update for loto markets columns */
.col-lg-3 {
	word-break: break-all;
}


/*  main header  */

/* unset prev styles BEGIN */
header {
	padding: 0;
}
.login {
	min-width: 0;
}
/*  unset prev styles END  */
.mobile-header {
	font-size: 12px;
	min-width: 320px;
}
.mobile-header .login:before,
.mobile-header .profile .user-name:before {
	display: none;
}
.desktop-header {
	display: none;
}
.header__inner {
	display: flex;
	padding: .8em 1.25em;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.header__inner a {
	color: inherit;
	cursor: pointer;
}
.header__inner a:hover {
	text-decoration: underline;
}
.header__mobile-navbar-toggler {
	cursor: pointer;
	width: 2.5em;
	margin: 0 .8em 0 0;
}
.header__mobile-navbar-toggler div {
	height: 2px;
	background: #404040;
}
.header__mobile-navbar-toggler div:nth-child(2) {
	margin: .7em 0;
}
.header__logo,
.header__logo-navigation {
	width: 5.5em;
	margin: 0 .8em 0 0;
}
.header__logo img,
.header__logo-navigation img {
	width: 100%;
}
.header__helpbar {
	display: block;
	background: url('../img/header-main-help.png') no-repeat center;
	background-size: contain;
	width: 2.5em;
	height: 1.833em;
	cursor: pointer;
}
.header__clock {
	line-height: 1;
	margin: 0 .8em 0 0;
	min-width: 2.5em;
}
.header__clock span {
	font-size: 1.5em;
	font-weight: 600;
	color: #424242;
	margin: 0;
	float: none;
}
.header__login-btn {
	background: #3fa757 url('../img/header-main-person.png') no-repeat .833em center;
	background-size: 1.583em;
	width: 6.6em;
	height: 2.8em;
	color: #fff;
	font-family:  'Open Sans', sans-serif;
	font-weight: 600;
	padding: .2em .833em;
	float: none;
	text-align: right;
	margin: auto 0 auto auto;
}
.header__login-btn:hover {
	background: #3fa757 url('../img/header-main-person.png') no-repeat .833em center;
	background-size: 1.583em;
	box-shadow: 4px 4px 8px 0 rgba(0,0,0,.3);
}
.header__profile {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 2.8em;
	margin: auto 0 auto auto;
}
.header__balance {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.header__balance div {
	color: #3fa757;
}
.header__cabinet-entrance-btn {
	background: url('../img/header-main-cabinet.png') no-repeat;
	background-size: contain;
	width: 1.833em;
	height: 1.833em;
	margin: 0 0 0 .8em;
}
.header__add-show-btn {
	background: url('../img/header-main-person-active.png') no-repeat center;
	background-size: contain;
	width: 1.583em;
	height: 1.833em;
	margin: 0 0 0 .8em;
	cursor: pointer;
}
.header__profile-add,
.header__support-add {
	display: none;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 4.116em;
	left: 0;
	padding: 0 0 0 1.25em;
	line-height: 3.333em;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.75);
}
.header__profile-add ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	font-size: 1.166em;
	font-weight: 600;
}
.header__logout-btn {
	background: #3fa757 url('../img/header-main-logout.png') no-repeat center;
	background-size: 1.833em;
	width: 3.583em;
}
.header__logout-btn a {
	display: block;
	height: 100%;
}
.header__support-add {
	padding: 0 1.25em;
	z-index: 95;
}
.header__support-add-inner {
	display: flex;
	justify-content: space-between;
}
.header__support-phone {
	background: url('../img/phone.png') no-repeat left center;
	padding: 0 0 0 4em;
	font-weight: 600;
}
.header__main-navbar {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 0;
	overflow: hidden;
	background: #fff;
	max-width: 330px;
}
.header__main-navbar > div {
	opacity: 0;
}
#main-nav-overlay {
	position: fixed;
	z-index: 95;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(243,243,243,.5);
	cursor: pointer;
}
.header__main-nav-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: .8em 1.25em;
}
.header__main-nav-top .header__mobile-navbar-toggler {
	margin: 0 1.666em 0 0;
}
.header__main-nav-top .header__logo {
	width: 6.416em;
}
.header__main-nav {
	height: 100%;
	padding: 0;
	overflow: auto;
}
.active.header__submenu-toggler + .header__submenu {
	display: block;
}
.header__submenu {
	display: none;
	margin: 1.15em 0 0;
}
.header__main-nav-bottom {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1.333em 1.666em 2.5em;
}
.header__lang {
	display: flex;
	align-items: center;
}
.header__lang a {
	width: 2.666em;
	height: 2em;
	display: inline-flex;
	overflow: hidden;
	border-radius: 7px;
	cursor: pointer;
}
.header__lang .active {
	border: 1px solid #8c8c8c;
	cursor: default;
}
.header__lang .uk {
	background: url('../img/header-main-lang-ua.png') no-repeat center;
	background-size: auto;
	margin: 0 1.1em 0 0;
}
.header__lang .ru {
	background: url('../img/header-main-lang-ru.png') no-repeat center;
	background-size: auto;
}
.header__main-navbar .header__helpbar {
	margin: 0 0 0 auto;
}
.header__submenu-toggler {
	cursor: pointer;
}
.header__nav-list {
	margin: 1em 0 0;
}
.header__nav-list > li {
	color: #3a3a3a;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.333em;
	box-sizing: border-box;
	line-height: 1;
	background-size: .833em .416em;
	text-align: left;
	padding: 1.15em 1.75em;
}
.header__nav-list > li:last-child {
	border: none;
}
.header__nav-list a {
	color: inherit;
	opacity: .9;
}
.header__nav-list a:hover {
	text-decoration: underline;
}
.header__nav-list .header__submenu-toggler {
	position: relative;
}
.header__nav-list .header__submenu-toggler:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .5em .5em 0 .5em;
	border-color: #3a3a3a transparent transparent transparent;
	position: absolute;
	right: -1.4em;
	top: 50%;
	margin: -.25em 0 0 0;
}
.header__nav-list .header__submenu-toggler.active:after {
	border-width: 0 .5em .5em .5em;
	border-color: transparent transparent #3a3a3a transparent;
}
.header__submenu li {
	margin: 0 0 0 -1.75em;
	padding: .8em 0 .8em 3em;
	border-bottom: 1px solid #f0f0f0;
	line-height: 1.3;
}
.header__submenu li:last-child {
	border: none;
	padding-bottom: 0;
}
@media (min-width: 440px) {

	.mobile-header {
		font-size: 14px;
	}
}
@media (min-width: 500px) {

	.mobile-header {
		font-size: 16px;
	}
}
@media (min-width: 576px) {

	.header__mobile-navbar-toggler,
	.header__logo,
	.header__clock {
		margin: 0 2em 0 0;
	}
}
@media (min-width: 768px) {

	.header__logo,
	.header__clock {
		margin: 0 4em 0 0;
	}
}

@media (min-width: 801px) {

	/* set prev styles BEGIN */
	header {
		padding-top: .5rem;
	}
	.login {
		min-width: 13.12rem;
	}
	/*  set prev styles END  */
	.mobile-header {
		display: none;
	}
	.desktop-header {
		display: block;
	}
}

/* FOOTER-MOBILE */

/*.footer-mobile {*/
	/*display: none;*/
/*}*/

/*@media screen and (max-width: 800px) {*/

	/*.footer {*/
		/*display: none;*/
	/*}*/

	/*.footer-mobile {*/
		/*margin-top: 20px;*/
		/*display: block;*/
		/*background-color: #ffffff;*/
		/*box-shadow: 0 -7px 7px 2px #bbbbbb;*/
	/*}*/

	/*.footer-mobile a {*/
		/*color: #333333;*/
		/*text-decoration: none;*/
	/*}*/

	/*.footer-mobile ul {*/
		/*list-style-type: none;*/
	/*}*/

	/*.footer-mobile li {*/
		/*position: relative;*/
	/*}*/

	/*.footer-mobile li:not(:last-of-type) {*/
		/*margin-bottom: 5px;*/
	/*}*/

	/*.footer-mobile li::before {*/
		/*content: "";*/
		/*position: absolute;*/
		/*left: -15px;*/
		/*top: 9px;*/
		/*width: 7px;*/
		/*height: 7px;*/
		/*border-radius: 50%;*/
		/*background-color: #3fa757;*/
	/*}*/

	/*.footer-mobile li:hover a {*/
		/*color: #3fa757;*/
	/*}*/

	/*.footer-mobile-inner {*/
		/*padding: 20px 30px;*/
	/*}*/

	/*.footer-mobile .row {*/
		/*margin: 0;*/
		/*display: -webkit-box;*/
		/*display: flex;*/
		/*-webkit-box-pack: justify;*/
		/*justify-content: space-between;*/
		/*-webkit-box-align: center;*/
		/*align-items: center;*/
	/*}*/

	/*.footer-mobile .row::before,*/
	/*.footer-mobile .row::after {*/
		/*display: none;*/
	/*}*/

	/*.footer-mobile .row1 {*/
		/*margin-bottom: 30px;*/
	/*}*/

	/*.footer-mobile .row2 {*/
		/*-webkit-box-align: start;*/
		/*align-items: flex-start;*/
	/*}*/

	/*.msl-resp-mobile {*/
		/*display: -webkit-box;*/
		/*display: flex;*/
		/*-webkit-box-align: center;*/
		/*align-items: center;*/
		/*flex-basis: 30%;*/
	/*}*/

	/*.msl-resp18-mobile {*/
		/*height: 56px;*/
	/*}*/

	/*.msl-resp-slogan {*/
		/*margin-bottom: 0;*/
		/*padding-left: 5px;*/
		/*font-size: 14px;*/
		/*text-transform: uppercase;*/
	/*}*/

	/*.footer-logo-wrapper {*/
		/*display: -webkit-box;*/
		/*display: flex;*/
		/*-webkit-box-pack: center;*/
		/*justify-content: center;*/
		/*flex-basis: 40%;*/
	/*}*/

	/*.footer-logo-mobile {*/
		/*height: 56px;*/
	/*}*/

	/*.footer-social-mobile {*/
		/*display: -webkit-box;*/
		/*display: flex;*/
		/*-webkit-box-pack: end;*/
		/*justify-content: flex-end;*/
		/*flex-basis: 30%;*/
	/*}*/

	/*.footer-social-mobile a:not(:first-of-type) .social-link {*/
		/*margin-left: 12px;*/
	/*}*/

	/*.social-link {*/
		/*width: 50px;*/
		/*height: 50px;*/
		/*border-radius: 50%;*/
		/*background: transparent 50% 50% no-repeat;*/
		/*background-size: cover;*/
	/*}*/

	/*.social-link-fb {*/
		/*margin-left: 0;*/
		/*background-color: #4d5990;*/
		/*background-image: url("/img/footer-mobile/facebook.png");*/
	/*}*/

	/*.social-link-yt {*/
		/*background-color: #d31c0d;*/
		/*background-image: url("/img/footer-mobile/youtube.png");*/
	/*}*/

	/*.social-link-ig {*/
		/*background-color: #d20269;*/
		/*background-image: url("/img/footer-mobile/instagram.png");*/
	/*}*/

	/*.footer-menu-item {*/
		/*text-align: center;*/
		/*cursor: pointer;*/
	/*}*/

	/*.menu-icon-wrapper {*/
		/*height: 12vw;*/
	/*}*/

	/*.menu-icon {*/
		/*width: 10vw;*/
	/*}*/

	/*.menu-icon path {*/
		/*fill: #3fa757;*/
	/*}*/

	/*.footer-menu-item:hover path {*/
		/*fill: #0b6936;*/
	/*}*/

	/*.footer-menu-item-active path {*/
		/*fill: #0b6936;*/
	/*}*/

	/*.menu-item-headline {*/
		/*font-size: 17px;*/
		/*text-align: center;*/
	/*}*/

	/*.double-headline {*/
		/*margin-top: -10px;*/
	/*}*/

	/*.footer-popup {*/
		/*margin: 0 24px;*/
		/*display: none;*/
		/*border-top: 2px solid #f1f1f1;*/
	/*}*/

	/*.display-block {*/
		/*display: block;*/
	/*}*/

	/*.popup-headline {*/
		/*margin: 0;*/
		/*padding: 15px 0;*/
		/*text-align: center;*/
		/*font-weight: bold;*/
		/*font-size: 20px;*/
	/*}*/

	/*.popup-content {*/
		/*margin: 0 auto;*/
		/*max-width: 420px;*/
		/*display: -webkit-box;*/
		/*display: flex;*/
		/*-webkit-box-pack: justify;*/
		/*justify-content: space-between;*/
		/*-webkit-box-align: start;*/
		/*align-items: flex-start;*/
		/*font-size: 16px;*/
	/*}*/

	/*.mob-certif_wla {*/
		/*width: 24.2%;*/
	/*}*/
	/*.mob-certif_nrr {*/
		/*width: 14.8%;*/
	/*}*/
	/*.mob-certif_tel {*/
		/*width: 48%;*/
	/*}*/

	/*.payment {*/
		/*width: 60px;*/
		/*height: 39px;*/
		/*background: #ffffff 50% 50% no-repeat;*/
		/*background-size: cover;*/
	/*}*/

	/*.wallet {*/
		/*background-image: url("/img/footer-mobile/payment/purse-with-bills.png");*/
	/*}*/

	/*.visa {*/
		/*background-image: url("/img/footer-mobile/payment/visa-pay-logo.png");*/
	/*}*/

	/*.mastercard {*/
		/*background-image: url("/img/footer-mobile/payment/mastercard.png");*/
	/*}*/

	/*.privatbank {*/
		/*background-image: url("/img/footer-mobile/payment/privat.png");*/
	/*}*/

	/*#popup2 .popup-content {*/
		/*-webkit-box-pack: center;*/
		/*justify-content: center;*/
	/*}*/

	/*#popup1 .popup-content {*/
		/*max-width: calc(420px - 2 * 14px);*/
	/*}*/

	/*#popup1 ul {*/
		/*display: -webkit-box;*/
		/*display: flex;*/
		/*-webkit-flex-wrap: wrap;*/
		/*flex-wrap: wrap;*/
		/*-webkit-box-pack: justify;*/
		/*justify-content: space-between;*/
	/*}*/

	/*#popup1 li {*/
		/*padding-left: 15px;*/
		/*width: 50%;*/
		/*max-width: 150px;*/
	/*}*/

	/*#popup1 li::before {*/
		/*left: 0;*/
	/*}*/

	/*.copy-mobile {*/
		/*padding: 10px 0;*/
		/*text-align: center;*/
		/*font-size: 12px;*/
	/*}*/
/*}*/

/*@media screen and (max-width: 600px) {*/
	/*.msl-resp18-mobile,*/
	/*.footer-logo-mobile {*/
		/*height: 8vw;*/
	/*}*/

	/*.msl-resp-slogan {*/
		/*font-size: 2.15vw;*/
	/*}*/

	/*.social-link {*/
		/*height: 8vw;*/
		/*width: 8vw;*/
	/*}*/

	/*.footer-mobile .row1 {*/
		/*margin-bottom: 25px;*/
	/*}*/

	/*.footer-social-mobile a:not(:first-of-type) .social-link {*/
		/*margin-left: 9px;*/
	/*}*/

	/*.menu-item-headline {*/
		/*font-size: 13.5px;*/
	/*}*/

	/*.double-headline {*/
		/*margin-top: -8.5px;*/
	/*}*/
/*}*/

/*@media screen and (max-width: 450px) {*/
	/*.footer-mobile-inner {*/
		/*padding: 15px 20px;*/
	/*}*/

	/*.msl-resp18-mobile,*/
	/*.footer-logo-mobile {*/
		/*height: 29px;*/
	/*}*/

	/*.msl-resp-slogan {*/
		/*font-size: 8px;*/
	/*}*/

	/*.social-link {*/
		/*width: 29px;*/
		/*height: 29px;*/
	/*}*/

	/*.footer-mobile .row1 {*/
		/*margin-bottom: 20px;*/
	/*}*/

	/*.footer-social-mobile a:not(:first-of-type) .social-link {*/
		/*margin-left: 6px;*/
	/*}*/

	/*.menu-item-headline {*/
		/*/!*font-size: 1rem;*!/*/
		/*font-size: 3.25vw;*/
	/*}*/

	/*.double-headline {*/
		/*margin-top: -7px;*/
	/*}*/

	/*.footer-popup {*/
		/*margin: 0 14px;*/
	/*}*/

	/*.popup-headline {*/
		/*font-size: 17px;*/
	/*}*/

	/*.popup-content {*/
		/*font-size: 14px;*/
	/*}*/
/*}*/

/* End of FOOTER-MOBILE section */


/*adaptive*/
@media screen and (max-width:992px) {
	.main-sell-points .row {
		margin: 0;
		padding : 0;
	}
	.container-nav li:after{
		top: 70px;
		left: 25%;
	}
	.main-sell-points{
		padding: 1rem;
		font-size: 16px;
	}
	.main-sell-points > div:first-of-type{
		display: flex !important;
		flex-wrap: wrap;
	}
	.main-sell-points > div{
		width: 100% !important;
	}
	.main-sell-points > div > div{
		width: 100% !important;
		margin: 0 !important;
	}

	.main-sell-points .span2 .main-region-list, .main-sell-points .span9 .main-sell-towns{
		display: flex !important;
		flex-wrap: wrap;
	}

	.main-sell-points .span2 a, .main-sell-points .span9 a{
		display: inline-block;
		padding: .5rem;
	}

	.main-sell-points .span9 {
		max-width: 100% !important;
		margin: 0 auto;
		padding: 5px;
	}

	.static-page .wrapper{
		min-width: 100% !important;
		width: 100% !important;
	}
	.wrapper{
		padding: 1rem;
		margin: 0 auto;
	}
}



@media screen and (max-width:768px){
	.news-full-text table{
		display: block;
		overflow: auto;
		width: 100%;
	}

	.news-full-text table tr{
		display:flex
	}
	.news-full-text img{
		max-width: 100% !important;
		height: auto !important;
		display: block;
		margin: 1rem auto;
		clear: both;
		float: none !important;
    }

	.news-full-text iframe{
		max-width: 100% !important;
		max-height: 560px !important;
		min-height: 300px !important;
		margin-right: 15px !important;
	}
	.main-sell-points .main-sell-table td, .main-sell-points .main-sell-table th{
		display: block;
	}
}
.news-full-text iframe{
	margin-right: 15px !important;
	margin-bottom: 15px !important;
}

@media screen and (width:992px){
	.news-block.main-news{
		height: 760px;
	}
}

.main-sell-table .clearfix h3:empty{
	display: none;
}

@media screen  and (max-width: 800px){
	.news-full-text iframe{
		float: none;
		clear: both;
		display: block;
	}
}

