/* fonts starts*/
/* fonts starts */
@font-face {
  font-family: "Baloo2-Bold";
  src: url("fonts/Baloo/Baloo2-Bold.ttf");
}
@font-face {
  font-family: "Baloo2-ExtraBold";
  src: url("fonts/Baloo/Baloo2-ExtraBold.ttf");
}
@font-face {
  font-family: "Baloo2-Medium";
  src: url("fonts/Baloo/Baloo2-Medium.ttf");
}
@font-face {
  font-family: "Baloo2-Regular";
  src: url("fonts/Baloo/Baloo2-Regular.ttf");
}
@font-face {
  font-family: "Baloo2-SemiBold";
  src: url("fonts/Baloo/Baloo2-SemiBold.ttf");
}
@font-face {
  font-family: "Mulish-Bold";
  src: url("fonts/Mulish/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Mulish-ExtraBold";
  src: url("fonts/Mulish/Mulish-ExtraBold.ttf");
}
@font-face {
  font-family: "Mulish-Light";
  src: url("fonts/Mulish/Mulish-Light.ttf");
}
@font-face {
  font-family: "Mulish-Medium";
  src: url("fonts/Mulish/Mulish-Medium.ttf");
}
@font-face {
  font-family: "Mulish-Regular";
  src: url("fonts/Mulish/Mulish-Regular.ttf");
}
@font-face {
  font-family: "Mulish-SemiBold";
  src: url("fonts/Mulish/Mulish-SemiBold.ttf");
}
/* fonts ends */
.container {
  max-width: 1144px;
}

.footer {
  background-color: #fff;
  padding-top: 57px;
  padding-bottom: 57px;
}

.footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 22px;
}

.footer__copyright {
  font: 12px "Mulish-Regular";
  color: #000;
  line-height: 19px;
}

.footer__contact li img {
  margin-right: 10px;
}
.footer__contact li a {
  font: 13px "Mulish-Regular";
  color: #000;
  line-height: 15px;
  text-decoration: none;
}
.footer__contact li a:hover {
  color: #333;
}

.footer__contact li:first-child a {
  font: 12px "Mulish-Regular";
}

.footer__contact li:first-child {
  margin-right: 45px;
}

.top-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  transition: all 0.4s ease;
}
.top-btn:hover {
  transform: scale(1.1);
}

.footer__grid {
  padding-top: 70px;
  padding-bottom: 45px;
}

.footer_grid_item {
  padding-left: 20px;
  padding-right: 20px;
}
.footer_grid_item:first-child {
  /*width: 23%;*/
  width: 46%;
}
.footer_grid_item:nth-child(2) {
  width: 23%;
}
.footer_grid_item:nth-child(3) {
  width: 22%;
}
.footer_grid_item:nth-child(4) {
  width: 16%;
}
.footer_grid_item:nth-child(5) {
  width: 16%;
}
.footer_grid_item a {
  transition: all 0.4s ease;
}
.footer_grid_item a:hover {
  color: #E4002C;
}

.footer_social {
  margin-top: 50px;
}
.footer_social li a {
  display: block;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.footer_social li a:hover {
  transform: scale(1.2);
}

.footer_p, .footer_menu_last li a {
  font: 16px "Mulish-Bold";
  color: #000;
  text-decoration: none;
}

.footer_p {
  margin-bottom: 16px;
}

.footer_menu_last li {
  margin-bottom: 12px;
}

.footer_menu li {
  margin-bottom: 10px;
}
.footer_menu li a {
  text-decoration: none;
  font: 15px "Mulish-Regular";
  color: #000;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 998;
}

.header_top {
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
  padding-top: 17px;
  padding-bottom: 17px;
}

.header_logo img {
  height: 28px;
}

.make_offer {
  font: 15px "Mulish-Bold";
  line-height: 24px;
  color: #000;
  text-decoration: none;
  position: relative;
  top: -1px;
  transition: all 0.4s ease;
}
.make_offer:hover {
  color: #E4002C;
}
.make_offer img {
  margin-right: 10px;
}

.lang_dropdown {
  margin-right: 40px;
}
.lang_dropdown .dropdown-toggle::after {
  display: none;
}
.lang_dropdown .dropdown-toggle {
  padding: 0;
}
.lang_dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.lang_dropdown span {
  font: 13px "Mulish-Medium";
  color: #000;
  margin-left: 8px;
  margin-right: 4px;
}
.lang_dropdown .dropdown-menu {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 5px 5px;
  border: 0;
  min-width: 62px;
  margin-top: 7px !important;
  padding: 0.5rem;
}
.lang_dropdown .dropdown-menu .dropdown-item {
  font: 15px "Mulish-SemiBold";
  color: #000;
  padding: 0.5rem;
  text-align: center;
}
.lang_dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #E4002C;
}

.header_bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
}

