@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-ExtraBold.eot');
    src: local('Geometria ExtraBold'), local('Geometria-ExtraBold'),
        url('../fonts/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geometria-ExtraBold.woff2') format('woff2'),
        url('../fonts/Geometria-ExtraBold.woff') format('woff'),
        url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/BebasNeueBook.woff') format('woff'),
        url('../fonts/BebasNeueBook.ttf') format('truetype'),
        url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
body {
	position: relative;
	width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #252f3f;
}
h1, h2, h3, h4, h5, h6 {
	padding: 25px 0;
}
p, li {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}
a {
    color: #0069c8;
}
.display-1 {
	font-family: 'Geometria';
	font-size: 48px;
	color: #252f3f;
	line-height: 50px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 60px 0 40px;
}
.display-2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #0069c8;
}
.display-3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #ec7a08;
}
.display-4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #0069c8;
	font-weight: 300;
}
.display-5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #0069c8;
	font-weight: 300;
}
.display-6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #252f3f;
	font-weight: 800;
	text-transform: uppercase;
}
.badge-success {
	background-color: transparent;
}
.badge-dark {
	padding: 5px 10px;
    background: #0069c8;
	border-radius: 11px;
}
.security .badge-dark {
	background: #4cb050;
}
.infrastructure .badge-dark {
	background: #fe5722;
}
.video .badge-dark {
	background: #fec107;
}
.cloud .badge-dark {
	background: #03a9f5;
}
.cad .badge-dark {
	background: #cddc39;
}
.alert-secondary {
	padding-left: 140px;
	background-color: rgba(240,240,240,.3);
	border-color: rgba(240,240,240,.3);
	border-radius: 0;
}
.text-success {
	color: #0069c8 !important;
}
/* Forms */
.form-section {
	padding: 50px 0;
	background-color: #fafafa;
}
.form-group.pass {
	-ms-flex-pack: distribute!important;
    justify-content: space-around!important;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-group.pass .form-type-password {
	padding-right: 5px;
    padding-left: 5px;
}
.password-strength-title, .password-confirm {
	font-size: 30px;
	color: #0069c8;
	font-weight: 300;
	line-height: 28px;
	margin-top: 15px;
}
.password-strength-text, .password-suggestions.description {
	display: none !important;
}
.form-group label {
	font-size: 18px;
	color: #252f3f;
	font-weight: 300;
}
.form-group label.is-invalid {
	color: #ec7a08;
}
.form-group label.form-check-label {
	font-size: 16px;
	line-height: 1.2;
}
.form-type-checkbox .form-check-input {
    margin-left: 5px;
}
.form-group .form-type-checkbox label {
    margin-left: 30px;
}
.form-group .pagination li {
    padding: 2px !important;
}
.form-group .page-link {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}
.form-control, .form-text, .form-select {
	font-size: 18px;
	color: #252f3f;
	font-weight: 300;
	height: 48px;
	position: relative;
	padding: 10px;
	border: 1px solid rgba(229,229,229,.5);
	border-radius: 0;
}
.form-select option {
    font-weight: 300;
}
.password-field, .password-confirm.form-text {
	width: 100%;
	height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.form-control:hover, .form-text:hover {
	border-color: rgba(229,229,229,1);
	box-shadow: 0 0 0 0.2rem rgba(229,229,229,.25);
}
.form-control:focus, .form-text:focus {
	border-color: rgba(209,209,209,1);
	box-shadow: 0 0 0 0.2rem rgba(229,229,229,.5);
}
.form-text {
    margin-top: 0;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
	color: #ec7a08;
	border-color: #ec7a08;
}
.invalid-feedback {
	font-size: 90%;
	color: #ec7a08;
}
.input-group>.input-group-prepend {
	display: inline-block;
	white-space: nowrap;
	line-height: 1;
	vertical-align: baseline;
	background-color: transparent;
	border-color: #ccc;
	background-image: none;
	color: #fff;
	text-transform: none;
	font-weight: 700;
	border-radius: 0;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 28px;
	height: 48px;
	z-index: 1;
}
.input-group.is-invalid>.input-group-prepend {
	border-color: #ec7a08;
}
.input-group>.input-group-prepend:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 0;
	background-color: transparent!important;
	border-top: 0 solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 48px solid transparent;
	border-left: 0 solid transparent;
	border-right-color: inherit;
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
}
.input-group>.input-group-prepend .input-group-text {
	padding: .375rem .85rem;
	color: #fff;
	background-color: transparent;
	border: 0px solid #ced4da;
	border-radius: 0;
}
/* Buttons */
.btn {
	font-family: 'Open Sans' , sans-serif;
	min-width: 200px;
	padding: 6px 10px;
	border-radius: 20px;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
.btn-sm {
	min-width: 150px;
}
.btn-group-lg>.btn, .btn-lg {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding: 10px 20px;
	border-radius: 25px;
}
.btn-link {
    font-weight: 300;
    color: #0069c8;
}
.btn-success {
	background-color: #0069c8;
	border-color: #0069c8;
}
.btn-success:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.btn-success:hover, .btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	background-color: #252f3f;
	border-color: #252f3f;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.3rem rgba(0,0,0,.25);
}
.btn-primary {
	background-color: #0069c8;
	border-color: #0069c8;
}
.btn-primary:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #252f3f;
	border-color: #252f3f;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.btn-dark {
    background-color: #252f3f;
	border-color: #252f3f !important;
}
.btn-dark:hover, .btn-dark:focus {
	color: #252f3f !important;
    background-color: #fff;
	border-color: #fff !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.btn-outline-primary {
    color: #0069c8;
	background-color: #fff;
    border-color: #0069c8 !important;
	border-style: solid !important;
}
.btn-outline-primary:hover {
    color: #252f3f !important;
	border-color: #252f3f !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #252f3f;
	background-color: #fff;
	border-color: #252f3f;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.3rem rgba(2,120,226,.10);
}
.messages.error {
	position: relative;
	padding: 0 30px 20px;
	margin: 20px 0;
	font-weight: 300;
	text-align: center;
	background-color: #fff;
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.messages.error:after {
    position: absolute;
	content: "";
    top: 0px;
    right: 0;
    width: 100px;
    height: 100%;
    padding: 0;
	background: url(../image/ico-error.svg) no-repeat center center;
}
.messages.error:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 100px;
    height: 100%;
    padding: 0;
    background: url(../image/bg-alert-softprom.svg) no-repeat center center;
    transform: rotate(180deg);
}
.messages.error h2 {
	font-family: 'Open Sans', sans-serif;
	color: #ff0000;
	font-weight: 300;
	padding-bottom: 0;
}
.messages.error ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
.messages.error ul li {
    position: relative;
    padding: 5px 30px;
}
.messages.error ul li::before {
	display: none;
    position: absolute;
    width: 13px;
    height: 11px;
    top: 12px;
    left: 0px;
    content: "";
    background-color: #ec7a08;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
/* Table */
.table {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.table.table-sm {
	margin-bottom: 0;
}
.table thead th {
	font-family: 'Open Sans', sans-serif;
    color: #0069c8;
	font-weight: 300;
	text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
}
.table td, .table th {
	font-size: 18px;
	padding: 10px 10px;
	line-height: 20px;
	vertical-align: middle;
    border-top: 1px solid #e5e5e5;
}
.table.table-sm td, .table.table-sm th {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 30px;
	white-space: nowrap;
}
.table.table-sm th {
    font-size: 18px;
	font-weight: 300;
}
.table td.dark {
	background-color: rgba(37,47,63,.05);
}
.table td.color {
	background-color: rgba(0,105,200,.1);
}
.security .table td.color {
	background-color: rgba(76,176,80,.1);
}
.infrastructure .table td.color {
	background-color: rgba(254,87,34,.1);
}
.video .table td.color {
	background-color: rgba(254,193,7,.1);
}
.cloud .table td.color {
	background-color: rgba(3,169,245,.1);
}
.cad .table td.color {
	background-color: rgba(205,220,57,.1);
}
.table th.dark {
	color: #fff;
	font-weight: 700;
	background-color: rgba(37,47,63,1);
}
.table th.color {
	color: #fff;
	font-weight: 700;
	background-color: rgba(0,105,200,1);
}
.table td span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
}
.table td.dark span {
	background-color: #252f3f;
}
.table td.color span {
	background-color: #0069c8;
}
.security .table th.color, .security .table td.color span {
	background-color: #4cb050;
}
.infrastructure .table th.color, .infrastructure .table td.color span {
	background-color: #fe5722;
}
.video .table th.color, .video .table td.color span {
	background-color: #fec107;
}
.cloud .table th.color, .cloud .table td.color span {
	background-color: #03a9f5;
}
.cad .table th.color, .cad .table td.color span {
	background-color: #cddc39;
}
.table.comparison th, .table.comparison td {
	text-align: center;
}
.table.comparison th:first-child, .table.comparison td:first-child {
	text-align: start;
}
.vendor-map-container .table {
	background-color: #fff;
}
.vendor-map-container .table.table-sm th {
	font-size: 10px;
    color: #2f2f2f;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
}
.vendor-map-container .table.table-sm td {
	text-align: center;
}
.vendor-map-container .table.table-sm td:first-child {
	text-align: left;
}
.vendor-map-container .table.table-sm th:first-child {
	font-size: 16px;
	color: #0069c8;
	text-align: left;
	vertical-align: middle;
}
.table td {
    color: #2f2f2f;
	font-weight: 300;
}
.sticky-table table tr.sticky-header th, .sticky-table table tr.sticky-header td, .sticky-table table tr.sticky-footer th, .sticky-table table tr.sticky-footer td {
    outline: 0px solid #fff !important;
}
.sticky-table table td.sticky-cell, .sticky-table table th.sticky-cell, .sticky-table table td.sticky-cell-opposite, .sticky-table table th.sticky-cell-opposite {
    outline: 0px solid #fff !important;
}
.table-hover tbody tr:hover {
    background-color: rgba(240,240,240,.3);
}
.table td .download {
	position: relative;
	display: block;
	font-size: 0;
	 --size: 40px;
    width: var(--size);
    height: var(--size);

}
.table td .download::before {
    content: '';
    position: absolute;
    --size: 40px;
    left: 0;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #0069c8 url(../image/ico-download1.svg);
    border-radius: 50%;
    text-align: center;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.table td .download:hover::before {
    background: #0069c8 url(../image/ico-download2.svg);
    box-shadow: 0 0 0 0.3rem rgba(2,120,226,.15);
}
.fht-table-wrapper, .fht-table-wrapper .fht-thead, .fht-table-wrapper .fht-tfoot, .fht-table-wrapper .fht-fixed-column .fht-tbody, .fht-table-wrapper .fht-fixed-body .fht-tbody, .fht-table-wrapper .fht-tbody {
    overflow: hidden;
    position: relative;
}
.fht-table-wrapper .fht-fixed-column, .fht-table-wrapper .fht-fixed-body {
    top: 0;
    left: 0;
    position: absolute;
}
.fht-table-wrapper .fht-fixed-column {
	width: 250px;
    z-index: 1;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody, .fht-table-wrapper .fht-tbody {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.table td .presence {
	position: relative;
	display: inline-block;
	width: 10px;
    height: 10px;
    content: "";
    background-color: #0069c8;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 5px rgba(37,47,63,.5);
    box-shadow: 0 0px 5px rgba(37,47,63,.5);
}

/* Menu */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 60%;
    position: fixed;
    top: 0;
    left: -60%;
    height: 100vh;
	padding: 0;
    background-color: #fff;
    color: #252f3f;
    transition: all 0.3s;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
	z-index: 6000;
}

#sidebar.active {
    left: 0;
}
.mCustomScrollBox {
    width: 100%;
}
.mCSB_container {
	height: 100vh;
    overflow-y: auto;
}
.close-button {
    width: 50px;
    height: 50px;
	padding: 15px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0px;
	border-radius: 50%;
	background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index: 5600;
}
.close-button:hover, .close-button:focus {
	background-color: #0069c8;
}
.close-icon {
	display: block;
	width: 20px;
    height: 20px;
	background: url(../image/ico-menu-close.svg) no-repeat center center;
}
.close-button:hover .close-icon, .close-button:focus .close-icon {
	filter: brightness(1000%) grayscale(0%);
    -webkit-filter: brightness(1000%) grayscale(0%);
}

#dismiss:hover {
    color: #fff;
}
.overlay {
    display: none;
    position: fixed;
	top: 0;
    width: 100vw;
    height: 100vh;
	background: rgba(37,47,63,.7);
    z-index: 5100;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 30px 30px 25px 60px;
}
/* #sidebar .header .find-block {
    right: 550px;
}
#sidebar .header .country-block {
    right: 400px;
}
#sidebar .header .lang-block {
    right: 300px;
}
#sidebar .header .enter-block {
	right: 60px;
} */
#sidebar .nav {
    padding: 30px 0px 50px 8.333333%;
	height: calc(100vh - 70px);
	width: 100%;
}
#sidebar ul.nav li a {
	width: 250px;
    padding: 10px;
    font-size: 18px;
	color: #252f3f;
	font-weight: 800;
	text-transform: uppercase;
    display: inline-block;
}
#sidebar ul.nav li:hover a, #sidebar ul.nav li a:hover {
    color: #0069c8;
}
#sidebar .nav .dropdown-toggle::after {
    position: absolute;
    left: 220px;
    top: 14px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    content: "";
    background: url(../image/arrow-right.svg) no-repeat no-repeat center center;
	border: 0px solid;
	cursor: pointer;
}
#sidebar .nav .dropdown-toggle:hover::after {
    background: url(../image/arrow-right-blue.svg) no-repeat no-repeat center center;
}
#sidebar .nav .dropright .dropdown-menu {
	width: calc(100% - 250px);
	position: absolute;
    top: 0px;
    right: 0;
    left: 250px;
    margin: 0;
	padding: 10px 0;
	background-color: transparent;
	border: 0px solid;
	border-left: 1px solid rgba(37, 47, 63, 0.1);
}
#sidebar .nav .dropright .dropdown-menu li {
	display: list-item;
	border-right: 0px solid rgba(37, 47, 63, 0.1);
	overflow: hidden;
}
#sidebar .nav .dropright:nth-child(1) .dropdown-menu li {
	display: inline-block;
	width: 32% !important;
}
#sidebar .nav .dropright .dropdown-menu li a {
	font-size: 14px;
	color: #252f3f;
	font-weight: 300;
	text-transform: none;
	padding: 5px 20px;
	border-right: 0px solid rgba(37, 47, 63, 0.1);
}
#sidebar .nav .dropright .dropdown-menu li a:hover {
	color: #0069c8;
	background-color: #fafafa;
}
#sidebar .bottom-left.social {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	margin: 0 0 0 8.333333%;
}
#content .navbar {
    position: fixed;
	width: 70px;
	height: 70px;
    margin-top: 0px;
    padding: 10px 0;
    z-index: 5500;
}

