html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}
#landing-promo h1, #landing-promo h2, #landing-promo h3 {
    color: inherit;
    font-weight: inherit;
    font-family: TondoCorp, sans-serif;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

.land__products {
  position: relative;
/*   margin-bottom: 140px; */
  padding-top:50px;
  padding-bottom:120px;
}

.land__products-container {
  max-width: 1290px;
  margin: 0 auto;
}

.land__products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.land__products-title {
  font-size: 64px;
  line-height: 1.3;
  color: #1C2E36;
  margin: 0;
}

.land__products-link-all {
  background-color: transparent;
  border: none;
  color: #FFF;
}

.land__products-link-all:hover {
  opacity: .7;
  text-decoration: none;
}

.land__products-link-all-label {
  border-bottom: 1px solid rgba(28, 46, 54, 0.3);
  padding-bottom: 5px;
}
.land__products-link-icon {
  margin-left: 15px;
}

.land__products-list {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.land__products-item {
	border: 1px solid #F4F4F4;
    padding: 20px;
}

.land__products-item a {
	text-decoration: none;
}

.land__products-item-img-container {
  /* background: url('./img/product-bg.png') no-repeat; */
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  /* padding: 20px; */
}
.land__products-item-img-wrap img {
	width: 100%!important;
	height: auto;
}
.land__products-item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.land__products-item-img-container:hover .land__products-item-img-text {
  opacity: 1;
}
.land__products-item-img {
	width: 100%!important;
	height: auto
}
.land__products-item-img-wrap {
  position: relative;
}

.land__products-item-img-text {
  transition: opacity 200ms;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 290px;
  height: 290px;
  background: url('../img/products-blur.svg') no-repeat;
  background-size: contain;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 40px;
}

.land__products-item-collection-name {
  font-size: 11px;
  line-height: 16px;
  color: rgba(28, 46, 54, 0.5);
  margin: 0;
  margin-bottom: 5px!important;
  letter-spacing: 3.5px;
  text-transform: uppercase
}

.land__products-item-name {
  font-size: 15px;
  line-height: 22px;
  color: #1c2e36;
  margin: 0;
  margin-bottom: 10px!important;
  min-height: 45px;
}

.land__products-item-num {
  font-size: 11px;
  line-height: 1;
  color: rgba(28, 46, 54, 0.5);
  margin-bottom: 20px!important;
}

.land__products-img-pm {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(80%);
}
.landing__slide-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    color: #1c2e36;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.27px;
    text-transform: uppercase;
	border: 1px solid #1c2e36;
}
.landing__slide-link:hover {
    color: #fff;
    background-color: #1c2e36;
}
summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-weight: 300;
	font-family: TondoCorp;
	font-display: swap;
	font-style: normal;
	src: url(../fonts/TondoCorp-Light.ttf) format("truetype"), url(../fonts/TondoCorp-Light.woff) format("woff")
}

@font-face {
	font-weight: 400;
	font-family: TondoCorp;
	font-display: swap;
	font-style: normal;
	src: url(../fonts/TondoCorp-Regular.ttf) format("truetype"), url(../fonts/TondoCorp-Regular.woff) format("woff")
}

@font-face {
	font-weight: 700;
	font-family: TondoCorp;
	font-display: swap;
	font-style: normal;
	src: url(../fonts/TondoCorp-Bold.ttf) format("truetype"), url(../fonts/TondoCorp-Bold.woff) format("woff")
}

* {
	box-sizing: border-box;
	outline: none;
	transition: all .2s
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
	overflow-x: hidden
}

body {
	position: relative;
	min-width: 320px
}

#landing-promo h1,
#landing-promo h2,
#landing-promo h3,
#landing-promo h4,
#landing-promo h5,
#landing-promo h6,
#landing-promo p {
	margin: 0
}

#landing-promo ul {
	margin: 0;
	padding-left: 0;
	list-style: none
}

#landing-promo a {
	text-decoration: none
}

button {
	font-weight: inherit;
	background-color: transparent;
	cursor: pointer
}

button,
fieldset {
	padding: 0;
	border: none
}

fieldset {
	margin: 0
}

body {
	font-family: TondoCorp, sans-serif
}

.fixed {
	overflow: hidden
}
.color-white{
	color:white;
}
.color-ampm{
	color:#1c2e36;
}
#landing-promo .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 32px;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0
}

#landing-promo .modal--show {
	z-index: 10000;
	opacity: 1
}

