/*
Theme Name: Kolo
Theme URI: https://smarto.agency
Author: SmartOrange
Author URI: https://wordpress.org/
Requires at least: WordPress 4.9.6
Version: 1.2
Text Domain: kolo
*/
.base-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1246px;
	width: 100%;
}
@media (max-width: 1365px) {
	.base-wrap {
		padding: 0 50px;
	}
}
@media (max-width: 1023px) {
	.base-wrap {
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	.base-wrap {
		padding: 0 25px;
	}
}
@media (max-width: 479px) {
	.base-wrap {
		padding: 0 20px;
	}
}

.svg-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.vision-action {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 0;
	/*
	// === horizontal ===

	.vision-submenu {
	    display    : flex;
	    align-items: center;
	    overflow   : hidden;
	    position   : absolute;
	    right      : 100%;
	    height     : 100%;
	    width      : 0;
	    transition : $t;

	    .vision-action-wrap {
	        display        : flex;
	        align-items    : center;
	        justify-content: flex-end;
	        position       : relative;
	        margin-right   : 15px;
	        width          : 22px;
	        height         : 14px;

	        svg {
	            max-width : 100%;
	            min-height: 100%;
	            fill      : $base;
	            stroke    : $base;
	            transition: $t;
	        }

	        &:hover {
	            svg {
	                fill  : $hover;
	                stroke: $hover;
	            }
	        }

	        .vision-text-plus-ico,
	        .vision-text-minus-ico {
	            width : 22px;
	            height: 12px;
	        }

	        .vision-negative-ico,
	        .vision-grayscale-ico {
	            width : 18px;
	            height: 13px;
	        }

	        .vision-contrast-ico {
	            width : 14px;
	            height: 14px;
	        }
	    }
	}

	&:hover {
	    .vision-ico {
	        fill: $hover;
	    }

	    .vision-text {
	        color: $hover;
	    }

	    .vision-submenu {
	        width: auto;
	    }
	}
	*/
}
@media (max-width: 1023px) {
	.vision-action {
		padding: 8px 0;
	}
}
@media (max-width: 767px) {
	.vision-action {
		padding: 2px 0;
	}
}
.vision-action .vision-ico {
	position: relative;
	width: 24px;
	height: 17px;
	margin-right: 10px;
	fill: #9B5890;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	.vision-action .vision-ico {
		width: 22px;
		height: 16px;
		margin-right: 5px;
	}
}
.vision-action .vision-text {
	max-width: 80px;
	font-size: 12px;
	line-height: 15px;
	color: #9B5890;
	transition: all 0.3s linear;
	font-weight: 600;
}
@media (max-width: 1365px) {
	.vision-action .vision-text {
		max-width: 66px;
		font-size: 10px;
		line-height: 13px;
	}
}
.vision-action .vision-submenu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 230px;
	transition: all 0.3s linear;
	padding: 20px;
	border: 1px solid rgba(89, 89, 89, 0.2);
	border-radius: 16px;
	background-color: #FFFFFF;
	z-index: 99;
}
.vision-action .vision-submenu .vision-action-wrap {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding-left: 32px;
	text-decoration: none;
}
.vision-action .vision-submenu .vision-action-wrap:not(:last-child) {
	margin-bottom: 8px;
}
.vision-action .vision-submenu .vision-action-wrap svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	min-height: 100%;
	fill: #9B5890;
	stroke: #9B5890;
	transition: all 0.3s linear;
}
.vision-action .vision-submenu .vision-action-wrap:hover svg {
	fill: #E08A57;
	stroke: #E08A57;
}
.vision-action .vision-submenu .vision-action-wrap .vision-text-plus-ico,
.vision-action .vision-submenu .vision-action-wrap .vision-text-minus-ico {
	width: 22px;
	height: 12px;
}
.vision-action .vision-submenu .vision-action-wrap .vision-negative-ico,
.vision-action .vision-submenu .vision-action-wrap .vision-grayscale-ico {
	margin-left: 2px;
	width: 18px;
	height: 13px;
}
.vision-action .vision-submenu .vision-action-wrap .vision-contrast-ico {
	margin-left: 4px;
	width: 14px;
	height: 14px;
}
.vision-action .vision-submenu .vision-action-wrap .vision-title {
	font-size: 14px;
	line-height: 18px;
	color: #9B5890;
	transition: all 0.3s linear;
}
.vision-action .vision-submenu .vision-action-wrap:hover .vision-title {
	color: #E08A57;
}
.vision-action:hover .vision-ico {
	fill: #E08A57;
}
.vision-action:hover .vision-text {
	color: #E08A57;
}
.vision-action:hover .vision-submenu {
	display: block;
}

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 16px 0;
	background-color: #FFFFFF;
	z-index: 99;
	transition: all 0.3s linear;
	display: flex;
	align-items: center;
}
#header.small {
	padding: 0;
}
@media (max-width: 1023px) {
	#header {
		padding: unset;
		height: 88px;
	}
}
@media (max-width: 767px) {
	#header {
		height: 48px;
	}
}
#header .base-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header a.header-logo {
	display: block;
	width: 107px;
	height: 89px;
	margin-right: 40px;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#header a.header-logo {
		width: 80px;
		height: 67px;
		margin-right: 30px;
	}
}
#header a.header-logo.small {
	width: 84px;
	height: 69px;
	margin-right: 24px;
}
@media (max-width: 1023px) {
	#header a.header-logo {
		width: 59px;
		height: 49px;
		margin-right: unset;
	}
}
@media (max-width: 767px) {
	#header a.header-logo {
		width: 38px;
		height: 32px;
	}
}
#header .header-menu-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	flex: 1;
}
#header .header-menu-wrap .header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid rgba(89, 89, 89, 0.2);
}
@media (max-width: 1023px) {
	#header .header-menu-wrap .header-top {
		display: none;
	}
}
#header .header-menu-wrap .header-top #menu-top {
	display: flex;
	align-items: center;
	flex: 1;
	transition: all 0.3s linear;
}
#header .header-menu-wrap .header-top #menu-top li:not(:last-child) {
	margin-right: 25px;
}
#header .header-menu-wrap .header-top #menu-top li a {
	display: block;
	padding: 17px 0 15px;
	font-size: 15px;
	line-height: 19px;
	color: #595959;
	text-decoration: none !important;
	transition: all 0.3s linear;
}
#header .header-menu-wrap .header-top #menu-top li a:hover {
	color: #000000;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children {
	position: relative;
	padding-right: 14px;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-20%);
	width: 9px;
	height: 5px;
	background-image: url(img/menu_arrow_small.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	left: -20px;
	width: 250px;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(89, 89, 89, 0.2);
	background-color: #FFFFFF;
	z-index: 60;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children .sub-menu li {
	width: 100%;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children .sub-menu li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #595959;
	text-transform: none;
	padding: 0;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children .sub-menu li a:hover {
	color: #E08A57;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children .sub-menu li:not(:first-child) {
	margin-top: 10px;
}
#header .header-menu-wrap .header-top #menu-top .menu-item-has-children:hover > .sub-menu {
	display: block;
}
#header .header-menu-wrap .header-top #menu-top.search {
	width: 0;
}
#header .header-menu-wrap .header-top .header-top-search {
	display: flex;
	align-items: center;
	padding: 17px 0 15px;
	z-index: 80;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form {
	display: flex;
	align-items: center;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-search-field {
	width: 0;
	margin-right: 10px;
	border: unset;
	font-size: 15px;
	line-height: 19px;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-search-field::placeholder {
	color: rgba(89, 89, 89, 0.5);
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-search-btn {
	display: none;
	padding: unset;
	width: 19px;
	height: 19px;
	border: unset;
	background-color: transparent;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-search-btn svg {
	fill: #9B5890;
	transition: all 0.3s linear;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-search-btn:hover svg {
	fill: #E08A57;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-close-btn {
	display: none;
	width: 19px;
	height: 19px;
	stroke: #9B5890;
	transition: all 0.3s linear;
	margin-right: auto;
	cursor: pointer;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-close-btn:hover {
	stroke: #E08A57;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-open-btn {
	display: block;
	width: 19px;
	height: 19px;
	fill: #9B5890;
	transition: all 0.3s linear;
	cursor: pointer;
}
#header .header-menu-wrap .header-top .header-top-search #header-search-form #header-open-btn:hover {
	fill: #E08A57;
}
#header .header-menu-wrap .header-top .header-top-search.search {
	flex: 1;
}
#header .header-menu-wrap .header-top .header-top-search.search #header-search-form {
	flex: 1;
}
#header .header-menu-wrap .header-top .header-top-search.search #header-search-form #header-open-btn {
	display: none;
}
#header .header-menu-wrap .header-top .header-top-search.search #header-search-form #header-search-field {
	margin: 0 10px;
	flex: 1;
}
#header .header-menu-wrap .header-top .header-top-search.search #header-search-form #header-search-btn,
#header .header-menu-wrap .header-top .header-top-search.search #header-search-form #header-close-btn {
	display: block;
}
#header .header-menu-wrap .header-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#header .header-menu-wrap .header-bottom #menu-bottom {
	display: flex;
	align-items: center;
	flex: 1;
}
@media (max-width: 1023px) {
	#header .header-menu-wrap .header-bottom #menu-bottom {
		display: none;
	}
}
#header .header-menu-wrap .header-bottom #menu-bottom li:not(:last-child) {
	margin-right: 30px;
}
#header .header-menu-wrap .header-bottom #menu-bottom li a {
	display: block;
	padding: 17px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #9B5890;
	text-decoration: none !important;
	transition: all 0.3s linear;
}
#header .header-menu-wrap .header-bottom #menu-bottom li a:hover {
	color: #E08A57;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children {
	position: relative;
	padding-right: 15px;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-20%);
	width: 10px;
	height: 7px;
	background-image: url(img/menu_arrow_big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	left: -20px;
	width: 280px;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(89, 89, 89, 0.2);
	background-color: #FFFFFF;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children .sub-menu li {
	width: 100%;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children .sub-menu li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #9B5890;
	text-transform: none;
	padding: 0;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children .sub-menu li a:hover {
	color: #E08A57;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children .sub-menu li:not(:first-child) {
	margin-top: 10px;
}
#header .header-menu-wrap .header-bottom #menu-bottom .menu-item-has-children:hover > .sub-menu {
	display: block;
}
#header .header-menu-wrap .header-bottom .header-bottom-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 1023px) {
	#header .header-menu-wrap .header-bottom .header-bottom-actions {
		width: 100%;
	}
}
#header .header-menu-wrap .header-bottom .header-bottom-actions .header-actions {
	display: none;
}
@media (max-width: 1023px) {
	#header .header-menu-wrap .header-bottom .header-bottom-actions .header-actions {
		display: flex;
	}
}
#header .header-actions {
	display: flex;
	align-items: center;
}
#header .header-actions .soc-ico-action {
	margin-left: 20px;
	width: 24px;
	height: 24px;
}
@media (max-width: 1023px) {
	#header .header-actions .soc-ico-action {
		margin-left: unset;
		margin-right: 20px;
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 1023px) {
	#header .header-actions .soc-ico-action {
		margin-right: 15px;
		width: 16px;
		height: 16px;
	}
}
#header .header-actions .soc-ico-action svg {
	fill: #9B5890;
	transition: all 0.3s linear;
}
#header .header-actions .soc-ico-action:hover svg {
	fill: #E08A57;
}
#header #burger-btn {
	display: none;
	width: 35px;
	height: 19px;
	margin-left: 30px;
	cursor: pointer;
}
@media (max-width: 1023px) {
	#header #burger-btn {
		display: block;
	}
}
@media (max-width: 767px) {
	#header #burger-btn {
		width: 20px;
		margin-left: 18px;
	}
}
#header #burger-btn svg {
	fill: #9B5890;
	transition: all 0.3s linear;
}
#header #burger-btn:hover svg {
	fill: #E08A57;
}