.header_bottom_li {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.header_bottom_li:first-child {
  padding-left: 0;
}
.header_bottom_li:last-child {
  padding-right: 0;
}
.header_bottom_li a {
  background-color: #F5F5F5;
  padding: 15px;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
  font: 15px "Mulish-SemiBold";
  color: #000;
  text-decoration: none;
}

.header_bottom_li .dropdown-toggle::after {
  display: none;
}

.header_bottom_li svg {
  margin-left: 7px;
}

.header_bottom_li .dropdown-toggle[aria-expanded=true] svg path {
  stroke: #E4002C;
}

.header_bottom_li .dropdown-toggle[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header_bottom_li .dropdown-menu {
  width: 100%;
  border: 0;
  background-color: #F5F5F5;
  border-top: 1px solid #E8E8E8;
  top: -2px !important;
  border-radius: 0px 0px 5px 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header_bottom_li .dropdown-toggle:focus {
  box-shadow: none;
}

.header_bottom_li .dropdown-item:hover {
  background-color: transparent;
  color: #E4002C;
  transition: all 0.4s ease;
}

.header_bottom_li .dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header_layer {
  height: 150px;
}

.page_404 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.content_404 h4 {
  margin-top: 24px;
  margin-bottom: 0;
  color: #ccc;
  font: 16px "Mulish-Bold";
  text-transform: uppercase;
}

.content_404 p {
  color: #ccc;
  font: 13px "Mulish-Medium";
  line-height: 28px;
}

.img_404 {
  width: 100%;
  max-width: 604px;
  display: block;
  margin: 10px auto;
}

.back_404 {
  margin-top: 30px;
  display: inline-block;
  color: #000;
  font: 15px "Mulish-Bold";
  text-decoration: none;
}

.back_404:hover {
  color: #E4002C;
}

.back_404 img {
  margin-right: 10px;
}

.page_faq {
  padding-top: 90px;
}

.custom_breadcrumb .breadcrumb-item {
  color: #000;
  font: 14px "Mulish-Regular";
  padding-left: 10px;
}

.custom_breadcrumb .breadcrumb-item a {
  font-family: "Mulish-Bold";
  color: #000;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  background-color: #E4002C;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  padding-right: 0;
  position: relative;
  top: 9px;
  margin-right: 10px;
}

.main_title {
  font: 50px "Baloo2-Bold";
  line-height: 65px;
  max-width: 471px;
  margin: auto;
}
.main_title:after {
  content: "";
  display: block;
  margin: 9px auto;
  height: 1px;
  width: 42px;
  background-color: #E4002C;
}

.main_subtitle {
  font: 16px "Mulish-Regular";
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}

.faq_row {
  margin-top: 80px;
  margin-left: -30px;
  margin-right: -30px;
}

.accordion-item, .faq_row .accordion-item:not(:first-of-type) {
  margin: 0 30px 20px 30px;
  border: 1px solid #DADADA;
  border-radius: 27px;
}

.faq_row .accordion-button:not(.collapsed) {
  background: #fff;
}

.faq_row .col-md-6 {
  padding: 0;
}

.faq_row .accordion-body {
  border-top: 0;
  color: rgba(0, 0, 0, 0.6);
  font: 16px "Mulish-Regular";
  padding: 5px 25px 33px 25px;
}

.faq_row .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq_row .accordion-button, .faq_row .accordion-item:last-of-type .accordion-button.collapsed {
  font: 16px "Mulish-SemiBold";
  color: #000;
  border-radius: 27px;
  padding: 17px 25px;
}

.faq_row .accordion-item:first-of-type .accordion-button, .faq_row .accordion-item:first-of-type {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.faq_row .accordion-button:focus {
  background-color: #fff;
  box-shadow: none;
}

.faq_row .accordion-item .accordion-button[aria-expanded=true] {
  color: #E4002C;
}

.faq_row .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq_row .accordion-button::after {
  background-image: url("icons/arrow-circle.svg");
}

.contact_page {
  height: 437px;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 13px;
}

.map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.contact_page .gm-ui-hover-effect {
  display: none !important;
}

.contact_page .gm-style .gm-style-iw-c {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
  max-width: 338px !important;
  padding: 0;
}

.contact_page .gm-style .gm-style-iw-tc::after {
  width: 16px;
  height: 15px;
}

.contact_page .gm-style-iw-d {
  overflow: hidden !important;
}

#map_details h4 {
  padding: 12px;
  font: 16px "Mulish-Bold";
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #E5E5E5;
}
#map_details .map_ul {
  padding: 12px 16px 4px 16px;
}
#map_details .map_ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
#map_details .map_ul li span, #map_details .map_ul li a {
  text-decoration: none;
  color: #000;
  font: 12px "Mulish-Regular";
  line-height: 19px;
  margin-left: 10px;
}
#map_details .map_ul li a:hover {
  color: #E4002C;
}

.gm-fullscreen-control, .gmnoprint, img[alt=Google], .gm-style-cc {
  display: none !important;
}

/* payment methods styles */
.page_cover {
  padding-top: 90px;
}

.pay_hover_img {
  display: none;
}

.payment_page {
  padding-top: 50px;
}

.payment_item {
  margin-bottom: 30px;
  height: 165px;
}
.payment_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #FFF;
  border-radius: 7px;
  border: 1px solid #CCC;
  transition: all 0.4s ease;
}
.payment_item a:hover {
  border-color: transparent;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
}
.payment_item a:hover .pay_default_img {
  display: none;
}
.payment_item a:hover .pay_hover_img {
  display: block;
}

.bss_col {
  padding-left: 15px;
  padding-right: 15px;
}

.bss_row {
  margin-left: -15px;
  margin-right: -15px;
}

.pay_default_img, .pay_hover_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 130px;
}

/* write us styles */
.writeus_btns, .partners_page nav .nav-link, .joins_page_tab nav .nav-link {
  margin: 70px 10px 50px 10px;
  height: 45px;
  min-width: 200px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font: 16px "Mulish-Medium";
  transition: all 0.4s ease;
  border: 0;
  border-radius: 28px;
}
.writeus_btns:hover, .partners_page nav .nav-link:hover, .joins_page_tab nav .nav-link:hover {
  color: #E4002C;
}

.writeus_btns.active, .partners_page nav .nav-link.active, .joins_page_tab nav .nav-link.active {
  background-color: #E4002C;
  color: #fff;
}
.writeus_btns.active:hover, .partners_page nav .nav-link.active:hover, .joins_page_tab nav .nav-link.active:hover {
  color: #fff;
}

.writeus_page .contact_page {
  height: 320px;
  margin-top: 0;
}
.writeus_page .contact_page .gm-style-iw-d, .writeus_page .contact_page .gm-style-iw {
  max-height: 172px !important;
}

.writeus_page > .row, .vac_all_row {
  margin-left: -15px;
  margin-right: -15px;
}
.writeus_page > .row .col-12, .vac_all_row .col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.writeus_page .writeus_row {
  margin-left: -8px;
  margin-right: -8px;
}
.writeus_page .writeus_row .col-12 {
  padding-left: 8px;
  padding-right: 8px;
}
.writeus_page .writeus_row .form-control, .writeus_page .writeus_row .form-select .dropdown-toggle {
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  padding: 11px 20px;
  color: #000;
  font: 13px "Mulish-SemiBold";
}
.writeus_page .writeus_row .form-control:focus, .writeus_page .writeus_row .form-select .dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 0, 46, 0.139);
  border-color: rgba(228, 0, 46, 0.139);
}
.writeus_page .writeus_row input {
  height: 46px;
}
.writeus_page .writeus_row textarea {
  height: 134px;
  resize: none;
  overflow: auto;
}
.writeus_page .writeus_row .form-select {
  background: transparent;
  padding: 0;
  border: 0;
  width: 100% !important;
}
.writeus_page .writeus_row .form-select .dropdown-toggle {
  background-color: #fff;
  height: 46px;
}
.writeus_page .writeus_row .form-select .dropdown-toggle:focus {
  outline: none !important;
}
.writeus_page .writeus_row .form-select .dropdown-toggle .filter-option {
  padding-top: 3px;
}
.writeus_page .writeus_send {
  margin-top: 4px;
  border-radius: 5px;
  border: 2px solid #E4002C;
  height: 44px;
  color: #000;
  font: 16px "Mulish-SemiBold";
  min-width: 115px;
  background-color: #fff;
  transition: all 0.4s ease;
}
.writeus_page .writeus_send:hover {
  background-color: #E4002C;
  color: #fff;
}
.writeus_page .custom_selectpicker svg {
  position: absolute;
  right: 20px;
  top: 20px;
  stroke: #E4002C;
  pointer-events: none;
}
.writeus_page .custom_selectpicker .dropdown-toggle::after {
  display: none;
}

