/*::-webkit-scrollbar {
  width: 10px;
}*/

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	margin: 0;
	height: 100%;
	color: #1b2d41;
	font-size: 14px;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

textarea:focus,
input:focus {
	outline: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	border: 0;
}

button:focus,
button:active {
	outline: 0;
}

a {
	text-decoration: none;
}

div:focus {
	outline: 0;
}


.expand-presence iframe#ytplayer {
    width: 100%;
}


.link {
	transition: all .2s ease;
	letter-spacing: .01em;
}

.link:hover {
	cursor: pointer;
	opacity: .6;
	transition: all .2s ease;
}

.header {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.header__logo {
	background-image: url("https://imp.social/public/assets/images/imp_logo.png");
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 208px;
	height: 104px;
}

.header__wrapper {
	background-color: #000;
}

.header__wrapper--home {
	background-color: #2052c7;
}

.header__wrapper--home .header__nav {
	background-color: #2052c7;
}

.header__wrapper--home .header__logo {
	background-image: url("../images/header-logo-white.svg");
}

.header__wrapper--home .header__icon-close {
	background-image: url("../images/close-icon-white.svg");
}

.header__wrapper--home .header__nav-link {
	color: #fff;
}

.header__wrapper--home .header__icon-hamburger .line {
	background-color: #fff;
}

.header__icon-close {
	display: none;
	width: 22px;
	height: 22px;
	position: fixed;
	top: 11px;
	right: 14px;
	z-index: 99;
	background-image: url("../images/close-icon.svg");
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.header__icon-close:hover {
	cursor: pointer;
	opacity: .6;
}

.header__icon-hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
}

.header__icon-hamburger:hover {
	cursor: pointer;
	opacity: .6;
}

.header__icon-hamburger .line {
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
}

.header__icon-hamburger .line:not(:last-child) {
	margin-bottom: 4px;
}

.header__nav {
	display: flex;
}

.header__nav-list {
	display: flex;
	align-items: center;
}

.header__nav-item:not(:last-child) {
	margin-right: 40px;
}

.header__nav-link {
	font-size: 24px;
	color: #1b2d41;
	line-height: 24px;
	letter-spacing: 2px;
    color: #fff;
}

.header__nav-login {
	display: flex;
	align-items: center;
	margin-left: 80px;
}

.header__nav-login:hover {
	opacity: .6;
}

.header__nav-login-icon {
	margin-left: 12px;
}

.footer {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.footer__wrapper {
	padding-bottom: 90px;
}

.footer__top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e4e8f1;
}

.footer__logo {
	margin-bottom: 33px;
}

.footer__logo-desc {
	font-size: 16px;
	line-height: 24px;
	color: #1b2d41;
	margin-right: 8px;
}

.footer__logo-desc-wrapper {
	display: flex;
	align-items: center;
}

.footer__nav {
	display: flex;
}

.footer__nav-item:not(:last-child) {
	margin-right: 40px;
}

.footer__nav-link {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 2px;

}

.footer__bottom {
	display: flex;
	justify-content: space-between;
}

.footer__copyright {
	font-size: 14px;
	line-height: 21px;
	color: #8d9aad;
}

.footer__copyright br {
	display: none;
}

.footer__social-list {
	display: flex;
	align-items: center;
}

.footer__social-item:not(:last-child) {
	margin-right: 35px;
}

.main-screen {
	padding: 16px 0 65px;
	position: relative;
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.main-screen__wrapper {
	overflow: hidden;

	/*background-color: #2052c7;
	background-image: linear-gradient(90deg, #000000, #835705);*/
	background:  linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.39) 51%,  rgba(0, 0, 0, 0.58) 100%),  linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(250, 197, 96, 0.23) 63%,  rgba(248, 171, 26, 0.5) 100%),  #000;
	min-height: 792px;
}

.main-screen__info {
	position: relative;
	max-width: 573px;
	width: 100%;
}

.main-screen__info-title {
	color: #fff;
	font-size: 50px;
	line-height: 90px;
	margin: 63px 0 33px;
}

.main-screen__info-desc {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 56px;
	max-width: 428px;
}

.main-screen__info-desc>br {
	display: none;
}

.main-screen__info-form {
	border-radius: 8px;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-bottom: 14px;
}

.main-screen__info-form-input {
	padding: 28px 32px;
	color: #1b2d41;
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	border: 0;
	width: 100%;
}

.main-screen__info-form-input::-webkit-input-placeholder {
	color: #8d9aad;
}

.main-screen__info-form-input::-moz-placeholder {
	color: #8d9aad;
}

.main-screen__info-form-input:-ms-input-placeholder {
	color: #8d9aad;
}

.main-screen__info-form-input:-moz-placeholder {
	color: #8d9aad;
}

.main-screen__info-form-btn {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	transition: all .2s ease;
	padding: 28px 0;
	background-color: #40c2ff;
	border: 0;
	width: 100%;
	max-width: 202px;
}

#siteurl-validation {
    color: #40c2ff;
    margin-bottom:4px;
    visibility: hidden;
}

.main-screen__info-form-btn:hover {
    cursor: pointer;
    opacity: .6;
    transition: all .2s ease;
}