#landing-promo .modal__btn-close {
	position: absolute;
	top: 32px;
	right: 32px
}

#landing-promo .modal__video {
	width: 100%;
	max-width: 1024px
}

#landing-promo .section-1 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	max-width: 1920px;
	color: #fff;
	text-align: center;
	background-size: cover
}

#landing-promo .section-1__video-bg {
	width: 100%;
	height: 100%
}

#landing-promo .section-1__content {
	position: absolute
}

#landing-promo .section-1__title {
	margin-bottom: 20px;
	font-family: TondoCorp, sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

#landing-promo .section-1__subtitle {
	font-weight: 400;
	font-size: 50px;
	line-height: 1
}

@media (max-width:767.98px) {
	#landing-promo .section-1 {
		min-height: 900px;
		background: url(../img/bg6b46a05d6d543a7674d08b2279a96f25.png) 0 no-repeat
	}
	#landing-promo .section-1__video-bg {
		display: none
	}
}

@media (max-width:575.98px) {
	#landing-promo .section-1__title {
		font-size: 50px
	}
	#landing-promo .section-1__subtitle {
		font-size: 30px
	}
}

#landing-promo .section-2 {
	display: flex;
	justify-content: center;
	min-height: 800px;
	color: #fff;
	background: url(../img/bgbeee36275863d49202ea62a6f9d253b4.svg) 50% no-repeat;
	background-color: #1c1c1e;
	padding-right: 16px;
	padding-left: 16px
}

#landing-promo .section-2__wrap {
	max-width: 460px;
	margin-top: 120px;
	text-align: center
}

#landing-promo .section-2__title {
	margin-bottom: 30px;
	font-size: 60px;
	line-height: 1.3
}

#landing-promo .section-2__text {
	font-size: 18px;
	line-height: 1.5
}

@media (max-width:575.98px) {
	#landing-promo .section-2 {
		min-height: auto;
		margin: 0 -200px;
		background-size: cover
	}
	#landing-promo .section-2__wrap {
		max-width: 280px;
		margin-top: 100px;
		margin-bottom: 100px
	}
	#landing-promo .section-2__title {
		font-size: 25px
	}
	#landing-promo .section-2__text {
		font-size: 14px
	}
}

#landing-promo .section-3 {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 956px;
	background: url(../img/bge0a502c5925a4f2db81b2846b8764b84.png) 100% no-repeat;
	background-size: cover
}

#landing-promo .section-3__cloud {
	position: absolute;
	z-index: 10;
	width: 60%;
	max-width: 871px;
}



@media (max-width:846.92px) {
	#landing-promo .section-3__cloud {
		width: 80%
	}
}

#landing-promo .section-3__content {
	z-index: 10;
	max-width: 520px;
	margin-top: 300px;
	margin-left: 160px;
	color: #fff
}

@media (max-width:1549.92px) {
	#landing-promo .section-3__content {
		max-width: 400px
	}
}

@media (max-width:1089.92px) {
	#landing-promo .section-3__content {
		margin-top: 25%
	}
}

#landing-promo .section-3__mob-bg {
	display: none
}

#landing-promo .section-3__title {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 1.3
}

#landing-promo .section-3__text {
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.5
}

@media (max-width:1549.92px) {
	#landing-promo .section-3__text {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	#landing-promo .section-3__content {
		margin-left: 15px
	}
}

@media (max-width:767.98px) {
	#landing-promo .section-3__content {
		margin-left: 0;
		padding-right: 16px;
		padding-left: 16px
	}
}

@media (max-width:575.98px) {
	#landing-promo .section-3__cloud {
		display: none
	}
	.land__products-header {
	    flex-direction: column;
	    align-items: flex-start;
	  }
	
	  .land__products-link-all {
		margin-top: 10px;
		padding: 0 15px;
	  }
	
	  .land__reviews-header {
	    flex-direction: column;
	    align-items: flex-start;
	  }
	#landing-promo .section-3 {
		min-height: auto;
		text-align: center;
		background: none;
		background-color: #000;
		background-size: cover
	}
	#landing-promo .section-4__content, #landing-promo .section-5__content, #landing-promo .section-6__content{
		margin-left:0 !important;
		max-width: none !important;
	}
	#landing-promo .section-3__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: none;
		margin-top: 0;
		margin-bottom: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-left:0 !important;
		max-width: none !important;
		background: url(../img/cloud5575fef883755093461608e2555cb170.png) 0 no-repeat;
		background-size: cover
	}
	#landing-promo .section-3__mob-bg {
		position: relative;
		display: block;
		width: 100%;
		height: 290px;
		background: url(../img/bg-mobf82ed38076b4ad28de63bd40ca14b403.png) 100% no-repeat
	}
	#landing-promo .section-3__mob-bg:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: linear-gradient(180deg, #0f1216, rgba(15, 18, 22, 0));
		content: ""
	}
	#landing-promo .section-3__mob-bg:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: linear-gradient(180deg, rgba(15, 18, 22, 0), #0f1216);
		content: ""
	}
	#landing-promo .section-3__title {
		font-size: 32px;
		font-size: 25px
	}
	#landing-promo .section-3__text {
		font-size: 16px;
		font-size: 14px
	}
}