.bootstrap-select.bs-container > .dropdown-menu {
  border: 1px solid #E4002C;
}
.bootstrap-select.bs-container > .dropdown-menu .dropdown-item {
  font: 15px "Mulish-Regular";
  line-height: 24px;
  padding: 8px 16px;
  transition: all 0.4s ease;
}
.bootstrap-select.bs-container > .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #E4002C;
}

.writeus_row input[type=number]::-webkit-inner-spin-button,
.writeus_row input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select_number .custom_selectpicker {
  width: 56px;
}

.select_number input {
  padding-left: 72px !important;
}

.select_number .select_inner {
  top: 0;
  left: 0;
}

.select_inner .form-select .dropdown-toggle {
  padding-left: 7px !important;
  padding-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select_inner .custom_selectpicker svg {
  right: 6px;
  top: 21px;
}

.legal_file img {
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;
}

.legal_file input::file-selector-button {
  display: none;
}

.legal_file input {
  padding-top: 14px !important;
  padding-right: 40px !important;
}

.writeus_page .dropdown-item.active, .writeus_page .dropdown-item:active {
  background-color: transparent;
  color: #E4002C;
}

.legal_form {
  display: none;
}

.form_error {
  color: #E4002C;
  font: 12px "Mulish-Regular";
}

/* vacancies page styles */
.vacancies_page {
  padding-top: 90px;
}

.vacancies_h4 {
  font: 36px "Mulish-Bold";
  color: #000;
}

.vacancies_row {
  margin-top: 50px;
}

.vacacies_why_content {
  padding-left: 24px;
}
.vacacies_why_content p {
  color: #000;
  font: 20px "Mulish-Bold";
  margin-bottom: 16px;
}
.vacacies_why_content span {
  color: rgba(0, 0, 0, 0.5);
  font: 16px "Mulish-Regular";
  line-height: 27px;
  display: inline-block;
  max-width: 175px;
}

.plr_50 {
  padding-left: 50px;
  padding-right: 50px;
}

.mlr_50 {
  margin-left: -50px;
  margin-right: -50px;
}

.vacancies_page .plr_50:nth-child(2) {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}

.vacancies_all {
  margin-top: 117px;
}

.vac_all_row {
  margin-top: 50px;
}

.vac_all_col {
  margin-bottom: 24px;
}

.vac_all_col {
  border-radius: 7px;
  border: 1px solid #EBEBEB;
  padding: 24px;
}
.vac_all_col p {
  color: #000;
  font: 20px "Mulish-Bold";
  line-height: 27px;
  margin-bottom: 10px;
}
.vac_all_col span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font: 16px "Mulish-Regular";
  line-height: 27px;
}
.vac_all_col a {
  display: inline-block;
  border-radius: 5px;
  background: #E4002C;
  min-width: 117px;
  height: 35px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font: 13px "Mulish-ExtraBold";
  line-height: 34px;
  border: 1px solid #E4002C;
  transition: all 0.4s ease;
}
.vac_all_col a:hover {
  background-color: transparent;
  color: #E4002C;
}

.vac_see_more {
  display: inline-flex;
  align-items: center;
  margin-top: 33px;
  border-radius: 5px;
  border: 2px solid #E4002C;
  padding: 16px;
  margin-bottom: 60px;
  text-decoration: none;
}
.vac_see_more:hover span {
  color: #E4002C;
}
.vac_see_more img {
  margin-right: 16px;
}
.vac_see_more span {
  color: #000;
  font: 16px "Mulish-Bold";
}

.main_title {
  max-width: 100%;
}

.vacancies_single {
  margin-top: 80px;
}

.vacancies_content {
  margin-bottom: 30px;
}
.vacancies_content h4 {
  color: #000;
  font: 24px "Mulish-Bold";
  margin-bottom: 20px;
}
.vacancies_content .vacancies_text, .vacancies_content .vacancies_ul, .vacancies_content .vacancies_sales {
  color: #000;
  font: 16px "Mulish-Medium";
  line-height: 24px;
}
.vacancies_content .vacancies_text li, .vacancies_content .vacancies_ul li, .vacancies_content .vacancies_sales li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}
.vacancies_content .vacancies_text li img, .vacancies_content .vacancies_ul li img, .vacancies_content .vacancies_sales li img {
  margin-top: 6px;
  margin-right: 10px;
}

.vacancies_form .legal_form, .companies_page .legal_form, .devices_single_page .legal_form {
  display: block;
}

.vacancies_form {
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: #fff;
  padding: 13px 30px 24px 30px;
}
.vacancies_form h5 {
  color: #000;
  font: 24px "Mulish-Bold";
  line-height: 64px;
}

.vacancies_single .col-md-8 {
  padding-right: 116px;
}

.about_text {
  margin-top: 36px;
  color: #000;
  font: 16px "Mulish-Regular";
  line-height: 24px;
}

.partners_page, .joins_page_tab {
  margin-top: 130px;
}
.partners_page nav, .joins_page_tab nav {
  margin-top: 50px;
}
.partners_page nav .nav-tabs, .joins_page_tab nav .nav-tabs {
  align-items: center;
  justify-content: center;
  border: 0;
}

.partners_page nav .nav-link, .joins_page_tab nav .nav-link {
  background: #F5F5F5;
  margin-top: 0;
  margin-bottom: 0;
}

.partners_page .tab-pane ul {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
}
.partners_page .tab-pane ul li {
  width: 20%;
  padding-left: 16px;
  padding-right: 16px;
}
.partners_page .tab-pane ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
  height: 204px;
  padding: 14px;
}
.partners_page .tab-pane ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 140px;
  max-width: 176px;
}

/* companies styles */
.companies_page {
  padding-top: 80px;
  padding-bottom: 30px;
}

.company_item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}
.company_item a {
  color: #000;
  text-decoration: none;
}
.company_item:hover {
  border-color: #EBEBEB;
}

