body {
  margin: 0;

}

.wrapper {
  max-width: 1190px;
  margin: 0 auto;
}

#app {
    font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

.header {
    display: flex;
    justify-content: space-around;
    background: url(../assets/bg010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14px;
}

.header-logo {
    width: 332px;
    margin-top: 27px;
}

.header-title {
    font-size: 25px;
    color: #000;
}

.header-title span {
    color: #FF0000;
    font-weight: bold;
    margin-left: 7px;
    font-size: 38px;
}

.header-icon {
    width: 50px;
}

.header-content {
    display: grid;
    width: 265px;
}


.bottom-scheme {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}

.bottom-scheme>div:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: span 2;
}

.bottom-scheme>div:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: span 2;
}

.bottom-scheme>div:nth-child(3) {
  grid-column-start: 5;
}

.send-sms-block {
  grid-column: auto;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}



.mock {
  width: 120px;
  height: 50px;
  border: 1px solid black;
}



.three-simple-step {
  font-size: larger;
}

.arrow-forward {
  width: 50%;
}

.arrow-forward-ff {
  width: 50%;
  margin-top: 150px;
}


/*a style*/

.send-sms-block a {
    text-transform: uppercase;
    color: #fff;
    background: #0000FF;
    font-size: 19px;
    font-weight: bold;
}

a:focus,
.el-a:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

a:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}

a::-moz-focus-inner {
  border: 0;
}

/*Input style*/
a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input::-webkit-input-placeholder {
  color: #c0c4cc;
  text-align: center;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #c0c4cc;
}

input::-webkit-input-placeholder {
  color: #c0c4cc;
}

input::-ms-input-placeholder {
  color: #c0c4cc;
}

input::placeholder {
  color: #c0c4cc;
}

input:hover {
  border-color: #c0c4cc;
}

input:focus {
  border-color: #409eff;
  outline: 0;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}



.content-title {
    font-size: 27px;
    font-weight: bold;
}

.content-icon {
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
}

.content-icon__box {
  width: 100%;
}

.base-image,
.phone-image {
  width: 350px;
}


.base-image img {
  width: 100%;
}

.phone-image img{
  width: 100%;
}