@media (max-width:575.98px) {
	#landing-promo .section-3__btn-to-video {
		font-size: 14px
	}
	#landing-promo .section-3__btn-to-video .btn-to-video__icon {
		width: 20px;
		height: 20px;
		margin-left: 10px
	}
}

.btn-to-video {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 1
}

.btn-to-video__icon {
	margin-left: 15px
}

#landing-promo .section-4 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 983px;
	background-size: cover!important
}

#landing-promo .section-4__content {
	z-index: 10;
	max-width: 630px;
	margin-left: 160px;
	color: #fff
}

@media (max-width:1791.92px) {
	#landing-promo .section-4__content {
		max-width: 400px
	}
}



#landing-promo .section-4__mob-bg {
	display: none;
	width: 100vw;
	height: 312px;
	margin: 0 -16px;
	background-size: cover!important
}

#landing-promo .section-4__title {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 1.3
}

@media (max-width:1549.92px) {
	#landing-promo .section-4__title {
		font-size: 25px
	}
}

#landing-promo .section-4__text {
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.5
}



#landing-promo .section-4__btns-color,
#landing-promo .section-4__btns-size {
	display: flex;
	text-align: center
}

#landing-promo .section-4__btns-color>:not(:last-child),
#landing-promo .section-4__btns-size>:not(:last-child) {
	margin-right: 30px
}

#landing-promo .section-4__btns-color>*,
#landing-promo .section-4__btns-size>* {
	position: relative;
	max-width: 50px;
	cursor: pointer
}

#landing-promo .section-4__btn-color-circle,
#landing-promo .section-4__btn-size {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

#landing-promo .section-4__btn-size {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 1;
	border: 1px solid #fff
}

#landing-promo .section-4__btn-size:hover:not(.section-4__btn-size--active):after {
	opacity: 1
}

#landing-promo .section-4__btn-size:after {
	position: absolute;
	bottom: -20px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
	content: ""
}

#landing-promo .section-4__btn-size--active {
	color: #1e1e1e;
	background-color: #fff
}

#landing-promo .section-4__btns-size {
	margin-bottom: 50px
}

#landing-promo .section-4__btn-color:first-child .section-4__btn-color-circle {
	background-color: #fff
}

#landing-promo .section-4__btn-color:nth-child(2) .section-4__btn-color-circle {
	background-color: #c9bebd
}

#landing-promo .section-4__btn-color:nth-child(3) .section-4__btn-color-circle {
	background-color: #4e5659
}

#landing-promo .section-4__btn-color:hover:not(.section-4__btn-color--active):after {
	opacity: 1
}

#landing-promo .section-4__btn-color:after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	transform: translateY(50%);
	opacity: 0;
	content: ""
}

#landing-promo .section-4__btn-color--active .section-4__btn-color-label {
	color: #1e1e1e;
	background-color: #fff
}

#landing-promo .section-4__btn-color-label {
	position: absolute;
	left: 50%;
	padding: 4px 10px;
	line-height: 1;
	border-radius: 10px;
	transform: translateX(-50%)
}

#landing-promo .section-4__btn-color-circle {
	display: inline-block;
	margin-bottom: 10px
}

