#block2000 {
  box-shadow: 0 0 80px rgba(0,0,0,0.25);
  max-width: 2000px;
  margin: auto;
  overflow: hidden;
}

#header {
  background: url("../../assets/img/header-bg.jpg") top / auto no-repeat;
  min-height: 750px;
  position: relative;
  overflow: hidden;
}

.txt18 {
  font-size: 18px;
  line-height: 24px;
}

.txt20 {
  font-size: 20px;
  line-height: 26px;
}

.semibold {
  font-family: Gilroy-Semibold;
}

.medium {
  font-family: Gilroy-Medium;
}

.txt16 {
  font-size: 16px;
  line-height: 20px;
}

.light {
  font-family: Gilroy-Light;
}

.txt22 {
  font-size: 22px;
  line-height:28px;
}

.txt24 {
  font-size: 24px;
}

@media (max-width: 575px) {
  .txt40 {
    font-size: 30px;
    line-height: 40px;
  }
  .txt36 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt40 {
    font-size: 36px;
    line-height: 46px;
  }
  .txt36 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .txt40 {
    font-size: 40px;
    line-height: 50px;
  }
  .txt36 {
    font-size: 36px;
    line-height: 45px;
  }
}

.bold {
  font-family: Gilroy-Bold;
}

@media (max-width: 991px) {
  #title-row {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  #title-row {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .txt30 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .txt30 {
    font-size: 30px;
    line-height: 36px;
  }
}

.blue {
	color:#396df4;
}

.uppercase {
  text-transform: uppercase;
}

.blue-btn:hover {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #3bb6ff, #077fe5);
}

.blue-btn {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #009bf7, #077fe5);
  position: relative;
  overflow: hidden;
}

.blue-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 2s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}


.rodion {
  position: absolute;
  bottom: 0;
  left: 400px;
  right: 0;
  margin: auto;
  z-index: 0;
}

@media (min-width: 768px) and (max-width:991px) {
  .rodion {
    width: 500px;
    left: 370px;
  }
}

@media (min-width: 0px) and (max-width:767px) {
  .rodion {
    width: 400px;
    left: 0;
  }
}

@media (max-width:767px) {
  #header {
    background: url("../../assets/img/header-bg.jpg") top / cover no-repeat;
    padding-bottom: 550px;
  }
}

#orders {
  min-height: 900px;
}

.dark {
  color: #181723;
}

.regular {
  font-family: Gilroy-Regular;
}

.astonishment {
  position: absolute;
  right: -150px;
  top: -30px;
}

.padding {
  height: 120px;
}

@media (min-width: 992px) and (max-width:1199px) {
  .astonishment {
    top: 50px;
  }
}

.stop-block {
  padding-left: 100px;
  position: relative;
  z-index: 0;
}

.line-through {
  text-decoration: line-through;
}

@media (max-width: 575px) {
  .stop-block img {
    position: absolute;
    left: -10px;
    bottom: -50px;
  }
}

@media (min-width: 576px) {
  .stop-block img {
    position: absolute;
    left: -10px;
    top: 0;
  }
}

.select-black {
  display: inline;
  background-color: #000;
  box-shadow: -10px 0 0 #000, 10px 0 0 #000;
}

.white-select {
  display: inline;
  background-color: #fff;
  box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
  line-height: 32px;
}

@media (min-width: 992px) and (max-width:1199px) {
  .creo {
    margin-top: -50px;
    margin-left: -40px;
  }
}

@media (min-width: 1200px) {
  .creo {
    margin-top: -50px;
    margin-left: -80px;
  }
}

#order-price {
  background: url("../../assets/img/block-4-bg.jpg") 50% -80px / auto no-repeat;
  padding-top: 70px;
  padding-bottom: 160px;
}

.phone-mockup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media (min-width: 1200px) {
	.phone-mockup {
		top: -70px;
	}
}
@media (max-width: 1199px) {
	.phone-mockup {
		top: 0px;
	}
}
@media (min-width: 576px) and (max-width:991px) {
.mockup-ipad {
	border: 0px solid green;
	height:400px;
}}
@media (max-width: 575px) {
.mockup-ipad {
	border: 0px solid green;
	height:300px;
}}

.play-btn {
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	transform: scale(0.5);
	transition: all 0.3s ease-in-out;
	animation: pulse  2s infinite ease-in-out;
}
.play-btn:hover {
	transform: scale(0.9);
	transition: all 0.3s ease-in-out;
	animation: pulse  0s infinite ease-in-out;;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
  }
  50% {
	transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}

#video .modal-body {
	padding:0;
}

#carousel-report {
  z-index: 1;
  min-height: 170px;
}

@media (max-width: 575px) {
  .carousel-position {
    max-width: 87%;
    margin: 100px auto 70px auto;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .carousel-position {
    max-width: 430px;
    margin: 100px auto 70px auto;
  }
}

@media (min-width: 992px) {
  .carousel-position {
    margin: 100px 50px 0 50px;
  }
}

#carousel-report .carousel-control-next, #carousel-report .carousel-control-prev {
  top: initial;
  bottom: -30px;
}

#carousel-report .carousel-indicators {
  bottom: -50px;
}

#carousel-report .carousel-indicators li {
  background-color: #000;
  opacity: 0.2;
  max-width: 20px;
}

