#chat-widget-container {
	z-index: 10000!important;
}


@media (min-width: 768px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container {
/*         max-width: unset; */
    }
}

@media (max-width: 1140px) {
	.main-navigation > ul > li > a { 
		font-size: 12px;
	}

	header .ot-button .octf-btn {
  	font-size: 12px !important;
  }
}

#back-to-top.show {
	bottom: 100px;
}

#back-to-top:hover {
	bottom: 105px;
}

.swiper-pagination {
	z-index: 9!important;
}

.site-footer .elementor-widget-container h5 { 
	margin-bottom: 10px
}

.section-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.section-padding--bot {
	padding-bottom: 80px;
}

@media (min-width: 768px) {
  .section-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
	
	.section-padding--bot {
		padding-bottom: 80px;
	}
}

@media (min-width: 1024px) {
  .section-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
	
	.section-padding--bot {
		padding-bottom: 80px;
	}
}

.octf-btn {
	font-family: var(--e-global-typography-6566861-font-family), Sans-serif!important;
	font-size: var(--e-global-typography-6566861-font-size)!important;
	font-weight: var(--e-global-typography-6566861-font-weight)!important;
	line-height: var(--e-global-typography-6566861-line-height)!important;
	word-spacing: var(--e-global-typography-6566861-word-spacing)!important;
	text-transform: uppercase!important;
	border-radius: 100px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

.site-header.header__transparent {
/* 	position: unset; */
}

.main-navigation > ul > li { 
	margin: 0px 13px;
}

.main-navigation ul > li > a {
	padding: 9px 0px 9px 0px;
}

.main-navigation {
	height: auto;
}

/* ========================= */
/* ========================= */
/* ========================= */

.wpcf7-form select {
  width: 100%;
  padding: 18px 24px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  outline: none;
  margin-bottom: 20px;
}

.wpcf7-form select:focus {
  border-color: #b48cf4; /* цвет при фокусе */
  box-shadow: 0 0 0 2px rgba(180, 140, 244, 0.3);
}

/* Стили только для страницы hipoman-game (ID 11423) */
.page-id-11423 iframe {
    width: 100%;
    height: 80vh;       /* 80% высоты экрана пользователя */
    min-height: 600px;  /* минимальная высота для больших экранов */
    border: 0;
    display: block;
    margin: 0 auto;     /* если нужно центрировать */
}