@media (max-width:1199.98px) {
	#landing-promo .section-4 {
		justify-content: center;
		min-height: auto
	}
	#landing-promo .section-4__content {
		margin-left: 0
	}
	#landing-promo .section-4 {
		flex-direction: column;
		padding-top: 40px;
		background: #000!important
	}
	#landing-promo .section-4__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: none;
		text-align: center
	}
	#landing-promo .section-4__btns-color,
	#landing-promo .section-4__btns-size {
		justify-content: center
	}
	#landing-promo .section-4__btns-color {
		margin-bottom: 70px
	}
	#landing-promo .section-4__btn-color-label {
		font-size: 12px
	}
	#landing-promo .section-4__title {
		font-size: 25px
	}
	#landing-promo .section-4__text {
		margin-bottom: 20px;
		font-size: 14px
	}
	#landing-promo .section-4__mob-bg {
		display: block
	}
}

.section-4__btn-to-video {
	margin-bottom: 30px
}

@media (max-width:1199.98px) {
	.section-4__btn-to-video {
		justify-content: center;
		font-size: 14px
	}
	.section-4__btn-to-video .btn-to-video__icon {
		width: 20px;
		height: 20px;
		margin-left: 10px
	}
}

#landing-promo .section-5 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 950px;
	background: url(../img/bg5cd5f4ae4012e3510a6f09f1f58c8b93.jpg) 100% no-repeat;
	background-size: cover
}

#landing-promo .section-5__cloud {
	position: absolute;
	bottom: 75px
}

@media (max-width:1399.92px) {
	#landing-promo .section-5__cloud {
		opacity: .8
	}
}

#landing-promo .section-5__content {
	z-index: 10;
	max-width: 520px;
	margin-left: 160px;
	color: #fff
}

#landing-promo .section-5__mob-bg {
	display: none;
	width: 100vw;
	height: 290px;
	margin: 0 -16px;
	background: url(../img/bg-mob8eef869b66415b39f090afdb5da77f8c.png) 100% no-repeat;
	background-size: cover
}

#landing-promo .section-5__title {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 1.3
}

#landing-promo .section-5__text {
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.5
}

@media (max-width:767.98px) {
	#landing-promo .section-5 {
		justify-content: center
	}
	#landing-promo .section-5__content {
		margin-left: 0
	}
}

@media (max-width:575.98px) {
	#landing-promo .section-5__cloud {
		display: none
	}
	#landing-promo .section-5 {
		flex-direction: column;
		min-height: auto;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		background: none;
		background-color: #000;
		background-size: cover
	}
	#landing-promo .section-5 br {
		display: none
	}
	#landing-promo .section-5__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: 467px;
		margin-top: 0;
		background: url(../img/clouda48acb426784fb05944098f449f35b73.png) 0 no-repeat;
		background-size: cover;
		padding: 40px 16px
	}
	#landing-promo .section-5__mob-bg {
		display: block
	}
	#landing-promo .section-5__title {
		margin-bottom: 20px;
		font-size: 25px
	}
	#landing-promo .section-5__text {
		margin-bottom: 20px;
		font-size: 14px
	}
}

@media (max-width:575.98px) {
	#landing-promo .section-5__btn-to-video {
		font-size: 14px
	}
	#landing-promo .section-5__btn-to-video .btn-to-video__icon {
		width: 20px;
		height: 20px;
		margin-left: 10px
	}
}

#landing-promo .section-6 {
	display: flex;
	flex-direction: column;
	background: url(../img/bg40c12808abc353fb0d2c1a1e8df89248.png) 50% no-repeat;
	background-size: cover
}

#landing-promo .section-6__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 630px;
	color: #fff;
	text-align: center
}

#landing-promo .section-6__content:first-child {
	align-items: flex-start;
	max-width: 520px;
	margin-top: 70px;
	margin-bottom: 630px;
	margin-left: 160px;
	text-align: left
}

@media (max-width:1499.92px) {
	#landing-promo .section-6__content:first-child {
		z-index: 20;
/* 		margin-top: -30px */
	}
}

#landing-promo .section-6__content:nth-child(3) {
	align-self: center;
	margin-bottom: 765px
}

#landing-promo .section-6__content:nth-child(5) {
	align-self: center;
	margin-bottom: 785px
}

#landing-promo .section-6__mob-bg {
	display: none;
	width: 100vw;
	background-size: cover
}

#landing-promo .section-6__mob-bg:nth-child(2) {
	position: relative;
	height: 279px;
	margin-bottom: 40px;
	background: url(../img/bg-mob-17a06816febef8572a9878550df90eacf.png) 100% no-repeat
}

#landing-promo .section-6__mob-bg:nth-child(2):before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, #0f1216, rgba(15, 18, 22, 0));
	content: ""
}

#landing-promo .section-6__mob-bg:nth-child(2):after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, rgba(15, 18, 22, 0), #0f1216);
	content: ""
}