.content-step {
      background: url(../assets/bg010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.content-step__title {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    width: 535px;
}

.content-step-step {
    margin-top: -12px;
}

.content-step__title span.step-three {
  font-size: 30px;
  color: red;
}

.content-step__title span {
  font-size: 25px;
  font-weight: bold;
  color: red;
}

.content-step-icons_box {
  width: 48%;
}

.content-step-step-title {
    font-size: 27px;
    margin: 5px;
    width: 500px;
    margin-right: 50px;
    text-align: left;
    font-weight: bold;
    color: #00BFFF;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 4px solid #000;
    box-shadow: 9px 0 4px 0;
}

.e {
    margin-top: 34px;
    text-transform: uppercase;
    font-weight: bold;
}

.step-block_t {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 1%;
}

.step-block_t span {
    color: #1E90FF;
}

.content-step__block {
    margin-top: 2%;
    display: block;
    border: 2px solid #2c3e50;
}

.content-step__block p {
    font-size: 35px;
    text-align: left;
    width: 90%;
    margin-left: 10px;
}

.content-sub-main {
    background: url(../assets/bg010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2%;
}

.content-subscribe {
    display: flex;
    justify-content: space-around;
    padding-bottom: 2%;
}

.sub-title {
    padding-top: 2%;
    padding-bottom: 1%;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}



.content-step-iconss {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.step-main-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 1%;
    margin: 0;
}


.box-x {
  width: 48%;
  border-radius: 5px;
}

.subscribe-t2 {
  font-size: 20px;
}

.content-subscribe__box li {
  font-size: 19px;
}

.bvase-image {
    width: 58%;
}





.send-sms-block {
  grid-column: auto;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    width: 200px;
    border: 1px solid blue;
}
.send-sms-block {
    grid-column: auto;
    justify-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: -7px;
}

.header-social {
    margin-top: 30px;
    display: flex;
}

.header-social a {
  background: none;
  color: none;
  text-decoration: none;  
  border: none;
}

.header-social img {
    width: 40px;
    height: 40px;
}

.header-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 31px;
    height: 100%;
}

.video {
    border: 1px solid #000;
    border-radius: 3px;
    width: 100%;
    box-shadow: 16px 16px 0px 0px #2185D8;
}

.video-otzyv {
    width: 100%;
}

.all-title {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
    margin: 0;
}

.header-icon-icon {
  width: 30px;
  margin-left: 10px;
}

.base-set {
    width: 400px;
    margin-top: 4%;
}


.icon-step {
  width: 80px;
  margin-left: 10px;
}

.icon-step-bez {
  width: 100px;
  margin-left: 10px;
}

.content-uni {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.content-universal {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
}

.content-universal__box {
    height: 300px;
    width: 33%;
    border: 4px solid #2185D8;
    margin-top: 30px;
    background: #fff;
    box-shadow: 16px 16px 0px 0px #2185D8;
}


.universal_t {
    text-align: center;
    font-size: 22px;
    margin-top: 80px;
    font-weight: bold;
}


.universal_t span {
    font-size: 30px;
    font-weight: bold;
}

.tt span {
  color: #000;
}



.icon-step-time {
    width: 120px;
}

.author {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.author-items {
  display: flex;
  justify-content: space-around;
}

.author-item_box {
  margin-top: 50px;
}

.author-title {
    margin: 0 auto;
    width: 500px;
    font-size: 20px;
    font-weight: bold;
    color: blue;
}

.author-img {
    width: 33%;
    align-items: center;
    margin: 0 auto;
    padding-top: 24px;
}

.author-img img {
  width: 100%;
}

.e {
  text-align: center;
}

.list {
  text-align: left;
}

img.arrow-forward {
    margin-top: 30%;
    width: 55px;
}


.computer-object {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.comp-obj_box {
  width: 20%;
}

.com-obg_title {
    font-size: 24px;
    font-weight: bold;
    color: #00BFFF;
}

.obg-img {
  display: flex;
}

.vnimanie-project {
    margin-bottom: 50px;
    position: relative;
}

.vnimanie-title {
    font-size: 27px;
    text-transform: uppercase;
    width: 745px;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: bold;
    padding-top: 2%;
}

.vnimanie-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding-bottom: 20px;
}

.vnimanie-icon__box {
    width: 500px;
    margin-top: 50px;
}


.vnimanie-icon_title {
    font-size: 24px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    background: #0000FF;
    color: #fff;
    border-radius: 4px;
}

.vnimanit-icon {
    margin-top: 1%;
    width: 400px;
    height: 300px;
    border: 3px solid #FFF;
    margin-left: 2%;
    padding-top: 20px;
}


.vnimanit-icon img {
    width: 100%;
    height: 100%;
    border: 2px solid blue;
    box-shadow: 12px 0 12px 0;
}


.bg-box {
    background-color: #fff;
    border-radius: 10px 55px;
    padding: 20px;
}

.bg-box_right {
    background-color: #FFFF00;
    border-radius: 10px 60px;
    padding: 20px;
}

.header-social img {
    border-radius: 29px;
    width: 70px;
    height: 70px;
}







  /* Положение слайдера */
#slider {
  position: relative;
  text-align: center;
  top: 10px;
}
  /* Центровка слайдера */
#slider {
  margin: 0 auto;
}
  /* Все изображения справа друг от друга */
#slider article {
  width: 20%;
  float: left;
}
  /* Устанавливает общий размер блока с картинками */
#slides .image {
  width: 500%;
  line-height: 0;
}
  /* Скрывает все, что находится за пределами этого блока */
#overflow {
  width: 100%;
  overflow: hidden;
}
/* Размер картинки слайдера*/
article img {
    width: 100%;
    height: 400px;
}
/* Размер всего слайдера */
#desktop:checked ~ #slider {
  max-width: 960px; /* Max длина*/
}

/* Настройки переключения и положения для левой стрелки */
#switch1:checked ~ #controls label:nth-child(5),
#switch2:checked ~ #controls label:nth-child(1),
#switch3:checked ~ #controls label:nth-child(2),
#switch4:checked ~ #controls label:nth-child(3),
#switch5:checked ~ #controls label:nth-child(4) {
  background: url('../assets/next.png') no-repeat;
  float: left;
  margin: -65px 0 0 -84px;
  display: block;
  height: 68px;
  width: 68px;
}

#switch1:checked ~ #controls label:nth-child(2),
#switch2:checked ~ #controls label:nth-child(3),
#switch3:checked ~ #controls label:nth-child(4),
#switch4:checked ~ #controls label:nth-child(5),
#switch5:checked ~ #controls label:nth-child(1) {
  background: url('../assets/prev.png') no-repeat;
  float: right;
  margin: -65px -84px 0 0;
  display: block;
  height: 68px;
  width: 68px;
}

