#header_container {
  background-color: #ffffff;
}
/* divider */
.section-divider {
  padding: 0 30px;
  background-color: #fff;
}
.section-divider .divider-line {
  max-width: 1256px;
  margin: auto;
  border-bottom: 1px solid #c4c4c4;
}
.popover {
  min-width: 300px;
}
/* section */
.normal-section {
  padding: 80px 30px;
  background-color: white;
}
.section-grey {
  background: #f6f7f9;
}
.section-header {
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: #222230;
}
/* NOTICE: in voip css, it is section-header h1 */
.section-header h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 32px;
}
.section-header p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}
.btn {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  min-width: 194px;
}
.btn-orange {
  background-color: #f26d21;
  border-color: #f26d21;
  text-shadow: 1px 1px #f26d21;
  font-weight: 600;
  border-radius: 12px;
  color: white;
}
.btn-orange:hover {
  color: white;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #babacc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  color: #232333;
}
.inner-section {
  max-width: 1280px;
  margin: auto;
}
/*  */
.phone-system-list {
  max-width: 1160px;
  margin: auto;
}
.phone-system-list > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.phone-system-list .phone-system-box {
  padding-left: 73px;
  position: relative;
  max-width: 530px;
  font-size: 16px;
  line-height: 23px;
  height: 100%;
}
.phone-system-list .phone-system-box > img {
  position: absolute;
  left: 0;
}
.phone-system-list .phone-system-box > h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 144%;
  margin-bottom: 15px;
}
/*  */
.features {
  max-width: 1250px;
  margin: 60px auto auto;
}
.features > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features > .row > .col-md-6 {
  margin-bottom: 20px;
  padding: 0 10px;
}
.features .feature-box {
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  height: 100%;
  font-size: 16px;
  line-height: 23px;
  padding: 40px 30px;
}
.features .feature-box .feature-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #232333;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.features .feature-box .feature-title > img,
.features .feature-box .feature-title > svg {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* faq */
.voip-faq {
  max-width: 1280px;
  margin: auto;
}
.voip-faq h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 32px;
}
.endpoints-list:hover {
  cursor: pointer;
}
.endpoints-list-header {
  font-size: 20px;
  line-height: 29px;
  color: #232333;
  padding: 39px 57px 24px 17px;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.endpoints-list-header.active {
  background: #f7f8fa;
}
.endpoints-list-header .collapse-arrow {
  position: absolute;
  right: 17px;
  bottom: 24px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.endpoints-list-header .collapse-arrow svg {
  display: block;
}
.endpoints-list-header .collapse-arrow.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.endpoint-divider {
  margin: 0 17px;
  border-bottom: 1px solid #babacc;
}
.endpoints-list-body {
  padding: 30px;
  font-size: 16px;
  line-height: 23px;

  color: #232333;
}
.endpoints-list-body p {
  margin-top: 18px;
}
.endpoints-list-body-title {
  font-weight: bold;
  margin-top: 11px;
  margin-bottom: 7px;
}
/* shadow-round-card */
.shadow-round-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 30px 25px 100px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.shadow-round-card img {
  position: absolute;
  left: 33px;
  top: 33px;
}
.shadow-round-card h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 144%;
  margin-bottom: 15px;
}

.brand-list {
  display: flex;
  justify-content: center;
}
.brand-list .brand-box {
  background-color: #fff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-right: 25px;
  height: 100px;
  width: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-list .brand-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .brand-list,
  .brand-list .brand-box {
    padding: 0 15px;
  }
}

/* table */
.voip-landline-table-wrapper {
  max-width: 1264px;
  margin: auto;
}
.voip-landline-table-wrapper table thead {
  background: #f7f8fa;
}
.voip-landline-table-wrapper table ul {
  list-style: none;
  margin: 10px 0 30px;
  padding-left: 20px;
}
.voip-landline-table-wrapper table th,
.voip-landline-table-wrapper table td {
  padding: 18px 30px;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
}
.voip-landline-table-wrapper table col {
  width: 38%;
}
.voip-landline-table-wrapper table col:first-child {
  width: 24%;
}

.voip-landline-table-wrapper table tbody tr {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

/* pricing block */
.voip-price-header {
  margin-bottom: 67px;
}
.voip-price-header > h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}
.voip-price-content {
  max-width: 1334px;
  background: #ffffff;
  border-radius: 20px;
  padding: 33px 38px;
  margin: auto;

  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05),
    0 10px 10px rgba(0, 0, 0, 0.02);

  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
}
.voip-price-content .voip-price-content-body {
  border: 2px solid #f7f7fc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
}
.voip-price-content .voip-price-content-body > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.voip-price-content .voip-price-content-body > .row > .col-md-4:nth-child(odd) {
  background: rgba(246, 247, 249, 0.4);
}
.voip-price-content .voip-price-content-body .voip-price-box {
  padding: 32px 38px;
}
.voip-price-content .voip-price-content-body .voip-price-type {
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(82, 82, 128, 0.8);
  margin-bottom: 8px;
}
.voip-price-content .voip-price-content-body .voip-price-name {
  font-size: 16px;
  line-height: 19px;
  color: #222230;
  margin-bottom: 17px;
}
.voip-price-content .voip-price-content-body .voip-price-number {
  margin-bottom: 18px;
}