#carousel-report .carousel-indicators li.active {
  opacity: 1;
}

.carousel-control-prev img {
  transform: rotate(180deg);
}

.content-body-shadow {
  background: #fff;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  border-radius: 25px;
  padding: 20px 50px 50px;
  position: relative;
  z-index: 2;
}

.man-think {
  margin-top: -50px;
  margin-left: -50px;
  position: relative;
}

.cloud {
  position: absolute;
  z-index: 0;
  left: -50px;
  top: 0;
}

@media (max-width: 991px) {
  .funnel {
    width: 300px;
    position: absolute;
    top: 10px;
    left: -100px;
    right: -100px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .funnel {
    position: absolute;
    top: -50px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .phone-mockup {
    width: 97%;
  }
}

.phone-slider {
  /*position: relative;*/
  max-width: 450px;
}

@media (max-width: 991px) {
  .content-body-shadow {
    padding-bottom: 390px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .cloud {
    width: 360px;
    height: 95px;
  }
}

@media (max-width: 575px) {
  .cloud {
    width: 180px;
    height: 130px;
  }
}

@media (max-width: 575px) {
  .cloud-txt {
    margin-left: -30px;
    max-width: 130px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .phone-mockup {
    width: 95%;
  }
}

@media (max-width: 575px) {
  .phone-mockup {
    width: 93%;
  }
}

#carousel-report .carousel-control-next {
  right: 20px;
}

#carousel-report .carousel-control-prev {
  left: 20px;
}

@media (max-width: 575px) {
  #order-price .container {
    max-width: 360px;
  }
}

#cta {
  background: url("../../assets/img/arrow-bg.png") top no-repeat, url("../../assets/img/CTA-bg2.jpg") top / cover no-repeat;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

@media (min-width: 1200px) {
  .rodion-cta {
    position: absolute;
    left: 0px;
    right: 750px;
    bottom: 0;
    margin: auto;
    z-index: 0;
  }
}

@media (max-width:991px) {
  .rodion-cta {
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: auto;
    z-index: 0;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .rodion-cta {
    position: absolute;
    left: -570px;
    right: 0px;
    bottom: 0;
    margin: auto;
    z-index: 0;
  }
}

#modal-order .modal-header {
  background: #181723;
}

.text-input {
  background: #eee;
  padding: 30px 20px 33px;
  margin-bottom: 10px;
}

#modal-order .modal-body {
  padding: 20px 40px;
}

.close {
  color: #fff;
}

#success {
  background: url("../../assets/img/block-4-bg.jpg") top / auto no-repeat;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .rodion-success {
    width: 370px;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .rodion-success {
    position: absolute;
    top: 0;
    left: -530px;
    right: 0;
    margin: auto;
  }
}

.blue-btn img {
  filter: brightness(0%) invert(100%);
  transform: rotate(180deg);
  width: 30px;
}

@media (max-width: 767px) {
  #success .container {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  #success .container {
    padding-top: 200px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #success {
    padding-bottom: 660px;
  }
}

@media (max-width: 575px) {
  #success {
    padding-bottom: 650px;
  }
}

.steps-row {
	margin-top:80px;
}
.step-body {
	background:#fff;
	border-radius:20px;
	padding:30px 200px 30px 30px;
	position:relative;
	height:100%;
}

@media (min-width: 992px) and (max-width:1199px) {
	.step-body {
		padding:30px 250px 30px 30px;
	}
}

@media (min-width: 576px) and (max-width:767px) {
	.step-body {
		padding:30px 250px 30px 30px;
	}
}

@media (max-width: 575px) {
	.step-body {
		padding:30px;
		overflow:hidden;
	}
	.step-img {
		opacity: 0.3;
	}
}

.step-body p:not(.number-step) {
	position:relative;
	z-index:2;
}

.number-step {
	font-size:150px;
	line-height:100px;
	color:#181723;
	opacity:0.1;
	position:absolute;
	top:0;
	left:0;
}

.step-img {
	position:absolute;
	z-index:0;
}

.step-img-1, .step-img-3, .step-img-5 {
	bottom:0;
	right:0;
}
.step-img-2 {
	bottom:0;
	right:-70px;  
	
}

.step-img-4 {
	top:-10px;
	right:-50px;  
}

@media (min-width: 992px) and (max-width:1199px) {
	.step-img-4 {
		top:0;
		bottom:0;
		margin:auto;
	}
}

.step-body-stroke {
	border: 2px solid #fff;
	border-radius:20px;
	padding:30px;
	position:relative;
	height:100%;
}

#modal-order iframe {
	min-height:400px;
}

#telegram {
	padding-top:100px;
	padding-bottom: 100px;
	position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
.phone-mockup-2 {
	position: absolute;
	left:-40px;
	top:-160px;
}}

@media (min-width: 576px) and (max-width: 767px) {
.phone-mockup-2 {
	position: absolute;
	left:-80px;
	top:-200px;
}}

@media (max-width: 575px) {
.phone-mockup-2 {
	width:200px;
}}


.policy {
	padding-top:60px;
	padding-bottom:60px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#preim {
	background: #f5f5f5;
	padding-top:100px;
	padding-bottom: 100px;
}