.company_img {
  height: 165px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.company_img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.company_item_content {
  background-color: #fff;
  padding: 20px 16px;
  border-radius: 10px;
}
.company_item_content h4 {
  font: 16px "Mulish-SemiBold";
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.company_item_text {
  color: rgba(0, 0, 0, 0.5);
  font: 14px "Mulish-Regular";
  min-height: 70px;
  max-height: 87px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* companies single styles */
.companies_single {
  padding-top: 90px;
  padding-bottom: 70px;
}
.companies_single .legal_form {
  display: block;
  margin-top: 28px;
}

.company_single_img {
  border-radius: 10px 10px 0px 0px;
  background: #F5F5F5;
  padding: 20px;
  height: 326px;
}
.company_single_img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.company_single_content h5 {
  font: 24px "Mulish-Bold";
}
.company_single_content .company_single_text {
  color: rgba(0, 0, 0, 0.5);
  font: 16px "Mulish-Regular";
}

.company_img span {
  font: 16px "Mulish-ExtraBold";
  color: #fff;
  min-width: 67px;
  text-align: center;
  height: 37px;
  background-color: #E4002C;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 37px;
}

.bss_order_btn {
  display: inline-block;
  margin-top: 24px;
  border-radius: 5px;
  border: 2px solid #E4002C;
  height: 44px;
  color: #000;
  font: 16px "Mulish-SemiBold";
  min-width: 130px;
  line-height: 40px;
  background-color: #fff;
  transition: all 0.4s ease;
  padding-left: 12px;
  padding-right: 12px;
}
.bss_order_btn:hover {
  background-color: #E4002C;
  color: #fff;
}

.devices_page .company_item_content h4 {
  height: 40px;
}

.devices_single_page {
  margin: 80px auto 70px auto;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 45px 62px;
  max-width: 638px;
}

.home_owl {
  border-radius: 16px;
  background: #F5F5F5;
}
.home_owl .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.home_owl .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #878787;
  transition: all 0.4s ease;
  margin: 4px;
}
.home_owl .owl-dots .owl-dot.active span {
  background-color: #E4002C;
  width: 24px;
}

.home_owl_img {
  padding: 36px;
  min-height: 480px;
}

.home_owl_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.home_owl_text {
  font: 50px "Baloo2-ExtraBold";
  color: #2D2D2D;
  padding: 32px 0px 32px 60px;
  min-height: 480px;
}

.services_section {
  padding-top: 110px;
  padding-bottom: 100px;
}
.services_section a {
  text-decoration: none;
}

.main_h4 {
  font: 36px "Baloo2-Bold";
}

.services_item {
  border-radius: 5px;
  background: #fff;
  padding: 40px 16px 36px 16px;
  margin-top: 36px;
  position: relative;
}
.services_item .col-md-3:first-child .services_item {
  padding-left: 0;
}
.services_item .col-md-3:last-child .services_item {
  padding-right: 0;
}

.services_section .col-md-3:not(:last-child) .services_item::after {
  content: "";
  display: inline-block;
  height: 108px;
  width: 1px;
  background-color: #EBEBEB;
  position: absolute;
  right: 0;
  top: calc(50% - 54px);
}

.services_item h5 {
  color: #000;
  font: 24px "Mulish-SemiBold";
  margin-top: 20px;
  margin-bottom: 10px;
}

.services_text {
  color: rgba(0, 0, 0, 0.5);
  font: 16px "Mulish-Regular";
}

.mb_section {
  margin-bottom: 110px;
}

.mb_items {
  border-radius: 20px;
  background: #fff;
  max-width: 714px;
  margin: 60px auto 0 auto;
}

.mb_item:not(:last-child) {
  border-right: none;
}

.mb_item:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mb_item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mb_item {
  padding: 40px 27px;
  width: 33.3333333333%;
  border: 1px solid #EBEBEB;
}
.mb_item ul {
  margin-top: 40px;
  min-height: 92px;
}
.mb_item ul li {
  margin-bottom: 10px;
}
.mb_item ul li span {
  font: 15px "Mulish-SemiBold";
  letter-spacing: 0.2px;
  margin-left: 10px;
}

.mb_item_p {
  font: 22px "Mulish-Bold";
  color: #000;
  line-height: 30px;
  min-height: 60px;
}

.mb_item_icon {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb_item_icon p {
  font: 30px "Mulish-ExtraBold";
  color: #000;
  line-height: 38px;
}
.mb_item_icon span {
  font: 17px "Mulish-ExtraBold";
  letter-spacing: 0.2px;
}

.mb_item_limit {
  position: absolute;
  top: 24px;
}

.mb_item_price {
  margin-top: 70px;
  text-align: center;
}
.mb_item_price strong {
  font: 36px "Mulish-ExtraBold";
  line-height: 20px;
  color: #E4002C;
}
.mb_item_price span {
  font: 15px "Mulish-SemiBold";
  display: block;
}

.for_company_section {
  background: #F5F5F5;
  min-height: 300px;
  padding: 60px 32px 40px 32px;
}

.for_company {
  font: 15px "Mulish-SemiBold";
  margin-top: 20px;
  max-width: 800px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.for_company_link {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  font: 16px "Mulish-Bold";
  color: #E4002C;
  text-decoration: none;
}
.for_company_link img {
  margin-right: 10px;
}

.for_company_section {
  background-image: url("icons/forcompany.png");
  background-repeat: no-repeat;
  background-position: right;
}

.why_us_section {
  margin-top: 120px;
  margin-bottom: 80px;
}
.why_us_section .main_h4 {
  max-width: 268px;
  margin-left: auto;
  margin-right: auto;
}

.why_items {
  margin-top: 70px;
}
.why_items .row {
  margin-left: -44px;
  margin-right: -44px;
}
.why_items .col-md-4 {
  padding-left: 44px;
  padding-right: 44px;
}

.why_item {
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.why_item h5 {
  font: 24px "Mulish-SemiBold";
  margin-top: 24px;
  margin-bottom: 12px;
}
.why_item .why_text {
  color: rgba(0, 0, 0, 0.5);
  font: 16px "Mulish-Regular";
}

.reports_section {
  margin-bottom: 70px;
}

.report_cover {
  border-radius: 20px;
  border: 2px solid #E4002C;
  padding-top: 68px;
  padding-bottom: 48px;
}

.report_item {
  width: 25%;
  margin-bottom: 20px;
}
.report_item p {
  font: 36px "Mulish-Bold";
  margin-right: 12px;
}
.report_item span {
  text-transform: uppercase;
  font: 14px "Mulish-Regular";
  max-width: 100px;
}

.right_contacts {
  right: 60px;
  bottom: 50px;
  z-index: 1;
}

.contacts_element {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  margin-bottom: 20px;
  background-color: #E4002C;
}
.contacts_element svg {
  transform: scale(0.7);
}

.home_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  transition: all 0.4s ease;
}

.home_modal.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home_modal_cover {
  border-radius: 20px;
  background: #FFF;
  max-width: 424px;
  margin: auto;
}
.home_modal_cover .modal_close_button {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  padding: 0;
  background: #fff;
  border-radius: 50%;
}

.home_modal_img {
  height: 207px;
  border-radius: 20px 20px 0px 0px;
  background: #F5F5F5;
}
.home_modal_img img {
  width: 100%;
  height: auto;
  max-height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}

.home_modal_content {
  padding: 24px 20px 32px 24px;
}
.home_modal_content h5 {
  font: 24px "Mulish-SemiBold";
  margin-bottom: 12px;
}
.home_modal_content .home_modal_text {
  color: rgba(0, 0, 0, 0.5);
  font: 16px "Mulish-Regular";
  max-width: 360px;
  margin: auto;
}

#getting-started {
  margin-top: 20px;
}

#getting-started > span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 9px;
  font: 8px "Mulish-Regular";
}
#getting-started > span strong {
  font: 20px "Mulish-Bold";
  line-height: 30px;
  color: #E4002C;
}

#getting-started small {
  font: 20px "Mulish-Bold";
  line-height: 30px;
  color: #E4002C;
  margin-left: 7px;
  margin-right: 7px;
}