/* Наведение на курсор */
label, a {
  cursor: pointer;
}

.all {
    background: url(../assets/bg010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

/* Скрывает стандартные инпуты на странице */
.all input {
  display: none;
}

/* Позиция картинки при активации переключателя */
#switch1:checked ~ #slides .image {
  margin-left: 0;
}
#switch2:checked ~ #slides .image {
  margin-left: -100%;
}
#switch3:checked ~ #slides .image {
  margin-left: -200%;
}
#switch4:checked ~ #slides .image {
  margin-left: -300%;
}
#switch5:checked ~ #slides .image {
  margin-left: -400%;
}

/* Положение блока все управляющих элементов */
#controls {
  margin: -25% 0 0 0;
  width: 100%;
  height: 50px;
}

/* Стили отдельного переключателя */
#active label {
  border-radius: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #bbb;
}

/* Расположение блока с переключателями */
#active {
  margin: 23% 0 0;
  text-align: center;
}
/* При наведении */


#switch1:checked ~ #active label:nth-child(1),
#switch2:checked ~ #active label:nth-child(2),
#switch3:checked ~ #active label:nth-child(3),
#switch4:checked ~ #active label:nth-child(4),
#switch5:checked ~ #active label:nth-child(5) {
  background: #18a3dd;
  border-color: #18a3dd !important;
}

/* Анимация пролистывания */
#slides .image {
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

/* Прозрачность стрелок при наведении*/

#controls label {
  transition: opacity 0.2s ease-out;
}



.about-company_title {
  margin-top: 50px;
  font-size: 35px;
}


