/* Введите сюда Ваш CSS код */
.mg-footer-copyright {
    display: none;
}
 .mg-nav-widget-area-back .inner {
    width: 100%;
    padding: 25px 0;
    display: none;
		background-color: #202f5b;
}

 .mg-headwidget .navbar-wp .navbar-nav > li> a {
    padding: 10px 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
} 

.lang-item {
	display: inline-block;
}

.mg-head-detail {
	background-color: #202f5b;
}



/* #my-head {
	display: block;
	float: right;
	background-color: #202f5b;
} */

.mg-head-detail ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

#topbar-inner {
	float: right;
/*	background-color: rgba(255, 255, 255, 0.75); */
	padding: 10px;
}
#polylang-2 {
	margin: 0 auto;
}

#topbar-inner #text-2 {
	margin: 0 auto;
}

.textwidget > p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.textwidget > p > .call {
	  padding: 2px 26px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s ease 0s;
    border-width: 2px;
    border-style: solid;
	  background-color: #202f5b;
	  color: white;
		font-size: 12px;
}

.request {
	  padding: 2px 26px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s ease 0s;
    border-width: 2px;
    border-style: solid;
	  background-color: #202f5b;
	  color: white;
}

.request:hover {
	  padding: 2px 26px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s ease 0s;
    border-width: 2px;
    border-style: solid;
	  background-color: white;
	  color: #202f5b;
}

#polylang-2 > ul {
    margin-top: 0;
    margin-bottom: 0rem;
	  padding-left: 25px;
	  font-size: 12px;
}

#custom_logo {
	float: left;
	display: block;
	padding: 10px;
	padding-left: 20px;
	max-width: 80%;
}

 .custom_logo > img {
	max-width: 80%;
} 

#content {
    padding-top: 20px;
    padding-bottom: 60px;
}

#menu-item-394, #menu-item-396 {
	display: none;
}

.mg-breadcrumb-section .overlay {
    height: 100%;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.free-footer-text {
	color: white;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

.free-footer-text > p {
	margin: 0;
}

.free-footer-text > a {
	font-weight: bold;
}

.mg-blog-post-box > .img-fluid {
    width: 30%;
}

.mg-blog-post-box .mg-blog-category {
    margin-bottom: 10px;
    display: none;
}

.mg-post-thumb .post-form, .mg-blog-thumb .post-form {
    position: absolute;
    top: inherit;
    bottom: 30px;
    left: 20px;
    display: none;
}