.services_inner {
  padding-bottom: 0;
}
.services_inner .companies_page {
  padding-top: 60px;
}

.mb_inner_section {
  padding-top: 74px;
  margin-bottom: 32px;
}
.mb_inner_section .mb_items {
  border: none;
  max-width: auto;
}
.mb_inner_section .mb_items .mb_item:first-child {
  border-left: 1px solid #EBEBEB;
}
.mb_inner_section .mb_items .mb_item:last-child {
  border-right: 1px solid #EBEBEB;
}
.mb_inner_section .mb_items .mb_item_p {
  font-size: 22px;
  margin-top: 40px;
  min-height: auto;
}
.mb_inner_section .mb_items ul {
  min-height: auto;
}
.mb_inner_section .mb_items .mb_item_price {
  margin-top: 65px;
}
.mb_inner_section .mb_items .mb_item {
  padding: 24px 27px;
}

.choose_mb {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #E4002C;
  font: 16px "Mulish-SemiBold";
  color: #000;
  min-width: 116px;
  margin-top: 40px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.choose_mb:hover {
  color: #fff;
  background-color: #E4002C;
}

.join_steps {
  border-bottom: 1px solid #bababa;
  margin-top: 50px;
}
.join_steps li {
  margin-left: 15px;
  margin-right: 15px;
}
.join_steps li.active a {
  color: #000;
  border-color: #BABABA;
}
.join_steps a {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #E8E8E8;
  background: #fff;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font: 15px "Mulish-Regular";
  text-decoration: none;
  padding: 10px;
  min-width: 244px;
  display: inline-block;
  border-bottom: 0;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 6px;
  font: 15px "Mulish-SemiBold";
  justify-content: center;
  align-items: center;
}

.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox .checkmark {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.checkbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark {
  background: #E4002C;
  outline: 1px solid rgba(228, 0, 46, 0.56);
}

.checkbox input[type=radio] ~ .checkmark {
  border-radius: 50%;
}

.checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.tab_packages_left, .tab_packages_item {
  flex-direction: column;
}

.join_page .joins_page_tab {
  margin-top: 82px;
}
.join_page .tab-pane ul {
  margin: 0;
}

.tap_packages {
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
  max-width: 574px;
  margin: 52px auto 60px auto;
}
.tap_packages ul {
  width: 33.3333333333%;
}
.tap_packages ul:not(:last-child) {
  border-right: 1px solid #EBEBEB;
}
.tap_packages .tab_packages_left > li > span {
  color: rgba(0, 0, 0, 0.5);
  font: 15px "Mulish-Regular";
  letter-spacing: 0.2px;
  padding: 30px 24px;
  display: block;
  text-align: center;
}

.tab_packages_item li {
  padding: 30px 20px 25px 20px;
  text-align: center;
}
.tab_packages_item li p {
  font: 24px "Mulish-Bold";
  color: #000;
  margin-bottom: 24px;
}
.tab_packages_item li span {
  color: #E4002C;
  font: 36px "Mulish-ExtraBold";
  line-height: 20px;
}

.tab_packages_item li:nth-child(4) {
  border-bottom: 0 !important;
}

.tab_packages_item li:first-child {
  padding-bottom: 24px;
}

.packages_link, .packages_choose, .check_price_submit {
  font: 16px "Mulish-SemiBold";
  color: #000;
}

.packages_link:hover {
  color: #E4002C;
}

.packages_choose, .check_price_submit {
  border-radius: 5px;
  border: 2px solid #E4002C;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  height: 44px;
  min-width: 116px;
  transition: all 0.4s ease;
}
.packages_choose:hover, .check_price_submit:hover {
  color: #fff;
  background-color: #E4002C;
}

.family_plus {
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  padding: 12px;
}

.family_plus_item {
  margin-top: 9px;
}
.family_plus_item small {
  font: 13px "Mulish-Regular";
  color: #000;
}
.family_plus_item a, .family_plus_item strong {
  font: 15px "Mulish-Bold";
  color: #E4002C;
}
.family_plus_item a img, .family_plus_item strong img {
  width: 7px;
}

.tab_packages_left li:first-child, .tab_packages_item li:first-child {
  min-height: 140px;
}
.tab_packages_left li:not(:last-child), .tab_packages_item li:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

.packages_link_free {
  padding: 17px 20px 16px 20px !important;
}

.packages_link_free a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.2px;
}

.last_no_item {
  display: block;
  min-height: 100px;
}

.join_steps a[disabled=true] {
  pointer-events: none;
}

.join_steps_mobile {
  display: none;
}

.tab_internet_packages .tab_packages_item .mb_item_icon {
  margin-top: 0;
}

.tab_internet_packages .tab_packages_item .tab_packages_item li p {
  font-size: 30px;
}

.tab_internet_packages .tab_packages_item li .mb_item_limit span {
  font-size: 17px;
  color: #000;
}

.tab_internet_packages .mb_item_limit {
  top: 28px;
}

.tab_internet_packages .tab_packages_left li:first-child, .tab_internet_packages .tab_packages_item li:first-child {
  height: 134px;
}
.tab_internet_packages .tap_packages .tab_packages_left > li:nth-child(2) > span {
  padding: 33px 24px;
}
.tab_internet_packages .tab_packages_item li {
  padding: 1.96rem 1.4rem 1.5rem 1.4rem;
}

.check_location {
  max-width: 908px;
  margin: 50px auto;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
}

.check_loc_p {
  font: 24px "Mulish-Bold";
  margin-bottom: 24px;
}

.loc_submit {
  text-align: center;
  color: #000;
  width: 140px;
  padding: 8px;
  height: 46px;
  font: 16px "Mulish-SemiBold";
  border-radius: 5px;
  border: 2px solid #E4002C;
  background-color: #fff;
}

.loc_submit:disabled {
  border: 2px solid #C6C6C6;
  background: #EAEAEA;
}

.check_location input {
  height: 46px;
  font: 13px "Mulish-SemiBold";
  padding-left: 20px;
  padding-right: 20px;
}
.check_location input:focus {
  border-color: #E4002C;
  box-shadow: 0 0 0 0.25rem rgba(228, 0, 46, 0.178);
}

.check_location .mb-3 {
  padding-left: 8px;
  padding-right: 8px;
}

.check_location .row {
  margin-left: -8px;
  margin-right: -8px;
}

.check_location {
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
  padding-bottom: 35px;
}

.check_loc_details {
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
  max-width: 737px;
  margin: auto;
  padding-bottom: 35px;
}

.check_loc_detail {
  margin-top: 20px;
  padding: 40px 15px 52px 15px;
  position: relative;
}
.check_loc_detail p, .check_loc_detail label {
  font: 20px "Mulish-SemiBold";
  margin-bottom: 20px;
  margin-top: 20px;
}
.check_loc_detail span {
  font: 30x "Mulish-Bold";
}
.check_loc_detail .checkbox .checkmark {
  top: 5px;
  outline-color: #E4002C;
}
.check_loc_detail .checkbox .checkmark::after {
  width: 6px;
  height: 11px;
}

.check_loc_details .col-md-4:not(:last-child) .check_loc_detail::after {
  content: "";
  display: inline-block;
  height: 108px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: calc(50% - 54px);
  right: 0;
}

.check_locs_prices {
  max-width: 633px;
  margin: 25px auto 0 auto;
}

.check_locs_price {
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 17px 35px;
  margin-top: 12px;
}
.check_locs_price p {
  font: 20px "Mulish-Medium";
}
.check_locs_price small {
  font: 16px "Mulish-Regular";
  color: rgba(0, 0, 0, 0.75);
}

.check_locs_price p > small {
  margin-left: 12px;
}

.check_general_price span {
  font: 26px "Mulish-Bold";
  color: #E4002C;
}
.check_general_price small {
  color: rgba(0, 0, 0, 0.5);
  font: 14px "Mulish-Medium";
}

.check_general_price:not(:last-child) {
  padding-right: 35px;
}

.check_price_submit {
  margin-top: 103px;
  background-color: #fff;
}

.request_details {
  padding-top: 30px;
  padding-bottom: 35px;
  margin-top: 60px;
}
.request_details h5 {
  font: 24px "Mulish-Bold";
}

.request_back {
  font: 16px "Mulish-SemiBold";
  color: #000;
  text-decoration: none;
  margin-right: 32px;
  margin-top: 103px;
}
.request_back:hover {
  color: #E4002C;
}
.request_back img {
  margin-right: 10px;
}

.request_details .check_locs_sum {
  box-shadow: none;
}

.confirm_details .writeus_page {
  max-width: 580px;
  margin: 122px auto 0 auto;
}
.confirm_details .writeus_page .check_price_submit {
  margin-top: 24px;
}

#requestModal .modal-dialog {
  max-width: 328px;
  height: calc(100% - 56px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#requestModal .modal-content {
  border-radius: 16px;
  border: 0;
  background: #fff;
  box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.16);
}
#requestModal .modal-body {
  padding-top: 24px;
}
#requestModal .modal-body h5 {
  margin-top: 24px;
  margin-bottom: 24px;
  font: 19px "Mulish-Bold";
  line-height: 24px;
}
#requestModal .modal-body p {
  font: 14px "Mulish-Regular";
}

