/**********************/

/* The common styles which can be used in any page layouting */

/* This styles can become flexible and friendly if you include div wrappers */

/**********************/

/* Variables */

/* Clearfix */

.ellipsis:before {
	display: block;
	content: attr(title);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* SVG Sprites common stylings */

/* For this to work properly, you need to apply prefixes such as "one-" and "ione-" to the svg icons */

/* prefix "one-" is for the icons which have stroke as border and fill as inside color */

/* prefix "ione-" is for the icons which have stroke as inside color and fill as stroke */

svg symbol[id^="one-"] path {
	fill: inherit;
	stroke: currentColor;
}

svg symbol[id^="ione-"] path {
	fill: currentColor;
	stroke: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 400 !important;
}

select,
input,
option,
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

html {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	color: #1a1a1d;
	background-color: #fff !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background: #002c52;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	border: none;
	color: #fff;
	cursor: pointer;
}

.button:focus {
	outline: none;
}

/*reset inputs*/

input,
select,
button {
	-webkit-tap-highlight-color: transparent;
}

input:focus,
select:focus,
button:focus {
	outline: none;
}

input[type="text"],
input[type="email"] {
	color: #1a1a1d;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	border: none;
	width: 100%;
	background: #fff;
	padding: 6px 10px;
	border: 1px solid rgba(1, 1, 1, 0.2);
}

input[type="text"]:focus,
input[type="email"]:focus {
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color: #C9C9C9;
	font-style: italic;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
	color: #C9C9C9;
	font-style: italic;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
	color: #C9C9C9;
	font-style: italic;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
	color: #C9C9C9;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
	color: #C9C9C9;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

svg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

a {
	color: #434648;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
	outline: none;
}

.montserrat-thin a {
	font-family: 'Roboto', sans-serif;
	font-weight: inherit;
}

img {
	display: block;
	max-width: 100%;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

select {
	-webkit-appearance: none;
	        appearance: none;
}

select::-ms-expand {
	display: none;
}

/* common styles start */

.main-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.full-width {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}

.slick-list,
.slick-slide {
	outline: none !important;
}

.medium-width {
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
}

.restrict-width {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
}

.padding-lr {
	padding: 0 40px;
}

.mr-left-0 {
	margin-left: 0 !important;
}

.mr-right-0 {
	margin-right: 0 !important;
}

.pad-left-0 {
	padding-left: 0 !important;
}

.pad-right-0 {
	padding-right: 0 !important;
}

.verticalM {
	display: inline-block;
	vertical-align: middle;
}

.verticalT {
	display: inline-block;
	vertical-align: top;
}

.verticalB {
	display: inline-block;
	vertical-align: bottom;
}

.hide {
	display: none !important;
}

.m-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.t-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.m-block {
	display: block !important;
}

.m-bshow {
	display: none !important;
}

.show {
	display: inline-block !important;
}

.m-show {
	display: none !important;
}

.t-show {
	display: none !important;
}

.d-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	outline: none;
	border: none;
	font-family: inherit;
	line-height: 1;
	cursor: pointer;
}

.title {
	font-size: 36px;
	line-height: 48px;
}

.slick-dots {
	bottom: -80px !important;
	left: 0;
	right: 0;
}

.slick-dots .slick-active button::before {
	background-color: #696969 !important;
	width: 17px !important;
	height: 17px !important;
	content: "" !important;
}

.slick-dots body {
	height: 100vh !important;
	overflow: hidden;
}

.slick-dots button {
	width: 17px !important;
	height: 17px !important;
	background: #D8D8D8 !important;
	border-radius: 50%;
}

.slick-dots button::before {
	border-radius: 50% !important;
	background-color: #D8D8D8 !important;
	width: 17px !important;
	height: 17px !important;
	content: "" !important;
}

.nextarrow {
	cursor: pointer;
	position: absolute;
	top: calc(55% - 17px);
	right: -20px;
	width: 37px;
	height: 37px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256878);
	border-radius: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.nextarrow svg {
	width: 18px;
	height: 23px;
	fill: #d8d8d8;
	top: 2px;
	position: relative;
}

.nextarrow.bg-color svg {
	fill: #2C9B7F;
}

.prevarrow {
	cursor: pointer;
	position: absolute;
	top: calc(55% - 17px);
	left: -20px;
	width: 37px;
	height: 37px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256878);
	border-radius: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1;
}

.prevarrow svg {
	width: 18px;
	height: 23px;
	fill: #d8d8d8;
	top: 2px;
	position: relative;
}

.prevarrow.bg-color svg {
	fill: #2C9B7F;
}

.page-scroll-top {
	display: none;
}

.page-scroll-top__block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	background: #FF7F32;
}

