/* BLOCK-QUESTIONS { */
.block-questions .item {
  margin-top: 20px;
}

.block-questions .item:first-child {
  margin: 0;
}

.block-questions .item-title {
  font-size: 14px;
  font-weight: 600;
}

.block-questions .item-title a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 41px;
  min-height: 41px;
  background: #008fc3;
  color: #fff;
}

.block-questions .item-title a.collapsed {
  background: #EBEBEB;
  color: #333;
}

.block-questions .question-icon {
  width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: #008fc3;
	position: absolute;
	margin-left: -41px;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.block-questions .question-icon i {
  font-style: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -6px;
	width: 13px;
	height: 3px;
	background: #fff;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.block-questions .question-icon i:after {
  content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -2px;
	width: 3px;
	height: 13px;
	background: inherit;
	opacity: 0;
  transition: opacity 0.15s ease;
}

.block-questions .item-title .collapsed .question-icon i:after {
  opacity: 1;
}

.block-questions .question-title {
  padding: 9px 15px;
  line-height: 23px;
}

.block-questions .item-content-in {
  padding: 15px;
  border: 1px solid #eee;
}

.block-questions .item-title a {
  background: #008fc3;
}

.block-questions .question-icon {
  background: #008fc3;
}

.block-questions .item-title a.collapsed .question-icon {
  background: #008fc3;
}

.block-questions .item-title a.collapsed:hover{
  background: #dedede;
}

.block-questions .item-title a .question-icon,
.block-questions .item-title a.collapsed:hover .question-icon {
  background: #00739C;
}

/* } BLOCK-QUESTIONS */


/* MOBILE-HEADER { */

.top-mobile-panel-header {
  background: #fff;
  border-bottom: 1px solid #eeeff0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  height: 44px;
  position: relative;
  z-index: 2;
}

.top-mobile-panel-header .item a {
  color: #9e9e9e;
  font-size: 13px;
  line-height: 43px;
  text-decoration: none;
  display: block;
  height: 43px;
  padding: 0 15px;
  margin: 0 -15px;
}

.top-mobile-panel-header .item a:hover {
  color: #303030;
}

.top-mobile-panel-header .item a * {
  line-height: 43px;
}

.top-mobile-panel-header .contacts-toggle {
  float: left;
}

.top-mobile-panel-header .contacts-toggle .fa {
  margin-right: 5px;
}

.top-mobile-panel-header .search-toggle {
  float: right;
}

.top-mobile-panel-header .search-toggle .ctrl-close {
  font-size: 25px;
  font-weight: bold;
}

.search-mobile {
  display: none;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeff0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .search-mobile.active {
    display: block;
  }
}

.js-search-toggle .ctrl-open {
  display: inline-block;
}

.js-search-toggle .ctrl-close {
  display: none;
}

.js-search-toggle.active .ctrl-open {
  display: none;
}

.js-search-toggle.active .ctrl-close {
  display: inline-block;
}


.mobile-menu-toggle-wrap{
  width: 50px;
  text-align: left;
}

/* } MOBILE-HEADER */


/* CONTACTS-PAGE { */

.contacts-page-text {
  margin-bottom: 40px;
}

.contacts-page-contacts {
  color: #333;
  margin-bottom: 30px;
}

.contacts-page-contacts .col {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contacts-page-contacts a{
  color: inherit;
  text-decoration: none;
}

.contacts-page-contacts a:hover{
  text-decoration: underline;
}

.contacts-page-contacts .col-in {
  position: relative;
  padding-left: 30px;
}

.contacts-page-contacts .col-icon {
	font-size: 22px;
	width: 20px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
  color: #008fc3;
}

.contacts-page-contacts p {
  margin: 0 0 6px;
}

.contacts-page-contacts .phone{
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none !important;
}

/* } CONTACTS-PAGE */



/* HOME-FEATURES { */
.home-features .item-in{
  padding-bottom: 0;
  border: none;
}
/* } HOME-FEATURES */


.section-top-description,
.section-bottom-description
{
  margin-bottom: 20px;
}

.partner-detail .list-icons {
	margin-bottom: 0;
}

.partner-detail .partner-img{
	margin: 0 40px 20px 0;
}


/* EDIT_CUSTOM.CSS 07.09.17*/

.multicol-icons-block{
  margin-bottom: 35px;
}

.ofh{
  overflow: hidden;
}

/* EDIT_CUSTOM.CSS 08.09.17*/

.service-page-custom-text h2{
	margin-bottom: 30px;
}

.service-page-custom-text .multicol-icons-block{
	margin-bottom: 20px;
}

.global-seo-business .item-title{
  margin-top: 10px;
}

.multicol-icons-block .item{
  margin-bottom: 20px;
}

.menubar .menu > li.limit-submenu > .submenu > ul > li:nth-child(9) {
  border-bottom: none;
}

.menubar .menu > li.limit-submenu > .submenu > ul > li:nth-child(n+10) {
  display: none!important;
}


/* EDIT_CUSTOM.CSS 18.09.17*/

.tarrif-plans{

}

.tarrif-plans .item{
  text-align: center;
}

.tarrif-plans .item-title{
  font-size: 24px;
}

.tarrif-plans .item:first-child .table > thead{
  background: #00B4F6;
}
.tarrif-plans .item:last-child .table > thead{
  background: #006A90;
}

.tarrif-plans .table > thead > tr > th{
	height: 100px;
	vertical-align: middle;
  text-align: center;
}

.tarrif-plans .table > tbody > tr > td{
	padding-top: 20px;
	padding-bottom: 20px;
}


.s_header_type_2 #header .col-logo {
    padding-top: 34px;
}