.close_request_modal {
  margin-top: 24px;
  border-radius: 5px;
  border: 2px solid #2AB76E;
  height: 44px;
  padding: 9px;
  font: 16px "Mulish-SemiBold";
  width: 100%;
  background-color: transparent;
  color: #000;
  transition: all 0.4s ease;
}
.close_request_modal:hover {
  background: #2AB76E;
  color: #fff;
  border-color: #2AB76E;
}

.modal-backdrop.show {
  opacity: 0.45;
}

/* channelModal styles */
#channelModal .modal-content {
  border: 0;
  background: #fff;
  box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.16);
}
#channelModal .modal-dialog {
  max-width: 1032px;
  height: calc(100% - 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.channels_sidebar {
  width: 255px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-right: 1px solid #E8E8E8;
  max-height: 552px;
  overflow: auto;
}

.channels_lists {
  width: calc(100% - 255px);
}

.channels_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 11px 24px;
  transition: all 0.4s ease;
  color: rgba(0, 0, 0, 0.75);
  font: 15px "Mulish-Medium";
  text-decoration: none;
}

.channels_list li.active a, .channels_list li a:hover {
  background-color: #E4002C;
  color: #fff;
}
.channels_list li.active a svg path, .channels_list li a:hover svg path {
  fill: #fff;
}

.channels_list li:not(:last-child) a {
  border-bottom: 1px solid #E8E8E8;
}

.channels_lists {
  padding: 30px 20px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #E8E8E8;
}

::-webkit-scrollbar-thumb {
  background: #E4002C;
  border-radius: 10px;
}

.channels_list_title h1 {
  color: rgba(0, 0, 0, 0.75);
  font: 20px "Mulish-ExtraBold";
  letter-spacing: 0.2px;
}
.channels_list_title .mclose {
  margin-left: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  border: 0;
}

.channel_each {
  margin-bottom: 10px;
}

.channel_each_h5 {
  font: 15px "Mulish-SemiBold";
  letter-spacing: 0.2px;
  color: #000;
  margin-bottom: 12px;
}

