/*
Base CSS by Engeniuz
URL engeniuz.com
*/
@import url('src/awesome/all.css');
:root {
	--family: 'Open Sans', sans-serif;
	--dark: #444444;
	--blue: #007bff;
    --red: #007bff;
    --coorp: #007bff;
    --sky: #49d6f1; 
    --gray: #ececec;
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--family);
    font-size: 14px;
    line-height: 20px;
	color: var(--dark);	
	-webkit-font-smoothing: antialiased !important;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
::selection {
    background-color: #ffa0ef;
    color: white;
}
pre {
	font-family: monospace;
}
html {
	overflow-y:scroll;
}

a {
    color: var(--blue);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	color: var(--dark);
	padding: 0 0 4px;
	margin: 0px;
	display: block;
	width: 100%;
	letter-spacing: -1px;
}
p {
	margin: 0;
	padding: 12px 0;
	display: block;
	width: 100%;
	line-height: 22px;
	font-size: 15px;
	color: #7d7d7d;
}
.cookies {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #717171;
    padding: 12px 24px;
    color: white;
    font-size: 13px;
}
.cookies span {
    max-width: 90%;
    display: block;
    float: left;
    padding: 4px 0;
}
.cookies span a {
    color: #ffffff;
    font-weight: bold;
}

.cookies span + a {
	float: right;
    background: var(--coorp);
    color: white;
    display: inline-block;
	padding: 4px 12px;
	text-decoration: none;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.cookies span + a:hover {
opacity: .8;
cursor: pointer;
transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.validation {
    background: #717171;
    color: white;
    padding: 2px 12px;
    font-size: 12px;
    border-radius: 2px;
    display: none;
    float: left;
    width: 100%;
    margin: 0 -3px;
    margin-bottom: 12px;
}

.validation span {
    
}
.navigate {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 12px;
    border: 1px solid;
    border-color: var(--coorp);
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
}
.navigate li {
    display: inline-block;
}
.navigate li a.active {
    background: var(--coorp);
    color: white;
}
.navigate li a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
}
.navigate li a:hover {
    text-decoration: none;
}
.price .border {
    border: 1px solid var(--gray);
    border-radius: 3px;
    position: relative;
    box-shadow: 1px 4px 9px #00000029;
}
.border form {
    padding: 24px;
}
.form-crm .group {
    margin-bottom: 16px;
}
.form-crm .group label {
    font-weight: 600;
}
.border form label {
    display: block;
    width: 100% !important;
}
.border form input[type="text"], .border form input[type="password"], .border form input[type="number"], .border form input[type="email"], .border form select {
    padding: 8px 12px;
    display: block;
    width: 100% !important;
    outline: none;
}
.border form input[type="submit"] {
    border: none;
    background: var(--coorp);
    color: white;
    padding: 12px 24px;
    min-width: 120px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    width: 100% !important;
    text-align: center;
}
.border h3 {
    color: var(--red);
    font-size: 19px;
    line-height: 23px;
    padding: 25px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.checkbox input {
    float: left;
}
.checkbox label {
    margin-left: 24px;
    font-weight: 500 !important;
    font-size: 13px;
    color: black;
    user-select: none;
}
.checkbox a {
    color: var(--coorp);
    text-decoration: none;
}
.border h4 {
    color: #585858 !important;
    font-size: 14px !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
}
.compare.crm .col {
    border: 0 !important;
}
.compare.crm .container {
    max-width: 1150px;
}




.popup {
    position: fixed;
    z-index: 7;
    background: #21212173;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.popup .content {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 13;
    max-width: 500px;
    transform: translate(-50%, -50%);
}
.popup .content img {
    width: 100%;
}
.popup span.close {
    position: absolute;
    right: 6px;
    top: 4px;
    cursor: pointer;
}
.popup span.close i {
    font-size: 23px;
    color: #989898;
}


#whadiv {
    color: #fff;
}
#whadiv a {
    letter-spacing: 1px;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    right: 2.5%;
    float: right;
    bottom: 61px;
    margin-top: -25px;
    cursor: pointer;
    min-width: 50px;
    max-width: 150px;
    color: #fff !important;
    text-align: center;
    padding: 8px 16px;
    margin: 0 auto;
    background: #20B038;
    border-radius: 50px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
}
#whadiv a img { 
    float: left;
    margin: 3px 5px 0 0;
}
#whadiv a:hover {
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
}
#reviews2 {
    display: none;
}
.points {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 12px;
    user-select: none;
    -moz-user-select: none;
}
.points li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bfbfbf;
    border-radius: 25px;
    margin: 0 3px;
    cursor: pointer;
    border: 2px solid transparent;
    user-select: none;
    -moz-user-select: none;
}

