* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Ubuntu', sans-serif;
}

a:active, a:hover, a {
	cursor: pointer;
	text-decoration: none;
	color: #666;
}

img {
	max-width: 100%;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.modal .modal-header .close {
	border: 0;
	background: transparent;
}

.modal .modal-header .close span {
	display: inline-block;
	font-size: 44px;
	color: #888;
	margin-top: -5px;
}

.modal .modal-header .close:hover span {
	color: #aaa;
}

.modal .btn {
	padding: 24px 72px;
	outline: none;
	max-width: 280px;
}

.modal .btn.btn-primary {
	background: #ab0033;
	border: 2px solid #ab0033;
	margin-bottom: 0;
	margin-right: 28px;
}

.modal .btn.btn-primary:hover,
.modal .btn.btn-primary:active {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #de0848;
}

.header-menu,
.footer-menu {
	padding: 10px 0;
}

.footer-menu .navbar-expand-lg .navbar-nav .nav-link,
.header-menu .navbar-expand-lg .navbar-nav .nav-link {
	display: block;
	padding: .5rem 1rem !important;
	color: #25282f;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.footer-menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.header-menu .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #666;
}

.nav-link {
	padding: .5rem 1rem !important;
	color: #25282f;
}

.nav-link:hover {
	color: #666;
}

.logo-link {
	text-decoration: none;
}

.logo-inet,
.logo-kassa {
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
}

.logo-inet {
	color: #ab0033;
}

.logo-kassa {
	color: #0000a0;
}

.phone-number {
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #0000a0;
}

.phone-number i.fa {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin-right: 8px;
	vertical-align: middle;
}

.navbar {
	text-align: center;
}

@media screen and (max-width:720px){
	.logo-link {
		display: block;
		text-align: center;
	}
	
	.phone-block {
		text-align: center;
	}
}

.header-banner {
	padding: 72px 20px 20px 20px;
	background: url("/img/landing/header-bg3.jpg") no-repeat;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
	background-size: cover;
	background-position: center;
	text-align: left;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header-banner-title {
	position: relative;
	max-width: 670px;
	margin: 0;
	padding-bottom: 46px;
	margin-bottom: 64px;
	font-size: 80px;
	line-height: 100px;
	font-weight: 500;
}

.header-banner-title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 80px;
	height: 6px;
	background: #ab0033;
	width: 120px;
}

.header-banner-text {
	margin-bottom: 78px;
	font-size: 24px;
	line-height: 40px;
	max-width: 550px;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.header-banner-buttons {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: flex;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #fff;
}

.header-banner-buttons .btn {
	padding: 24px 72px;
	outline: none;
	max-width: 280px;
}

.header-banner-buttons .btn.btn-primary {
	background: #ab0033;
	border: 2px solid #ab0033;
	margin-bottom: 0;
	margin-right: 28px;
}

.header-banner-buttons .btn.btn-primary:hover,
.header-banner-buttons .btn.btn-primary:active {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #de0848;
}

@media screen and (max-width:720px) {
	.header-banner {
		padding: 30px 20px;
	}

	.header-banner-title {
		padding-bottom: 36px;
		margin-bottom: 26px;
		font-size: 36px;
		line-height: 110%;
	}
	
	.header-banner-buttons .btn {
		padding: 12px 32px;
		outline: none;
		max-width: auto;
	}
}

/* ******************************* */

.footer-banner {
	padding: 40px 0;
	background: url("/img/landing/feedback/bg-img.jpg") no-repeat;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-banner-title {
	position: relative;
	margin: 0;
	padding-bottom: 46px;
	font-size: 28px;
	line-height: 110%;
	font-weight: 500;
}

.footer-banner-text {
	margin-bottom: 78px;
	font-size: 24px;
	line-height: 40px;
	max-width: 550px;
}

.footer-banner-buttons {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.footer-banner-buttons .btn {
	padding: 24px 72px;
	outline: none;
	max-width: 280px;
}

.footer-banner-buttons .btn.btn-primary {
	background: #ab0033;
	border: 2px solid #ab0033;
	margin-bottom: 0;
	margin-right: 28px;
}

.footer-banner-buttons .btn.btn-primary:hover,
.footer-banner-buttons .btn.btn-primary:active {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #de0848;
}

/* ******************************* */

.title {
	padding: 0 20px;
	margin: 0;
	margin-bottom: 8px;
	color: #0000a0;
	font-size: 28px;
	line-height: 36px;
}

.sec-about {
	padding: 80px 0;
	text-align: left;
	background: #f7f8f9;
}

.sec-about .title {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 60px;
}

.sec-about .text {
	padding: 0 50px 0 20px;
	font-size: 16px;
	line-height: 24px;
	color: #25282f;
}

.sec-about .icon {
	width: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.sec-about .des {
	width: calc(100% - 60px);
	display: inline-block;
	vertical-align: top;
}

.sec-about .usl-title {
	font-size: 18px;
}

.sec-solutions {
	padding: 80px 0;
	text-align: left;
	background: #fff;
}

.sec-solutions .title {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 60px;
	color: #ab0033;
	text-align: center;
}

.sec-solutions .icon {
	width: 56px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.sec-solutions .des {
	width: calc(100% - 84px);
	display: inline-block;
	vertical-align: top;
}

.sec-solutions .usl-title {
	font-size: 20px;
}

.sec-integrations {
	padding: 80px 0;
	text-align: left;
	background: #f7f8f9;
}

.sec-integrations .title {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
}

.sec-integrations .icon {
	width: 48px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.sec-integrations .des {
	width: calc(100% - 76px);
	display: inline-block;
	vertical-align: top;
}

.sec-integrations .title-h3 {
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}

.sec-integrations .cms-logo div {
	text-align: center;
	padding-top: 15px;
}

.sec-integrations .cms-logo img {
	max-width: 100px;
}

.sec-connect {
	padding: 80px 0;
	text-align: left;
	background: #fff;
}

.sec-connect .title {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 60px;
	color: #ab0033;
	text-align: center;
}

.sec-connect .price-za {
	text-align: right;
	font-size: 40px;
	font-weight: 700;
	color: #ab0033;
	padding-top: 40px;
}

@media screen and (max-width:720px){
	.sec-connect .price-za {
		text-align: left;
		font-size: 26px;
		padding-top: 0;
		padding-bottom: 20px;
	}
}

.sec-connect .dop-plata {
	text-align: center;
	padding-top: 30px;
	color: #ab0033;
}
