body {
  font-size: 17px;
  font-weight: 200 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.formOrderSendModal__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(240, 211, 80, 1);
}

@media only screen and (max-width: 575px) {
  body {

    font-weight: 400;
  }
}

.textFont__roboto {
  font-family: 'Roboto', sans-serif;
}

b {
  font-weight: 700;
}

.text-small {
  font-size: 12px;
}

.text-color-white, a.text-color-white {
  color: #FFF;
}

a.text-color-white:hover {
  color: #FF0;
}


.dropdown-toggle::after {
  border: 0;
  margin-left: 0;
}

.sep {
  height: 1px;
  background-color: #000;
  opacity: .5;
}

.sep.sep-white {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}


.logo img {
  height: 30px;
}

.topLine {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 111;
  background: rgba(42, 38, 75, 0.5);
}

.section__blue {
  background: url(/index/img/fon.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section__blue-gradient {
  background: rgb(17, 74, 133);
  background: linear-gradient(59deg, rgba(17, 74, 133, 1) 0%, rgba(63, 130, 198, 1) 100%);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section__white {
  background: url(/index/img/bg_document.jpg) center no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.headerTop {
  padding-top: 160px;
}

@media only screen and (max-width: 1199px) {
  .headerTop {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .headerTop {
    padding-top: 210px;
  }
}

.topLine a.topLangSelect img {
  margin-right: 5px;
  height: 24px;
}

/*@media only screen and (max-width: 991px) {*/
/*    .headerTop {*/
/*        padding-top: 220px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 575px) {*/
/*    .headerTop {*/
/*        padding-top: 380px;*/
/*    }*/
/*}*/


.topLine__menu {
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -10px;
  padding-inline-start: 0;
  list-style-type: none;
}

.topLine__menu li a {
  padding: 30px 14px;
  display: block;
  color: #fff;
  font-weight: 100;
  opacity: .7;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .topLine__menu li a {
    padding: 20px 14px;
  }

  .topLine__menuDiv {
    border-top: 1px solid rgba(255, 255, 255, .7);
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .topLine__menu li a {
    padding: 12px 14px;
  }
}

.topLine__menu li a:hover {
  opacity: 1;
  background: rgba(42, 38, 75, 0.3);
}

.topLine__dropdown .dropdown-toggle {
  padding: 30px 20px;
  opacity: .7;
}

.topLine__dropdown .dropdown-toggle.active {
  opacity: 1;
  background: #185D84;
}

.topLine__dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  margin: 0 -2px 0 0;
  background: #185D84;
}

.topLine__dropdown .dropdown-menu .dropdown-item {
  color: #FFF;
  opacity: .7;
}

.topLine__dropdown .dropdown-menu .dropdown-item:hover {
  color: #FFF;
  opacity: 1;
  background-color: transparent;
}


.footerLine {
  background: url(/index/img/bg_footer.jpg) top center no-repeat;
  color: #42464c;
  background-size: cover;
  padding-top: 20px;
  position: relative;
}

.footerLine .skype {
  display: flex;
  align-items: center;
}

.footerLine .skype:before {
  content: "";
  display: inline-block;
  min-width: 23px;
  margin-right: 5px;
  background: url(/index/img/skype.png);
  height: 23px;
  width: 23px;
}


.footerLine__item {
  font-weight: 200;
  font-size: 18px;
}

.footerLine__item-header {
  color: #000;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}

.footerLine__bottom {
  display: flex;
  padding: 20px;
  position: relative;
  border-top: 1px solid #d6d6d6;
  justify-content: center;
  font-size: 18px;
  font-weight: 200;
}



@media only screen and (max-width: 767px) {
  .footerLine__bottom {
    justify-content: start;
  }
}








.footerLine__btnPhone {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #f1d351 url(/index/img/phone.png) center no-repeat;
  display: inline-block;
  position: absolute;
  top: -120px;
  right: 25px;
}


h1, h2 {
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
}

h3 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.btn-custom {
  background-color: rgba(240, 211, 80, 1);
  color: #000;
  min-width: 160px;
  font-weight: 200;
  border: 0 !important;
  padding: 15px 30px;
  border-radius: 40px;
  line-height: 22px !important;
}

.btn-custom:hover {
  background-color: rgb(222, 178, 29);
}

.btn-custom__blue {
  background-color: #96cbff;
}
.btn-custom__blue:hover {
  background-color: #769fcd;
}


@media only screen and (max-width: 575px) {
  .btn-custom {
    padding: 10px 10px;
    min-width: 130px;
    font-size: 14px;
    font-weight: 700;
    height: 43px !important;
  }
}

.text__h2Adv {
  opacity: .7;
}


.groupLnk {
  display: flex;
  margin-left: -5px;
  flex-wrap: wrap;
}

.groupLnk__item {
  padding: 3px 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.groupLnk--light .groupLnk__item {
  border: 1px solid rgba(255, 255, 255, .3);
}

.groupLnk--light .groupLnk__item a {
  color: #fff;
  text-decoration: none;
}

.groupLnk--light .groupLnk__item--a {
  display: inline;
  margin: auto;
  border-bottom: 2px dotted rgba(255, 255, 255, .3);
}

.groupLnk--box .groupLnk__item {
  background-color: rgba(208, 200, 220, .4);
  margin-bottom: 10px;
}

.groupLnk__item-b {
  font-weight: 700;
}


.description_list {
  padding-inline-start: 0;
}

.description_list li {
  padding-left: 35px;
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}

.description_list li:before {
  content: "";
  height: 12px;
  width: 27px;
  position: absolute;
  left: 0px;
  top: 7px;
}

.section__blue .description_list li:before {
  background: url(/index/img/icon-list.png);
}

.section__white .description_list li:before {
  background: url(/index/img/icon-list-blue.png);
}


.subMenuPageDiv {
  position: absolute;
  top: 128px;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .subMenuPageDiv {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 993px) {
  .subMenuPageDiv {
    top: 140px;
  }
}

@media only screen and (min-width: 1200px) {
  .subMenuPageDiv {
    top: 95px;
  }
}


.subMenuPage__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
}

.subMenuPage__win {
  background-color: #FFF;
  border-radius: 40px;
  display: flex;
  padding: 0;
  overflow: hidden;
  width: auto;
}

.subMenuPage__win a {
  padding: 15px 20px;
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.subMenuPage__win a:hover {
  background-color: #f1d351;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .subMenuPage__win a {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 576px) {
  .subMenuPage__win a {
    font-size: 9px;
    padding: 5px 2px;
  }
}


@media only screen and (max-width: 576px) {
  .subMenuPage__inner {
    justify-content: center;
  }

  .subMenuPage__win {
    border-radius: 0;
    width: 100%;
  }

  subMenuPage__win a {
    font-size: 14px;
    padding: 5px 5px;
  }
}


.crossForm__input {
  font-size: 36px;
  padding: 10px;
}

.tariff_price-txt p {
  margin-bottom: 0;
}
.tariff_price__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.tariff_price__year {
  font-size: 12px;
  text-align: center;
  margin-top: -10px;
}

.f-links {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 12px;
  text-align: left;
}

.f-links__item {
  text-transform: uppercase;
  font-size: 14px;
}

