.text-center {
  text-align: center;
}

.mobile-menu {
  position: fixed;
  right: -100%;
  width: 320px;
  top: 100px;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  padding: 30px;
}
.mobile-menu.active {
  right: 0;
  -webkit-transition: all 0.8s;
  display: flex;
  transition: all 0.8s;
  flex-direction: column;
  align-items: center;
}
.mobile-menu li {
  text-align: center;
}
.mobile-menu li a {
  font-family: GothamPro-Bold;
  padding: 10px 0;
  font-size: 18px;
  color: #383838;
  display: block;
}
.mobile-menu li p {
  font-family: GothamPro-Bold;
  padding: 10px 0;
  font-size: 18px;
  color: #383838;
}
.mobile-menu li ul.inner-menu {
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-bottom: 1px #fe7117 solid;
  opacity: 0;
}
.mobile-menu li ul.inner-menu.active {
  margin-bottom: 10px;
  height: auto;
  max-height: 500px;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.soc_set_mob {
  display: inline-block;
  width: 40px;
}
.mobile-menu .contacts-container {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}

.mobile-menu .contacts-container a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #383838;
  max-width: 480px;
}
.mobile-menu .contacts-container p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #383838;
  max-width: 480px;
}
.mobile-menu-button {
  position: fixed;
  display: none;
  right: 35px;
  z-index: 4;
}
.mobile-menu-button span {
  width: 44px;
  height: 3px;
  display: block;
  margin-bottom: 6px;
  background-color: #fe7117;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-menu-button span:last-child {
  margin-bottom: 0;
}
.mobile-menu-button.active span:nth-child(2) {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-menu-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#lightcase-case {
  text-shadow: none;
}

.button {
  background-color: #fe7117;
  border: 1px #fe7117 solid;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  padding: 15px 45px;
  display: inline-block;
  border-radius: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.button:hover {
  color: #fe7117;
  background-color: #fff;
  border: 1px #fe7117 solid;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.trans-button {
  border: 1px solid #fe7117;
  color: #fe7117;
  border-radius: 20px;
  padding: 12px 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: pfd-bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.trans-button:hover {
  background-color: #fe7117;
  color: #fff;
  border: 1px solid #fe7117;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-line {
  padding: 20px 0;
  position: absolute;
  width: 100%;
}
.top-line .logo-container {
  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;
}
.top-line .top-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-line .top-menu-container .slogan {
  font-size: 16px;
  font-family: GothamPro-Medium;
  color: #383838;
}
.top-line .top-menu-container .slogan:after {
  content: "";
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
  display: block;
  margin-top: 20px;
}
.top-line .top-menu-container .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-line .top-menu-container .top-menu li {
  margin-right: 40px;
  position: relative;
}
.top-line .top-menu-container .top-menu li p {
  font-size: 18px;
  font-family: GothamPro-Medium;
  color: #383838;
  cursor: pointer;
  padding: 5px 0;
}
.top-line .top-menu-container .top-menu li a {
  font-size: 18px;
  font-family: GothamPro-Medium;
  color: #383838;
  padding: 5px 0;
}
.top-line .top-menu-container .top-menu li:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #fe7117;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 8px;
}
.top-line .top-menu-container .top-menu li:last-child:after {
  display: none;
}
.top-line .top-menu-container .top-menu .inner-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 320px;
  z-index: 333;
}
.top-line .top-menu-container .top-menu .inner-menu li a {
  background-color: #fff;
  padding: 10px;
  display: block;
  border-bottom: 1px #fe7117 solid;
}
.top-line .top-menu-container .top-menu .inner-menu li a:first-child {
  padding-top: 15px;
}
.top-line .top-menu-container .top-menu .inner-menu li a:hover {
  color: #fff;
  background-color: #fe7117;
}
.top-line .top-menu-container .top-menu .inner-menu li:last-child a {
  border-bottom: none;
}
.top-line .top-menu-container .top-menu .inner-menu li:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #fe7117;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 8px;
  display: none;
}
.top-line .lang-swap-container {
  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;
  flex-wrap: wrap;
}
.top-line .lang-swap-container .lang-swap {
  border-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(76, 84, 94, 0.2);
  box-shadow: 0 0 10px 0 rgba(76, 84, 94, 0.2);
  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;
}
.top-line .lang-swap-container .lang-swap a {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #383838;
  background-color: #fff;
}
.top-line .lang-swap-container .lang-swap a.active {
  color: #a50118;
}
.top-line .lang-swap-container .lang-swap a:hover {
  color: #fff;
  background-color: #a50118;
}
.top-line .lang-swap-container .lang-swap a:first-child {
  border-right: 1px solid #e8e8e8;
  border-radius: 40px 0 0 40px;
  padding: 15px 20px;
}
.top-line .lang-swap-container .lang-swap a:last-child {
  border-left: 1px solid #e8e8e8;
  border-radius: 0 40px 40px 0;
  padding: 15px 20px;
}
.top-line .contacts-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-line .contacts-container .tel {
  display: block;
  text-align: center;
  color: #383838;
  font-size: 18px;
  font-family: pfd-bold;
  margin-bottom: 10px;
}
.top-line .contacts-container .tel:hover {
  color: #fe7117;
}

