/*
Theme Name: Net-city TV
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the Net-City team
Description: Net-City team.
Version: 0.1
Text Domain: nstv
*/

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  /* border: 1px solid red; */
}
body {
  margin: 0;
}
@font-face {
  font-family: "Cambria";
  src: url("./fonts/Cambria-Regular.eot");
  src: url("./fonts/Cambria-Regular.woff2") format("woff2"),url("./fonts/Cambria-Regular.woff") format("woff"),url("./fonts/Cambria-Regular.ttf") format("truetype"),url("./fonts/Cambria-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: normal
}
:root {
  --ui-text-font-family: "Montserrat",sans-serif;
  --ui-text-font-weight: 400;
  --ui-text-size: 16px;
  --ui-text-font-style: normal;
}

/* Modal */
.decor {
  position: absolute;
  width: 100%;
  top: 0;
}
.decor svg {
  width: 100%;
  height: auto;
  z-index: 1;
}
.decor.decor-btm svg {
  position: absolute;
  bottom: 0;
}
.form-modal .modal-header {
  height: 160px;
  border-bottom: none;
}
.form-modal .modal-header, .form-modal .modal-footer {
  padding: 0;
  position: relative;
}
.form-modal .modal-content {
  border-radius: 0;
}
.form-modal .btn-close {
  right: 12px;
  position: absolute;
  top: 13px;
  z-index: 9;
}
.form-modal .modal-title {
  margin-top: 90px;
  text-align: center;
  width: 100%;
  font-family: var(--ui-text-font-family);
  font-size: 20px;
  font-weight: 700;
  color: #363636;
}
.form-subtitle {
  color: #898989;
  font-size: 17px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px;
}
.form-modal .modal-body {
  padding: 0 50px 0 50px;
}

.form-modal .modal-footer {
  height: 80px;
  border-top: 0;
}
.decor.decor-btm {
  margin: 0;
  bottom: 0;
}
.form-modal .modal-content {
  border: 0;
}
.form-modal label, .form-modal label span, .form-modal label span input, .form-modal label span select {
  width: 100%;
}
.conect_type .wpcf7-list-item {
  display: flex;
  margin: 10px 0 10px 0;
}
.conect_type .wpcf7-list-item input {
  width: 30px;
}
.form-modal .wpcf7-submit {
  box-shadow: none;
}
.submit-wrapper {
  margin-top: 50px;
}
.submit-wrapper p {
  text-align: center;
}
.submit-wrapper .wpcf7-spinner {
  position: absolute;
}
.submit-wrapper.modal-submit input {
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
  color: white;
  border: none;
  padding: 10px 40px 14px;
  border-radius: 50px;
}
/* Modal end */


/* phones */
.phones-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
  padding: 20px 20px 20px 10px;
  border-radius: 30px;
}
#phones {
  width: 210px;
}
.phones-container {
  border: none !important;
  background: transparent !important;
}
.phones-wrapper .select2-selection__arrow b {
  border-color: white transparent transparent transparent !important;
}
.phones-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent !important;
}
#select2-phones-container {
  color: white;
  font-size: 20px;
  font-family: var(--ui-text-font-family);
  font-weight: 400;
  text-align: center;
}
.phones-dropdown--below .select2-results {
  height: auto !important;
}
.pnones-ico a {
  display: flex;
  border-radius: 20px;
  border: 2px solid transparent;
  padding: 6px;
  transition: border .5s;
}
.pnones-ico a svg {
  fill: white;
  transition: fill .5s;
}
.pnones-ico a:hover {
  border: 2px solid rgb(50 219 50);
}
.pnones-ico a:hover svg {
  fill: rgb(50 219 50);
}
#location {
  /* width: fit-content; */
}

.select2.select2-container.select2-container--default {
  width: auto;
}
.select2-selection__rendered {
  width: 100%;
}
#location, .location-inner .select2-selection {
  border: none;
}
.location-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  top: 9px;
  right: -10px;
}
.location-wrapper {
  display: flex;
  align-items: center;
}
.location-ico-wrapper svg {
  width: 20px;
  height: 20px;
  fill: rgba(99, 45, 134, 1);
}
.location-inner .select2-selection__rendered {
  display: inline-block !important;
  padding-right: 15px;
  color: rgba(99, 45, 134, 1);
  font-size: 20px;
  font-family: var(--ui-text-font-family);
  font-weight: 400;
}
.location-inner .select2-selection__arrow {
  position: relative !important;
}
.location-inner .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 0 !important;
  top: 4px;
}
.location-inner .select2-container--open .select2-dropdown--below {
  position: absolute !important;
  top: 25px !important;
}
.location-inner .select2-dropdown {
  border: none !important;
}
.location-inner .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #dcdcdc;
}
.location-wrapper, .phones-wrapper {
  opacity: 0;
}
.location-inner .select2-container--open .select2-dropdown--below {

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 7px 0 7px;
  border-color: rgba(99, 45, 134, 1) transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgba(99, 45, 134, 1) transparent;
  border-width: 0 7px 8px 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -1px;
}
.select2-results__option--highlighted {
  cursor: pointer;
  background: #f2e5e9;
}