.voip-price-content .voip-price-content-body .voip-price-number > .big {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
}

.voip-price-content .voip-price-content-body .voip-price-number > .small {
  font-size: 16px;
  line-height: 23px;
}
.voip-price-content .voip-price-content-body .voip-price-list {
  font-size: 14px;
  line-height: 20px;
  color: #222230;
  padding-left: 20px;
}
.voip-price-content .voip-price-content-body .voip-price-list > li {
  margin-bottom: 10px;
}

.voip-price-content .voip-price-content-body .voip-price-list > li > svg {
  vertical-align: middle;
  line-height: 20px;
}

/* zoom united */
.zoom-united-container {
  max-width: 1280px;
  margin: auto;
}
.zoom-united-container .section-header {
  margin-bottom: 34px;
  margin-bottom: 0;
  text-align: left;
}
.zoom-united-container .section-header h1 {
  margin-bottom: 24px;
}
.zoom-united-container .section-header p {
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
}
.zoom-united-container .zoom-united-context {
  max-width: 461px;
  margin: auto;
}
.zoom-united-container .zoom-united-context > p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 23px;
}
.zoom-united-container ul {
  list-style: none;
  padding-left: 0;
}
.zoom-united-container ul li {
  position: relative;
  padding-left: 33px;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 29px;
}
.zoom-united-container ul li > img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
}

/* form */
#zm-contact-section {
  background-color: #f7f7fa;
}
#zm-contact-section > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
#zm-contact-section > .row > .col-md-6,
#zm-contact-section > .row > .col-lg-6 {
  padding: 0;
}
#zm-contact-section .block-image {
  width: 100%;
  padding-bottom: 100%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
#zm-contact-section .button-cta-orange {
  background-color: #f26d21;
  color: #fff;
  font-size: 18px;
  font-family: 'SF-Pro-Text', sans-serif;
  font-weight: 700;
  padding: 11.5px 30px;
  border-radius: 12px;
  font-size: 18px;
  border: 0;
  min-width: 240px;
  cursor: pointer;
  outline: none;
}
#zm-contact-section .content-form {
  padding: 100px 85px;
}
#zm-contact-section .content-form h2 {
  margin-bottom: 70px;
  margin-top: 0;
  font-weight: 700;
}
#zm-contact-section form label {
  font-family: 'SF-Pro-Text', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #747487;
}
#zm-contact-section form select,
#zm-contact-section form textarea,
#zm-contact-section form input {
  border: 1px solid #babacc;
  border-radius: 8px;
  width: 100%;
  height: 32px;
  background-color: #f7f7fa;
  font-family: 'SF-Pro-Text', sans-serif;
  color: #747487;
  padding-left: 10px;
  font-size: 12px;
}
#zm-contact-section form textarea {
  resize: none;
}

/* video modal */
/* video modal */
#video-dialog-container .modal-body {
  padding: 0;
  background-color: #000000;
}

#video-dialog-container .modal-content {
  background-color: #000000;
}

#video-dialog-container .modal-header {
  height: 0 !important;
  padding-top: 0 !important;
  min-height: inherit;
}

#video-dialog-container button.close {
  cursor: pointer;
  top: -20px;
  right: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -10000px;
  background: url(/docs/image/new/home/video-close_bcf8544.png) 0 0 no-repeat;
  background: url(/docs/image/new/home/video-close-15_6c76ed3.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px auto;
  opacity: 1;
  filter: none;
}

@media screen and (min-width: 1401px) {
  html:lang(ru-RU) .navbar-nav > li > a,
  html:lang(pt-PT) .navbar-nav > li > a {
    padding: 22px 4px;
  }
  html:lang(ru-RU) .navbar-header .left .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  html:lang(ru-RU) .navbar-header .left .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  html:lang(ru-RU) .navbar-nav > li > a,
  html:lang(pt-PT) .navbar-nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media screen and (max-width: 768px) {
  .voip-landline-table-wrapper table th,
  .voip-landline-table-wrapper table td {
    padding: 20px 5px;
  }

  .section8 .voip-price-content {
    padding: 30px;
  }
  .section8 .voip-price-content .voip-price-content-body .voip-price-box {
    padding: 30px 10px;
  }

  .voip-price-content .voip-price-content-body .voip-price-box {
    padding: 30px;
  }

  #zm-contact-section .content-form {
    padding: 80px 30px;
  }
}