.page-scroll-top__img {
	padding: 3px 5px 3px 8px;
	border-right: 1px solid #fff;
}

.page-scroll-top__img svg {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	fill: #fff;
	width: 18px;
	height: 18px;
}

.page-scroll-top__text {
	font-size: 12px;
	padding: 3px 6px;
	color: #fff;
	font-weight: 500 !important;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 11px;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	list-style: none;
	min-height: 0px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.button-type {
	padding: 11px 15px;
	color: #fff;
	background: #345bd4;
	border-radius: 80px;
	font-size: 14px;
}

.about {
	background-color: #f1f1f1;
	position: relative;
	padding: 150px 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about__content-block {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.about__text {
	color: #434648;
	line-height: 24px;
}

.about__content {
	max-width: 500px;
	position: relative;
	z-index: 2;
	width: 100%;
}

.about__content .title {
	text-align: left;
}

.about__button {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 9.5px 24px;
	margin-top: 38px;
	color: #54585a;
	font-size: 16px;
	font-weight: 500 !important;
	border: 1px solid #babcbd;
	border-radius: 2px;
}

.about__button:hover {
	color: #54585a;
}

.about__img {
	display: none;
	position: relative;
}

.no-webp .about {
	background-image: url("../images/landingv4/about-bg.jpg") !important;
}

.it-pros {
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 60px auto;
}

.it-pros.error-tools {
	margin: 0 auto !important;
}

.it-pros.error-tools .title {
	font-weight: 400 !important;
	padding-bottom: 30px;
}

.it-pros.error-tools .product-row {
	padding-bottom: 80px;
}

.it-pros__container {
	width: 90%;
	z-index: 3;
	background-color: transparent;
	position: relative;
	margin: 0px auto 0px auto;
}

.it-pros__tools {
	padding-top: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.it-pros__block {
	width: 33.3%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px 30px;
	text-align: center;
}

.it-pros__img {
	max-width: 120px;
	width: 100%;
	min-height: 120px;
	max-height: 120px;
}

.it-pros__link {
	margin-top: 15px;
	padding: 5.5px 0px;
	font-size: 14px;
	border-radius: 4px;
	color: #54585A;
	background: transparent;
	border: 1px solid #BABCBD;
	font-weight: 500 !important;
	max-width: 160px;
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.it-pros__link:hover,
.it-pros__link :focus {
	color: #54585A;
}

.it-pros__title {
	margin-top: 24px;
	font-family: 'Roboto', sans-serif;
}

.it-pros__text {
	width: 100%;
	font-size: 14px;
	color: #54585A;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.title {
	color: #434648;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500 !important;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.title3 {
	color: #434648;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500 !important;
	font-family: 'Roboto', sans-serif;
}

.padding-lr {
	padding: 0 40px;
}

.mim-width {
	max-width: 1340px;
	margin: 0 auto;
	width: 100%;
}

.erroe-pors {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.erroe-pors .mobile-image {
	max-width: 50%;
	width: 100%;
}

.erroe-pors .mobile-devices-cta {
	max-width: 50%;
	width: 100%;
	padding-right: 50px;
}

.website__header {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 20px 18px 20px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.website {
	position: relative;
}

.website__banner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	height: 650px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	position: relative;
	background: url("../images/home-header.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.website__logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 230px;
	height: 48px;
}

.overlay {
	position: absolute;
	width: 330px;
	right: 0;
	bottom: 0px;
	z-index: 2;
}

.overlay__notification {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFC10F;
	border-top-left-radius: 100px;
	overflow: hidden;
	padding: 20px 17px 15px 20px;
}

.overlay__text {
	width: calc(100% - 0px);
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}

.overlay__img svg {
	width: 74px;
	height: 74px;
	fill: #fff;
}

.navbar__links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.navbar__link {
	padding-left: 10px;
	padding-right: 10px;
	color: #434648;
	font-size: 16px;
}

.search__icon {
	cursor: pointer;
	margin-right: 25px;
}

.search__icon img {
	width: 28px;
	height: 28px;
}

.banner__text {
	padding-left: 30px;
}

.navbar__hamburger {
	display: none;
}

.navbar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.banner {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

.banner-section {
	z-index: 1;
	max-width: 515px;
	width: 100%;
}

.banner__searchbar {
	display: block;
	margin-top: 26px;
}

.banner__main-text {
	max-width: 400px;
	color: #434648;
	font-size: 40px;
	line-height: 48px;
	font-family: 'Aleo', serif;
}

.banner__subtext {
	max-width: 375px;
	width: 100%;
	padding-top: 26px;
	color: #434648;
	font-size: 16px;
	line-height: 26px;
}

.banner__search-button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.banner__overlay {
	display: none;
}

.banner__img-holder svg {
	fill: #FF7F32;
}

.banner__dropdown-input {
	padding: 5.5px 20px 5.5px 10px;
	border: none;
	color: #7c7c7c;
	font-size: 11px;
}

.banner__dropdown {
	position: relative;
}

.banner__dropdown::before {
	position: absolute;
	width: 1px;
	height: 23px;
	right: -10px;
	top: 5px;
	content: "";
	background: #C5C5C5;
}

.banner__button-label {
	padding: 8px 20px;
	background: #979797;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 26px;
	white-space: nowrap;
}

.banner__button-label:not(:last-child) {
	margin-right: 5px;
}

.banner__search-input {
	max-width: 680px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.banner__input-label {
	height: 60px;
	padding: 18px 70px 18px 25px !important;
	border: 1px solid #dbdbdb !important;
	border-right: none !important;
	border-right: none;
	border-bottom-left-radius: 4px;
	color: #7C7C7C !important;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.134369);
}

.banner__result-button {
	padding: 21px 29px;
	background: #FF7F32;
	color: #fff;
	font-size: 18px;
	font-weight: 500 !important;
	white-space: nowrap;
	height: 60px;
}

.banner__input-layout {
	max-width: 100%;
	width: 100%;
}

.navbar__buttons {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	cursor: pointer;
}

.navbar__buttons.active {
	position: relative;
}

.navbar__buttons.active::after {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 2px;
	right: 1.5px;
	background: white;
	border-radius: 50%;
	content: "";
}

.navbar__buttons.active::before {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	top: 3.5px;
	right: 3.5px;
	content: "";
	background: #FF7F32;
	border-radius: 50%;
	z-index: 1;
}

.navbar__buttons img {
	border-radius: 50%;
}

.services {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
}

.services__block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.services__list {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 33%;
	margin-bottom: 30px;
}

.services__list .nice-select .option.focus,
.services__list .nice-select .option.selected.focus {
	background-color: #fff;
}

.services__list .nice-select .option:hover {
	background-color: #f6f6f6 !important;
}

.services__list .nice-select {
	border-color: #999;
	position: absolute;
	height: 0;
	top: 86px;
	left: calc(50% - 50px);
}

.services__list .nice-select::after {
	display: none;
}

.services__list .nice-select .current {
	display: none;
}

.services__list .nice-select .option {
	padding: 8px 16px;
	font-size: 16px;
	line-height: 20px;
}

.services__list .nice-select .list {
	overflow: visible;
	padding-top: 22px;
	padding-bottom: 17px;
	color: #464242;
	width: 211px;
}

.services__list .nice-select .list:after,
.services__list .nice-select .list:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.services__list .nice-select .list:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: -66px;
}

.services__list .nice-select .list:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: rgba(68, 68, 68, 0.15);
	border-width: 10px;
	margin-left: -67px;
}

.services__list a {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
}

.services__list a:hover .services__img-holder {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	transition: -webkit-transform ease-in-out 0.5s;
	transition: transform ease-in-out 0.5s;
	transition: transform ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
}

.services__list a:hover .services__text {
	transition: -webkit-transform ease-in-out 0.5s;
	transition: transform ease-in-out 0.5s;
	transition: transform ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
	color: #FF7F32;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.services__img-holder {
	width: 88px;
	height: 88px;
	border-radius: 50%;
}

.services__img-holder img {
	border-radius: 50%;
}

.services__text {
	padding-top: 5px;
	color: #464242;
	text-align: center;
}

.select-more-options.nice-select {
	font-size: 26px !important;
	padding-left: 6px;
}

.select-more-options.nice-select .current {
	color: #1199BF;
}

.select-more-options.nice-select::after {
	border-bottom: 2px solid #1199BF !important;
	border-right: 2px solid #1199BF !important;
	width: 10px !important;
	height: 10px !important;
}

.select-more-options.nice-select ul {
	font-size: 20px !important;
}

.press {
	padding: 50px 0px 50px 0px;
}

.press__popup {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.press__popup .slick-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: -10px;
}

.press__popup .slick-dots button {
	position: relative;
	width: 10px !important;
	height: 10px !important;
	margin: 0px 3px;
	font-size: 0;
}

.press__popup .slick-active button::before {
	background: #76797A;
	width: 10px !important;
	height: 10px !important;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.press__main {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.press__title {
	margin-bottom: 30px;
	color: #434648;
	font-weight: 500 !important;
}

.press__popup-text {
	color: #434648;
	font-style: italic;
	line-height: 26px;
}

.press__popup-block {
	width: calc(33.3% - 15px);
	padding: 20px 20px 30px 20px;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
	border: 1px solid #E7E7E7;
	margin-right: 15px;
}

.press__popup-block:last-child {
	margin-right: 0;
}

.press__popup-readmore {
	display: inline-block;
	font-size: 16px;
	background: transparent;
	color: #2099BD;
	text-decoration: underline;
	margin-top: 10px;
}

.press__popup-readmore:hover {
	color: #2099BD;
}

.press__popup-active {
	position: relative;
	font-size: 16px;
	color: #76797A;
	margin-top: 10px;
	margin-left: 25px;
}

.press__popup-active::after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 15px;
	top: 50%;
	background: #434648;
	left: -25px;
}

.press__links {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 0px 30px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.press__icon img {
	height: 20px;
}

.press__popup-content {
	margin-top: 10px;
}

.tech-reading {
	max-width: 1200px;
	margin: 50px auto;
	position: relative;
}

.tech-reading:after {
	content: "";
	width: calc(100% - 80px);
	height: 1px;
	position: absolute;
	background: #DCDDDE;
	top: -47px;
	left: 40px;
}

.tech-reading .title {
	text-align: left;
}

.tech-reading__blocks {
	padding-top: 35px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.tech-reading__each-block {
	width: 33.3%;
	padding-right: 30px;
}

.tech-reading__each-block:last-child {
	padding-right: 0px;
	position: relative;
}

.tech-reading__sub-title {
	color: #434648;
}

.tech-reading__text {
	color: #2099BD;
	line-height: 22px;
	display: block;
}

.tech-reading__text:focus {
	color: #2099BD;
}

.tech-reading__writen-by {
	color: #76797A;
	font-size: 14px;
	line-height: 20px;
}

.tech-reading__text-block {
	padding: 4px 0px 4px 32px;
}

.tech-reading__title-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.tech-reading__title-block img {
	max-width: 20px;
	margin-right: 12px;
}

.tech-reading__content {
	margin-bottom: 22px;
}

.tech-reading__content a:hover {
	color: #2099BD;
}

.main-title {
	color: #323436;
	font-size: 42px;
	line-height: 50px;
	font-family: 'Aleo', serif;
	text-align: center;
}

.banner {
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.banner .main-title {
	color: #fff;
}

.banner__hero-bg {
	position: absolute;
	display: block;
	background: #2099BD;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.banner__sub-title {
	color: #fff;
	max-width: 900px;
	width: 100%;
	margin: 4px auto 0px auto;
	text-align: center;
	line-height: 24px;
}

.banner__content {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.banner__button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 22px;
}

.banner__button a {
	color: #fff;
	background: #FF7F32;
	border-radius: 4px;
	padding: 15.5px 43px;
	line-height: 1;
}

.banner__button a:hover {
	color: #fff;
}

.banner__button a:last-child {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
}

.banner__learn-more {
	margin-top: 56px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.banner__learn-more a {
	color: #2099BD;
	text-decoration: underline;
}

.banner__learn-more a:hover {
	text-decoration: none;
}

.banner__learn-more p {
	font-size: 14px;
	color: #434648;
	margin: 0px 10px;
}

.banner__tech {
	margin-top: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.banner__hero-img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.banner__hero-img img {
	max-width: none;
	height: 100%;
}

.banner__tech-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 10px;
	max-width: calc(500px - 40px);
	width: 100%;
	margin: 0 20px;
	position: relative;
	background-color: #fff;
	padding: 23px 20px 30px 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
	border: 1px solid #E7E7E7;
}

.banner__tech-card p {
	color: #54585A;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.banner__tech-card.itpros {
	background-image: url("../images/landingv4/hero-ITpros.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: center;
}

.banner__tech-card.itpros::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(25, 122, 151, 0.8);
	content: "";
}

.banner__tech-card.itpros p {
	color: #fff;
	position: relative;
	z-index: 2;
	max-width: 420px;
	margin: 0 auto;
}

.banner__tech-card.brands {
	background: url("../images/landingv4/hero-Brands.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: center;
}

.banner__tech-card.brands::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(25, 122, 151, 0.8);
	content: "";
	z-index: 0;
}

.banner__tech-card.brands p {
	color: #fff;
	position: relative;
	z-index: 2;
	max-width: 420px;
	margin: 0 auto;
}

.banner.background-experiment {
	padding-bottom: 0px;
}

.banner.background-experiment .banner__tech {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.banner.background-experiment .main-title {
	color: #434648;
}

.banner.background-experiment .banner__sub-title {
	color: #434648;
}

.banner.background-experiment .banner__content {
	max-width: 100%;
}

.banner.background-experiment .banner__tech-card {
	box-shadow: none;
	padding: 90px 0px;
	margin: 0;
	border: 0;
	max-width: calc(50% - 2px);
	border-radius: 0px;
}

.banner.background-experiment .title {
	color: #fff;
	position: relative;
	z-index: 2;
}

.banner.background-experiment .banner__button {
	position: relative;
	z-index: 2;
}

.banner.background-experiment .banner__button a {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}

.no-webp .banner {
	background-image: url("../images/landingv4/hero-bg-full.jpg") !important;
}

.announc_bg{
	background: #FFFFFF 0% 0% no-repeat padding-box !important; 
	box-shadow: 0px 0px 5px #1D1D1D4D !important; 
	opacity: 1; 
	display: flex !important;
}
.announc_img_div{
	width: 33.3% !important;	
}
.announc_img{
	width: 250px !important; 
	height: 195px !important; 
	margin: 30px 30px 40px 30px !important;
}
.announc_text{
	padding: 30px 70px 30px 20px !important; 
	width: 66.9% !important;
}
.announc_whats_new{
	width: 115px; 
	height: 24px; 
	background: #FFC20E 0% 0% no-repeat padding-box; 
	border-radius: 5px; 
	opacity: 1;
}
.announc_whats_new p{
	text-align: center; 
	padding: 4px !important; 
	font-size: 12px !important; 
	letter-spacing: 0px; 
	color: #030303; 
	text-transform: uppercase; 
	font-weight: 600 !important;
}
.announc_text h1{
	padding: 15px 0px 10px 0px; 
	font-size: 20px; 
	font-weight: 500 !important;
}
.announc_text p{
	padding: 20px 0px 20px 0px; 
	font-size: 14px; 
	color: #54585A; 
	line-height: 20px;
    font-family: 'Roboto', sans-serif;
}
.announc_learn_more{
	width: 113px; 
	height: 32px; 
	border: 1px solid #FF7F32; 
	border-radius: 4px;
}
.announc_learn_more:hover{
	background-color: #FF7F32 !important;
}
.announc_learn_more p{
	text-align: center; 
	letter-spacing: 0.22px; 
	color: #54585A; 
	font-size: 14px; 
	padding: 5px; 
	font-weight: 500 !important;
}
.announc_learn_more p:hover{
	color: #fff !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .announc_img_div{
	width: 33.3% !important;	
	}
	.announc_img{
		margin: 40px 30px 40px 20px !important;
	}
	.announc_text{
		padding: 30px 20px 30px 50px !important; 
		width: 66.9% !important;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	.announc_bg{
		display: inline-block !important;
	}
	.announc_img_div{
		width: 100% !important;	
	}
	.announc_img{
		padding: 20px 50px 10px 50px !important;
		width: 100% !important;
		height: 100% !important;
		margin: 0px !important;
	}
	.announc_text{
		padding: 20px !important; 
		width: 100% !important;
	}
}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 823px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.announc_img_div{
	width: 33.3% !important;	
	}
	.announc_img{
		margin: 40px 30px 40px 20px !important;
	}
	.announc_text{
		padding: 30px 20px 30px 50px !important; 
		width: 66.9% !important;
	}

}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.announc_bg{
		display: inline-block !important;
	}
	.announc_img_div{
		width: 100% !important;	
	}
	.announc_img{
		padding: 20px 50px 10px 100px !important;
		width: 80% !important;
		height: 80% !important;
		margin: 0px !important;
	}
	.announc_text{
		padding: 20px !important; 
		width: 100% !important;
	}
}

@media (min-width: 766px) {

.page-scroll-top {
	display: none !important;
}

}

@media (min-width: 767px) {

.select-more-options.nice-select .current {
	text-decoration: underline;
}
}

@media (min-width: 1921px) {

.about {
	padding: 200px 0px;
}

}

@media (max-width: 1800px) {

.about {
	padding: 90px 0px;
}

}

@media (max-width: 1600px) {

.banner {
	padding-bottom: 60px;
	padding-top: 75px;
}

}

@media (max-width: 1400px) {

.banner__content {
	max-width: 1000px;
}

}

@media (max-width: 1366px) {

.banner__text {
	padding-left: 20px;
}

.banner-section {
	max-width: 500px;
}

.services__list {
	padding-right: 20px;
}

.services__list .nice-select {
	left: calc(50% - 59px);
}

}

@media (max-width: 1365px) {

.padding-lr {
	padding: 0 30px;
}

.padding-lr {
	padding: 0 30px;
}

.tech-reading:after {
	width: calc(100% - 60px);
	left: 30px;
}

}

@media (max-width: 1300px) {

.about {
	padding: 40px 0px;
}

.website__banner {
	background-position: 0px center;
}

.banner__content {
	max-width: 75%;
}

}

@media (max-width: 1280px) {

.banner__main-text {
	max-width: 370px;
	font-size: 36px;
}

.banner__subtext {
	max-width: 280px;
	line-height: 24px;
}

.services__list {
	padding-right: 10px;
}

.services__list .nice-select {
	left: calc(50% - 53px);
}

}

@media (max-width: 1279px) {

.padding-lr {
	padding: 0 20px;
}

.padding-lr {
	padding: 0 20px;
}

.tech-reading:after {
	width: calc(100% - 40px);
	left: 20px;
}

}

@media (max-width: 1200px) {

.services__block {
	width: 90%;
}

.banner {
	padding-top: 60px;
}

.banner__tech-card {
	padding: 13px 10px 20px 10px;
}

}

@media (max-width: 1100px) {

.title {
	font-size: 25px;
	line-height: 30px;
}

.website__header {
	padding: 25px 20px 15px 20px;
}

.overlay__img svg {
	width: 55px;
	height: 55px;
}

.services__list a:hover .services__img-holder {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.services__list a:hover .services__text {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.select-more-options.nice-select {
	font-size: 20px !important;
}

.select-more-options.nice-select ul {
	font-size: 16px !important;
}

}

@media (max-width: 1024px) {

.website__header {
	padding: 15px 20px 15px 20px;
}

}

@media (max-width: 1023px) {

.t-hide {
	display: none !important;
}

.t-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.slick-dots {
	bottom: -50px !important;
}

.about {
	padding: 40px 0px 0px 0px;
	background: #EDF0F1 !important;
	position: relative;
}

.about__content {
	max-width: 80%;
}

.about__img img {
	max-width: 80%;
}

.about__img {
	display: block;
	margin: 20px auto 0px auto;
}

.it-pros {
	margin: 60px auto 40px auto;
}

.it-pros {
	margin: 30px auto 30px auto;
}

.it-pros__container {
	width: 100%;
}

.it-pros__block {
	padding: 0px 10px;
}

.it-pros__img {
	max-width: 100px;
	min-height: 100px;
	max-height: 100px;
}

.website__banner {
	background-position: -160px center;
}

.overlay {
	width: 320px;
	display: none;
}

.navbar__links {
	display: none;
}

.navbar__hamburger {
	display: block;
	width: 20px;
	cursor: pointer;
}

.banner-section {
	max-width: 100%;
}

.banner__overlay {
	background: #e6e6e6;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.banner__overlay-content {
	color: #353749;
	padding: 0px 10px;
}

.banner__img-holder {
	width: 70px;
	height: 70px;
}

.navbar__buttons {
	display: none;
}

.services__block {
	max-width: 315px;
	width: 100%;
}

.services__list .nice-select {
	left: calc(50% - 45px);
}

.services__list .nice-select .option {
	padding: 10px 16px;
	font-size: 14px;
	line-height: 20px;
}

.services__list .nice-select .list {
	padding-top: 12px;
	padding-bottom: 10px;
	width: 190px;
}

.press {
	padding: 30px 0px 30px 0px;
}

.press__popup-block {
	padding: 10px 10px 20px 10px;
}

.tech-reading:after {
	top: -37px;
}

.tech-reading {
	margin: 40px auto;
}

.banner {
	background: none !important;
	padding-top: 40px;
}

.banner__sub-title {
	max-width: 100%;
}

.banner__content {
	max-width: 100%;
}

.banner__hero-img {
	display: none;
}

.banner__tech-card {
	padding: 23px 20px 30px 20px;
	max-width: calc(50% - 20px);
	margin: 0 10px;
}

.banner.background-experiment .banner__tech-card {
	padding: 60px 20px;
}

}

@media (max-width: 950px) {

.tech-reading__blocks {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.tech-reading__each-block {
	padding-right: 10px;
	width: 100%;
}

}

@media (max-width: 767px) {

.padding-lr {
	padding: 0 10px;
}

.m-hide {
	display: none !important;
}

.m-block {
	display: none !important;
}

.m-block input {
	display: none;
}

.m-bshow {
	display: block !important;
}

.m-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.title {
	font-size: 25px;
	line-height: 28px;
}

.slick-dots .slick-active button::before {
	width: 11px !important;
	height: 11px !important;
}

.slick-dots button {
	width: 11px !important;
	height: 11px !important;
}

.slick-dots button::before {
	width: 11px !important;
	height: 11px !important;
}

.slick-dots {
	bottom: -30px !important;
}

.page-scroll-top {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 0;
	cursor: pointer;
	z-index: 5;
}

.about__content .title {
	text-align: center;
}

.about__content {
	max-width: 100%;
	text-align: center;
}

.about__button {
	padding: 5px;
}

.about__img img {
	max-width: 90%;
}

.it-pros.error-tools .product-row {
	padding-bottom: 60px;
}

.it-pros__tools {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.it-pros__block {
	max-width: 350px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.it-pros__block:last-child {
	margin-bottom: 0px;
}

.it-pros__img {
	max-width: 120px;
	min-height: auto;
	max-height: initial;
}

.padding-lr {
	padding: 0 10px;
}

.erroe-pors {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.erroe-pors .mobile-image {
	max-width: 500px;
	margin: 0 auto;
}

.erroe-pors .mobile-devices-cta {
	max-width: 500px;
	padding-right: 0;
	margin: 0 auto;
}

.website__header {
	padding: 15px 10px 15px 20px;
}

.website__banner {
	padding-top: 0px;
	height: auto;
	background-position: 5px top;
	background-size: 100%;
}

.website__logo {
	width: 120px;
	height: auto;
}

.search__icon img {
	width: 20px;
	height: 20px;
}

.banner__text {
	padding-left: 10px;
}

.banner-section {
	padding-top: 40px !important;
}

.banner-section.padding-lr {
	padding-left: 0px;
	padding-right: 0px;
}

.banner__searchbar {
	display: block;
	margin-top: 20px;
}

.banner__main-text {
	max-width: 180px;
	width: 100%;
	padding-left: 0px;
	font-size: 18px;
	line-height: 20px;
}

.banner__subtext {
	max-width: 170px;
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

.banner__overlay {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin: 0 auto;
	border-top: 1px solid #F0F0F0;
	position: initial;
	width: 100%;
}

.banner__overlay-content {
	font-size: 12px;
}

.banner__img-holder {
	width: 35px;
	height: 35px;
}

.banner__result {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 10px;
	background: #fff;
	text-align: center;
}

.banner__search-input {
	width: 100%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.banner__input-label {
	height: 35px;
	padding: 5px 20px !important;
	font-size: 11px !important;
	border-radius: 0px;
	border: none !important;
	border-radius: 4px;
}

.banner__input-label::-webkit-input-placeholder {
	font-size: 10px;
}

.banner__input-label:-ms-input-placeholder {
	font-size: 10px;
}

.banner__input-label::placeholder {
	font-size: 10px;
}

.banner__result-button {
	padding: 9px 37px;
	border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.32954);
	font-size: 12px;
	height: auto;
}

.banner__input-layout {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	width: calc(100% - 10px);
	max-width: 100%;
	margin: 0px 5px;
	border: 1px solid #979797;
	border-radius: 4px;
}

.services {
	padding: 10px 10px;
	margin-top: 30px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #fff;
}

.services__block {
	max-width: 100%;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-bottom: 0px;
}

.services__list {
	margin-bottom: 10PX;
	padding-right: 0px;
}

.services__list .nice-select {
	top: 60px;
	left: calc(50% - 143px);
}

.services__list .nice-select .option {
	padding: 10px 16px;
	font-size: 14px;
	line-height: 14px;
}

.services__list .nice-select .list:after {
	margin-left: 39px;
}

.services__list .nice-select .list:before {
	margin-left: 38px;
}

.services__img-holder {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.services__text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.select-more-options.nice-select {
	font-size: 16px !important;
}

.select-more-options.nice-select ul {
	width: 215px;
}

.press__popup {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.press__popup-block {
	width: 90%;
	margin-bottom: 10px;
	margin-right: 0px;
	box-shadow: none;
	border: none;
}

.press__popup-active {
	font-size: 14px;
	margin-top: 5px;
}

.press__links {
	padding: 0px 10px;
}

.tech-reading:after {
	width: calc(100% - 40px);
	left: 10px;
	top: -28px;
}

.tech-reading {
	margin: 30px auto;
}

.main-title {
	font-size: 32px;
	line-height: 40px;
}

.banner {
	padding-bottom: 30px;
	position: relative;
}

.banner__learn-more p {
	margin: 10px 0px;
	text-align: center;
}

.banner__learn-more {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 80%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner__tech {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.banner__tech-card {
	max-width: 100%;
	margin: 0px auto 40px auto;
}

.banner__tech-card:last-child {
	margin-bottom: 0px;
}

.banner.background-experiment .banner__tech-card {
	padding: 30px 20px;
	margin-bottom: 30px;
	max-width: 100%;
}

.banner.background-experiment {
	padding-bottom: 0;
}
}

@media (max-width: 550px) {

.website__banner {
	background-size: 150%;
	background-position: 15px top;
}

}

@media (max-width: 500px) {

.about__img img {
	max-width: 100%;
}

.about__img {
	width: 450px;
	position: relative;
	left: calc((100% - 470px)/2);
}

}


/*# sourceMappingURL=maps/landingpagev4.css.map */