.select2-dropdown.select2-dropdown--below {
  border: none;
  padding: 10px 25px 30px;
  border: 1px solid #f0f0f0;
  box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.13);
}
.select2-results {
  border-bottom: 1px solid #f7f7f7;
}
.select2-search__field {
  border: none !important;
  width: 150px;
}
.select2-search__field::placeholder {
  color: #dcdcdc;
  font-size: 14px;
  position: relative;
}
.select2-search {
  border-bottom: 1px solid #dcdcdc !important;
  margin-bottom: 5px;
}
.select2-search:after {
  content: "dsdf";
  position: absolute;
  right: 26px;
  top: 21px;
  color: #f7f7f7;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f002";
}
#select2-location-container {
  width: auto;
  max-width: 100%;
}
/* Location end */

/* Mob menu */
.menu-header-menu-container {
  display: flex;
  justify-content: center;
}
.mob__menu {
  display: none;
}
.mob__menu .header-socials {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.mob__menu .header-socials li {
  margin-right: 10px;
}
.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(33,39,54,.24);
}
.header {
  box-sizing: border-box;
  height: 82px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: block;
  height: 100%;
}
.header__logo img {
  height: 100%;
}
.header-menu, .header-socials {
  list-style-type: none;
}
.header-menu {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.header-menu li a {
  margin-right: 40px;
  color: #363636;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}
.header__menu {
  display: flex;
}
.header-socials {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.header-socials li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  color: var(--ui-block-title-color);
  line-height: normal;
  font-size: var(--ui-text-size);
  font-family: var(--ui-text-font-family);
  font-weight: var(--ui-text-font-weight);
  font-style: var(--ui-text-font-style);
  margin-left: 10px;
}
.header-socials li svg {
  height: 100%;
  width: 100%;
}
.header-socials__fb svg {
  fill: #3b5999;
}
.header-socials__fb:hover svg {
  fill: #4d70ba;
}
.header-socials__insta svg {
  fill: #c62795;;
}
.header-socials__insta:hover svg {
  fill: #d954b0;
}
.header-socials__viber svg {
  fill: #8f5db7;
}
.header-socials__viber:hover svg {
  fill: #a780c7;
}
.hero-info__txt p {
  font-family: 'Montserrat';
  font-size: 22px;
  color: white;
  margin: 45px 0 40px;
}
/* Mob menu end */

/* Hero */
.hero-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero-bg:before {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,1),rgba(255,255,255,0.99), rgba(255,255,255,.7), rgba(255,255,255,0));
}
.hero-bg img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.hero-info {
  position: relative;
}
.hero-info__txt {
  width: 70%;
  min-width: 500px;
  padding: 150px 0;
  position: relative;
}
.hero-info__txt:before {
  content: '';
  display: block;
  position: absolute;
  top: -72%;
  right: 18%;
  width: 1500px;
  height: 1500px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,1),rgba(255,255,255,.5));
  transform: rotate(-74deg);
}
.hero-info__txt:after {
  content: '';
  display: block;
  position: absolute;
  top: -97%;
  right: 18%;
  width: 1500px;
  height: 1500px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,.8));
  transform: rotate(-74deg);
}
.hero-info__img {
  width: 40%;
  padding: 0 15px;
}
.hero-info__img img {
  width: 100%;
}
.hero-wrapper h1 {
  font-family: var(--ui-text-font-family);
  font-size: 72px;
  font-weight: 400;
  color: rgba(35, 12, 53, 1);
  z-index: 9;
  position: relative;
  width: fit-content;
}
.hero-info__txt h2 {
  z-index: 9;
  position: relative;
  font-family: var(--ui-text-font-family);
  font-size: 72px;
  font-weight: 700;
  color: rgba(95, 45, 136, 1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
  width: fit-content;
}
.hero-info__txt p {
  max-width: 400px;
  font-family: var(--ui-text-font-family);
  font-size: 32px;
  font-weight: 400;
  color: rgba(35, 12, 53, 1);
  z-index: 9;
  position: relative;
}
.action {
  font-family: var(--ui-text-font-family);
  font-size: 32px;
  font-weight: 700;
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
  color: white;
  border: none;
  border-radius: 50px;
  padding: 16px 54px;
  transition: 0.3s;
  z-index: 1;
  position: relative;
}
.action a {
  color: white;
  text-decoration: none;
}
.action:hover {
  background-color: #673ab7
}
/* Hero end */

/* About */
.about-main {
  padding: 100px 0 80px;
  display: flex;
  justify-content: space-between;
}
.about-title {
  font-family: var(--ui-text-font-family);
  font-size: 40px;
  font-weight: 500;
  color: rgba(35, 12, 53, 1);
  padding: 50px 0 25px 0;
  position: relative;
}
.about-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 285px;
  height: 8px;
  background: rgba(35, 12, 53, 1);
  border-radius: 5px;
}
.about-subtitle {
  font-family: var(--ui-text-font-family);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, rgba(82, 5, 89, 1), rgba(254, 52, 53, 1), rgba(254, 52, 53, 1));
  padding: 8px 0;
}
.about-main-panel-wrapper {
  margin-top: 70px;
}
.about-main-panel {
  background: #fff;
  background-clip: padding-box; /* !importanté */
  border: solid 1px transparent; /* !importanté */
  border-radius: 20px;
  position: relative;
  max-width: 675px;
  box-shadow: 0px 17px 27px rgba(94, 44, 135, 0.45);
  padding: 50px 60px 50px;
  display: flex;
  align-items: center;
}
.about-main-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -1px;
  z-index: -1;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgba(95, 45, 136, 0.44), rgba(0, 0, 0, 0));
}
.about-main-panel__title {
  font-family: var(--ui-text-font-family);
  font-size: 32px;
  font-weight: 700;
  color: rgba(43, 43, 44, 1);
  padding-left: 40px;
  line-height: 1.3;
}
.about-short {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
.about-item__text {
  padding: 20px;
}
.about-item-wrapper {
  background: #fff;
  background-clip: padding-box; /* !importanté */
  border: solid 1px transparent; /* !importanté */
  border-radius: 20px;
  position: relative;
  max-width: 675px;
  box-shadow: 0px 17px 27px rgba(94, 44, 135, 0.45);
  padding: 50px 60px 50px;
  display: flex;
  align-items: center;
  padding: 26px 40px;
  height: 130px;
}
.about-item-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -1px;
  z-index: -1;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgba(95, 45, 136, 0.44), rgba(0, 0, 0, 0));
}
.about-item__text {
  font-family: var(--ui-text-font-family);
  font-size: 24px;
  font-weight: 500;
  color:rgba(43, 43, 44, 1);
}
.about-extra {
  display: flex;
  margin: 0 -10px;
}
.about-extra__item-wrapper {
  width: 33.33%;
  padding: 0 10px;
  height: 240px;
}
.about-extra__item {
  background: #fff;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 17px 27px rgba(254, 52, 53, 0.35);
  padding: 50px 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 40px 30px;
  height: 100%;
}
.about-extra__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -1px;
  z-index: -1;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgba(254, 52, 53, 0.44), rgba(254, 52, 53, 0));
}
.about-extra__item-title {
  font-family: var(--ui-text-font-family);
  font-size: 32px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, rgba(82, 5, 89, 1), rgba(254, 52, 53, 1), rgba(254, 52, 53, 1));
}
.about-extra__item-text {
  font-family: var(--ui-text-font-family);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.about-item__ico {
  width: 30%;
  max-width: 80px;
}
.about-item__text {
  width: 70%;
}
.about-item__ico svg {
  width: 100%;
}
/* About end*/

/* Services */
.services-wrapper {
  background: rgba(248, 248, 248, 1);
  position: relative;
}
.services_bg {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 24px;
}
.services-inner {
  z-index: 2;
  position: relative;
  padding-top: 80px;
}
.services-inner h2 {
  font-family: var(--ui-text-font-family);
  font-size: 48px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, rgba(94, 44, 135, 1), rgba(254, 52, 53, 1));
  text-align: center;
}
.services-subtitle {
  font-family: var(--ui-text-font-family);
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.services-items {
  margin-top: 100px;
  width: 60%;
}
.services-img {
  width: 40%;
  position: relative;
}
.service {
  display: flex;
  margin-bottom: 30px;
}
.service__txt {
  display: flex;
  flex-direction: column;
}
.services-items-wrapper {
  display: flex;
}
.service__title {
  font-family: var(--ui-text-font-family);
  font-size: 24px;
  font-weight: 800;
  color: rgba(95, 45, 136, 1);
}
.service__ico-wrapper {
  min-width: 89px;
  text-align: center;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service__text {
  font-family: var(--ui-text-font-family);
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
/* Services end*/

/* Tariffs */
.tariffs-apartment-house, .tariffs-private-house {
  display: flex;
}
.tariffs-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
.tariffs-control {
  display: flex;
  padding: 17px 26px;
  border-radius: 10px;
  border: 1px solid rgba(95, 45, 136, 0.45);
  justify-content: center;
  width: 30%;
  cursor: pointer;
  margin: 0 5px 15px 0;
}
.tariffs-control:hover {
  text-decoration: underline;
}
.tariffs-control.active {
  color:white;
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
  border: none;
}
.tariffs-control__text {
  font-family: var(--ui-text-font-family);
  font-size: 20px;
  font-weight: 700;
  padding-right: 20px;
}
.tariffs-control svg {
  fill: rgba(43, 43, 44, 1);
}
.tariffs-control.active svg {
  fill: white;
}

.tariffs-wrapper {
  margin-top: 100px;
  padding-bottom: 60px;
}
.tariffs-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.tariffs-wrapper h2 {
  color: rgba(95, 45, 136, 1);
  font-size: 48px;
  font-weight: 700;
  font-family: Montserrat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, rgba(94, 44, 135, 1), rgba(254, 52, 53, 1));
  width: fit-content;
  margin: 0 auto;
}
.tariff-wrapper {
  width: 33.33%;
  padding: 10px;
  display: none;
}
.tariff-wrapper.active {
  display: block;
}
.tariff-inner {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.tariff__title {
  color: rgba(95, 45, 136, 1);
  font-size: 32px;
  font-weight: 700;
  font-family: Montserrat;
  padding: 35px 0px 15px;
  line-height: 1.1;
}
.tariff__subtitle {
  color: rgba(43, 43, 44, 1);
  font-size: 22px;
  font-weight: 600;
  font-family: Montserrat;
  padding: 0 60px 15px;
  line-height: 1.6;
}
.tariff__price {
  background: linear-gradient(90deg, rgba(130,87,157,0.85) 0%, rgba(95,45,136,1) 100%);
}
.tariff__price-value {
  color: white;
  font-size: 40px;
  font-weight: 600;
  font-family: Montserrat;
  padding: 20px 0px 7px;
  line-height: 1;
}
.tariff__price-unit {
  color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: Montserrat;
  padding: 0px 0px 18px;
  line-height: 1;
}
.tariff-block-wrapper {
  padding: 0 15px;
}
.tariff-block-title {
  margin-bottom: auto;
}
.tariff__bandwidth, .tariff__channel-quantity {
  color: rgba(95, 45, 136, 1);
  font-size: 22px;
  font-weight: 600;
  font-family: Montserrat;
  padding: 5px 0;
}
.tariff__bandwidth {
  border-bottom: 1px solid rgba(95, 45, 136, 1);
  padding-top: 25px;
}
.tariff__channel-quantity {
  padding-bottom: 15px;
}
.tariff__channel-connect {
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 30px;
  min-width: 285px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgba(95, 45, 136, 1) 0%, rgba(254, 52, 53, 1) 100%);
}
.tariff__channel-connect:hover {
  color: white;
}
.button-helper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, rgba(95, 45, 136, 1) 100%, rgba(254, 52, 53, 1) 100%);
  transition: opacity .3s linear;
}
.tariff__channel-connect:hover .button-helper {
  opacity: 1;
}
.tariff__channel-more {
  color: rgba(35, 12, 53, 1);
  font-size: 20px;
  font-weight: 500;
  font-family: Montserrat;
  padding: 5px 0;
  text-decoration: none;
  line-height: 1;
  padding: 0;
  margin: 18px 0 45px;
  display: inline-block;
  border-bottom: 1px solid rgba(35, 12, 53, 1);
  transition: border-bottom .3s linear;
}
.tariff__channel-more:hover {
  color: rgba(35, 12, 53, 1);
  border-bottom: 1px solid transparent;
}
/* Tariffs end */