.header {
  background-image: url("../img/abonentskoe-obsluzhivanie/header-bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 195px;
  padding-bottom: 60px;
}
.header .header-title {
  font-family: basc;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 18px;
}
.header .header-subtitle {
  font-size: 24px;
  line-height: 36px;
  font-family: "Nunito", sans-serif;
  max-width: 620px;
  background-image: url("../img/abonentskoe-obsluzhivanie/vector-bg.png");
  background-size: 100% 100%;
  padding: 30px;
  margin-bottom: 30px;
}
.header .header-subtitle span {
  color: #fe7117;
}
.header .header-text {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #383838;
  margin-bottom: 38px;
  max-width: 480px;
}

.second-section {
  background-image: url(../img/abonentskoe-obsluzhivanie/keylegal-bg.jpg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.second-section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.second-section .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.second-section .numbers .number {
  position: relative;
  width: 205px;
  font-size: 16px;
  text-align: center;
  color: #383838;
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 10px 20px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 84, 94, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(76, 84, 94, 0.2);
}
.second-section .numbers .number span {
  font-size: 24px;
}
.second-section .numbers .number .counter {
  font-family: GothamPro-Bold;
  font-size: 40px;
  color: #fe7117;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.second-section .numbers .number .counter:after {
  content: "";
  background-color: #e8e8e8;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -7px;
}
.second-section .numbers .number:last-child:after {
  display: none;
}
.second-section .section-title {
  color: #383838;
  font-size: 60px;
  font-family: basc;
  margin-bottom: 13px;
}
.second-section .section-subtitle {
  color: #383838;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 35px;
}
.second-section .section-list {
  list-style-image: url(../img/abonentskoe-obsluzhivanie/marker.svg);
  margin-left: 20px;
}
.second-section .section-list li {
  font-family: "Nunito", sans-serif;
  margin: 0 0 20px;
}

.about-section {
  background-image: url("../img/abonentskoe-obsluzhivanie/about-bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-top: -150px;
}
.about-section .section-title {
  color: #383838;
  font-size: 60px;
  line-height: 70px;
  font-family: basc;
  margin-bottom: 40px;
}
.about-section .section-subtitle {
  color: #383838;
  background-image: url("../img/abonentskoe-obsluzhivanie/vector-bg.png");
  background-size: 100% 100%;
  font-size: 24px;
  line-height: 36px;
  font-family: "Nunito", sans-serif;
  padding: 26px 200px 26px 30px;
  margin-bottom: 40px;
}
.about-section .section-text {
  color: #383838;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.services-section .section-title {
  color: #383838;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  font-family: basc;
  margin-bottom: 25px;
}

.services-section .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px;
}
.services-section .services .service {
  width: 380px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.services-section .services .service .inner {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 20px;
}
.services-section .services .service .icon {
  width: 40px;
  margin-right: 23px;
}
.services-section .services .service .text {
  width: 275px;
  color: #383838;
  font-size: 16px;
  line-height: 22px;
  font-family: "Nunito", sans-serif;
}
.services-section .services .service .button {
  margin-bottom: 10px;
}
.soc_set {
  width: 40px;
  height: auto;
  margin-bottom: 5px;
  transition: transform 0.25s;
}
.soc_set:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .services-section .services .service:nth-child(4) {
    min-height: 150px;
    width: 580px;
  }
  .services-section .services .service:nth-child(4) .text {
    width: 460px;
  }
  .services-section .services .service:nth-child(5) {
    min-height: 150px;
    width: 580px;
  }
  .services-section .services .service:nth-child(5) .text {
    width: 460px;
  }

  .benefits-section .benefits .benefit:nth-child(4) {
    min-height: 150px;
    width: 580px;
  }
  .benefits-section .benefits .benefit:nth-child(4) .text {
    width: 460px;
  }
  .benefits-section .benefits .benefit:nth-child(5) {
    min-height: 150px;
    width: 580px;
  }
  .benefits-section .benefits .benefit:nth-child(5) .text {
    width: 460px;
  }
}

.red-form-1 {
  max-width: 1300px;
  background-image: url("../img/abonentskoe-obsluzhivanie/red-form-bg.png");
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 24px 59px 0px rgba(92, 96, 99, 0.47);
  box-shadow: 0px 24px 59px 0px rgba(92, 96, 99, 0.47);
  margin: 50px auto 200px;
  position: relative;
  padding: 45px 60px 135px;
}
.red-form-1 .red-block-title {
  font-family: basc;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 55px;
  position: relative;
}
.red-form-1 .red-block-title:after {
  content: "";
  background-color: #af031b;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -28px;
}
.red-form-1 .red-block-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 55px;
  position: relative;
}
.red-form-1 .red-block-subtitle:after {
  content: "";
  background-color: #af031b;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -28px;
}
.red-form-1 .red-block-subtitle span {
  font-family: GothamPro-Bold;
}
.red-form-1 .red-block-text {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  line-height: 30px;
  color: #fff;
}
.red-form-1 .woman {
  position: absolute;
  width: 365px;
  height: 578px;
  bottom: 80px;
  right: 50px;
}
.red-form-1 .form {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -170px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 84, 94, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(76, 84, 94, 0.2);
  border-radius: 10px;
  padding: 30px 0;
}
.red-form-1 .form .form-title {
  text-align: center;
  font-family: GothamPro-Bold;
  font-size: 24px;
  line-height: 36px;
  color: #383838;
  margin-bottom: 60px;
  position: relative;
}
.red-form-1 .form .form-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
}
.red-form-1 .form .form-subtitle {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #383838;
  margin-bottom: 30px;
}
.red-form-1 .form form {
  padding: 0 55px;
  text-align: center;
}
.red-form-1 .form form input[type="text"] {
  margin: 0 auto 20px;
  padding: 14px 21px;
  color: #383838;
  font-family: pfd-reg;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(92, 96, 99, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(92, 96, 99, 0.3);
  border-radius: 25px;
  border: none;
  width: 100%;
  max-width: 370px;
  margin-right: 20px;
}
.red-form-1 .form form label {
  display: block;
  text-align: left;
  padding-left: 7px;
  cursor: pointer;
}
.red-form-1 .form form label input[type="checkbox"] {
  display: inline-block;
}
.red-form-1 .form form label p {
  display: inline-block;
  color: #383838;
  font-family: "Nunito", sans-serif;
}
.red-form-1 .form form label p a {
  color: #383838;
  text-decoration: underline;
}
.red-form-1 .form form label p a:hover {
  color: #fe7117;
}

.benefits-section {
  padding: 100px 0;
}
.benefits-section .section-title {
  color: #383838;
  font-size: 60px;
  line-height: 70px;
  font-family: basc;
  text-align: center;
  margin-bottom: 40px;
}

.list li {
  display: block !important;
}

.more {
  display: none;
}
.benefits-section .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px;
}
.benefits-section .benefits .benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 380px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
}
.benefits-section .benefits .benefit .title {
  padding: 155px 0 20px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fe7117;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-family: GothamPro-Bold;
  position: relative;
  margin-bottom: 20px;
}
.benefits-section .benefits .benefit .title:after {
  content: "";
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
}
.benefits-section .benefits .benefit .text {
  padding: 0 33px 28px;
  text-align: center;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #383838;
  margin: 0 auto;
}