/* Header */
.block-pages {
	position: relative;
}
.header {
	position: relative;
	height: 70px;
	background-color: transparent;
	z-index: 5000;
}
.header.sticky.is-sticky {
    /* height: 60px; */
}
.sticky-wrapper {
	height: 10px;
}
.sticky.is-sticky {
	margin-right: 0px;
    margin-left: 0px;
	background-color: #fff;
	border-bottom: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.15);
    box-shadow: 0 0px 20px rgba(37,47,63,.15);
}
.sticky .show-is-sticky {
    display: none !important;
}
.sticky.is-sticky .show-is-sticky {
    display: block !important;
}
.header .logo, .header .search-block, .header .country-block, .header .lang-block, .header .enter-block {
	z-index: +1;
}
.header .logo {
	padding-left: 0px;
    padding-right: 0px;
}
.header .navbar {
	z-index: 16;
}
.header .navbar-brand {
	margin: 0 0 0 8.333333%;
    padding: 20px 15px;
	font-size: 0;
    line-height: 20px;
	white-space: normal;
}
.header.sticky.is-sticky .navbar-brand {
    /* padding: 15px 15px; */
}
.header .navbar-brand div {
	float: left;
	display: inline-block;
}
.header .sticky .navbar-brand img.show-is-sticky {
	margin: -100px suto 0;
}
.header .sticky.is-sticky .navbar-brand {
	margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header .sticky.is-sticky .navbar-brand .softprom-sign {
	width: 35px;
}
.header .sticky.is-sticky .navbar-brand .softprom-sign img {
	margin: 0px auto;
	height: 23px;
	width: 30px;
}
.header .sticky.is-sticky .navbar-brand .softprom-logo {
	width: 128px;
}
.header .sticky.is-sticky .navbar-brand .softprom-logo img {
	margin: 1px auto;
	height: 20px;
	width: 128px;
}
.header .search-block {
	padding-right: 0px;
}
.header .find-block {
	float: right;
	display: inline-block;
	margin: 10px 5px;
	z-index: +2;
}
#sidebar .header .find-block {
	/* position: absolute;
	top: 10px;
	right: 555px;
	margin: 0; */
}
.header .find-block .btn-link {
    font-size: 0px;
    line-height: 30px;
    width: 50px !important;
	min-width: auto !important;
    padding: 10px;
    background-color: transparent;
    border-color: transparent;
    border: 0px solid #e5e5e5;
}
.header .find-block .dropdown-toggle::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background: url(../image/ico-search.svg) no-repeat no-repeat 9px center;
}
.header .find-block .dropdown-toggle::after {
    display: none;
}
.header .country-block {
	float: right;
    display: inline-block;
	margin: 10px 5px;
	z-index: +2;
}
#sidebar .header .country-block {
	/* position: absolute;
	top: 10px;
	right: 345px;
	margin: 0; */
}
.header .lang-block {
	float: right;
	display: inline-block;
	margin: 10px 5px;
	z-index: +2;
}
#sidebar .header .lang-block {
	/* position: absolute;
	top: 10px;
	right: 280px;
	margin: 0; */
}
.header form {
	float: right;
    display: inline-block;
}
.header .country-block .btn, .header .lang-block .btn, .header.sticky.is-sticky .country-block .btn, .header.sticky.is-sticky .lang-block .btn {
	font-size: 14px;
	color: #0069c8;
    min-width: auto;
	text-align: left;
	line-height: 28px;
	padding: 10px 35px 10px 10px;
}
.header.sticky.is-sticky .find-block, .header.sticky.is-sticky .country-block, .header.sticky.is-sticky .lang-block {
	/* top: 5px; */
}
.block-pages .header .country-block .btn, .block-pages .header .lang-block .btn {
	color: #fff;
}
#sidebar .header .country-block .btn, #sidebar .header .lang-block .btn {
	color: #0069c8;
}
.header .btn-group, .header .btn-group .btn {
	width: 100%;
}
.header .country-block .btn-group .btn, .header .lang-block .btn-group .btn {
	text-align: left;
}
.header .country-block .btn-group .btn:hover, .header .country-block .btn-group .btn:focus, .header .lang-block .btn-group .btn:hover, .header .lang-block .btn-group .btn:focus {
	text-decoration: none;
	background-color: rgba(37,47,63,.05);
}
.header .country-block .dropdown-toggle::before {
	display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    content: "";
	background: url(../image/ico-map.svg) no-repeat no-repeat center center;
}
.block-pages .header .find-block .dropdown-toggle::before, .block-pages .header .country-block .dropdown-toggle::before {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
#sidebar .header .find-block .dropdown-toggle::before, #sidebar .header .country-block .dropdown-toggle::before, .header.sticky.is-sticky .find-block .dropdown-toggle::before, .header.sticky.is-sticky .country-block .dropdown-toggle::before {
	filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.header .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 19px;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    content: "";
	background: url(../image/arrow-down-blue.svg) no-repeat no-repeat center center;
    border: 0 solid;
}
.block-pages .header .dropdown-toggle::after {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.header .dropdown-toggle:focus::after {
	background: url(../image/arrow-up-blue.svg) no-repeat no-repeat center center;
}
.block-pages .header .dropdown-toggle:focus::after {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
#sidebar .header .dropdown-toggle::after, .header.sticky.is-sticky .dropdown-toggle::after, .header.sticky.is-sticky .dropdown-toggle:focus::after {
	filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.header .dropdown-menu {
	width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
	top: 10px !important;
    background-color: #fff;
    border: 1px solid rgba(229,229,229,1);
    border-radius: 0;
	box-shadow: 0 5px 15px 0.2rem rgba(0,0,0,.10);
	transform: translate3d(0px, 40px, 0px) !important;
}
.header .country-block .dropdown-menu {
	width: 700px;
    max-width: 700px;
	left: auto !important;
	right: -300px;
}
.header .country-block .dropdown-menu p.lead {
	font-size: 16px;
	color: #0069c8;
	font-weight: 300;
	line-height: 30px;
	margin: 10px 40px;
}
.header .country-block .dropdown-menu .dropdown-divider {
    margin: 0;
    border-top: 1px solid rgba(229,229,229,1);
}
.header .dropdown-menu ul {
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px 15px;
	margin: 10px 0;
}
.header .country-block .dropdown-menu li {
	display: inline-block;
	width: 24%;
}
.header li .dropdown-item {
	position: relative;
	font-size: 14px;
	font-weight: 300;
    padding: 5px 0px 5px 25px;
}
.header li .dropdown-item.disabled {
	color: #6c757d;
}
.header .dropdown-menu li .dropdown-item:focus, .header .dropdown-menu li .dropdown-item:hover, .header .dropdown-menu li .dropdown-item.select {
    color: #0069c8;
    background-color: transparent;
}
.header .country-block .dropdown-menu li .dropdown-item:focus::before, .header .country-block .dropdown-menu li .dropdown-item:hover::before, .header .country-block .dropdown-menu li .dropdown-item.select::before {
	position: absolute;
	left: 0px;
	top: 8px;
	display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: "";
	background: url(../image/ico-map.svg) no-repeat no-repeat center center;
}
.header .find-block .dropdown-menu {
    width: 400px;
    max-width: 400px;
}
.header .form-control {
	font-size: 16px;
    color: #0069c8;
	padding: 0px 15px;
	line-height: 40px;
	height: 50px;
    border: 0px solid #ced4da;
}
.header .input-group-append {
	background-color: #fff;
}
.header .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0069c8;
}
.header .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0069c8;
}
.header .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0069c8;
}
.header .form-control:-moz-placeholder { /* Firefox 18- */
  color: #0069c8;
}
.enter-block {
	margin: 12px 20px 12px 5px;
	float: right;
	display: inline-block;
}
#sidebar .header .enter-block {
	margin: 12px 55px 12px 5px;
}
#sidebar .header .find-block {
    /* position: absolute;
	top: 12px;
	right: 20px;
	margin: 0; */
}
.header.sticky.is-sticky .enter-block {
	/* top: 7px; */
}
.enter-block .btn {
	font-size: 14px;
	padding: 12px 15px;
	line-height: 20px;
	min-width: auto;
    border-radius: 25px;
	margin: 0;
	white-space: nowrap;
}
.sticky.is-sticky .enter-block .btn {
	/* padding: 12px 20px; */
}
.header .input-group-append .btn-link {
	width: 40px;
    padding: 6px;
}
.header .btn-success:hover, .header .btn-success.focus, .header .btn-success:focus, .header .btn-success:not(:disabled):not(.disabled).active {
    background-color: #212529;
    border-color: #212529;
	box-shadow: 0 0 0 0rem rgba(229,229,229,0);
}
.enter-block .btn:last-child:before {
	position: absolute;
	top: 14px;
	left: 0;
	display: inline-block;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #fff;
}
.sticky.is-sticky .enter-block .btn:last-child:before {
	/* top: 18px; */
}
.header .form-control:hover {
	border-color: rgba(229,229,229,0);
	box-shadow: 0 0 0 0.2rem rgba(229,229,229,0);
}
.header .form-control:focus {
	border-color: rgba(209,209,209,0);
	box-shadow: 0 0 0 0.2rem rgba(229,229,229,0);
}
.header .navbar {
    padding: 0;
	margin-right: -15px;
    margin-left: -15px;
}
.header .bg-dark {
    background-color: transparent !important;
}
.navbar-toggler {
	position: absolute;
	top: 10px;
	left: 10px;
    padding: 10px;
	background-color: rgba(255,255,255,1);
    border: 0px solid transparent;
    border-radius: 50%;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	background-color: #0069c8;
	outline: 0px auto -webkit-focus-ring-color;
}
.navbar-light .navbar-toggler-icon {
    background: url(../image/ico-menu.svg) no-repeat center center;
}
.navbar-toggler:focus .navbar-toggler-icon, .navbar-toggler:hover .navbar-toggler-icon {
    background: url(../image/ico-menu.svg) no-repeat center center;
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.navbar-dark .navbar-nav .nav-item {
	position: relative;
}
.navbar-dark .navbar-nav > .nav-item.menu-790 {
	position: inherit;
}
.navbar-dark .navbar-nav .nav-link {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    text-transform: uppercase;
	padding: 14px 20px 11px;
	white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
	background-color: #dd6f02;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color: #ec7a08;
}
.navbar-dark .navbar-nav .nav-item .sub-menu {
	position: absolute;
	right: 0;
	display: none;
	min-width: 240px;
	padding-inline-start: 0px;
	list-style-type: none;
	background-color: #fafafa;
	border-top: 1px solid rgba(240,240,240,.3);
	border-right: 1px solid rgba(240,240,240,.3);
	box-shadow: 0 5px 15px 0.2rem rgba(0,0,0,.10);
	z-index: 1000;
}
.navbar-dark .navbar-nav .nav-item.menu-790 .sub-menu {
	left: 0;
}
.navbar-dark .navbar-nav .nav-item:hover .sub-menu {
	display: block;
}
.navbar-dark .navbar-nav .nav-item .sub-menu .nav-item {
	float: left;
	width: 100%;
	border-left: 1px solid rgba(240,240,240,.3);
	border-bottom: 1px solid rgba(240,240,240,.3);
}
.navbar-dark .navbar-nav .nav-item.menu-790 .sub-menu .nav-item {
	width: 33.333333%;
}
.navbar-dark .navbar-nav .nav-item .sub-menu .nav-link {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
	text-align: left;
	padding: 0 20px;
	background-color: #fff;
}
.navbar-dark .navbar-nav .nav-item .sub-menu .nav-link:hover {
    color: #0069c8;
	background-color: rgba(240,240,240,.3);
}
.navbar-dark .row {
	margin: 0;
}
.navbar-dark .row > div {
    padding: 0;
}
.navbar-dark .dropdown-menu {
    top: 0%;
}
.navbar-dark .share.social {
	background-color: #fff;
	border-bottom: 1px solid rgba(240,240,240,.3);
}

/* Carousel */
.carousel.slide {
	margin-top: -70px;
}
.carousel.screens {
	min-height: auto !important;
	margin: 50px 0 !important;
}
.carousel .carousel-inner {
	margin-top: -70px;
	overflow: visible;
}
.carousel.screens .carousel-inner {
    height: auto !important;
	margin-top: 0px;
	overflow: hidden;
}
.carousel .carousel-item {
	position: relative;
	background-color: #fff;
}
.carousel.screens .carousel-item {
	height: auto !important;
    padding-bottom: 60px !important;
	background-color: transparent;
}
.carousel .carousel-item:before {
    position: absolute;
    width: 50%;
    top: 0px;
    right: 0px;
    content: "";
    background: url(../image/bg-slider-softprom.svg) no-repeat left bottom;
	background-size: cover;
	z-index: -1;
}
.carousel .carousel-item.security:before {
    background: url(../image/bg-slider-security.svg) no-repeat left bottom;
	background-size: cover;
}
.carousel .carousel-item.infrastructure:before {
    background: url(../image/bg-slider-infrastructure.svg) no-repeat left bottom;
	background-size: cover;
}
.carousel .carousel-item.video:before {
    background: url(../image/bg-slider-video.svg) no-repeat left bottom;
	background-size: cover;
}
.carousel .carousel-item.cloud:before {
    background: url(../image/bg-slider-cloud.svg) no-repeat left bottom;
	background-size: cover;
}
.carousel .carousel-item.cad:before {
    background: url(../image/bg-slider-cad.svg) no-repeat left bottom;
	background-size: cover;
}
.carousel.screens .carousel-item:before {
	display: none;
}
.carousel .carousel-item .container {
	min-height: 800px;
}
.carousel.screens .carousel-item .container {
	min-height: auto;
}
.carousel.slide p {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}
.carousel.slide .lead {
	font-family: 'Geometria';
    font-size: 48px;
    color: #252f3f;
	text-transform: uppercase;	
	line-height: 1.1;
	margin-bottom: 5px;
}
.carousel.slide .more .btn {
	margin-right: 20px;
}
.carousel .carousel-indicators {
    bottom: 100px;
	margin-bottom: 4px;
	z-index: +1;
}
.carousel.screens .carousel-indicators {
	bottom: 10px;
}
.carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
	margin: 10px;
	padding: 0px !important;
    background-color: #fff;
	border: 1px solid #0069c8;
	border-radius: 6px;
}
.carousel .carousel-indicators .active, .carousel .carousel-indicators li:hover, .carousel-indicators li:focus {
	width: 20px;
    height: 20px;
	margin: 5px;
	padding: 0px !important;
    background-color: #0069c8;
	border: 1px solid #0069c8;
	border-radius: 11px;
	opacity: 1;
}
.carousel .carousel-indicators li::before {
    display: none !important;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
    top: auto;
    bottom: 100px;
    width: 40px;
	height: 40px;
    opacity: 1;
	z-index: +2;
}
.carousel.screens .carousel-control-next, .carousel.screens .carousel-control-prev {
    top: 40%;
    bottom: auto;
	border-bottom: 0px #0069c8 solid;
}
.carousel .carousel-control-prev {
    left: 25%;
}
.carousel.screens .carousel-control-prev {
    left: 5%;
}
.carousel .carousel-control-next {
    right: 25%;
}
.carousel.screens .carousel-control-next {
    right: 5%;
}

