.new-footer-container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 32px 0px;
}
.footer-wrap {
	color: #ffffff;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 15px;
}
.footer-wrap .hs-menu-wrapper ul {
	flex-direction: column;
}
.footer-wrap .hs-menu-wrapper li {
	flex-direction: column;
	margin: 16px 0 0;
}
.footer-wrap .hs-menu-wrapper a {
	color: #fff;
}
.footer-wrap .hs-menu-wrapper a:hover {
	text-decoration: underline;
}
.colu-title {
	font-size: 24px;
	font: weight: 700;
    margin-bottom: 15px;
}
.footer-wrap form .hs-button{
    background-color: transparent;
    background-image: none;
    background-origin: padding-box,border-box;
    background-repeat: no-repeat,no-repeat;
    height: initial;
    text-align: center;
    text-overflow: ellipsis;
    width: initial;
	transition: none;
}
.footer-wrap form input[type=submit]:hover {
    background-color: transparent;
    background-image: none;
    color: initial;
}
.footer-wrap form input[type=submit], .blu-btn {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
    display: table;
    border: 3px solid #fff;
    padding: 8px 16px;
	margin-top: 24px;
}
.footer-wrap form input[type=submit]:hover, .blu-btn:hover {
	color: #1b51dc;
    background: #def3fb;
    border-color: #1b51dc;
    text-decoration: none;
}
.app-andr-item {
	
}
.app-andr-item img {
	display: block;
	margin-bottom: 7px;
}
.app-andr {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}
.app-andr a {
	color: #ffffff;
}
.app-andr a:hover {
	text-decoration: underline;
}
.soc-sec img {
	margin-right: 7px;
}
.footer-bot-conte {
	background: #fff;
    min-height: 41px;
    color: #221c46;
}
.footer-bot-wrap {
	max-width: 1390px;
	padding:10px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: 4fr 1fr;
	justify-items: center;
}
.bot-menu {
	font-size: 12px;
}
.bot-menu a {
	color: #221c46;
}
.bot-menu a:hover {
	text-decoration: underline;
}
.new-legal {
	font-size: 12px;
	float: right;
	align-self: center;
}
.footer-bot-wrap .hs-menu-wrapper li {
	display: inline-flex;
    margin: 0 8px 0 0;
    padding: 4px 0 4px 8px;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    position: relative;
}
.footer-bot-wrap .hs-menu-wrapper li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #908c99;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer-colu-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.parten {
	margin-top: 40px;
}
.parten-title {
	margin-bottom: 15px;
	font-size: 18px;
	color: #ffffff;
}
.parten img {
	max-width: 140px;
}

#ot-sdk-btn.ot-sdk-show-settings, 
#ot-sdk-btn.optanon-show-settings {
	color: #221c46 !important;
	border: none !important;
	height: auto;
	white-space: normal;
	word-wrap: break-word;
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit;
	cursor: pointer !important;
	transition: .1s ease;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
	color: #221c46 !important;
	background-color: transparent !important;
}

@media(max-width:1200px) {
	.new-footer-container{
		padding: 32px 16px;
	}
}
	@media(max-width:768px) {
	.footer-bot-conte .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
		}
	.footer-wrap {
    grid-template-columns: 1fr;
    row-gap: 60px;
		}
	.footer-bot-wrap {
    grid-template-columns: 1fr;
		}
		.new-legal {
	margin-top: 30px;		
		}
}

