.licreg {
color: #9f9f9f;
font-size: 10px;
text-align: center;
margin: 0;
padding: 1px;
}

.skidka2 {
color: #000000;
font-size: 12px;
text-align: center;
margin: 0;
padding: 1px;
}

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamPro.woff") format("woff"),
    url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamPro-Light";
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamPro-Light.woff") format("woff"),
    url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BebasNeueRegular.woff") format("woff"),
    url("../fonts/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeueBold";
  src: url("../fonts/BebasNeueBold.eot");
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BebasNeueBold.woff") format("woff"),
    url("../fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.block-linck {
  display: block;
}

:root {
  --color: #FCD268;
  --dark: #162136;
  --light: #F4F4F4;

  --f1: "GothamPro";
  --f2: "BebasNeueRegular";
  --f3: "BebasNeueBold";
  --f4: "GothamPro-Light";

  --color_btn: #4caf50;

}

/* .top-block {

} */
body {
  font-family: var(--f1);
}

a {
  color: var(--color_2);
}

a:active,
a:hover {
  color: #000;
}

b,
strong {
  font-weight: 600;
}

.list ul li,
.list ol li {}

.list {
  position: relative;
}

li {}

.list ul li::before {}

.btn {
  position: relative;
  display: inline-block;
  background: #0184d4;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  padding: 17px 1.8rem;
  font-family: var(--f1);
  letter-spacing: 1px;
}


.btn:hover {
  transition: all 0.3s ease;
  /* background-color: #ff8b3d; */
}

.btn:active {
  transition: all 0.3s ease;
  /* background-color: #f56300;
  box-shadow: 0px -4px 0px 0px #c54530; */
}

.btn span {}

h1 {
  color: #fff;
  font-size: 96px;
  font-family: var(--f3);
  margin: 0 0 4rem;
}

h2 {
  font-size: 60px;
  font-family: var(--f1);
  font-weight: 500;
  margin: 0;
  margin-bottom: 2rem;
}


.container-fluid {
  max-width: 1296px;
}

#hero {
  background-image: linear-gradient(90deg,#f06292 0,#f9785f 100%);
  padding-top: 3rem;
}


.hero__content {}

.hero__hed {
  max-width: 74%;
}

.hero__hed_span {
  color: var(--color);
}

.hero__hed p {
  font-family: var(--f1);
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  max-width: 42rem;
}

.hero__fly {
  position: absolute;
  z-index: 99;
}


.hero__fly_one {
  bottom: -84px;
  left: 10%;
}


.hero__fly_two {
  right: 0;
  top: 53px;
}

.hero__fly_one img {}

.hero__fly_two img {}

.katalog {
  background-color: var(--light);
  padding: 7rem 0 5rem;
}

.katalog__block {}

.katalog__elememt {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
  border-radius: 8px;
  display: flex;
  padding: 2rem 2.5rem;
  padding-left: 0;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 2rem;
  height: 170px;
}

.katalog__elememt:last-of-type {
  margin-bottom: 0rem;
}

.katalog__elememt::before {
  position: absolute;
  content: "";
  height: 59%;
  width: 0.1px;
  background-color: #CACACA;
  left: 48.6%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.katalog__element_logo {
  flex: 0 0 30%;
  padding: 0 3.5rem;
}

.katalog__element_logo img {
  width: 80%;
}

.katalog__element_option {
  flex: 0 0 20%
}

.katalog__element_option ul {}

.katalog__element_option ul li.li-option {
  display: flex;
  font-size: 18px;
  font-weight: 700;
}

.katalog__element_option ul li.li-option .li-icon {
  flex: 0 0 15%;
}

.katalog__element_desck ul {}

.katalog__element_desck ul li.li-desck {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

.katalog__element_desck ul li.li-desck .li-icon {
  flex: 0 0 9%;
}

.katalog__element_desck {
  flex: 0 0 25%;
}

.katalog__element_button {
  flex: 0 0 20%;
  display: flex;
  justify-content: flex-end;
}

.btn {}

.katalog__element_plashka {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  background-image: linear-gradient(90deg,#009688 0,#607d8b 100%);
  font-size: 12px;
  line-height: 26px;
  padding: 2px 15px;
  font-family: var(--f1);
  color: #fff;
  font-weight: 400;
}

.footer {
  background-color: #252c41;
  color: #fff;
  font-weight: 400;
  font-family: var(--f4);
}


.footer__block {
  position: relative;
  padding: 3rem 0 2.5rem;
}

.footer__block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1px;
  background-color: #e5e5e559;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}

.footer__description {
  font-size: 20px;
}

.mfo__infa {
  font-size: 20px;
}

.footer__row {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copyright {
  font-size: 20px;
}

.footer__socicon {
  display: flex;
  align-items: center;
}

.socicon-elem {
  margin-left: 0.5rem;
}








.form__item {
  background-color: #fff;
  padding: 1.5rem 6rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form__item.last {
  padding: 2.5rem 6rem 3.5rem;
}

.form__label {
  font-size: 36px;
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 1.5rem;
}

.modal_form,
.modal_form2,
.modal_form3 {
  /* overflow-x: hidden; */
  position: fixed;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background: rgba(45, 55, 61, 0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal_form.active,
.modal_form2.active,
.modal_form3.active {
  opacity: 1;
  visibility: visible;
  z-index: 9991;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal_form .popup {
  position: relative;
  background: #fff;
  max-width: 500px;
  width: auto;
  margin: 0 auto;
  padding: 3rem 3.7rem;
  display: none;
}

.modal_form.active .popup,
.modal_form2.active .popup,
.modal_form3.active .popup {
  display: block;
  max-width: 460px;
  margin: 3rem auto;
  background: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.close {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 6px;
  cursor: pointer;
  color: #b4bfd5;
  line-height: 100%;
  font-size: 30px;
  font-family: "GothamPro-light";
}

.popup__hed {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 2rem;
  font-family: var(--f1);
}

.form-label p {
  margin: 0;
  font-family: var(--f1);
  font-size: 14px;
}

.popup input,
.popup .txtarr {
  overflow: visible;
  padding: 1rem;
  width: 100%;
  margin: 7px 0 20px;
  background: #ebedf1;
  border-radius: 0px;
}

.submit {
  width: 100%;
  margin-top: 1.5rem;
}

.polit-descr {
  font-size: 12px;
  padding: 1.5rem 0 1rem;
  line-height: 1.2;
}

#formAsk {
  background-color: var(--color_2);
  padding-top: 2rem;
}

.formAsk__head {
  text-align: center;
  padding: 0 3rem;
}

.formAsk__head h2 {
  margin: 1rem 0 0;
}

.formAsk__head p {
  font-size: 28px;
  margin: 0;
}

.formAsk__button {
  text-align: center;
  margin: 2rem 0 0;
}

.formAsk__fl {
  display: flex;
  align-items: center;
  max-width: 1000px;
  justify-content: center;
  margin: 0 auto;
}




/*
==============================
	xl 2500 - ��������	(2500)
==============================
*/
@media (min-width: 2500px) {
  body {
    zoom: 1.333;
  }
}

/*
==============================
  xl 1699 - Декстопы	(1600)
==============================
*/
@media (max-width: 1699px) {}

/*
==============================
  xl 1599 - Декстопы	(1440)
==============================
*/
@media (max-width: 1440px) {}

/*
==============================
  lg 1399 - Ноутбуки	(1360)
==============================
*/
@media (max-width: 1399px) {}

/*
==============================
  lg 1399 - Ноутбуки	(1360)
==============================
*/
@media (max-width: 1366px) {}

/*
==============================
  lg 1299 - Ноутбуки	(1280)
==============================
*/
@media (max-width: 1299px) {}

/*
==============================
  ml 1149 - Нетбуки	(1152)
==============================
*/
@media (max-width: 1156px) {
  h1 {
    font-size: 84px;
  }

  .hero__hed p {
    font-size: 22px;
    max-width: 36rem;
  }

  .hero__fly_two {
    top: 41px;
    width: 33%;
  }

  .hero__fly_one {
    bottom: -39px;
    left: 2%;
    width: 8%;
  }

  .katalog__element_option ul li.li-option {
    font-size: 14px;
  }

  .katalog__element_desck ul li.li-desck {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
  }

  .footer__description {
    font-size: 16px;
  }

  .mfo__infa {
  font-size: 16px;
  }

  .footer__copyright {
    font-size: 16px;
  }

  .footer__row {
    padding: 2rem 0;
  }

  .footer__block {
    padding: 2rem 0 2rem;
  }
}

/*
==============================
  ml 1149 - Нетбуки	(1024)
==============================
*/
@media (max-width: 1149px) {
  .katalog__element_logo img {
    width: 100%;
  }
}

/*
==============================
  md 1023 - Планшеты	(768)
==============================
*/
@media (max-width: 1023px) {
  h1 {
    font-size: 70px;
    margin: 0 0 2rem;
  }

  .hero__fly_two {
    top: 124px;
    width: 33%;
  }

  .katalog__elememt {
    flex-wrap: wrap;
    padding: 2rem 1.5rem;
    padding-left: 1.5rem;
  }

  .katalog__element_logo {
    flex: 0 0 50%;
  }

  .katalog__element_option {
    flex: 0 0 40%;
  }

  .katalog__element_desck {
    flex: 0 0 50%;
  }

  .katalog__element_button {
    flex: 0 0 40%;
    justify-content: flex-start;
  }

  .katalog__elememt {
    height: 300px;
  }
}

/*
==============================
  sm 767 - Фаблеты	(500)
==============================
*/
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  .hero__hed p {
    font-size: 16px;
    max-width: 17rem;
  }

  .hero__fly_two {
    width: 41%;
  }

  .hero__fly_one {
    bottom: -39px;
    left: 2%;
    width: 19%;
  }

  .katalog__element_logo {
    flex: 0 0 100%;
  }

  .katalog__element_option {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .katalog__elememt {
    justify-content: center;
  }

  .katalog__element_desck {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .katalog__element_button {
    flex: 0 0 100%;
    justify-content: center;
  }

  .katalog__elememt::before {

    width: 59%;
    height: 0.1px;

    top: 56%;
    left: 50%;

  }

  .footer__row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__copyright {
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 1rem;
  }

  .katalog__elememt {
    height: 500px;
  }

  .katalog__elememt::before {
    top: 50%;
  }

  .katalog__element_desck ul {
    width: 100%;
  }

  .katalog__element_desck ul li.li-desck {
    justify-content: center;
  }

  .katalog__element_desck ul li.li-desck .li-icon {
    display: none;
  }
}

/*
==============================
  xs 499 - Смартфоны	(360)
==============================
*/
@media (max-width: 499px) {
  .katalog {
    background-color: var(--light);
    padding: 4rem 0 5rem;
  }
}

.katalog__elememt::before {
  top: 53%;
}

/*
==============================
  xs 359 - Смартфоны	(360)
==============================
*/
@media (max-width: 375px) {
  .katalog__elememt::before {
    top: 50%;
  }

  .hero__hed {
    max-width: 100%;
  }
}

/*
==============================
  xs 359 - Смартфоны	(360)
==============================
*/
@media (max-width: 360px) {}

/*
==============================
  xs 359 - Смартфоны	(320)
==============================
*/
@media (max-width: 359px) {
  .hero__fly_two {
    top: 210px;
  }
}