.main-screen__info-footer-desc {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.main-screen__info-footer-link {
	color: #40c2ff;
	text-decoration: underline;
}

.main-screen__info-footer-link:hover {
	cursor: pointer;
	text-decoration: none;
}

.main-screen__arrowDown-link {
	position: absolute;
	bottom: -20px;
	z-index: 9;
	transition: all .2s ease;
}

.main-screen__arrowDown-link:hover {
	cursor: pointer;
	transition: all .2s ease;
	opacity: .6;
}

.main-screen__preview {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.main-screen__preview-wrapper {
	position: relative;
	width: 100%;
	flex: 1;
}

.main-screen__preview-social {
	display: flex;
	margin-bottom: 12px;
}

.main-screen__preview-social-wrapper {
	position: absolute;
	    bottom: -108px;
	left: 115px;
}

.main-screen__preview-social-link:not(:last-child) {
	margin-right: 16px;
}

.main-screen__preview-social-img {
	box-shadow: 0 6px 12px rgba(48,48,48,0.2);
}

.main-screen__preview-social-desc {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

.main-screen__images {
	position: relative;
	height: 100%;
}

.main-screen__images-img {
	position: absolute;
	/*box-shadow: -10px 32px 52px rgba(50,50,50,0.4);*/	
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*border-radius: 8px;*/
}

.main-screen__images-img--instals {
	top: 46px;
    right: 0px;
    z-index: 9;
    width: 30%;
    height: 25%;
	/*top: 0;
	right: 15px;
	z-index: 9;
	width: 159.46px;
	height: 116.68px;
	box-shadow: 0 28px 52px rgba(86,86,86,0.25);*/
	background-image: url("https://concerts.imp.social/public/assets/site/images/instals.png");
}

.main-screen__images-img--gallery {
	top: 40px;
	right: 68px;
	width: 373.73px;
	height: 497.69px;
	/*box-shadow: 0 32px 52px rgba(50,50,50,0.3);*/
	background-image: url("https://concerts.imp.social/public/assets/site/images/gallery.png");
	border-radius: 15px;
}

.main-screen__images-img--features {
	top: 85%;
    width: 80%;
    height: 20%;
	/*bottom: 180px;
	left: 115px;
	width: 180.7px;
	height: 72.28px;*/
	/*box-shadow: 0 32px 52px rgba(60,60,60,0.35);*/
	background-image: url("https://concerts.imp.social/public/assets/site/images/features.png");
}

.main-screen__images-img--phone {
	top: 40%;
    left: 45%;
    width: 100%;
    height: 70%;
	/*bottom: -23px;
	right: 0;
	width: 220.97px;
	height: 443.16px;
	box-shadow: none;*/
	background-image: url("https://concerts.imp.social/public/assets/site/images/phone.png");
}

.main-screen__images-img--phone::after {
	content: "";
	width: 95%;
	/*box-shadow: -10px 32px 52px rgba(50,50,50,0.4);*/
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 30px;
}

.expand-presence {
	padding: 140px 0;
	max-width: 1152px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.expand-presence__wrapper {
	background-color: #000;
	max-width: 1200px;
	margin: 0 auto;
}

.expand-presence__video {
	z-index: 9;
	position: relative;
}

.expand-presence__video:after {
	/*content: "";
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/video-bg.svg");
	top: -35px;
	left: 0;
	width: 633px;
	height: 581px;*/
}

.expand-presence__video--inner {
	margin-top: 50px;
}

.expand-presence__video-wrapper {
	position: relative;
	display: flex;
}

.expand-presence__desc {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.expand-presence__desc-wrapper {
	max-width: 434px;
	margin-top: 18px;
}

.expand-presence__desc-title {
	font-weight: 800;
	font-size: 39px;
	line-height: 65px;
	color: #ffaa01;
	margin-bottom: 32px;
}

.key-features {
	max-width: 1200px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	height: 819px;
}

.key-features__wrapper {
	background-color: #000;
}

.key-features__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 30px;
	color: #ffaa01;
}

.key-features__title-wrapper {
	max-width: 462px;
	width: 100%;
}

.key-features__title-desc {
	font-size: 24px;
	line-height: 36px;
	color: #8d9aad;
}

.key-features__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-self: flex-start;
	position: relative;
	z-index: 1;
}

.key-features__item {
	width: 100%;
	margin-bottom: 30px;
	max-width: 300px;
	position: relative;
}

.key-features__item:hover .key-features__item-inner {
	position: absolute;
	z-index: 9;
	cursor: pointer;
	max-height: initial;
}

.key-features__item:hover:nth-child(2) .key-features__item-inner {
	max-height: initial;
}

.key-features__item:nth-child(odd) {
	margin-right: 30px;
}

.key-features__item:nth-child(2) {
	margin-top: 65px;
}

.key-features__item:nth-child(2):hover ~ .key-features__item:nth-child(3) {
	margin-top: 0;
}

.key-features__item:nth-child(3) {
	margin-top: 10px;
}

.key-features__item-inner {
	max-height: 291px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 24px 40px rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    border: 1px solid #4f4646;
    padding: 28px;
}

.key-features__item-icon {
	margin-bottom: 24px;
}

.key-features__item-title {
	font-size: 24px;
	line-height: 36px;
	color: #ffaa01;
	margin-bottom: 10px;
}

.key-features__item-desc {
	font-size: 16px;
	line-height: 24px;
	color: #8d9aad;
}

.features-steps {
	max-width: 1200px;
	width: 100%;
	display: flex;
	margin: 120px auto 160px auto;
	flex-direction: column;
}

.features-steps__wrapper {
	background-color: #fff;
}

.features-steps__item {
	width: 100%;
	max-width: 1077px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.features-steps__item:nth-child(2) {
	flex-direction: row-reverse;
	align-self: flex-end;
}

.features-steps__item:not(:last-child) {
	margin-bottom: 80px;
}

.features-steps__item-inner {
	max-width: 290px;
}

.features-steps__item-img {
	width: 629px;
	height: 419px;
}

.features-steps__item-number {
	color: #40c2ff;
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 10px;
}

.features-steps__item-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #1b2d41;
	margin-bottom: 16px;
}

.features-steps__item-desc {
	font-size: 16px;
	line-height: 24px;
	color: #8d9aad;
}

.showcase__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 32px;
	color: #1b2d41;
	text-align: center;
}

.showcase__desc {
	font-size: 24px;
	line-height: 36px;
	color: #8d9aad;
	margin-bottom: 80px;
	text-align: center;
}

.showcase__swiper-item {
	position: relative;
	margin-bottom: 160px;
}

.showcase__swiper-item:after {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0 24px 64px rgba(102,102,102,0.35);
	overflow: hidden;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.showcase__swiper-item img {
	position: relative;
	z-index: 9;
}

.plans {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.plans__wrapper {
	/*background-color: #2052c7;*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.39) 51%, rgba(0, 0, 0, 0.58) 100%), linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(250, 197, 96, 0.23) 63%, rgba(248, 171, 26, 0.5) 100%), #000;

	padding: 90px 0;
}

.plans__header {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.plans__header-title {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
}

.plans__header-arrow {
	margin: 0 40px;
	width: 100px;
}

.plans__list {
	display: flex;
	justify-content: center;
	/*justify-content: space-between;*/
}

.plans__itemDesc {
	display: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.plans__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	padding: 24px 24px 12px;
	width: calc(280px - 48px);
}

.plans__item:not(:last-child) {
	margin-right: 16px;
}

.plans__item--both {
	background: #40c2ff;
	border-radius: 8px 8px 8px 8px;
	position: relative;
}

.plans__item--both .plans__item-header-title,
.plans__item--both .plans__item-header-subTitle,
.plans__item--both .plans__item-price-value,
.plans__item--both .plans__item-price-desc,
.plans__item--both .plans__item-desc-title,
.plans__item--both .plans__item-footer-desc {
	color: #fff;
}

.plans__item--both .plans__item-header-subTitle {
	font-weight: 300;
}

.plans__item--both .plans__item-startedBtn {
	background-color: #fff;
	color: #40c2ff;
}

.plans__item--both .plans__item-footer-link {
	color: #fff;
	font-weight: 500;
}

.plans__item-limited {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	position: absolute;
	left: 0;
	top: -56px;
	width: calc(100% - 30px);
	padding: 10px 15px;
}

.plans__item-limited-title {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .05em;
	color: #40c2ff;
	text-transform: uppercase;
	max-width: 48px;
	margin-right: 20px;
}

.plans__item-limited-desc {
	font-size: 12px;
	line-height: 18px;
	color: #8d9aad;
}

.plans__item-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 72px;
	text-align: center;
}

.plans__item-header-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #1b2d41;
	max-width: 173px;
}

.plans__item-header-subTitle {
	text-align: center;
	color: #8d9aad;
	font-size: 14px;
	line-height: 21px;
	margin-top: 8px;
}

.plans__item-price {
	height: 132px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.plans__item-price-sale {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #2052c7;
	position: relative;
}

.plans__item-price-sale:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 13px;
}

.plans__item-price-value {
	font-weight: 500;
	font-size: 42px;
	line-height: 63px;
	color: #1b2d41;
}

.plans__item-price-desc {
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
}

.plans__item-desc {
	margin-bottom: 32px;
	max-width: 190px;
}

.plans__item-desc-item {
	display: flex;
}

.plans__item-desc-item:not(:last-child) {
	margin-bottom: 16px;
}

.plans__item-desc-arrow {
	margin-right: 15px;
	margin-left: -30px;
}

.plans__item-desc-title {
	font-size: 14px;
	line-height: 21px;
}

.plans__item-desc-title--obscure {
	color: #1b2d41;
}

.plans__item-desc-title--gray {
	color: #8d9aad;
}

.plans__item-desc-title--white {
	color: #fff;
}

.plans__item-startedBtn {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	width: 185px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4f3709;
	/*background: #40c2ff;*/
	border-radius: 4px;
	transition: all .2s ease;
	margin-bottom: 12px;
}

.plans__item-startedBtn:hover {
	cursor: pointer;
	transition: all .2s ease;
	opacity: .6;
}

.plans__item-footer {
	text-align: center;
}

.plans__item-footer-desc {
	font-size: 12px;
	line-height: 18px;
	color: #8d9aad;
}

.plans__item-footer-link {
	color: #40c2ff;
}

.plans__item-footer-link:hover {
	cursor: pointer;
	opacity: .6;
}

.convert-sites {
	max-width: 1036px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.convert-sites__wrapper {
	padding: 120px 0;
}

.convert-sites__title {
	font-size: 24px;
	line-height: 36px;
	color: #1b2d41;
	margin-bottom: 60px;
}

.convert-sites__list {
	display: flex;
}

.convert-sites__item {
	margin-bottom: 40px;
}

.convert-sites__item:not(:last-child) {
	margin-right: 100px;
}

.convert-sites__item-img {
	width: 90;
	height: 100px;
}

.convert-sites__footer {
	font-size: 18px;
	line-height: 27px;
	color: #8d9aad;
}

.contact-form {
	max-width: 590px;
	width: 100%;
	margin: 0 auto;
}

.contact-form__wrapper {
	padding-bottom: 160px;
	position: relative;
}

.contact-form__inner {
	display: flex;
	flex-direction: column;
}

.contact-form__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 30px;
	color: #1b2d41;
	text-align: center;
}

.contact-form__subTitle {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 60px;
	color: #8d9aad;
	text-align: center;
	font-weight: 400;
}

.contact-form__subTitle br {
	display: none;
}

.contact-form__input {
	padding: 28px 10px;
	font-size: 16px;
	line-height: 24px;
	color: #1b2d41;
	border: 0;
	border-bottom: 1px solid #e4e8f1;
	box-sizing: border-box;
    border-radius:8px;
    padding-left: 30px;
}

.contact-form__input:not(:last-child) {
	margin-bottom: 24px;
}

.contact-form__input:last-child {
	margin-bottom: 40px;
}

.contact-form__input::-webkit-input-placeholder {
	color: #8d9aad;
}

.contact-form__input::-moz-placeholder {
	color: #8d9aad;
}

.contact-form__input:-ms-input-placeholder {
	color: #8d9aad;
}

.contact-form__input:-moz-placeholder {
	color: #8d9aad;
}

.contact-form__btn {
	background: #40c2ff;
	border-radius: 8px;
	width: 202px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	transition: all .2s ease;
	margin: 0 auto;
	border: 0;
}

.contact-form__btn:hover {
	cursor: pointer;
	opacity: .6;
	transition: all .2s ease;
}

.contact-form__anchor-link {
	position: absolute;
	bottom: 148px;
	right: 30px;
	background: #40c2ff;
	border-radius: 8px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
}

.contact-form__anchor-link:hover {
	cursor: pointer;
	opacity: .6;
	transition: all .2s ease;
}

.faq-form {
	display: flex;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.faq-form__sectionTitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #40c2ff;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.faq-form__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	color: #1b2d41;
	margin-bottom: 40px;
}

.faq-form__wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 80px auto;
}

.faq-form__inner {
	max-width: 790px;
	width: 100%;
	position: relative;
}

.faq-form__input {
	padding: 28px 32px 28px 70px;
	color: #1b2d41;
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	border: 0;
	width: 100%;
	border: 1px solid #e4e8f1;
	border-right: 0;
	box-sizing: border-box;
	border-radius: 8px 0 0 8px;
}

.faq-form__input::-webkit-input-placeholder {
	color: #8d9aad;
}

.faq-form__input::-moz-placeholder {
	color: #8d9aad;
}

.faq-form__input:-ms-input-placeholder {
	color: #8d9aad;
}

.faq-form__input:-moz-placeholder {
	color: #8d9aad;
}

.faq-form__btn {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	transition: all .2s ease;
	padding: 28px 0;
	background-color: #40c2ff;
	border: 0;
	width: 100%;
	max-width: 202px;
}

.faq-form__btn:hover {
	cursor: pointer;
	opacity: .6;
	transition: all .2s ease;
}

.faq-form__searchIcon {
	position: absolute;
	left: 35px;
	top: 30px;
}

.faq {
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}

.faq__wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.faq__sticky {
	position: fixed !important;
	top: 0;
	height: auto;
	animation: thedrop 1s 1;
}

.faq__sidebar-wrapper {
	width: 220px;
	margin-right: 200px;
}

.faq__sidebar-item:not(:last-child) {
	margin-bottom: 40px;
}

.faq__sidebar-item-link {
	font-size: 18px;
	line-height: 27px;
	color: #8d9aad;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.faq__sidebar-item-link:before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 8px;
	background-color: transparent;
	display: block;
	border-radius: 100%;
}

.faq__sidebar-item-link--selected {
	color: #1b2d41;
}

.faq__sidebar-item-link--selected:before {
	background-color: #40c2ff;
}

.faq__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	max-width: 790px;
}