.tarifs-section {
  background-image: url("../img/abonentskoe-obsluzhivanie/tarifs-bg.jpg");
  background-repeat: no-repeat;
  padding-bottom: 125px;
}
.tarifs-section .section-title {
  color: #383838;
  font-size: 60px;
  line-height: 70px;
  font-family: basc;
  text-align: center;
  margin-bottom: 40px;
}
.tarifs-section .col-xl-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tarifs-section .tarif {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.tarifs-section .tarif.Business .title {
  background-color: #fe7117;
  color: #fff;
}
.tarifs-section .tarif.Individual .text-center .button {
  padding: 17px 33px;
  display: inline-block;
}
.tarifs-section .tarif .title {
  background-color: #e8e8e8;
  color: #383838;
  font-size: 30px;
  font-family: basc;
  text-align: center;
  padding: 20px 0;
}
.tarifs-section .tarif .price {
  background-color: #f2f2f2;
  font-family: GothamPro-Bold;
  color: #fe7117;
  font-size: 20px;
  text-align: center;
  padding: 13px 0;
}
.tarifs-section .tarif .list li {
  padding: 13px 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  position: relative;
  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;
}
.tarifs-section .tarif .list li:after {
  content: "";
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tarifs-section .tarif .more {
  text-align: center;
  font-size: 12px;
  font-family: GothamPro-Bold;
  color: #383838;
  margin-bottom: 50px;
  margin-top: 30px;
}
.tarifs-section .tarif .more img {
  display: inline-block;
  margin-top: 18px;
}
.tarifs-section .tarif .text-center {
  margin-top: auto;
  background-color: #f2f2f2;
}
.tarifs-section .tarif .text-center .button {
  padding: 17px 33px;
  position: relative;
  top: 0%;
}
.tarifs-section .section-title-2 {
  margin-top: 100px;
}
.tarifs-section .dop-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  margin-right: -10px;
  margin-left: -10px;
}
.tarifs-section .dop-services .service {
  width: 500px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.tarifs-section .dop-services .service .title {
  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;
  min-height: 150px;
  text-align: center;
  color: #fe7117;
  font-size: 24px;
  line-height: 36px;
  font-family: GothamPro-Bold;
  position: relative;
}
.tarifs-section .dop-services .service .title:after {
  content: "";
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tarifs-section .dop-services .service .list {
  padding: 20px;
  list-style-image: url(../img/abonentskoe-obsluzhivanie/marker.svg);
  margin-left: 20px;
}
.tarifs-section .dop-services .service .list li {
  color: #383838;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 17px;
}
.tarifs-section .dop-services .service .text-center {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.third-section .section-title {
  color: #383838;
  font-size: 60px;
  font-family: basc;
  margin-bottom: 42px;
  text-align: center;
}

.third-section .grid-responsive {
  overflow: auto;
  max-width: 100%;
}

.third-section .grid-container {
  display: grid;
  grid-template-columns: 225px 2fr 3fr;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "grid-1 grid-2 grid-3" "grid-4 grid-5 grid-6" "grid-7 grid-8 grid-9" "grid-10 grid-11 grid-11" "grid-12 grid-13 grid-13";
}
.third-section .grid-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.third-section .grid-1 {
  grid-area: grid-1;
  color: #383838;
  font-size: 20px;
  line-height: 36px;
  font-family: GothamPro-Bold;
  padding: 20px 0;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}

.third-section .grid-2 {
  grid-area: grid-2;
  color: #75cbc5;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  font-family: GothamPro-Bold;
  padding: 20px 0;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}

.third-section .grid-3 {
  grid-area: grid-3;
  color: #7c7c7c;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  font-family: GothamPro-Bold;
  padding: 20px 0;
  border-bottom: 1px #e8e8e8 solid;
}

.third-section .grid-4 {
  grid-area: grid-4;
  font-size: 20px;
  line-height: 36px;
  font-family: "Nunito", sans-serif;
  color: #383838;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}

.third-section .grid-5 {
  grid-area: grid-5;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  padding: 5px 6px;
}
.third-section .grid-5 .blue-block {
  background: #e5f9f8;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #e5f9f8),
    color-stop(100%, white)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5f9f8),
    to(white)
  );
  background: linear-gradient(to bottom, #e5f9f8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f9f8', endColorstr='#ffffff', GradientType=0 );
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
}

.third-section .grid-6 {
  grid-area: grid-6;
  border-bottom: 1px #e8e8e8 solid;
  padding: 5px 6px;
}
.third-section .grid-6 .gray-block {
  background: #f2f2f2;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f2f2f2),
    color-stop(100%, white)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2f2f2),
    to(white)
  );
  background: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
  padding: 14px 19px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #383838;
  font-family: "Nunito", sans-serif;
}

.third-section .grid-7 {
  grid-area: grid-7;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  font-size: 20px;
  line-height: 36px;
  font-family: "Nunito", sans-serif;
  color: #383838;
}

.third-section .grid-8 {
  grid-area: grid-8;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  padding: 5px 6px;
}
.third-section .grid-8 .blue-block {
  background: #e5f9f8;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #e5f9f8),
    color-stop(100%, white)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5f9f8),
    to(white)
  );
  background: linear-gradient(to bottom, #e5f9f8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f9f8', endColorstr='#ffffff', GradientType=0 );
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
}
.third-section .grid-8 .blue-block li {
  margin-bottom: 15px;
}

.third-section .grid-9 {
  grid-area: grid-9;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  padding: 5px 6px;
}
.third-section .grid-9 .gray-block {
  background: #f2f2f2;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f2f2f2),
    color-stop(100%, white)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2f2f2),
    to(white)
  );
  background: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
  padding: 14px 19px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #383838;
  font-family: "Nunito", sans-serif;
}
.third-section .grid-9 .gray-block li {
  margin-bottom: 15px;
}

