/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
	display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
	margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* lato-regular - latin */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #4f5665;
}
body {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
img {
	max-width: 100%;
	height: auto;
}
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 15px;
	width: 100%;
}
.header {
	padding-top: 50px;
	padding-bottom: 38px;
}
.header__container {
	position: fixed;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center; */

	width: 100%;
	left: 0;
	top: 0px;
	padding: 20px 15px;
	background-color: white;
	z-index: 20;
}
.container-centre {
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.header__burger {
	position: fixed;
	right: 0;
	top: 0;
	width: 35px;
	height: 20px;
	display: none;
}
.burger__line {
	display: block;
	height: 3px;
	background-color: #0b132a;
	position: absolute;
	top: 50%;
	width: 100%;
}
.header__burger::before {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background-color: #0b132a;
	transition: all 0.3s ease;
}
.header__burger::after {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 100%;
	width: 100%;
	height: 3px;
	background-color: #0b132a;
	transition: all 0.3s ease;
}

.active-burger .burger__line {
	display: none;
}
.active-burger::before {
	transform: rotateZ(45deg);
	top: 10px;
}
.active-burger::after {
	transform: rotateZ(135deg);
	top: 10px;
}
.header__logo-container span {
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height */

	color: #0b132a;
}

.header__nav,
.header__login {
	transition: all 0.2s;
}
.header__nav-list-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header__nav-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 100px;
}
.header__nav-link {
	text-decoration: none;

	line-height: 19px;
	/* identical to box height */

	transition: all 0.2s ease;
	color: #4f5665;
}
.header__nav-link:hover,
.header__nav-link:focus,
.header__nav-link:active {
	color: #f53838;
}
.header__nav-list li {
	margin-right: 40px;
}
.header__nav-list li:last-child {
	margin-right: 0;
}

.bold__text {
	font-weight: bold;
}
.desc__bold {
	font-weight: 500;
}
.btn-def {
	background-color: transparent;
	border: 0;
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
}
.signin-btn {
	color: #0b132a;
	padding-right: 30px;
}
.signup-btn {
	color: #f53855;
	padding: 13px 45px;
	border: 1px solid #f53855;
	border-radius: 50px;
	transition: all 0.3s;
}
.signup-btn:hover,
.signup-btn:active,
.signup-btn:focus {
	color: white;
	background-color: #f53838;
}
.header__content {
	padding-top: 88px;
}
.header__content {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.header__content-img-container {
	width: 100%;
}
.header__content-main {
	max-width: 550px;
	flex-shrink: 1;
}
.header__title {
	padding-top: 27px;
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 70px;
	/* or 140% */

	color: #0b132a;
}

.header__desc {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #4f5665;
	padding-top: 20px;
	padding-bottom: 50px;
}
.main__img {
	margin-left: 30px;
}
.btn-red {
	position: relative;
	padding: 17.5px 78.5px;
	color: white;
	background: #f53838;
	border-radius: 10px;
	box-shadow: 0 20px 40px rgb(245 56 56 / 35%);
	transition: all 0.2s ease;
}
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
	box-shadow: 0 20px 40px rgb(11 19 42 / 35%);
	background-color: #0b132a;
}
.header__stats {
	padding-top: 100px;
	padding-bottom: 100px;
}
.stats__list {
	display: flex;
	justify-content: space-around;
	position: relative;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.stats__list li {
	padding-left: 91.5px;
	padding-right: 130px;
	border-right: 2px solid #eeeff2;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 30px 0;
}
.stats__list-item span {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	/* identical to box height, or 120% */

	color: #0b132a;
}

.item1 {
	background: url(../img/svg/user.svg) no-repeat left center;
}
.item2 {
	background: url(../img/svg/location.svg) no-repeat left center;
}
.item3 {
	background: url(../img/svg/Server.svg) no-repeat left center;
}
.stats__list li:first-child {
	margin-left: 91px;
}
.stats__list li:last-child {
	border: 0;

	margin-right: 0;
}

.features__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 130px;
}
.features__info {
	max-width: 427px;
	padding: 0px 15px;
}
.features__title {
	font-weight: 500;
	font-size: 35px;
	line-height: 50px;
	/* or 143% */

	color: #0b132a;
}
.features__desc {
	font-size: 16px;
	line-height: 30px;
	/* or 187% */
	padding-top: 20px;

	color: #4f5665;
}
.features__list {
	padding-top: 20px;
}
.features__item {
	font-size: 14px;
	line-height: 30px;
	/* identical to box height, or 214% */
	padding-left: 34px;
	color: #4f5665;
	padding-bottom: 15px;
	background: url(../img/svg/greenMark.svg) no-repeat left bottom 90%;
}
.features__img-container {
	max-width: 508px;
	padding: 0px 15px;
}

.grey-bg {
	width: 100%;
	background-color: #f6f6f6;
}