.faq__section {
	margin-bottom: 32px;
}

.faq__section-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: #1b2d41;
	margin-bottom: 24px;
}

.faq__accordeon-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 380px;
	width: 50%;
}

.faq__accordeon-list-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.faq__accordeon-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
	width: 100%;
}

.faq__accordeon-item-inner {
	background: #fff;
	position: relative;
	z-index: 0;
}

.faq__accordeon-item-inner:hover {
	z-index: 1;
	box-shadow: 0 28px 40px rgba(50,50,50,0.08);
}

.faq__accordeon-item input {
	display: none;
}

.faq__accordeon-item input:checked ~ .faq__accordeon-item-inner {
	box-shadow: 0 28px 40px rgba(50,50,50,0.08);
	z-index: 1;
}

.faq__accordeon-item input:checked ~ .faq__accordeon-item-inner .faq__accordeon-item-text {
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
	padding: 0 28px 24px;
	transition: font-size 100ms 0ms ease-in,opacity 150ms 150ms ease-in;
}

.faq__accordeon-item input:checked ~ .faq__accordeon-item-inner .faq__accordeon-item-icon {
	transition: transform .2s ease;
	transform: rotate(-180deg);
}

.faq__accordeon-item-label {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 28px 24px;
}

.faq__accordeon-item-label p {
	font-size: 16px;
	line-height: 24px;
	color: #1b2d41;
}