/* Social */
.right-top.social {
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 15;
}
.social a {
	display: inline-block;
	width: 48px;
	height: 48px;
	padding: 9px;
	margin: 10px 0px;
	border-radius: 50%;
}
.right-top.social a {
	display: block;
	margin: 20px 0px;
	background-color: #0069c8;
	border: 1px solid rgba(0,105,200,1);
}
.bottom-left.social a, .share.social a {
	margin-right: 10px;
	background-color: #0069c8;
	border: 1px solid rgba(255,255,255,1);
}
.share.social a {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #fff;
    border: 1px solid rgba(229,229,229,1);
}
.footer .bottom-left.social a {
	background-color: transparent;
}
.share.social p, .a2a_kit, .share.social .a2a_menu {
	display: inline-block !important;
}
.right-top.social a:hover {
	background-color: #fff;
	border-color: rgba(240,240,240,1);
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.025);
}
.bottom-left.social a:hover {
	background-color: #fff;
	border-color: #0069c8;
	box-shadow: 0 0 0 0rem rgba(0,0,0,.1);
}
.share.social a:hover {
	background-color: #0069c8;
	border-color: #0069c8;
	box-shadow: 0 0 0 0rem rgba(0,0,0,.1);
}
.footer .bottom-left.social a:hover {
	border-color: #fff;
}
.social .a2a_kit {
    vertical-align: middle;
}
.social .a2a_default_style a {
    padding: 8px !important;
}
.social a .svg {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.right-top.social a .svg, .bottom-left.social a .svg {
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.share.social a .svg {
    filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
}
.share.social a:hover .svg {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.right-top.social a:hover .svg, .bottom-left.social a:hover .svg {
    filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
}

.tooltip {
	z-index: 7000;
}
.tooltip .tooltip-inner {
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
	border-radius: 0;
}
.tooltip.bs-tooltip-left .tooltip-inner {
	background-color: #252f3f;
}
.tooltip.bs-tooltip-top .tooltip-inner {
	background-color: #252f3f;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #252f3f;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #252f3f;
}
/* Secondary-icon-menu */
.secondary-icon-menu.l-p {
	position: fixed;
	top: 115px;
	right: 5px;
	z-index: 3000;	
}
.secondary-icon-menu.t-p {
	position: relative;
}
.secondary-icon-menu li a {
	display: block;
	width: 48px;
	height: 48px;
	padding: 8px;
	margin: 5px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid rgba(229,229,229,1);
}
.secondary-icon-menu li a:hover, .secondary-icon-menu li a.active {
	background-color: #0069c8;
	border-color: #fff;
}
.secondary-icon-menu li a .svg {
    filter: brightness(100%);
	-webkit-filter: brightness(100%);
}
.secondary-icon-menu li a:hover .svg, .secondary-icon-menu li a.active .svg {
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 0px;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb-item, .breadcrumb-item+.breadcrumb-item {
	position: relative;
	padding: 0 10px 0 15px;
}
.breadcrumb-item.active {
	color: #0069c8;
}
.breadcrumb-item a {
	color: #2f2f2f;
}
.breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item::before {
	position: absolute;
	width: 9px;
	height: 7px;
	top: 10px;
	left: 0px;
	content: "" !Important;
	background: url(../image/breadcrumb-item.svg) no-repeat left top;
	/* background-color: #ec7a08;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%); */
}
/* Secondary Menu */
.breadcrumb, .secondary-menu {
	margin: 0px 8.333333%;
}
.secondary-menu .nav-pills .nav-link {
	font-size: 14px;
	color: #252f3f;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 30px;
	white-space: nowrap;
	background-color: #fff;
	/* border: 1px solid #e5e5e5; */
	border-collapse: collapse;
	border-radius: 0;
	box-shadow: 1px 0 0 0 rgba(229,229,229,.8), 
	 0 1px 0 0 rgba(229,229,229,.8), 
	 1px 1px 0 0 rgba(229,229,229,.8), /* Just to fix the corner */
	 1px 0 0 0 rgba(229,229,229,.8) inset, 
	 0 1px 0 0 rgba(229,229,229,.8) inset;
}
.secondary-menu .nav-pills .nav-link.active, .secondary-menu .nav-pills .show>.nav-link {
    background-color: #0069c8;
}
.secondary-menu .nav-link:focus, .secondary-menu .nav-link:hover {
	color: #fff;
	background-color: #252f3f;
	/* border: 1px solid #0069c8; */
}
.secondary-menu .nav-pills .nav-link.active, .secondary-menu .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #252f3f8;
	/* border: 1px solid #ec7a08; */
}
/* Article */
article {
	position: relative;
	padding-bottom: 0px;
	z-index: +1;
}
article:before {
	position: absolute;
	width: 12.5%;
	height: 900px;
	top: 20%;
	left: 0px;
	content: "";
	background: url(../image/bg-left-softprom.svg) no-repeat right center;
	background-size: 100% auto;
	z-index: -1;
}
article:after {
	position: absolute;
	width: 12.5%;
	height: 900px;
	bottom: 20%;
	right: 0px;
	content: "";
	background: url(../image/bg-right-softprom.svg) no-repeat left center;
	background-size: 100% auto;
	z-index: -1;
}
.no-bg article:before, .no-bg article:after {
	display: none;
}
.security article:before {
	background: url(../image/bg-left-security.svg) no-repeat right center;
	background-size: 100% auto;
}
.security article:after {
	background: url(../image/bg-right-security.svg) no-repeat left center;
	background-size: 100% auto;
}
.infrastructure article:before {
	background: url(../image/bg-left-infrastructure.svg) no-repeat right center;
	background-size: 100% auto;
}
.infrastructure article:after {
	background: url(../image/bg-right-infrastructure.svg) no-repeat left center;
	background-size: 100% auto;
}
.video article:before {
	background: url(../image/bg-left-video.svg) no-repeat right center;
	background-size: 100% auto;
}
.video article:after {
	background: url(../image/bg-right-video.svg) no-repeat left center;
	background-size: 100% auto;
}
.cloud article:before {
	background: url(../image/bg-left-cloud.svg) no-repeat right center;
	background-size: 100% auto;
}
.cloud article:after {
	background: url(../image/bg-right-cloud.svg) no-repeat left center;
	background-size: 100% auto;
}
.cad article:before {
	background: url(../image/bg-left-cad.svg) no-repeat right center;
	background-size: 100% auto;
}
.cad article:after {
	background: url(../image/bg-right-cad.svg) no-repeat left center;
	background-size: 100% auto;
}

/* Title */
.section-title {
	position: relative;
	min-height: 160px;
	padding-top: 10px;
}
.section-title .bg-title svg {
}
.bg-map-white {
	min-height: 500px;
	/* background: url(../image/bg-map-white.svg) no-repeat center center;
	background-size: 100% auto; */
}
.section-title svg {
	position: absolute;
	opacity: .7;
	width: 100%;
	height: 220px;
	z-index: -1;
}
.section-title .svg-text {
	font-family: 'Bebas Neue Book';
	font-size: 400px;
	font-weight: 800;
	text-transform: uppercase;
	fill: url(#gr-white);
}
.section-title .display-1 {
	position: relative;
	/* padding: 40px 0 40px; */
}
.section-title .media {
	padding: 50px 0;
}
.section-title .media .display-1 {
	padding: 0px 0 10px;
}
.section-title .media .media-body .display-1 {
	font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
.section-title .media img {
	max-width: 300px;
}
.section-title .lead, .section-content .lead {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
}
.section-title p a {
	color: #0069c8;
	text-decoration: none;
	border-bottom: 1px #0069c8 dashed;
}

/* Content */
.section-content p {
	line-height: 1.6;
}
.section-content p a {
	color: #0069c8;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px #0069c8 dashed;
}
.section-content p a.btn-dark {
	color: #fff;
	border-bottom: 1px #252f3f; solid;
}
.section-content .card.bg p a {
	color: #fff;
	border-bottom: 1px #fff dashed;
}
.section-content ul, .section-title ul {
	list-style-type: none;
	padding-inline-start: 0px;
}
.section-content ul li, .section-title ul li {
	position: relative;
	padding: 5px 30px;
}
.section-content ul li::before, .section-title ul li::before {
	position: absolute;
	top: 15px;
	left: 10px;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #0069c8;
	border-radius: 3px;
}
.section-content ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding: 20px 65px;
}
.section-content ol li {
	margin: 5px 0;
	padding: 8px 60px 8px 10px;
	counter-increment: my-awesome-counter;
	position: relative;
}
.section-content ol li::before {
	content: counter(my-awesome-counter);
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
 --size: 40px;
 left: calc(-1 * var(--size) - 5px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	background: #0069c8;
	border-radius: 50%;
	text-align: center;
}
.security .section-content ol li::before {
	background: #4cb050;
}
.infrastructure .section-content ol li::before {
	background: #fe5722;
}
.video .section-content ol li::before {
	background: #fec107;
}
.cloud .section-content ol li::before {
	background: #03a9f5;
}
.cad .section-content ol li::before {
	background: #cddc39;
}
.section-content .mark, .section-content mark, .section-content em.placeholder {
	color: #fff;
	font-weight: 300;
	font-style: normal;
    padding: .2em 10px;
    background-color: #0069c8;
}
.security .section-content .mark, .security .section-content mark, .security .section-content em.placeholder {
	background: #4cb050;
}
.infrastructure .section-content .mark, .infrastructure .section-content mark, .infrastructure .section-content em.placeholder {
	background: #fe5722;
}
.video .section-content .mark, .video .section-content mark, .video .section-content em.placeholder {
	background: #fec107;
}
.cloud .section-content .mark, .cloud .section-content mark, .cloud .section-content em.placeholder {
	background: #03a9f5;
}
.cad .section-content .mark, .cad .section-content mark, .cad .section-content em.placeholder {
	background: #cddc39;
}
.section-content .agenda dt, .section-content .agenda dd {
	margin: 5px 0;
}
.section-content .agenda dt {
	text-align: center;
	line-height: 24px;
}
.section-content .agenda dt span {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 15px;
	background-color: rgba(240,240,240,.3);
}
.section-content .agenda dd {
	font-size: 20px;
	color: #2f2f2f;
	line-height: 30px;
}
.section-content .agenda dd small {
	font-size: 16px;
	color: #999;
	line-height: 20px;
}
/* Cards */
.card {
	border-radius: 0;
}
.card.bg.security {
	background-color: #4cb050;
	border: 1px solid #4cb050;
}
.card.bg.infrastructure {
	background: #fe5722;
	border: 1px solid #fe5722;
}
.card.bg.video {
	background: #fec107;
	border: 1px solid  #fec107;
}
.card.bg.cloud {
	background: #03a9f5;
	border: 1px solid #03a9f5;
}
.card.bg.cad {
	background: #cddc39;
	border: 1px solid #cddc39;
}
.steps .card {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.cources .card-deck {
	margin-right: 0px;
    margin-left: 0px;
}
.cources .card-deck .card {
    margin-right: 0px;
    margin-left: 0px;
}
.cources .card-deck .card .card-img-left {
	margin: 35px 5% 35px 10%;
}
.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px);
}
.events .card, .vacancies .card, .cources .card, .offices .card, .schedule .card {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #efeded;
	-webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.card.event {
	background-color: rgba(240,240,240,0);
	border: 1px solid rgba(229,229,229,0);
}
.vendors-list {
	border: 0px solid rgba(229,229,229,.8);
	border-width: 0px;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: all 0ms;
	-ms-transition: none;
	transition: none;
}
.vendors-list .card {
	padding: 0px;
	border-width: 0px;
	/* border-color: rgba(229,229,229,.8); */
	box-shadow: 
		1px 0 0 0 rgba(229,229,229,.8), 
		0 1px 0 0 rgba(229,229,229,.8), 
		1px 1px 0 0 rgba(229,229,229,.8),   /* Just to fix the corner */
		1px 0 0 0 rgba(229,229,229,.8) inset, 
    	0 1px 0 0 rgba(229,229,229,.8) inset;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: all 0ms;
	-ms-transition: none;
	transition: none;
}
.vendors-list .card a {
	height: 100%;
	padding: 5px 10px 25px;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: all 0ms;
	-ms-transition: none;
	transition: none;
}
.vendors-list .card.vendor-active {
	background-color: #fafafa;
}
.vendors-list .card {
	background-color: #f3f3f3;
}
.vendors-list.edu .card a:hover {
	background-color: #fff;
        box-shadow: 
		1px 0 0 0 rgba(229,229,229,.8), 
		0 1px 0 0 rgba(229,229,229,.8), 
		1px 1px 0 0 rgba(229,229,229,.8),
		1px 0 0 0 rgba(229,229,229,.8) inset, 
    	0 1px 0 0 rgba(229,229,229,.8) inset;
}
.vendors-list .card.vendor-active a:hover {
	background-color: #fff;
        box-shadow: 
		1px 0 0 0 rgba(229,229,229,.8), 
		0 1px 0 0 rgba(229,229,229,.8), 
		1px 1px 0 0 rgba(229,229,229,.8),
		1px 0 0 0 rgba(229,229,229,.8) inset, 
    	0 1px 0 0 rgba(229,229,229,.8) inset;
}
.vendors-list .card a:hover {
	text-decoration: none;
}
.card-body {
	padding: 25px 5%;
}
.cources .card-body {
	padding: 35px 5%;
}
.card.event .card-body {
	padding: 10px 0;
}
.card-title, .section-content .card-title a {
	font-size: 24px;
	color: #0069c8;
	font-weight: 300;
	padding-right: 35px;
	border-bottom: 0px #ec7a08 dashed;
}
.card.bg .card-title, .section-content .card.bg .card-title a {
	color: #fff;
	border-bottom: 0px #fff dashed;
}
.vendors-list .card .card-title {
   padding-right: 0px;
}
.section-content .row.events .card-title a, .section-content .row.vacancies .card-title a, .card-body.flex-column .card-title a  {
	font-size: 24px;
	line-height: 1 !Important;
}
.card-title a:hover, .card-title a:focus, .card.bg .card-title a:hover, .card.bg .card-title a:focus {
	color: #252f3f;
}
.card-title.display-2 {
   font-size: 40px;     
}
.card-title.display-4 {
   font-size: 24px;   
   line-height: 24px;    
}
.product .card-title {
   margin-bottom: 5px;    
}
.card-subtitle {
    font-size: 14px;
	color: #252f3f;
	text-transform: uppercase;
}
.vendor .card-subtitle {
    font-size: 12px;
}
.card-text {
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;    
}
.card-body .badge {
	position: absolute;
	top: 0px;
	right: 0;
	width: 65px;
	height: 85px;
	line-height: 60px;
	padding-right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	text-align: right;
	border-radius: 0;
	/* -webkit-clip-path: polygon(0px 0px, 60px 0px, 60px 40px, 24px 40px);
    clip-path: polygon(0px 0px, 60px 0px, 60px 40px, 24px 40px); */
}
.card-body .badge:empty {
    display: block;
}
.card-body .badge:before {
	position: absolute;
	width: 65px;
	height: 85px;
	top: 0px;
	left: 0px;
	content: "";
}
.events .card .card-body .badge, .vacancies .card .card-body .badge, .cources .card .card-body .badge, .offices .card .card-body .badge, .schedule .card .card-body .badge, .card.event .card-body .badge-success, .steps .card .card-body .badge-success {
	background: url(../image/corner-event-blue.svg) no-repeat right top;	
}
.events .card.security .card-body .badge, .vacancies .card.security .card-body .badge, .cources .card.security .card-body .badge, .offices .card.security .card-body .badge, .schedule .card.security .card-body .badge, .security .card.event .card-body .badge-success, .security .steps .card .card-body .badge-success {
	background: url(../image/corner-event-security.svg) no-repeat right top;	
}
.events .card.infrastructure .card-body .badge, .vacancies .card.infrastructure .card-body .badge, .cources .card.infrastructure .card-body .badge, .offices .card.infrastructure .card-body .badge, .schedule .card.infrastructure .card-body .badge, .infrastructure .card.event .card-body .badge-success, .infrastructure .steps .card .card-body .badge-success {
	background: url(../image/corner-event-infrastructure.svg) no-repeat right top;	
}
.events .card.video .card-body .badge, .vacancies .card.video .card-body .badge, .cources .card.video .card-body .badge, .offices .card.video .card-body .badge, .schedule .card.video .card-body .badge, .video .card.event .card-body .badge-success, .video .steps .card .card-body .badge-success {
	background: url(../image/corner-event-video.svg) no-repeat right top;	
}
.events .card.cloud .card-body .badge, .vacancies .card.cloud .card-body .badge, .cources .card.cloud .card-body .badge, .offices .card.cloud .card-body .badge, .schedule .card.cloud .card-body .badge, .cloud .card.event .card-body .badge-success, .cloud .steps .card .card-body .badge-success {
	background: url(../image/corner-event-cloud.svg) no-repeat right top;	
}
.events .card.cad .card-body .badge, .vacancies .card.cad .card-body .badge, .cources .card.cad .card-body .badge, .offices .card.cad .card-body .badge, .schedule .card.cad .card-body .badge, .cad .card.event .card-body .badge-success, .cad .steps .card .card-body .badge-success {
	background: url(../image/corner-event-cad.svg) no-repeat right top;	
}
.card-body .badge.news:before {
	background: url(../image/ico-event-01.svg) no-repeat 30px center;
}
.card-body .badge.video:before {
	background: url(../image/ico-event-02.svg) no-repeat 30px center;
}
.card-body .badge.event:before {
	background: url(../image/ico-event-03.svg) no-repeat 30px center;
}
.card-body .badge.reportage:before {
	background: url(../image/ico-event-04.svg) no-repeat 30px center;
}
.card-body .badge.action:before {
	background: url(../image/ico-event-05.svg) no-repeat 30px center;
}

/* Schedule */
.schedule .card-body {
	width: 74%;
    padding: 35px 0 35px 2.5%;
}
.schedule .dates {
	width: 12%;
	padding: 0px 1.5%;
}
.schedule .right-button {
	width: 7.5%;
	padding: 0px 2.5% 0 0;
}
.card-subtitle a {
	color: #999 !important;
	border-bottom: 0px #ec7a08 dashed !important;
}
.card-subtitle a:hover, .card-subtitle a:hover span {
	color: #0069c8 !important;
}
.card-subtitle span {
	position: relative;
	padding: 5px 10px 5px 25px;
	line-height: 20px;
}
.card-subtitle span:before {
	content: '"';
    position: absolute;
    --size: 20px;
    left: 0px;
    width: var(--size);
    height: var(--size);
    top: 0px;
    text-align: center;
	filter: brightness(150%) grayscale(100%);
    -webkit-filter: brightness(150%) grayscale(100%);
}
.card-subtitle a:hover span:before {
	filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.card-subtitle span.duration:before {
	background: url(../image/ico-event-blue.svg) no-repeat center center;
}
.card-subtitle span.vendor:before {
	background: url(../image/ico-vendor-blue.svg) no-repeat center center;
}
.card-subtitle span.direction:before {
	background: url(../image/ico-direction-blue.svg) no-repeat center center;
}
.card-subtitle span.type:before {
	background: url(../image/ico-cource-blue.svg) no-repeat center center;
}
.card-subtitle span.location:before {
	background: url(../image/ico-map-blue.svg) no-repeat center center;
}
.schedule .dates .date {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	color: #ec7a08;
	padding: 7px 10px;
	margin: 5px 3px;
	background-color: #fff;
	border: 1px solid rgba(229,229,229,.5);
}
.schedule .dates .date:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ec7a08;
	border: 1px solid #ec7a08;
}
.schedule .right-button .subscribe {
    position: relative;
    display: block;
    font-size: 0;
    --size: 40px;
    width: var(--size);
    height: var(--size);
}
.schedule .right-button .subscribe::before {
    content: '';
    position: absolute;
    --size: 40px;
    left: 0;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #ec7a08 url(../image/ico-subscribe1.svg);
    border-radius: 50%;
    text-align: center;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.schedule .right-button .subscribe:hover::before {
    background: #0069c8 url(../image/ico-subscribe2.svg);
    box-shadow: 0 0 0 0.3rem rgba(2,120,226,.15);
}

/* Blockquote */
.blockquote {
	position: relative;
	padding: 40px 5% 20px;
	margin: 40px 0;
	background-color: #fff;
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.blockquote::before {
    content: '"';
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    --size: 40px;
    left: calc(50% - 20px);
    line-height: 60px;
    width: var(--size);
    height: var(--size);
    top: -20px;
    background: #0069c8;
    border-radius: 50%;
    text-align: center;
}
.security .blockquote::before {
	background: #4cb050;
}
.infrastructure .blockquote::before {
	background: #fe5722;
}
.video .blockquote::before {
	background: #fec107;
}
.cloud .blockquote::before {
	background: #03a9f5;
}
.cad .blockquote::before {
	background: #cddc39;
}
.blockquote p {
	color: #252f3f;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.2;
}
.blockquote-footer {
    font-size: 14px;
    color: #252f3f;
}
/* Alert */
.alert {
	min-height: 120px;
}
.alert-secondary {
    background-color: #fff;
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.alert-secondary:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0;
	width: 100px;
	height: 100%;
	padding: 0;
	background: url(../image/bg-alert-softprom.svg) no-repeat center center;
	border-radius: 0;
}
.security .alert-secondary:before {
	background: url(../image/bg-alert-security.svg) no-repeat center center;
}
.infrastructure .alert-secondary:before {
	background: url(../image/bg-alert-infrastructure.svg) no-repeat center center;
}
.video .alert-secondary:before {
	background: url(../image/bg-alert-video.svg) no-repeat center center;
}
.cloud .alert-secondary:before {
	background: url(../image/bg-alert-cloud.svg) no-repeat center center;
}
.cad .alert-secondary:before {
	background: url(../image/bg-alert-cad.svg) no-repeat center center;
}
.alert-secondary:after {
	position: absolute;
	width: 100px;
	height: 100%;
	top: 0px;
	left: 0px;
	content: "";
	background: url(../image/ico-alert.svg) no-repeat center center;
}
.alert p {
	margin-bottom: 0;
}
/* .alert-secondary .badge {
	position: absolute;
	top: 20px;
	left: 0;
	width: 72px;
	height: 80px;
	padding: 0;
	background: #ec7a08 url(../image/ico-alert.svg) no-repeat center center;
	border-radius: 0;
}
.alert-secondary .badge:empty {
    display: block;
}
.alert-secondary .badge:after {
	position: absolute;
	width: 46px;
	height: 80px;
	top: 0px;
	right: -46px;
	content: "";
	background-color: #ec7a08;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
} */
/* Event-info */
.region.region-content {
	/* padding-top: 30px; */
}
.event-info {
}
.event-info li {
	float: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 30px;
	background-color: rgba(240,240,240,.3);
}
.event-info .list-inline-item:not(:last-child) {
    margin-right: 0;
}
.event-info li.logo {
	padding-top: 4px;
	padding-bottom: 4px;
}
.event-info li small {
	font-size: 12px;
	color: #999;
}
.event-info li div {
	display:inline-block;
	padding: 0px 20px;
}
.event-info li div:first-child {
	padding-left: 0px;
}
.section-content .event-info li::before {
    display: none;
}
.event-info li a img {
	width: auto;
	height: 60px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.event-info li a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Vendors */
.vendor a {
	display: block;
	vertical-align: middle;
}
.vendor a img, .cources a img {
	width: 120px;
	margin: 30px 0;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.vendor a:hover img, .cources a:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity: 1;
    filter: alpha(opacity=100);
}
.vendor a img {
	max-width: 120px;
	max-height: 40px;
	vertical-align: middle;
}
/*.vendor-active a:hover img, .vendor-active a:focus img,*/
.vendor-active a img, .cources a:hover img, .cources a:focus img, .edu .vendor a:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity: 1;
    filter: alpha(opacity=100);
}
/* Downloads */
.downloads {
	padding: 50px 0;
}
.downloads p {
	min-height: 40px;
}
.downloads a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #0069c8 !important;
	font-weight: 300;
	line-height: 20px;
	margin: 5px 0;
	padding-left: 50px;
	border-bottom: 0px #ec7a08 dashed !important;
}
.downloads a:hover {
	color: #252f3f !important;
	text-decoration: none;
}
.downloads a::before {
    content: '';
    position: absolute;
    --size: 40px;
    left: 0px;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: calc(50% - 20px);
    background: #0069c8 url(../image/ico-download1.svg);
    border-radius: 50%;
    text-align: center;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.downloads a:hover::before {
	background: #252f3f url(../image/ico-download2.svg);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
/* Numbers */
.numbers {
	padding: 40px 0;
}
.number {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.numbers .number {
	padding-top: 160px;
}
.numbers.direct .number {
	padding-top: 30px;
	padding-left: 160px;
	min-height: 160px;
}
.number:hover {
	/* background-color: rgba(240,240,240,.3); */
}
.number p a {
	border-bottom-width: 0px;
}
.number::before {
	content: '';
    position: absolute;
    --size: 120px;
    left: calc(50% - 60px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 20px;
	padding: 10px;
	background-color: #0069c8;
    border-radius: 50%;
    text-align: center;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.numbers.direct .number::before {
    left: 20px;
}
.number.number-01::before {
	content: url(../image/ico-number-01.svg);
}
.number.number-02::before {
	content: url(../image/ico-number-02.svg);
}
.number.number-03::before {
	content: url(../image/ico-number-03.svg);
}
.number.number-04::before {
	content: url(../image/ico-number-04.svg);
}
.number.number-05::before {
	content: url(../image/ico-number-05.svg);
}

.number:hover::before {
	padding-top: 0px;
	background-color: #252f3f;
}
.number .lead {
	font-family: 'Geometria';
    font-size: 72px;
    color: #252f3f;
    line-height: 80px;
    font-weight: 800;
}
.number .display-2 {
    font-size: 30px;
    color: #0069c8;
	line-height: 1;
}
/* Values */
.values {
	padding: 100px 0;
	background: url(../image/bg-values.svg) no-repeat center center;
	background-size: 80% auto;
}
.value {
	padding: 140px 2.5% 0;
	border: 1px solid rgba(240,240,240,0);
	border-left: 1px solid rgba(240,240,240,1);
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.value:first-child {
	border-left: 1px solid rgba(240,240,240,0);
}
.value:hover {
	background-color: #fff;
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.value::before {
	content: '';
    position: absolute;
    --size: 120px;
    left: calc(50% - 60px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 10px;
	padding: 10px 0;
	background-color: transparent;
	border: 4px solid rgba(240,240,240,0);
    border-radius: 50%;
    text-align: center;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.value.value-01::before {
	content: url(../image/ico-value-01.svg);
}
.value.value-02::before {
	content: url(../image/ico-value-02.svg);
}
.value.value-03::before {
	content: url(../image/ico-value-03.svg);
}
.value.value-04::before {
	content: url(../image/ico-value-04.svg);
}
.value:hover::before {
	top: 20px;
	background-color: rgba(240,240,240,.3);
	border: 4px solid rgba(230,230,230,.2);
	box-shadow: 0 0 0 0.1rem rgba(230,230,230,.7);
}
.value p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}
.value p.lead {
    font-size: 24px;
	line-height: 1;
	margin: 15px 0;
}
.values .justify-content-around {
	margin-top: 30px;
}
/* Advantages */
.advantages, .functions {
	padding: 50px 0;
	margin-bottom: 22px;
}
.advantages .row, .functions .row {
	margin-left: 15px;
	margin-right: 15px;
	/* border-top: 1px solid rgba(240,240,240,1);
	border-left: 1px solid rgba(240,240,240,1); */
}
.advantages .row.justify-content-center, .functions .row.justify-content-center {
	margin-top: 30px;
    margin-bottom: -96px;
	border-top: 0px solid rgba(240,240,240,1);
	border-left: 0px solid rgba(240,240,240,1);
}
.advantages .display-1, .products .display-1, .functions .display-1, .form-section .display-1 {
    padding-top: 10px;
}
.form-section .section-title {
	min-height: inherit;
    padding-top: 0px;
}
.advantage, .function {
	padding: 140px 2.5% 0;
	background-color: #fafafa;
	/* border-right: 1px solid rgba(240,240,240,1);
	border-bottom: 1px solid rgba(240,240,240,1); */
	box-shadow: 1px 0 0 0 rgba(240,240,240,1), 
	 0 1px 0 0 rgba(240,240,240,1), 
	 1px 1px 0 0 rgba(240,240,240,1), /* Just to fix the corner */
	 1px 0 0 0 rgba(240,240,240,1) inset, 
	 0 1px 0 0 rgba(240,240,240,1) inset;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.advantage:hover, .function:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.advantage::before, .function::before {
	content: '';
    position: absolute;
    --size: 120px;
    left: calc(50% - 60px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 10px;
	padding: 10px 0;
	background-color: transparent;
	border: 4px solid rgba(240,240,240,0);
    border-radius: 50%;
    text-align: center;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.advantage.advantage-01::before {
	content: url(../image/ico-advantage-01.svg);
}
.advantage.advantage-02::before {
	content: url(../image/ico-advantage-02.svg);
}
.advantage.advantage-03::before {
	content: url(../image/ico-advantage-03.svg);
}
.advantage.advantage-04::before {
	content: url(../image/ico-advantage-04.svg);
}
.advantage.advantage-05::before {
	content: url(../image/ico-advantage-05.svg);
}
.advantage.advantage-06::before {
	content: url(../image/ico-advantage-06.svg);
}
.function.function-01::before {
	content: url(../image/ico-function-01.svg);
}
.function.function-02::before {
	content: url(../image/ico-function-02.svg);
}
.function.function-03::before {
	content: url(../image/ico-function-03.svg);
}
.function.function-04::before {
	content: url(../image/ico-function-04.svg);
}
.function.function-05::before {
	content: url(../image/ico-function-05.svg);
}
.function.function-06::before {
	content: url(../image/ico-function-06.svg);
}
.function.function-07::before {
	content: url(../image/ico-function-07.svg);
}
.function.function-08::before {
	content: url(../image/ico-function-08.svg);
}
.function.function-09::before {
	content: url(../image/ico-function-09.svg);
}
.function.function-10::before {
	content: url(../image/ico-function-10.svg);
}
.function.function-11::before {
	content: url(../image/ico-function-11.svg);
}
.function.function-12::before {
	content: url(../image/ico-function-12.svg);
}

.function.cloud-01::before {
	content: url(../image/ico-cloud-01.svg);
}
.function.cloud-02::before {
	content: url(../image/ico-cloud-02.svg);
}
.function.cloud-03::before {
	content: url(../image/ico-cloud-03.svg);
}
.function.cloud-04::before {
	content: url(../image/ico-cloud-04.svg);
}
.function.cloud-05::before {
	content: url(../image/ico-cloud-05.svg);
}
.function.cloud-06::before {
	content: url(../image/ico-cloud-06.svg);
}
.function.cloud-07::before {
	content: url(../image/ico-cloud-07.svg);
}
.function.cloud-08::before {
	content: url(../image/ico-cloud-08.svg);
}
.function.cloud-09::before {
	content: url(../image/ico-cloud-09.svg);
}
.function.cloud-10::before {
	content: url(../image/ico-cloud-10.svg);
}
.function.cloud-11::before {
	content: url(../image/ico-cloud-11.svg);
}
.function.cloud-12::before {
	content: url(../image/ico-cloud-12.svg);
}
.function.cloud-13::before {
	content: url(../image/ico-cloud-13.svg);
}
.function.cloud-14::before {
	content: url(../image/ico-cloud-14.svg);
}
.function.cloud-15::before {
	content: url(../image/ico-cloud-15.svg);
}

.function.graphics-01::before {
	content: url(../image/ico-graphics-01.svg);
}
.function.graphics-02::before {

	content: url(../image/ico-graphics-02.svg);
}
.function.graphics-03::before {
	content: url(../image/ico-graphics-03.svg);
}
.function.graphics-04::before {
	content: url(../image/ico-graphics-04.svg);
}
.function.graphics-05::before {
	content: url(../image/ico-graphics-05.svg);
}
.function.graphics-06::before {
	content: url(../image/ico-graphics-06.svg);
}
.function.graphics-07::before {
	content: url(../image/ico-graphics-07.svg);
}
.function.graphics-08::before {
	content: url(../image/ico-graphics-08.svg);
}
.function.graphics-09::before {
	content: url(../image/ico-graphics-09.svg);
}
.function.graphics-10::before {
	content: url(../image/ico-graphics-10.svg);
}
.function.graphics-11::before {
	content: url(../image/ico-graphics-11.svg);
}
.function.graphics-12::before {
	content: url(../image/ico-graphics-12.svg);
}
.function.graphics-13::before {
	content: url(../image/ico-graphics-13.svg);
}
.function.graphics-14::before {
	content: url(../image/ico-graphics-14.svg);
}
.function.graphics-15::before {
	content: url(../image/ico-graphics-15.svg);
}

.function.infrastructure-01::before {
	content: url(../image/ico-infrastructure-01.svg);
}
.function.infrastructure-02::before {
	content: url(../image/ico-infrastructure-02.svg);
}
.function.infrastructure-03::before {
	content: url(../image/ico-infrastructure-03.svg);
}
.function.infrastructure-04::before {
	content: url(../image/ico-infrastructure-04.svg);
}
.function.infrastructure-05::before {
	content: url(../image/ico-infrastructure-05.svg);
}
.function.infrastructure-06::before {
	content: url(../image/ico-infrastructure-06.svg);
}
.function.infrastructure-07::before {
	content: url(../image/ico-infrastructure-07.svg);
}
.function.infrastructure-08::before {
	content: url(../image/ico-infrastructure-08.svg);
}
.function.infrastructure-09::before {
	content: url(../image/ico-infrastructure-09.svg);
}
.function.infrastructure-10::before {
	content: url(../image/ico-infrastructure-10.svg);
}
.function.infrastructure-11::before {
	content: url(../image/ico-infrastructure-11.svg);
}
.function.infrastructure-12::before {
	content: url(../image/ico-infrastructure-12.svg);
}
.function.infrastructure-13::before {
	content: url(../image/ico-infrastructure-13.svg);
}
.function.infrastructure-14::before {
	content: url(../image/ico-infrastructure-14.svg);
}
.function.infrastructure-15::before {
	content: url(../image/ico-infrastructure-15.svg);
}

.function.security-01::before {
	content: url(../image/ico-security-01.svg);
}
.function.security-02::before {
	content: url(../image/ico-security-02.svg);
}
.function.security-03::before {
	content: url(../image/ico-security-03.svg);
}
.function.security-04::before {
	content: url(../image/ico-security-04.svg);
}
.function.security-05::before {
	content: url(../image/ico-security-05.svg);
}
.function.security-06::before {
	content: url(../image/ico-security-06.svg);
}
.function.security-07::before {
	content: url(../image/ico-security-07.svg);
}
.function.security-08::before {
	content: url(../image/ico-security-08.svg);
}
.function.security-09::before {
	content: url(../image/ico-security-09.svg);
}
.function.security-10::before {
	content: url(../image/ico-security-10.svg);
}
.function.security-11::before {
	content: url(../image/ico-security-11.svg);
}
.function.security-12::before {
	content: url(../image/ico-security-12.svg);
}
.function.security-13::before {
	content: url(../image/ico-security-13.svg);
}
.function.security-14::before {
	content: url(../image/ico-security-14.svg);
}
.function.security-15::before {
	content: url(../image/ico-security-15.svg);
}

.advantage:hover::before, .function:hover::before {
	top: 20px;
	background-color: rgba(240,240,240,.3);
	border: 4px solid rgba(230,230,230,.2);
	box-shadow: 0 0 0 0.1rem rgba(230,230,230,.7);
}
/* Directions */
.directions {
	padding: 50px 0;
}
.directions .row > div {
	margin: 15px 0;
}
.direction {
	display: block;
	padding: 10px 0px;
	height: 100%;
	background-color: #fff;
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.direction:hover {
	text-decoration: none;
	background-color: #252f3f;
	border: 1px solid #252f3f;
}
.direction span {
	display: block;
	--size: 140px;
	width: var(--size);
    height: var(--size);
}
.direction span::before {
	content: '';
    position: absolute;
    --size: 120px;
    left: calc(50% - 60px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 10px;
	padding: 10px 0;
    text-align: center;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.direction .direction-01::before {
	content: url(../image/ico-direction-01.svg);
}
.direction .direction-02::before {
	content: url(../image/ico-direction-02.svg);
}
.direction .direction-03::before {
	content: url(../image/ico-direction-03.svg);
}
.direction .direction-04::before {
	content: url(../image/ico-direction-04.svg);
}
.direction .direction-05::before {
	content: url(../image/ico-direction-05.svg);
}
.direction a:hover span::before {
	padding-top: 20px;
}
.direction .lead {
    line-height: 1.2;
	word-wrap: break-word;
}
.direction.direction-01:hover .lead {
	color: #4cb050;
}
.direction.direction-02:hover .lead {
	color: #fe5722;
}
.direction.direction-03:hover .lead {
	color: #fec107;
}
.direction.direction-04:hover .lead {
	color: #03a9f5;
}
.direction.direction-05:hover .lead {
	color: #cddc39;
}
/* Products */
.products {
	padding: 50px 0;
	margin-bottom: 22px;
}
.products .justify-content-around {
    margin-top: 30px;
    margin-bottom: -96px;
}
.products .card {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0);
}
.products .card .card-body {
    padding: 0px 5% 20px;
}
.products .card img {
	width: 160px;
	max-width: 160px;
    /* clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%); */
}
.products .card > a {
	position: relative;
	display: block;
}

/* Videos */
.videos {
	padding: 100px 0;
	background: url(../image/bg-values.svg) no-repeat center center;
	background-size: 80% auto;
}
.videos .embed-responsive {
	background-color: rgba(0,0,0,1);
}
.videos .embed-responsive .embed-responsive-item {
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.videos .embed-responsive .embed-responsive-item:hover {
	opacity: 0.95;
    filter: alpha(opacity=95);
}
.videos .lead {
	font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #252f3f;
	line-height: 1.1;
}
.video-content {
	padding: 100px 0;
	background: url(../image/bg-video-softprom.svg) no-repeat bottom right;
	background-size: auto 100%;
}
.security .video-content {
	background: url(../image/bg-video-security.svg) no-repeat bottom right;
	background-size: auto 100%;
}
.infrastructure .video-content {
	background: url(../image/bg-video-infrastructure.svg) no-repeat bottom right;
	background-size: auto 100%;
}
.video .video-content {
	background: url(../image/bg-video-video.svg) no-repeat bottom right;
	background-size: auto 100%;
}
.cloud .video-content {
	background: url(../image/bg-video-cloud.svg) no-repeat bottom right;
	background-size: auto 100%;
}
.cad .video-content {
	background: url(../image/bg-video-cad.svg) no-repeat bottom right;
	background-size: auto 100%;
}   
.video-content .embed-responsive {
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.btn-video {
	position: relative;
}
.btn-video:before {
	display: block;
	content: '';
    position: absolute;
    left: 20px;
    top: 14px;
	width: 20px;
	height: 20px;
	padding: 0px;
	background: url(../image/ico-play.svg) no-repeat center center;
}


/* Filters */
.filters.row {
	margin-right: -5px;
    margin-left: -5px;
}
.filters .form-group label {
    font-size: 13px;
	text-transform: uppercase;
    color: #0069c8;
	font-weight: 300;
	line-height: 36px;
	text-align: right;
	padding-left: 0px;
	padding-right: 5px;
	white-space: nowrap;
}
.filters .form-group label.switch {
	margin: 15px 2%;
}
.filters .form-group label.form-switch-label {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-transform: none;
	padding: 7px 0;
}
.filters .form-group > div {
	padding-right: 5px;
    padding-left: 5px;
}
.filters .form-control-lg {
	font-size: 18px;
    padding: .5rem 5px;
}
.filters .form-control {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: rgba(229,229,229,.4);
    border: 1px solid rgba(229,229,229,.4);
}
.filters .form-control:hover {
    background-color: #fff;
}
.filters select.form-control  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../image/arrow-down.svg) no-repeat 95% center rgba(229,229,229,.4);
}
.filters .form-text {
    margin-top: 0;
}
a.filter-link {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 8px;
    margin: 1px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(229,229,229,1);
}
a.filter-link:hover, a.filter-link.active {
    background-color: #0069c8;
    border-color: #0069c8;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.05);
}
a.filter-link .svg {
    filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
}
a.filter-link:hover .svg, a.filter-link.active .svg {
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.filters.vendors {
	padding: 20px 20px;
	background-color: rgba(240,240,240,.3);
}
.filters p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}
#countries_block p {
	margin-top: 5px;
	margin-bottom: 0px;
}
.filters p.lead {
	font-size: 18px;
	line-height: 30px;
}
.filters.vendors p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    color: #0069c8;
    text-transform: uppercase;
    line-height: 28px;
}
.filters.vendors .pagination li {
    padding: 1px !important;
}
.filters.vendors .page-link {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
	text-transform: uppercase;
	background-color: transparent;
    border: 1px solid transparent;
}
.filters.vendors .page-link:hover, .filters.vendors .page-link.active {
	color: #fff;
    background-color: #252f3f;
    border-color: #252f3f;
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.05);
}
.filters.vendors .nav-pills .nav-link {
    font-size: 16px;
    color: #252f3f;
    font-weight: 300;
    text-transform: uppercase;
	white-space: nowrap;
	background-color: #fff;
    border: 1px solid #fff;
    border-collapse: collapse;
    border-radius: 0;
}
.filters.vendors .nav-link:focus, .filters.vendors .nav-link:hover {
    color: #fff;
    background-color: #252f3f;
    border: 1px solid #252f3f;
	box-shadow: 0 0 0 0 rgba(236,122,8,0);
}
.filters.vendors .nav-pills .nav-link.active, .filters.vendors .nav-pills .show>.nav-link {
    color: #fff;
	background-color: #0069c8;
    border: 1px solid #0069c8;
}
/* Pagination */
.pagination li {
	padding: 5px !important;
}
.pagination li::before {
    display: none;
}
.page-link {
    padding: 0;
    margin: 0;
	width: 40px;
	height: 40px;
    line-height: 40px;
	text-align: center;
    font-size: 18px;
    color: #252f3f;
	font-weight: 300;
    border: 1px solid #e5e5e5;
	border-radius: 50%;
}
.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item.active .page-link {
	background-color: #252f3f;
    border-color: #252f3f;
}
.page-link:hover {
    color: #fff;
    background-color: #0069c8;
    border-color: #0069c8;
}
.page-link span {
	display: inline-block;
	font-size: 18px;
	width: 38px;
    height: 38px;
	line-height: 36px;
	vertical-align: top;
	font-weight: 300;
}
.page-link:hover span {
    color: #fff;
}
.num-404 {
	font-family: 'Open Sans', sans-serif;
    font-size: 100px;
	font-weight: 700;
	line-height: 1;
}
.search-results li {
	padding: 10px 20px;
}
.search-results li .display-5 {
	font-size: 24px;
}

/* Accordion */
.accordion .card {
	background-color: #fafafa;
    border: 0px solid rgba(0,0,0,.125);
}
.accordion .card:first-child {
	border-top: 1px solid rgba(240,240,240,1);
}
.accordion .card-header {
    padding: 0;
    border-bottom: 0px solid rgba(240,240,240,1);
}
.accordion .card-header .lead {
	position: relative;
}
.accordion .card-header .lead a {
	display: block;
    font-size: 18px;
	color: #333;
    text-transform: uppercase;
	padding: 0px 20px;
	line-height: 50px;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid rgba(240,240,240,1);
	border-radius: 0;
}
.accordion .card-header .lead a:hover, .accordion .card-header .lead a:focus {
	color: #0069c8;
	background-color: #fafafa;
}
.accordion .card-header .lead .btn-link, .accordion .card-header .lead .btn-link.collapsed {
	position: absolute;
	top: 0;
	right: 0;
	color: #0069c8;
	width: 40px;
	height: 40px;
	margin: 5px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	/* -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); */
	background: url(../image/arrow-down.svg) no-repeat no-repeat center center;
}
.accordion .card-header .lead .btn-link:focus {
	color: #333;
	/* -webkit-transform: rotate(90deg);
    transform: rotate(90deg); */
	background: url(../image/arrow-up.svg) no-repeat no-repeat center center;
}
.accordion .card-header .lead .btn-link span {
	display: block;
	font-size: 0px;
	font-weight: 300;
	padding: 8px 24px 8px 16px;
	margin-top: -6px;
}
.accordion .card-header .lead .btn-link.collapsed span {
	margin-top: -6px;
}
.accordion .card-header .lead .btn-link:hover {
	text-decoration: none;
	background-color: #fafafa;
}
.accordion .card-header .lead .btn-link:hover span {
	color: #ec7a08;
}
.accordion .card-header .lead .btn-link:focus span {
	color: #0069c8;
	margin-top: -6px;
}
.accordion .card-body {
    padding: 0px;
	border-bottom: 1px solid rgba(240,240,240,1);
}
.section-content .card-body ul {
	margin-bottom: 0;
}
.section-content .card-body ul li {
    padding: 0px;
}
.section-content .card-body ul li::before {
    display: none;
}
.section-content .card-body ul li a {
	color: #333;
	padding: 8px 30px;
}
.section-content .card-body ul li a:hover {
	color: #0069c8;
	background-color: #fff;
}

/* Presence */
.offices {
	margin-bottom: -23px;
}
.offices a {
	color: #0069c8;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px #0069c8 dashed;
}
.presence a, .section-content .presence p a {
	display: block;
	margin: 10px 0;
	font-size: 18px;
    color: #252f3f;
    text-decoration: none;
    border-bottom: 0px #ec7a08 dashed;
}
.presence a:hover, .section-content .presence p a:hover {
	color: #0069c8;
}
.presence a img {
	margin-right: 10px;
}
.map {
	padding: 0;
	background: url(../image/bg-map.svg) no-repeat center center;
	background-size: 100% auto;
}
.map svg path, .map svg text {
	cursor: pointer;
}

/* Accordion */
.accordion .card {
	margin: 20px 0;
    background-color: #fff;
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #efeded;
}
.accordion .card-header {
    background-color: #fff;
}
.accordion .card-header .btn {
	position: relative;
	font-size: 24px;
	line-height: 30px;
    padding: 20px 30px;
    border-radius: 0px;
}
.accordion .card-header .btn.collapsed {
	background-color: #fafafa;
}
.accordion .card-header .btn:hover, .accordion .card-header .btn:focus {
	text-decoration: none;
}
.accordion .card-header .btn:before {
	position: absolute;
	display: block;
    width: 48px;
    height: 48px;
	line-height: 40px;
    top: 10px;
    right: 20px;
    content: '–';
	font-size: 40px;
	color: #252f3f;
	font-weight: 300;
	text-align: center;
    background-color: #fff;
	border: 1px solid #efeded;
	border-radius: 50%;
}
.accordion .card-header .btn.collapsed:before {
	line-height: 48px;
    content: '+';
	color: #fff;
    background-color: #0069c8;
	border: 1px solid #0069c8;
}
.accordion .card-header .btn:hover:before, .accordion .card-header .btn:focus:before {
	color: #fff;
    background-color: #252f3f;
	border: 1px solid #252f3f;
}
.accordion .card-body {
    padding: 10px 30px 20px;
    border-bottom: 0px solid rgba(240,240,240,1);
}
.accordion .card-body ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
.accordion .card-body ul li, .accordion .card-body ul li {
    position: relative;
    padding: 10px 30px;
}
.accordion .card-body ul li::before {
    position: absolute;
	display: block;
    width: 13px;
    height: 11px;
    top: 19px;
    left: 0px;
    content: "";
    background: url(../image/breadcrumb-item.svg) no-repeat left top;
}
/* Jumbotron */
.jumbotron {
    padding: 40px 50px;
    margin: 20px 0;
    background-color: #0069c8;
    border-radius: 0px;
}
.security .jumbotron {
	background-color: #4cb050;
}
.infrastructure .jumbotron {
	background: #fe5722;
}
.video .jumbotron {
	background: #fec107;
}
.cloud .jumbotron {
	background: #03a9f5;
}
.cad .jumbotron {
	background: #cddc39;
}
.jumbotron .display-2 {
    color: #fff;
}

/* Rates */
.rates {
	padding: 50px 0;
}
.card.rate {
	margin: 20px 0;
	background-color: #fff;
    border: 1px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.card.best.rate {
	margin: 0px 0;
	background-color: #0069c8;
}
.security .card.best.rate {
	background-color: #4cb050;
}
.infrastructure .card.best.rate {
	background: #fe5722;
}
.video .card.best.rate {
	background: #fec107;
}
.cloud .card.best.rate {
	background: #03a9f5;
}
.cad .card.best.rate {
	background: #cddc39;
}
.rate .card-body {
	padding: 25px 7.5%;
}
.best.rate .card-body {
	padding: 35px 7.5%;
}
.rate .card-title {
    font-family: 'Geometria';
    font-size: 21px;
    color: #252f3f;
    font-weight: 800;
    padding: 5px;
	margin: 0;
}
.rate p {
	line-height: 1.4;
	margin-bottom: 10px;
}
.rate small {
    font-size: 14px;
    font-weight: 300;
}
.rate p.old-price {
    font-size: 24px;
	font-weight: 300;
	text-decoration: line-through;
}
.rate p.price {
	font-family: 'Geometria';
    font-size: 48px;
	color: #0069c8;
	line-height: 1;
}
.security .rate p.price {
	color: #4cb050;
}
.infrastructure .rate p.price {
	color: #fe5722;
}
.video .rate p.price {
	color: #fec107;
}
.cloud .rate p.price {
	color: #03a9f5;
}
.cad .rate p.price {
	color: #cddc39;
}
.best.rate .card-title, .best.rate p.price {
    color: #fff;
}
.rate p.price sup {
	font-size: 60%;
}
.rate .card-footer {
	min-height: 570px;
    background-color: #fafafa;
    border-top: 0px solid rgba(0,0,0,.125);
}
.best.rate .card-footer {
    background-color: #fff;
}
.rate .card-footer ul {
	padding-left: 30px;
}
.rate .card-footer ul li {
    font-size: 14px;
    padding: 5px 0px;
	border-bottom: 1px solid #efeded;
}
.rate .card-footer ul li::before {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 13px;
    left: -20px;
    content: "";
    background-color: #0069c8;
	border-radius: 3px;
}
.security .rate .card-footer ul li::before {
	background-color: #4cb050;
}
.infrastructure .rate .card-footer ul li::before {
	background: #fe5722;
}
.video .rate .card-footer ul li::before {
	background: #fec107;
}
.cloud .rate .card-footer ul li::before {
	background: #03a9f5;
}
.cad .rate .card-footer ul li::before {
	background: #cddc39;
}

/* Security Map */
.security-map .lead mark {
	font-family: 'Geometria';
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
	padding: 10px 20px;
	background-color: #252f3f;
}
.security-map .card {
	margin: 50px 0;
	background-color: #fff;
    border: 0px solid #efeded;
    -webkit-box-shadow: 0 0px 20px rgba(37,47,63,.05);
    box-shadow: 0 0px 20px rgba(37,47,63,.05);
}
.security-map .card .card-body {
    padding: 0px 15px;
	border-right: 1px solid #efeded;
	border-bottom: 1px solid #efeded;
}
.security-map .card .card-body .row {
	position: relative;
}
.security-map .card .category {
	padding: 20px 15px;
	font-family: 'Geometria';
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
	background-color: #0069c8;
	border-top: 1px solid rgba(255,255,255,.2);
	border-left: 1px solid rgba(255,255,255,.2);
}
.security-map .card .cat-vendors {
	padding-right: 40px;
	border-top: 1px solid #efeded;
}
.security-map .card .vendor {
	padding: 20px 5px;
}
.security-map .card .vendor p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.security-map .card .vendor p a {
	display: inline-block;
	color: #252f3f;
}
.security-map .card .vendor a img {
    margin: 5px 0;
}
.security-map .card .card-body .btn {
    position: absolute;
	bottom: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	min-width: auto;
	color: #0069c8;
    line-height: 40px;
    padding: 0px;
	margin-bottom: -20px;
	background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 20px;
}
.security-map .card .card-body .btn:hover, .security-map .card .card-body .btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: #252f3f;
    border: 1px solid #252f3f;
}
.security-map .card .card-body .btn:before {
	display: block;
	width: 40px;
	height: 40px;
    line-height: 38px;
    content: '+';
	font-size: 30px;
	text-align: center;
	font-weight: 700;
}

.security-map .card .card-body .btn.opened:before {
    content: "\2012";
    line-height: 34px;
}

/* Footer */
.footer {
	padding: 200px 0 100px;
	background: url(../image/bg-footer-softprom.svg) no-repeat left top;
}
.security .footer {
	background: url(../image/bg-footer-security.svg) no-repeat left top;
}
.infrastructure .footer {
	background: url(../image/bg-footer-infrastructure.svg) no-repeat left top;
}
.video .footer {
	background: url(../image/bg-footer-video.svg) no-repeat left top;
}
.cloud .footer {
	background: url(../image/bg-footer-cloud.svg) no-repeat left top;
}
.cad .footer {
	background: url(../image/bg-footer-cad.svg) no-repeat left top;
}
.footer p {
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}
.footer .nav-fill .nav-item {
	text-align: left;
}
.footer .nav-pills > .nav-item > .nav-link {
	font-family: 'Geometria';
	font-size: 18px;
	color: #252f3f;
	text-transform: uppercase;
}
.footer .nav-pills .sub-menu {
	padding-left: 0px;
	list-style-type: none;
}
.footer .nav-pills .sub-menu > .nav-item > .nav-link {
	font-size: 14px;
	color: #252f3f;
	font-weight: 300;
	line-height: 20px;
	padding: 3px 1rem;
}
/* Cookie */
.cookie {
	height: 70px;
	padding-top: 15px;
	background-color: #252f3f;
}
.cookie p {
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.cookie p, .cookie p a {
	color: #fff;
}
.cookie p a {
	text-decoration: underline;
}
.cookie p a.btn-outline-light {
	color: #fff;
	text-decoration: none;
	border-color: rgba(255,255,255,.2);
}
.cookie p a.btn-outline-light:hover {
	color: #0069c8;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.btn.my-1.mx-4 {
		margin: 20px 5%!important;
	}
	#sidebar {
    	width: 100%;
		left: -100%;
	}
	#sidebar.active {
		right: 0;
	}
	.mCustomScrollBox {
    	overflow-y: scroll;
  		scroll-behavior: smooth;
	}
	.mCSB_container {
		overflow: auto;
		top: auto;
	}
	#sidebar .header .navbar-brand, .header .navbar-brand {
    	margin: 0px;
		padding: 20px 0 0 15px;
	}
	#sidebar .header .navbar-brand img {
    	padding: 5px 5px;
	}
	#sidebar .header .enter-block {
		position: absolute;
		top: 60px;
		left: 15px;
		right: auto;
		margin: 0px;
	}
	#sidebar .header .find-block {
		position: absolute;
		top: 110px;
		left: 15px;
		right: auto;
		margin-top: 0px;
	}
	#sidebar .header .country-block {
		position: absolute;
		top: 110px;
		left: 55px;
		right: auto;
		margin-top: 0px;
	}
	#sidebar .header .lang-block {
		position: absolute;
		top: 110px;
		left: 100px;
		right: auto;
		margin-top: 0px;
	}
	#sidebar .header .country-block .dropdown-menu, #sidebar .header .find-block .dropdown-menu {
		left: 0;
    	right: auto;
	}
	.close-button {
    	margin-right: 10px;
	}
	#sidebar .nav {
		padding: 80px 10px 10px 10px;
		height: auto;
	}
	#sidebar ul.nav li a {
		width: 200px;
		font-size: 16px;
	}
	#sidebar .nav .dropdown-toggle::after {
		left: auto;
		right: 20px;
		background: url(../image/arrow-down.svg) no-repeat no-repeat center center;
	}
	#sidebar .nav .dropdown-toggle:hover::after {
		background: url(../image/arrow-up-blue.svg) no-repeat no-repeat center center;
	}
	#sidebar .nav .dropright .dropdown-menu li {
	    width: 49% !important;
	}
	#sidebar .nav .dropright .dropdown-menu li a {
    	font-size: 13px;
	}
	#sidebar .nav .dropright .dropdown-menu {
		position: relative;	
		width: 100%;
		top: auto;
		right: auto;
		left: auto;
		margin: 0;
		padding: 10px 0;
		background-color: #fff;
		border: 0px solid;
		border-top: 1px solid rgba(37, 47, 63, 0.1);
		border-bottom: 1px solid rgba(37, 47, 63, 0.1);
		border-left: 0px solid rgba(37, 47, 63, 0.1);
	}
	#sidebar .bottom-left.social {
		margin: 0 0 10px 20px;
	}
	.header .navbar-brand img {
		padding: 5px 0px 5px 5px;
	}
	.carousel.slide {
		min-height: 700px;
		margin-bottom: -80px;
	}
	.front .carousel.slide {
		margin-bottom: -80px;
	}
	.carousel .carousel-inner {
		height: 700px;
	}
	.carousel .carousel-item {
		height: 700px;
		padding-bottom: 50px;
	}
	.carousel .carousel-item:before {
		height: 340px;
		width: 100%;
	}
	.carousel.slide .lead {
		font-size: 24px;
		margin-top: 20px;
	}
	.carousel.slide p {
		font-size: 16px;
	}
	.carousel.slide .more .btn {
		margin-right: 10px;
		min-width: 100px;
	}
	.carousel.slide .btn-lg {
		font-size: 16px;
		font-weight: 300;
		padding: 10px 10px;
		min-width: 150px;
	}
	.carousel .carousel-indicators {
		bottom: 60px;
	}
	.carousel .carousel-control-next, .carousel .carousel-control-prev {
		bottom: 60px;
	}
	.carousel .carousel-control-prev {
		left: 5%;
	}
	.carousel .carousel-control-next {
		right: 5%;
	}
	.secondary-icon-menu li a {
		margin: 3px;
	}
	.section-title svg {
		height: 80px;
	}
	.header .sticky.is-sticky .navbar-brand {
    	margin-top: 8px;
	}
	article:before {
		width: 25%;
	}
	article:after {
		width: 25%;
	}
	.value {
	    border-top: 1px solid rgba(240,240,240,1);
		border-left: 0px solid rgba(240,240,240,1);
	}
	.cources .card-deck .card .card-img-left {
		margin: 15px 5%;
	}
	.cources .card-body {
		padding: 0px 5% 25px;
	}
	.filters .form-group label {
    	font-size: 13px;
		text-transform: uppercase;
	}
	a.filter-link {
		width: 42px;
		height: 42px;
		padding: 5px;
	}
	.event-info li {
		width: 100%;
		padding: 5px 10px;
	}
	.event-info li a img {
   		width: 90px;
	}
	.section-content ol li {
		padding: 8px 10px;
	}
	.values, .videos {
		padding: 50px 0;
		background-size: auto 80%;
	}
	.accordion .card-header .btn {
	    padding-right: 50px;
	}
	.security-map .card .cat-vendors {
		padding-right: 15px;
		padding-bottom: 50px;
	}
	.security-map .card .vendor {
		padding: 5px 5px 15px;
		border-top: 1px solid #efeded;
	}
	.security-map .card .card-body .btn {
		bottom: 5px;
		right: 50%;
		margin-right: -20px;
		margin-bottom: 0px;
	}
	.footer, .security .footer, .infrastructure .footer, .video .footer, .cloud .footer, .cad .footer {
    	padding: 50px 0 20px;
		background-position: left 130%;
		background-size: 100%;
	}
	.foot-menu {
		margin-bottom: 100px;
	}
	.footer .nav-fill .nav-item {
		width: 100%;
	}
	.accept .text-right {
		text-align: center!important;
	}
}