#mobile-menu-wrap {
	display: none;
	position: absolute;
	top: 89px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	padding: 20px 0 50px;
	z-index: 50;
}
@media (max-width: 767px) {
	#mobile-menu-wrap {
		padding: 30px 0;
	}
}
@media (max-width: 1023px) {
	#mobile-menu-wrap.open {
		display: block;
	}
}
#mobile-menu-wrap #mobile-menu-first {
	list-style: none;
	width: 100%;
}
#mobile-menu-wrap #mobile-menu-first > li {
	position: relative;
}
#mobile-menu-wrap #mobile-menu-first > li:not(:first-child) {
	margin-top: 50px;
}
@media (max-width: 767px) {
	#mobile-menu-wrap #mobile-menu-first > li:not(:first-child) {
		margin-top: 30px;
	}
}
#mobile-menu-wrap #mobile-menu-first > li > a {
	display: block;
	font-family: Hermes;
	font-size: 25px;
	line-height: 30px;
	color: #E08A57;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	#mobile-menu-wrap #mobile-menu-first > li > a {
		font-size: 18px;
		line-height: 21px;
	}
}
#mobile-menu-wrap #mobile-menu-first .sub-menu {
	margin-top: 20px;
}
@media (max-width: 767px) {
	#mobile-menu-wrap #mobile-menu-first .sub-menu {
		margin-top: 10px;
	}
}
#mobile-menu-wrap #mobile-menu-first .sub-menu li:not(:last-child) {
	margin-bottom: 5px;
}
#mobile-menu-wrap #mobile-menu-first .sub-menu li a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #9B5890;
	transition: all 0.3s linear;
	text-align: center;
}
@media (max-width: 767px) {
	#mobile-menu-wrap #mobile-menu-first .sub-menu li a {
		font-size: 12px;
		line-height: 15px;
	}
}
#mobile-menu-wrap #mobile-menu-first .sub-menu li a:hover {
	color: #E08A57;
}
#mobile-menu-wrap .separator {
	margin: 50px 0;
	height: 0;
	border-bottom: 1px solid rgba(89, 89, 89, 0.2);
}
@media (max-width: 767px) {
	#mobile-menu-wrap .separator {
		margin: 40px 0;
	}
}
#mobile-menu-wrap #mobile-menu-second {
	position: relative;
	list-style: none;
	width: 100%;
}
#mobile-menu-wrap #mobile-menu-second li {
	position: relative;
}
#mobile-menu-wrap #mobile-menu-second li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #595959;
	transition: all 0.3s linear;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 767px) {
	#mobile-menu-wrap #mobile-menu-second li a {
		font-size: 12px;
		line-height: 15px;
	}
}
#mobile-menu-wrap #mobile-menu-second li a:hover {
	color: #E08A57;
}
#mobile-menu-wrap #mobile-menu-second .sub-menu li a {
	font-weight: unset;
}
#mobile-menu-wrap .mobile-search-form {
	position: relative;
	display: flex;
	align-items: center;
	margin: 50px auto 0;
	max-width: 570px;
	width: 100%;
	height: 23px;
}
@media (max-width: 767px) {
	#mobile-menu-wrap .mobile-search-form {
		margin: 40px auto 0;
	}
}
#mobile-menu-wrap .mobile-search-form .mobile-search-btn {
	display: block;
	padding: unset;
	width: 23px;
	height: 23px;
	border: unset;
	background-color: transparent;
}
#mobile-menu-wrap .mobile-search-form .mobile-search-btn svg {
	fill: #9B5890;
	transition: all 0.3s linear;
}
#mobile-menu-wrap .mobile-search-form .mobile-search-btn:hover svg {
	fill: #E08A57;
}
#mobile-menu-wrap .mobile-search-form .mobile-search-field {
	flex: 1;
	border: unset;
	margin-left: 16px;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0;
	border-bottom: 1px solid rgba(89, 89, 89, 0.2);
}
@media (max-width: 767px) {
	#mobile-menu-wrap .mobile-search-form .mobile-search-field {
		font-size: 10px;
		line-height: 13px;
		padding: 1px 0;
	}
}
#mobile-menu-wrap .mobile-search-form .mobile-search-field::placeholder {
	color: rgba(89, 89, 89, 0.5);
}