.third-section .grid-10 {
  grid-area: grid-10;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}

.third-section .grid-11 {
  grid-area: grid-11;
  border-bottom: 1px #e8e8e8 solid;
  color: #75cbc5;
  font-size: 20px;
  font-family: GothamPro-Bold;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}

.third-section .grid-12 {
  grid-area: grid-12;
  border-right: 1px #e8e8e8 solid;
  color: #fe7117;
  font-family: GothamPro-Bold;
  font-size: 20px;
  line-height: 30px;
  padding-right: 10px;
}

.third-section .grid-13 {
  grid-area: grid-13;
  padding: 5px 6px;
}
.third-section .grid-13 .blue-block {
  background: #e5f9f8;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #e5f9f8),
    color-stop(100%, white)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5f9f8),
    to(white)
  );
  background: linear-gradient(to bottom, #e5f9f8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f9f8', endColorstr='#ffffff', GradientType=0 );
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  padding: 16px 20px;
}
.third-section .grid-13 .blue-block li {
  margin-bottom: 15px;
}

.four-section {
  padding: 0 0 100px;
  background-image: url("../img/abonentskoe-obsluzhivanie/how-work-bg.jpg");
  background-size: cover;
  background-position: top center;
}
.four-section .section-title {
  color: #383838;
  font-size: 60px;
  font-family: basc;
  margin-top: 100px;
  margin-bottom: 42px;
  text-align: center;
}
.four-section .how-work-image .mobile {
  display: none;
}
.four-section .for-whom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.four-section .for-whom .col-xl-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.four-section .for-whom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  padding: 20px 20px 20px 0;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
}
.four-section .for-whom .item .icon {
  width: 35%;
  text-align: center;
}
.four-section .for-whom .item .text {
  width: 65%;
  color: #383838;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.four-section .slider-container {
  width: 90%;
  margin: auto;
}
.four-section .slider-container .slider-title {
  color: #fe7117;
  font-size: 24px;
  line-height: 36px;
  font-family: GothamPro-Bold;
  text-align: center;
  margin-bottom: 17px;
}
.four-section .slider-container .six-slider {
  position: relative;
}
.four-section .slider-container .six-slider .item {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 84, 94, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(76, 84, 94, 0.2);
  overflow: hidden;
}
.four-section .slider-container .six-slider .owl-prev {
  position: absolute;
  left: -22px;
  top: calc(50% - 22px);
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
}
.four-section .slider-container .six-slider .owl-next {
  position: absolute;
  right: -22px;
  top: calc(50% - 22px);
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
}