.header-logo_title {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.header-logo_items {
    display: flex;
    margin-left: 4%;
}

.header-logo_img {
    width: 44px;
}


.header-logo_img img {
	width: 100%;
}

.header-logo_title_dual {
    font-size: 47px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
    margin-top: -11px;
}







.products-description {
   background: url(../assets/bg010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.products-description,
.product-arrow p {
  position: relative;
}

.product-arrow {
  position: absolute;
  bottom: 55px;
  left: 160px;
  z-index: 999;
  font-size: 35px;
  color: #fff;
}

.arrow-right-box {
  left: 13px;
}

.arrow-left-box i,
.arrow-right-box i {
  position: absolute;
}

.arrow-right-box i:first-child {
  left: 0;
}

.arrow-right-box i:last-child {
  left: 13px;
}

.arrow-left-box i:first-child {
  right: 0;
}

.arrow-left-box i:last-child {
  right: 13px;
}

.slick-prev,
.slick-next {
  top: inherit;
  bottom: 4px;
    z-index: 999;
  width: 34px;
  height: 35px;
  opacity: 0;
}

.slick-next {
    left: 171px;
}

.slick-prev {
    left: 125px;
}

.products-slider__item {
  outline: none;
  display: flex !important;
}

.product-title {
  width: 50%;
  background: #3a3a3a;
  position: relative;
  padding-top: 40px;
}

.product-title h1 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  margin-top: 150px;
}

.product-title img {
  margin-top: 80px;
  margin-left: 50px;
  cursor: pointer;
}

.product-img {
  width: 50%;
}

.product-img img {
  width: 100%;
  height: 100%;
}

.product-option {
  width: 42%;
  background: #3a3a3a;
  padding-top: 50px;
}

.product-option h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  margin-left: 30px;
}

.product-option p {
  width: 400px;
  position: relative;
  font-size: 15px;
  margin-left: 90px;
  color: #fff;
}

.product-option p::before {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: -60px;
}

.product-dec-title {
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0 0 10px 0;
}


@media screen and (max-width: 1024px) {
 .header-content {
    display: block;
    margin-top: 0;
}

  .send-sms-block {
    display: block;
    width: 76%;
    margin-top: 2px;
    margin-left: 32px;
}

  input {
  height: 34px;
}

  .header-social a {
    padding: 0;
}

  .content-icon {
    margin-top: 0;
}

  .content-title {
    font-size: 23px;
}
  .base-image, .phone-image {
    width: 246px;
}
  
  .content-step-iconss {
    display: block;
    padding: 0 46px 40px 46px;
}

  .content-step-icons_box {
    width: 100%;
    padding-top: 20px;
  }

  .content-step__title {
    font-size: 23px;
    width: 100%;
    text-align: center;
}

  .content-step-step-title {
    margin: 0 auto;
}

  .step-block_t {
    padding-top: 3%;
}

  .icon-step-bez {
    width: 70px;
    margin-left: 0;
}  

  .universal_t {
    font-size: 21px;
    margin-top: 54px;
}

  .product-title h1 {
    font-size: 28px;
    margin-top: 74px;
  }
}

@media screen and (max-width: 768px) {
    .base-set {
    width: 282px;
    margin-top: 0;
}

  .arrow-forward-ff {
    margin-top: 60px;
  }

  .author-title {
    width: 100%;
}

  .content-title {
    font-size: 19px;
}

  .base-image, .phone-image {
    width: 186px;
}
  
  .header-social img {
    width: 50px;
    height: 50px;
}

  .header-logo_title {
    font-size: 23px;
}

  .header-logo_title_dual {
    font-size: 40px;
}

  .header-logo_items {
    margin-left: 28px;
}

  .header-logo_img {
    width: 36px;
}

  .step-main-title {
    font-size: 31px;
}

  .content-step-icons_box {
    padding-top: 0;
}

  .video {
    margin-top: 20px;
}

  .step-block_t {
    font-size: 31px;
}
  .content-universal__box {
    width: 40%;
}

  .universal_t {
    font-size: 18px;
}
  
  .tt span {
    font-size: 25px;
}
  
  .sub-title {
    font-size: 31px;
}
  
  .content-subscribe {
    display: block;
  }

  .bg-box {
    padding: 20px;
    margin: 0 171px;
}

  .bg-box_right {
    padding: 20px;
    margin: 0 21%;
    margin-top: 2%;
}

  .author-items {
    display: block;
}
  
  .author-title {
    margin: 0 auto;
    font-size: 26px;
}

  .vnimanie-title {
    font-size: 31px;
    padding-top: 4%;
}

  .vnimanit-icon {
    margin-top: 1%;
    width: 100%;
    height: 70%;
    border: 3px solid #FFF;
    margin-left: 0;
    padding-top: 20px;
}

  .vnimanie-icon__box {
    width: 100%;
    height: 50%;
}
  .product-title {
    width: 25%;
  }

  .product-img {
    width: 75%;
  }

  .product-dec-title {
    font-size: 31px;
}

  .vnimanie-project {
    margin-bottom: 0;
}

  .product-arrow {
    left: 89px;
}

}



@media screen and (max-width: 420px) {
  .header {
    display: block;
}
  .base-image, .phone-image {
    width: 117px;
}
  .base-set {
    width: 175px;
}
  
  .content-step-step-title {
    width: 100%;
}
  
  .vnimanie-title {
    width: 100%;
}

  .header-logo {
    width: 100%;
    margin-top: 27px;
}

  .header-logo_items {
    margin-left: 63px;
}

  .header-social {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
  .header-content {
    width: 100%;
    padding-top: 10px;
}

  .send-sms-block {
    display: block;
    width: 52%;
    margin-top: 2px;
    margin-left: 95px;
}
  
  .content-title {
    font-size: 17px;
}
  
  .step-main-title {
    font-size: 24px;
    margin-top: 2%;
}
  
  .content-step__title {
    font-size: 20px;
}

  .content-step-step-title {
    font-size: 18px;
  }

  .step-block_t {
    font-size: 24px;
}

  .content-universal {
    display: block;
}

  .content-universal__box {
    width: 100%;
}
  
  .bg-box {
    padding: 20px;
    margin: 0 30px;
}

  .bg-box_right {
    margin: 14px 6%;
}

  .author-title {
    font-size: 21px;
}

  .product-dec-title {
    font-size: 24px;
}

  .product-title {
    display: none;
  }

  .product-img {
    width: 100%;
  }

}



@media screen and (max-width: 320px) {
  .header-logo_items {
    margin-left: 18px;
}

  .send-sms-block {
    margin-top: 2px;
    margin-left: 48px;
}

  .base-set {
    width: 118px;
}

  .base-image, .phone-image {
    width: 102px;
}

  .content-step__title span.step-three {
    font-size: 25px;
}
  
  .content-step__title span {
    font-size: 20px;
    font-weight: bold;
    color: red;
}
  
  .content-step__title {
    font-size: 17px;
}
  
}