body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 0;
}

main{z-index: 44;padding: 0;margin-bottom: 100px;}
.head-start{
	width: auto;
	max-width: 1800px;
}
.head-mini{
	color: #FF2424;
	margin: 96px auto 16px;
	font-size: 20px;
}
.head-promo{
	font-size: 110px;
	color: #fff;
	font-weight: bold;
}

.start-width{width: 800px; margin: 0 auto;text-align: left;}

.start-step{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin-top: 120px;
	margin-bottom: 40px;
}

.start-list{
	color: #fff;
	font-size: 20px;
	margin: 35px auto 180px;
	text-align: left;
	line-height: 2.5;

}

.start-list-item{
	color:#F70E03;
	display: inline-block;
	width: 30px;
}

.start-button{
	color: #fff;
	background: #F70E03;
	padding: 5px 20px;
	font-size: 18px;
	width: auto;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
}

.mtst{margin-top: 35px;}

.glow-white {
    filter: drop-shadow(0 0 1.5px rgba(255, 255, 255, 0.15))
            drop-shadow(0 0 4px rgba(255, 255, 255, 0.05));
}

.start-check{
	padding-left: 25px;
	line-height: 20px;
	background: url('check.png') left center no-repeat;
	color: #fff;
	display: inline-block;
	margin-right: 25px;
}

.start-step331{
	font-size: 18px;
	color: #F70E03;
	margin-top: 35px;
}


.start-step332{
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 30px;
}

.start-foot-txt{
	color: #fff;
	font-weight: bold;
	font-size: 58px;
	margin-top: -50px;
}

.start-foot-txt2{
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 54px;
}

.start-foot{
	background: #08090B;
	width: 100%;
	height: 450px;
	z-index: 44;
	padding-top: 50px;

}

.start-foot-img{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0;
	width: 60%;
	height: auto;
}

.foot-adm{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.foot-adm a{color: #F70E03;}






@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  main {
    margin-bottom: 40px;
  }

  /* Шапка */
  .head-start {
    width: 100%;
    height: auto;
  }

  .head-mini {
    margin: 40px 20px 10px;
    font-size: 14px;
    text-align: center;
  }

  .head-promo {
    font-size: 38px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.2;
  }

  /* Основная ширина */
  .start-width {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* Шаги */
  .start-step {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .start-list {
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0 80px;
  }

  .start-list-item {
    width: auto;
    margin-right: 6px;
  }

  /* Кнопки */
  .start-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    font-size: 16px;
    margin: 10px 0;
  }

  /* Чекбоксы */
  .start-check {
    display: block;
    margin: 10px 0;
    padding-left: 28px;
  }

  /* Подшаги */
  .start-step331,
  .start-step332 {
    font-size: 14px;
  }

  /* Картинки */
  img.glow-white {
    width: 100%;
    height: auto;
  }

  /* Финальный текст */
  .start-foot-txt {
    font-size: 26px;
    margin: 40px 20px 0;
    text-align: center;
  }

  .start-foot {
    height: auto;
    padding: 40px 0 200px;
    position: relative;
  }

  .start-foot-txt2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .foot-adm {
    font-size: 16px;
    line-height: 1.5;
  }

  .start-foot-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}





@media (max-width: 480px) {

  .head-promo {
    font-size: 30px;
  }

  .start-step {
    font-size: 24px;
  }

  .start-foot-txt {
    font-size: 22px;
  }

  .start-foot-txt2 {
    font-size: 24px;
  }
}

/* ===============================
   TABLETS 769–1024px
================================ */
@media (min-width: 769px) and (max-width: 1024px) {

  .head-promo {
    font-size: 64px;
  }

  .head-mini {
    font-size: 18px;
    margin-top: 60px;
  }

  .start-width {
    width: 90%;
  }

  .start-step {
    font-size: 36px;
  }

  .start-list {
    font-size: 18px;
    line-height: 2.2;
  }

  .start-foot-img {
    width: 70%;
  }

  .start-foot-txt {
    font-size: 40px;
  }

  .start-foot-txt2 {
    font-size: 36px;
  }
}


/* ===============================
   LAPTOPS 1025–1366px
================================ */
@media (min-width: 1025px) and (max-width: 1366px) {

  .head-promo {
    font-size: 84px;
  }

  .start-width {
    width: 760px;
  }

  .start-step {
    font-size: 42px;
  }

  .start-list {
    font-size: 19px;
  }

  .start-foot-img {
    width: 65%;
  }
}


/* ===============================
   DESKTOP 1367–1600px
================================ */
@media (min-width: 1367px) and (max-width: 1600px) {

  .head-promo {
    font-size: 96px;
  }

  .start-width {
    width: 820px;
  }

  .start-step {
    font-size: 46px;
  }
}


/* ===============================
   FULL HD 1601–1920px
================================ */
@media (min-width: 1601px) and (max-width: 1920px) {

  .head-promo {
    font-size: 110px;
  }

  .start-width {
    width: 900px;
  }
}


/* ===============================
   ULTRA WIDE 1921px+
================================ */
@media (min-width: 1921px) {

  .start-width {
    width: 1000px;
  }

  .head-start {
    max-width: 2000px;
    margin: 0 auto;
  }
}

@media (max-width: 1800px) {
.head-start{max-width: 100%;}
}