/* Tariff */
.tariff-wrapper_single {
  padding-top: 140px;
}
.tariff-tohome {
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid rgba(94, 44, 135, 0.45);
  border-radius: 5px;
  position: absolute;
    padding: 5px 10px;
}
.tariff-tohome:hover {
  background-color: rgba(130,87,157,0.85);
}
.tariff-tohome__text {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 400;
  font-family: Montserrat;
  padding: 0 10px 0;
}
.tariff-top__title {
  color: rgba(95, 45, 136, 1);
  font-size: 62px;
  font-weight: 700;
  font-family: Montserrat;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  padding: 0 200px;
}
.tariff-description {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.tariff-detail, .tariff-short {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.tariff-detail {
  width: 746px
}
.tariff-detail__title {
  color: rgba(43, 43, 44, 1);
  font-size: 32px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 1;
  text-align: center;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tariff-short {
  width: 413px;
}
.tariff-detail__top {
  display: flex;
}
.tariff-detail__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 35px;
}
.tariff-detail__item:nth-child(1) {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.tariff-detail__amount {
  background: linear-gradient(90deg, rgba(130,87,157,0.85) 0%, rgba(95,45,136,1) 100%);
  text-align: center;
  text-align: center;
  padding: 20px 0;
}
.tariff-detail__value {
  color: white;
  font-size: 40px;
  font-weight: 700;
  font-family: Montserrat;
  line-height: 1;
}
.tariff-detail__unit {
  color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 1;
}
.tariff-detail__text {
  padding: 25px;
}
.tariff-short__action {
  text-align: center;
  padding: 30px 15px 40px;
}
.tariff-short__title {
  font-size: 32px;
  font-weight: 700;
  font-family: Montserrat;
  color: rgba(95, 45, 136, 1);
  line-height: 1;
  text-align: center;
  padding: 50px 20px 20px
}
.tariff-short__sub {
  font-size: 22px;
  font-weight: 600;
  font-family: Montserrat;
  color: rgba(43, 43, 44, 1);
  padding: 0 20px 30px;
  text-align: center;
}
/* Tariff end*/

/* Channels */
.tariff-channels-wrapper {
  margin-top: 90px;
}
.tariff-channels {
  display: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.tariff-channels-controlls {
  padding: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}
.tariff-channels-inner {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 770px;
  overflow: hidden;
}
.channel-cat-btn {
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat;
  color: rgba(43, 43, 44, 1);
  border: 1px solid rgba(95, 45, 136, 0.4);
  border-radius: 10px;
  padding: 5px 20px;
  min-width: 237px;
  margin: 10px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.channel-cat-btn.active {
  color: white;
  background: linear-gradient(90deg, rgba(95, 45, 136, 1) 0%, rgba(254, 52, 53, 1) 100%);
}
.channel-cat-btn:hover:before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid rgba(95, 45, 136, 0.4);
  bottom: 6px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}
.channel-wrapper {
  width: 155px;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.channel-wrapper.active {
  display: flex;
}
.channel__ico {
  width: 105px;
  height: 105px;
}
.channel__ico img {
  width: 100%;
}
.channel__title {
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat;
  color: rgba(43, 43, 44, 1);
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
.tariff-channels .mCustomScrollBox {
  width: 100%;
}
.tariff-channels .mCSB_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* Channels end */

/* Faq */
.faq-wrapper {
  margin-top: 50px;
  background: rgba(248, 248, 248, 1);
  padding: 40px;
}
.accordion-item .accordion-button {
  padding-left: 40px;
}
.accordion-button::after {
  position: absolute;
  left: 10px;
}
.accordion-button {
  border: none !important;
  outline: 0;
}
.faq-inner__title {
  font-size: 36px;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 20px;
  color: rgba(95, 45, 136, 1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
}
.accordion-body {
  font-size: 20px;
  font-weight: 500;
  font-family: Montserrat;
  color: rgba(43, 43, 44, 1);
  background-color: rgba(248, 248, 248, 1);
}
.accordion-button {
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat;
  color: rgba(95, 45, 136, 1);
  background-color: rgba(248, 248, 248, 1);
  box-shadow: none;
}
.accordion-button.collapsed {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: rgba(95, 45, 136, 1);
  background-color: rgba(248, 248, 248, 1);
  box-shadow: none;
}
.accordion-button.collapsed:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top: 10px solid #652386;
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top: 10px solid #652386;
  background-image: none;
}
/* Faq end */

/* Contacts */
.contacts-inner {
  padding: 50px 30px;
  display: flex;
}
.contacts__place-wrapper, .contacts__time-wrapper {
  width: 28%;
  padding: 20px;
}
.contacts__phone-wrapper {
  width: 44%;
  padding: 20px 7px 7px;
}
.contacts-item {
  border-radius: 10px;
  box-shadow: 0px 30px 47px -9px rgba(95, 45, 136, .3);
  padding: 25px 35px;
  text-align: center;
}
.contacts__title {
  font-size: 26px;
  font-weight: 800;
  font-family: Montserrat;
  color: rgba(35, 12, 53, 1);
  padding: 20px 0 10px;
}
.contacts__text {
  font-size: 22px;
  font-weight: 500;
  font-family: Montserrat;
  color: rgba(0, 0, 0, 1);
}
.contacts-phone__text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contacts-phone__text a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  padding: 5px;
}
.select2-results {
  /* height: auto; */
}
/* Contacts end */

/* Form */
.contact-form-wrapper {
  position: relative;
  padding: 50px 0;
}
.contact-form-bg img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.contact-form-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.contact-form {
  background: white;
  display: inline-block;
  padding: 36px;
  max-width: 481px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 0px 3px 2px #fff;
}
.contact-form h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: Montserrat;
  color: rgba(35, 12, 53, 1);
}
.contact-form h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: Montserrat;
  color: rgba(142, 142, 142, 1);
}
.contact-form .wpcf7-text {
  border: none;
  border-bottom: 1px solid grey;
}
.submit-wrapper {
  /* padding-top: 50px; */
}
.submit-wrapper p {
  text-align: center;
}
.contact-form .wpcf7-submit {
  font-size: 32px;
  font-weight: 700;
  font-family: Montserrat;
  color: white;
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
  border: none;
  border-radius: 50px;
  padding: 10px 40px;
}
.contact-form .wpcf7-spinner {
  right: -3px;
  top: 25px;
  background-color: #e89fa8;
}
.wpcf7-response-output {

}
.submit-wrapper.modal-submit p {
  position: relative;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form input {
  font-size: 20px;
  width: 100%;
}
/* Form end */

/* footer */
.footer-inner {
  padding: 0 15px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 20px;
}
.footer__logo-wrapper {
  width: 140px;
}
.footer__logo-wrapper img {
  width: 100%;
}
.footer__menu-wrapper {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  margin: 0;
}
.footer__menu-wrapper li {
  padding: 0 15px;
}
.footer__menu-wrapper li a {
  text-decoration: none;
  font-family: var(--ui-text-font-family);
  font-size: 16px;
  font-weight: 400;
  color: #383838;
}
.copyright {
  display: flex;
  justify-content: space-between;
  font-family: var(--ui-text-font-family);
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  padding: 20px 0;
}
.footer__icons {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}
.footer__icons li {
  width: 32px;
  margin-left: 5px;
}
.footer_fb_p1 {
  fill: white;
}
.footer_insta_p2 {
  fill: white;
}
.footer_viber_p1 {
  fill: white;
}
.footer__menu-wrapper li a:hover {
  color: #916aae;
}
/* .footer_fb_p2, .footer_fb_p3, .footer_insta_p3, .footer_insta_p5 {
  fill: #d1552b;
} */
.footer_fb, .footer_insta, .footer_viber {
  fill: #d1552b;
}
.footer_fb:hover .footer_fb_p1 {
  fill: #d1552b;
}
.footer_fb:hover .footer_fb_p3 {
  fill: white;
}
.footer_insta:hover .footer_insta_p2 {
  fill: #d1552b;
}
.footer_insta:hover .footer_insta_p4, .footer_insta:hover .footer_insta_p5 {
  fill: white;
}
.footer_viber:hover .footer_viber_p1 {
  fill: #d1552b;
}
.footer_viber:hover .footer_viber_p3 {
  fill: white;
}

/* mob menu */
/* Гамбургер иконка */
.menu-btn {
	width: 30px;
	height: 30px;
	position: relative;
	z-index:2;
	overflow: hidden;
}

.menu-btn span {
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #222222;
	transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 5px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
  display: none;
}
.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */
.menu {
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: white;
  transform: translateX(-128%);
  transition: transform 0.5s;
}
.menu.active {
  transform: translateX(0);
}
.menu li {
  list-style-type: none;
}
.mob__menu ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.mob_menu_item {
  text-decoration: none;
  color: #383838;
  font-family: var(--ui-text-font-family);
  font-size: 18px;
  font-weight: 400;
  padding: 9px;
  display: block;
}
.mob_menu_item:hover {
  color: #916aae;
}
.tariff-detail__text {
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat;
  color: rgba(43, 43, 44, 1);
}
.tariff-detail__text ul, .description_add {
  list-style-type: none;
  font-weight: 400;
  padding-left: 0;
  margin-top: 10px;
}
.tariff_speed_wrapper, .tv_pack_wrapper {
  text-wrap: nowrap;
}
.accord-phones-wrapper {
  display: flex;

}
.thank-hero-info__txt a {
  text-decoration: none !important;
}
.thank-hero-info__txt a:hover {
  color: white;
  box-shadow: 0px 0px 20px rgb(242 41 117 / 50%);
}
.location_first-wrapper {
  margin-bottom: 50px;
}
.location_first-wrapper .select2-container {
  width: 100% !important;
}
.location_first-wrapper .select2-selection {
  padding: 5px;
  border: 2px solid #9266ae;
  height: auto;
  width: auto;
}
.location_first-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.location_first-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 11px;
}
/* .location_first-dropdown--below {
  left: 0 !important;
} */
#location_first {
  width: 100%;
}
.select2-container {
  z-index: 9999;
}
.location_first-btn {
  width: 200px;
  margin: 0 auto 50px;
  display: block;
  font-family: var(--ui-text-font-family);
  font-size: 20px;
  font-weight: 700;
  background-image: linear-gradient(45deg, rgba(95, 45, 136, 1), rgba(254, 52, 53, 1));
  color: white;
  border: none;
  border-radius: 50px;
  padding: 11px 54px;
  transition: 0.3s;
}
.location_first-btn:hover {
  box-shadow: 0px 0px 20px rgb(242 41 117 / 50%);
}

.form-app-add-wrapper {
  display: flex;
}
.form-app-add-wrapper span {
  font-family: var(--ui-text-font-family);
  font-size: 16px;
}
.form-app-add-title {
  font-weight: 700;
  padding-left: 5px;
}

/* media */
@media (max-width: 1700px) {
  .header-menu li a {
    margin-right: 20px;
  }
}

@media (max-width: 1399px) {
  .hero-wrapper h1 {
    font-size: 67px;
  }
  .header-menu li a {
    margin-right: 15px;
  }
  .services-wrapper img {
    position: absolute;
    right: -131px;
  }
  .tariff-detail {
    margin-right: 15px;
  }
  .services-wrapper {
    overflow: hidden;
  }
  .location-inner .select2-selection__rendered {
    font-size: 16px;
  }
  .header-menu li a {
    font-size: 18px;
  }
  .header-menu {
    padding-left: 10px;
  }
  #select2-phones-container {
    font-size: 16px;
  }
  .phones-wrapper .select2.select2-container.select2-container--default {
    /* width: 174px !important; */
  }
  .tariff__subtitle {
    padding: 0 30px 15px;
  }
}
@media (max-width: 1200px) {
  .hero-info__txt:before, .hero-info__txt:after {
    right: 0;
  }
  .tariff__subtitle {
    padding: 0 70px 15px;
  }
}
@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
  .mob__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-item__text {
    font-size: 17px;
  }
  .about-extra__item-title {
    font-size: 24px;
  }
  .about-extra__item-text {
    font-size: 17px;
  }
  .tariffs-control__text {
    font-size: 18px;
  }
  .tariffs-control {
    min-width: 385px;
    padding: 17px 38px;
  }
  .tariff-wrapper {
    width: 50%;
  }
  .contacts__title {
    font-size: 17px;
  }
  .contacts__text {
    font-size: 18px;
  }
  .services-wrapper img {
    right: -17%;
  }
}
@media (max-width: 991px) {
  .hero-info__txt:before, .hero-info__txt:after {
    right: 16px;
    width: 2000px;
    height: 2000px;
  }
  .hero-wrapper h1 {
    font-size: 56px;
  }
  .hero-info__txt h2 {
    font-size: 66px;
  }
  #location {
    width: 255px;
  }
  .phones-wrapper {
    display: none;
  }
  .about-subtitle {
    font-size: 40px;
  }
  .about-main-panel {
    padding: 29px;
  }
  .about-main-panel__title {
    font-size: 20px;
  }
  .about-item-wrapper {
    padding: 23px 15px;
  }
  .about-extra__item {
    padding: 26px 20px 26px;
  }
  .about-extra__item-title {
    font-size: 25px;
  }
  .about-extra__item-wrapper {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-extra__item-text {
    font-size: 20px;
  }
  .tariffs-controls {
    flex-direction: column;
  }
  .tariffs-control {
    margin-bottom: 15px;
  }
  .tariffs-wrapper h2, .services-inner h2 {
    font-size: 35px;
  }
  .tariff__title {
    font-size: 23px;
  }
  .services-img {
    width: 0;
  }
  .services-items {
    width: 100%;
  }
  .contacts-item {
    padding: 18px 15px;
  }
  .contacts__text {
    font-size: 15px;
  }
  .contacts-inner {
    padding: 50px 15px;
  }
  .contact-form-bg img {
    opacity: .1;
  }
  .contact-form-inner {
    text-align: center;
  }
  .single-tariff-top__title {
    padding: 0 0 0 200px;
    font-size: 32px;
  }
  .single-tariff-description {
    flex-direction: column;
    align-items: center;
  }
  .single-tariff-detail {
    margin-right: 0;
    width: auto;
    margin-bottom: 30px;
  }
  .tariff-channels-controlls {
    padding: 0px;
  }
  .channel-cat-btn {
    padding: 5px 5px;
    min-width: 230px;
  }
  .tariffs-controls {
    align-items: center;
  }
  .services-wrapper img {
    opacity: .05;
  }
  .about-item__text {
    padding-right: 0;
    font-size: 16px;
  }
  .about-extra {
    flex-direction: column;
  }
  .tariff__subtitle {
    padding: 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .hero-info__txt:before, .hero-info__txt:after {
    right: -256px;
  }
  .hero-wrapper h1, .hero-info__txt h2 {
    width: auto;
    text-align: center;
  }
  .hero-info__txt {
    width: auto;
    text-align: center;
  }
  .hero-info__txt p {
    max-width: none;
    text-align: center;
  }
  .about-title {
    font-size: 28px;
  }
  .about-subtitle {
    font-size: 29px;
  }
  .about-main-panel {
    padding: 18px;
  }
  .about-item__ico {
    width: 30%;
  }
  /* .about-item__ico svg {
    width: 80px;
  } */
  .about-item__ico svg {
    /* width: 80px;
    height: 80px; */
  }
  .about-item__text {
    width: 70%;
  }
  .about-item__text {
    font-size: 14px;
    padding-right: 0;
  }
  .about-short {
    width: 60%;
  }
  .contacts-inner {
    flex-direction: column;
  }
  .contacts__item-wrapper {
    width: 100%;
  }
  .tariff-wrapper {
    width: 100%;
  }
  .tariffs-wrapper h2, .services-inner h2 {
    font-size: 28px;
  }
  .single-tariff-top__title {
    padding: 0;
    padding-top: 70px;
  }
  .location-wrapper {
    margin: 0 15px 0 10px;
    width: 43%;
  }
  .location-inner {
    width: 100%;
  }
  .header__logo {
    width: 140px;
  }
  .mob__menu {
    width: 30px;
  }
  .location-inner .select2.select2-container.select2-container--default {
    max-width: 100%;
  }
  .tariff__subtitle {
    padding: 0 15px 15px;
    margin: 0 auto;
    width: 290px;
  }
}
@media (max-width: 575px) {
  .hero-info__txt {
    min-width: auto;
  }
  .hero-wrapper h1 {
    font-size: 45px;
  }
  .hero-info__txt h2 {
    font-size: 48px;
  }
  .hero-info__txt .action {
    font-size: 20px;
  }
  .hero-info__txt p {
    font-size: 25px;
  }
  .about-main {
    flex-direction: column;
    padding: 20px 0 80px;
  }
  .about-short, .about-desc {
    width: 100%;
  }
  .about-short {
    padding-right: 0;
  }
  .about-main-panel-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .about-title {
    padding: 15px 0 25px 0;
  }
  .about-extra {
    flex-direction: column;
  }
  .about-extra__item-wrapper {
    width: 100%;
    height: auto;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form .wpcf7-text {
    width: 100%;
  }
  .contact-form h2 {
    font-size: 28px;
  }
  .contact-form h3 {
    font-size: 16px;
  }
  .contact-form .wpcf7-submit {
    font-size: 18px;
  }
  .services-items {
    padding-left: 0;
    margin-top: 50px;
  }
  .service__ico {
    width: 50px;
  }
  .service__ico svg {
    width: 100%;
  }
  .service__ico-wrapper {
    min-width: 25px;
  }
  .service__title {
    font-size: 18px;
  }
  .service__text {
    font-size: 16px;
  }
  .service__ico-wrapper {
    min-width: auto;
    width: 12%;
    margin-right: 5px;
  }
  .service__txt {
    width: 88%;
  }
  .services-inner {
    padding-top: 45px;
  }
  .about-item-wrapper {
    margin-bottom: 30px;

  }
  .about-item__ico {
    width: 80px;
    margin-left: 3px;
  }
  .about-item__text {
    padding-left: 40px;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 550px) {
  .channel-cat-btn {
    min-width: 161px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .tariffs-wrapper h2, .services-inner h2 {
    font-size: 22px;
  }
}
@media (max-width: 524px) {
  .header {
    /* flex-wrap: wrap; */
    /* height: 110px; */
  }
  .mob__menu {
    margin-left: 35px;
  }
  .header__logo img {
    height: auto;
    width: 145px;
  }
  .header__logo {
    height: auto;
  }
  .location-wrapper {
    /* width: 100%; */
    margin: 0 15px 0 10px;
  }
  .menu {
    top: 72px;
    z-index: 9;
  }
  .mob__menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .menu-header-menu-container {
    text-align: center;
  }
  .mob__menu .header-socials {
    flex-direction: row;
  }
  .header-menu li a {
    margin-right: 0;
  }
  .tariff-short {
    width: auto;
  }
  .tariff-detail__title {
    font-size: 20px;
  }
  .tariff-short__title {
    font-size: 26px;
  }
}
@media (max-width: 495px) {
  .copyright {
    flex-direction: column;
  }
}
@media (max-width: 440px) {
  .hero-wrapper h1 {
    font-size: 34px;
  }
  .hero-info__txt h2 {
    font-size: 35px;
  }
  .hero-info__txt p {
    font-size: 19px;
  }
  .action {
    padding: 16px 27px;
  }
  .tariffs-wrapper h2, .services-inner h2 {
    font-size: 21px;
    text-align: center;
  }
  .tariffs-control {
    padding: 17px 15px;
    min-width: auto;
  }
  .about-title:after {
    width: 100%;
  }
  .about-title {
    font-size: 25px;
  }
  .about-subtitle {
    font-size: 25px;
  }
  .service__ico-wrapper {
    width: 15%;
  }
  .service__txt {
    width: 85%;
  }
  .tariffs-control {
    justify-content: space-between;
  }
  .tariffs-wrapper {
    margin-top: 65px;
  }
  .faq-wrapper {
    padding: 15px 0;
  }
  .channel-cat-btn:hover:before {
    width: 20px;
    margin-left: -10px;
  }
  .tariffs-control {
    width: 100%;
  }
  /* modal */
  .form-modal .modal-body {
    padding: 15px;
  }
}

@media (max-width: 420px) {
  .location-wrapper {
    width: 22%;
  }
  .select2-dropdown.select2-dropdown--below {
    left: -90px !important;
    width: 200px !important;
  }
  .location_first-dropdown--below.select2-dropdown--below {
    left: 0px !important;
    /* width: 200px !important; */
  }
}

@media (max-width: 407px) {
  .tariff-channels-controlls {
    justify-content: start;
  }
  .channel-cat-btn {
    min-width: auto;
  }
  .tariff-channels-wrapper {
    margin-top: 50px;
  }
  .faq-inner__title {
    font-size: 22px;
    text-align: center;
  }
  .accordion-button {
    font-size: 18px;
  }
  .accordion-body {
    font-size: 16px;
  }
  .tariff-detail__title {
    font-size: 17px;
  }
  .tariff__subtitle {
    padding: 0 0 15px;
    margin: 0 auto;
    width: 230px;
    font-size: 18px;
  }
}
@media (max-width: 345px) {
  .hero-wrapper h1 {
    font-size: 30px;
  }
  .about-main-panel__title, .about-item__text {
    font-size: 18px;
    padding-left: 19px;
  }
  .tariff__channel-connect {
    font-size: 21px;
    min-width: 225px;
  }
  .service__ico-wrapper {
    width: 20%;
  }
  .service__txt {
    width: 80%;
  }
  .service__title {
    font-size: 14px;
  }
  .contact-form .wpcf7-text {
    font-size: 14px;
  }
  .contact-form .wpcf7-submit {
    font-size: 15px;
    padding: 10px 23px;
  }
  .contact-form h2 {
    font-size: 23px;
  }
}