.row-10 {
  margin-left: -10px;
  margin-right: 0;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.channel_each_item {
  margin-bottom: 20px;
}

.channel_each_img {
  height: 71px;
  overflow: hidden;
  border-radius: 3px 3px 0px 0px;
}
.channel_each_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.channel_each_name {
  font: 12px "Mulish-Regular";
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0px 0px 3px 3px;
  background: #F5F5F5;
  text-align: center;
}

.channel_each_item a {
  text-decoration: none;
}

.channels_allof {
  height: 468px;
  overflow: auto;
  margin-top: 16px;
}

.channels_allof input[type=checkbox]:checked + label {
  color: #0964aa;
  font-style: normal;
  border-color: #E4002C;
  margin-bottom: 20px;
  border-radius: 5px;
}

.channels_allof label {
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.channels_allof label .channel_each_item {
  margin-bottom: 0;
}

.channel_each input {
  display: none;
}

.internet_page {
  padding-top: 100px;
  margin-bottom: 60px;
}
.internet_page .mb_items {
  margin-top: 50px;
}

/* starts mobile style */
@media screen and (max-width: 1200px) {
  .header_bottom_li {
    padding-left: 6px;
    padding-right: 6px;
  }
  .header_bottom_li .dropdown-menu {
    min-width: 100%;
  }
  .faq_row {
    margin-left: 0;
    margin-right: 0;
  }
  .vacancies_single .col-md-8 {
    padding-right: 16px;
  }
  .companies_page .col-md-3 {
    width: 50%;
  }
  .companies_single {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .companies_single > .row {
    flex-direction: column-reverse;
  }
  .companies_single > .row .writeus_page .writeus_row {
    background: #FFF;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 16px;
  }
  .companies_single > .row .writeus_page > .row > .col-12 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .company_single_img {
    margin-bottom: 16px;
  }
  .home_owl_text {
    font-size: 32px;
    padding: 32px 0 32px 32px;
    min-height: 320px;
  }
  .home_owl_img {
    min-height: 320px;
  }
  .services_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .services_section .col-md-3 {
    width: 50%;
  }
  .services_section .col-md-3:not(:last-child) .services_item::after {
    display: none;
  }
  .why_us_section {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .why_items {
    margin-top: 30px;
  }
  .why_item {
    margin-bottom: 0;
  }
  .companies_single .col-md-6 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .footer_grid_item:not(:first-child) {
    display: none;
  }
  .footer_grid_item:first-child {
    width: 100%;
    text-align: center;
  }
  .footer_social {
    justify-content: center;
  }
  .footer_social li a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer {
    padding-top: 16px;
    padding-bottom: 26px;
  }
  .footer__grid {
    padding-top: 24px;
    padding-bottom: 27px;
  }
  .footer_logo img {
    width: 110px;
  }
  .footer_social {
    margin-top: 27px;
    margin-bottom: 0;
  }
  .footer__bottom {
    flex-direction: column-reverse;
  }
  .footer__copyright {
    margin-top: 20px;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__contact li:first-child {
    margin-right: 0;
  }
  .page_404 {
    padding-top: 40px;
  }
  .accordion-item, .faq_row .accordion-item:not(:first-of-type) {
    margin: 0 15px 20px 15px;
  }
  .header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .vacancies_page {
    padding-top: 30px;
  }
  .vacancies_h4 {
    font-size: 24px;
  }
  .vacancies_row {
    margin-top: 24px;
  }
  .vacancies_all {
    margin-top: 30px;
  }
  .plr_50 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .mlr_50 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .vac_all_row {
    margin-top: 24px;
  }
  .vac_all_col {
    margin-bottom: 16px;
  }
  .vacancies_single {
    margin-top: 24px;
  }
  .vacancies_single .col-12 {
    width: 100%;
  }
  .vacancies_form {
    padding-left: 16px;
    padding-right: 16px;
  }
  .partners_page {
    margin-top: 56px;
  }
  .partners_page .tab-pane ul {
    margin-left: -8px;
    margin-right: -8px;
  }
  .partners_page .tab-pane ul li {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .partners_page .tab-pane ul li a {
    height: 172px;
  }
  .companies_page {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .report_item {
    width: 50%;
    margin-bottom: 32px;
  }
  .report_cover {
    padding-top: 40px;
    padding-bottom: 18px;
  }
  .services_inner_items {
    padding-bottom: 0;
  }
  .join_steps_mobile {
    display: block;
  }
  .join_steps_desktop {
    display: none;
  }
  .join_page .joins_page_tab, .joins_page_tab nav {
    margin-top: 30px;
  }
  .check_location .mb-3, .loc_submit {
    width: 100%;
  }
  .check_location {
    padding: 24px 16px;
  }
  .check_loc_details .col-md-4:not(:last-child) .check_loc_detail::after {
    display: none;
  }
  .channel_each .col-md-2 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .header_logo img {
    height: 24px;
  }
  .header_top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile_menu, .channel_list_btn {
    width: 56px;
    height: 56px;
    background-color: #fff;
    border: 0;
    border-left: 1px solid #EBEBEB;
  }
  .header_top .container {
    padding-right: 0;
  }
  .header_bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    transform: translate(-100%);
  }
  .transform00 {
    transform: translate(0) !important;
  }
  .header_bottom_li {
    padding-left: 0;
    padding-right: 0;
  }
  .header_bottom_li a {
    border-radius: 0;
  }
  .header_bottom ul {
    padding-top: 56px;
  }
  .lang_dropdown {
    margin-right: 0;
    margin-top: 16px;
  }
  .header_right {
    margin-top: 16px;
    background-color: #f5f5f5;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header_bottom .container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile_close {
    background-color: transparent;
    border: 0;
  }
  .mobile_close img {
    width: 16px;
  }
  .header_right, .header_bottom ul {
    border-radius: 10px;
  }
  .header_layer {
    height: 56px;
  }
  .content_404 .image_not_found {
    height: 40px;
  }
  .page_404 {
    padding-top: 40px;
    min-height: calc(100vh - 132px);
  }
  .page_404 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .page_faq {
    padding-top: 20px;
    margin-bottom: 12px;
  }
  .main_title {
    font-size: 24px;
    line-height: 36px;
  }
  .faq_row .col-md-6 {
    width: 100%;
  }
  .accordion-item, .faq_row .accordion-item:not(:first-of-type) {
    margin: 0 4px 20px 4px;
  }
  .faq_row {
    margin-top: 24px;
  }
  .faq_row .accordion-button, .faq_row .accordion-item:last-of-type .accordion-button.collapsed {
    padding: 17px 20px;
  }
  .contact_page {
    height: 300px;
    margin-top: 24px;
  }
  .contact_page .gm-style-iw-d, .contact_page .gm-style-iw {
    max-height: 172px !important;
  }
  .map {
    border-radius: 16px;
  }
  .page_cover {
    padding-top: 20px;
  }
  .custom_breadcrumb {
    margin-bottom: 12px;
  }
  .payment_page {
    padding-top: 22px;
  }
  .payment_item {
    margin-bottom: 16px;
  }
  .bss_col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .bss_row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .writeus_page > .row {
    flex-direction: column-reverse;
  }
  .custom_selectpicker .bootstrap-select > select {
    left: 0;
  }
  .form-select .dropdown-item.active, .form-select .dropdown-item:active {
    background-color: transparent;
    color: #E4002C;
  }
  .writeus_btns {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 50%;
  }
  .writeus_page .writeus_send {
    width: 100%;
  }
  .vacancies_row .col-12:not(:last-child) {
    margin-bottom: 24px;
  }
  .partners_page nav {
    margin-top: 24px;
  }
  .partners_page .tab-pane ul {
    margin-top: 30px;
  }
  .devices_single_page {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 20px 16px;
  }
  .home_owl {
    margin-top: 24px;
  }
  .main_h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .services_item {
    margin-top: 0;
  }
  .mb_item {
    width: 238px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #EBEBEB;
  }
  .mb_items {
    border: 0;
    align-items: center !important;
    overflow: auto;
    margin-top: 40px;
  }
  .mb_items .mb_item {
    min-width: 238px;
  }
  .mb_section {
    margin-bottom: 60px;
  }
  .right_contacts {
    bottom: 120px;
    right: 32px;
  }
  .contacts_element {
    margin-bottom: 12px;
  }
  .services_inner .devices_page {
    padding-top: 20px;
  }
  .services_inner {
    padding-bottom: 40px;
  }
  .services_inner .company_item {
    width: 258px;
  }
  .services_inner .bss_row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .services_inner .bss_row .col-md-3 {
    width: 258px;
    margin-right: 30px;
  }
  .services_inner_products {
    padding-top: 0;
  }
  .mb_items {
    justify-content: flex-start !important;
  }
  .mb_inner_section {
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .mb_inner_section .mb_items {
    margin-top: 24px;
  }
  .mb_inner_section .mb_item_icon {
    margin-top: 0;
  }
  .joins_page_tab nav .nav-link {
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 110px;
    height: 32px;
  }
  .check_loc_detail .checkbox .checkmark {
    position: static;
    margin-right: 12px;
  }
  .check_price_submit {
    margin-top: 30px;
    width: 100%;
  }
  .check_loc_details {
    padding: 0 16px 32px 16px;
  }
  .check_locs_price {
    padding: 16px;
  }
  .check_locs_prices {
    max-width: 100%;
  }
  .check_general_price {
    text-align: right !important;
  }
  .check_loc_detail {
    margin-top: 0;
  }
  .check_price_submit {
    width: auto;
  }
  .request_back {
    margin-top: 30px;
  }
  .confirm_details {
    padding-top: 24px;
  }
  .confirm_details .writeus_page {
    margin-top: 30px;
  }
  .channel_list_open {
    border: 0;
    width: 48px;
    height: 48px;
    padding: 0;
  }
  .channel_list_open img {
    position: relative;
    top: -1px;
  }
  .channels_lists {
    padding: 0 10px;
  }
  .channels_list_title h1 {
    font-size: 15px;
  }
  .channels_sidebar {
    padding-top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .channels_sidebar.show {
    opacity: 1;
    visibility: visible;
  }
  .channel_list_close {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .channels_lists {
    width: 100%;
  }
  .channel_list_open {
    text-align: left;
  }
  .mb_item {
    border-right: 1px solid #EBEBEB !important;
  }
  .mb_item, .mb_item:first-child, .mb_item:last-child {
    border-radius: 20px;
  }
  .internet_page {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .internet_page .mb_items {
    margin-top: 32px;
  }
}
@media screen and (min-width: 576px) {
  .min_50vh {
    min-height: 50vh;
  }
  .services_inner .bss_row {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .vac_all_row .col-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .companies_page .col-md-3 {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_owl_text {
    font-size: 16px;
    min-height: 200px;
    padding: 16px 0 16px 16px;
  }
  .home_owl_img {
    min-height: 200px;
    padding: 16px;
  }
  .home_owl .owl-dots {
    bottom: 6px;
  }
  .services_section .col-md-3 {
    width: 100%;
  }
  .services_item {
    text-align: center;
    max-width: 288px;
    margin: auto;
  }
  .for_company_section {
    padding: 20px 20px 24px 20px;
    min-height: auto;
    border-radius: 10px;
    width: calc(100% - 32px);
    margin: auto;
  }
  .report_cover {
    padding: 40px 20px 18px 20px;
  }
  .report_item {
    width: 100%;
  }
  .report_item p {
    font-size: 28px;
  }
  .home_modal_cover {
    margin: 20px auto;
  }
  .services_inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .services_inner_items .services_item {
    width: 288px;
  }
  .services_inner_items .row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .services_inner_items .row .col-md-3 {
    width: auto;
  }
  .services_inner_items .row .col-md-3:not(:last-child) .services_item::after {
    display: inline-block;
  }
  .join_page .tab_packages_item li, .join_page .tab-pane ul {
    width: 187px;
  }
  .join_page .tap_packages {
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 24px;
  }
  .request_details .check_locs_item {
    flex-direction: column;
  }
  .request_details .check_locs_item p {
    text-align: left;
    width: 100%;
    margin-bottom: 12px !important;
  }
  .confirm_details .writeus_page .check_price_submit {
    width: 100%;
    margin-top: 0;
  }
  .confirm_details {
    padding-top: 24px;
  }
  .confirm_details h5 {
    margin-bottom: 30px;
  }
  .confirm_details .writeus_page {
    margin-top: 0;
  }
  #requestModal .modal-dialog {
    max-width: 100%;
  }
  .request_details h5 {
    font-size: 20px;
  }
  .channel_each .col-md-2 {
    width: 33.3333333333%;
  }
  .channel_each .row-10 {
    margin-left: -6px;
  }
  .channel_each .plr-10 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .company_single_img {
    height: 200px;
  }
}
@media screen and (max-width: 460px) {
  .writeus_page > .d-flex {
    flex-direction: column;
  }
  .writeus_page > .d-flex button {
    width: 100%;
  }
  .individual_btn {
    margin-bottom: 0;
  }
  .legal_btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 400px) {
  .joins_page_tab nav .nav-link {
    min-width: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 376px) {
  .footer__contact {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-height: 580px) {
  #channelModal .modal-dialog {
    align-items: flex-start;
  }
}
/* ends mobile style */

.pay_item_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 130px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.pay_item_img:hover{
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.error_status{
  color:#353535;
  font-size: 156px;
  font-family: "Mulish-ExtraBold";
  letter-spacing: 2.2rem;
}

@media screen and (max-width:767px){
  .error_status{
    font-size: 70px;
    letter-spacing: initial;
  }
}