@media (max-width: 767.98px) {
	.display-1 {
		font-size: 36px;
		line-height: 40px;
	}
	.display-2 {
		font-size: 28px;
	}
	.display-4 {
		font-size: 24px;
	}
	.display-5 {
		font-size: 24px;
	}
	p {
		font-size: 16px;
	}
	.table td, .table th {
		font-size: 14px;
	}
	.program-price table, .program-price thead, .program-price tbody, .program-price th, .program-price td, .program-price tr {
			display: block;
	}
	.program-price .table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.program-price .table tbody tr {
		position: relative;
	}
	.program-price .table td {
		width: 100%;
		border: none;
		position: relative;
		padding: 3px 10px 3px 120px;
		word-wrap: break-word;
	}
	.program-price td:nth-of-type(1) {
		border-top: 1px solid #e5e5e5;
	}
	.program-price td:nth-of-type(2), .program-price td:nth-of-type(3) {
		padding-right: 50px;
	}
	.program-price td:nth-of-type(5) {
		position: absolute;
		right: 5px;
		top: 50%;
		width: 40px;
		padding: 0px;
		margin-top: -20px;
	}
	.program-price td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 3px;
		left: 0px;
		width: 120px;
		padding-right: 10px;
		white-space: nowrap;
		font-family: 'Open Sans', sans-serif;
		color: #0069c8;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 13px;
		text-align: right;
		}
	.program-price td:nth-of-type(1):before { content: "Производитель"; }
	.program-price td:nth-of-type(2):before { content: "Название файла"; }
	.program-price td:nth-of-type(3):before { content: "Тип"; }
	.program-price td:nth-of-type(4):before { content: "Дата"; }
	.program-price td:nth-of-type(5):before { display: none; }

	.form-group label.form-check-label {
		font-size: 16px;
	}
	.form-group.pass .form-type-password {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#content .navbar {
		right: 5px;
		left: auto;
    	width: 60px;
	}
	.header {
		padding-right: 60px;
	}
	.header .logo {
		height: 50px;
		text-align: left !important;
	}
	.block-pages .header .navbar-brand {
    	margin: 0 0 0 0px;
		padding-right: 0px;
	}
	.header .sticky.is-sticky .logo {
		height: 50px;
		padding-left: 15px;
	}
	.header .sticky.is-sticky .navbar-brand {
		padding-right: 0px;
	}
	.header .navbar-brand img {
		height: 28px;
	}
	.block-pages .header .navbar-brand img {
		filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	}
	#sidebar .header .navbar-brand img, .header.sticky.is-sticky .navbar-brand img {
		filter: brightness(100%) grayscale(0%);
		-webkit-filter: brightness(100%) grayscale(0%);
	}
	.header .find-block, .header .country-block, .header .lang-block {
		margin: 10px 0px;
	}
	.header .country-block {
		width: 40px;
	}
	.header .find-block .btn-link, .header.sticky.is-sticky .country-block .btn {
		width: 40px !important;
	    padding: 10px 5px;
	}
	.top-block {
		margin-top: 0px;
		height: 0;
	}
	.sticky.is-sticky .d-none.enter-block.show-is-sticky {
		display: none !important;
	}
	.sticky.is-sticky .enter-block .btn {
		padding: 7px 10px;
	}
	.sticky.is-sticky .enter-block .btn:last-child:before {
		top: 13px;
	}
	.header .top-icons {
		display: block;
		width: 120px;
		height: 60px;
		position: absolute;
		top:0;
		right: 60px;
		z-index: 20;
	}
	.header .country-block .btn, .header .lang-block .btn, .header.sticky.is-sticky .country-block .btn, .header.sticky.is-sticky .lang-block .btn {
		padding: 10px 30px 10px 5px;
	}
	.header .find-block {
		right: 95px;
	}
	.header .country-block {
		right: 50px;
		width: 50px;
	}
	.header .country-block .btn-link, .header.sticky.is-sticky .country-block .btn-link {
		font-size: 0px;
	}
	.header .country-block .btn-light, .header .find-block .btn-light {
		font-size: 0px;
		line-height: 30px;
		width: 50px;
		padding: 10px;
		background-color: transparent;
		border-color: transparent;
		border: 0px solid #e5e5e5;
	}
	.header .country-block .dropdown-item {
	    white-space: normal;
	}
	.header .bg-dark {
		box-shadow: 0 5px 15px 0.2rem rgba(0,0,0,.05);
	}
	.header .country-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .country-block .show>.btn-light.dropdown-toggle:focus,
	.header .find-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .find-block .show>.btn-light.dropdown-toggle:focus {
		background-color: #fff;
		box-shadow: 0 0 0 0rem rgba(248,249,250,0);
	}
	.header .find-block .dropdown-toggle::before {
		display: inline-block;
		width: 16px;
		height: 16px;
		vertical-align: middle;
		content: "";
		background: url(../image/ico-search.svg) no-repeat no-repeat center center;
	}
	.block-pages .header .country-block .dropdown-toggle::before, .block-pages .header .find-block .dropdown-toggle::before {
		filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	}
	.header .country-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .country-block .show>.btn-light.dropdown-toggle:focus::before,
	.header .find-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .find-block .show>.btn-light.dropdown-toggle:focus::before {
		filter: brightness(100%) grayscale(0%);
    	-webkit-filter: brightness(100%) grayscale(0%);
	}
	.header .country-block .dropdown-toggle::before {
		margin-left: 7px;
	}
	.header .country-block .dropdown-toggle::after, .header .find-block .dropdown-toggle::after {
		display: none;
	}
	.header .country-block .dropdown-menu, .header .find-block .dropdown-menu {
		top: 20px !important;
		left: auto !important;
		right: -30px;
		width: 300px;
		max-width: 300px;
	}
	.header .find-block .dropdown-menu {
		right: -90px;
	}
	.header .country-block .dropdown-menu li {
		width: 49%;
	}
	.header .btn-light {
		border-color: #e5e5e5;
	}
	.header .menu {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.navbar-nav {
		margin-top: 60px !important;
	}
	.navbar-dark .navbar-nav .nav-item {
		background-color: #fff;
		border-top: 1px solid rgba(229,229,229,.3);
	}
	.navbar-dark .navbar-nav .nav-link {
		color: #0069c8;
		text-align: left;
	}
	.breadcrumb, .secondary-menu {
		margin: 0px 15px;
		padding: 10px 10px;
	}
	.breadcrumb-item li {
		line-height: 18px;
	}
	.breadcrumb-item a {
		font-size: 16px;
		line-height: 24px;
	}
	.section-title {
		min-height: 120px;
		padding-top: 10px;
	}
	.section-title .display-1 {
		padding: 30px 0 10px;
	}
	.section-title .lead {
		font-size: 24px;
	}
	.section-title .media {
		display: block;
	}
	.products .card img {
		margin-bottom: 20px;
	}
	.events .card-title, .section-content .events .card-title a {
		font-size: 24px;
		padding-right: 40px;
	}
	.schedule .card-body {
		width: 90%;
		padding: 25px 10% 15px 0;
	}
	.schedule .dates {
		width: 90%;
		padding: 0px 10% 25px 0;
		text-align: left !important;
	}
	.schedule .dates .date {
		font-size: 16px;
		padding: 5px;
		margin: 0px 3px;
	}
	.schedule .right-button {
		position: absolute;
		top: calc(50% - 20px);
		right: 15px;
		width: 40px;
		padding: 0px;
	}
	.section-content .filters.vendors ul li {
		display: inline-block;
		padding: 2px !important;
	}
	.section-content .filters.vendors ul li:before {
		display: none;
	}
	.numbers {
		padding: 20px 0;
	}
	.numbers .number {
		padding-top: 130px;
	}
	.numbers.direct .number {
		padding-left: 130px;
	}
	.number::before {
		--size: 100px;
		left: calc(50% - 50px);
		padding: 0px;
	}
	.number .lead {
	    font-size: 64px;
	}
	.event-info li div {
		padding: 0px 10px;
	}
	.alert-secondary {
    	padding-left: 120px;
	}
	.share.social a {
		margin-left: 3px;
		margin-right: 3px;
	}
	.bg-map-white {
		min-height: 500px;
		background-position: center center;
		background-size: auto 500px;
	}
	.cookie {
		height: auto;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.btn.my-1.mx-4 {
		margin: 20px 5%!important;
	}
	#sidebar {
    	width: 100%;
		left: -100%;
		overflow-y: scroll;
  		scroll-behavior: smooth;
	}
	#sidebar .header .navbar-brand, .header .navbar-brand {
    	margin: 0 0 0 20px;
		padding: 20px 5px;
	}
	#sidebar .header .enter-block {
		margin: 12px 0px;
	}
	#sidebar .header .find-block {
		position: absolute;
		top: 60px;
		left: 20px;
		right: auto;
		margin-top: 0px;
	}
	#sidebar .header .country-block {
		position: absolute;
		top: 60px;
		left: 60px;
		right: auto;
		margin-top: 0px;
	}
	#sidebar .header .lang-block {
		position: absolute;
		top: 60px;
		left: 100px;
		right: auto;
		margin-top: 0px;
	}
	#sidebar .header .country-block .dropdown-menu, #sidebar .header .find-block .dropdown-menu {
		left: 0;
    	right: auto;
	}
	.close-button {
    	margin-right: 10px;
	}
	#sidebar .nav {
		padding: 40px 20px 10px 20px;
		height: auto;
	}
	#sidebar ul.nav li a {
		width: 200px;
		font-size: 16px;
	}
	#sidebar .nav .dropright .dropdown-menu li a {
    	font-size: 13px;
	}
	#sidebar .nav .dropdown-toggle::after {
		left: auto;
		right: 20px;
		background: url(../image/arrow-down.svg) no-repeat no-repeat center center;
	}
	#sidebar .nav .dropdown-toggle:hover::after {
		background: url(../image/arrow-up-blue.svg) no-repeat no-repeat center center;
	}
	#sidebar .nav .dropright .dropdown-menu {
		position: relative;
		width: 100%;
		top: 100%;
		right: 0px;
		left: 0px;
		margin: 0;
		padding: 10px 0;
		background-color: #fff;
		border: 0px solid;
		border-top: 1px solid rgba(37, 47, 63, 0.1);
		border-bottom: 1px solid rgba(37, 47, 63, 0.1);
		border-left: 0px solid rgba(37, 47, 63, 0.1);
	}
	#sidebar .bottom-left.social {
		margin: 0 0 10px 20px;
	}
	.block-pages .header .navbar-brand img {
    	padding-left: 5px;
	}
	.header .country-block .dropdown-menu, .header .find-block .dropdown-menu {
		width: 500px;
		max-width: 500px;
	}
	.header .country-block .dropdown-menu li {
		width: 32%;
	}
	.carousel.slide {
		min-height: 750px;
		margin-bottom: -80px;
	}
	.front .carousel.slide {
		margin-bottom: -50px;
	}
	.carousel .carousel-inner {
		height: 750px;
	}
	.carousel .carousel-item {
		height: 750px;
	}
	.carousel .carousel-item:before {
		height: 450px;
		width: 130%;
	}
	.carousel.slide .lead {
		font-size: 28px;
		margin-top: 30px;
	}
	.carousel.slide p {
		font-size: 16px;
		margin-top: 10px;
		line-height: 1.4;
	}
	.carousel.slide .more .btn {
		margin-right: 10px;
	}
	.carousel.slide .btn-lg {
		font-size: 16px;
		font-weight: 300;
		padding: 10px 10px;
		min-width: 100px;
	}
	.carousel .carousel-indicators {
		bottom: 40px;
	}
	.carousel .carousel-control-next, .carousel .carousel-control-prev {
		bottom: 40px;
	}
	.carousel .carousel-control-prev {
		left: 20%;
	}
	.carousel .carousel-control-next {
		right: 20%;
	}
	article:before {
		width: 25%;
	}
	article:after {
		width: 25%;
	}
	.section-title svg {
		height: 120px;
	}
	.card-columns.events {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.event-info li {
	    padding: 10px 10px;
	}
	.values, .videos {
		padding: 50px 0;
		background-size: 200% auto;
	}
	.accordion .card-header .btn {
	    padding-right: 50px;
	}
	.footer, .security .footer, .infrastructure .footer, .video .footer, .cloud .footer, .cad .footer {
    	padding: 50px 0 50px;
		background-position: left 280px;
		background-size: 70%;
	}
	.foot-menu {
		margin-bottom: 100px;
	}
	.footer .nav-fill > .nav-item {
		width: 50%;
	}
	.cookie p a.btn-outline-light {
		padding: 6px 10px;
		margin-left: -15px;
		min-width: 120px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.display-1 {
		font-size: 36px;
		line-height: 40px;
	}
	.display-2 {
		font-size: 28px;
	}
	.display-4 {
		font-size: 24px;
	}
	.display-5 {
		font-size: 24px;
	}
	p {
		font-size: 16px;
	}
	.btn.my-1.mx-4 {
		margin: 20px 5%!important;
	}
	.form-row>.col, .form-row>[class*=col-] {
		padding-right: 10px;
		padding-left: 10px;
	}
	.form-group label.form-check-label {
		font-size: 16px;
	}
	.table td, .table th {
		font-size: 16px;
	}
	.form-group.pass .form-type-password {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#sidebar {
    	width: 100%;
		left: -100%;
	}
	#sidebar .header {
    	height: auto;
	}
	#sidebar .header .navbar-brand {
    	margin: 0 0 0 20px;
		padding: 20px 10px 0;
	}
	#sidebar .nav {
		padding: 30px 0px 50px 20px;
	}
	#sidebar ul.nav li a {
		width: 200px;
		font-size: 16px;
	}
	#sidebar .nav .dropright .dropdown-menu li a {
    	font-size: 13px;
	}
	#sidebar .bottom-left.social {
		margin: 0 0 0 20px;
	}
	.header .logo {
		height: 55px;
		text-align: left !important;
	}
	.header .navbar-brand {
		max-height: 70px;
	}
	.softprom-logo img {
		height: 50px;
	}
	.header .sticky.is-sticky .logo {
		height: 60px;
		padding-left: 15px;
	}
	.header .sticky.is-sticky .navbar-brand {
		padding-top: 20px;
	}
	.header .navbar-brand img {
		/* width: 156px; */
		height: auto;
	}
	.top-block {
		margin-top: 0px;
		height: 0;
	}
	.sticky.is-sticky .d-none.enter-block.show-is-sticky {
		display: none !important;
	}
	.sticky.is-sticky .enter-block .btn {
	}
	.sticky.is-sticky .enter-block .btn:last-child:before {
		top: 13px;
	}
	.header .top-icons {
		display: block;
		width: 120px;
		height: 60px;
		position: absolute;
		top:0;
		right: 60px;
		z-index: 20;
	}
	.header .find-block {
	    right: 320px;
	}
	.header .country-block {
		right: 260px;
		width: 50px;
	}
	.header .country-block .btn-link, .header.sticky.is-sticky .country-block .btn-link {
    	font-size: 0px;
	}
	.header .country-block .btn-light, .header .find-block .btn-light {
		font-size: 0px;
		line-height: 30px;
		width: 60px;
		padding: 15px;
		background-color: transparent;
		border-color: transparent;
		border: 0px solid #e5e5e5;
	}
	.header .bg-dark {
		box-shadow: 0 5px 15px 0.2rem rgba(0,0,0,.05);
	}
	.header .country-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .country-block .show>.btn-light.dropdown-toggle:focus,
	.header .find-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .find-block .show>.btn-light.dropdown-toggle:focus {
		background-color: #fff;
		box-shadow: 0 0 0 0rem rgba(248,249,250,0);
	}
	.header .find-block .dropdown-toggle::before {
		display: inline-block;
		width: 16px;
		height: 16px;
		vertical-align: middle;
		content: "";
		background: url(../image/ico-search.svg) no-repeat no-repeat center center;
	}
	.block-pages .header .country-block .dropdown-toggle::before, .block-pages .header .find-block .dropdown-toggle::before {
		filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	}
	.header .country-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .country-block .show>.btn-light.dropdown-toggle:focus::before,
	.header .find-block .btn-light:not(:disabled):not(.disabled):active:focus, .header .find-block .show>.btn-light.dropdown-toggle:focus::before {
		filter: brightness(100%) grayscale(0%);
    	-webkit-filter: brightness(100%) grayscale(0%);
	}
	.header .country-block .dropdown-toggle::before {
		margin-left: 7px;
	}
	.header .country-block .dropdown-toggle::after, .header .find-block .dropdown-toggle::after {
		display: none;
	}
	.header .country-block .dropdown-menu {
		right: -270px;
		width: 700px;
		max-width: 700px;
	}
	.header .find-block .dropdown-menu {
		right: -90px;
		width: 350px;
		max-width: 350px;
	}
	.block-pages .enter-block {
		right: 20px;
	}
	.header .btn-light {
		border-color: #e5e5e5;
	}
	.header .menu {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.navbar-nav {
		margin-top: 60px !important;
	}
	.navbar-dark .navbar-nav .nav-item {
		background-color: #fff;
		border-top: 1px solid rgba(229,229,229,.3);
	}
	.navbar-dark .navbar-nav .nav-link {
		color: #0069c8;
		text-align: left;
	}
	.carousel.slide {
		min-height: 500px;
		margin-bottom: -70px;
	}
	.front .carousel.slide {
		margin-bottom: -50px;
	}
	.carousel .carousel-inner {
		height: 500px;
	}
	.carousel .carousel-item {
		height: 500px;
	}
	.carousel .carousel-item:before {
		height: 500px;
		width: 60%;
	}
	.carousel.slide .lead {
		font-size: 26px;
	}
	.carousel.slide p {
		font-size: 16px;
	}
	.carousel.slide .more {
		white-space: nowrap;
	}
	.carousel.slide .more .btn {
		margin-right: 10px;
		min-width: 80px;
	}
	.carousel.slide .btn-lg {
		font-size: 15px;
		font-weight: 300;
		padding: 10px 10px;
		min-width: 80px;
	}
	.carousel .carousel-indicators {
		bottom: 40px;
	}
	.carousel .carousel-control-next, .carousel .carousel-control-prev {
		bottom: 40px;
	}
	.carousel .carousel-control-prev {
		left: 30%;
	}
	.carousel .carousel-control-next {
		right: 30%;
	}
	article:before {
		width: 20%;
	}
	article:after {
		width: 20%;
	}
	.secondary-menu .nav-pills .nav-link {
		font-size: 14px;
		padding: .5rem 5px;
	}
	.section-title svg {
		height: 150px;
	}
	.section-title .lead {
		font-size: 24px;
	}
	.section-content .row.events .card-title a, .section-content .row.vacancies .card-title a, .card-body.flex-column .card-title a {
    	font-size: 21px;
	}
	.events .card, .vacancies .card, .cources .card, .schedule .card {
    	min-height: 350px;
	}
	.events .card-title, .section-content .events .card-title a {
		font-size: 26px;
		padding-right: 30px;
	}
	.events .card-body, .vacancies .card-body {
		min-height: 270px;
	}
	.schedule .card-body {
    	width: 60.5%;
	}
	.schedule .dates {
		width: 20.5%;
	}
	.schedule .dates .date {
		display: inline-block;
		height: 30px;
		font-size: 16px;
		padding: 5px 10px;
		margin: 3px 3px;
	}
	.schedule .right-button {
    	width: 10%;
	}
	.filters.vendors .nav-pills .nav-link {
	    font-size: 16px;
		padding: .5rem 5px;
	}
	.filters.vendors .pagination li {
		display: inline-block;
		padding: 2px !important;
	}
	a.filter-link {
		width: 38px;
		height: 38px;
		padding: 3px;
	}
	.numbers {
		padding: 20px 0;
	}
	.numbers .number {
		padding-top: 140px;
	}
	.numbers.direct .number {
		padding-top: 140px;
		padding-left: 15px;
	}
	.number::before, .numbers.direct .number::before {
		--size: 100px;
		left: calc(50% - 50px);
		padding: 0px;
	}
	.number .lead {
		font-size: 64px;
	}
	.number p {
    	text-align: center;
	}
	.bg-map-white {
		min-height: 400px;
		background-position: center center;
		background-size: auto 400px;
	}
	.values, .videos {
		padding: 50px 0;
		background-size: 120% auto;
	}
	.accordion .card-header .btn {
	    padding-right: 50px;
	}
	.rate .btn {
		min-width: auto;
		width: 100%;
	}
	.rate .card-footer {
		min-height: 650px;
    	padding: 10px 15px;
	}
	.rate .card-footer ul {
		padding-left: 20px;
	}
	.rate .card-footer ul li {
    	font-size: 13px;
		line-height: 1.2;
	}
	.rate .card-footer ul li::before {
		top: 10px;
	}
	.footer, .security .footer, .infrastructure .footer, .video .footer, .cloud .footer, .cad .footer {
    	padding: 100px 0 50px;
		background-position: left 270px;
		background-size: 50%;
	}
	.footer .nav-fill > .nav-item {
		width: 50%;
		margin-bottom: 15px;
	}
	.cookie {
		height: 80px;
		padding-top: 10px;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.display-1 {
		font-size: 36px;
		line-height: 40px;
	}
	.display-2 {
	    font-size: 28px;
	}
	.display-4 {
		font-size: 24px;
	}
	.display-5 {
		font-size: 24px;
	}
	p {
		font-size: 16px;
	}
	.table td, .table th {
		font-size: 16px;
	}
	.btn {
	    min-width: 240px;
	}
	.btn.my-1.mx-4 {
		margin: 20px 5%!important;
	}
	.form-group.pass .form-type-password {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	#sidebar {
    	width: 90%;
		left: -90%;
	}
	#sidebar .header .navbar-brand {
    	margin: 0 0 0 30px;
	}
	#sidebar .nav {
		padding: 30px 0px 50px 30px;
	}
	#sidebar .bottom-left.social {
		margin: 0 0 0 30px;
	}
	.sticky.is-sticky .logo {
		height: 50px;
		overflow: hidden;
	}
	.softprom-sign {
		width: 55px;
	}
	.softprom-logo {
		width: 217px;
	}
	.softprom-sign img {
		height: 51px;
		width: 55px;
	}
	.softprom-logo img {
		/* height: 25px; */
		width: 217px;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 20px;
		padding: 14px 15px 11px;
	}
	.sticky.is-sticky .navbar-dark .navbar-nav .nav-link {
		font-size: 18px;
		padding: 14px 7px 11px;
	}
	.sticky.is-sticky .enter-block .btn {
	}
	.carousel.slide {
		min-height: 600px;
		margin-bottom: -130px;
	}
	.front .carousel.slide {
		margin-bottom: -100px;
	}
	.carousel .carousel-inner {
		height: 600px;
	}
	.carousel .carousel-item {
		height: 600px;
		padding-bottom: 80px;
	}
	.carousel .carousel-item:before {
		height: 600px;
	    width: 65%;
	}
	.carousel.slide .lead {
		font-size: 30px;
	}
	.carousel.slide p {
		font-size: 18px;
	}
	.carousel.slide .btn-lg {
		font-size: 16px;
		font-weight: 300;
		padding: 10px 5px;
		min-width: 160px;
	}
	.carousel .carousel-indicators {
		bottom: 100px;
	}
	.carousel .carousel-control-next, .carousel .carousel-control-prev {
		bottom: 100px;
	}
	.carousel .carousel-control-prev {
		left: 35%;
	}
	.carousel .carousel-control-next {
		right: 35%;
	}
	article:before {
		width: 15%;
	}
	article:after {
		width: 15%;
	}
	.section-title .lead {
		font-size: 28px;
	}
	.section-content .row.events .card-title a, .section-content .row.vacancies .card-title a, .card-body.flex-column .card-title a {
    	font-size: 21px;
	}
	.events .card, .vacancies .card, .cources .card, .schedule .card {
    	min-height: 380px;
	}
	.events .card-body, .vacancies .card-body {
		min-height: 310px;
	}
	.steps .card-body {
		min-height: 185px;
	}
	.events .card-title, .section-content .events .card-title a {
		padding-right: 30px;
	}
	.filters.vendors .pagination li {
		padding-left: 0px !important;
	}
	.filters .form-group label {
		padding-right: 0px;
	}
	.number .lead {
		font-size: 64px;
	}
	.section-content .accordion .card-body ul li {
		float: left;
		width: 50%;
	}
	.schedule .card-body {
		width: 65.5%;
	}
	.schedule .dates {
		width: 15.5%;
	}
	.values, .videos {
		padding: 75px 0;
		background-size: 95% auto;
	}
	.value p {
    	font-size: 16px;
		word-break: break-word;
	}
	.bg-map-white {
		min-height: 500px;
		background-position: center center;
		background-size: auto 500px;
	}
	.footer, .security .footer, .infrastructure .footer, .video .footer, .cloud .footer, .cad .footer {
    	padding: 125px 0 50px;
		background-size: 40%;
	}
	.bottom-left.social a, .share.social a {
    	margin-right: 1px;
	}
	.bottom-left.social a:last-child {
    	margin-right: 0px;
	}
	.footer .nav-fill > .nav-item {
		width: 50%;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1679.98px) { 
	.display-1 {
		padding: 30px 0 20px;
	}
	.btn {
	    min-width: 240px;
	}
	.btn.my-1.mx-4 {
		margin: 20px 5%!important;
	}
	.section-title .display-1 {
		padding: 60px 0 40px;
	}
	#sidebar {
    	width: 75%;
		left: -75%;
	}
	.form-group.pass .form-type-password {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.sticky.is-sticky .logo {
		height: 50px;
		overflow: hidden;
	}
	.sticky.is-sticky .navbar-dark .navbar-nav .nav-link {
		padding: 14px 10px 11px;
	}
	.sticky.is-sticky .enter-block .btn {
		padding: 12px 15px;
	}
	.carousel.slide {
		min-height: 800px;
		margin-bottom: -320px;
	}
	.front .carousel.slide {
		margin-bottom: -280px;
	}
	.carousel .carousel-inner {
		height: 800px;
	}
	.carousel .carousel-item {
		height: 800px;
		padding-bottom: 270px;
	}
	.carousel .carousel-item:before {
		height: 800px;
	}
	.carousel .carousel-item img {
		max-height: 450px;
	}
	.carousel.slide .lead {
    	font-size: 32px;
	}
	.carousel .carousel-indicators {
		bottom: 320px;
	}
	.carousel .carousel-control-next, .carousel .carousel-control-prev {
		bottom: 320px;
	}
	.carousel .carousel-control-prev {
		left: 30%;
	}
	.carousel .carousel-control-next {
		right: 30%;
	}
	.section-content .accordion .card-body ul li {
		/* float: left;
		width: 50%; */
	}
	.section-content .card-title.display-4 {
		font-size: 21px;
		line-height: 21px;
	}
	.section-content p.card-text {
    	line-height: 1.4;
	}
	.bg-map-white {
		min-height: 600px;
		background-position: center center;
		background-size: auto 600px;
	}
	.events .card-body, .vacancies .card-body {
		min-height: 310px;
	}
	.steps .card-body {
		min-height: 210px;
	}
	.events .card, .vacancies .card, .cources .card, .schedule .card {
    	min-height: 340px;
	}
	.events .card-title, .section-content .events .card-title a {
		padding-right: 35px;
	}
	.products .card img {
		width: 170px;
		max-width: 170px;
	}
	.values, .videos {
		background-size: 90% auto;
	}
	.security-map .container-fluid {
		max-width: 90%;
	}
}