#landing-promo .section-6__mob-bg:nth-child(4) {
	position: relative;
	height: 352px;
	margin-bottom: 40px;
	background: url(../img/bg-mob-2827a12e149124243c77c1519ee7e0376.png) 100% no-repeat
}

#landing-promo .section-6__mob-bg:nth-child(4):before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, #0f1216, rgba(15, 18, 22, 0));
	content: ""
}

#landing-promo .section-6__mob-bg:nth-child(4):after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, rgba(15, 18, 22, 0), #0f1216);
	content: ""
}

#landing-promo .section-6__mob-bg:nth-child(6) {
	position: relative;
	height: 292px;
	background: url(../img/bg-mob-3d85613aad7d5e3bd50d4ab27b1ccfdad.png) 100% no-repeat
}

#landing-promo .section-6__mob-bg:nth-child(6):before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, #0f1216, rgba(15, 18, 22, 0));
	content: ""
}

#landing-promo .section-6__title {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 1.3
}

#landing-promo .section-6__text {
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.5
}

@media (max-width:767.98px) {
	#landing-promo .section-6 {
		justify-content: center;
		padding-right: 16px;
		padding-left: 16px
	}
	#landing-promo .section-6__content:first-child {
		align-items: center;
		align-self: center;
		max-width: 630px;
		margin-left: 0;
		text-align: center
	}
}

@media (max-width:575.98px) {
	#landing-promo .section-6 {
		flex-direction: column;
		min-height: auto;
		padding-top: 40px;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		background: none;
		background-color: #000;
		background-size: cover
	}
	#landing-promo .section-6 br {
		display: none
	}
	#landing-promo .section-6__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: auto;
		margin-top: 0!important;
		margin-bottom: 0!important;
		padding-bottom: 40px;
		background-size: cover;
		padding-right: 16px;
		padding-left: 16px
	}
	#landing-promo .section-6__content:first-child {
		background: url(../img/cloud-17ec605470ca3501ece72503426425e3f.png) 0 no-repeat
	}
	#landing-promo .section-6__content:nth-child(5) {
		background: url(../img/cloud-23421d8efcd0a4332a69c9498ffc29c1e.png) 100% no-repeat
	}
	#landing-promo .section-6__mob-bg {
		display: block
	}
	#landing-promo .section-6__title {
		margin-bottom: 20px;
		font-size: 25px;
		padding: 0 15px;
	}
	#landing-promo .section-6__text {
		margin-bottom: 20px;
		font-size: 14px
	}
}

@media (max-width:575.98px) {
	#landing-promo .section-6__btn-to-video {
		font-size: 14px
	}
	#landing-promo .section-6__btn-to-video .btn-to-video__icon {
		width: 20px;
		height: 20px;
		margin-left: 10px
	}
}

#landing-promo .slider-section {
	overflow-x: hidden;
	background: url(../img/shape6979ad383c2d3c52c58d073d29454985.png) 100% 100% no-repeat
}

#landing-promo .slider-section__container {
	max-width: 1290px;
	margin: 0 auto
}

#landing-promo .slider-section__title {
	margin: 0;
	color: #1c2e36;
	font-weight: 400;
	font-size: 40px;
	line-height: 1
}

#landing-promo .slider-section__header {
	margin-bottom: 50px;
	text-align: center
}

#landing-promo .slider-section__views-wrap {
	position: relative;
	margin-bottom: 110px
}

#landing-promo .slider-section__btn-prev {
	left: 0;
	transform: translate(50%, -50%)
}

#landing-promo .slider-section__btn-next {
	right: 0;
	transform: translate(-50%, -50%)
}

#landing-promo .slider-section__btn-next,
#landing-promo .slider-section__btn-prev {
	position: absolute;
	top: 50%;
	z-index: 1000000000;
	padding: 0;
	background: transparent;
	border: none
}

#landing-promo .slider-section__btn-next:focus,
#landing-promo .slider-section__btn-prev:focus {
	outline: none
}

#landing-promo .slider-section__views {
	padding: 0 32px
}

#landing-promo .slider-section__item {
	display: flex;
	max-width: 1090px;
	margin: 0 auto;
	padding: 60px 70px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(55, 70, 106, .25)
}

#landing-promo .slider-section__item-content-left {
	min-width: 170px;
	margin-right: 50px
}

#landing-promo .slider-section__img-container {
	display: flex;
	justify-content: center
}