#footer {
	margin-top: 20px;
}
#footer .footer-wrap {
	position: relative;
	padding-left: 174px;
}
@media (max-width: 1365px) {
	#footer .footer-wrap {
		padding-left: 130px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap {
		padding: unset;
	}
}
#footer .footer-wrap .footer-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 124px;
	height: 104px;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-logo {
		width: 86px;
		height: 75px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-logo {
		display: none;
	}
}
#footer .footer-wrap .footer-menu-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-menu-wrap {
		margin: unset;
	}
}
#footer .footer-wrap .footer-menu-wrap #footer-menu-top {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top {
		flex-direction: column-reverse;
	}
}
#footer .footer-wrap .footer-menu-wrap #footer-menu-top > li {
	position: relative;
	width: calc(33.3333% - 50px);
	margin: 0 25px;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top > li {
		width: 100%;
		margin: unset;
	}
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top > li:not(:last-child) {
		margin-top: 30px;
	}
}
#footer .footer-wrap .footer-menu-wrap #footer-menu-top > li > a {
	font-family: Hermes;
	font-size: 28px;
	line-height: 33px;
	color: #E08A57;
	text-decoration: none;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top > li > a {
		font-size: 22px;
		line-height: 26px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top > li > a {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top > li > a {
		font-size: 18px;
		line-height: 21px;
	}
}
#footer .footer-wrap .footer-menu-wrap #footer-menu-top .sub-menu {
	margin-top: 10px;
}
#footer .footer-wrap .footer-menu-wrap #footer-menu-top .sub-menu li {
	margin-bottom: 5px;
}
#footer .footer-wrap .footer-menu-wrap #footer-menu-top .sub-menu li a {
	font-size: 18px;
	line-height: 23px;
	text-decoration: none;
	color: #9B5890;
	transition: all 0.3s linear;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top .sub-menu li a {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-menu-wrap #footer-menu-top .sub-menu li a {
		font-size: 12px;
		line-height: 15px;
	}
}
#footer .footer-wrap .footer-menu-wrap #footer-menu-top .sub-menu li a:hover {
	color: #E08A57;
}
#footer .footer-wrap .footer-menu-wrap .footer-bottom {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-menu-wrap .footer-bottom {
		flex-direction: column;
	}
}
#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu {
	position: relative;
	width: calc(33.3333% - 50px);
	margin: 0 25px 5px 25px;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu {
		margin: unset;
		width: 100%;
	}
}
#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu li {
	position: relative;
	margin-bottom: 5px;
}
#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu li a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	color: #595959;
	transition: all 0.3s linear;
	text-decoration: none;
}
@media (max-width: 1365px) {
	#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu li a {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 1023px) {
	#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu li a {
		font-size: 12px;
		line-height: 15px;
	}
}
#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu li a:hover {
	color: #E08A57;
}
#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu .sub-menu li:first-child {
	margin-top: 10px;
}
@media (max-width: 767px) {
	#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu .sub-menu li:first-child {
		margin: unset;
	}
}
#footer .footer-wrap .footer-menu-wrap .footer-bottom .footer-bottom-menu .sub-menu li a {
	font-weight: unset;
}
#footer #copyright {
	position: relative;
	padding: 30px 0;
	margin-top: 40px;
	background-color: #F0F0F0;
}
@media (max-width: 1365px) {
	#footer #copyright {
		padding: 20px 0;
		margin-top: 30px;
	}
}
#footer #copyright .copyright-top {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media (max-width: 767px) {
	#footer #copyright .copyright-top {
		flex-wrap: wrap;
	}
}
#footer #copyright .copyright-top .mobile-footer-logo {
	display: none;
	order: 0;
}
@media (max-width: 1023px) {
	#footer #copyright .copyright-top .mobile-footer-logo {
		display: block;
		margin-right: 30px;
	}
}
#footer #copyright .copyright-top .mobile-footer-logo svg {
	width: 60px;
	height: 50px;
}
@media (max-width: 767px) {
	#footer #copyright .copyright-top .mobile-footer-logo svg {
		width: 38px;
		height: 32px;
	}
}
#footer #copyright .copyright-top .disclaimer {
	position: relative;
	max-width: 712px;
	font-size: 14px;
	line-height: 18px;
	order: 1;
}
@media (max-width: 1365px) {
	#footer #copyright .copyright-top .disclaimer {
		width: 636px;
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 1023px) {
	#footer #copyright .copyright-top .disclaimer {
		width: unset;
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	#footer #copyright .copyright-top .disclaimer {
		order: 2;
		width: 100%;
		line-height: 150%;
		margin-top: 10px;
	}
}
#footer #copyright .copyright-top .social {
	display: flex;
	align-items: center;
	order: 2;
}
@media (max-width: 767px) {
	#footer #copyright .copyright-top .social {
		order: 1;
		margin-left: 40px;
	}
}
#footer #copyright .copyright-top .social .soc-ico-action {
	width: 30px;
	height: 30px;
}
#footer #copyright .copyright-top .social .soc-ico-action:not(:first-child) {
	margin-left: 20px;
}
@media (max-width: 1365px) {
	#footer #copyright .copyright-top .social .soc-ico-action {
		margin-left: 15px;
		width: 20px;
		height: 20px;
	}
}
#footer #copyright .copyright-top .social .soc-ico-action svg {
	fill: #9B5890;
	transition: all 0.3s linear;
}
#footer #copyright .copyright-top .social .soc-ico-action:hover svg {
	fill: #E08A57;
}
#footer #copyright .copyright-bottom {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
}
@media (max-width: 1365px) {
	#footer #copyright .copyright-bottom {
		margin-top: 40px;
	}
}
@media (max-width: 1365px) {
	#footer #copyright .copyright-bottom {
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	#footer #copyright .copyright-bottom {
		margin-top: 20px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}
