/* logo with info */
@media (min-width: 992px) {
    .logo-with-info-module {
        padding-top: 0 !important;
    }
}
@media (max-width: 1024px) {
    .logo-with-info-module .logo-with-info-module__logo-section__logo-block__image {
		flex: 0 0 190px !important;
		max-width: 190px !important;
	}
}
@media (max-width: 768px) {
    .logo-with-info-module>.container>.logo-with-info-module__logo-section>.row {
		grid-template-columns: repeat(1, 1fr) !important;
		grid-column-gap: 0px !important;
    	grid-row-gap: 20px !important;
	}
}
@media (max-width: 480px) {
    .logo-with-info-module .logo-with-info-module__logo-section__logo-block .row {
		display:block !important;	
	}
	.logo-with-info-module .logo-with-info-module__logo-section__logo-block__image {
		margin:0 auto !important;
		padding:30px !important;
	}
	.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content {
		padding:0 30px 30px 30px !important;	
		max-width:100% !important;
	}
	.logo-with-info-module .logo-with-info-module__logo-section__title {
		margin-bottom: 20px;
	}
}



.logo-with-info-module {
	padding-top: 0 !important;
}
.logo-with-info-module .row .logo-with-info-module__logo-section__logo-block {
    display: flex;
    justify-content: space-around;
	max-width:100%;
	padding-right:0;
	padding-left:0;
	margin-bottom:0;
}
.logo-with-info-module.green-bkg .logo-with-info-module__logo-section__logo-block .row {
    background-color: #ebefdd;
}
.logo-with-info-module.white-bkg .logo-with-info-module__logo-section__logo-block .row {
    border: 2px solid #ececec;
}
.logo-with-info-module.white-drop-bkg .logo-with-info-module__logo-section__logo-block .row {
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	transform-style: preserve-3d;
	background: #fff;
	padding:0;
}
.logo-with-info-module.white-drop-bkg .logo-with-info-module__logo-section__logo-block .row:before,
.logo-with-info-module.white-drop-bkg .logo-with-info-module__logo-section__logo-block .row:after {
	content: "";
	position: absolute;
	height: 50%;
	width: 70%;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	bottom: 0px;
	top: unset;
	transform: translateZ(-1px);
}
.logo-with-info-module.white-drop-bkg .logo-with-info-module__logo-section__logo-block .row:before {
	border-radius: 100% 20% 100% 20%;
	left: 0;
}
.logo-with-info-module.white-drop-bkg .logo-with-info-module__logo-section__logo-block .row:after {
	border-radius: 20% 100% 20% 100%;
	right: 0;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block .row {
    width: 100%;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content {
    padding: 20px 10px;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__image {
	align-content: center;
	flex: 0 0 230px;
	max-width:230px;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__image {
	padding:30px 40px 30px 30px;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content {
    padding-right: 30px;
    padding-left: 15px;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content__title {
    margin-bottom: 8px;
}
.logo-with-info-module .btn--darkblue {
    margin-top: 12px;
}
.logo-with-info-module .container {
	padding:0;	
}
.logo-with-info-module>.container>.logo-with-info-module__logo-section>.row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;	
	margin-left:0;
	margin-right:0;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 230px);
	flex: 0 0 calc(100% - 230px);
	max-width: calc(100% - 230px);
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content__title {
	font-size:16px;	
	line-height:140%;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content__content {
	font-size:16px;	
	line-height:140%;
	margin-bottom:10px;
}
.logo-with-info-module .btn--darkblue {
	font-size:14px;	
	border-radius:0;
	transition:0.2s all ease-in-out;
}
.logo-with-info-module .btn--darkblue:hover {
	background:#000;
}
.logo-with-info-module .logo-with-info-module__logo-section__title {
	font-size:44px !important;
	line-height:140% !important;
	margin-top:-10px;
}
.logo-with-info-module .logo-with-info-module__logo-section__logo-block__content {
	padding:30px 30px 30px 0;
}
.logo-with-info-module hr {
	border-top:1px solid #E5E5E5;	
	margin:50px 0;
}