.faq__accordeon-item-icon {
	transition: transform .2s ease;
	transform: rotate(0);
}

.faq__accordeon-item-text {
	user-select: text;
	/*white-space: pre-wrap;*/
	overflow-wrap: break-word;
	font-size: 0;
	line-height: 1.25;
	color: #8d9aad;
	opacity: 0;
	transition: font-size 100ms 0ms ease-in,opacity 150ms 0ms ease-in;
}

.faq__accordeon-link {
	color: #40c2ff;
}

.faq__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
	position: relative;
}

.faq__footer-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #1b2d41;
	margin-bottom: 24px;
}

.faq__footer-link {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	transition: all .2s ease;
	background-color: #40c2ff;
	width: 100%;
	max-width: 280px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.faq__footer-link:hover {
	cursor: pointer;
	opacity: .6;
	transition: all .2s ease;
}

.faq__footer-anchor-link {
	position: absolute;
	bottom: 0;
	right: 30px;
	background: #40c2ff;
	border-radius: 8px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
}

.faq__footer-anchor-link:hover {
	cursor: pointer;
	opacity: .6;
	transition: all .2s ease;
}

.about-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 120px 0;
}

.about-main__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	color: #1b2d41;
	margin-bottom: 32px;
	text-align: center;
}

.about-main__subTitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #8d9aad;
	margin-bottom: 80px;
	text-align: center;
}

.about-main__subTitle br {
	display: none;
}

.about-main__gallery {
	display: flex;
}

.about-main__gallery:not(:last-child) .about-main__gallery-item {
	margin-bottom: 5px;
}

.about-main__gallery-wrapper {
	margin-bottom: 140px;
}

.about-main__gallery-item:not(:nth-child(3n+3)) {
	margin-right: 5px;
}

.about-main__gallery-item-link {
	outline: 0;
	overflow: hidden;
	position: relative;
	display: block;
}

[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .about-main__gallery-item-link img,
[class*="-2"] .about-main__gallery-item-link img,
[class*="-3"] .about-main__gallery-item-link img {
	width: auto;
	height: 100%;
}

.about-main__desc {
	text-align: center;
	font-size: 40px;
	line-height: 140%;
	color: #1b2d41;
	font-weight: 700;
}

.about-main__desc--blue {
	color: #40c2ff;
}

.choose-us {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 120px;
	display: flex;
	justify-content: space-between;
}

.choose-us__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	color: #1b2d41;
	margin-bottom: 23px;
}

.choose-us__desc {
	font-size: 24px;
	line-height: 36px;
	color: #8d9aad;
}

.choose-us__img {
	width: 585px;
	height: 446px;
}

.who-we-are {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 90px;
}

.who-we-are__title {
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	color: #1b2d41;
	margin-bottom: 32px;
	text-align: center;
}

.who-we-are__subTitle {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #8d9aad;
	margin-bottom: 60px;
}

.who-we-are__list {
	display: flex;
	flex-wrap: wrap;
}

.who-we-are__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 380px;
	height: 440px;
	margin-bottom: 30px;
	transition: all .2s ease;
}

.who-we-are__item:hover {
	transition: all .2s ease;
	box-shadow: 0 24px 40px rgba(50,50,50,0.1);
}

.who-we-are__item:not(:nth-child(3n+3)) {
	margin-right: 30px;
}

.who-we-are__item-img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	margin-bottom: 32px;
}

.who-we-are__item-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #1b2d41;
	margin-bottom: 8px;
}

.who-we-are__item-position {
	font-size: 16px;
	line-height: 24px;
	color: #8d9aad;
}

.about-counter {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.about-counter__list {
	display: flex;
	justify-content: center;
}

.about-counter__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 270px;
	height: 270px;
	padding: 50px 0;
}

.about-counter__item:not(:last-child) {
	margin-right: 24px;
}

.about-counter__item-img {
	margin-bottom: 18px;
}

.about-counter__item-count {
	font-weight: 500;
	font-size: 42px;
	line-height: 63px;
	color: #1b2d41;
}

.about-counter__item-title {
	font-size: 16px;
	line-height: 24px;
	color: #8d9aad;
	text-align: center;
}

.about-thought {
	max-width: 1200px;
	margin: 0 auto;
	padding: 146px 0;
}

.about-thought__wrapper {
	background-color: #2052c7;
	position: relative;
}

.about-thought__wrapper:after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-position: 100% 100%;
	background-image: url("../images/about-thought-bg.png");
}

.about-thought__label {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #40c2ff;
	margin-bottom: 8px;
}

.about-thought__title {
	font-weight: bold;
	font-size: 48px;
	line-height: 72px;
	color: #fff;
	margin-bottom: 32px;
}