.points li.active {
    border-color: #dcdcdc;
}
.count {
    border-top: 1px solid white;
    padding: 20px;
    padding-bottom: 0;
    display: block;
    margin: 12px auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    width: 100%;
}
.count strong {
    text-align: center;
    display: block;
    font-weight: normal;
    font-size: 17px;
}
.count ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 18px;
}
.count ul li {
    display: inline-block;
    width: 23%;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    float: left;
}
.home-reviews {
    margin-top: 120px;
}
.home-reviews h2 {
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #585858;
}
.home-reviews p {
    color: #585858;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 22px;
}
.home-reviews h5 {
    margin: 0;
    font-size: 15px;
    color: #565656;
    margin-bottom: 6px;
}
.starts-full {
    margin-left: -5px;
    margin-bottom: 6px;
}
.home-reviews span {
    color: #848484;
}
.reviews {
    margin-bottom: 90px;
}
.newsletter {
    padding: 120px 0;
    overflow: hidden;
    text-align: center;
    background-color: var(--gray);
    margin-bottom: 120px;
}
.newsletter h2 {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #585858;
    margin-bottom: 18px;
}
.form-phone {
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
}
.form-phone input[type="number"] {
    width: 74%;
    font-size: 17px;
    border: 1px solid #e6e6e6;
    padding: 16px 22px;
    border-radius: 2px;
    outline: none;
    font-family: var(--family);
    float: left;
}
.form-phone input[type="submit"] {
    width: 26%;
    background-color: var(--blue);
    color: white;
    padding: 18.5px 20px;
    border-radius: 3px;
    text-align: center;
    float: left;
    display: inline-block;
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-left: -3px;
    border: 2px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; 
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.form-phone input[type="submit"]:hover {
    background-color: transparent;
    border-color: var(--coorp);
    color: var(--coorp);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}

.reviews .col {
    border: 1px solid var(--gray);
    border-right: 0;
    padding: 29px;
    min-height: 201px;
}
.reviews .col.final {
    border-right: 1px solid var(--gray) !important;
   
}
.reviews .container {
    max-width: 1199px;
}
.info .center img {
    max-width: 200px;
    margin-bottom: 12px;
}


/* .count ul li:after {
    content: ':';
} */
.count .separator {
    display: inline-block;
    font-size: 20px;
    margin: 1px 0 0 0px;
    font-weight: 600;
    float: left;
}
.count ul li i {

}
.count ul li span {
    font-size: 9px;
    display: block;
    margin-top: 2px;
}
.container {
	max-width: 85%;
    margin: 0 auto;
    position: relative;
}
.container-s {
	max-width: 75%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.col {
    padding: 16px;
    background-clip: padding-box;
    width: 100%;
}
.pointer {
	cursor: pointer;
}
.d-block {
	display: block;
}
.d-none {
	display: none;
}
.d-inline {
	display: inline;
}
.d-iblock {
    display: inline-block;
}
.f-bold {
	font-weight: bold;
}
.ta-c {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.ta-j {
	text-align: justify;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: .25rem !important;
}
.p-2 {
	padding: .50rem !important;
}
.p-3 {
	padding: .75rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}
.py-1 {
	padding:  .25rem 0 !important;
}
.py-2 {
	padding:  .50rem 0 !important;
}
.py-3 {
	padding:  .75rem 0 !important;
}
.py-4 {
	padding:  1rem 0 !important;
}
.py-5 {
	padding:  1.25rem 0 !important;
}
.px-1 {
	padding: 0 .25rem !important;
}
.px-2 {
	padding: 0 .50rem !important;
}
.px-3 {
	padding: 0 .75rem !important;
}
.px-4 {
	padding: 0 1rem !important;
}
.px-5 {
	padding: 0 1.25rem !important;
}
.pl-1 {
	padding-left: .25rem !important;
}
.pl-2 {
	padding-left: .50rem !important;
}
.pl-3 {
	padding-left: .75rem !important;
}
.pl-4 {
	padding-left: 1rem !important;
}
.pl-5 {
	padding-left: 1.25rem !important;
}
.pr-1 {
	padding-right: .25rem !important;
}
.pr-2 {
	padding-right: .50rem !important;
}
.pr-3 {
	padding-right: .75rem !important;
}
.pr-4 {
	padding-right: 1rem !important;
}
.pr-5 {
	padding-right: 1.25rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: .25rem !important;
}
.pt-2 {
	padding-top: .50rem !important;
}
.pt-3 {
	padding-top: .75rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pt-5 {
	padding-top: 1.25rem !important;
}
.pb-1 {
	padding-bottom: .25rem !important;
}
.pb-2 {
	padding-bottom: .50rem !important;
}
.pb-3 {
	padding-bottom: .75rem !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pb-5 {
	padding-bottom: 1.25rem !important;
}
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: .25rem !important;
}
.m-2 {
	margin: .50rem !important;
}
.m-3 {
	margin: .75rem !important;
}
.m-4 {
	margin: 1rem !important;
}
.m-5 {
	margin: 1.25rem !important;
}
.my-1 {
	margin: .25rem 0 !important;
}
.my-2 {
	margin: .50rem 0 !important;
}
.my-3 {
	margin: .75rem 0 !important;
}
.my-4 {
	margin: 1rem 0 !important;
}
.my-5 {
	margin: 1.25rem 0 !important;
}
.mx-1 {
	margin: 0 .25rem !important;
}
.mx-2 {
	margin: 0 .50rem !important;
}
.mx-3 {
	margin: 0 .75rem !important;
}
.mx-4 {
	margin: 0 1rem !important;
}
.mx-5 {
	margin: 0 1.25rem !important;
}
.ml-1 {
	margin-left: .25rem !important;
}
.ml-2 {
	margin-left: .50rem !important;
}
.ml-3 {
	margin-left: .75rem !important;
}
.ml-4 {
	margin-left: 1rem !important;
}
.ml-5 {
	margin-left: 1.25rem !important;
}
.mr-1 {
	margin-right: .25rem !important;
}
.mr-2 {
	margin-right: .50rem !important;
}
.mr-3 {
	margin-right: .75rem !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.mr-5 {
	margin-right: 1.25rem !important;
}
.mt-1 {
	margin-top: .25rem !important;
}
.mt-2 {
	margin-top: .50rem !important;
}
.mt-3 {
	margin-top: .75rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mt-5 {
	margin-top: 1.25rem !important;
}
.mb-1 {
	margin-bottom: .25rem !important;
}
.mb-2 {
	margin-bottom: .50rem !important;
}
.mb-3 {
	margin-bottom: .75rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.transition {
	-webkit-transition: all .1s linear;
    transition: all .1s linear;
    -o-transition: all .1s linear;
}
.float-l {
	float: left !important;
}
.float-r {
	float: right !important;
}
.float-n {
    float: none !important;
}
.header {
    padding: 12px;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
	right: 0;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.header.header-mini .navbar ul {
    padding: 6px 0;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.header.header-mini .logo img {
	max-width: 46px;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.header.header-mini .social {
	padding: .5px 0;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.logo {
	float: left;
    position: relative;
    z-index: 8;
}
.logo img {
	float: left;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.navbar {
    width: 100%;
    position: absolute;
    left: 0;
	right: 0;
	z-index: 7;
}
.navbar ul {
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
	padding: 21px 0;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.navbar ul li {
    display: inline-block;
}
.navbar ul li a {
    color: white;
    text-transform: uppercase;
    padding: 6px 0 2px 0;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
	margin: 0 8px;
	user-select: none;
    -moz-user-select: none;
    cursor: pointer;
}
.navbar ul li a:hover {
    border-color: rgba(255, 255, 255, 0.247);
}
.navbar ul li.active a {
    border-color: white;
} 
.navbar ul li ul {
    display: none;
}
.navbar ul li ul li {
    
}
.navbar ul li ul li a {
    
}
.social {
	right: 0;
    top: 0;
    padding: 14.5px 0;
	float: right;
	position: relative;
	z-index: 8;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.social ul li {
    display: inline-block;
}
.social ul li a {
    color: white;
    display: inline-block;
    padding: 6px 8px;
}
.social ul li a i {
    
}
form.form {
    width: 100%;
    overflow: hidden;
}
form.form .group {
	margin-bottom: 12px;
    display: block;
}
form.form .group label {
	display: block;
    text-transform: uppercase;
    font-size: 13px;
}
form.form input[type="text"],
form.form input[type="email"],
form.form input[type="password"],
form.form input[type="number"],
form.form select {
    width: 100%;
    font-size: 15px;
    border: 1px solid #f3f3f3;
    padding: 8px 12px;
    border-radius: 2px;
    outline: none;
    font-family: var(--family);
}
form.form textarea {
    width: 100%;
    font-size: 15px;
    border: 1px solid #f3f3f3;
    padding: 8px 12px;
    border-radius: 2px;
    outline: none;
    font-family: var(--family);
    min-height: 60px;
}
form.form .me {
    overflow: hidden;
}
form.form .me input[type="checkbox"] {
	float: left;
    margin: 4px 5px 0 0;
}
form.form input[type="submit"],
form.form input[type="button"]{
	width: 100%;
	opacity: 1;
    transition: all .1s linear;
	-moz-transition: all .1s linear;
	min-height: 44px;
}
form.form input[type="submit"]:hover,
form.form input[type="button"]:hover {
	background-color: transparent;
	color: white;
	border-color: white;
    transition: all .1s linear;
	-moz-transition: all .1s linear;

}
form.form .me label {
	text-transform: initial;
    float: left;
    margin-top: 0;
}
.button {
    background-color: var(--blue);
    color: white;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    outline: none;
	min-width: 130px;
	text-transform: uppercase;
    font-size: 12px;
	font-weight: 600;
	cursor: pointer;
    border: 2px solid transparent;
}
.button:hover {
	background-color: white;
	border-color: var(--blue);
	color: var(--blue);
	text-decoration: none;
}
.button.red {
    background-color: var(--red);
}
.button.red:hover {
	background-color: white;
	border-color: var(--red);
	color: var(--red);
}
.button.small {
    padding: 6px 10px;
    min-width: 110px;
    font-size: 11px;
}
.navbar-menu {
	display: none;
    float: right;
    color: white;
	padding: 14.5px 0;
	transition: all .1s linear;
    -moz-transition: all .1s linear;
    margin-left: 9px;
}
.navbar-menu i {
	color: white;
    display: inline-block;
    font-size: 26px;
	margin: 3px 0 0px 6px;
}

.header.header-mini .navbar-menu {
	padding: 0;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.top {
    position: fixed;
    bottom: 85px;
    right: 12px;
    z-index: 10;
    background: var(--dark);
    color: white;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #333333;
	cursor: pointer;
	display: none;
}
.top i {
	font-size: 17px;
    line-height: 29px;
}
.top:hover {
	opacity: .9;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
}
.header {
    background-color: var(--coorp) ;
}
.home {
    height: 100vh;
    width: 100%;
    background-image: url(img/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.home .container {
    position: relative;
    z-index: 3;
}
.home .row,
.home .col {
    height: 100vh;
    position: relative;
    padding: 0;
}
.home .center {
    margin-top: 52vh;
    transform: translateY(-50%);
    padding: 12px;
}
.home .center h1 {
    color: white;
    font-size: 44px;
    line-height: 48px;
    text-transform: uppercase;
    padding-right: 120px;
}
.home .center h1 span {
    color: var(--red);
}
.home .center p {
    color: white;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.home span.back {
    background-color: #0000003b;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.logo img {
    max-width: 83px;
}
.forms {
    background-color: #ecececd4;
    padding: 42px 32px;
    color: #585858;
    max-width: 420px;
}
.forms h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #585858;
}
.forms h5 {
    color: var(--red);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.forms label {
    font-weight: 600;
    margin-top: 6px;
}
.info {
    background-color: var(--gray);
    color: white;
    min-height: 650px;
    position: relative;
    background-image: url(img/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info span.back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--gray);
}
.info .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 800px;
    width: 100%;
    z-index: 2;
}
.info .center h2 {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #585858;
}
.info .center h2 span {
    
    color: var(--coorp);
}
.info .center p {
    line-height: 26px;
    color: #7d7d7d;
}
.info .center ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 24px;
}
.info .center ul li {
    display: inline-block;
    width: 32.8%;
    text-align: center;
}
.info .center ul li img {
    width: 100%;
    max-width: 81px;
    display: inline-block;
}
.info .center ul li i {
    font-size: 46px;
    color: #585858;
}
.info .center ul li span {
    display: block;
    color: #585858;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.6px;
}
.info .center ul li h4 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--coorp);
}
.info .center {

}
.duo {
    padding: 120px 0;
}
.duo .buttons {
    margin-top: 12px;
}
.duo .buttons .button {
    margin-right: 8px;
    text-transform: uppercase;
}
.duo .col {
    position: relative;
}
.duo .col iframe {
    float: left;
    width: 100%;
}
.duo.inverse .col img {
    padding: 0 0 0 24px;
}
.duo .col img {
    float: left;
    width: 100%;
    height: 430px;
    object-fit: cover;
    padding: 0 24px 0 0;
}
.duo .col img {
    /* padding: 24px; */
}
.duo .col h2 {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #585858;
}
.duo .col p {
    line-height: 22px;
    font-size: 15px;
}
.duo .col .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}
.check {
    padding: 120px 0;
}
.check .container {
    padding: 0 32px;
}
.check .col {
    padding: 0;
}
.check h2 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 38px; 
    color: #585858;
}
.check h2 span {
    color: var(--red);
}
.check .col h4 {
    background-color: var(--coorp);
    color: white;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 24px;
}
.check .col h4.gray {
    background-color: #717171;    
}
.check .col h4 i {
    margin-right: 9px;
}
.check .col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.check .col ul li {
    padding: 24px;
}
.check .col ul li i {
    color: #00f300;
    margin-right: 12px;
}
.check .col ul li:nth-child(2n+1) {
    background: var(--gray);
}
.check .col ul li:last-child {
    border-bottom: 1px solid var(--gray);
}
.check .col ul li .fas.fa-times {
    color: var(--red);
}
.compare {
    padding: 120px 0;
    background-color: var(--gray);
}
.compare .col {
    background-color: white;
    border: 32px solid transparent;
    padding: 32px 46px;
    border-top: 0;
}
.compare .container {
    padding: 0 46px;
}
.compare h2 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 38px; 
    color: #585858;
}
.compare .col h4 {
    color: var(--red);
    font-size: 19px;
    line-height: 23px;
    padding: 16px 0 0 0;
    text-transform: uppercase;
}
.compare h2 span {
    color: var(--blue);
}
.compare .col strong {
    color: #585858;
    font-size: 16px;
    margin-top: 12px;
}
.compare .col p {
    line-height: 26px;
}
.duo.inverse {
/*     padding-top: 0;
    margin-top: -16px; */
}
.partners {
    margin: 0;
    padding: 0;
    list-style: none;
}
.partners li {
    display: inline-block;
    width: 16.3%;
    text-align: center;
}
.partners li img {
    float: none;
    max-width: 100%;
    /* filter: grayscale(.6); */
    opacity: .8;
    max-height: 67px;
    padding: 12px 0;
}
.brand {
    border-top: 1px solid var(--gray);
}
.footer {
    background-repeat: repeat-x;
    padding: 90px 12px;
    border-top: 2px solid #7d7d7d;
    background-color: var(--gray);
}
.footer .col:first-child {
    padding-left: 0 !important;
}
.footer .col h4 {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 7px;
    letter-spacing: -1px;
    font-weight: 600;
}
.footer .col:first-child h4 {
    font-size: 27px !important;
    margin-top: -2px;
    margin-bottom: 12px;
}
.footer .col span {
    color: #7d7d7d;
    max-width: 300px;
    float: left;
    line-height: 22px;
}
.footer .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .col ul li {
    display: block;
}
.footer .col ul li a {
    text-decoration: none;
    line-height: 26px;
    color: #7d7d7d;
}
.footer .col img {
    
    /* opacity: .9; */
    max-width: 150px;
}
.copy {
    background: #7d7d7d;
    padding: 14px;
    text-align: center;
    font-size: 13px;
    color: #d2d2d2;
}
.copy a {
    color: #e8e8e8;
}
.r-top,
.r-fast,
.r-r-fast,
.r-r,
.r-l {
    visibility: hidden;
    /* visibility: visible; */
}
.far.fa-times {
    width: 22.75px;
}
.home .contact {
    display: none;
    margin-top: 12px;
}
.button-home:hover {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
}
.isos {
    text-align: center;
    margin: 50px 0;
}
.isos img {
    max-width: 286px;
}





/* Responsive Medium */
@media all and (max-width: 1400px) {

    .container {
		max-width: 95%;
    }
    .count {
       
        padding: 0;
       
    }


}


/* Responsive Small */
@media all and (max-width: 900px) {
    

    #whadiv a {
  
        bottom: 24px;
        
    }


    .compare.crm .col {
        border: 0 !important;
        padding: 0;
    }


    .duo .col img {
       
        height: 330px;
        
    }


        .newsletter {
            padding: 60px 0;
        }

        .form-phone {
            padding: 0 24px;
        }
        .form-phone input[type="text"] {
            width: 100%;
        }

        .form-phone input[type="submit"] {
            width: 100%;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 3px;
    margin-top: -3px;
    border-top-right-radius: 0;
        }




    .home span.back {
        background-color: #0000003b;
      
    }


	.partners li {
		width: 32.1%;
    }
    .logo img {
		max-width: 78px;
    }
	.navbar {
		display: none;
	}
	.navbar-menu {
		display: block;
	}
	.header {
        padding: 10px;
    }
    .navbar {
        background: var(--dark);
        top: 0;
        bottom: 0;
        position: fixed;
    }
    .navbar ul {
        padding-top: 100px;
    }
    .navbar ul li {
        display: block;
        margin-bottom: 17px;
    }
    .navbar ul li a {
        font-size: 12px;
	}
	.navbar-menu {
		position: relative;
		z-index: 8;
    }
    .home .center h1 {
        padding: 0;
        font-size: 39px;
        line-height: 42px;
    }
    .home .center p {
        font-size: 16px;
    }
    .home .container {
        overflow: hidden;
    }
    .home .col-l-5 {
        display: none;
    }
    .home .contact {
        display: block;
        margin-top: 12px;
    }
    .home {
        background-position: -100px;
    }
    .check,
    .compare,
    .duo {
        padding: 60px 0;
    }
    .check .container {
        padding: 0 12px;
    }
    .check .col ul li {
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
    }
    .compare .container {
        padding: 0 12px;
    }
    .compare .col {
        border: 0;
        margin-bottom: 20px;
        padding: 32px 24px;
    }
    .duo .col img {
        padding: 0;
    }
    .duo .col .center {
        position: relative;
    }
    .info {
        min-height: 550px;
    }
    .info .center {
        padding: 80px 24px;
    position: relative;
    transform: unset !important;
    top: 0;
    left: 0;
    }
    .info .center ul li i {
        font-size: 30px;
    }
    .info .center ul li span {
        font-size: 12px;
        line-height: 16px;
    }
    .info .center ul li h4 {
        font-size: 14px;
    }
    .info .center ul li {
        width: 32.1%;
    }
    .duo.inverse .col img {
        padding: 0;
        margin-top: 45px;
    }
    .duo {
        padding-top: 40px;
    }
    .footer {
        padding: 40px 12px;
    }
    .footer .col {
        padding-left: 0;
    }
    .logo-foo {
        text-align: center;
    }
    .logo-foo img {
        max-width: 120px;
    }
    .copy {
        padding: 12px;
        font-size: 12px;
    }



}











































/* Columns responsive */
@media all and (min-width: 700px) {

.col-m-12 {
    width: 100%;
}
.col-m-11 {
    width: 91.66666667%;
}
.col-m-10 {
    width: 83.33333333%;
}
.col-m-9 {
    width: 75%;
}
.col-m-8 {
    width: 66.66666667%;
}
.col-m-7 {
    width: 58.33333333%;
}
.col-m-6 {
    width: 50%;
}
.col-m-5 {
    width: 41.66666667%;
}
.col-m-4 {
    width: 33.33333333%;
}
.col-m-3 {
    width: 25%;
}
.col-m-2 {
    width: 16.66666667%;
}
.col-m-1 {
    width: 8.33333333%;
}
      

}
@media all and (min-width: 1025px) {

.col-l-12 {
    width: 100%;
}
.col-l-11 {
    width: 91.66666667%;
}
.col-l-10 {
    width: 83.33333333%;
}
.col-l-9 {
    width: 75%;
}
.col-l-8 {
    width: 66.66666667%;
}
.col-l-7 {
    width: 58.33333333%;
}
.col-l-6 {
    width: 50%;
}
.col-l-5 {
    width: 41.66666667%;
}
.col-l-4 {
    width: 33.33333333%;
}
.col-l-3 {
    width: 25%;
}
.col-l-2 {
    width: 16.66666667%;
}
.col-l-1 {
    width: 8.33333333%;
}

}




/* Firefox */
@-moz-document url-prefix() {

}


/* Explorer */
@supports (display:-ms-grid) { 

}