#footer #copyright .copyright-bottom .copyright,
#footer #copyright .copyright-bottom .developers {
	font-size: 14px;
	line-height: 18px;
	color: rgba(89, 89, 89, 0.5);
}
@media (max-width: 1365px) {
	#footer #copyright .copyright-bottom .copyright,
#footer #copyright .copyright-bottom .developers {
		font-size: 12px;
		line-height: 15px;
	}
}
#footer #copyright .copyright-bottom .developers {
	display: flex;
	/* align-items: baseline; */
	align-items: center;
}
@media (max-width: 767px) {
	#footer #copyright .copyright-bottom .developers {
		margin-top: 10px;
	}
}
#footer #copyright .copyright-bottom .developers .first {
	margin-left: 5px;
	width: 78px;
	height: 14px;
}
@media (max-width: 767px) {
	#footer #copyright .copyright-bottom .developers .first {
		width: 56px;
		height: 10px;
	}
}
#footer #copyright .copyright-bottom .developers .first svg {
	fill: rgba(89, 89, 89, 0.5);
}
#footer #copyright .copyright-bottom .developers .first:hover svg {
	fill: #E08A57;
}
#footer #copyright .copyright-bottom .developers .and {
	margin: 0 14px;
}
#footer #copyright .copyright-bottom .developers .second {
	margin-left: 5px;
	width: 29px;
	height: 29px;
	background-image: url(img/SmartoAgency.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 767px) {
	#footer #copyright .copyright-bottom .developers .second {
		width: 13px;
		height: 13px;
	}
}