.about-thought__desc {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.about-anchor {
	width: 100%;
	height: 120px;
	position: relative;
}

.about-anchor__link {
	position: absolute;
	bottom: 28px;
	right: 30px;
	background: #40c2ff;
	border-radius: 8px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
}

.about-anchor__link:hover {
	cursor: pointer;
	opacity: .6;
	transition: all .2s ease;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {

.main-screen__images-img--instals {
	background-image: url("https://concerts.imp.social/public/assets/site/images/instals.png");
}

.main-screen__images-img--gallery {
	background-image: url("https://concerts.imp.social/public/assets/site/images/gallery.png");
}

.main-screen__images-img--features {
	background-image: url("https://concerts.imp.social/public/assets/site/images/features.png");
}

.main-screen__images-img--phone {
	background-image: url("https://concerts.imp.social/public/assets/site/images/phone.png");
}

.about-thought__wrapper:after {
	background-image: url("../images/about-thought-bg@2x.png");
}

}

@media only screen and (-webkit-min-device-pixel-ratio:3) {

.main-screen__images-img--instals {
	background-image: url("https://concerts.imp.social/public/assets/site/images/instals.png");
}

.main-screen__images-img--gallery {
	background-image: url("https://concerts.imp.social/public/assets/site/images/gallery.png");
}

.main-screen__images-img--features {
	background-image: url("https://concerts.imp.social/public/assets/site/images/features.png");
}

.main-screen__images-img--phone {
	background-image: url("https://concerts.imp.social/public/assets/site/images/phone.png");
}

.about-thought__wrapper:after {
	background-image: url("../images/about-thought-bg@3x.png");
}

}

@media (max-width: 1024px) {
    .expand-presence {
	    padding: 140px 0;
	    max-width: 1152px;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    gap: 50px;
	}
    .expand-presence__video-wrapper {
	    position: relative;
	    display: inline-block;
	    width: 50%;
	}

	.expand-presence iframe#ytplayer {
	    width: 100%;
	    height: 288px;
	}

	.expand-presence__desc-wrapper {
        max-width: 324px;
    }

    .expand-presence__desc-title {
        font-size: 28px;
        line-height: 50px;
    }
}

@media (max-width:1199px) {

.header {
	padding: 22px 0;
	max-width: 1042px;
}

.header__nav-login {
	margin-left: 60px;
}

.footer {
	max-width: 940px;
}

.footer__wrapper {
	padding-bottom: 50px;
}

.main-screen {
	padding: 26px 0 50px;
	max-width: 1042px;
}

.main-screen__wrapper {
	min-height: 795px;
}

.main-screen__info {
	max-width: 534px;
}

.main-screen__info-title {
	margin: 61px 0 33px;
	font-size: 50px;
	line-height: 90px;
}

.main-screen__arrowDown-link {
	bottom: -35px;
}

.main-screen__preview-social-wrapper {
	bottom: -100px;
}

.main-screen__images-img--instals {
	width: 360.5px;
	height: 480.08px;
}

.main-screen__images-img--instals {
	width: 153.82px;
	height: 112.55px;
}

.main-screen__images-img--gallery {
	width: 360.5px;
	height: 480.08px;
}

.main-screen__images-img--features {
	width: 174.3px;
	height: 69.72px;
	bottom: 192px;
	left: 12px;
}

.main-screen__images-img--phone {
	width: 213.15px;
	height: 427.48px;
	bottom: 0;
}

.expand-presence {
	/*max-width: 890px;*/
	padding: 116px 0;
}

.expand-presence__wrapper {
	max-width: 1042px;
}

.expand-presence__video:after {
	width: 490.76px;
	height: 450.45px;
}

.expand-presence__desc {
	font-size: 20px;
	line-height: 30px;
}

.expand-presence__desc-wrapper {
	max-width: 324px;
}

.expand-presence__desc-title {
	font-size: 35px;
	line-height: 56px;
}

.key-features {
	max-width: 1042px;
	height: 637px;
}

.key-features__title {
	font-size: 48px;
	line-height: 72px;
}

.key-features__title-wrapper {
	max-width: 287px;
}

.key-features__title-desc {
	font-size: 20px;
	line-height: 30px;
}

.key-features__title-desc br {
	display: none;
}

.key-features__item {
	margin-bottom: 16px;
	max-width: 290px;
}

.key-features__item:nth-child(odd) {
	margin-right: 16px;
}

.key-features__item:nth-child(2) {
	margin-top: 0;
}

.key-features__item:nth-child(2) .key-features__item-inner {
	max-height: 275px;
}

.key-features__item:nth-child(2):hover ~ .key-features__item:nth-child(3) {
	margin-top: 0;
}

.key-features__item:nth-child(3) {
	/*margin-top: -41px;*/
}

.key-features__item-inner {
	max-height: 234px;
	padding: 24px;
}

.key-features__item-desc {
	font-size: 14px;
	line-height: 21px;
}

.features-steps {
	max-width: 1042px;
	margin: 80px auto 100px auto;
}

.features-steps__item {
	max-width: 976px;
}

.showcase__title {
	font-size: 48px;
	line-height: 72px;
	margin-bottom: 24px;
}

.showcase__desc {
	font-size: 20px;
	line-height: 30px;
}

.showcase__swiper-item {
	margin-bottom: 100px;
}

.plans {
	max-width: 940px;
}

.plans__wrapper {
	padding: 80px 0;
}

.plans__header-title {
	font-size: 20px;
	line-height: 30px;
}

.plans__header-arrow {
	margin: 0 30px;
	width: 70px;
}

.plans__item:not(:first-child) .plans__item-desc {
	max-width: 150px;
}

.plans__item--both .plans__item-price {
	height: 127px;
}

.plans__item {
	padding: 24px 20px 12px;
	/*width: calc(223px - 40px);*/
}

.plans__item-limited {
	top: -74px;
}

.plans__item-header {
	height: 80px;
}

.plans__item-header-title {
	max-width: 134px;
}

.plans__item-price-sale {
	margin-top: 12px;
	margin-bottom: -12px;
}

.plans__item-price {
	height: 148px;
}

.plans__item-desc {
	margin-bottom: 25px;
	max-width: 178px;
}

.plans__item-desc-arrow {
	margin-right: 10px;
	margin-left: -20px;
}

.convert-sites {
	max-width: 936px;
}

.convert-sites__wrapper {
	padding: 100px 0;
}

.convert-sites__item:not(:last-child) {
	margin-right: 80px;
}

.contact-form__wrapper {
	padding-bottom: 100px;
}

.contact-form__anchor-link {
	bottom: 48px;
}

.faq-form__title br {
	display: none;
}

.faq-form__wrapper {
	max-width: 1042px;
}

.faq__wrapper {
	max-width: 1042px;
}

.faq__sidebar-wrapper {
	margin-right: 50px;
}

.faq__accordeon-list {
	max-width: 334px;
}

.faq__accordeon-item input:checked ~ .faq__accordeon-item-inner .faq__accordeon-item-text {
	padding: 0 24px 20px;
}

.faq__accordeon-item-label {
	padding: 24px 20px;
}

.faq__footer {
	padding-bottom: 120px;
}

.faq__footer-anchor-link {
	bottom: 48px;
}

.about-main {
	max-width: 940px;
	padding: 80px 0 100px 0;
}

.about-main__gallery-wrapper {
	margin-bottom: 120px;
}

.about-main__desc {
	font-size: 32px;
}

.choose-us {
	max-width: 940px;
}

.choose-us__title {
	font-size: 48px;
	line-height: 72px;
	margin-bottom: 32px;
}

.choose-us__desc {
	font-size: 20px;
	line-height: 30px;
}

.choose-us__img {
	width: 528px;
	height: 402.54px;
}

.who-we-are {
	max-width: 940px;
	padding-bottom: 20px;
}

.who-we-are__title {
	font-size: 48px;
	line-height: 72px;
}

.who-we-are__subTitle {
	font-size: 20px;
	line-height: 30px;
}

.who-we-are__item {
	width: 300px;
	height: 391px;
	margin-bottom: 20px;
}

.who-we-are__item:not(:nth-child(3n+3)) {
	margin-right: 20px;
}

.about-counter__item {
	width: 235px;
	height: 235px;
}

.about-counter__item:not(:last-child) {
	margin-right: 0;
}

.about-thought {
	max-width: 940px;
	padding: 100px 0;
}

.about-thought__title {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 24px;
}

.about-thought__desc {
	font-size: 20px;
	line-height: 30px;
}

}

@media (max-width:991.98px) {

.header {
	padding: 12px 0;
	max-width: 688px;
}

.header__logo {
	width: 178px;
	height: 70px;
}

.header__nav-item:not(:last-child) {
	margin-right: 32px;
}

.header__nav-login {
	margin-left: 40px;
}

.footer {
	max-width: 688px;
}

.footer__wrapper {
	padding-bottom: 45px;
}

.main-screen {
	max-width: 688px;
	padding: 56px 0;
	flex-wrap: wrap;
}

.main-screen__wrapper {
	min-height: 1274px;
}

.main-screen__info {
	max-width: 573px;
}

.main-screen__info-title {
	font-size: 64px;
	line-height: 90px;
	margin: 0 0 33px;
}

.main-screen__arrowDown-link {
	bottom: -50px;
}

.main-screen__preview {
	top: 32px;
}

.main-screen__preview-wrapper {
	flex: inherit;
}

.main-screen__preview-social-wrapper {
	bottom: -318px;
	left: 0;
}

.main-screen__images-img--instals {
	width: 140.75px;
	height: 102.99px;
}

.main-screen__images-img--gallery {
	width: 329.88px;
	height: 439.3px;
	top: 33px;
}

.main-screen__images-img--features {
	width: 159.5px;
	height: 63.8px;
	bottom: 0;
	top: 324px;
	left: 230px;
}

.main-screen__images-img--phone {
	width: 195.04px;
	height: 391.17px;
	bottom: 0;
	top: 176px;
}

.expand-presence {
	max-width: 683px;
	padding: 100px 0;
}

.expand-presence__wrapper {
	max-width: 688px;
}

.expand-presence__video:after {
	width: 329.03px;
	height: 302px;
	top: -33px;
}

.expand-presence__desc {
	font-size: 18px;
	line-height: 27px;
}

.expand-presence__desc-wrapper {
	max-width: 293px;
}

.key-features {
	flex-wrap: wrap;
	max-width: 688px;
	height: 1080px;
}

.key-features__title {
	margin-bottom: 24px;
}

.key-features__title-desc {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 70px;
}

.key-features__item {
	margin-bottom: 24px;
}

.key-features__item:nth-child(odd) {
	margin-right: 24px;
}

.features-steps {
	max-width: 688px;
}

.features-steps__item {
	max-width: 762px;
}

.features-steps__item:not(:last-child) {
	margin-bottom: 40px;
}

.features-steps__item-img {
	width: 413px;
	height: 315px;
}

.showcase__title {
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 16px;
}

.showcase__desc {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 60px;
}

.plans {
	max-width: 720px;
	flex-wrap: wrap;
}

.plans__wrapper {
	padding: 60px 0;
}

.plans__header-title {
	font-size: 16px;
	line-height: 24px;
}

.plans__header-arrow {
	width: 70px;
	margin: 0 20px 0 30px;
}

.plans__list {
	align-items: flex-start;
}

.plans__item:not(:last-child) {
	margin-right: 8px;
}

.plans__item:not(:first-child) .plans__item-desc {
	max-width: 105px;
}

.plans__item:nth-child(3) .plans__item-startedBtn,
.plans__item:nth-child(4) .plans__item-startedBtn {
	margin-top: 18px;
}

.plans__item {
	width: calc(174px - 48px);
}

.plans__item-limited {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 20px);
	padding: 7px 10px;
}

.plans__item-limited-title {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: .05em;
	max-width: 100%;
	margin-right: 0;
}

.plans__item-limited-desc {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}

.plans__item-header {
	height: 84px;
}

.plans__item-header-title {
	font-size: 16px;
	line-height: 24px;
	max-width: 138px;
}

.plans__item-header-subTitle {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

.plans__item-price {
	height: 100px;
}

.plans__item-price-value {
	font-size: 36px;
	line-height: 63px;
}

.plans__item-desc {
	max-width: 125px;
}

.plans__item-desc-item {
	margin-bottom: 16px;
}

.plans__item-desc-title {
	font-size: 12px;
	line-height: 18px;
}

.plans__item-startedBtn {
	width: 150px;
	height: 40px;
	font-size: 14px;
}

.convert-sites {
	max-width: 688px;
}

.convert-sites__title {
	margin-bottom: 32px;
}

.convert-sites__item {
	margin-bottom: 25px;
}

.convert-sites__item:not(:last-child) {
	margin-right: 50px;
}

.convert-sites__item-img {
	width: 74px;
	height: 83px;
}

.faq-form__wrapper {
	max-width: 688px;
	margin: 60px auto 60px auto;
}

.faq__wrapper {
	max-width: 688px;
}

.faq__sidebar-wrapper {
	display: none;
}

.about-main {
	max-width: 688px;
	padding: 60px 0 100px 0;
}

.about-main__title {
	font-size: 58px;
	line-height: 87px;
}

.about-main__title br {
	display: none;
}

.about-main__subTitle {
	margin-bottom: 60px;
}

.about-main__gallery-wrapper {
	margin-bottom: 100px;
}

.about-main__desc {
	font-size: 24px;
	line-height: 36px;
}

.choose-us {
	max-width: 688px;
	padding-bottom: 100px;
}

.choose-us__title {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 16px;
}

.choose-us__desc {
	font-size: 16px;
	line-height: 24px;
}

.choose-us__img {
	width: 393.07px;
	height: 299.67px;
}

.who-we-are {
	max-width: 688px;
	padding-bottom: 16px;
}

.who-we-are__title {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 16px;
}

.who-we-are__subTitle {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.who-we-are__item {
	width: 220px;
	height: 280px;
	margin-bottom: 14px;
}

.who-we-are__item:not(:nth-child(3n+3)) {
	margin-right: 14px;
}

.who-we-are__item-img {
	width: 120px;
	height: 120px;
	margin-bottom: 16px;
}

.about-counter {
	max-width: 688px;
	padding-bottom: 100px;
}

.about-counter__item {
	width: 172px;
	height: 172px;
	padding: 25px 0;
}

.about-counter__item-count {
	font-size: 32px;
	line-height: 48px;
}

.about-thought {
	max-width: 688px;
	padding: 80px 0;
}

.about-thought__label {
	font-size: 18px;
	line-height: 27px;
}

.about-thought__title {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
}

.about-thought__desc {
	font-size: 16px;
	line-height: 24px;
}

.about-anchor {
	height: 100px;
}

}

@media (max-width:767.98px) {

.header {
	max-width: 287px;
	padding: 10px 0;
}

.header__logo {
	width: 118px;
	height: 70px;
}

.header__icon-hamburger {
	display: flex;
	width: 20px;
	height: 20px;
}

.header__nav {
	position: fixed;
	right: 100%;
	height: 100%;
	top: 0;
	flex-direction: column;
	width: 100%;
	background-color: #000;
	align-items: center;
	justify-content: center;
	z-index: 98;
}

.header__nav-list {
	flex-direction: column;
}

.header__nav-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 32px;
}

.header__nav-login {
	margin-left: 0;
	margin-top: 48px;
}

.footer {
	max-width: 290px;
}

.footer__wrapper {
	padding-bottom: 30px;
}

.footer__top {
	flex-direction: column;
	justify-content: flex-start;
}

.footer__logo {
	margin: 0 auto 24px auto;
	display: block;
}

.footer__logo-wrapper {
	margin-bottom: 40px;
}

.footer__logo-desc {
	margin-right: 0;
	margin-bottom: 12px;
}

.footer__logo-desc-wrapper {
	flex-direction: column;
}

.footer__nav {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer__nav-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 32px;
}

.footer__bottom {
	flex-direction: column-reverse;
	justify-content: flex-start;
}

.footer__copyright {
	text-align: center;
}

.footer__copyright br {
	display: block;
}

.footer__social-list {
	margin-bottom: 40px;
	justify-content: center;
}

.main-screen {
	max-width: 287px;
	padding: 24px 0 40px;
}

.main-screen__wrapper {
	min-height: 881px;
}

.main-screen__info {
	max-width: 100%;
}

.main-screen__info-title {
	font-size: 24px;
	line-height: 44px;
	margin: 0 0 16px;
}

.main-screen__info-desc {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 24px;
}

.main-screen__info-desc>br {
	display: block;
}

.main-screen__info-form {
	margin-bottom: 16px;
}

.main-screen__info-form-input {
	padding: 16px 12px;
	font-size: 14px;
	line-height: 21px;
}

.main-screen__info-form-btn {
	max-width: 107px;
	padding: 16px 0;
	font-size: 14px;
	line-height: 21px;
}

.main-screen__info-footer-desc {
	font-size: 12px;
	line-height: 18px;
}

.main-screen__arrowDown-link {
	display: none;
}

.main-screen__preview {
	top: 20px;
}

.main-screen__preview-social-wrapper {
	bottom: -493px;
}

.main-screen__preview-social-desc {
	font-size: 16px;
	line-height: 24px;
}

.main-screen__images-img--instals {
	width: 90.42px;
	height: 66.16px;
	top: 0;
	right: 7px;
}

.main-screen__images-img--gallery {
	width: 211.92px;
	height: 282.21px;
	top: 22px;
	right: 38px;
}

.main-screen__images-img--features {
	width: 102.46px;
	height: 40.99px;
	top: 209px;
	right: 0;
	left: 0;
}

.main-screen__images-img--phone {
	width: 125.3px;
	height: 251.29px;
	top: 114px;
	right: 0;
}

.expand-presence {
	flex-direction: column;
	align-items: center;
	padding: 70px 0;
	max-width: 100%;
}

.expand-presence__wrapper {
	max-width: 100%;
}

.expand-presence__video:after {
	width: 291.62px;
	height: 254px;
	background-position: 50% 100%;
	top: -16px;
}

.expand-presence__video--inner {
	margin-top: 30px;
}

.expand-presence__desc {
	font-size: 16px;
	line-height: 24px;
	max-width: 100%;
}

.expand-presence__desc-wrapper {
	font-size: 16px;
	line-height: 24px;
	margin-top: 92px;
}

.expand-presence__desc-wrapper br {
	display: none;
}

.expand-presence__desc-title {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 18px;
}

.key-features {
	max-width: 287px;
	min-height: 1700px;
	/*height: 2888px;*/
}

.key-features__title {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 16px;
}

.key-features__title-wrapper {
	max-width: 100%;
}

.key-features__title-desc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 32px;
}

.key-features__item {
	max-width: 100%;
}

.key-features__item:nth-child(2) .key-features__item-inner {
	max-height: initial;
}

.key-features__item:nth-child(odd) {
	margin-right: 0;
}

.key-features__item:nth-child(3) {
	margin-top: 0;
}

.key-features__item:nth-child(2) {
	margin-top: 0;
}

.key-features__item:nth-child(2):hover ~ .key-features__item:nth-child(3) {
	margin-top: 0;
}

.key-features__item:hover .key-features__item-inner {
	max-height: initial;
	position: inherit;
	z-index: 0;
}

.key-features__item-inner {
	width: calc(100% - 48px);
	max-height: initial;
}

.key-features__item-desc {
	max-width: 100%;
}

.features-steps {
	max-width: 287px;
	margin: 40px auto 80px auto;
}

.features-steps__item {
	max-width: 100%;
}

.features-steps__item:not(:last-child) {
	margin-bottom: 0;
}

.features-steps__item-img {
	width: 419px;
	height: 278.72px;
}

.showcase__title {
	font-size: 32px;
	line-height: 44px;
}

.showcase__desc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.showcase__swiper-item {
	margin-bottom: 60px;
}

.plans {
	max-width: 290px;
}

.plans__header {
	justify-content: center;
}

.plans__header-title {
	font-size: 24px;
	line-height: 36px;
}

.plans__header-title--last {
	display: none;
}

.plans__header-arrow {
	display: none;
}

.plans__list {
	flex-wrap: wrap;
}

.plans__itemDesc {
	display: flex;
}

.plans__item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 20px;
}