.seven-section {
  padding: 80px 0 0;
  background-image: url("../img/abonentskoe-obsluzhivanie/vector-bg-2.jpg");
  background-size: cover;
  background-position: center center;
}
.seven-section .section-title {
  color: #383838;
  font-size: 60px;
  font-family: basc;
  text-align: center;
  width: 915px;
  margin: 0 auto 42px;
}
.seven-section .question {
  -webkit-box-shadow: 0 0 4px 0 #aaa;
  box-shadow: 0 0 4px 0 #aaa;
  border-radius: 10px;
  font-family: "Nunito", sans-serif;
  padding-bottom: 5px;
  margin-top: 20px;
  background-color: #fff;
}
.seven-section .question .question_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  line-height: 36px;
  color: #383838;
}
.seven-section .question hr {
  border: none;
  height: 1px;
  display: none;
  background-color: #e8e8e8;
}
.seven-section .question img {
  width: 20px;
  height: 15px;
  margin-top: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.seven-section .question img.rotate {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.seven-section .question p {
  margin: 20px;
  display: none;
  line-height: 22px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.seven-section .ask_question {
  margin: 80px auto 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 18px 51px 0px rgba(76, 84, 94, 0.15);
  box-shadow: 0px 18px 51px 0px rgba(76, 84, 94, 0.15);
  font-family: "Nunito", sans-serif;
  padding: 20px 15px;
  border-radius: 10px;
  position: relative;
}
.seven-section .ask_question h3 {
  font-size: 24px;
  color: #383838;
  font-family: GothamPro-Bold;
  line-height: 36px;
}
.seven-section .ask_question h4 {
  font-size: 24px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  line-height: 36px;
  width: 630px;
  margin-bottom: 20px;
}
.seven-section .ask_question .coffee {
  position: absolute;
  right: 35px;
  top: -15px;
  width: 350px;
}
.seven-section .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  width: 80%;
  position: relative;
}
.seven-section .map iframe {
  border-radius: 0 100px 100px 0;
  height: 420px;
  -webkit-box-shadow: 0px 18px 51px 0px rgba(76, 84, 94, 0.15);
  box-shadow: 0px 18px 51px 0px rgba(76, 84, 94, 0.15);
}
.seven-section .map .circle {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(76, 84, 94, 0.2);
  box-shadow: 0 0 10px 0 rgba(76, 84, 94, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-family: "Nunito", sans-serif;
  background-color: #f2f2f2;
  position: absolute;
  right: -95px;
}
.seven-section .map .circle a:nth-child(2) {
  font-size: 24px;
  margin-top: 30px;
  color: #383838;
}
.seven-section .map .circle a:nth-child(3) {
  margin: 26px 0;
  font-weight: 100;
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  color: #383838;
  font-size: 20px;
  padding: 15px 40px;
  border-radius: 40px;
}
.seven-section .map .circle p {
  line-height: 24px;
}
.seven-section .footer-menu {
  padding-bottom: 40px;
}
.seven-section .footer-menu .container {
  position: relative;
}
.seven-section .footer-menu .container:after {
  content: "";
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.seven-section .footer-menu .menu-title {
  color: #fe7117;
  font-size: 20px;
  line-height: 36px;
  font-family: GothamPro-Bold;
}
.seven-section .footer-menu ul li {
  margin-bottom: 15px;
}
.seven-section .footer-menu ul li a {
  color: #383838;
  font-size: 16px;
  line-height: 22px;
  font-family: "Nunito", sans-serif;
  text-decoration: underline;
}
.seven-section .footer-menu ul li a:hover {
  color: #fe7117;
}
.seven-section .footer-menu .menu-services ul {
  list-style-position: inside;
  -webkit-column-count: 2;
  column-count: 2;
  height: 275px;
}

.copyright {
  background-color: #f2f2f2;
  padding: 30px 0;
}
.copyright .copyright-text {
  color: #383838;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.copyright .copyright-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright .copyright-logos .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  width: 205px;
}
.copyright .copyright-logos .item .text {
  color: #383838;
  font-size: 16px;
  line-height: 24px;
}
.copyright .copyright-logos .item img {
  margin-right: 18px;
}
.copyright .copyright-logos .item:last-child {
  margin-right: 0;
}
.copyright .copyright-bottom {
  margin-top: 55px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright .copyright-bottom:after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
}
.copyright .copyright-bottom .text {
  color: #383838;
  font-size: 14px;
  line-height: 16px;
  font-family: "Nunito", sans-serif;
  text-decoration: underline;
}
.copyright .copyright-bottom a {
  color: #383838;
  font-size: 14px;
  line-height: 16px;
  font-family: "Nunito", sans-serif;
  text-decoration: underline;
}
.copyright .copyright-bottom a:hover {
  color: #fe7117;
}
.service {
  transition: 0.3s;
}
.service:hover {
  transform: scale(1.1);
}

.benefit {
  transition: 0.3s;
}
.benefit:hover {
  transform: scale(1.1);
}

.modal-form {
  max-width: 500px;
  padding: 30px 0;
  background-color: #fff;
}
.modal-form .modal-form-title {
  font-family: basc;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #383838;
  margin-bottom: 58px;
  position: relative;
  padding: 31px 28px 0;
}
.modal-form .modal-form-title:after {
  content: "";
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
}
.modal-form .modal-form-subtitle {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #383838;
  font-family: "Nunito", sans-serif;
  margin-bottom: 26px;
}
.modal-form form {
  padding: 0 40px;
  text-align: center;
}
.modal-form form input[type="text"] {
  margin: 0 auto 20px;
  padding: 14px 21px;
  color: #383838;
  font-family: pfd-reg;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(92, 96, 99, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(92, 96, 99, 0.3);
  border-radius: 25px;
  border: none;
  width: 100%;
}
.modal-form form label {
  display: block;
  padding-left: 7px;
  margin-bottom: 26px;
  cursor: pointer;
}
.modal-form form label input[type="checkbox"] {
  display: inline-block;
}
.modal-form form label p {
  display: inline-block;
  color: #383838;
  font-family: pfd-light;
  font-size: 16px;
}
.modal-form form label p a {
  color: #383838;
  text-decoration: underline;
}
.modal-form form label p a:hover {
  color: #fe7117;
}
.modal-form form .button {
  padding: 17px 96px;
}

#lightcase-content .modal-test {
  padding: 105px 0;
  width: 1180px;
  background-image: url("../img/abonentskoe-obsluzhivanie/vector-bg-2.jpg");
  background-size: cover;
  background-position: center center;
}
#lightcase-content .modal-test .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#lightcase-content .modal-test .modal-test-title {
  color: #fe7117;
  font-size: 20px;
  line-height: 36px;
  font-family: GothamPro-Bold;
  margin-bottom: 30px;
}
#lightcase-content .modal-test .modal-test-subtitle {
  color: #383838;
  font-size: 30px;
  line-height: 40px;
  font-family: basc;
  margin-bottom: 80px;
  position: relative;
}
#lightcase-content .modal-test .modal-test-subtitle:after {
  content: "";
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
#lightcase-content .modal-test .modal-test-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lightcase-content .modal-test .modal-test-text p {
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  width: 395px;
  margin-right: 30px;
}
#lightcase-content .modal-test .woman {
  position: absolute;
  width: 358px;
  height: 578px;
  bottom: 0;
  left: 40px;
}
#lightcase-content .modal-test .woman img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#lightcase-content .modal-test .button {
  padding: 10px 100px;
}

