.kmp-messages {
    width: 70px;
    position: fixed;
    height: 70px;
    right: 10px;
    bottom: 20px;
    background-color: #fde037;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 600;
}

.kmp-messages * {
    box-sizing: border-box;
}

.kmp-m-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: auto;
}

.kmp-m-i-img {
    margin: auto;
}

.kmp-m-i-img svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

.kmp-m-i-img p {
    color: #000;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
}

.kmp-lines {
    background: #FFFFFF;
    box-shadow: 0 0 40px #00000033;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 80px;
    right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000000;
    transform: scale(1);
    display: none;
    visibility: hidden;
    transition: ease-in-out .2s all;
    opacity: 0;
}

.kmp-messages.opened .kmp-lines {
    visibility: visible;
    opacity: 1;
    display: block;
    width: 200px;
}



.kmp-lines ul {
    list-style: none outside none !important;
    padding: 0;
}

li.kmp-m-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}

.kmp-m-item-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.kmp-m-item-icon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.kmp-m-item-label {
    color: #575b71;
}

.kmp-messages.opened .kmp-m-i-img {
    display: none;
}

.kmp-m-close {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* display: flex; */
    flex: auto;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.kmp-messages.opened .kmp-m-close {
    display: flex;
}

.kmp-m-close svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}



li.kmp-mc-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}

.kmp-messages-contacts ul {
    list-style: none outside none !important;
    padding: 0;
    margin: 0 0 20px 0;
}

.kmp-mc-item-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.kmp-mc-item-icon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.scroll-up {
    right: 90px!important;
    bottom: 30px!important;
}

.pretty-table {
	width: 100%;
}

.pretty-table td {
	width: 50%;
	padding: 8px 12px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #e1e1e1;
	border-collapse: collapse
}

.pretty-table tr:first-child td {
   	background: #fde037;
	color: #000;
	border-bottom: none;
}

.pretty-gallery {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pretty-gallery__item {
	width: 50%;
	height: 300px;
	padding: 10px;
	box-sizing: border-box;
}

.pretty-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pretty-contacts ul {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0px 0px 12px 20px;
}

.pretty-catalog {
    display: flex;
	flex-wrap: wrap;
}

.pretty-catalog__item {
	width: 33%;
    padding: 10px;
    box-sizing: border-box;
}

.pretty-catalog__item--thumb {
	width: 100%;
	height: 200px;
}

.pretty-catalog__item--thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pretty-catalog__item--link {
	margin: 15px 0;
}

.pretty-catalog__item--link a {
	font-size: 18px;
	text-decoration: none;
    color: #575b71;
	transition: all .5s;
}

.pretty-catalog__item--link a:hover {
	opacity: .8;
}

@media (max-width: 600px) {
	.pretty-table td {
		width: 50%;
	}
	.pretty-gallery__item {
		width: 100%;
	}
	.pretty-catalog__item {
		width: 100%;
	}
	.pretty-contacts ul {
		align-items: flex-start;
		justify-content: flex-start;
    	padding: 0;
	}
	.pretty-contacts ul li {
		width: 50%;
	}
}