.plans__container {
	padding-top: 80px;
}
.plans__text {
	margin: 0 auto;
	text-align: center;
}
.titles {
	font-weight: 500;
	font-size: 35px;
	line-height: 50px;
	/* identical to box height, or 143% */

	text-align: center;

	color: #0b132a;
}
.descs {
	font-size: 16px;
	line-height: 30px;
	/* or 187% */

	text-align: center;

	color: #4f5665;
}
.plans__content {
	padding-top: 60px;
	display: flex;
	justify-content: space-around;
}
.plan {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 15px;
	text-align: center;
	background: #ffffff;
	border: 2px solid #dddddd;
	box-sizing: border-box;
	border-radius: 10px;
	justify-content: space-between;
	flex-basis: 32%;
}
.plan:hover {
	border: 2px solid #f53838;
}

.plan__name {
	padding-top: 30px;
}
.plan__list {
	padding-top: 30px;
	text-align: left;
}
.plan__list li {
	align-items: center;
	padding-left: 35px;
	font-size: 14px;
	line-height: 30px;
	/* identical to box height, or 214% */
	color: #4f5665;

	background: url(../img/svg/mark.svg) no-repeat left center;
}
.plan__footer {
	padding: 3rem 0rem 1rem 0rem;
}
.plan__price {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	/* identical to box height, or 120% */

	text-align: center;

	color: #0b132a;
	padding-bottom: 20px;
}
.brightless__text {
	font-size: 25px;
	line-height: 30px;
	/* identical to box height, or 120% */

	text-align: center;

	color: #4f5665;
}
.select__plan-btn {
	padding: 13px 63px;
	color: #f53838;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	border: 2px solid #f53838;
	box-sizing: border-box;
	border-radius: 50px;
	transition: all 0.2s ease;
}
.plan:hover .select__plan-btn {
	color: white;
	background-color: #f53838;
}
.select__plan-btn:hover {
	box-shadow: 0 20px 40px rgb(245 56 56 / 35%);
}
.global {
	padding-top: 150px;
}
.global__content {
	margin: 0 auto;
	text-align: center;
}
.global__desc {
	padding-top: 20px;
}
.global__img {
	padding-top: 150px;
}
.companies__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 85px;
}
.customers {
	padding-top: 120px;
	position: relative;
}
.company__img {
	max-width: 190px;
	height: 60px;
	flex-shrink: 1;
}

.coment__img-container {
	width: 50px;
	height: 50px;
}
.comment__img {
	width: 100%;
	height: 50px;
	border-radius: 50%;
}
.customers__text {
	max-width: 555px;
	margin: 0 auto;
}
.customers__desc {
	padding-top: 20px;
}

.slider-carousel {
	
	padding-top: 60px;
	overflow: hidden;
}
.swiper-pagination {
	position: unset !important;
	display: block;
}
.swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	border: #f53838 solid 1px;
	background: #f53838;
	opacity: 0.28;
	transition: 0.2s;
	margin-right: 10px;
	align-self: center;
	height: 15px;
	width: 15px;
}
.navigations {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
}
.buttons__container {
	display: flex;
	align-items: center;
}

.button-next {
	width: 60px;
	height: 60px;
	background: url(../img/svg/right.svg) no-repeat;
	background-size: cover;
	border-radius: 50%;
	transition: all 0.1s ease-in-out;
}
.button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/svg/left.svg) no-repeat;
	background-size: cover;
	transition: 0.1s ease;
	margin-right: 20px;
}

.button-prev.swiper-button-disabled {
	background: url(../img/svg/btnleft.svg) no-repeat;

	cursor: auto;
	pointer-events: none;
}
.button-next.swiper-button-disabled {
	background: url(../img/svg/right-deactive.svg) no-repeat;

	cursor: auto;
	pointer-events: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #f53838;
	opacity: 1;
	width: 20px;
	height: 15px;
	padding: 0px 19px;
	border-radius: 10px;
	width: 20px;
}
.swiper-slide{
	height: 100%;
}
.slide-content {
	padding: 30px;
	border: 2px solid #dddddd;
	box-sizing: border-box;
	border-radius: 10px;
	background: #ffffff;
	max-width: 400px;
	min-height: 300px;
	
}
.comment__text{
	
}

.swiper-button-next {
	color: #000;
}
.comment__info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.commentator__info {
}

.commentator__rate {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.star {
	padding-left: 5px;
}
.name {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	/* or 167% */

	display: flex;
	align-items: center;
	text-align: left;

	color: #0b132a;
}
.country {
	font-size: 14px;
	line-height: 30px;
	/* or 214% */

	display: flex;
	align-items: center;
	text-align: left;

	color: #4f5665;
}
.subscribe-wrapper {
	position: relative;
}

.subscribe {
	padding-top: 60px;
}
.subscribe__container {
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	padding: 59px 70px;
	align-items: center;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgb(0 0 0 / 9%);
	transform: translateY(100px);
}
.subscribe__content {
	max-width: 370px;
}
.subscribe__title,
.susbcribe__desc {
	text-align: left !important;
}
.subscribe__title {
	font-weight: 500;
	font-size: 35px;
	line-height: 45px;
	/* or 129% */

	display: flex;
	align-items: center;

	color: #0b132a;
}
.susbcribe__desc {
	padding-top: 15px;
}
.btn-sub-container {
	flex-shrink: 0;
	flex-grow: 0;
}
.footer {
	background-color: #f8f8f8;

	padding-bottom: 100px;
}

.footer__desc {
	padding-top: 20px;
}
.footer__container {
	padding-top: 180px;
}
.footer__content {
	display: flex;
	justify-content: space-between;
}
.column1 {
	max-width: 340px;
}

.column1 span {
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #0b132a;
}
.footer__social {
	padding-top: 30px;
	display: flex;
}
.footer__list li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	/* identical to box height, or 187% */

	text-decoration: none;
	color: #4f5665;
}
.footer__list li a:hover {
	text-decoration: underline;
}