.to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  display: none;
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  border: 2px #e8e8e8 solid;
}
.to-top img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1366px) {
  .about-section {
    background-position: 600px;
  }
}

@media (max-width: 1200px) {
  .top-line .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-line .row .top-menu-container {
    margin-bottom: 20px;
  }
  .header {
    background-position: 200px;
  }
  .about-section {
    background-position: 465px;
  }
  .about-section .section-subtitle {
    padding: 26px 90px 26px 30px;
  }
  .services-section .services {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services-section .services .service {
    margin: 20px 20px 0;
  }
  .red-form-1 {
    max-width: 960px;
    background-image: url("../img/abonentskoe-obsluzhivanie/red-form-bg-lg.png");
    padding: 70px 60px 200px;
  }
  .red-form-1 .woman {
    display: none;
  }
  .red-form-1 .form {
    bottom: -205px;
  }
  .red-form-1 .form form label {
    margin-top: 20px;
  }
  .benefits-section .benefits {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .benefits-section .benefits .benefit {
    margin: 20px 20px 0;
  }
  .tarifs-section .tarif {
    width: 100%;
    margin-bottom: 30px;
  }
  .tarifs-section .dop-services {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tarifs-section .dop-services .service {
    margin: 20px;
  }
  .four-section .form {
    max-width: 550px;
    margin: auto;
  }
  .four-section .for-whom .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .four-section .for-whom .item .text {
    font-size: 14px;
  }
  .seven-section .map {
    width: 85%;
  }
  .seven-section .ask_question h4 {
    width: 500px;
  }
  .seven-section .footer-menu .menu-services ul {
    height: 330px;
  }
  .modal-form {
    max-width: 550px;
    width: 550px;
  }
  #lightcase-content .modal-test {
    width: 95%;
  }
  #lightcase-content .modal-test .woman {
    display: none;
  }
  #lightcase-content .modal-test .button {
    padding: 10px 59px;
  }
}