#landing-promo .slider-section__item-content {
	display: flex
}

#landing-promo .slider-section__views.owl-carousel .owl-stage-outer {
	overflow: visible
}

#landing-promo .slider-section__item-name {
	margin: 0 0 10px;
	color: #1c2e36;
	font-size: 22px;
	line-height: 1
}

#landing-promo .slider-section__item-header {
	margin-bottom: 40px
}

#landing-promo .slider-section__item-num {
	margin: 0;
	color: rgba(28, 46, 54, .5);
	font-size: 11px;
	line-height: 1
}

#landing-promo .slider-section__item-img {
	margin-right: 70px
}

#landing-promo .slider-section__item-stars {
	display: flex;
	margin-bottom: 10px;
	padding-left: 0;
	list-style: none
}

#landing-promo .slider-section__item-star-li:not(:last-child) {
	margin-right: 5px
}

#landing-promo .slider-section__item-user-name {
	margin-bottom: 5px;
	color: #1c2e36;
	font-size: 15px;
	line-height: 1
}

#landing-promo .slider-section__item-date {
	margin-bottom: 30px;
	color: rgba(28, 46, 54, .5);
	font-size: 11px;
	line-height: 1
}

#landing-promo .slider-section__item-subtitle {
	margin-bottom: 5px;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	line-height: 1
}

#landing-promo .slider-section__item-text {
	margin: 0;
	color: #1c2e36;
	font-size: 13px;
	line-height: 1.5
}

#landing-promo .slider-section__item-content-box {
	margin-bottom: 20px
}

#landing-promo .slider-section__item-logo-container {
	max-width: 100px
}

#landing-promo .slider-section__item-logo {
	width: 100%;
	height: auto
}

#landing-promo .slider-section__am-img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -10
}

#landing-promo .slider-section__bubble-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 20vw;
	max-width: 217px;
	transform: translateY(50%)
}

#landing-promo .slider-section__item-block:first-child {
	margin-bottom: 20px
}

#landing-promo .slider-section__item-block:nth-child(2) {
	margin-bottom: 44px
}

#landing-promo .owl-carousel .owl-item img {
	width: auto
}

@media (max-width:991.98px) {
	#landing-promo .slider-section__item {
		flex-direction: column;
		padding: 60px 20px
	}
	#landing-promo .slider-section__item-content {
		flex-direction: column
	}
	#landing-promo .slider-section__btn-next,
	#landing-promo .slider-section__btn-prev {
		top: 0
	}
	#landing-promo .slider-section__item-img {
		align-self: center;
		max-width: 320px;
		margin-right: 0;
		margin-bottom: 40px
	}
	#landing-promo .slider-section__img {
		width: 100%!important;
		height: auto
	}
}

@media (max-width:575.98px) {
	#landing-promo .slider-section__header {
		flex-direction: column;
		align-items: flex-start
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../img/owl.video.play97c0fc2d4a756558239066c12eafe24f.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

#landing-promo {
	max-width: 1920px;
	margin: 0 auto
}

.landing-promo__slider-section {
	padding-top: 110px
}

@media (max-width:1549.92px) {
	#landing-promo .section-4__content {
		max-width: 300px;
		margin-left: 50px
	}
	#landing-promo .section-3__content, #landing-promo .section-5__content {
		max-width: 300px;
		margin-left: 50px
	}
	#landing-promo .section-6__content:first-child {
		max-width: 300px;
		margin-left: 50px
	}
}

@media (max-width:1549.92px) {
	#landing-promo .section-3__title{
		font-size: 25px
	}
	#landing-promo .section-5__title{
		font-size: 25px;
	}
	#landing-promo .section-6__content:first-child .section-6__title{
		font-size: 25px;
	}

}

@media (max-width:1549.92px) {
	#landing-promo .section-4__text {
		font-size: 14px
	}
	#landing-promo .section-5__text {
		font-size: 14px
	}
	#landing-promo .section-6__content:first-child .section-6__text {
		font-size: 14px
	}
}
@media (max-width:1549.92px) {
	#landing-promo .section-3__cloud {
		opacity: .8;
	    margin-left: -20%;
	}
	#landing-promo .section-5__cloud {
		opacity: .8;
	    margin-left: -20%;
	}
	
}
.middle--no-sideleft .content{
	max-width: none;
}
header, .company-wrap, footer{
	font-family: proxima_nova_ltlight;
}