.footer__list-name {
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	/* identical to box height, or 167% */

	color: #0b132a !important;
}
.social {
	text-decoration: none;
	padding-right: 20px;
}
.social::before {
	color: #f53838;
	font-size: 20px;
	text-decoration: none;
	padding: 10px;
	background-color: white;

	border-radius: 50%;
	transition: 0.2s;
	box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
}

.social:hover::before {
	color: white;
	background: #f53838;
}
@media screen and (max-width: 992px) {
	.body-lock {
		overflow: hidden;
	}
	.header__logo-container {
		position: fixed;
		top: 15px;
		z-index: 20;
	}
	.header__burger {
		display: block;
		top: 15px;
		right: 15px;
		z-index: 21;
	}
	.header__container {
		display: block;
	}
	.header__nav {
		position: absolute;
		width: 100%;
		left: -100%;
	}
	.header__nav-list-container {
		flex-direction: column;
	}
	.header__nav-list {
		flex-direction: column;
		align-items: flex-start;
	}
	.header__login {
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.header__login::before {
		display: block;
		content: "";
		width: 200px;
		height: 3px;
		background-color: white;
		position: absolute;
		top: 0;
		z-index: 20;
	}
	.signin-btn,
	.signup-btn {
		font-size: 18px;
		color: #fff;
		font-weight: 700;
		padding: 15px 0;
		text-align: left;
	}
	.signin-btn:hover,
	.signup-btn:hover {
		color: #f53838;
		background-color: transparent !important;
	}
	.signup-btn {
		border: 0;
	}
	.header__logo-container {
		top: 0;
		left: 0;
		width: 100%;
		background-color: white;
		padding: 10px;
		box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
	}
	.header-active {
		position: fixed;
		left: 0;
		
		width: 100%;
		height: 100%;
		transform: translateX(0);
		background-color: #0b132a;
		transition: 0.2s;
		margin-top: 37px;
		z-index: 3;
		padding: 20px;
	}
	.header-active ul li a {
		font-size: 18px;
		color: #fff;
		font-weight: 700;
		padding: 15px 0;
	}
	.header-active ul li {
		padding: 0px 0px 15px 0px;
	}
	.header__content {
		padding-top: 30px;
		flex-direction: column-reverse;
	}
	.header__content-main {
		width: 100% !important;
		max-width: unset;
		text-align: center;
	}
	.main__img {
		width: 100%;
		margin: 0;
	}
	.header__title {
		font-size: 35px;
	}
	.header__start-button {
		width: 80%;
	}
	.company__img {
		width: 95px;
		height: 30px;
	}
	.header__stats {
		padding-bottom: 30px;
	}
	.stats__list {
		flex-direction: column;
		align-items: flex-start;
	}
	.stats__list li {
		border: 0;
		margin: 0;
		margin-left: 20px !important;
		padding-right: 0;
		max-width: 134px;
	}
}
@media screen and (max-width: 810px) {
	.features__content {
		padding-top: 0px;
		flex-direction: column;
	}

	.footer {
		padding-bottom: 40px;
	}
	.footer__content {
		flex-wrap: wrap;
	}
	.column1 {
		flex-basis: 100%;
		text-align: left;
		max-width: unset;
		padding-bottom: 30px;
	}
	.plans__content {
		flex-direction: column;
		align-items: center;
	}
	.plan {
		width: 400px;
		margin-bottom: 30px;
	}
	.subscribe__container {
		flex-direction: column;
	}
	.btn-sub-container {
		flex-grow: 1;
		width: 100%;
		padding-top: 20px;
	}
	.subscribe-btn {
		width: 100%;
	}
	.subscribe__title,
	.susbcribe__desc {
		text-align: center !important;
	}
	.titles {
		font-size: 26px;
	}
	.features__content {
		padding-bottom: 50px;
	}
	.plans__container {
		padding-top: 50px;
	}
	.global,
	.global__img,
	.customers {
		padding-top: 50px;
	}
	.subscribe__container {
		padding: 20px;
	}
}
@media screen and (max-width: 468px) {
	.btn-red {
		padding: 10px;
	}

	.plans__content {
		padding: 0px 15px;
		padding-top: 30px;
	}
	.plan {
		width: 100%;
	}
	.subscribe {
		padding-top: 0;
	}
	.swiper-pagination {
		width: 100%;
	}

	.btn-red,
	.btn-red:hover {
		box-shadow: none;
	}
	.button-next,
	.button-prev {
		display: none;
	}
}