@media (max-width: 992px) {
  .top-line .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-line .top-menu-container {
    display: none;
  }
  .header {
    background-position: -65%;
  }
  .about-section {
    background-position: 380px;
  }
  .services-section .services .service {
    width: 310px;
  }
  .services-section .services .service .text {
    width: 220px;
  }
  .red-form-1 .container {
    max-width: 912px;
  }
  .benefits-section .benefits .benefit {
    width: 310px;
  }
  .tarifs-section .dop-services .service {
    width: 310px;
  }
  .tarifs-section .dop-services .service .title {
    padding: 0 15px;
  }
  .third-section .section-title {
    text-align: center;
  }
  .seven-section {
    padding: 0;
  }
  .seven-section .section-title {
    width: 100%;
  }
  .seven-section .ask_question {
    width: 100%;
  }
  .seven-section .ask_question .coffee {
    top: auto;
    bottom: 0;
    width: auto;
  }
  .copyright .copyright-text {
    margin-bottom: 30px;
  }
  .copyright .copyright-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal-test .modal-test-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-test .modal-test-text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .top-line .row {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .top-line .contacts-container {
    margin-top: 30px;
  }
  .mobile-menu-button {
    top: 55px;
    display: block;
  }
  .header {
    padding-top: 230px;
    background-position: 0;
  }
  .about-section {
    background-position: 285px bottom;
    background-size: contain;
  }
  .about-section .section-subtitle {
    padding: 26px 30px 26px 30px;
  }
  .about-section .section-text {
    width: 350px;
  }
  .services-section .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .services-section .services {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .services-section .services .service {
    margin: 0 0 20px;
    width: 255px;
  }
  .services-section .services .service .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services-section .services .service .icon {
    margin-right: 20px;
  }
  .services-section .services .service .text {
    width: calc(100% - 60px);
  }
  .services-section .services .service:nth-child(7) {
    width: 100%;
  }
  .services-section .services .service:nth-child(7) .text {
    width: calc(100% - 60px);
  }
  .services-section .services .service:nth-child(8) {
    width: 100%;
  }
  .services-section .services .service:nth-child(8) .text {
    width: calc(100% - 60px);
  }
  .benefits-section .section-title {
    font-size: 35px;
    line-height: 50px;
  }
  .benefits-section .benefits {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .benefits-section .benefits .benefit {
    width: 255px;
    margin: 0 0 20px;
  }
  .benefits-section .benefits .benefit .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tarifs-section .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .tarifs-section .tarif-slider {
    position: relative;
  }
  .tarifs-section .tarif-slider .tarif {
    min-height: 680px;
  }
  .tarifs-section .tarif-slider .tarif .more img {
    width: 15px;
  }
  .tarifs-section .tarif-slider.owl-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 5px;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
  }
  .tarifs-section .tarif-slider.owl-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 5px;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
  }
  .tarifs-section .dop-services .service {
    width: 80%;
    margin: 40px auto;
  }
  .tarifs-section .dop-services .service .title {
    min-height: 75px;
  }
  .tarifs-section .dop-services .service .title br {
    display: none;
  }
  .tarifs-section .dop-services.owl-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 87px;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
  }
  .tarifs-section .dop-services.owl-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 87px;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
  }
  .second-section .section-title {
    text-align: center;
  }
  .second-section .section-subtitle {
    text-align: center;
  }
  .second-section .numbers .number:last-child {
    width: 430px;
  }
  .third-section .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .third-section .grid-container {
    grid-template-columns: 112px 2fr 3fr;
  }
  .third-section .grid-container > div {
    word-break: break-word;
  }
  .third-section .grid-container .grid-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .third-section .grid-container .grid-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .third-section .grid-container .grid-7 {
    font-size: 16px;
    line-height: 24px;
  }
  .red-form-1 {
    max-width: 95%;
    padding: 70px 60px 295px;
  }
  .red-form-1 .container {
    max-width: 540px;
  }
  .red-form-1 .red-block-title {
    font-size: 48px;
  }
  .red-form-1 .form {
    padding: 30px 33px;
    bottom: -250px;
  }
  .red-form-1 .form .form-subtitle {
    font-size: 20px;
  }
  .red-form-1 .form.container {
    max-width: 510px;
  }
  .red-form-1 .form form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .four-section .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .four-section .how-work-image .desktop {
    display: none;
  }
  .four-section .how-work-image .mobile {
    display: block;
  }
  .seven-section .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .seven-section .ask_question {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px auto 345px;
  }
  .seven-section .ask_question .button {
    margin-top: 20px;
  }
  .seven-section .ask_question h4 {
    width: 100%;
  }
  .seven-section .ask_question .coffee {
    right: 0;
    bottom: -45px;
  }
  .seven-section .map {
    width: 100%;
  }
  .seven-section .map iframe {
    border-radius: 0;
  }
  .seven-section .map .circle {
    left: 0;
    right: 0;
    top: -300px;
    margin: auto;
  }
  .seven-section .footer-menu .menu-services ul {
    height: 375px;
  }
  .copyright .copyright-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .copyright .copyright-bottom .text {
    text-align: center;
  }
  .copyright .copyright-bottom a {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 577px) {
  .button {
    padding: 15px 25px;
  }
  .trans-button {
    padding: 12px 10px;
  }
  .mobile-menu-button {
    top: 120px;
  }
  .top-line .row {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .top-line .contacts-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .top-line .contacts-container a {
    width: 49%;
  }
  .top-line .logo-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-line .lang-swap-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header .header-title {
    font-size: 30px;
    line-height: 40px;
  }
  .header .header-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .about-section .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .second-section .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .second-section .section-subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .second-section .numbers .number {
    width: 225px;
  }
  .red-form-1 {
    padding: 35px 30px 190px;
  }
  .red-form-1 .red-block-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 36px;
  }
  .red-form-1 .red-block-title:after {
    bottom: -18px;
  }
  .red-form-1 .red-block-subtitle {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
  }
  .red-form-1 .red-block-subtitle:after {
    bottom: -20px;
  }
  .red-form-1 .red-block-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .red-form-1 .form {
    padding: 30px 15px;
  }
  .red-form-1 .form form {
    padding: 0;
  }
  .red-form-1 .form .form-title {
    font-size: 18px;
    line-height: 30px;
  }
  .red-form-1 .form .form-subtitle {
    padding: 0 28px;
    font-size: 16px;
    line-height: 26px;
  }
  .third-section .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .third-section .section-subtitle {
    font-size: 18px;
    line-height: 30px;
    width: 65%;
  }
  .third-section .row.md-slider .owl-prev {
    top: 0;
    left: 5px;
  }
  .third-section .row.md-slider .owl-next {
    top: 0;
    right: 5px;
  }
  .four-section .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .six-section .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .six-section .red-form-3 {
    padding: 35px 30px 295px;
  }
  .six-section .red-form-3 .red-block-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 36px;
  }
  .six-section .red-form-3 .red-block-title:after {
    bottom: -18px;
  }
  .six-section .red-form-3 .red-block-subtitle {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
  }
  .six-section .red-form-3 .red-block-subtitle:after {
    bottom: -20px;
  }
  .six-section .red-form-3 .red-block-text {
    font-size: 16px;
    line-height: 24px;
  }
  .six-section .red-form-3 .form {
    padding: 30px 15px;
  }
  .six-section .red-form-3 .form form {
    padding: 0;
  }
  .six-section .red-form-3 .form .form-title {
    font-size: 18px;
    line-height: 30px;
  }
  .six-section .red-form-3 .form .form-subtitle {
    padding: 0 28px;
    font-size: 16px;
    line-height: 26px;
  }
  .seven-section .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .seven-section .question .question_title {
    color: #fe7117;
  }
  .seven-section .ask_question {
    margin: 80px auto 245px;
  }
  .seven-section .ask_question h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .seven-section .footer-menu .menu-services ul {
    height: auto;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .seven-section .map .circle {
    width: 290px;
    height: 290px;
    top: -200px;
  }
  .seven-section .map .circle a:nth-child(2) {
    margin-top: 15px;
  }
  .seven-section .map .circle a:nth-child(3) {
    margin-top: 15px;
  }
  .seven-section .map .circle p {
    padding: 0 50px;
  }
  .modal-form {
    width: 100%;
    max-width: 100%;
  }
  .modal-form .modal-form-title {
    font-size: 30px;
    line-height: 40px;
  }
  .modal-form .modal-form-subtitle {
    padding: 0 28px;
    font-size: 16px;
    line-height: 26px;
  }
  .modal-form form {
    padding: 0 15px;
  }
  .modal-form form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-form form .button {
    padding: 15px 60px;
  }
  #lightcase-content .modal-test {
    margin: auto;
    padding: 30px;
  }
  #lightcase-content .modal-test .modal-test-subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .copyright .copyright-logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .copyright .copyright-logos .item {
    margin: 0 0 20px;
  }
}