@media (min-width: 1680px) {
	.display-1 {
		padding: 30px 0 30px;
	}
	.section-title .display-1 {
		padding: 60px 0 40px;
	}
	.btn {
	    min-width: 240px;
	}
	.btn.my-1.mx-4 {
		margin: 20px 5%!important;
	}
	.container {
		max-width: 1600px;
	}
	.form-group.pass .form-type-password {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.sticky.is-sticky .logo {
		height: 50px;
		overflow: hidden;
	}
	.carousel.slide {
		min-height: 900px;
		margin-bottom: -340px;
	}
	.front .carousel.slide {
		margin-bottom: -280px;
	}
	.carousel .carousel-inner {
		height: 900px;
	}
	.carousel .carousel-item {
		height: 900px;
		padding-bottom: 300px;
	}
	.carousel .carousel-item:before {
		height: 900px;
	}
	.carousel .carousel-item img {
		max-height: none;
	}
	.carousel .carousel-indicators {
		bottom: 340px;
	}
	.carousel .carousel-control-next, .carousel .carousel-control-prev {
		bottom: 340px;
	}
	.carousel .carousel-control-prev {
		left: 40%;
	}
	.carousel .carousel-control-next {
		right: 40%;
	}
	.section-content.bg-map-white {
		min-height: 620px;
		background-position: top center;
		background-size: auto 600px;
	}
	.card-body {
		padding: 35px 10%;
	}
	.events .card-body, .vacancies .card-body {
		min-height: 290px;
	}
	.steps .card-body {
		min-height: 180px;
	}
	.section-content .accordion .card-body ul li {
		float: left;
		width: 50%;
	}
	.bg-map-white {
		min-height: 600px;
		background-position: center center;
		background-size: auto 600px;
	}
	.products .card img {
		width: 260px;
		max-width: 260px;
	}
	.security-map .container-fluid {
		max-width: 1600px;
	}
}

/*fixes for 1280 */
@media (max-width: 1280px) {
    .navbar-dark .navbar-nav .nav-item .sub-menu .nav-link{
        line-height: 30px;
    }
    .sticky.is-sticky .navbar-dark .navbar-nav .sub-menu .nav-link{
        padding: 0 10px;
    }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
  margin: 5px 2%;
}
.form-switch-label {
	vertical-align: top;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(229,229,229,.25);
  border: 1px solid rgba(229,229,229,.5);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 25px;
  left: 4px;
  bottom: 4px;
  background-color: #999;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
  border: 1px solid rgba(229,229,229,1);
}

input:hover + .slider {
  box-shadow: 0 0 0 0.2rem rgba(229,229,229,.25);
}
input:focus + .slider {
  box-shadow: 0 0 0 0.2rem rgba(229,229,229,.5);
}

input:checked + .slider:before {
	background-color: #0069c8;
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 5px;
}
.ajax-progress-throbber{
    display: none !important;
}

.header a:not(href), nav a:not(href), .filters a:not(href), a[data-hash]:not(href){
    cursor: pointer;
}

/* Modal Countries */
.modal {
    z-index: 7000;
}
.modal-dialog {
    margin-top: 70px;
}
.modal-content {
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
}
.modal-header {
    padding: 0;
    border-bottom: 1px solid rgba(229,229,229,1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header .close {
    padding: 13px 15px;
    margin: 0;
}
.modal-body {
    padding: 0px;
}
.modal-body .country-block {
	width: 100%;
    padding: 0;
    margin: 0;
	border-width: 0px;
    border-radius: 0;
}
.modal-body .country-block {
	width: 100%;
    max-width: 100%;
}
.modal-header p.lead, .modal-body .country-block p.lead {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #0069c8;
	font-weight: 300;
	line-height: 30px;
	margin: 10px 40px;
}
.modal-body .country-block .dropdown-divider {
    margin: 0;
    border-top: 1px solid rgba(229,229,229,1);
}
.modal-body .country-block ul {
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px 20px;
	margin: 10px 0;
}
.modal-body .country-block li {
	display: inline-block;
	width: 24%;
}
.modal-body .country-block li .dropdown-item {
	position: relative;
	font-size: 14px;
    padding: 5px 20px;
	cursor: pointer;
}
.modal-body .country-block li .dropdown-item:focus, .modal-body .country-block li .dropdown-item:hover, .modal-body .country-block li .dropdown-item.select {
    color: #0069c8;
    background-color: transparent;
}
.modal-body .country-block li .dropdown-item:focus::before, .modal-body .country-block li .dropdown-item:hover::before, .modal-body .country-block li .dropdown-item.select::before {
	position: absolute;
	left: 0px;
	top: 8px;
	display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: "";
	background: url(../image/ico-map-blue.svg) no-repeat no-repeat center center;
}
@media (max-width: 575px) {
	.modal-body .country-block li {
		width: 49%;
	}
}
@media (min-width: 576px) {
	.modal-lg, .modal-xl {
		max-width: 540px;
	}
	.modal-body .country-block li {
		width: 32%;
	}
}
@media (min-width: 768px) {
	.modal-lg, .modal-xl {
		max-width: 740px;
	}
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.section-title p.display-1{
    margin-bottom: 8px;
}
h2.display-2{
    margin-bottom: 0px;
}
h1.lead{
    padding: 0;
}

.vendor {
	position: relative;
	}
	.ukrnote {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 21px;
		color: #0069c8;
	font-weight: 300;
	}
	.ukrnote:after {
	position: absolute;
	left: 0px;
		top: -5px;
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url(../image/ukr-heart.svg) no-repeat center center;
	}
	.vendor.ukr:after {
	position: absolute;
	right: 0px;
		bottom: 0px;
	display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url(../image/ukr-heart.svg) no-repeat center center;
	}