@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Nanum+Myeongjo:wght@400;700;800');
:root {
	--font: "Barlow", sans-serif;
	--font-title: "Nanum Myeongjo", serif;
}
.hidden {
	display: none !important;
}
body {
	scroll-behavior: smooth;
}
body:not(.logged-in) {
	-webkit-user-select: none;
	-moz-user-select: none;   
	-ms-user-select: none;    
	user-select: none;     
}
body.fixed, html.fixed {
	overflow-y: hidden;
}
main {
	min-height: 50vh;
}
* {
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;*/
	font-family: var(--font);
	box-sizing: border-box;
}
section .wrap, .header .wrap, .footer .wrap {
	width: 1184px;
	max-width: calc(100% - 32px);
	margin: 0 auto;
}
.header {
	position: fixed;
	transform: translateZ(0);
	left: 0;
	top:0;
	z-index: 10;
	padding: 12px 0;
	width: 100%;
	transition: all .3s ease-out;
	background: #ffffff00;
	will-change: background, box-shadow, padding;
}
.logged-in .header {
	top:32px;
}
.header.fixed {
	background: #ffffff;
	padding: 6px 0;
	box-shadow: 0 0 10px -7px #000;
}
.header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .wrap .logo {
}
.header .wrap .menu {
	display: flex;
}
.header .wrap .menu li + li {
	margin-left: 48px;
}
.header .wrap .menu li a {
	color:#11103B;
	font:500 16px / 1.5 var(--font);
	transition: all .3s ease-out;
	will-change: color;
}
.header .wrap .menu li a:hover {
	color:#1790D0;
}
.butts {
	display: flex;
}
.but {
	background: #FFD278;
	transition: all .3s ease-out;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 20px 26.5px;
	min-width: 208px;
	color:#2F2F2F;
	font:700 16px / 1 var(--font);
	text-align: center;
	will-change: background, color;
}
.but .hover {
	display: none;
}
.but:hover .hover {
	display: block;
}
.but:hover .text {
	display: none;
}
.but:hover {
	background: #17aab1;
	color:#fff;
}
.but.secondary {
	border:1px solid #2F2F2F;
	background: #00000000;
}
.but.large {
	font-size: 18px;
	padding: 20px 60px;
}
.but:hover {
	background: #17aab1;
	border-color: #17aab1;
}
.nav-toggle {
	display: none;
}
.elementor-widget-text-editor p, .elementor-widget-text-editor .elementor-widget-container {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
.elementor-widget-text-editor p + p {
	margin-top: 8px;
}
.subscribe_form h2.title {
	color:#11103B;
	font:700 24px / 1.3 var(--font-title);
	margin-bottom: 16px;
}
.subscribe_form .success h4 {
	color:#11103B;
	font:500 18px / 1.5 var(--font);
	margin-bottom: 2px;
}
.footer .subscribe_form .success h4 {
	color:#ffffff;
}
.subscribe_form .success p {
	color:#5E5F6B;
	font:400 16px / 1.5 var(--font);
}
.subscribe_form form {
	position: relative;
}
.subscribe_form form label {
	background: #ffffff;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	display: flex;
	border: 1px solid #ffffff;
	transition: all .3s ease-out;
}
.subscribe_form form.with_error label {
	border: 1px solid #F04438;
}
.subscribe_form form .error {
	color:#F04438;
	font:500 14px / 1.5 var(--font);
	position: absolute;
	top:calc(100% + 6px);
}
.subscribe_form form label input {
	z-index: 1;
	background: #00000000;
	padding: 18px 54px 18px 24px;
	box-shadow: none;
	border:0;
	color:#121214;
	font:400 16px / 1.5 var(--font);
	outline: none;
	width: 100%;
}
.subscribe_form form label input::placeholder {
	visibility: hidden;
	color:#ffffff00;
}
.subscribe_form form label input + .helper {
	position: absolute;
	left: 24px;
	top: 18px;
	width: 100%;
	z-index: 0;
	color:#92939E;
	font:400 16px / 1.5 var(--font);
	transition: all .3s ease-out;
}
.subscribe_form form label input:focus + .helper, .subscribe_form form label input:active + .helper, .subscribe_form form label input:not(:placeholder-shown) + .helper {
	opacity: 0;
	visibility: hidden;
	transform: translate(0,-5px);
}
.subscribe_form form .submit {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #1790D0;
	color:#ffffff;
	box-shadow: 0px 1px 2px 0px #1018280D;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 6px;
	right: 6px;
	border: 0;
	cursor: pointer;
	z-index: 2;
	transition: all .3s ease-out;
}
.subscribe_form form .submit:hover {
	background: #1273A6;
}
.subscribe_form form .submit .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 24px;
	height: 24px;
	transition: all .3s linear;
	color:#ffffff;
}
.elementor-custom-embed-image-overlay .elementor-custom-embed-play svg circle:first-child {
	transition: all .3s ease-out;
}
.elementor-custom-embed-image-overlay .elementor-custom-embed-play:hover svg circle:first-child {
	fill:#1273A6;
}
.subscribe_form form.working .submit {
	cursor: not-allowed;
}
.subscribe_form form.working .submit .icon {
	opacity: 0;
	visibility: hidden;
}
.subscribe_form form .submit .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 24px;
	height: 24px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
}
.subscribe_form form.working .submit .loading {
	opacity: 1;
	visibility: visible;
}
.prelaunch_hero h1 span {
	color:#4CAADB;
}
.prelaunch_hero:before {
	background-size: cover;
	background-position: 0% 100%;
}
div.prelaunch_hero {
	overflow: hidden;
	min-height: calc(100vh + 40px)
}
.prelaunch_hero .thumb {
	margin-right: -128px;
	width: calc(50% + 128px);
}
.footer {
	background: #051C29;
	padding: 96px 0;
}
.footer .top {
	display: flex;
	justify-content: space-between;
}
.footer .subscribe_form h2.title {
	color:#ffffff;
	font:700 30px / 1.2 var(--font-title);
	margin-bottom: 28px;
}
.footer .subscribe_form .success {
	color:#ffffff;
}
.footer .top .contacts {
	display: flex;
}
.footer .top .contacts .col + .col {
	margin-left: 48px;
}
.footer .top .contacts .col h3 {
	font:700 24px / 1.3 var(--font-title);
	color:#ffffff;
	margin-bottom: 32px;
}
.footer .top .contacts .col li + li {
	margin-top: 8px;
}
.footer .top .contacts .col a {
	color:#4CAADB;
	font:400 18px / 1.5 var(--font);
	transition: all .3s ease-out;
}
.footer .top .contacts .col a:hover {
	color:#ffffff;
}
.footer .top .contacts .col address {
	color:#D9D9DE;
	font:400 18px / 1.5 var(--font);
}
.footer .bottom {
	padding-top: 32px;
	margin-top: 96px;
	border-top: 1px solid #FFFFFF24;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .logo {

}
.footer .bottom .menu {
	display: flex;
}
.footer .bottom .menu li + li {
	margin-left: 24px;
}
.footer .bottom .menu li a {
	font:400 16px / 1.5 var(--font);
	color:#ffffff;
	transition: all .3s ease-out;
}
.footer .bottom .menu li a:hover {
	color:#4CAADB;
}
div.prelaunch_about {
	position: relative;
	border-radius: 40px 40px 0 0;
	margin-top: -40px;
	background: #fff;
}
div.prelaunch_about:before {
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 640px;
	height: 540px;
	background: url(../img/blue_lines.svg) 50% / contain no-repeat;
	z-index: 0;
}
.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
	opacity: 1 !important;
}
.elementor-widget-video {
	border-radius: 16px;
	overflow: hidden;
}
div.prelaunch_about:after {
	content:"";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
	height: 370px;
	background: url(../img/yellow_lines.svg) 50% / contain no-repeat;
	z-index: 0;
}
div.prelaunch_about > div {
	position: relative;
	z-index: 1;
}
div.prelaunch_how_items {
	display: flex;
	justify-content: space-between;
	flex-direction: row !important;
	flex-wrap: wrap;
}
div.prelaunch_how_items .elementor-widget-icon-box {
	width: calc(25% - 12px);
	box-shadow: 0px 10px 40px 0px #00000014;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	padding: 48px 15px;
	position: relative;
}
div.prelaunch_how_items .elementor-widget-icon-box:after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 162px;
	max-height: 100%;
	background: url(../img/items_bg.svg) 50% / cover no-repeat;
}
div.prelaunch_how_items .elementor-widget-icon-box > div {
	position: relative;
	z-index: 1;
}
div.prelaunch_how p {
	color:#747583;
	font:500 16px / 1.5 var(--font);
	margin-bottom: 32px;
}
div.prelaunch_how_items .elementor-widget-icon-box .elementor-icon-box-icon svg {
	width: 48px;
	height: 48px;
}
div.prelaunch_how_items .elementor-widget-icon-box .elementor-icon-box-icon {
	margin-bottom: 48px;
}
div.prelaunch_how_items .elementor-widget-icon-box .elementor-icon-box-title {
	color:#121214;
	font:600 20px / 1.5 var(--font);
	margin-bottom: 8px;
}
div.prelaunch_how_items .elementor-widget-icon-box .elementor-icon-box-description {
	color:#42424A;
	font:400 16px / 1.5 var(--font);
}
div.prelaunch_mockups h3 {
	color:#121214;
	font:700 30px / 1.2 var(--font-title);
	margin-bottom: 24px;
}
div.prelaunch_mockups p {
	color:#5E5F6B;
	font:400 16px / 1.5 var(--font);
}
div.prelaunch_mockups p + p {
	margin-top: 8px;
}
div.prelaunch_cases .elementor-widget-text-editor p {
	color:#747583;
	font:500 16px / 1.5 var(--font);
	text-transform: uppercase;
}
div.prelaunch_cases .elementor-widget-text-editor h2 {
	color:#121214;
	font:700 42px / 1.4 var(--font-title);
	margin: 32px 0 64px;
}
.user_cases .tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
}
.user_cases .tabs li {
	margin: 0 12px 12px 0;
}
.user_cases .tabs li:last-child {
	margin-right: 0;
}
.user_cases .tabs li a {
	border:1px solid #B8B9C1;
	border-radius: 30px;
	padding: 7px 19px;
	color:#42424A;
	font:500 16px / 1.5 var(--font);
	transition: all .3s ease-out;
	display: flex;
}
.user_cases .tabs li a.active {
	border:1px solid #1790D0;
	background: #1790D0;
	color:#ffffff;
}
.user_cases .tabs li a:hover {
	border: 1px solid #1790D0;
	color:#051C29;
}
.user_cases .case_item {
	display: none;
}
.user_cases .case_item .inner {
	display: flex;
	align-items: center;
}
.user_cases .case_item .inner .thumb {
	width: 518px;
	max-width: 45%;
	margin-left: 123px;
}
.user_cases .case_item .inner .content {
	flex:1;
}
.user_cases .case_item .inner .content h3 {
	margin-bottom: 32px;
	color:#121214;
	font:700 24px / 1.3 var(--font-title);
}
.user_cases .case_item .inner .content h4 {
	margin-bottom: 8px;
	text-transform: uppercase;
	color:#121214;
	font:500 16px / 1.5 var(--font);
}
.user_cases .case_item .inner .content p + h4 {
	margin-top: 24px;
}
.user_cases .case_item .inner .content p {
	color:#121214;
	font:400 16px / 1.5 var(--font);
}
div.prelaunch_team h3.elementor-image-box-title {
	color:#121214;
	margin-bottom: 8px;
	font:700 24px / 1.3 var(--font-title);
}
div.prelaunch_team p.elementor-image-box-description {
	color:#121214;
	font:400 16px / 1.5 var(--font);
}
div.prelaunch_team p.elementor-image-box-description strong {
	color:#747583;
	margin-bottom: 32px;
	font:500 16px / 1.5 var(--font);
	display: block;
}
div.faq .elementor-accordion {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: -16px;
}
div.faq .elementor-widget-text-editor h4 {
	font:500 16px / 1.5 var(--font);
	color:#121214;
	margin-bottom: 12px;
}
div.faq .elementor-widget-text-editor p {
	font:400 16px / 1.5 var(--font);
	color:#42424A;
}
div.faq .elementor-widget-text-editor a {
	font:400 16px / 1.5 var(--font);
	color:#1790D0;
	text-decoration: underline;
}
div.faq .elementor-accordion-item {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 0;
	width: calc(50% - 8px);
	margin-bottom: 16px;
}
div.faq .elementor-accordion .elementor-tab-content {
	border-top: 0;
	padding: 0 32px 24px;
}
div.faq .elementor-accordion .elementor-tab-content p {
	font:500 16px / 1.5 var(--font);
	color:#42424A;
}
div.faq .elementor-accordion .elementor-tab-content a {
	font:500 16px / 1.5 var(--font);
	color:#1790D0;
}
div.faq .elementor-accordion-item .elementor-tab-title {
	padding: 24px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	border: 0;
}
div.faq .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
	margin-left: 40px;
}
div.faq .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
	color:#121214;
	font:600 20px / 1.5 var(--font);
}
.articles_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.articles_list .item {
	width: calc(50% - 30px);
	display: flex;
	flex-direction: column;
}
.articles_list .item .thumb {
	margin-bottom: 32px;
	display: flex;
	border-radius: 12px;
	overflow: hidden;
}
.articles_list .item .thumb img {
	width: 100%;
}
.articles_list .item .titles {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex:1;
}
.articles_list .item .titles h3 {
	flex:1;
	font:700 24px / 1.3 var(--font-title);
	margin-right: 52px;
	color:#121214;
}
.articles_list .item .titles .icon {
	background: #1790D0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0px 1px 2px 0px #1018280D;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
}
.articles_list .item:hover .titles .icon {
	transform:rotate(45deg);
	background: #1273A6;
}
.articles_list .item .meta {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #121214;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.articles_list .item .meta .place {
	font:500 16px / 1.5 var(--font);
	color:#121214;
}
.articles_list .item .meta .date {
	font:400 16px / 1.5 var(--font);
	color:#121214;
}
.header .nav-toggle {
	display: none;
	width: 24px;
	height: 24px;
	z-index: 15;
	position: relative;
}
.header .nav-toggle span { 
	position: absolute; 
	left: 2px;
	top: calc(50% - 1px);
}
.header .nav-toggle span, 
.header .nav-toggle span:before,
.header .nav-toggle span:after {
	position: absolute;
	display: block;
	content: '';
	height: 2px;
	width: 20px;
	background: #121214;
	border-radius: 2px;
	cursor: pointer;
}
.header .nav-toggle span:before {
	top: -6px;
}
.header .nav-toggle span:after {
	bottom: -6px; 
}
.header .nav-toggle span, .header .nav-toggle span:before, .header .nav-toggle span:after {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	will-change: transform, background;

}
.header .nav-toggle.active span {
	background: #00000000;
}
.header .nav-toggle.active span:before,  .header .nav-toggle.active span:after {
	top: 0;
}
.header .nav-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.error_section {
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.error_section h1 {
	font:700 42px / 1.3 var(--font-title);
	color:#11103B;
	text-align: center;
	margin-bottom: 16px;
}
.error_section p {
	font:500 20px / 1.5 var(--font);
	color:#11103B;
	text-align: center;
}
.typical_hero {
	padding: 210px 0 96px;
	text-align: center;
}
.typical_hero h1 {
	color:#101828;
	font:700 42px / 1.3 var(--font-title);
	margin-top: 12px;
}
.typical_hero .meta {
	color:#747583;
	font:500 16px / 1.5 var(--font);
}
.typical_content {
	padding-bottom: 96px;
}
.typical_content .wrap {
	width: 784px;
}
.typical_content p {
	color:#121214;
	font:400 18px / 1.5 var(--font);
}
.typical_content p + p {
	margin-top: 12px;
}
.typical_content h2 {
	color:#121214;
	margin: 40px 0 20px;
	font:700 36px / 1.4 var(--font-title);
}
.typical_content h3 {
	color:#121214;
	margin: 20px 0 12px;
	font:600 20px / 1.5 var(--font);
}
.typical_content ul {
	padding-left: 24px;
	margin: 12px 0;
}
.typical_content li + li {
	margin-top: 8px;
}
.typical_content li {
	color:#121214;
	list-style-type: disc;
	font:400 18px / 1.5 var(--font);
}
.typical_content strong {
	font-weight: 500;
}
.typical_content a {
	color:#1790D0;
	transition: all .3s ease-out;
	text-decoration: underline;
	font:400 18px / 1.5 var(--font);
}
.typical_content ul li ol {
	padding-left: 24px;
}
.typical_content ul li ol li {
	list-style-type: inherit;
}
.typical_content a:hover {
	color:#121214;
}
@media screen and (max-width:1024px) {
	.header .nav-toggle {
		display: flex;
	}
	.menu-header-menu-container {
		position: fixed;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #ffffff;
		z-index: 0;
		transition: all .3s ease-out;
		padding: 150px 16px 50px;
		opacity: 0;
		visibility: hidden;
		top: -100vh;
	}
	.menu-header-menu-container.active {
		opacity: 1;
		visibility: visible;
		top: 0;
	}
	.header .wrap .menu li + li {
		margin: 28px 0 0 0;
	}
	.menu-header-menu-container .menu {
		display: flex;
		flex-direction: column;
	}
	.header .wrap .logo {
		width: 168px;
		display: flex;
		z-index: 1;
	}
	.header .wrap .logo * {
		width: 100%;
		height: auto;
	}
	main [data-elementor-type="wp-page"] > [data-element_type="container"] {
		padding-left: 16px;
		padding-right: 16px;
	}
	.prelaunch_hero .thumb {
		margin-right: -50px;
		width: calc(50% + 50px);
	}
	.footer .top {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer .top .contacts {
		margin-top: 48px;
		flex-direction: column;
	}
	.footer .top .contacts .col + .col {
		margin: 48px 0 0 0;
	}
}
@media screen and (max-width: 820px) {
	.prelaunch_hero {
		padding-top: 167px;
		padding-bottom: 64px;
	}
	.prelaunch_hero .subscribe_form {
		width: 480px;
		max-width: 100%;
		margin-bottom: 48px;
	}
	.prelaunch_hero .thumb {
		width: calc(100% + 16px);
		margin-right: -16px;
	}
	div.prelaunch_how_items .elementor-widget-icon-box {
		width: calc(50% - 8px);
		margin-bottom: 16px !important;
	}
	div.prelaunch_how_items {
		margin-bottom: -16px !important;
	}
	.user_cases .case_item .inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.user_cases .case_item .inner .thumb {
		max-width: 100%;
		margin: 32px 0 0 0;
	}
	div.prelaunch_team .elementor-image-box-wrapper {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	div.prelaunch_team .elementor-image-box-wrapper .elementor-image-box-img {
		width: 262px !important;
		max-width: 100%;
		margin: 0 0 32px !important;
	}
	div.faq .elementor-accordion-item {
		width: 100%;
	}
	.articles_list {
		flex-direction: column;
		margin-bottom: -16px;
	}
	.articles_list .item {
		width: 100%;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 480px) {
	.footer .bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.typical_hero h1 {
		font-size: 34px;
	}
	.typical_content h2 {
		font-size: 24px;
		margin: 30px 0 10px;
	}
	.error_section h1 {
		font-size: 30px;
	}
	.error_section p {
		font-size: 16px;
	}
	.subscribe_form h2.title {
		font-size: 22px;
	}
	div.prelaunch_how p {
		font-size: 14px;
		margin-bottom: 24px;
	}
	div.prelaunch_how_items {
		flex-direction: column !important;
		align-items: center;
	}
	div.prelaunch_how_items .elementor-widget-icon-box {
		width: 284px;
		max-width: 100%;
	}
	div.prelaunch_mockups h3 {
		font-size: 28px;
		margin-bottom: 16px;
	}
	div.prelaunch_mockups p {
		font-size: 14px;
	}
	div.prelaunch_cases .elementor-widget-text-editor p {
		font-size: 14px;
	}
	div.prelaunch_cases .elementor-widget-text-editor h2 {
		font-size: 34px;
		margin: 24px 0 32px;
	}
	.user_cases .tabs li a {
		font-size: 14px;
	}
	.user_cases .case_item .inner .content h4,.user_cases .case_item .inner .content p {
		font-size: 14px;
	}
	div.prelaunch_team .elementor-image-box-wrapper {
		text-align: left;
	}
	div.prelaunch_team h3.elementor-image-box-title {
		font-size: 22px;
	}
	div.prelaunch_team p.elementor-image-box-description strong {
		font-size: 14px;
		margin-bottom: 20px;
	}
	div.prelaunch_team p.elementor-image-box-description {
		font-size: 14px;
	}
	div.faq .elementor-accordion-item .elementor-tab-title {
		padding: 24px;
	}
	div.faq .elementor-widget-accordion .elementor-accordion-icon svg {
		fill:#1790D0;
	}
	div.faq .elementor-widget-text-editor p, div.faq .elementor-widget-text-editor h4, div.faq .elementor-widget-text-editor a {
		font-size: 14px;
	}
	.articles_list .item .titles h3 {
		margin-right: 30px;
	}
	div.prelaunch_about:after,div.prelaunch_about:before {
		display: none;
	}
	.footer {
		padding: 64px 0;
	}
	.footer .bottom {
		margin-top: 48px;
		padding-top: 48px;
	}
	.footer .logo {
		margin-bottom: 24px;
	}
	.footer .logo img {
		width: 168px;
	}
	.footer .subscribe_form h2.title {
		font-size: 28px;
	}
	.subscribe_form form label input {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.footer .top .contacts .col h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.footer .top .contacts .col a,.footer .top .contacts .col address {
		font-size: 16px;
	}
}