.plans__item:not(:first-child) .plans__item-desc {
	max-width: 145px;
}

.plans__item:nth-child(5) {
	margin-top: 60px;
}

.plans__item {
	width: 100%;
}

.plans__item-limited {
	top: -58px;
}

.plans__item-header {
	height: 80px;
}

.plans__item-header-title {
	font-size: 20px;
	line-height: 30px;
	max-width: 173px;
}

.plans__item-header-subTitle {
	font-size: 14px;
	line-height: 21px;
	margin-top: 8px;
}

.plans__item-price {
	height: 115px;
}

.plans__item-price-value {
	font-size: 42px;
	line-height: 63px;
}

.plans__item-desc {
	max-width: 177px;
	margin-bottom: 20px;
}

.plans__item-desc-arrow {
	margin-right: 15px;
	margin-left: -30px;
}

.plans__item-desc-title {
	font-size: 14px;
	line-height: 18px;
}

.plans__item-startedBtn {
	width: 185px;
	height: 44px;
}

.convert-sites {
	max-width: 270px;
	flex-wrap: wrap;
}

.convert-sites__wrapper {
	padding: 60px 0;
}

.convert-sites__list {
	flex-wrap: wrap;
	justify-content: space-between;
}

.convert-sites__item {
	margin-bottom: 30px;
}