@media (max-width: 575px) {
  .tarifs-section .tarif-slider .col-xl-4 {
    width: 80%;
    margin: auto;
  }
  .tarifs-section .tarif-slider .tarif {
    min-height: auto;
  }
  .third-section .grid-container {
    width: 800px;
    grid-template-columns: 200px 2fr 3fr;
  }
}
.tarif-slider {
  justify-content: center;
}
@media (max-width: 425px) {
  .second-section .numbers .number {
    margin: 0 5px 20px;
    width: 160px;
    font-size: 15px;
    font-family: "Nunito", sans-serif;
  }
  .second-section .numbers .number .counter {
    font-size: 30px;
  }
  .second-section .numbers .number span {
    font-size: 16px;
  }
  .services-section .services .service {
    width: 90%;
    margin: 0 auto 20px;
  }
  .benefits-section .benefits .benefit {
    margin: 0 auto 20px;
  }
  .seven-section .ask_question .coffee {
    display: none;
  }
}

.services-section .services .service .text span {
  font-weight: 700;
}

.lightcase-contentInner img {
  height: 70%;
}
.lightcase-contentInner {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.banner-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-btn .copyright-logos {
  display: flex;
}
.banner-btn .copyright-logos .item {
  display: flex;
  align-items: center;
}
.banner-btn .copyright-logos .item img {
  margin-right: 10px;
}
.banner-btn .copyright-logos .item .text {
  max-width: 120px;
}