.convert-sites__item:not(:last-child) {
	margin-right: 0;
}

.convert-sites__item-img {
	width: 70px;
	height: 78px;
}

.contact-form {
	max-width: 280px;
}

.contact-form__wrapper {
	padding-bottom: 80px;
}

.contact-form__title {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 16px;
}

.contact-form__subTitle {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.contact-form__subTitle br {
	display: block;
}

.contact-form__input:not(:last-child) {
	margin-bottom: 16px;
}

.contact-form__input:last-child {
	margin-bottom: 24px;
}

.contact-form__anchor-link {
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 10px;
}

.faq-form__title {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 24px;
}

.faq-form__wrapper {
	max-width: 290px;
	margin: 24px auto 60px auto;
}

.faq-form__input {
	padding: 16px 12px 16px 45px;
	font-size: 14px;
	line-height: 21px;
}

.faq-form__btn {
	max-width: 76px;
	padding: 16px 0;
	font-size: 14px;
	line-height: 21px;
}

.faq-form__searchIcon {
	left: 15px;
	top: 17px;
}

.faq__wrapper {
	max-width: 290px;
}

.faq__content {
	max-width: 688px;
}

.faq__section-title {
	font-size: 24px;
	line-height: 36px;
}

.faq__accordeon-list {
	max-width: 290px;
	width: 100%;
}

.faq__accordeon-list-wrapper {
	flex-wrap: wrap;
}

.faq__accordeon-item input:checked ~ .faq__accordeon-item-inner .faq__accordeon-item-text {
	font-size: 14px;
	line-height: 21px;
	padding: 0 20px 16px;
}

.faq__accordeon-item-label {
	padding: 20px 16px;
}

.faq__footer {
	padding-bottom: 80px;
}

.faq__footer-anchor-link {
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 10px;
}

.about-main {
	max-width: 288px;
	padding: 40px 0 60px 0;
}

.about-main__title {
	font-size: 32px;
	line-height: 44px;
}

.about-main__subTitle {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.about-main__subTitle br {
	display: block;
}

.about-main__gallery-wrapper {
	margin-bottom: 60px;
}

.about-main__desc {
	font-size: 18px;
	line-height: 27px;
}

.about-main__desc br {
	display: none;
}

.choose-us {
	max-width: 288px;
	padding-bottom: 60px;
	flex-wrap: wrap;
}

.choose-us__desc {
	margin-bottom: 41px;
}

.choose-us__img {
	width: 289.94px;
	height: 221.05px;
}

.who-we-are {
	max-width: 288px;
	padding-bottom: 24px;
}

.who-we-are__subTitle {
	max-width: 288px;
	margin-bottom: 24px;
}

.who-we-are__item {
	width: 300px;
	height: 391px;
	margin-bottom: 0;
}

.who-we-are__item:not(:nth-child(3n+3)) {
	margin-right: 0;
}

.who-we-are__item-img {
	width: 180px;
	height: 180px;
	margin-bottom: 32px;
}

.about-counter {
	max-width: 288px;
	padding-bottom: 60px;
}

.about-counter__list {
	flex-wrap: wrap;
}

.about-counter__item {
	width: 235px;
	height: 235px;
	padding: 50px 0 40px 0;
}

.about-counter__item-count {
	font-size: 42px;
	line-height: 63px;
}

.about-thought {
	max-width: 288px;
	padding: 60px 0 400px;
}

.about-thought__wrapper:after {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url("../images/about-thought-bg-small.png");
}

.about-anchor {
	height: 60px;
}

.about-anchor__link {
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 10px;
}

}

@media only screen and (max-width:767.98px) and (-webkit-min-device-pixel-ratio:2) {

.about-thought__wrapper:after {
	background-image: url("../images/about-thought-bg-small@2x.png");
}

}

@media only screen and (max-width:767.98px) and (-webkit-min-device-pixel-ratio:3) {

.about-thought__wrapper:after {
	background-image: url("../images/about-thought-bg-small@3x.png");
}

}


#myTopBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #40c2ff; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#dimmer {
	background: #000;
	opacity: 0.5;
	position: fixed; /* important to use fixed, not absolute */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999; /* may not be necessary */
}

.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

	.loader:before {
		width: 50%;
		height: 50%;
		background: #ffffff;
		border-radius: 100% 0 0 0;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
	}

	.loader:after {
		background: #000;
		width: 75%;
		height: 75%;
		border-radius: 50%;
		content: '';
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
