/* ===============
   icao2
   =============== */
/*
Theme Name: icao2
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.1
License: 
License URI: 
Text Domain: icao2
Tags: 



CSS CONTENTS:
--------------------------
LINKS
HEADER

*/

/**************************************************************************************/


.container {
	max-width: 1168px !important;
}

@font-face {
  font-family: Futura PT;
  src: url(/wp-content/themes/icao2/fonts/FuturaPT-Book.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Book.ttf) format("ttf"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Book.otf) format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url(/wp-content/themes/icao2/fonts/FuturaPT-Medium.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Medium.ttf) format("ttf"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Medium.otf) format("otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url(/wp-content/themes/icao2/fonts/FuturaPT-Demi.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Demi.ttf) format("ttf"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Demi.otf) format("otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url(/wp-content/themes/icao2/fonts/FuturaPT-Bold.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url(/wp-content/themes/icao2/fonts/FuturaPT-Heavy.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Heavy.ttf) format("ttf"),
    url(/wp-content/themes/icao2/fonts/FuturaPT-Heavy.otf) format("otf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/wp-content/themes/icao2/fonts/Roboto-Regular.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/wp-content/themes/icao2/fonts/Roboto-Medium.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/wp-content/themes/icao2/fonts/Roboto-Bold.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic';
  src: url(/wp-content/themes/icao2/fonts/CenturyGothic.woff) format("woff"),
    url(/wp-content/themes/icao2/fonts/CenturyGothic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
	overflow-x: hidden;
}

/* убираем браузерную обводку ввода */
*:active, *:focus {
  outline: none !important;
}
*::-moz-focus-inner {
  border: 0 !important;
}
button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
/* убираем браузерную обводку ввода */

.row:not(.no-gutters) {
	  margin-right: -15px !important;
	  margin-left: -15px !important;
	}

	.row:not(.no-gutters) > [class^="col-"], .row:not(.no-gutters) > [class*=" col-"] {
	  padding-left: 15px !important;
	  padding-right: 15px !important;
	}
	
/* header */

.site-logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.site-logo a {
  display: flex;
}


.site-logo-nit {
	align-items: center;
  justify-content: flex-end;
}
.site-logo-nit img {
	max-width: 100%;
	height: auto;
	max-height: 66px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}


.site-logo-80 {
	align-items: center;
}
.site-logo-80 img {
	max-width: 100%;
	height: auto;
	max-height: 66px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

/*
.site-logo img {
  max-width: 170px;
}
*/

.site-menu li {
  display: inline-block;
  text-decoration: none;
}

.site-menu a {
  text-decoration: none;
  cursor: pointer;
}

/* тёмная тема */
.bodymain.dark .site-menu a {
	color: white;
}
/* тёмная тема */

/*
#menu-header-menu li {
  display: flex; 
}
*/
#menu-header-menu li + li {
  margin-left: 10px;
}

#menu-header-menu {
  padding-left: unset;
}

/*#masterheader {
  min-height: 70px;
}
*/
.masterheader-in {
	 min-height: 70px;
}

.bodymain {
	margin: unset;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #F8F8F8;
}

/* тёмная тема */
.bodymain.dark {
  background-color: #010025;
}
.bodymain.dark #masthead {
	background-color: #010025;
}
/* тёмная тема */

/* чёрная тема */
.bodymain.black {
  background-color: black;
}
.bodymain.black #masthead {
	background-color: black;
}
/* чёрная тема */

/* чёрная средняя тема */
.bodymain.blackl {
  background-color: #1E1E1E;
}
.bodymain.blackl #masthead {
	background-color: #1E1E1E;
}
/* чёрная средняя тема */

#masthead {
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
	position: fixed;
	background-color: white;
	width: 100%;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
}

#main {
	margin-top: 70px;
	flex-grow: 1;
}

.site-menu a {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}

.site-menu li.active a {
  font-weight: 600;
  /*color: #00B482;*/
}

a {
	color: #000000;
	text-decoration: none;
}


.masterheader-in .site-menu__in {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
#menu-container1 {
  flex-grow: 1;
}
.masterheader-in .site-select-city span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E6571D;
  padding-left: 23px;
  position: relative;
}
.masterheader-in .site-select-city {
  margin-right: 25px;
  cursor: pointer;
}
.site-select-city span:before {
    content: "";
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url(/wp-content/themes/icao2/image/arrow-bottom.svg);
    width: 13px;
    height: 17px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.site-select-city.active span:before {
  transform: rotate(180deg);
}

@media(max-width: 767px) {
	.masterheader-in .site-select-city {
	margin-right: unset;
		cursor: pointer;
		text-align: center;
		margin-bottom: 15px;
	}

  .site-logo-one {
    padding-left: 15px;
    padding-right: 15px;
  }

  .burger-btn {
    margin-right: 10px;
  }

  .menu-search-button {
    margin-left: 10px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .site-menu a {
    /* font-size: 14px; */
    font-size: 10px;
  }
}
/* header */

/* header city */
.header-citys {
	display: none;
}
.header-citys-in {
	height: 260px;
	padding: 24px 0px 42px 0px;
}
.header-citys .header-city-in {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  /*align-content: space-between;*/
}
.header-citys .city {
  display: flex;
  flex-grow: 0;
  margin-bottom: 8px;
}
.header-citys .city:hover a {
	font-weight: 600;
	color: #E6571D;
}
.header-citys .city.active a {
	font-weight: 600;
	color: #E6571D;
}
/*
.header-citys .city.active a {
	font-weight: 600;
}
*/
.header-citys .header-city-list {
  height: 100%;
}
.header-citys .city a {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #828282;
}

.header-citys .city img.repair {
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

.header-city-map .header-city-map-in {
	/*! overflow: hidden; */
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.header-city-map .map {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.header-city-map .map-markers {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.header-city-map .map-marker {
  height: 5px;
  width: 5px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url(/wp-content/themes/icao2/image/map-marker2.svg);
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}
.header-city-map .map-marker.city-3 {
  left: 4.9%;
  top: 17.4%;
}
.header-city-map .map-marker.city-4 {
  top: 11%;
  left: 26.6%;
}
.header-city-map .map-marker.city-5 {
  top: 18%;
  left: 17.4%;
}
.header-city-map .map-marker.city-6 {
  top: 47%;
  left: 23%;
}
.header-city-map .map-marker.city-7 {
  top: 44%;
  left: 9%;
}
.header-city-map .map-marker.city-8 {
  top: 50%;
  left: 5%;
}
.header-city-map .map-marker.city-9 {
  top: 59%;
  left: 26%;
}
.header-city-map .map-marker.city-10 {
  top: 73%;
  left: 49.6%;
}
.header-city-map .map-marker.city-11 {
  top: 70%;
  left: 43.6%;
}
.header-city-map .map-marker.city-12 {
  top: 78.4%;
  left: 40.9%;
}
.header-city-map .map-marker.city-13 {
  top: 42.4%;
  left: 21.9%;
}
.header-city-map .map-marker.city-14 {
  top: 53.4%;
  left: 27.9%;
}
.header-city-map .map-marker.city-15 {
  top: 49.4%;
  left: 96.9%;
}
.header-city-map .map-marker.city-16 {
  top: 39.9%;
  left: 13.4%;
}
.header-city-map .map-marker.city-17 {
  top: 51.9%;
  left: 11.4%;
}
.header-city-map .map-marker.city-18 {
  top: 50.2%;
  left: 15.2%;
}
.header-city-map .map-marker.city-19 {
  top: 25.2%;
  left: 6.2%;
}
.header-city-map .map-marker.city-20 {
  top: 73.2%;
  left: 31.2%;
}
.header-city-map .map-marker.city-22 {
  top: 47.2%;
  left: 25.2%;
}
.header-city-map .map-marker.city-23 {
  top: 52.2%;
  left: 24.2%;
}
.header-city-map .map-marker.city-24 {
	top: 40%;
	left: 8%;
}
.header-city-map .map-marker.city-25 {
  top: 55%;
  left: 2%;
}
.header-city-map .map-marker.city-26 {
	top: 41.8%;
	left: 18.1%;
}

.header-city-map .map-marker.active:before {
	background-image: url(/wp-content/themes/icao2/image/map-marker2-big.svg);
	width: 17px;
	height: 27px;
	position: absolute;
	display: inline-block;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 3px;
	left: -4px;
	z-index: 1;
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
}
.header-city-map .map-marker.active {
	height: 8px;
	width: 8px;
	margin-top: -2px;
	margin-left: -2px;
}
.header-city-map .map img {
  width: 100%;
  height: auto;
  /*! margin-top: 17px; */
  /*! margin-left: 1px; */
}

@media(max-width: 767px) {
	.header-citys .header-city-in {
	  flex-wrap: nowrap;
	}
	.header-citys {
		height: calc( 100vh - 103px);
	}
	.header-citys .header-city-list {
	  overflow-x: scroll;
	  margin-right: 25px;
	}
	.header-citys-in {
		height: 100%;
		padding: 24px 0px 42px 0px;
	}
}
/* header city */


/* header menu mobile */
.site-menu-mobile-header {
  display: flex;
  align-items: center;
  height: 70px;
}
.site-menu-mobile-header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.site-menu-mobile-bottom .menu li {
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
  /*! flex-grow: 1; */
  margin-bottom: 16px;
}
.site-menu-mobile-bottom .menu li a {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}
.site-menu-mobile-bottom .menu {
  padding-left: unset;
  display: flex;
  flex-wrap: wrap;
}
.site-menu-mobile-bottom {
  display: none;
  flex-direction: column;
}

.burger-btn {
  height: 20px;
  width: 20px;
  background-image: url(/wp-content/themes/icao2/image/burger-icon.svg);
}
.burger-btn.active {
  background-image: url(/wp-content/themes/icao2/image/burger-icon-close.svg);
}
.burger-btn {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width:767px) {
	.header-citys .city a {
		color: #000000;
		font-size: 18px;
		line-height: 23px;
	}
}

/* тёмная тема */
@media(max-width:767px) {
	.bodymain.dark .header-citys .city a {
		color: white;
  }
  .bodymain.dark .site-menu-mobile-bottom .menu li a {
    color: white;
  }
}
/* тёмная тема */
/* header menu mobile */

/* footer */

#footer {
	background-color: #F2F2F2;
	padding-top: 63px;
	padding-bottom: 73px;
}

#footer .site-logo img {
	max-width: 100%;
	max-height: 100%;
}

.site-contacts__footer ul {
  padding: unset;
}

.site-contacts__footer ul li {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	text-decoration: unset;
	list-style: none;
}

#site-contacts__footer a {
  color: #000000;
  text-decoration: unset;
}

.site-contacts__footer .li-title {
	font-size: 18px;
	line-height: 23px;
	color: #828282;
}

.site-social {
	margin-top: 60px;
}

.site-social .inst {
	background-image: url("/wp-content/themes/icao2/image/social-inst.svg");
}
.site-social .inst:hover {
	background-image: url("/wp-content/themes/icao2/image/social-inst.svg");
}

.site-social .vk {
	background-image: url("/wp-content/themes/icao2/image/social-vk.svg");
}
.site-social .vk:hover {
	background-image: url("/wp-content/themes/icao2/image/social-vk.svg");
}

.site-social .fb {
	background-image: url("/wp-content/themes/icao2/image/social-fb.svg");
}
.site-social .fb:hover {
	background-image: url("/wp-content/themes/icao2/image/social-fb.svg");
}

.site-social .telegram {
	background-image: url("/wp-content/themes/icao2/image/social-telegram.svg");
}
.site-social .telegram:hover {
	background-image: url("/wp-content/themes/icao2/image/social-telegram.svg");
}

.site-social .youtube {
	background-image: url("/wp-content/themes/icao2/image/social-youtube.svg");
}
.site-social .youtube:hover {
	background-image: url("/wp-content/themes/icao2/image/social-youtube.svg");
}

.site-social .rutube {
	background-image: url("/wp-content/themes/icao2/image/social-rutube.svg");
}
.site-social .rutube:hover {
	background-image: url("/wp-content/themes/icao2/image/social-rutube.svg");
}


.site-social span {
	display: inline-block;
	width: 33px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 15px;
	margin-right: 15px;
}

/* footer */

/* блоки записей */
.post.style-1 .post-img_img {
  padding-top: 58.9%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post.style-1 .post-img_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}
.post.style-1 .post-in {
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.post.style-1 .post-in:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.post.style-1 {
  margin-bottom: 30px;
}
.post.style-1 .post-content {
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.post.style-1 .post-title {
	margin-bottom: 12px;
}
.post.style-1 .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
}
.post.style-1 .post-bottom .city {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E6571D;
  display: flex;
}
.post.style-1 .post-bottom .date {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
  color: #828282;
  display: flex;
  margin-left: auto;
}
.post.style-1 .post-bottom {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
/* блоки записей */

/* секции */
.section-title h3 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 117.2%;
  color: #E6571D;
  display: inline-block;
  text-transform: uppercase;
}
.section-title {
  display: flex;
  align-items: center;
}
.section-line {
	/* background-color: #E6571D; */
	width: 122px;
	height: 18px;
	display: inline-block;
	/* border-radius: 10px; */
	/* margin-left: 15px; */
	margin-right: 15px;
	position: relative;
	display: flex;
}
.section-line::before {
	content: "";
	background-color: #E6571D;
	width: 100vw;
	height: 18px;
	/* position: absolute; */
	border-radius: 10px;
	right: 25px;
}
.section-line::after {
	content: "";
	background-color: #E6571D;
	width: 18px;
	height: 18px;
	/* position: absolute; */
	border-radius: 10px;
	right: 25px;
	flex-shrink: 0;
	margin-left: 7px;
}

.section {
	padding-bottom: 52px;
}

.section-button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-button .btn {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* секции */

/* кнопки */
.button-white {
  background: #FFFFFF;
  border: 3px solid #E6571D;
  border-radius: 40px;
  display: flex;
  width: 263px;
  height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #E6571D;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

.button-white:hover {
  background: #FFE9E2;
}

.button-white:active {
  background: #E6571D;
  color: white;
}

.button-orange {
  background: #E6571D;
  border-radius: 40px;
  display: flex;
  width: 263px;
  height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: white;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

.button-orange:hover {
  background: #DD4E14;
}

.button-orange:active {
  background: #CF4108;
}

/* кнопки */

/* новости на главной */
@media(max-width:767px) {
	.home .section.news .news-block .post:nth-child(n+4) {
		display: none;
	}
}
/* новости на главной */

/* блоки форматы */
.post.style-formats .post-background {
  position: absolute;
  background-image: url(/wp-content/themes/icao2/image/formats-fon.svg);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post.style-formats .post-content {
	padding: 20px;
	border-radius: 4px;
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.post.style-formats .post-img {
  height: 50%;
  display: block;
}
.post.style-formats .post-title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 115.2%;
  text-align: center;
  text-transform: uppercase;
  color: #E6571D;
  height: 50%;
  display: block;
  margin-top: 25px;
}
.post.style-formats .post-img img {
	max-width: 87px;
	max-height: 70px;
	/* height: auto; */
	width: auto;
	height: auto;
}
.post.style-formats .post-img_img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.post.style-formats .post-in {
	transition: box-shadow 0.3s ease-in-out;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.post.style-formats .post-in:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.post.style-formats {
  margin-bottom: 30px;
}

@media(max-width: 767px) {
	.post.style-formats .post-title {
		font-size: 13px;
	}
	.post.style-formats .post-img img {
		max-width: 47px;
		max-height: 50px;
	}
	.post.style-formats .post-title {
		margin-top: 10px;
	}
	.post.style-formats .post-img_img {
	  padding-top: unset;
	}
}
/* блоки форматы */

/* слайдер анонсы */
.post.style-anons .post-img_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}
/*
.post.style-anons .post-img_img {
  padding-top: 27.8%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
*/
.post.style-anons .post-img_img {
	padding-top: 24.8%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.post.style-anons .post-in {
  border-radius: 4px;
  overflow: hidden;
}

.anons-block .dots-container {
	margin-top: 26px;
}
.anons-block .owl-dot {
  height: 4px;
  width: 4px;
  background-color: #E6571D;
  border-radius: 6px;
  margin-right: 6px;
  border: none;
  padding: 0 !important;
  cursor: pointer;
  opacity: 0.7;
  transition: width 0.3s ease-in-out;
  /*transition: opacity 0.3s ease-in-out;*/
}
.anons-block .owl-dot.active {
  width: 20px;
  opacity: 1;
}

@media(max-width: 767px) {
	.anons-block .dots-container {
		margin-top: 0px;
		text-align: center;
	}
}
/* слайдер анонсы */


/* слайдер факты */
.section.facts {
	margin-top: 24px;
}
.facts-block {
  height: 350px;
  position: relative;
}
.facts-block .post-img_img {
	width: 72%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}
.facts-block .post-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}
.facts-block .post-right {
  position: relative;
}
.facts-block .post-in {
  width: 100%;
  height: 100%;
}
.facts-block .post-in .row {
  /*width: 100%;*/
  height: 100%;
}
.facts-block .post-left {
  height: 100%;
  width: 100%;
}

.facts-block .post-left .logo-text {
	max-width: 100%;
	height: auto;
}

.facts-block .post-right {
  width: 100%;
  height: 100%;
}
.facts-block .post-img_img img {
	max-width: 100%;
	height: 100%;
	width: auto !important;
	/*padding-right: 62px;*/
	/*padding-bottom: 30px;*/
	object-fit: contain;
}
.facts-block .post-background {
  position: absolute;
  background-image: url(/wp-content/themes/icao2/image/formats-fon.svg);
  top: 36px;
  bottom: 0px;
  /*! left: 0px; */
  right: 0px;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 455px;
  width: 100%;
  border-radius: 4px;
}
.facts-block .post-text-bottom {
  position: absolute;
  bottom: 35px;
  right: 43px;
  max-width: 380px;
  text-align: right;
}
.post-text-bottom span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.facts-block .section.facts {
  padding-top: 24px;
}
.facts-block .post-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facts-block .post-text-top {
  max-width: 320px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 16px 22px 22px 22px;
  position: absolute;
  top: 48px;
  z-index: -1;
}
.post-text-top span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.facts-block .post-left .button-orange {
  margin-top: 65px;
}

.facts-block .owl-nav > * {
  height: 16px;
  width: 25px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.facts-block .owl-prev {
  background-image: url(/wp-content/themes/icao2/image/arrow-left.svg) !important;
}
.facts-block .owl-next {
  background-image: url(/wp-content/themes/icao2/image/arrow-right.svg) !important;
  margin-left: 30px;
}
.facts-block .owl-nav {
  position: absolute;
  bottom: 76px;
}

.facts-block .post-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.facts-block .owl-carousel {
  height: 100%;
}

.facts-block .post.style-facts {
  height: 100%;
  width: 100%;
}

.facts-block .owl-stage-outer {
  height: 100%;
}

.facts-block .owl-stage {
  height: 100%;
}

.facts-block .owl-item {
  height: 100%;
  width: 100%;
}

@media(max-width: 767px) {
	.facts-block .owl-nav {
	  position: relative;
	  bottom: -10px;
	  text-align: center;
	}
	.facts-block .post-left {
	  align-items: center;
	}
	.facts-block .post-left .button-orange {
	  margin-top: 30px;
	}
	.section.facts {
	  margin-top: 50px;
	}
	.facts-block .post-right {
	  margin-top: 90px;
	}
	.facts-block .post-text-top {
	  top: 0px;
	  position: relative;
	  margin-left: auto;
	}
	.facts-block .post-text-bottom {
	  position: relative;
	  right: 12px;
	  margin-left: auto;
	  bottom: 24px;
	}
	.facts-block .post-img_img img {
		padding: unset;
	}
	.facts-block .post-img_img {
		width: 100%;
	}

	.facts-block {
	  height: unset;
	}
	.facts-block .post-background {
	  top: 70px;
	}
}
/* слайдер факты */

/* эксперты */
.post.style-expert .post-img_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
  border-radius: 50%;
}
.post.style-expert .post-img_img {
  padding-top: 110px;
  width: 110px;
  position: relative;
  overflow: hidden;
}
.post.style-expert .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 106.6%;
  letter-spacing: 0.01em;
  color: #000000;
}
.post.style-expert .post-excerpt span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
}
.post.style-expert .post-title {
  margin-bottom: 6px;
}
.post.style-expert .post-img {
  margin-bottom: 16px;
}
.expert-block .expert-block-top {
  margin-bottom: 62px;
}
.expert-block .text-expert span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  display: block;
}
.expert-block .text-expert {
  display: flex;
  align-items: center;
}

.expert-block .owl-nav > * {
  height: 16px;
  width: 25px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.expert-block .owl-prev {
  background-image: url(/wp-content/themes/icao2/image/arrow-left.svg) !important;
}
.expert-block .owl-next {
  background-image: url(/wp-content/themes/icao2/image/arrow-right.svg) !important;
  margin-left: 30px;
}
.expert-block .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.section.expert .btn {
	margin-top: 30px;
}

.icon-expert img {
  max-width: 100%;
  max-height: 100%;
}

@media(max-width: 768px) {
	.expert-block .expert-block-top .icon-expert {
		margin-bottom: 30px;
	}
}
/* эксперты */

/* эксперты страницы */
.single.expert .expert-block-bottom .post {
	margin-bottom: 30px;
}

@media(max-width: 767px) {
	.single.expert .section.expert {
		margin-top: 30px;
	}
}
/* эксперты страницы */

/* эксперты атомотека */
.atomoteka-experts .expert-block-bottom .post {
	margin-bottom: 30px;
}
/* эксперты атомотека */

/* команда */
.komanda-block .post-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.komanda-block .post-left span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.komanda-block .post-left .text2 {
  color: #E6571D;
  margin-bottom: 58px;
}
.komanda-block .post-img_img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.komanda-block {
  margin-top: -30px;
}

@media(max-width: 900px) {
	.komanda-block {
	  margin-top: unset;
	}
}
@media(max-width: 767px) {
	.komanda-block .post-left .text2 {
		margin-bottom: unset;
	}
}

/* команда */

/* единичная запись */
.single.post .single-in {
  margin-top: 60px;
  margin-bottom: 72px;
}
.single-top .single-city {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E6571D;
  display: inline-block;
  margin-right: 16px;
}
.single-top .single-date {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
  display: inline-block;
}
.single.post .single-top {
  margin-bottom: 18px;
}
.single-title h2 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 18px;
  margin-bottom: 24px;
}

.single-text {
	font-family: Futura PT;
}

.single-text p, .single-text a, .single-text li, .single-text span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #000000;
}

.single-text h1, .single-text h2, .single-text h3, .single-text h4, .single-text h5, .single-text h6 {
  font-family: Futura PT;
}

.single-text > * {
  max-width: 100%;
  height: auto;
}
.single.post .single-text img {
	max-width: 100%;
	height: auto;
}
.single-text a {
  color: #E6571D;
  text-decoration: none;
}

@media(max-width: 767px) {
	.single.post .single-in {
		margin-top: 30px;
		margin-bottom: 52px;
	}

	.single-title h2 {
	  font-size: 34px;
	  line-height: 44px;
	}

}
/* единичная запись */

/* единичная страница */
.top-page-title-block .title-text {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}

.top-page-title-block {
  text-align: center;
  margin-top: 52px;
  margin-bottom: 30px;
}

.top-page-title-block .title-text {
  text-transform: uppercase;
}
/* единичная страница */

/* страница об ицаэ */
.top-page-about {
  height: 440px;
  margin-bottom: 82px;
}

.top-page-about .text-left {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.top-page-about .text-left-logo {
  max-width: 100%;
  margin-bottom: 36px;
}

.top-page-about .text-right {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #000000;
}

.top-page-about .about-right {
  background-image: url(/wp-content/uploads/2021/07/about-fon-mol.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.top-page-about {
  background-image: url(/wp-content/uploads/sites/2/2020/09/about-fon-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-page-about .section-in {
  height: 100%;
}

.top-page-about .section-content {
  height: 100%;
}

.top-page-about .about-right {
  /* background-size: contain; */
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
}

.top-page-about .text-right {
  max-width: 80%;
  display: inline-block;
}

.top-page-about .about-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 68px;
}

/*
.video-block {
  height: 262px;
}
*/

/*
.video-block .block-left {
  height: 100%;
}
*/

.video-block {
  display: flex;
}

.video-block .block-left .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #000000;
  display: block;
}

.video-block .block-left .text {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.video-block .block-left .title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*
.video-block .block-left-in {
  height: 100%;
}
*/

.video-block .block-left-in {
	border-radius: 4px;
	overflow: hidden;
	border-top: 5px solid #E6571D;
	position: relative;
	padding-top: 56%;
}
.video-block .block-left-in > * {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.video-block {
  margin-bottom: 64px;
}

@media(max-width: 767px) {
	.video-block .block-left-in {
	  margin-bottom: 30px;
	}
}

.whydotop-block .block-title {
  display: flex;
  align-items: center;
}

.whydotop-block .block-title .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 117.2%;
  color: #000000;
  margin-left: 30px;
  text-transform: uppercase;
}

.whydotop-block .block-title {
  margin-bottom: 20px;
}

.whydotop-block .block-text {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.whydotop-block {
  margin-bottom: 72px;
}

.whydobottom-block .block-title {
	display: flex;
	align-items: center;
}

.whydobottom-block .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  margin-left: 22px;
}

.whydobottom-block .block {
  margin-bottom: 30px;
}

.whydobottom-block .img img {
  max-width: 100%;
}

.whydobottom-block .img {
  flex-basis: 46px;
  flex-grow: 0;
  flex-shrink: 0;
}

@media(max-width: 767px) {
	.whydotop-block .block {
	  margin-bottom: 30px;
	}

	.whydotop-block .block-title {
	  flex-direction: column;
	  align-items: normal;
	}

	.whydotop-block .block-title .title {
	  margin-left: unset;
	  margin-top: 30px;
	}

	.whydotop-block {
	  margin-bottom: 30px;
	}
}

.icaeinnumber .block {
	margin-bottom: 30px;
}

.icaeinnumber .block-in {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  background-image: url(/wp-content/uploads/sites/2/2020/09/about-fon-scaled.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.icaeinnumber .block-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.icaeinnumber .icaeinnumber-block .block {
  height: 346px;
}
.icaeinnumber .block .block-title {
  flex-grow: 1;
  flex-basis: 50%;
  padding: 10px 44px;
  align-items: center;
  display: flex;
}
.icaeinnumber .block .block-image {
  flex-grow: 1;
  flex-basis: 50%;
  padding: 10px;
  background-color: white;
}
.icaeinnumber .block-title .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}

@media(max-width: 767px) {
	.icaeinnumber .block .block-title {
	  padding: 10px;
	  flex-basis: unset;
	}
}


.awards-block .owl-nav > * {
  height: 16px;
  width: 25px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: unset;
  border: unset;
  cursor: pointer;
}
.awards-block .owl-prev {
  background-image: url(/wp-content/themes/icao2/image/arrow-left.svg) !important;
}
.awards-block .owl-next {
  background-image: url(/wp-content/themes/icao2/image/arrow-right.svg) !important;
  margin-left: 30px;
}
.awards-block .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.style-awards .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.style-awards .post-excerpt span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.style-awards .post-title {
  margin-bottom: 4px;
}

.awards-block .awards-block-in {
  width: 82%;
}

.awards-block .awards-block-in .owl-stage-outer {
  overflow: unset;
}

.awards-block {
  overflow: hidden;
}

.style-awards .post-date span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 117.2%;
  color: #E6571D;
}
.style-awards .post-date {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.style-awards .post-date .date-line {
  content: "";
  height: 2px;
  background-color: #E6571D;
  margin-top: auto;
  margin-bottom: auto;
  flex-grow: 1;
  margin-left: 20px;
}


@media(max-width: 767px) {
	.awards-block .awards-block-in {
		width: 100%;
	}
}

.partners-block .block-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.partners-block .logo img {
  max-width: 100%;
  max-height: 100%;
}
.partners-block .logo {
  height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.partners-block {
  margin-top: 20px;
}

.section.sotrudnich .sotrudnich-block {
  background-image: url(/wp-content/uploads/2020/09/sotrudnichestvo-fon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 50px 72px 66px;
  border-radius: 4px;
  overflow: hidden;
}
.section.sotrudnich  .post-img_img img {
  max-width: 100%;
  max-height: 100%;
}
.section.sotrudnich  .post-left .text1 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.section.sotrudnich  .post-left {
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media(max-width: 767px) {
	.section.sotrudnich .sotrudnich-block {
	  padding: 32px 12px 72px 12px;
	}

	.section.sotrudnich .post-left {
	  order: 2;
	}

	.section.sotrudnich .post-left .text1 {
	  margin-bottom: 16px;
	}
}

@media(max-width: 767px) {
	.top-page-about .about-right {
	  order: 1;
	}

	.top-page-about .about-left {
	  order: 2;
	}

	.top-page-about .text-right {
	  display: none;
	}

	.top-page-about .about-right {
	  height: 243px;
	  background-size: contain;
	}

	.top-page-about {
	  height: unset;
	}

}
/* страница об ицаэ */

/* страница карты команды */
.single.comands .comands-list-in .comands-single {
	display: none;
}
.single.comands .comands-list-in .comands-single.active {
	display: block;
}
.single.comands .comands-gorod-in {
  background: white;
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: thin;
  padding: 32px 20px 32px 32px;
}
.single.comands .comands-list-in {
	background: white;
	height: 100%;
	padding: 32px 20px 32px 28px;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.single.comands .section.comands {
  margin-bottom: 82px;
}
.single.comands .comands-gorod {
  /*! overflow-y: scroll; */
  height: 100%;
}
.single.comands .comands-block {
  height: 555px;
  position: relative;
  overflow: hidden;
}
.single.comands .comands-block-in {
  height: 100%;
}
.single.comands .comands-map-in {
  overflow: hidden;
  height: 100%;
  background: url(/wp-content/themes/icao2/image/map-fon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.single.comands .comands-list {
  height: 100%;
}
.single.comands .city span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #828282;
  margin-left: 20px;
}
.single.comands .city img {
  width: 20px;
  height: 14px;
}
.single.comands .city img.repair {
	width: 20px;
	height: 20px;
	margin-left: 12px;
}
.single.comands .city {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.single.comands .city:hover span {
	font-weight: 600;
	color: #000000;
}
.single.comands .city.active span {
	font-weight: 600;
	color: #000000;
}
.single.comands .city.active {
	font-weight: 600;
	color: #000000;
}
.single.comands .contacts .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #828282;
  display: block;
  margin-bottom: 4px;
}
.single.comands .contacts .tel {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  display: block;
}
.single.comands .contacts .link {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.single.comands .contacts .mail {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 4px;
  display: block;
}
.single.comands .contacts .vk {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #E6571D;
}
.single.comands .contacts .fb {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	color: #E6571D;
}
.single.comands .address .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #828282;
  display: block;
  margin-bottom: 4px;
}
.single.comands .contacts {
  margin-bottom: 12px;
}
.single.comands .address .adr {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.single.comands .sotrud .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #828282;
  display: block;
  margin-bottom: 12px;
}
.single.comands .address {
  margin-bottom: 12px;
}
.single.comands .sotrud-block {
	display: flex;
	margin-bottom: 15px;
}
.single.comands .sotrud-block-img {
	width: 73px;
	flex-shrink: 0;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
}
.single.comands .sotrud-block-img img {
  width: 100%;
  height: auto;
}
.single.comands .sotrud-block-text .fio {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.single.comands .sotrud-block-text {
  margin-left: 8px;
}
.single.comands .sotrud-block-text .position {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #828282;
  display: flex;
}
.single.comands .comands-map {
  height: 100%;
}



.single.comands .map {
  position: absolute;
  left: -96px;
  top: -248px;
}
.single.comands .map-markers {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.single.comands .map-marker {
  height: 14px;
  width: 14px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url(/wp-content/themes/icao2/image/map-marker.svg);
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}
.single.comands .map-marker.city-3 {
  left: 5.9%;
  top: 27.4%;
}
.single.comands .map-marker.city-4 {
  top: 20%;
  left: 25.6%;
}
.single.comands .map-marker.city-5 {
  top: 30%;
  left: 14.4%;
}
.single.comands .map-marker.city-6 {
  top: 50%;
  left: 17%;
}
.single.comands .map-marker.city-7 {
  top: 54%;
  left: 10%;
}
.single.comands .map-marker.city-8 {
  top: 61%;
  left: 7%;
}
.single.comands .map-marker.city-9 {
  top: 67%;
  left: 27%;
}
.single.comands .map-marker.city-10 {
  top: 79%;
  left: 48.6%;
}
.single.comands .map-marker.city-11 {
  top: 75%;
  left: 43.6%;
}
.single.comands .map-marker.city-12 {
  top: 79.4%;
  left: 41.9%;
}
.single.comands .map-marker.city-13 {
  top: 47.4%;
  left: 15.4%;
}
.single.comands .map-marker.city-14 {
  top: 58.2%;
  left: 17.2%;
}
.single.comands .map-marker.city-15 {
  top: 50.4%;
  left: 95.9%;
}
.single.comands .map-marker.city-16 {
  top: 39.9%;
  left: 10.2%;
}
.single.comands .map-marker.city-17 {
  top: 60.2%;
  left: 13.9%;
}
.single.comands .map-marker.city-18 {
  top: 62.2%;
  left: 27.2%;
}
.single.comands .map-marker.city-19 {
  top: 35.2%;
  left: 6.2%;
}
.single.comands .map-marker.city-20 {
  top: 80.2%;
  left: 31.2%;
}
.single.comands .map-marker.city-22 {
  top: 51.2%;
  left: 22.2%;
}
.single.comands .map-marker.city-23 {
  top: 57.2%;
  left: 22.9%;
}
.single.comands .map-marker.city-24 {
  top: 48.4%;
  left: 8.5%;
}
.single.comands .map-marker.city-25 {
  top: 68%;
  left: 2.5%;
}
.single.comands .map-marker.city-26 {
	top: 45.4%;
	left: 12.1%;
}


.single.comands .map-marker.active:before {
	background-image: url(/wp-content/themes/icao2/image/map-marker-big.svg);
	width: 33px;
	height: 53px;
	position: absolute;
	display: inline-block;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 4px;
	left: -7px;
	z-index: 1;
	filter: drop-shadow(0px 5px 16px rgba(0, 0, 0, 0.2));
}
.single.comands .map-marker.active {
	height: 18px;
	width: 18px;
	margin-top: -4px;
	margin-left: -4px;
}

.single.comands .comands-back-btn {
	display: none;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #E6571D;
	margin-bottom: 8px;
	cursor: pointer;
}

.single.comands .repair-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.single.comands .repair-block .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 117.2%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.single.comands .repair-block .caption {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}

.single.comands .repair-block .title {
  margin-bottom: 12px;
}

.single.comands .repair-block img.repair {
  margin-bottom: 14px;
  max-width: 100%;
  max-height: auto;
  width: 80px;
  height: 80px;
}


@media(max-width: 767px) {
	.single.comands .comands-block {
	  height: unset;
	}
	.single.comands .comands-map {
	  height: 232px;
	  order: 1;
	}
	.single.comands .comands-gorod {
	  order: 2;
	}
	.single.comands .comands-list {
	  order: 3;
	  display: none;
	}
	.single.comands .comands-back-btn {
		display: block;
	}
	.single.comands .top-page-title {
		display: none;
	}
	.single.comands .map {
		left: -157px;
		top: -379px;
	}
}
/* страница карты команды */

/* страница карты сотрудничества */
.style-sotrudnichin .post-in {
  background: white;
  padding: 26px 20px;
  display: flex;
  flex-grow: 1;
  border-radius: 4px;
}
.post.style-sotrudnichin {
  margin-bottom: 30px;
  display: flex;
  min-height: 183px;
  word-break: break-word;
}
.style-sotrudnichin .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 117.2%;
  color: #000000;
}
.style-sotrudnichin .post-addr span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.style-sotrudnichin .post-url a {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #E6571D;
  margin-top: auto;
}
.style-sotrudnichin .post-url {
  margin-top: auto;
}
.style-sotrudnichin .post-title {
  margin-bottom: 8px;
}
.style-sotrudnichin .post-addr {
  margin-bottom: 8px;
}
.style-sotrudnichin .post-content {
  display: flex;
  flex-direction: column;
}
/* страница карты сотрудничества */

/* страница архива новостей */
.news-dates .select-nav {
  height: 16px;
  width: 26px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  display: flex;
  cursor: pointer;
}
.news-dates .select-prev.select-nav {
  background-image: url(/wp-content/themes/icao2/image/arrow-left.svg) !important;
}
.news-dates .select-next.select-nav {
  background-image: url(/wp-content/themes/icao2/image/arrow-right.svg) !important;
}
.news-dates .calendar-btn {
  height: 23px;
  width: 22px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  display: flex;
  cursor: pointer;
  background-image: url(/wp-content/themes/icao2/image/сalendar-icon.svg) !important;
  margin-left: 16px;
}
.news-dates .news-year-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-dates .select-year {
  margin-left: 16px;
  margin-right: 16px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 62px;
  line-height: 79px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}
.news-dates .news-month li {
	font-family: Futura PT;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000000;
	display: none;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 14px;
}
.news-dates .news-month li.show {
  display: flex;
}
.news-dates .news-month li.active a {
  color: #E6571D;
}
.news-dates .news-month {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.news-dates .news-year {
  margin-bottom: 18px;
}

.home .section.news .news-block .post:nth-child(n+7) {
	display: none;
}

@media(max-width: 767px) {
	.single.news .top-page-title-block {
		display: block;
		margin-top: 30px;
	}	
}
/* страница архива новостей */

/* страница формата внутренняя */
.single.formats .top-page-title {
  background: url(/wp-content/themes/icao2/image/formats-fon-in.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single.formats .top-formats-title-block {
  padding: 56px 0px;
}

.single.formats .prevpage-btn {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #E6571D;
  display: flex;
  margin-bottom: 40px;
  cursor: pointer;
}

.single.formats .formats-head {
  display: flex;
  align-items: center;
}

.single.formats .formats-title .title-text {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #E6571D;
  text-transform: uppercase;
}

.single.formats .formats-title {
  margin-left: 28px;
}

.single.formats .formats-icon {
  height: 100px;
  /*! width: 100px; */
  max-width: 100%;
}

.single.formats .formats-icon img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	width: auto;
}

.single.formats .formats-icon {
  display: flex;
  align-items: center;
}
/* страница формата внутренняя */

/* страница форматов */
@media(max-width: 767px) {
	.single.formats-page .section.formats {
		margin-top: 30px;
	}
}
/* страница форматов */

/* заголовки на мобильных */
@media(max-width: 767px) {
	.top-page-title-block {
	  display: none;
	}
}
/* заголовки на мобильных */

/* скрываем фотки */
.single.post.news .single-text img {
	display: none;
}
/* скрываем фотки */

/* превью внутри записей */
.single-img_img img {
	max-width: 100%;
	height: auto;
}
/* превью внутри записей */

/* поделиться соцсети внутри записей */		
.post-social a span {
  display: inline-block;
  width: 30px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.post-social .fb {
  background-image: url("/wp-content/themes/icao2/image/social-fb.svg");
}
.post-social .vk {
  background-image: url("/wp-content/themes/icao2/image/social-vk.svg");
}
.post-social .telegram {
  background-image: url("/wp-content/themes/icao2/image/social-telegram.svg");
}
.post-social a + a {
  margin-left: 8px;
}
/* поделиться соцсети внутри записей */		


/* игра адреналин */
.stavka-game-block .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #000000;
  display: flex;
}
.stavka-game-block .header-left .comanda-name {
  font-family: Futura PT;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.01em;
  color: #E6571D;
}
.stavka-game-block .comanda-score span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #E6571D;
}
.stavka-game-block .comanda-score .score {
  font-size: 42px;
  line-height: 54px;
}
.stavka-game-block .comanda-score .caption {
  font-size: 18px;
  line-height: 23px;
}
.stavka-game-block .comanda-score .credit {
  display: none;
}
.stavka-game-block .comanda-score .credit.active {
  display: block;
}
.stavka-game-block .title-big {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0.01em;
  color: #000000;
  display: flex;
}
.stavka-game-block {
  margin-top: 60px;
}
.stavka-game-block .stavka-game-header-in .title {
  margin-bottom: 15px;
}
.stavka-game-block .stavka-game-header {
  margin-bottom: 30px;
}
.stavka-game-block .stavka-game-tour .title-big {
  margin-bottom: 24px;
}
.stavka-game-block .tour-stavka .title, .tour-answer .title {
  margin-bottom: 30px;
}
.stavka-game-block .tour-stavka {
  margin-bottom: 42px;
}
.stavka-game-block .input-text.tour-stavka-input {
  width: 268px;
  max-width: 100%;
  background: #FFFFFF;
  border: 2px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 3px;
  height: 47px;
  padding: 5px 24px;
  color: #BDBDBD;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
}
.stavka-game-block .tour-stavka-btn {
  background: #FFFFFF;
  border: 2px solid #E6571D;
  box-sizing: border-box;
  border-radius: 3px;
  color: #E6571D;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 169px;
  max-width: 100%;
  height: 47px;
  justify-content: center;
  margin-left: 30px;
  cursor: pointer;
}
.stavka-game-block .tour-stavka_input {
  display: flex;
}
.stavka-game-block .input-text.tour-answer-block {
	background: #FFFFFF;
	border: 2px solid #E6571D;
	box-sizing: border-box;
	border-radius: 3px;
	color: #E6571D;
	display: flex;
	align-items: center;
	max-width: 100%;
	height: 47px;
	justify-content: center;
	cursor: pointer;
	flex-basis: 48%;
	padding: 5px 12px;
	margin-bottom: 30px;
}
.stavka-game-block .tour-answers {
	display: flex;
	/* margin-bottom: 26px; */
	flex-wrap: wrap;
	justify-content: space-between;
	width: 353px;
	max-width: 100%;
}
.stavka-game-block .tour-answer-btn:disabled {
	background: #BDBDBD;
	border: 2px solid #BDBDBD;
}
.stavka-game-block .tour-stavka-btn:disabled, .stavka-game-block .tour-stavka-vabank-btn:disabled {
  background: #BDBDBD;
	border: 2px solid #BDBDBD;
  color: white;
}

/*
.stavka-game-block .input-text.tour-answer-block + .input-text.tour-answer-block {
  margin-left: 30px;
}
*/

.stavka-game-block .input-text.tour-answer-block span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 19px;
  margin-right: 6px;
}
.stavka-game-block .input-text.tour-answer-block .text {
  color: #000000;
}
.stavka-game-block .tour-answer-btn {
  background: #E6571D;
  border: 2px solid #E6571D;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 169px;
  max-width: 100%;
  height: 47px;
  justify-content: center;
  cursor: pointer;
}

.input-text.tour-answer-block.active {
  background: #E6571D;
  border: 2px solid #E6571D;
  color: white;
}
.input-text.tour-answer-block.active .text {
  color: white;
}
.input-text.tour-answer-block.selected {
  background: #29A84D;
  border: 2px solid #29A84D;
}
.input-text.tour-answer-block.notselected {
  border: 2px solid #29A84D;
}
.stavka-game-block .tour-answer-btn:disabled {
	background: #BDBDBD;
	border: 2px solid #BDBDBD;
}

.stavka-game-block .tour-answer {
  margin-bottom: 48px;
}
.stavka-game-block .tour-table-list .title-big {
  margin-bottom: 30px;
}
.stavka-game-block .tour-table-list .title {
  margin-bottom: 25px;
}
.stavka-game-block .table-result td {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
}
.stavka-game-block .table-result .order {
  font-size: 16px;
  line-height: 21px;
  color: #828282;
}
.stavka-game-block .table-result .comanda-name {
  font-size: 20px;
  line-height: 26px;
}
.stavka-game-block .table-result .comanda-result {
  font-size: 18px;
  line-height: 23px;
  color: #828282;
}
.stavka-game-block .table-result .comanda-result.green {
  color: #29A84D;
}
.stavka-game-block .table-result .comanda-result.red {
  color: #EA3C3C;
}
/*
.stavka-game-block .table-result .comanda-result {
}
*/
.stavka-game-block #table-result-tabl {
  width: 446px;
  max-width: 100%;
}

.stavka-game-block .tour-stavka-vabank-btn span:before {
  content: "x3";
  width: 22px;
  height: 22px;
  position: absolute;
  background: white;
  left: 0px;
  color: #E6571D;
  text-transform: none;
  border-radius: 3px;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stavka-game-block .tour-stavka-vabank-btn span {
  padding-left: 34px;
  position: relative;
  display: flex;
}
.stavka-game-block .tour-stavka-vabank-btn {
  background: #E6571D;
  border: 2px solid #E6571D;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 169px;
  max-width: 100%;
  height: 47px;
  justify-content: center;
  cursor: pointer;
  margin-left: 8px;
}


.stavka-game-block .stavka-game-reg-in .title {
  margin-bottom: 15px;
}
.stavka-game-block .stavka-game-reg-in .input-text {
  width: 300px;
  max-width: 100%;
  background: #FFFFFF;
  border: 2px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 3px;
  height: 47px;
  padding: 5px 24px;
  color: #BDBDBD;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  margin-bottom:30px
}
.stavka-game-block .stavka-game-reg-in  .stavka-game-reg-btn {
  background: #E6571D;
  border: 2px solid #E6571D;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 169px;
  max-width: 100%;
  height: 47px;
  justify-content: center;
  cursor: pointer;
}
.stavka-game-block .stavka-game-reg-in  .server-answer {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	color: #29A84D;
	margin-top: unset;
}
.stavka-game-block .stavka-game-reg-in .server-answer.answer-error {
	color: #DA4C13;
}
.stavka-game-block .input-text.input-error {
	border: 2px solid #DA4C13;
}

@media(max-width: 600px) {
	.stavka-game-block .tour-stavka_input {
	  flex-direction: column;
	}
	.stavka-game-block .tour-stavka-vabank-btn {
	  margin-left: unset;
	  margin-top: 10px;
	}
	.stavka-game-block .tour-stavka-btn {
	  margin-top: 10px;
	  margin-left: unset;
	}
}

/* игра адреналин */


.stavka-result_head h2 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}
.stavka-result_table {
  display: flex;
  justify-content: center;
}
#stavka-result-table {
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  width: 600px;
  max-width: 100%;
  border-radius: 3px;
}
.stavka-result_table thead {
  background-color: #E6571D;
  border: 0px solid #E6571D;
  border-radius: 3px;
  color: white;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
}
#stavka-result-table td {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
}
#stavka-result-table tbody tr:nth-child(2n) {
  background: #FFF9F6;
}
#stavka-result-table tbody tr {
  border: 2px solid #F2F2F2;
  padding: 10px 20px;
}
#stavka-result-table tbody td {
  padding: 8px 13px;
}


/* фестиваль кстати ростов игра */

/* kas igra */
.kstati-rostov_answers {
  flex-direction: row;
  text-align: center;
}

/*
.kstati-rostov-igra_in {
}
*/

.kstati-rostov-igra_in {
  margin-left: auto;
  margin-right: auto;
}

.kstati-rostov_tours-in:not(.active) {
  display: none;
}


.rostov-igra-btn {
  background-color: #F77200;
  border: 2px solid #F77200;
  color: white;
  text-transform: uppercase;
  padding: 4px 16px;
  margin: 10px 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.rostov-igra-btn {
  padding: 9px 27px;
  border: 2px solid #588FD9;
  border-radius: 3px;
  background: white;
  text-transform: uppercase;
  color: #588FD9;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  margin-left: 13px;
  line-height: 23px;
  font-size: 18px;
}

.tours-send-btn.rostov-igra-btn:hover {
	border: 2px solid #588FD9;
	background: #588FD9;
	color: white;
}

.rostov-igra-btn:active {
	border: 2px solid #294264 !important;
	background: #294264 !important;
	color: white !important;
}


#kstati-rostov-igra .input-text {
  border: 2px solid #BDBDBD;
  color: #BDBDBD;
  padding: 9px 16px;
  margin: 10px 0px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  font-size: 18px;
}

.next-tour-btn.rostov-igra-btn2 {
	padding: 10px 27px;
	border: 2px solid #588FD9;
	border-radius: 3px;
	background: #588FD9;
	text-transform: uppercase;
	color: white;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	cursor: pointer;
	font-size: 18px;
	line-height: 23px;
}

.next-tour-btn.rostov-igra-btn2:hover {
	border: 2px solid #588FD9;
	background: white;
	color: #588FD9;
}

.next-tour-btn.rostov-igra-btn2:active {
	border: 2px solid #294264 !important;
	background: #294264 !important;
	color: white !important;
}

.kstati-rostov-igra_bottom {
	text-align: center;
}

.kstati-rostov_head {
  display: flex;
  flex-direction: column;
}


.kstati-rostov_answers .input-text {
  width: 100%;
}

.kstati-rostov_tours {
  margin-top: 10px;
  margin-bottom: 30px;
}


.kstati-rostov_answers {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}


.kstati-rostov-igra_in .team-tour {
  font-size: 27px;
  width: 130px;
  display: flex;
  align-self: center;
  padding: 10px 10px;
}

.kstati-rostov_head .team-tour {
	border: 2px solid #E6571D;
	cursor: pointer;
}

#kstati-rostov-igra *, ::after, ::before {
	box-sizing: border-box !important;
}
#kstati-rostov-igra, ::after, ::before {
	box-sizing: border-box !important;
}



#kstati-rostov-result {
	margin-bottom: 60px;
	margin-top: 70px;
	font-family: Futura PT;
}

.kstati-result_table table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#kstati-result-table thead {
	background-color: #588FD9;
	border: 2px solid #588FD9;
	border-radius: 3px;
	color: white;
}

#kstati-result-table tbody tr:nth-child(2n) {
  background-color: #F7FAFF;
}

#kstati-rostov-result * {
	font-family: Futura PT;
}
.kstati-result_head h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 30px;
}

.kstati-result_table td {
	padding: 8px 10px;
}
.kstati-result_table th {
	padding: 11px 8px;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
}

.kstati-result_head {
	text-align: center;
	text-transform: uppercase;
}

#kstati-result-table tbody tr td:nth-child(1) {
  color: #588FD9;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding-left: 24px;
}

#kstati-result-table tbody tr {
  border: 2px solid #F2F2F2;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 22px;
  line-height: 28px;
}

/* Фестиваль кстати 20.04.20 */
#kstati-page .container {
	max-width: 1164px;
}
#kstati-page *, ::after, ::before {
	box-sizing: border-box !important;
}
#kstati-page .kstati-page-topimg__in img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#kstati-page .kstati-itstream_video img {
	max-width: 100%;
	height: auto;
}

#kstati-page .kstati-rasp-block_button-in {
  text-align: center;
  padding: 13px 10px;
  cursor: pointer;
}
#kstati-page .kstati-rasp-block_btn-in {
  background: #F4F4F4;
  border-radius: 3px;
}
#kstati-page .kstati-rasp-block_button-in span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #E6571D;
}
#kstati-page .active .kstati-rasp-block_button-in {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px rgba(231, 78, 15, 0.2);
  border-radius: 3px;
}
#kstati-page .kstati-itstream_video-in {
  box-shadow: 0px 9px 39px rgba(231, 78, 15, 0.1);
  position: relative;
  display: flex;
}
#kstati-page .kstati-rasp-block__in {
  border: 2px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 3px;
}
#kstati-page .kstati-rasp-block_btn {
  margin-top: -25px;
}
#kstati-page {
  padding-bottom: 20px;
  margin-top: 70px;
  background: white;
}


#kstati-page .rasp__time {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #828282;
  margin-top: 3px;
  margin-bottom: 0px;
}
#kstati-page .rasp__title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #E6571D;
  margin-top: 0px;
  margin-bottom: 6px;
  display: inline-block;
}
#kstati-page .rasp__caption {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
#kstati-page .rasp__speaker {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 6px;
}
#kstati-page .rasp__speaker-caption {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 6px;
  margin-bottom: 0px;
}
#kstati-page .rasp__btn {
  text-align: center;
  border: 2px solid #E6571D;
  border-radius: 3px;
  padding: 11px 10px;
  width: 100%;
}
#kstati-page .rasp__btn span {
  text-transform: uppercase;
  color: #E6571D;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
}
#kstati-page .kstati-rasp_el-btn a {
	text-decoration: none;
}
#kstati-page .kstati-rasp_el-btn {
  align-items: center;
  display: flex;
}
#kstati-page .kstati-rasp_el-btn > * {
	width: 100%;
}
#kstati-page .rasp__title-icon {
  display: inline-block;
  width: 35px;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 10px;
  height: 100%;
  position: absolute;
  left: -50px;
}
#kstati-page .rasp__title-icon img {
	width: 35px;
	height: auto;
}
#kstati-page .kstati-rasp_el-title-text {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}
#kstati-page .kstati-rasp_list-el {
  margin-top: 40px;
  margin-bottom: 40px;
}
#kstati-page .kstati-rasp-block_list {
  margin-top: 10px;
  margin-bottom: 35px;
}

#kstati-page .kstati-page_title h2 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 36px;
  margin-top: 60px;
}
#kstati-page .kstati-rasp_content {
  margin-top: 25px;
}


#kstati-page .kstati-itstreaam__title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  margin-top: 19px;
  margin-bottom: 18px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
#kstati-page .kstati-itstreaam__speaker {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
}
#kstati-page .kstati-itstreaam__text {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

@media(max-width: 1199px) {
	#kstati-page .kstati-rasp_list-el {
		text-align: center;
	}
	#kstati-page .kstati-rasp_el-title-text {
	  margin-left: unset;
	}

	#kstati-page .kstati-rasp_el-speaker {
	  margin-top: 20px;
	}

	#kstati-page .kstati-rasp_el-btn {
	  margin-top: 20px;
	}

}

/*
@media(max-width: 767px) {
	.kstati-page_title h2 {
	  margin-bottom: -36px;
	}
}
*/

@media(max-width: 767px) {
	#kstati-page .kstati-rasp_list-el {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

#kstati-page .kstati-rasp_day.active {
	display: block;
}
#kstati-page .kstati-rasp_day {
	display: none;
}

#kstati-page .rasp__title-block {
  display: inline-block;
  position: relative;
}

#kstati-page .speaker__title {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 26px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.01em;
}
#kstati-page .speaker__img img {
	width: 100%;
	height: auto;
}
#kstati-page .kstati-speaker_el {
	margin-bottom: 15px;
}

#kstati-page .kstati-footer img {
  max-width: 100%;
}

#kstati-page .footer__img img {
	width: 100%;
}

#kstati-page .footer__title h2 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
}

#kstati-page .kstati-footer .kstati-page_title h2 {
	margin-top: 35px;
}
#kstati-page .kstati-footer {
	margin-top: 31px;
}
#kstati-page .kstati-footer_el > .row {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
#kstati-page .kstati-footer_el {
  margin-bottom: 50px;
}

#kstati-page .kstati-rasp_el-btn {
	margin-left: auto;
	margin-right: auto;
}

#kstati-page .kstati-anons .owl-dot {
	height: 10px;
	width: 10px;
	background-color: white !important;
	border: 2px solid #E6571D !important;
	border-radius: 10px;
	margin-right: 9px;
}
#kstati-page .kstati-anons .owl-dot.active {
	background-color: #E6571D !important;
	border: unset;
	height: 10px;
	width: 10px;
}
#kstati-page .kstati-anons .owl-dots {
	margin-top: 8px;
	text-align: center;
}
#kstati-page .kstati-anons .owl-stage-outer {
	box-shadow: 0px 9px 39px rgba(231, 78, 15, 0.1);
}
#kstati-page .kstati-anons .slide-in img {
	max-width: 100%;
	height: auto;
}

#kstati-page .kstati-itstream_video-in {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#kstati-page .kstati-itstream_video-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width: 767px) {
	#kstati-page .rasp__title-block {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
	#kstati-page .kstati-rasp_el-title-text {
	  margin-top: 20px;
	}
	#kstati-page .rasp__title-icon {
	  display: block;
	  margin-top: unset;
	  margin-right: unset;
	  position: relative;
	  left: unset;
	}
}


.window-kstati-reg {
  position: fixed;
  opacity: 0;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.window-kstati-reg.active {
  display: flex;
}
.window-kstati-reg .window-in {
  width: 564px;
  max-width: 100%;
  max-height: 100%;
  background-color: white;
  /*! height: 545px; */
  padding: 56px;
  position: relative;
  box-shadow: 0px 7px 37px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.window-kstati-reg .kstati-reg-logo {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px rgba(231, 78, 15, 0.2);
  border-radius: 3px;
  position: absolute;
  width: 160px;
  height: 50px;
  padding: 8px 28px;
  top: -28px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.window-kstati-reg .kstati-reg-logo img {
  max-width: 100%;
  height: auto;
}
.window-kstati-reg .window-close {
  background-image: url(/wp-content/themes/icao2/image/window-close-icon.svg);
  width: 13px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.window-kstati-reg .window-in:before {
  content: "";
  background-image: url(/wp-content/uploads/2020/09/page-kstati-register-leftangle.png);
  width: 178px;
  height: 144px;
  position: absolute;
  left: -83px;
  top: -45px;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
.window-kstati-reg .window-in:after {
  content: "";
  background-image: url(/wp-content/uploads/2020/09/page-kstati-register-rightangle.png);
  width: 110px;
  height: 121px;
  position: absolute;
  right: -83px;
  bottom: 21px;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
.window-kstati-reg #form-kstati-reg .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: unset;
  margin-bottom: 16px;
}
.window-kstati-reg #form-kstati-reg .caption {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 20px;
}
.window-kstati-reg #form-kstati-reg .caption a {
	color: #E6571D;
	text-decoration: none;
}
.window-kstati-reg #form-kstati-reg .white-input {
  background: #FFFFFF;
  border: 2px solid #B9B9B9;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 12px 24px;
  height: 50px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 157.3%;
  color: #8E8E8E;
}
.window-kstati-reg .orange-button {
  background: #E6571D;
  border: 2px solid #E6571D;
  border-radius: 3px;
  width: 249px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: background 0.3s, color 0.3s;
}
.window-kstati-reg .orange-button:hover {
  background: white;
  color: #E6571D;
}
.window-kstati-reg .window-succes {
  display: flex;
  justify-content: center;
  background-color: white;
}
.window-kstati-reg .email-icon {
  max-width: 100%;
  height: auto;
  width: 283px;
}
.window-kstati-reg .window-succes-in .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: unset;
  margin-bottom: 5px;
}
.window-kstati-reg .window-succes-in .seemail {
	font-family: Futura PT;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #000000;
	margin-top: unset;
	margin-bottom: 15px;
}
.window-kstati-reg .window-succes-in .caption {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: unset;
}
.window-kstati-reg .window-succes-in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.window-kstati-reg .white-button {
  background: white;
  border: 2px solid #E6571D;
  border-radius: 3px;
  width: 249px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #E6571D;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: background 0.3s, color 0.3s;
}
.window-kstati-reg .white-button:hover {
  background: #E6571D;
  color: white;
}
.window-kstati-reg .window-close:hover {
  opacity: 0.5;
}
.window-kstati-reg .white-input.input-error {
  border: 2px solid #E6571D !important;
}
.window-kstati-reg .response span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.window-kstati-reg .response .error {
  color: #E6571D;
}

.window-kstati-reg #form-kstati-reg {
	display: flex;
	flex-direction: column;
}



.kstati-reg-block {
  margin-top: 48px;
  padding: 40px 0px;
  position: relative;
}
.kstati-reg-block .kstati-reg-block_content-in {
  display: flex;
  justify-content: space-between;
}
.kstati-reg-block .kstati-reg-block_left .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: unset;
  margin-bottom: 16px;
}
.kstati-reg-block .kstati-reg-block_left .caption {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: unset;
}
.kstati-reg-block .kstati-reg-block_left .caption a {
	color: #E6571D;
	text-decoration: none;
}

.kstati-reg-block .kstati-reg-block_left {
  max-width: 620px;
  z-index: 1;
}
.kstati-reg-block .orange-button.kstati-open-reg-button {
  background: #E6571D;
  border: 2px solid #E6571D;
  border-radius: 3px;
  width: 249px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: background 0.3s, color 0.3s;
  z-index: 1;
  margin-top: 30px;
}
.kstati-reg-block .orange-button.kstati-open-reg-button:hover {
  color: #E6571D;
  background: #FFFFFF;
}

.kstati-reg-block .kstati-reg-right {
  display: flex;
  align-items: flex-end;
}

.kstati-reg-block::after {
	content: "";
	background-image: url(/wp-content/uploads/2020/09/page-kstati-blockreg-rightangle.png);
	width: 137px;
	height: 116px;
	position: absolute;
	right: 72px;
	top: 8px;
	background-size: contain;
	z-index: 0;
	background-repeat: no-repeat;
}
.kstati-reg-block::before {
	content: "";
	background-image: url(/wp-content/uploads/2020/09/page-kstati-blockreg-leftangle.png);
	width: 179px;
	height: 144px;
	position: absolute;
	left: 35px;
	top: 4px;
	background-size: contain;
	z-index: 0;
	background-repeat: no-repeat;
}

@media(max-width: 767px) {
	.kstati-reg-block .kstati-reg-block_content-in {
		flex-direction: column;
	}
	.window-kstati-reg .window-in {
		padding: 33px 15px;
	}
	.window-kstati-reg #form-kstati-reg .title {
		font-size: 18px;
		margin-bottom: 8px;
		line-height: 24px;
	}
	.window-kstati-reg #form-kstati-reg .caption {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
		margin-top: 0px;
	}
	.window-kstati-reg #form-kstati-reg .white-input {
		margin-top: 6px;
		margin-bottom: 6px;
		padding: 10px 16px;
		height: 45px;
	}
	.window-kstati-reg .orange-button {
		margin-top: 10px;
	}
	.window-kstati-reg .email-icon {
		width: 155px;
	}
	.window-kstati-reg .window-succes-in .title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.window-kstati-reg .white-button {
		margin-top: 13px;
	}
	.window-kstati-reg .window-succes-in .caption {
		font-size: 16px;
		line-height: 22px;
	}
}

.window-kstati-reg .window-out {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

@media(max-height: 500px) {
	.window-kstati-reg .window-out {
		overflow-y: auto;
		overflow-x: hidden;
	}
	.window-kstati-reg .kstati-reg-logo {
	  top: 6px;
	}
	.window-kstati-reg .window-in {
	  min-height: 100%;
	  padding-top: 65px;
	}	
}

.kstati-rasp_list-in {
	justify-content: center;
}

.kstati-rasp-block_button {
  max-width: 150px !important;
}

.kstati-rasp-block_btn-in .row {
  justify-content: center;
}


/* временно скрыть кнопки*/
/*
.kstati-rasp_el-btn .rasp__btn {
	display: none;
}
*/
	/* слайдер кстати топ изображения */
.kstati-page-topimg .post-img_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}
.kstati-page-topimg .post-img_img {
	padding-top: 24.8%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.kstati-page-topimg .post-in {
  border-radius: 4px;
  overflow: hidden;
}

.kstati-page-topimg .dots-container {
	margin-top: 0px;
	text-align: center;
}
.kstati-page-topimg .owl-dot {
  height: 4px;
  width: 4px;
  background-color: #E6571D;
  border-radius: 6px;
  margin-right: 6px;
  border: none;
  padding: 0 !important;
  cursor: pointer;
  opacity: 0.7;
  transition: width 0.3s ease-in-out;
  /*transition: opacity 0.3s ease-in-out;*/
}
.kstati-page-topimg .owl-dot.active {
  width: 20px;
  opacity: 1;
}

@media(max-width: 767px) {
	.kstati-page-topimg .dots-container {
		margin-top: 0px;
		text-align: center;
	}
}
	/* слайдер кстати топ изображения */


/* Фестиваль кстати 20.04.21 */


/* kas igra */

.kstati-page-window {
	position: fixed;
	opacity: 0;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	cursor: pointer;
}
.kstati-window-in {
	width: 600px;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.kstati-window-in img {
	max-width: 100%;
	max-height: 100%;
	margin-bottom: -5px;
}

.kstati-igra-topimg__in img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.kstati-igra-topimg {
	margin-bottom: 50px;
}

#kstati-rostov-igra {
	font-family: Futura PT;
	margin-bottom: 80px;
	margin-top: 70px;
}
#kstati-rostov-igra h2 {
	font-size: 26px;
	font-weight: 450;
	margin-top: 10px;
	margin-bottom: 10px;
}
#kstati-rostov-igra .kstati-rostov__title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 31px;
	margin-bottom: 30px;
}

/* фестиваль кстати ростов игра */

/* matrix */
.matrix_tours-in input {
  border: 2px solid #BDBDBD;
  border-radius: 3px;
  width: 100%;
  color: #333333;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 24px;
}
.input-text::placeholder {
  color: #BDBDBD;
}
.matrix_tours {
  position: relative;
  width: 100%;
  margin-bottom: 42px;
}
.matrix_answers {
  position: relative;
}
.matrix_answers p {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: black;
  margin-bottom: 18px;
  margin-top: 24px;
}
#matrix-igra * {
  box-sizing: border-box !important;
}
.matrix_tours-in h2 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  margin-top: 30px;
}
.matrix__title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  margin-top: 0px;
}
.matrix__mail {
  font-family: Futura PT;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0.01em;
  color: #E6571D;
  margin-bottom: 30px;
  margin-top: 12px;
}


.matrix_tours-in {
  display: none;
}
.matrix_tours-in.active {
  display: block;
}
.matrix-igra-topimg__in img {
  width: 100%;
}
.matrix-igra-topimg {
  margin-bottom: 58px;
}
.matrix-igra_bottom {
  display: flex;
  justify-content: space-between;
}
.matrix-btn {
  background: #E6571D;
  border-radius: 3px;
  color: white;
  border: 2px solid #E6571D;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 12px 10px;
  cursor: pointer;
  align-items: center;
}
.matrix-igra_bottom > * {
  /*! flex-grow: 1; */
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}
.matrix-btn + .matrix-btn {
  margin-left: 30px;
}
#matrix-igra {
  margin-bottom: 150px;
  margin-top: 70px;
}
.matrix-caption-answer {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
}

.matrix-igra-in .server-answer {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	color: #29A84D;
}

.matrix-igra-in .server-answer.answer-error {
	color: #DA4C13;
}

.matrix-igra-in .input-error {
	border-color: #DA4C13;
}

.matrix-reg_title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  margin-top: unset;
  margin-bottom: 18px;
}

.matrix-reg_data .input-text {
  border: 2px solid #BDBDBD;
  border-radius: 3px;
  width: 100%;
  color: #333333;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 24px;
}

.matrix-reg_data {
  display: flex;
}

.matrix-reg_data .input-text {
  /* width: 100%; */
  max-width: 100%;
  width: 386px;
  margin-right: 12px;
}

.matrix-reg-btn {
  color: #E6571D;
  background: white;
  border: 2px solid #E6571D;
  padding: 10px 10px;
  text-transform: uppercase;
  width: 169px;
}

.matrix-btn:disabled {
	background-color: #BDBDBD !important;
	border: 2px solid #BDBDBD !important;
	color: white !important;
}


.matrix-reg-btn.matrix-btn:hover {
  color: white;
  background: #E6571D;
}

.matrix-reg-btn.matrix-btn:active {
  color: #E6571D;
  background: white;
}

.matrix-igra_bottom .matrix-btn:hover {
  background: white;
  color: #E6571D;
  border: 2px solid #E6571D;
}
.matrix-igra_bottom .matrix-btn:active {
  background: #E6571D;
  color: white;
  border: unset;
}

@media(max-width:500px) {
	
	.matrix-igra-topimg {
	  margin-bottom: 25px;
	}

	.matrix__title {
	  font-size: 18px;
	  line-height: 22px;
	}

	.matrix__mail {
	  font-size: 26px;
	  line-height: 38px;
	  margin-bottom: 20px;
	  margin-top: 8px;
	}

	.matrix_tours-in h2 {
	  font-size: 26px;
	  line-height: 38px;
	  letter-spacing: 0.01em;
	  margin-bottom: 10px;
	  margin-top: 20px;
	}

	.matrix_answers p {
	  font-size: 18px;
	  line-height: 22px;
	  margin-bottom: 10px;
	  margin-top: 20px;
	}

	.matrix_tours {
	  margin-bottom: 30px;
	}

	.matrix-caption-answer {
	  font-size: 16px;
	  line-height: 20px;
	}

	.matrix-igra-in .server-answer {
	  font-size: 16px;
	  line-height: 20px;
	}

	.matrix-btn {
	  font-size: 16px;
	  line-height: 21px;
	}
	

	.matrix-reg_title {
	  font-size: 20px;
	  line-height: 25px;
	  margin-bottom: 14px;
	}

	.matrix-reg_data .input-text {
	  font-size: 16px;
	  line-height: 20px;
	  padding: 10px 16px;
	}

	.matrix-reg_data {
	  flex-direction: column;
	}

	.matrix-reg_data .input-text {
	  margin-right: unset;
	  margin-bottom: 15px;
	}

}

/* matrix */

/* шаблон страниц */
.single.page.no-title {
	padding-top: 52px;
}

/* шаблон страниц */


/* инжиниринг НН */
.single.inzhiniring .top-page-img img {
  width: 100%;
  height: auto;
  padding-bottom: 52px;
}

.single.inzhiniring .inzhiniring-merop {
  background: white;
  padding: 25px 35px;
}

.single.inzhiniring .inzhiniring-press {
  background: white;
  padding: 25px 35px;
  margin-top: 30px;
}

.single.inzhiniring h1, .single.inzhiniring h2, .single.inzhiniring h3, .single.inzhiniring h4, .single.inzhiniring h5, .single.inzhiniring h6 {
	font-family: Pragmatica;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	display: inline-block;
	background: #EAEBE1;
	margin-bottom: 0px;
	padding: 5px 11px;
	box-shadow: 0px 4.92004px 3.93603px rgba(0, 0, 0, 0.65);
	position: relative;
}

.single.inzhiniring h3::before {
  content: "";
  width: 10px;
  height: 123%;
  background-color: #F8F8F8;
  left: -8px;
  top: 0px;
  position: absolute;
}

.single.inzhiniring h3::after {
  content: "";
  width: 10px;
  height: 123%;
  background-color: #F8F8F8;
  right: -8px;
  top: 0px;
  position: absolute;
}


.inzhiniring-sidebar-block h3::before {
  background-color: white !important;;
}

.inzhiniring-sidebar-block h3::after {
  background-color: white !important;;
}

.single.inzhiniring p {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.noheader {
	margin-top: unset !important;
}

.post.style-inzhiniring .post-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.post.style-inzhiniring .post-date .date {
  font-family: FuturaFuturisC;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.post.style-inzhiniring .post-date .age {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: normal;
  font-size: 14.8837px;
  line-height: 18px;
  color: #000000;
  border-radius: 50%;
  background: #E5E5E5;
  display: flex;
  align-items: center;
  height: 32px;
  width: 32px;
  justify-content: center;
}
.post.style-inzhiniring .post-title span {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.post.style-inzhiniring .post-excerpt span {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.post.style-inzhiniring {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/*
.post.style-inzhiniring:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}
*/


.single.inzhiniring .wp-block-image {
  margin: unset;
}

.single.inzhiniring .wp-block-image img {
  max-width: 100%;
  height: auto;
}


.bottom-partners-block-in {
	padding: 29px 29px 9px 29px;
	background: white;
	display: flex;
}

/*
.partners-logo {
}
*/

.partners-logo .logo img {
	max-width: 184px;
	height: auto;
	max-height: 94px;
	object-fit: contain;
}

.single.inzhiniring .partners-logo .logo {
	display: flex;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.single.inzhiniring .partners-logo {
	justify-content: space-evenly;
	align-items: center;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
}

.single.inzhiniring {
  margin-bottom: 50px;
}

.single.inzhiniring .partners-title {
  display: flex;
  justify-items: center;
}

.single.inzhiniring .partners-title span {
  font-family: FuturaFuturisC;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}

.single.inzhiniring .partners-title {
  align-items: center;
}

.inzhiniring-sidebar-block {
	margin-top: 20px;
}

 @font-face {
	font-family: FuturaBookC;
        src: url(/wp-content/themes/icao2/fonts/FuturaBookC.woff) format("woff"),
			 url(/wp-content/themes/icao2/fonts/FuturaBookC.ttf) format("truetype");
		font-weight: normal;
		font-style: normal;
  }
  
  @font-face {
	font-family: FuturaFuturisC;
        src: url(/wp-content/themes/icao2/fonts/FuturaFuturisC.woff) format("woff"),
			 url(/wp-content/themes/icao2/fonts/FuturaFuturisC.ttf) format("truetype");
		font-weight: 900;
		font-style: normal;
  }
  
  @font-face {
	font-family: Pragmatica;
        src: url(/wp-content/themes/icao2/fonts/Pragmatica-Medium.woff) format("woff"),
			 url(/wp-content/themes/icao2/fonts/Pragmatica-Medium.ttf) format("truetype");
		font-weight: 500;
		font-style: normal;
  }
  
/* инжиниринг НН */


/* 13.02.18 профессии */
.profession1-text-p2 {
  font-size: 16px;
  font-family: Futura PT;
}

.profession-image {
  max-width: 290px;
  display: inline-block;
  position: relative;
}
.profession-text {
  max-width: 350px;
  display: inline-block;
  position: relative;
  margin-top: 60px;
}
.profession1 div {
  vertical-align: top;
}
#profession {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  /*! position: relative; */
}
.profession1 {
  position: relative;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.profession-image img {
  max-width: 100%;
  height: auto;
}
/*
#profession p {
}
*/
.profession1-text-p {
  font-size: 36px;
  color: black;
  display: inline;
  font-family: Futura PT;
}
.profession-text a {
  text-decoration: none;
}
.profession-text img {
  width: 80%;
}
.profession1:nth-child(2n+1) .profession-text {
  margin-right: 30px;
}
.profession1:nth-child(2n) .profession-text {
  margin-left: 30px;
  float: right;
}
.profession-header-text {
  font-family: Futura PT;
  font-weight: bold;
}
#profession-list {
  max-width: 600px;
  background-color: white;
  display: block;
  position: relative;
  z-index: 997;
  top: 30px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0px;
}
.profession-list2 {
  /*width: 40%;*/
  display: inline-block;
  vertical-align: top;
}
#profession-list li {
  list-style-type: none;
  font-family: Futura PT;
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
#profession-list a {
  text-decoration: none;
  color: black;
}
#profession-list ul {
  font-family: Futura PT;
  font-size: 22px;
  z-index: 998;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 7px;
  font-weight: bold;
}
#profession-listback {
	background-color: #0006;
	width: 100vw;
	height: 100%;
	z-index: 998;
	position: fixed;
	top: 0px;
	left: 0px;
	/* bottom: 0px; */
	display: none;
	overflow-y: scroll;
}
#profession-button {
	width: 139px;
	height: 66px;
	border: 2px solid;
	color: #F77200;
	position: fixed;
	z-index: 996;
	right: 23%;
	bottom: 9%;
	box-shadow: 7px 7px 10px rgba(0,0,0,0.15);
	background-color: white;
	cursor: pointer;
	opacity: 0.7;
	display: flex;
	/* justify-content: center; */
	/* align-content: center; */
	align-items: center;
	text-align: center;
}
#profession-button p {
  font-family: Futura PT;
  font-size: 16px;
  margin: unset;
}
#profession-close {
  width: 16px;
  height: 16px;
  margin: 20px;
  position: absolute;
  right: 0px;
  z-index: 999;
  cursor: pointer;
  top: 0px;
}
#profession-close img {
  width: 100%;
  height: 100%;
}
.profession-col {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  min-width: 240px;
}
.profession-content {
font-family: Futura PT;
font-size: 16px;
}
/* 13.02.18 профессии */

/* стиль атомотека игры */
.post.style-atomoteka-1 .post-img_img {
	padding-top: 64%;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.post.style-atomoteka-1 .post-img_img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}
.post.style-atomoteka-1 .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #000000;
}
.post.style-atomoteka-1 .post-title {
  margin-bottom: 12px;
}
.post.style-atomoteka-1 .post-img {
  margin-bottom: 16px;
}
.post.style-atomoteka-1 .post-caption {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.post.style-atomoteka-1 {
  margin-bottom: 30px;
}
.post.style-atomoteka-1 .post-bottom .excerpt {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
}
.post.style-atomoteka-1 .post-bottom .excerpt a {
  color: #E6571D;
}
.post.style-atomoteka-1 .post-caption .game-start-icon {
  background-image: url(/wp-content/themes/icao2/image/game-start-icon.svg);
  display: flex;
  list-style: none;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E6571D;
}
.post.style-atomoteka-1 .game-time {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
}
/* стиль атомотека игры */

/* стиль атомотека книги */
.post.style-atomoteka-2 {
  display: flex;
}
.post.style-atomoteka-2 .post-in {
  display: flex;
  flex-direction: row;
  min-height: 240px;
  padding: 20px;
  background: white;
  border-radius: 4px;
  flex-grow: 1;
}
.post.style-atomoteka-2 {
  margin-bottom: 30px;
}
.post.style-atomoteka-2 .post-img {
  display: flex;
  flex-shrink: 0;
  flex-basis: 126px;
}
.post.style-atomoteka-2 .post-content {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  flex-grow: 0;
}
.post.style-atomoteka-2 .post-img_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post.style-atomoteka-2 .post-img_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.post.style-atomoteka-2 .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.post.style-atomoteka-2 .post-bottom .author {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
}
.post.style-atomoteka-2 .post-title {
  margin-bottom: 8px;
}
.post.style-atomoteka-2 .post-caption .link {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E6571D;
  background-image: url(/wp-content/themes/icao2/image/atomoteka-dl-icon.svg);
  display: flex;
  list-style: none;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
}
.post.style-atomoteka-2 .post-caption {
  display: flex;
  margin-top: auto;
}
.post.style-atomoteka-2  .post-bottom {
  margin-bottom: 8px;
}
/* стиль атомотека книги */

/* стиль атомотека vr-туры */
.atomoteka-vr .post.style-atomoteka-3 .post-caption .link.vr-play-icon {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #E6571D;
	background-image: url(/wp-content/themes/icao2/image/atomoteka-vr-icon.svg);
	padding-left: 28px;
	background-size: 20px;
	display: flex;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left;
}
.atomoteka-vr .post.style-atomoteka-3 .post-caption .link.vr-play-icon:not(.play) {
	background-image: url(/wp-content/themes/icao2/image/atomoteka-vr-icon-develop.svg);
	color: #828282;
	cursor: unset;
}

.atomoteka-vr-header {
  position: relative;
  margin-bottom: 52px;
  background-image: url(/wp-content/uploads/sites/2/2020/09/about-fon-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.atomoteka-vr-header-in {
  display: flex;
  position: relative;
}
.atomoteka-vr-header .block-left {
  flex-basis: 456px;
  min-width: 0;
  padding-top: 112px;
  padding-bottom: 112px;
  z-index: 1;
}
.atomoteka-vr-header .block-right {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
}
.atomoteka-vr-header .vr-glass {
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0px;
  right: -40px;
  object-position: right;
  width: 100%;
}
.atomoteka-vr-header .block-left h2 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 60px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin-top: unset;
  margin-bottom: 12px;
}
.atomoteka-vr-header .caption {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  margin: unset;
}


.video-window {
  position: fixed;
  top: -100%;
  left: 0px;
  z-index: 3;
  right: 0px;
  height: 100%;
  display: none;
  opacity: 0;
}
.video-window-in {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 32px;
	z-index: 4;
	position: absolute;
	left: 0px;
	right: 0px;
	max-width: 90%;
	max-height: 90%;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 0;
}
.video-window-in-block {
	height: 100%;
	width: 100%;
}
.video-window-in * {
	max-width: 100%;
	max-height: 100%;
}
.video-window-in iframe {
	width: 100%;
	height: 100%;
}
.video-window-black {
  background-color: black;
  opacity: 0.7;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.video-window-close {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  padding: 15px;
}
.video-window-close span::before, .video-window-close span::after {
  width: 30px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 14px;
  left: 0px;
  content: "";
}
.video-window-close span::after {
  transform: rotate(-45deg);
}
.video-window-close span::before {
  transform: rotate(45deg);
}


@media(min-width:1300px) {
  .atomoteka-vr-header .vr-glass {
    width: calc(100% + 174px);
    right: -174px;
  }
}

@media(max-width:768px) {
  .atomoteka-vr-header {
	margin-bottom: 30px;
  }
  .atomoteka-vr-header-in {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px; 
  }
  .atomoteka-vr-header .vr-glass {
    position: relative;
    width: 70%;
    right: unset;
    height: auto;
  }
  .atomoteka-vr-header .block-left {
    order: 1;
  }
  .atomoteka-vr-header .block-right {
    order: 0;
    justify-content: center;
  }
  .atomoteka-vr-header .block-left {
    flex-basis: unset;
    padding-top: unset;
    padding-bottom: unset;
    text-align: center;
  }  
  .video-window-in {
	  max-width: 95%;
	  max-height: 95%;
	  padding: 10px;
  }
   .video-window-close {
	  right: 10px;
	  top: 10px;
   }
   .video-window-close span::before, .video-window-close span::after {
	  height: 6px;
	  border: 2px solid white;
	}
  
}

/* стиль атомотека vr-туры */

/* стиль атомотека атомные уроки */
.post.style-atomoteka-3 .post-caption .link {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #E6571D;
	background-image: url(/wp-content/themes/icao2/image/atomoteka-dl-icon.svg);
	display: flex;
	list-style: none;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left;
}
.post.style-atomoteka-3 .post-caption .urok-klass {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
}
/* стиль атомотека атомные уроки */

/* стиль атомотека энциклопедия */
.post.style-atomoteka-enciclopedia .post-img_img {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.post.style-atomoteka-enciclopedia .post-img_img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}
.post.style-atomoteka-enciclopedia .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.post.style-atomoteka-enciclopedia .post-content {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}
.post.style-atomoteka-enciclopedia {
  margin-bottom: 30px;
}
.post.style-atomoteka-enciclopedia .post-in {
  position: relative;
  padding-top: 81.6%;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.post.style-atomoteka-enciclopedia .post-img {
  display: flex;
  flex-shrink: 1;
  min-height: 0;
  flex-grow: 1;
  height: 100%;
}
.post.style-atomoteka-enciclopedia .post-title {
  min-height: 63px;
  background: white;
  display: flex;
  align-items: center;
  padding: 16px 16px;
  flex-shrink: 0;
  z-index: 1;
}
/* стиль атомотека энциклопедия */

/* атомотека */
.section.atomoteka {
	overflow: hidden;
	position: relative;
}
.atomoteka-pages-select {
	display: flex;
	justify-content: center;
	margin-top: 18px;
	flex-wrap: wrap;
}
.atomoteka-pages-select li {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	margin-left: 6px;
	margin-right: 6px;
	background: #FFE9E2;
	border-radius: 40px;
	display: flex;
	min-height: 44px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	padding: 9px 24px;
	margin-bottom: 14px;
	transition: background 0.5s;
	text-align: center;
}
.atomoteka-pages-select li.active {
	background: #E6571D;
	box-shadow: 0px 2px 6px 2px rgba(231, 78, 15, 0.18);
}

.atomoteka-pages-select li a {
  color: #E6571D;
  transition: color 0.5s;
}
.atomoteka-pages-select li.active a {
  color: #FFFFFF;
}

.atomoteka-pages .atomoteka-page:not(.active) {
	position: absolute;
	top: 0px;
	z-index: -1;
	width: calc;
}
.atomoteka-pages .atomoteka-page {
	/* display: none; */
	opacity: 0;
	transition: opacity 1s;
	width: 100%;
}
.atomoteka-pages .atomoteka-page.active {
	display: block;
	opacity: 1;
}

.atomoteka-pages-select {
  margin-bottom: 30px;
}
.single.atomoteka .top-page-title-block {
  margin-bottom: 0px;
}

/* атомотека */

/* Метромозг НН */
.metromozg-image img {
  width: 100%;
  height: auto;
}
.metromozg-text {
  position: absolute;
  z-index: 1;
}

.metromozg1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.metromozg-text {
  padding: 26px;
  max-width: 50%;
  font-family: Futura PT;
  font-weight: normal;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
.metromozg1-text-p {
  font-size: 26px;
}
.metromozg1-text-link a {
  font-size: 20px;
  color: white;
}
.metromozg1-text-link a:hover {
  color: black;
}
.metromozg-header img {
  width: 100%;
  /*height: auto;*/
  margin-left: auto;
  margin-right: auto;
}
.metromozg-description-in {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.metromozg-description-in span {
  margin-left: auto;
  margin-right: auto;
}
.metromozg-description {
  margin-top: 26px;
  margin-bottom: 30px;
  font-family: Futura PT;
  font-weight: bold;
  font-size: 18px;
}

.metromozg-single-header-block {
  position: relative;
  overflow: hidden;
}
.metromozg-single-image {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}
.metromozg-single-text {
  padding: 20px;
  padding-right: 5px;
}
.metromozg-top-img {
  margin-bottom: -20px;
}
.metromozg-single-text p {
  color: white;
  font-size: 26px;
}
.metromozg-single-text {
  max-width: 52%;
}
.metromozg-single-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#metromozg-single {
  font-family: Futura PT;
  margin-top: 80px;
}
.metromozg-single-text {
  font-family: Futura PT;
  font-weight: bold;
}
#metromozg-single-nav {
  margin-top: 30px;
}
#metromozg-single-content {
  font-size: 18px;
  overflow: hidden;
  line-height: 29px;
}
#metromozg-single-content * {
  max-width: 100%;
 /* height: auto;*/
}

#metromozg-single-content img {
  max-width: 100%;
  height: auto;
}

.metromozg-next-btn {
  text-align: center;
  padding-top: 20px;
  margin-top: -43px;
  z-index: 2;
  position: absolute;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 30%, rgba(255, 255, 255, 0.5) 100%);
  display: none;
}
#content-metromozg-single {
  position: relative;
}
.metromozg-next-btn span {
  text-transform: uppercase;
  font-size: 20px;
  background-color: white;
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
}
.metromozg-next-btn span:hover {
  border: 2px solid #F77200 !important;
}
.metromozg-single-nav-all {
  margin-top: 20px;
  margin-bottom: 40px;
}
.metromozg-single-nav-all a {
  color: black;
  font-size: 20px;
  font-family: Futura PT;
  font-weight: bold;
}

.wp-admin #poststuff #post_name {
	min-width: 100%;
}

#metromozg {
	box-sizing: border-box !important;
}
#metromozg * {
	box-sizing: border-box !important;
}

#metromozg-single * {
	box-sizing: border-box !important;
}
#metromozg-single {
	box-sizing: border-box !important;
}

.metromozg-header-in {
	text-align: center;
}

.metromozg-single-content-in .alignleft, .alignLeft {
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.metromozg-single-content-in .alignright, .alignRight {
	float: right;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#metromozg-single h1, #metromozg-single h2, #metromozg-single h3, #metromozg-single h4, #metromozg-single h5, #metromozg-single h6 {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

@media (min-width:768px) and (max-width:1200px) {
 .metromozg1-text-p {
	  font-size: 20px;
  }
  .metromozg1-text-link a {
    font-size: 15px;
  }
  .metromozg-text {
    padding: 15px;
  }
}
@media (min-width:768px) and (max-width:992px) {
 .metromozg1-text-p {
	  font-size: 16px;
  }
  .metromozg1-text-link a {
    font-size: 14px;
  }
  .metromozg-text {
    padding: 15px;
  }
  .metromozg-description {
		font-size: 16px;
		margin-top: 10px;
	}
	#metromozg {
		margin-top: 20px;
	}
}

@media (max-width:768px) {
	#metromozg-single .su-quote {
		padding: 15px 5px;
		font-size: 14px;
	}
	#metromozg-single-content {
		font-size: 16px;
		line-height: 25px;
	}
	#metromozg-single .su-pullquote {
		width: 100%;
	}
	#metromozg-single blockquote {
		margin-left: 5px;
		margin-right: 5px;
	}
	#metromozg-single h1, #metromozg-single h2, #metromozg-single h3, #metromozg-single h4, #metromozg-single h5, #metromozg-single h6 {
		line-height: 29px;
	}
	.metromozg-description {
		font-size: 16px;
		margin-top: 10px;
	}
	#metromozg {
		margin-top: 20px;
	}

}

@media (max-width:568px) {
 .metromozg1-text-p {
	  font-size: 16px;
  }
  .metromozg1-text-link a {
    font-size: 14px;
  }
  .metromozg-text {
    padding: 15px;
  }
  .metromozg-single-text p {
    font-size: 18px;
  }
}
/* Метромозг НН */


/* страница фиксики квиз регистрация */
.single.page.quiz-fix .wp-block-image {
	margin: unset;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.single.page.quiz-fix .wp-block-image img {
	width: 100%;
	height: auto;
}





.fixiki-page .fixiki-reg-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.fixiki-page .white-input.fixiki-reg-mail {
  background: #FFFFFF;
  border: 2px solid #B9B9B9;
  box-sizing: border-box;
  border-radius: 3px;
  width: 268px;
  /*! margin-top: 11px; */
  /*! margin-bottom: 11px; */
  padding: 12px 24px;
  height: 48px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 157.3%;
  color: #8E8E8E;
  max-width: 100%;
  z-index: 1;
}
.fixiki-page .fixiki-button.send-fixiki-reg {
  background: #E6571D;
  border: 2px solid #E6571D;
  border-radius: 3px;
  width: 229px;
  max-width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: -10px;
  /*! margin-right: auto; */
  /*! margin-top: 30px; */
  transition: background 0.3s, color 0.3s;
  z-index: 0;
  padding-left: 10px;
}
.fixiki-page .fixiki-button.send-fixiki-reg:hover {
  background: white;
  color: #E6571D;
}
.fixiki-page .form-fixiki-in {
  display: flex;
}
.fixiki-page #form-fixiki-reg {
  position: absolute;
  top: 46%;
  left: 28px;
  max-width: 100%;
}
.fixiki-page {
  position: relative;
}

.fixiki-page .white-input.input-error {
  border: 2px solid #E6571D !important;
}
.fixiki-page .response span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.fixiki-page .response .error {
  color: #E6571D;
}

@media(max-width: 1140px){
	.fixiki-page .form-fixiki-in {
	  flex-direction: column;
	}
	.fixiki-page #form-fixiki-reg {
	  top: 44%;
	  width: 268px;
	}
	.fixiki-page .fixiki-button.send-fixiki-reg {
	  padding-left: unset;
	  margin-left: unset;
	  margin-top: 6px;
	  width: 268px;
	}
}

@media(max-width: 768px){
	.fixiki-page #form-fixiki-reg {
	  position: relative;
	  left: unset;
	  margin-top: 10px;
	  margin-bottom: 20px;
	}
}
/* страница фиксики квиз регистрация */


/* подписка */
.section.subscribe .subscribe-block {
  background-image: url(/wp-content/uploads/2020/11/section_subscribe_fon.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 52px 20px 72px 60px;
  border-radius: 4px;
  overflow: hidden;
}
.section.subscribe .img-subscribe {
  max-width: 100%;
  max-height: 100%;
}
.section.subscribe .text1 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section.subscribe .white-input.subscribe-reg-mail {
  background: #FFFFFF;
  border: 3px solid #E6571D;
  box-sizing: border-box;
  box-shadow: 0px 5px 16px rgba(230, 87, 29, 0.2);
  border-radius: 58px;
  /*! width: 460px; */
  height: 52px;
  min-width: 0;
  padding: 5px 32px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #E6571D;
  flex-grow: 1;
}
.section.subscribe .white-input.subscribe-reg-mail::placeholder {
  color: #E6571D;
}
.section.subscribe .form-subscribe-in {
  display: flex;
  align-items: center;
}
.section.subscribe .subscribe-button.send-subscribe-reg {
  height: 54px;
  cursor: pointer;
  margin-left: 18px;
  background-image: url(/wp-content/themes/icao2/image/subscribe-btn.svg);
  width: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.section.subscribe .post-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section.subscribe .response {
  position: absolute;
  bottom: -30px;
}
.section.subscribe .response span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.section.subscribe .response .error {
  color: #E6571D;
}


@media(max-width:767px) {
  .section.subscribe .post-left {
    order: 1;
  }
  .section.subscribe .subscribe-block {
    padding: 30px 12px 52px 12px;
  }
  .section.subscribe .white-input.subscribe-reg-mail {
	padding: 5px 17px;
  }
  .section.subscribe .response span {
	font-size: 18px;
	line-height: 14px;
  }
}

/* подписка */

/* стрелка вверх */
.arrow-up {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 44px;
	height: 44px;
	background-image: url('/wp-content/themes/icao2/image/arrow-up.svg');
	position: fixed;
	right: 50px;
	opacity: 0;
	display: none;
	bottom: 125px;
	z-index: 2;
	cursor: pointer;
}
.arrow-up.active {
  opacity: 0.7;
  display: block;
}
.arrow-up:hover {
  opacity: 1;
}
@media(max-width: 767px) {
	.arrow-up {
		width: 40px;
		height: 40px;
		right: 16px;
		bottom: 125px;
	}
}
/* стрелка вверх */


/* игра ледоколы */
.ledokoli-page.active {
  opacity: 1;
  display: block;
}
.ledokoli-page:not(.active) {
  position: absolute;
  top: 0px;
  z-index: -1;
}
.ledokoli-page {
  opacity: 0;
  transition: opacity 1s;
}

.ledokoli-img_img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.ledokli-game-block {
  margin-top: 43px;
  margin-bottom: 43px;
  position: relative;
}

.ledokoli-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0.01em;
  color: #000000;
}

.ledokoli-title {
  margin-bottom: 30px;
}

.ledokoli-img {
  margin-bottom: 30px;
}

.ledokoli-button {
  display: flex;
  flex-wrap: wrap;
}

.ledokoli-button .button-white {
  width: unset;
  min-width: 165px;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 20px;
  min-height: 44px;
  height: unset;
}

.ledokoli-button .button-white:nth-child(1) {
  margin-right: 16px;
}

.ledokoli-button {
  margin-top: 30px;
}

.ledokoli-content {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #000000;
}

.ledokoli-button .button-orange { 
  margin-bottom: 15px;
}

.button-share.btn {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #E6571D;
	margin-left: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	margin-bottom: 15px;
	position: relative;
}

.button-share.btn::before {
	content: "";
	background-image: url(/wp-content/themes/icao2/image/share-icon.svg);
	margin-right: 12px;
	width: 15px;
	display: flex;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.button-share .share-open {
	position: absolute;
	top: 0px;
	right: 0px;
	background: white;
	border-radius: 4px;
	padding: 15px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
	/* display: flex; */
	display: none;
	opacity: 0;
	transition: opacity 0.3s;
}
.button-share .share-open .site-social {
	margin-top: unset;
}
.button-share .share-open a {
	display: flex;
}
.button-share .share-open.active {
	display: flex;
	opacity: 1;
}

@media(max-width: 767px) {
	.ledokli-game-block {
	  margin-top: 18px;
	  margin-bottom: 18px;
	}

	.ledokoli-title span {
	  font-size: 28px;
	  line-height: 38px;
	}

	.ledokoli-content {
	  font-size: 18px;
	  line-height: 22px;
	}

	.ledokoli-title {
	  margin-bottom: 18px;
	}

	.ledokoli-img {
	  margin-bottom: 18px;
	}
	.ledokoli-button {
	  margin-top: 18px;
	  justify-content: center;
	  flex-direction: column;
	  align-content: center;
	}
	.ledokoli-button .button-white:nth-child(1) {
	  margin-right: unset;
	}
	.button-share.btn {
		margin-left: unset;
		justify-content: center;
	}
	.button-share .share-open {
		left: 0px;
		justify-content: center;
	}
}

/* игра ледоколы */

/* Словарь атомных аббревиатур */
.atomoteka-atom-abbreviaturs-in {
	justify-content: center;
}
.post.style-atomoteka-3 {
	margin-bottom: 30px;
}
.post.style-atomoteka-3.hide {
	display: none;
}
.style-atomoteka-3 .post-img_img {
  padding-top: 64%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.style-atomoteka-3 .post-img_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}

.style-atomoteka-3 .post-title .name {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #000000;
}

.style-atomoteka-3 .post-title .type {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #828282;
}

.style-atomoteka-3 .post-title .name {
  margin-right: 12px;
}

.style-atomoteka-3 .post-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}

.style-atomoteka-3 .post-bottom .fulltitle {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
}

.style-atomoteka-3 .post-bottom {
  display: flex;
  flex-direction: column;
}

.style-atomoteka-3 .post-bottom .fulltitle + .entitle {
  margin-top: 12px;
}

.style-atomoteka-3 .post-bottom {
  margin-bottom: 12px;
}

.style-atomoteka-3 .post-bottom .entitle {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #828282;
}

.style-atomoteka-3 .post-caption span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
}

.atomoteka-atom-abbreviaturs .abbreviaturs-caption-old {
  display: none;
}

.style-atomoteka-3 .abbreviaturs-caption-see {
  cursor: pointer;
  color: #E6571D !important;
  font-weight: 450 !important;
}

.atomoteka-atom-abbreviaturs .white-input.abbreviaturs-search-input {
  background: #FFFFFF;
  border: 3px solid #E6571D;
  box-sizing: border-box;
  border-radius: 58px;
  height: 44px;
  min-width: 0;
  padding: 5px 32px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  flex-grow: 1;
  color: #828282;
}
.atomoteka-atom-abbreviaturs .abbreviaturs-search-button {
  height: 45px;
  cursor: pointer;
  margin-left: 10px;
  background-image: url(/wp-content/themes/icao2/image/abbreviaturs-search-icon.svg);
  width: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.atomoteka-atom-abbreviaturs .controls-search {
  display: flex;
  width: 555px;
  max-width: 100%;
  margin-bottom: 15px;
}
.atomoteka-atom-abbreviaturs .controls {
  margin-bottom: 15px;
}
.atomoteka-atom-abbreviaturs .controls-in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.atomoteka-atom-abbreviaturs .controls-right {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.atomoteka-atom-abbreviaturs .controls-show-alphabet {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #E6571D;
	cursor: pointer;
}

.atomoteka-atom-abbreviaturs .controls-alphabet-bubble {
	position: absolute;
	z-index: 2;
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	border-radius: 23px;
	padding: 12px 28px 2px 28px;
	right: 0px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s;
}
.atomoteka-atom-abbreviaturs .controls-alphabet-bubble.active {
	display: block;
	opacity: 1;
}
.atomoteka-atom-abbreviaturs .controls-alphabet-bubble-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.atomoteka-atom-abbreviaturs .controls-alphabet-bubble-in li {
	display: flex;
	margin-left: 7px;
	margin-right: 7px;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 106.6%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #E6571D;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 10px;
}
.atomoteka-atom-abbreviaturs .controls-alphabet-bubble-in .close {
	height: 20px;
	cursor: pointer;
	margin-left: 10px;
	background-image: url(/wp-content/themes/icao2/image/alphabet-bubble-close.svg);
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}


@media(max-width:767px) {
	.style-atomoteka-3 .post-img {
		margin-bottom: 12px;
	}
}
/* Словарь атомных аббревиатур */

/* поиск в меню */
.search-block {
	position: absolute;
	left: 0px;
	right: 0px;
	background: white;
	display: none;
	opacity: 0;
}
.search-block.active {
	display: block;
}
.search-block .search-block__string {
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.search-block .search-block__input {
	display: flex;
	flex-grow: 1;
	justify-content: center;
}
.search-block .search-block__string input {
	background: #FFFFFF;
	border: 3px solid #E6571D;
	box-sizing: border-box;
	/* box-shadow: 0px 5px 16px rgba(230, 87, 29, 0.2); */
	border-radius: 58px;
	width: 468px;
	height: 44px;
	min-width: 0;
	padding: 5px 32px;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #E6571D;
}
.search-block .search-button {
	height: 44px;
	cursor: pointer;
	margin-left: 10px;
	background-image: url(/wp-content/themes/icao2/image/search-btn.svg);
	width: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}
.search-block .search-close-button {
	height: 32px;
	cursor: pointer;
	margin-left: 18px;
	background-image: url(/wp-content/themes/icao2/image/search-close.svg);
	width: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}


.style-live-search .post-img_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
  border-radius: 4px;
}

.style-live-search .post-img_img {
  padding-top: 58.9%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.style-live-search .post-in {
  display: flex;
}

.style-live-search .post-img {
  flex-basis: 165px;
  flex-shrink: 0;
  margin-right: 30px;
}

.style-live-search .post-title span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
}

.style-live-search .city span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E6571D;
}

.style-live-search .date {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
  color: #828282;
}

.style-live-search .post-bottom .city {
  margin-right: 12px;
}

.style-live-search .post-title {
  margin-bottom: 12px;
}

.style-live-search .post-bottom {
  margin-bottom: 9px;
}

.post.style-live-search {
  margin-bottom: 30px;
}

.style-live-search .post-caption span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.search-block__results {
	height: 70vh;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	opacity: 0;
}
.search-block__results.active {
	display: flex;
}
.search-block__results-in {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-grow: 1;
}
.search-block__results-col {
	display: flex;
	height: 100%;
	flex-direction: column;
	flex-grow: 1 !important;
	z-index: 1;
}
.search-block__results .ajax-posts {
	overflow-y: scroll;
	display: flex;
	min-height: 0;
	flex-grow: 1;
}
.search-block__results .ajax-bottom {
	display: flex;
	min-height: 0;
	flex-shrink: 0;
	justify-content: center;
	margin-top: 20px;
}

.site-menu .menu-search-button {
	margin-left: 42px;
	/* margin-right: 42px; */
	padding-top: 3px;
	cursor: pointer;
}

.menu-search-button {
	height: 18px;
	width: 18px;
	background-image: url(/wp-content/themes/icao2/image/search-icon-mobile.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.menu-search-button.close {
	background-image: url(/wp-content/themes/icao2/image/burger-icon-close.svg);
	width: 20px;
	height: 20px;
}

.search-block.mobile .search-block__string input {
  width: 100%;
}

.search-block.mobile {
  position: relative;
  margin-bottom: 15px;
}

.search-block__results .search-back {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

@media(max-width:767px) {
	.style-live-search .post-in {
	  flex-direction: column;
	}
	.style-live-search .post-title span {
	  font-size: 20px;
	  line-height: 26px;
	}
	.style-live-search .post-title {
	  margin-bottom: 5px;
	}
	.style-live-search .post-bottom {
	  margin-bottom: 5px;
	}
	.style-live-search .post-caption span {
	  font-size: 16px;
	  line-height: 20px;
	}
	.style-live-search .post-img {
	  display: none;
	}
	.post.style-live-search {
	  margin-bottom: 20px;
	}
	.search-block__results {
	  padding-top: 10px;
	  padding-bottom: 15px;
	}

}

/* тёмная тема */
.bodymain.dark .search-block {
  background: #010025;
}
.bodymain.dark .search-block .search-block__string input {
  background: #010025;
}
.bodymain.dark .style-live-search .post-caption span {
  color: white;
}
.bodymain.dark .style-live-search .post-title span {
 color: white;
}
.bodymain.dark .search-block__results .search-more-btn {
  background: #010025;
}
/* тёмная тема */

/* поиск в меню */


/* поиск страница */
.single.search .search-input .search-button {
  height: 44px;
  cursor: pointer;
  margin-left: 10px;
  background-image: url(/wp-content/themes/icao2/image/search-btn.svg);
  width: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.single.search .search-input input {
  background: #FFFFFF;
  border: 3px solid #E6571D;
  box-sizing: border-box;
  border-radius: 58px;
  width: 468px;
  height: 44px;
  min-width: 0;
  padding: 5px 32px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #E6571D;
}

.single.search .search-input {
	display: flex;
}

.single.search .top-page-title {
  margin-top: 52px;
  margin-bottom: 30px;
}

.single.search .search-header-type {
  display: flex;
}

.single.search .search-header-type li + li {
  margin-left: 18px;
}

.single.search .search-header-type li {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.single.search .search-header-type li.active {
  font-weight: 600;
}

.single.search .search-input {
  margin-bottom: 30px;
}

.single.search .bottom-button {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

@media(max-width:767px) {
	.single.search .top-page-title {
		margin-top: 30px;
	}
}
/* поиск страница */

/* подписка в шапке*/
.subscribe-header-button {
	width: 165px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}
/* подписка в шапке*/


/* стиль страница Сочи */

.top-page-sochi {
  position: relative;
  margin-bottom: 82px;
  background-image: url(/wp-content/uploads/2021/07/sochi-fon-scaled-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.top-page-sochi .block-left {
  flex-basis: 554px;
  min-width: 0;
  padding-top: 41px;
  padding-bottom: 55px;
  z-index: 1;
}
.top-page-sochi .top-page-sochi-in {
  display: flex;
  position: relative;
}
.top-page-sochi .block-right {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
}
.top-page-sochi .zayac-img {
	height: 135%;
	object-fit: contain;
	position: absolute;
	top: -48px;
	right: -40px;
	object-position: right;
	width: 100%;
	/*! bottom: -34px; */
}
.top-page-sochi .atomarium-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-bottom: 31px;
}
.top-page-sochi .caption {
  margin: unset;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}

.sochi-block .sochi-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.sochi-block .block-right-in .title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #000000;
  display: block;
  margin-bottom: 18px;
}
.sochi-block .block-right-in .text {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 18px;
  display: block;
}
.sochi-block {
  margin-bottom: 62px;
}

.sochi-block.full .block-top {
  margin-bottom: 40px;
}
.sochi-block.full .block-bottom-in .text span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.sochi-block.full .logo-rosatom {
  width: 50%;
  margin-right: 20px;
  max-width: 183px;
}
.sochi-block.full .logo-icao {
  width: 50%;
  max-width: 159px;
}
.sochi-block.full .logos {
  display: flex;
  align-items: center;
}
.sochi-block.full .text {
  display: flex;
}
.sochi-block.full .block-bottom-in {
  display: flex;
}

.sochi-block .excursion-list {
	padding-left: 30px;
}
.sochi-block .excursion-list li {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}

.sochi-block .excursion-list {
  padding-left: 30px;
}
.sochi-block .contacts-list li {
	margin-bottom: 18px;
	font-family: Futura PT;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	min-height: 56px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 74px;
}
.sochi-block .contacts-list {
  list-style-type: none;
  padding-left: unset;
}
.sochi-block .contacts-list li:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 56px;
  width: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.sochi-block .contacts-list li.address:before {
  background-image: url("/wp-content/themes/icao2/image/sochi-address-icon.svg");
}
.sochi-block .contacts-list li.time:before {
  background-image: url("/wp-content/themes/icao2/image/sochi-time-icon.svg");
}
.sochi-block .contacts-list li.age:before {
  background-image: url("/wp-content/themes/icao2/image/sochi-age-icon.svg");
}

@media(min-width:1300px) {
  .top-page-sochi .zayac-img {
    width: calc(100% + 31px);
    right: -31px;
  }
}

@media(max-width:768px) {
  .top-page-sochi {
	margin-bottom: 30px;
  }
  .top-page-sochi-in {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px; 
  }
  .top-page-sochi .atomarium-img {
	margin-bottom: 18px;
  }
  .top-page-sochi .zayac-img {
    position: relative;
    width: 40%;
    right: unset;
    height: auto;
    top: 18px;
  }
  /*
  .top-page-sochi .block-left {
    order: 1;
  }
  */
  .top-page-sochi .block-right {
    /*order: 0;*/
    justify-content: center;
  }
  .top-page-sochi .block-left {
    flex-basis: unset;
    padding-top: unset;
    padding-bottom: unset;
    text-align: center;
  }  

	.sochi-blocks .sochi-block {
	  margin-bottom: 30px;
	}
	.sochi-blocks .sochi-block .block-left {
	  margin-bottom: 16px;
	}
	.sochi-blocks .sochi-block .block-right {
	  order: 1;
	}
	.sochi-blocks .sochi-block .block-right-in .title {
	  font-size: 22px;
	  line-height: 29px;
	  margin-bottom: 14px;
	}
	.sochi-blocks.sochi-block .block-right-in .text {
	  font-size: 18px;
	  line-height: 24px;
	  margin-bottom: 14px;
	}
	.sochi-blocks .sochi-block.full .block-bottom-in .text span {
	  font-size: 18px;
	  line-height: 24px;
	}
	.sochi-blocks .sochi-block.full .block-top {
	  margin-bottom: 20px;
	}
	.sochi-blocks .sochi-block.full .logos {
	  margin-bottom: 16px;
	}
	.sochi-blocks .sochi-block.full .text {
		margin-bottom: 18px;
	}
	.sochi-blocks.sochi-block .excursion-list li {
	  font-size: 18px;
	  line-height: 24px;
	}
	.sochi-blocks .sochi-block .contacts-list li {
	  font-size: 18px;
	  line-height: 24px;
	  padding-left: 66px;
	}  
}
/* стиль страница Сочи */


/* стиль таблицы расписания для кстати анонсов*/
.table-style-rasp {
	margin-left: unset;
	margin-right: unset;
	border: 2px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 10px;
}
.table-style-rasp tbody {
  display: flex;
  flex-direction: column;
}
.table-style-rasp tr {
  display: flex;
  margin-bottom: 25px;
}
.table-style-rasp tr td {
	display: flex;
	flex-direction: column;
	font-family: Futura PT;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.01em;
	color: #000000;
}
.table-style-rasp tr td:nth-child(1) {
  flex-basis: 70px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	color: #828282;
}
.table-style-rasp tr td:nth-child(2) {
  flex-basis: 25%;
  flex-shrink: 0;
}
.table-style-rasp tr td:nth-child(2) strong {
	flex-shrink: 0;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.01em;
	color: #E6571D;
	margin-bottom: 10px;
}
.table-style-rasp tr td:nth-child(3) {
  padding-left:15px;    
  padding-right: 15px;
}
.table-style-rasp tr td:nth-child(4) {
  flex-basis: 19%;
  flex-shrink: 0;
  flex-grow: 1;
}

@media(max-width:768px) {
  .table-style-rasp tr {
   flex-direction: column;
  }
  .table-style-rasp tr td:nth-child(1) {
    text-align: center;
    flex-basis: 0;
  }
  .table-style-rasp tr td:nth-child(2) {
    flex-basis: 0;
    padding-bottom: 10px
  }
  .table-style-rasp tr td:nth-child(3) {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
  }
  .table-style-rasp tr td:nth-child(4) {
    flex-basis: 0;
  }    
}
/* стиль таблицы расписания для кстати анонсов*/

/* brainshaker игра */
.brainshaker-game .section-in.top-in .top-img {
	width: 100%;
	height: auto;
}
.brainshaker-result_head h2 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 22px;
  margin-top: unset;
}
.brainshaker-result_head h2 span {
	color: #F20E7B;
}
.brainshaker-result_table {
  /*display: flex;*/
  /*justify-content: center;*/
  display: block;
  /*overflow-x: visible;*/
  /*overflow-y: scroll;*/
  overflow-y: auto;
}
#brainshaker-result-table {
  background: #FFFFFF;
  /*! border: 2px solid #F2F2F2; */
  width: 600px;
  max-width: 100%;
  border-radius: 3px;
  border-collapse: collapse;
  width: 100%;
}
.brainshaker-result_table thead {
  background-color: #F20E7B;
  border: 2px solid #F20E7B;
 /* border-radius: 3px;*/
  color: white;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
}
.brainshaker-result_table thead::before {
	background-color: #F20E7B;
	border: 2px solid #F20E7B;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
	z-index: 0;
	border-radius: 3px 3px 0px 0px;
	display: none;
}
#brainshaker-result-table td {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
}
#brainshaker-result-table td.game-comands {
  word-wrap: anywhere;
}
/*
#brainshaker-result-table tbody tr:nth-child(2n) {
  background: #FFF3F9;
}
*/
.brainshaker-comanda.line {
  background: #FFF3F9;
}
#brainshaker-result-table tbody tr {
  border: 2px solid #F2F2F2;
}
#brainshaker-result-table tbody td {
  padding: 5px 13px;
}

#brainshaker-result-table td:nth-child(1) {
	text-align: center;
	color: #F20E7B;
}

.brainshaker-result_table thead th {
  padding: 12px 13px;
  position: relative;
}
.brainshaker-result_head h3 {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 40px;
}
.section.brainshaker-game {
  background: white;
}

.brainshaker-game .section-in.bottom-in {
	background-position: top;
  background-repeat: repeat-y;
  background-size: contain;
  min-height: 350px;
  /*margin-top: 50px;*/
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
}

.brainshaker-game .tablesorter-header:not(.sorter-false)[data-sorter="true"] .tablesorter-header-inner {
 border: 1px solid #D70067;
 box-sizing: border-box;
 border-radius: 10px;
 padding: 6px 12px;
 display: inline-block;
 position: relative;
 padding-right: 30px;
 cursor: pointer;
}

.brainshaker-game .tablesorter-header:not(.tablesorter-headerUnSorted)[data-sorter="true"] .tablesorter-header-inner {
 background: #D70067;
}

.brainshaker-game .tablesorter-header:not(.sorter-false)[data-sorter="true"] .tablesorter-header-inner:hover {
  background: #FF2C91;
}

.brainshaker-game .tablesorter-header:not(.sorter-false)[data-sorter="true"] .tablesorter-header-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.61059 4.14547C1.284 3.80826 0.745876 3.79964 0.408659 4.12623C0.0714412 4.45282 0.0628251 4.99094 0.389414 5.32816L1.61059 4.14547ZM5.8125 9.70594L6.42309 9.11459L5.8125 9.70594ZM7.1875 9.70594L6.57691 9.11459L7.1875 9.70594ZM12.6106 5.32816C12.9372 4.99094 12.9286 4.45282 12.5913 4.12623C12.2541 3.79964 11.716 3.80826 11.3894 4.14548L12.6106 5.32816ZM0.389414 5.32816L5.20191 10.2973L6.42309 9.11459L1.61059 4.14547L0.389414 5.32816ZM7.79809 10.2973L12.6106 5.32816L11.3894 4.14548L6.57691 9.11459L7.79809 10.2973ZM5.20191 10.2973C5.91562 11.0342 7.08438 11.0342 7.79809 10.2973L6.57691 9.11459C6.55074 9.14162 6.52383 9.14997 6.5 9.14997C6.47617 9.14997 6.44926 9.14162 6.42309 9.11459L5.20191 10.2973Z' fill='white'/%3E%3Cpath d='M6.5 0V10' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 13px;
  right: 10px;
  top: 0px;
  bottom: 0px;
  background-size: contain;
}

.brainshaker-game .tablesorter-headerAsc[data-sorter="true"] .tablesorter-header-inner:after {
 transform: rotate(180deg);
}

.brainshaker-game .comand-hide {
  display: none;
}


.brainshaker-result_show-all {
  border: 1px solid #D70067;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 6px 12px;
  display: none;
  position: relative;
  cursor: pointer;
  background-color: #F20E7B;
  color: white;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 15px;
}
.brainshaker-result_show-all:hover {
  background-color: #FF2C91;
}
.brainshaker-result_show-all.active {
	display: block;
}

.brainshaker-comand-city {
	/*border: 1px solid #D700670A;*/
	border-radius: 10px;
	display: inline-block;
	/*cursor: pointer;*/
	padding: 5px;
}

/*
.brainshaker-comand-city:hover {
	border: 1px solid #D70067;
}
*/

/*
.brainshaker-game #brainshaker_city_list {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 10px 25px;
  margin-right: 40px; 
  flex-shrink: 0;
  height: 46px;
}
*/
/*
.brainshaker-game #brainshaker_city_list-button {
	width: unset;
	color: white;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	letter-spacing: 0.01em;
	border: 1px solid #D70067;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 6px 12px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: none;
	width: 100%;
}
*/

.brainshaker-game #brainshaker_city_list {
	border: 1px solid #D70067;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 6px 12px;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
.brainshaker_city_list-in {
	display: flex;
	justify-content: center;
}
.brainshaker_citys {
	position: absolute;
	display: none;
	background: #F20E7B;
	border-radius: 10px;
	overflow: hidden;
	z-index: 2;
	top: 36px;
	opacity: 0;
	transition: opacity 1s;
}
.brainshaker_citys label {
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 10px;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	cursor: pointer;
	padding-right: 35px;
	position: relative;
}
.brainshaker_citys label:hover {
  background: #D70067;
}

.brainshaker_citys input {
  display: none;
}
.brainshaker_citys label .icon {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #FAA4CE;
  box-sizing: border-box;
  border-radius: 2px;
  right: 10px;
  position: absolute;
  top: calc(50% - 8px);
}

.brainshaker_citys input:checked + .icon {
 background: #FFFFFF;
 border: 1px solid #FFFFFF;
}

.brainshaker_citys input:checked + .icon::before {
	top: 3px;
	left: 8px;
	width: 3px;
	height: 10px;
	border-radius: 3px;
	background-color: #F20E7B;
	content: "";
	position: absolute;
	transform: rotate(45deg);
}

.brainshaker_citys input:checked + .icon::after {
	top: 5px;
	left: 3px;
	width: 3px;
	height: 8px;
	border-radius: 3px;
	background-color: #F20E7B;
	content: "";
	position: absolute;
	transform: rotate(-45deg);
}

#brainshaker_city_list:after {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.59522 0.393197C1.2601 0.0644646 0.72193 0.069649 0.393197 0.404777C0.0644646 0.739905 0.069649 1.27807 0.404777 1.6068L1.59522 0.393197ZM12.5952 1.6068C12.9304 1.27807 12.9355 0.739905 12.6068 0.404777C12.2781 0.069649 11.7399 0.0644646 11.4048 0.393197L12.5952 1.6068ZM0.404777 1.6068L5.21728 6.32747L6.40772 5.11386L1.59522 0.393197L0.404777 1.6068ZM7.78272 6.32747L12.5952 1.6068L11.4048 0.393197L6.59228 5.11386L7.78272 6.32747ZM5.21728 6.32747C5.92754 7.02418 7.07246 7.02418 7.78272 6.32747L6.59228 5.11386C6.56937 5.13633 6.53773 5.15 6.5 5.15C6.46227 5.15 6.43063 5.13633 6.40772 5.11386L5.21728 6.32747Z' fill='white'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	width: 13px;
	right: 10px;
	top: 0px;
	bottom: 0px;
	background-size: contain;
	height: 100%;
}
#brainshaker_city_list.active:after {
	transform: rotate(180deg);
}

#brainshaker_city_list.active .brainshaker_citys {
	display: block;
	opacity: 1;
}

.brainshaker-game #brainshaker_city_list-button:hover {
  background: #FF2C91;
}
.brainshaker-game .brainshaker-result-setcity {
  display: inline-block;
}
.brainshaker-game .ui-state-active, .brainshaker-game .ui-widget-content .ui-state-active, .brainshaker-game .brainshaker-game .ui-widget-header .ui-state-active, .brainshaker-game a.ui-button:active, .brainshaker-game .ui-button:active, .brainshaker-game .ui-button.ui-state-active:hover {
  background: #D70067;
  border: #D70067;
}
.brainshaker-game #brainshaker_city_list-menu {
  /*! box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); */
  background-color: #F20E7B;
  border: 1px solid #D70067;
  border-radius: 10px;
}
.brainshaker-game .ui-menu .ui-menu-item {
  color: white;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: left;
}

@media(max-width: 768px) {
	.brainshaker-game .section-in.bottom-in {
	  /*margin-top: 25px;*/
    padding-top: 25px;
	  padding-bottom: 80px;
	}

	.brainshaker-result_head h2 {
	  font-size: 27px;
	  line-height: 39px;
	  margin-bottom: 17px;
	}

	.brainshaker-result_head h3 {
	  font-size: 16px;
	  line-height: 22px;
	  margin-top: 17px;
	  margin-bottom: 25px;
	}

	#brainshaker-result-table td {
	  font-size: 15px;
	}
	
	.brainshaker-result_table thead th {
	  padding: 12px 5px;
	}
	
	#brainshaker-result-table tbody td {
	  padding: 5px 5px;
	}

	.brainshaker-result_table thead {
	  font-size: 14px;
	}
	
	.brainshaker-game #brainshaker_city_list-button {
		font-size: 14px;
		max-width: 81px;
	}

}

.brainshaker-games_list li {
  text-decoration: none;
  display: flex;
  background: #FFE1F0;
  border-radius: 40px;
  padding: 5px 20px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #F20E7B;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.brainshaker-games_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: unset;
}

.brainshaker-games_list li.active {
  background: #D70067;
  color: #FFFFFF;
}

.brainshaker-comanda-list:not(.active) {
	display: none;
}

.brainshaker-result_table .result-tour {
  display: none;
}
/* brainshaker игра */

/* стиль brainshaker reg страницы */
.brainshaker-game-reg .brainshaker-game-block {
  background-color: #fffffff7;
}

.brainshaker-game-reg .brainshaker-reg_content {
	margin-top: 60px;
}

.brainshaker-game-reg .reg-btn {
  background: #E6571D;
  border-radius: 3px;
  color: white;
  border: 2px solid #E6571D;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 10px;
  cursor: pointer;
  align-items: center;
  width: 268px;
  max-width: 100%;
}
.brainshaker-game-reg .reg-btn:hover {
  background: white;
  color: #E6571D;
  border: 2px solid #E6571D;
}
.brainshaker-game-reg .reg-btn:active {
    background: #E6571D;
    color: white;
}

.brainshaker-game-reg .input-text-title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: 24px;
  margin-top: unset;
  margin-bottom: 14px;
}
.brainshaker-game-reg .input-text {
  border: 2px solid #BDBDBD;
  border-radius: 3px;
  width: 100%;
  color: #333333;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 24px;
  background-color: unset;
  resize: vertical;
}
.brainshaker-game-reg .input-text.input-error {
	border: 2px solid #DA4C13;
}
.brainshaker-game-reg .input-text::placeholder {
  color: #BDBDBD;
}
.brainshaker-game-reg .brainshaker-reg_form .reg-input {
  margin-bottom: 32px;
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.brainshaker-game-reg .brainshaker-reg_form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.brainshaker-game-reg .reg-input.w100 {
  flex-basis: 100%;
}

.brainshaker-game-reg .reg-btn.w100 {
    width: 100%;
}


.input-group.info {
	display: none;
	flex-wrap: wrap;
}

.input-group.info.active {
  display: flex;
}

.brainshaker-game-reg .reg-check-soglasie input {
  display: none;
}

.brainshaker-game-reg .reg-check-soglasie input + label .icon {
    height: 27px;
    width: 27px;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
  border: 2px solid #BDBDBD;
  border-radius: 100%;
    flex-shrink: 0;
}

.brainshaker-game-reg input.input-error + label .icon {
	border: 2px solid #DA4C13;
}

.brainshaker-game-reg .reg-check-soglasie input:checked + label .icon::before {
    top: 6px;
    left: 12px;
    width: 4px;
    height: 12px;
    border-radius: 3px;
    background-color: #E6571D;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}     

.brainshaker-game-reg .reg-check-soglasie input:checked + label .icon::after {
    top: 8px;
    left: 7px;
    width: 4px;
    height: 8px;
    border-radius: 3px;
    background-color: #E6571D;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
}

.brainshaker-game-reg .reg-check-soglasie label {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 121.9%;
  color: #000000;
  display: flex;
  align-items: center;
}
.brainshaker-game-reg .reg-check-soglasie a {
  color: #E6571D;
}

.brainshaker-game-reg .response span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.brainshaker-game-reg .response .error {
  color: #E6571D;
}

.brainshaker-game-reg .reg-input.dop_soglasie:not(.active) {
  display: none;
}

@media(max-width: 768px) {
  .brainshaker-game-reg .brainshaker-reg_form .reg-input {
      flex-basis: 100%;
    }
}



.brainshaker-pop_up {
  position: fixed;
  opacity: 0;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.brainshaker-pop_up.active {
  display: flex;
}
.brainshaker-pop_up .pop_up-in {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: 564px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  /*! height: 312px; */
  padding: 56px;
  position: relative;
  box-shadow: 0px 7px 37px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.orange-button.brainshaker-pop_up-close {
  background: #E6571D;
  border: 2px solid #E6571D;
  border-radius: 3px;
  width: 249px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: background 0.3s, color 0.3s;
}
.orange-button.brainshaker-pop_up-close:hover {
  background: white;
  color: #E6571D;
}
.brainshaker-pop_up .content {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #000000;
  text-align: center;
}


.brainshaker-pages-select {
	display: flex;
	justify-content: flex-start;
	margin-top: 18px;
  margin-bottom: 18px;
	flex-wrap: wrap;
}
.brainshaker-pages-select a {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	margin-left: 6px;
	margin-right: 6px;
	background: #D8F3FF;
	border-radius: 40px;
	display: flex;
	min-height: 44px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	padding: 9px 24px;
	margin-bottom: 14px;
	transition: background 0.5s;
	text-align: center;
}
.brainshaker-pages-select a.active {
	background: #073685;
	box-shadow: 0px 2px 6px 2px rgba(7, 54, 133, 0.01);
}

.brainshaker-pages-select a {
  color: #073685;
  transition: color 0.5s;
}
.brainshaker-pages-select a.active {
  color: #FFFFFF;
}

.brainshaker-pages-select a:active {
	background: #073685;
  color: #FFFFFF;
}
.brainshaker-pages-select a:hover {
	background: #9ce1ff;
}

.brainshaker-game .brainshaker-back {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 0;
	bottom: 0px;
	overflow: hidden;
}
.brainshaker-game .brainshaker-back img {
	width: 100%;
	height: auto;
}

@media(max-width: 768px) {
  .brainshaker-pages-select {
    justify-content: center;
  }
}

.brainshaker-game-page .single-text {
  font-size: 18px;
}

.brainshaker-game-page .single-text a {
  color:#F20E7B;
  text-decoration: underline;
}

.brainshaker-game-page .single-text .title-style-2 {
  color: black;
  font-size: 42px;
  font-weight: 600;
}

.brainshaker-game-page .single-text .title-style-2 span {
  color: #F20E7B;
  font-size: 42px;
  font-weight: 600;
}

@media(max-width: 768px) {
  .brainshaker-game-page .single-text .title-style-2 {
    font-size: 26px;
  }
  
  .brainshaker-game-page .single-text .title-style-2 span {
    font-size: 26px;
  }
}
/* стиль brainshaker reg страницы */

/* атомдвиж страница */
.atomDvizh-pag-block {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single.atomDvizh-page {
  display: flex;
  flex-grow: 1;
  max-width: 100%;
}

.section.atomDvizh-page {
  padding-bottom: unset;
  width: 100%;
}

.section.atomDvizh-page .section-in {
  max-width: 100%;
}

.section.atomDvizh-page .section-content.container {
  max-width: 100%;
}

.block.image-top img {
  max-width: 100%;
  height: auto;
  display: none;
}

@media(max-width: 768px) {
  .section.atomDvizh-page img.img-full {
    display: none;
  }
  .section.atomDvizh-page img.img-mobile {
    display: block;
  }
}

@media(min-width: 768px) {
  .section.atomDvizh-page img.img-mobile {
    display: none;
  }
  .section.atomDvizh-page img.img-full {
    display: block;
  }
}


.atomDvizh-slider {
  overflow: hidden;
}

.atomDvizh-slider .atomDvizh-slider__slider-top {
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
  cursor: pointer;
}

.atomDvizh-slider .atomDvizh-slider__slider-top .slide {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.atomDvizh-slider .slide__in-img {
    max-width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.atomDvizh-slider .atomDvizh-slider__slider-top {
  position: relative;
}

.atomDvizh-slider .atomDvizh-slider__slider-top .slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: flex;
}

.atomDvizh-slider .atomDvizh-slider__slider-top .slide {
  text-align: center;
}

.atomDvizh-slider__slider-container1 {
    position: relative;
}

.atomDvizh-slider .atomDvizh-slider__slider-container2 {
  margin-top: 9px;
  display: flex;
  position: relative;
  flex-direction: row;
  white-space: nowrap;
  align-items: center;
}
.atomDvizh-slider .atomDvizh-slider__slider-container2 .slide {
    cursor: pointer;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    position: relative;
}

.atomDvizh-slider .atomDvizh-slider__slider-container2 .slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
}

.atomDvizh-slider .atomDvizh-slider__slider-container2 .slide .slide__in {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.atomDvizh-slider .section-btn {
  margin-top: 42px;
}

.atomDvizh-slider {
    margin-bottom: 50px;
    padding: 20px;
    background: #2D2D71;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 40px 60px;
}

.atomDvizh-slider .atomDvizh-slider__slider-top .slide.vertical {
    flex-direction: row;
}
.atomDvizh-slider .atomDvizh-slider__slider-top .slide.vertical img {
    height: 100%;
    width: auto;
}
  
.atomDvizh-slider .atomDvizh-slider__slider-bottom{
    display: flex;
    flex-shrink: 1;
    white-space: nowrap;
    min-width: 0;
    margin-right: 12%;
}

.atomDvizh-slider .slide-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex !important;
    cursor: pointer;
    transition: opacity 0.5s;
}
.atomDvizh-slider .slide-btn:hover {
    opacity: 0.3;
}
.atomDvizh-slider .slide-btn:active {
    opacity: 1;
}

.atomDvizh-slider .owl-carousel .owl-stage-outer {
  overflow: unset;
}

@media(max-width: 767px) {
    .atomDvizh-slider {
        margin-bottom: 30px;
    }
    .atomDvizh-slider .slide-btn {
        width: 30px;
        height: 30px;
    }
    .atomDvizh-slider .atomDvizh-slider__slider-container2 {
        margin-top: 7px;
    }
}
  
.atomDvizh-slider .owl-item {
    opacity: 0.3;
}
.atomDvizh-slider .owl-item.active.current {
    opacity: 1;
}

.atomDvizh-slider .gallery-post .owl-item {
    cursor: pointer;
}

@media(max-width: 767px) {
  .slide-left, .slide-right, .slide-left2, .slide-right2 {
    display: none;
  }
  .atomDvizh-slider {
      padding: 10px;
      margin: 0;
  }
  .atomDvizh-slider .atomDvizh-slider__slider-top {
    padding-top: 136%;
  }
  .atomDvizh-slider .atomDvizh-slider__slider-container2 .slide {
    padding-top: 136%;
  }
}

@media(max-width: 768px) {
  .atomDvizh-slider .slide img.img-full {
    display: none;
  }
  .atomDvizh-slider .slide img.img-mobile {
    display: block;
  }
}

@media(min-width: 768px) {
  .atomDvizh-slider .slide img.img-mobile {
    display: none;
  }
  .atomDvizh-slider .slide img.img-full {
    display: block;
  }
}

.atomDvizh-slider .atomDvizh-slider__move {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	display: flex;
	overflow: hidden;
}
.atomDvizh-slider .atomDvizh-slider__move .btn {
  cursor: pointer;
}
.atomDvizh-slider .atomDvizh-slider__move .slide-prev {
	height: 100%;
	width: 50%;
}
.atomDvizh-slider .atomDvizh-slider__move .slide-next {
	height: 100%;
	width: 50%;
}

.section.atomDvizh-page .block.texts {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	/* max-width: 731px; */
	/* margin-left: 50px; */
	/* margin-right: 50px; */
	padding-top: 170px;
	padding-bottom: 170px;
	text-align: left;
	position: relative;
	padding-left: 206px;
	padding-right: 185px;
}

.section.atomDvizh-page .atomDvizh-pag-block > * {
  max-width: 100%;
  width: 100%;
}

@media(max-width: 768px) {
  .section.atomDvizh-page .block.texts {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
.section.atomDvizh-page .block.text2 {
  text-align: center;
}
.section.atomDvizh-page .block.text2 .text-in2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section.atomDvizh-page .block.text2 .text-in2 span {
	font-weight: bold;
}

.section.atomDvizh-page .bg-round {
  position: absolute;
  z-index: 0;
}
.section.atomDvizh-page .block.texts.text1 .bg-round.bg-round1 {
  top: 25px;
  width: 144px;
  right: 132px;
}
.section.atomDvizh-page .block.texts.text1 .bg-round.bg-round2 {
  width: 188px;
  left: 22px;
  bottom: 56px;
}
.section.atomDvizh-page .bg-round.bg-round3 {
  right: -41px;
  width: 218px;
  bottom: -2px;
}
.section.atomDvizh-page .block.texts.text2 .bg-round.bg-round1 {
  width: 217px;
  left: 123px;
  top: 0px;
}
.section.atomDvizh-page .block.texts.text2 {
  padding-top: 257px;
  padding-left: 237px;
  padding-right: 154px;
}
.section.atomDvizh-page .block.texts.text2 .bg-round.bg-round2 {
  width: 226px;
  bottom: 0px;
  right: 100px;
  transform: rotate(90deg);
}


@media(max-width: 768px) {
  .section.atomDvizh-page .block.texts {
    padding-top: 146px;
    padding-bottom: 266px;
    padding-left: 46px;
    padding-right: 24px;
  }

  .section.atomDvizh-page .block.text2 .text-in2 {
    margin-top: 83px;
  }

  .section.atomDvizh-page .block.texts.text1 .bg-round.bg-round1 {
    width: 68px;
    right: 83px;
  }

  .section.atomDvizh-page .block.texts.text1 .bg-round.bg-round2 {
    width: 86px;
  }

  .section.atomDvizh-page .bg-round.bg-round3 {
    width: 148px;
    bottom: 100px;
  }

  .section.atomDvizh-page .block.texts.text2 .bg-round.bg-round1 {
    width: 68px;
    left: 27px;
    top: 58px;
  }

  .section.atomDvizh-page .block.texts.text2 .bg-round.bg-round2 {
    width: 86px;
    bottom: 64px;
    right: 22px;
  }

 .section.atomDvizh-page .block.texts.text2 {
    padding-top: 168px;
    padding-bottom: 154px;
    padding-left: 46px;
    padding-right: 24px;
  }
}



.section.atomDvizh-page .block.bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 25px;
  padding-right: 83px;
  padding-left: 160px;
}
.section.atomDvizh-page .block.bottom .logo.ace {
  width: 167px;
  margin-right: 45px;
}
.section.atomDvizh-page .block.bottom .logo.icae {
  width: 167px;
}
.section.atomDvizh-page .block.bottom .block-in.block-right {
  display: flex;
  align-items: center;
}
.section.atomDvizh-page .block.bottom .block-in.block-left span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.section.atomDvizh-page .block.bottom .block-in.block-left {
  align-items: center;
  display: flex;
}

@media(max-width: 768px) {
  .section.atomDvizh-page .block.bottom {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section.atomDvizh-page .block.bottom .block-in.block-left span {
    font-size: 19px;
    line-height: 20px;
  }
  .section.atomDvizh-page .block.bottom .logo.ace {
    width: 68px;
    margin-right: 24px;
  }
  .section.atomDvizh-page .block.bottom .logo.icae {
    width: 75px;
  }
  .section.atomDvizh-page .block.bottom {
    padding-top: 0px;
  }
}


/* атомдвиж страница */




/* фестиваль inborg */
.single.inborg {
  background-color: #f8f8f8;
}
.single.inborg .top-page-img-block {
  width: 100%;
}
.single.inborg .top-page-img-block .img {
  width: 100%;
  height: auto;
}

.single.inborg .top-page-img-block .img.img-mobile {
  display: none;
}

.single.inborg .top-page-img-block .img.img-full {
  display: block;
}

.single.inborg h1, .single.inborg h2, .single.inborg h3, .single.inborg h4, .single.inborg h5, .single.inborg h6 {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
}

.single.inborg p, .single.inborg span {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #5b716f;
	text-transform: uppercase;
}

.single.inborg .inborg-section {
	padding-left: 8vw;
	padding-right: 8vw;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}


.single.inborg .inborg-page_title {
  text-align: center;
  margin-bottom: 50px;
}
.single.inborg .inborg-page_title h2 {
  font-size: 70px;
  line-height: 70px;
  color: #ec6a48;
  text-transform: uppercase;
  margin: unset;
}
.single.inborg .backgroundtrue {
  background-color: #e2ded3;
  box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.6);
}


.single.inborg .inborg-rasp-block_list {
  border-radius: 10px;
  overflow: hidden;
}
.single.inborg .inborg-rasp_list-el {
  display: flex;
  background-color: #d9d5cb;
  margin-bottom: 4px;
  padding: 8px 40px;
}
.single.inborg .inborg-rasp_el-time {
  flex-basis: 150px;
  flex-shrink: 0;
}
.single.inborg .inborg-rasp_el-dopinfo {
  flex-basis: 200px;
  flex-shrink: 0;
  text-align: center;
}
.single.inborg .inborg-rasp_el-info {
  flex-grow: 1;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.single.inborg .inborg-rasp_el-time .rasp__time {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #5b716f;
  font-size: 24px;
  line-height: 36px;
  margin: unset;
}
.single.inborg .rasp__title {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #ec6a48;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: unset;
  margin-bottom: 14px;
}
.single.inborg .inborg-rasp_el-dopinfo-in p {
  margin-top: unset;
}
.single.inborg .rasp__where {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #ec6a48;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: unset;
  margin-bottom: 14px;
}
.single.inborg .inborg-rasp-block_button {
  display: flex;
  padding: 6px 30px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}
@media(min-width:1280px) {
  .single.inborg .inborg-rasp-block_button:hover {
    background-color: #d9d5cb;
    opacity: 0.5;
  }
}
.single.inborg .inborg-rasp-block_btn-in {
  display: flex;
  justify-content: space-evenly;
}
.single.inborg .inborg-rasp-block_btn span {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #ec6a48;
  /*! font-size: 72px; */
  /*! line-height: 36px; */
  text-align: center;
  margin-top: unset;
  margin-bottom: 14px;
}
.single.inborg .inborg-rasp-block_button-in {
  text-align: center;
}
.single.inborg .inborg-rasp-block_btn .day {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  color: #5b716f;
  margin: unset;
}
.single.inborg .inborg-rasp-block_btn .month {
  font-size: 30px;
  line-height: 36px;
  margin: unset;
}
.single.inborg .inborg-rasp-block_button.active {
  background-color: #d9d5cb;
}

.single.inborg .inborg-rasp_day {
	display: none;
}
.single.inborg .inborg-rasp_day.active {
	display: block;
}

.single.inborg .rasp__btn {
  background-color: #5b716f;
  padding: 8px 8px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media(min-width:1280px) {
  .single.inborg .rasp__btn:hover {
    opacity: 0.5;
  }
}
.single.inborg .rasp__btn span {
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}



.single.inborg .inborg-speaker-block__in {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}
.single.inborg .inborg-speaker_el {
  flex-basis: 25%;
  display: flex;
  flex-shrink: 1;
  margin-bottom: 30px;
}
.single.inborg .speaker__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 100%;
}
.single.inborg .speaker__img {
  position: relative;
  padding-top: 100%;
  flex-shrink: 0;
}
.single.inborg .speaker__content {
  text-align: center;
  background-color: #e2ded3;
  border-radius: 60px;
  flex-grow: 1;
  margin-top: -36px;
  padding: 54px 14px 16px 14px;
}
.single.inborg .inborg-speaker_el-in {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
}
.single.inborg .speaker__title p {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #ec6a48;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  margin-top: unset;
  margin-bottom: 14px;
}

.single.inborg .speaker__caption p {
  font-size: 16px;
  line-height: 16px;
  overflow-wrap: anywhere;
}


.single.inborg  .text-style-middle {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #ec6a48;
  font-size: 36px;
  line-height: 36px;
  margin-top: unset;
  margin-bottom: 14px;
}
.single.inborg  .text-style-big {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #5b716f;
  font-size: 72px;
  line-height: 72px;
  margin-top: unset;
  margin-bottom: 14px;
}
.single.inborg .text-style-normal {
  font-size: 18px;
  line-height: 20px;
  margin-top: unset;
}
.single.inborg .text-style-normal.style-right {
  text-align: right;
  margin-top: 50px;
}
.single.inborg .inborg-text1_content {
  margin-top: 40px;
}

.single.inborg .text-width-text1 {
	max-width: 83%;
}


.single.inborg .style-red {
  color: #ec6a48;
}

.single.inborg .style-green {
  color: #5b716f;
}

.single.inborg .style-center {
  text-align: center;
}

.single.inborg .text-width-text2 {
	max-width: 80%;
	margin-bottom: 80px;
}

.single.inborg .backgroundimg {
	position: absolute;
  z-index: -1;
}

.single.inborg .backgroundimg.tuchi {
	left: 0px;
}

.single.inborg .backgroundimg.gamlet {
	right: -80px;
}

.single.inborg .backgroundimg.dom {
  right: -60px;
  bottom: 0px;
}

.single.inborg .backgroundimg.shestern-text1 {
  bottom: 7%;
}
.single.inborg .backgroundimg.shestern-text2 {
  bottom: 0px;
  z-index: 0;
}
.single.inborg .backgroundimg.shestern-speaker {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.single.inborg .inborg-gofestival_btn a {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 30px;
  line-height: 30px;
  background-color: #ec6a48;
  border-radius: 50px;
  padding: 13px 36px;
  display: inline-block;
  text-transform: uppercase;
}

@media(min-width:1280px) {
  .single.inborg .inborg-gofestival_btn a:hover {
    opacity: 0.5;
  }
}

.single.inborg .inborg-gofestival_btn {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}


.single.inborg .inborg-section.inborg-partners {
  background-color: white;
  box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.6);
  margin-bottom: unset;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single.inborg .inborg-logos {
  display: flex;
  justify-content: space-between;
}

.single.inborg .inborg-logos .logo img {
	max-width: 350px;
	height: auto;
	max-height: 143px;
	object-fit: contain;
}

.single.inborg .inborg-rasp_list-title {
	display: flex;
	background-color: #d9d5cb;
	padding: 8px 40px;
	align-items: flex-end;
}
.single.inborg .inborg-rasp_title-time {
	flex-basis: 150px;
	flex-shrink: 0;
}
.single.inborg .inborg-rasp_title-info {
	flex-grow: 1;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.single.inborg .inborg-rasp_title-dopinfo {
	flex-basis: 180px;
	flex-shrink: 0;
}



.single.inborg .rasp__time-name:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/icon_chasi.png);
  width: 30px;
  height: 32px;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single.inborg .rasp__time-name {
  position: relative;
  padding-left: 47px;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #5b716f;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-top: unset;
  margin-bottom: unset;
}


.single.inborg .rasp__dopinfo-name:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/icon_location.png);
  width: 30px;
  height: 32px;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single.inborg .rasp__dopinfo-name {
  position: relative;
  padding-left: 47px;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #5b716f;
  font-size: 36px;
  line-height: 40px;
  text-align: unset;
  margin-top: unset;
  margin-bottom: unset;
}

.single.inborg .rasp__info-name:before  {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/icon_lamp.png);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single.inborg .rasp__info-name {
  position: relative;
  padding-left: 47px;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  color: #5b716f;
  font-size: 36px;
  line-height: 40px;
  text-align: unset;
  margin-top: unset;
  margin-bottom: unset;
  height: 54px;
  display: inline-block;
}

@media(max-width:767px) {
  .single.inborg .inborg-speaker_el {
    flex-basis: 100%;
  }

  .single.inborg .text-style-middle {
    font-size: 24px;
    line-height: 25px;
  }

  .single.inborg .text-style-big {
    font-size: 27px;
    line-height: 27px;
  }

  .single.inborg .text-style-normal {
    font-size: 16px;
  }

  .single.inborg .text-width-text1 {
    max-width: 100%;
  }

  .single.inborg .backgroundimg.gamlet {
    display: none;
  }

  .single.inborg .text-width-text2 {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .single.inborg .inborg-page_title h2 {
    font-size: 27px;
    line-height: 27px;
  }

  .single.inborg .inborg-rasp-block_btn .day {
    font-size: 30px;
    line-height: 30px;
  }

  .single.inborg .inborg-rasp-block_btn .month {
    font-size: 12px;
    line-height: 12px;
  }

  .single.inborg .inborg-rasp-block_button {
    padding: 6px 12px;
  }

  .single.inborg .inborg-rasp_list-title {
    align-items: center;
    flex-direction: column;
    display: none;
  }

  .single.inborg .inborg-rasp_list-el {
    padding: 8px 20px;
    flex-direction: column;
  }

  .single.inborg .inborg-rasp_el-time {
    flex-basis: unset;
    text-align: center;
    margin-bottom: unset;
    order: 3;
  }

  .single.inborg .inborg-rasp_el-info {
    padding-left: unset;
    padding-right: unset;
    margin-bottom: 20px;
    order: 1;
  }

  .single.inborg .inborg-rasp_el-dopinfo {
    flex-basis: unset;
    order: 2;
    margin-bottom: 20px;
  }

  .single.inborg .inborg-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single.inborg .inborg-rasp_title-time {
    flex-basis: unset;
    margin-bottom: 20px;
  }

  .single.inborg .inborg-rasp_title-info {
    padding-left: unset;
    padding-right: unset;
    margin-bottom: 20px;
  }

  .single.inborg .inborg-rasp_title-dopinfo {
    flex-basis: unset;
    margin-bottom: 20px;
  }

  .single.inborg .inborg-page_title {
    margin-bottom: 30px;
  }

  .single.inborg .inborg-gofestival_btn a {
    font-size: 20px;
    line-height: 20px;
  }

  .single.inborg .inborg-text1_content {
    margin-top: 20px;
  }

  .single.inborg .rasp__dopinfo-name {
    font-size: 25px;
    line-height: 32px;
  }

  .single.inborg .rasp__time-name {
    font-size: 25px;
    line-height: 32px;
  }

  .single.inborg .inborg-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .single.inborg .inborg-logos .logo img {
    max-width: 330px;
    max-height: 130px;
  }

  .single.inborg .inborg-logos .logo {
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 15px;
  }

  .single.inborg .top-page-img-block .img.img-full {
    display: none;
  }

  .single.inborg .top-page-img-block .img.img-mobile {
    display: block;
  }

}

@media(min-width:768px) and (max-width:1360px) {
  .single.inborg .backgroundimg.gamlet {
    width: 270px;
  }

  .single.inborg .inborg-speaker_el {
    flex-basis: 33.3%;
  }
}

@media(min-width:768px) and (max-width:950px) {
  .single.inborg .inborg-page_title h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .single.inborg .text-style-big {
    font-size: 40px;
    line-height: 42px;
  }

  .single.inborg .inborg-speaker_el {
    flex-basis: 50%;
  }

  .single.inborg .inborg-rasp-block_btn .day {
    font-size: 54px;
    line-height: 54px;
  }

  .single.inborg .inborg-rasp-block_btn .month {
    font-size: 20px;
    line-height: 20px;
  }

  .single.inborg .inborg-rasp_list-el {
    padding: 8px 24px;
  }

  .single.inborg .inborg-rasp_list-title {
    padding: 8px 24px;
  }

  .single.inborg .inborg-rasp_el-time .rasp__time {
    font-size: 18px;
    line-height: 24px;
  }

  .single.inborg .rasp__time-name {
    padding-left: 40px;
    font-size: 24px;
    text-align: unset;
  }

  .single.inborg .rasp__dopinfo-name {
    padding-left: 40px;
    font-size: 24px;
  }

  .single.inborg .inborg-rasp_title-dopinfo {
    flex-basis: 150px;
  }

  .single.inborg .inborg-rasp_el-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single.inborg .rasp__title {
    font-size: 18px;
    line-height: 20px;
  }

  .single.inborg .rasp__where {
    font-size: 18px;
    line-height: 20px;
  }

  .single.inborg .inborg-rasp_el-time {
    flex-basis: 130px;
  }

  .single.inborg .inborg-rasp_title-time {
    flex-basis: 130px;
  }

  .single.inborg .inborg-rasp_title-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single.inborg .inborg-rasp_el-dopinfo {
    flex-basis: 152px;
  }

  .single.inborg .inborg-logos .logo img {
    max-width: 205px;
    height: auto;
    max-height: 100px;
    object-fit: contain;
  }

}
/* фестиваль inborg */


/* Спецпроекты */
.post.style-specproject {
	margin-bottom: 30px;
}

.style-specproject .post-content {
  display: flex;
  flex-direction: column;
}

.style-specproject .post-img_img {
  padding-top: 64%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.style-specproject .post-img_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}

.style-specproject .post-title{
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 12px;
}

.style-specproject .post-caption {
  margin-bottom: 12px;
}

.style-specproject .post-caption span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
}

.style-specproject .post-link {
  margin-top: auto;
}

.style-specproject .link-go-icon {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #E6571D;
	background-image: url(/wp-content/themes/icao2/image/link-go-icon.svg);
	display: flex;
	list-style: none;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left;
}

@media(max-width:767px) {
	.style-specproject .post-img {
		margin-bottom: 12px;
	}
  .style-specproject .post-link {
    margin-top: 0px;
  }
}
/* Спецпроекты */


/* стиль fest masterskie reg страницы */
.fest-masterskie-reg .fest-masterskie-block {
  background-color: #fffffff7;
  margin-top: 50px;
}

.fest-masterskie-reg .fest-masterskie-reg_content {
    margin-top: 60px;
}

.fest-masterskie-reg .reg-btn {
  background: #E6571D;
  border-radius: 3px;
  color: white;
  border: 2px solid #E6571D;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 10px;
  cursor: pointer;
  align-items: center;
  width: 268px;
  max-width: 100%;
}
.fest-masterskie-reg .reg-btn:hover {
  background: white;
  color: #E6571D;
  border: 2px solid #E6571D;
}
.fest-masterskie-reg .reg-btn:active {
    background: #E6571D;
    color: white;
}

.fest-masterskie-reg .input-text-title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: 24px;
  margin-top: unset;
  margin-bottom: 14px;
}
.fest-masterskie-reg .input-text {
  border: 2px solid #BDBDBD;
  border-radius: 3px;
  width: 100%;
  color: #333333;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 24px;
  background-color: unset;
  resize: vertical;
}
.fest-masterskie-reg .input-text.input-error {
    border: 2px solid #DA4C13;
}
.fest-masterskie-reg .input-text::placeholder {
  color: #BDBDBD;
}
.fest-masterskie-reg .fest-masterskie-reg_form .reg-input {
  margin-bottom: 32px;
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fest-masterskie-reg .fest-masterskie-reg_form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.fest-masterskie-reg .reg-input.w100 {
  flex-basis: 100%;
}

.fest-masterskie-reg .reg-btn.w100 {
    width: 100%;
}

.fest-masterskie-reg .reg-check-soglasie input {
  display: none;
}

.fest-masterskie-reg .reg-check-soglasie input + label .icon {
    height: 27px;
    width: 27px;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
  border: 2px solid #BDBDBD;
  border-radius: 100%;
    flex-shrink: 0;
}

.fest-masterskie-reg .reg-check-soglasie input:checked + label .icon::before {
    top: 6px;
    left: 12px;
    width: 4px;
    height: 12px;
    border-radius: 3px;
    background-color: #E6571D;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}     

.fest-masterskie-reg .reg-check-soglasie input:checked + label .icon::after {
    top: 8px;
    left: 7px;
    width: 4px;
    height: 8px;
    border-radius: 3px;
    background-color: #E6571D;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
}

.fest-masterskie-reg .reg-check-soglasie label {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 121.9%;
  color: #000000;
  display: flex;
  align-items: center;
}
.fest-masterskie-reg .reg-check-soglasie a {
  color: #E6571D;
}

.fest-masterskie-reg .response span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  padding-left: 15px;
  padding-right: 15px;
}
.fest-masterskie-reg .response .error {
  color: #E6571D;
}

@media(max-width: 768px) {
  .fest-masterskie-reg .fest-masterskie-reg_form .reg-input {
      flex-basis: 100%;
    }
}


.fest-masterskie-pop_up {
  position: fixed;
  opacity: 0;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.fest-masterskie-pop_up.active {
  display: flex;
}
.fest-masterskie-pop_up .pop_up-in {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: 564px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  /*! height: 312px; */
  padding: 56px;
  position: relative;
  box-shadow: 0px 7px 37px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-y: scroll;
}
.orange-button.fest-masterskie-pop_up-close {
  background: #E6571D;
  border: 2px solid #E6571D;
  border-radius: 3px;
  width: 249px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: background 0.3s, color 0.3s;
}
.orange-button.fest-masterskie-pop_up-close:hover {
  background: white;
  color: #E6571D;
}
.fest-masterskie-pop_up .content {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #000000;
  text-align: center;
}

.fest-masterskie-pop_up .content a {
  color: #E6571D;
  text-decoration: none;
}

.fest-masterskie-reg .checkbox-style1 {
  display: none;
}

.fest-masterskie-reg .checkbox-style1 + label {
	font-family: Futura PT;
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	line-height: 121.9%;
	color: #000000;
	display: flex;
	align-items: center;
  margin-bottom: 10px;
}

.fest-masterskie-reg .checkbox-style1 + label .description {
	font-family: Futura PT;
	font-style: normal;
	font-weight: normal;
}

.fest-masterskie-reg .checkbox-style1 + label .icon {
	height: 27px;
	width: 27px;
	position: relative;
	margin-right: 12px;
	cursor: pointer;
	border: 2px solid #BDBDBD;
	border-radius: 100%;
	flex-shrink: 0;
}

.fest-masterskie-reg .checkbox-style1:checked + label .icon::before {
	top: 6px;
	left: 12px;
	width: 4px;
	height: 12px;
	border-radius: 3px;
	background-color: #E6571D;
	content: "";
	position: absolute;
	transform: rotate(45deg);
}

.fest-masterskie-reg .checkbox-style1:checked + label .icon::after {
	top: 8px;
	left: 7px;
	width: 4px;
	height: 8px;
	border-radius: 3px;
	background-color: #E6571D;
	content: "";
	position: absolute;
	transform: rotate(-45deg);
}

.fest-masterskie-reg .checkbox-style1 + label .empty-mest {
	color: #E6571D;
}

@media(max-width:768px) {
  .fest-masterskie-pop_up .content {
    font-family: Futura PT;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: center;
  }
    .fest-masterskie-pop_up .pop_up-in {
    padding: 20px 20px 50px 20px;
  }
}
/* стиль fest masterskie reg страницы */


/* формула интеллекта игра */
.single.fi-game .tab-table-fill .logout-btn {
	background-color: #E6571D;
	border: 2px solid #E6571D;
	color: white;
	text-transform: uppercase;
	padding: 4px 16px;
	margin: 10px 0px;
	cursor: pointer;
	display: block;
	margin-left: auto;
	width: 100px;
}

.single.fi-game .tab-table-fill .login-btn {
	color: white;
	padding: 4px 16px;
	background-color: #E6571D;
	border: 2px solid #E6571D;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single.fi-game .tab-table-fill {
	text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}
.single.fi-game .table-fill-top {
	margin-bottom: 30px;
}

.single.fi-game .table-fill-table {
	overflow-x: scroll;
	padding-bottom: 20px;
}

.single.fi-game .tab-table-fill table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
  background-color: white;
}

.single.fi-game .tab-table-fill .komands .icon {
	border: 1px solid #b7b7b7;
	width: 15px;
	height: 15px;
	position: relative;
	margin: unset;
	display: inline-block;
}

.single.fi-game .tab-table-fill .komands input:checked~.icon {}

.single.fi-game .tab-table-fill .komands input:checked~.icon:after {
	background-color: black;
	/*border-radius: 15px;*/
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 2px;
	left: 2px;
}

.single.fi-game .tab-table-fill .komands input {
	display: none;
}

.single.fi-game .tab-table-fill .komands_name {
	text-align: left;
	padding-right: 10px;
}

.single.fi-game .tab-table-fill .komands:hover {
	background-color: #f2f2f2;
}

.single.fi-game .tab-table-fill .komands td {
	padding: 6px 4px;
	line-height: 20px;
}

.single.fi-game .tab-table-fill table th {
	text-align: center;
	padding: 10px 1px;
	position: relative;
	cursor: pointer;
}

.single.fi-game .tab-table-fill table th:nth-child(1) {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

.single.fi-game .tab-table-fill table .komands_num {
	font-weight: bold;
	color: #E6571D;
}

.single.fi-game .tab-table-fill .komands input.progress~.icon:after {
	background-color: yellow;
}

.single.fi-game .tab-table-fill .komands input.sended~.icon:after {
	background-color: #468000;
}

.single.fi-game .tab-table-fill .komands input.error~.icon:after {
	background-color: red;
}

.single.fi-game .tab-table-fill tbody tr:nth-child(2n+1) {
	background-color: #FFF5F1;
}

.single.fi-game .tab-table-fill table th:nth-last-child(1) {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

.single.fi-game .tab-table-fill tbody tr {
	border: 2px solid #F2F2F2;
}

.single.fi-game .tab-table-fill thead {
	background-color: #E6571D;
	border: 2px solid #E6571D;
	color: white;
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	letter-spacing: 0.01em;
	text-align: left;
	position: relative;
}

.single.fi-game .tab-table-fill tbody tr td:nth-child(1) {
	padding-left: 10px;
	padding-right: 10px;
}

.single.fi-game .tab-table-fill tfoot tr {
	border: 2px solid #F2F2F2;
}

.single.fi-game .tab-table-fill {
	font-family: Futura PT;
}

.single.fi-game .tab-table-fill .komands td.selected {
	background-color: #eee;
	border: 1px solid #eee;
}
/* формула интеллекта игра */

/* матрица новая игра */
.matrixnew-igra {
  font-family: Futura PT;
}
.matrixnew-remote_block {
  padding: 20px;
  font-family: Futura PT;
  background-color: white;
}
.matrixnew-remote_block .matrixnew-remote_top {
	text-align: center;
	margin-top: 20px;
}
.matrixnew-remote_block .matrixnew-remote_tour .matrixnew-komanda_answers:not(.active) {
  /*display: none;*/
}
.matrixnew-remote_block .matrixnew-tour__in {
  display: flex;
  flex-direction: row;
}
.matrixnew-remote_block .matrixnew-komanda_answer {
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*! align-items: stretch; */
  justify-content: space-between;
}
.matrixnew-remote_block .komanda-answer_text {
	/* flex-basis: 30%; */
	/* background-color: #FFF38B; */
	padding: 5px 10px;
	align-self: stretch;
	flex-grow: 1;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 11px;
}
.matrixnew-remote_block .matrixnew-komanda {
	margin: 5px 10px 10px 10px;
	flex-basis: 340px;
	flex-grow: 0;
	/* border: 1px solid #E6571D78; */
	padding: 10px;
	border-radius: 11px;
	box-shadow: 5px -2px 24px -2px rgba(0, 0, 0, 0.09);
	background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.matrixnew-remote_block .matrixnew-komanda_name {
	/* background-color: #E6571D78; */
	padding: 10px 15px;
	font-size: 20px;
	/* cursor: pointer; */
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.matrixnew-remote_block .matrixnew-komanda_answers {
  background-color: #fffaffde;
  /*margin-left: 20px;*/
}
.matrixnew-remote_block .matrixnew-komanda_answer {
  /*! background-color: #FFF38B; */
  padding: 2px;
  margin: 2px;
}
.matrixnew-remote_block .komanda-answer_btn {
	border: 1px solid #3d2dff;
	padding: 5px 7px;
	margin-left: 5px;
	background-color: white;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 11px;
}
.matrixnew-remote_block .matrixnew-tour_in {
  display: flex;
  flex-grow: 3;
  flex-direction: row;
  flex-wrap: wrap;
  /*flex-direction: column;*/
}
.matrixnew-remote_block .komanda-answer_btn.marked {
	background-color: rgba(94, 232, 74, 0.4);
}
.matrixnew-remote_block .matrixnew-remote_btn-in {
  display: flex;
  flex-direction: row;
}
.matrixnew-remote_block .matrixnew-remote_button {
  border: 1px solid #a4a4a4;
  padding: 15px 25px;
  margin-right: 15px;
  background-color: white;
}
.matrixnew-remote_block .matrixnew-remote_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.matrixnew-remote_block .matrixnew-remote_button.active {
  background-color: #71d271;
}
.matrixnew-remote_block .matrixnew-remote_button {
  font-size: 20px;
  cursor: pointer;
}
.matrixnew-remote_block .matrixnew-tour_name {
	display: flex;
	justify-content: center;
	padding: 5px;
	font-size: 14px;
	/*background-color: rgba(0, 0, 0, 0.09);*/
	margin-bottom: 2px;
	cursor: pointer;
	border-radius: 11px;
}
.matrixnew-remote_block .matrixnew-tour_btn-in {
	display: flex;
	flex-wrap: wrap;
	width: 190px;
	max-width: 100%;
	align-items: end;
	padding: 10px;
	border-radius: 11px;
	box-shadow: 5px -2px 24px -2px rgba(0, 0, 0, 0.09);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.07);
	justify-content: center;
}
.matrixnew-remote_block .matrixnew-tour_button {
	border: 1px solid #bdbdbd;
	padding: 9px 14px;
	margin-bottom: 10px;
	cursor: pointer;
	min-width: 75px;
	background-color: #ffa0a0b3;
	margin-right: 5px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.09);
	border-radius: 11px;
	text-align: center;
}
.matrixnew-remote_block .matrixnew-tour_btn {
	margin-top: 62px;
	padding-right: 12px;
	padding-left: 27px;
}
.matrixnew-remote_block .matrixnew-tour_button.active {
	background-color: #71d271c7;
}
.matrixnew-remote_block .matrixnew-tour_reload {
	border: 1px solid #bdbdbd;
	padding: 9px 14px;
	margin-bottom: 10px;
	cursor: pointer;
	min-width: 75px;
	margin-top: 20px;
	text-align: center;
	background-color: #f2efff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.09);
	border-radius: 11px;
	text-align: center;
}
.matrixnew-remote_block .matrixnew-komanda_tours-list {
  display: flex;
  flex-wrap: wrap;
}
.matrixnew-remote_block .matrixnew-komanda_tours:not(.active) .matrixnew-komanda_answers {
  display: none;
}
.matrixnew-remote_block .matrixnew-komanda_tours.active {
	flex-basis: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid rgba(0, 254, 40, 0.24);
	border-radius: 14px;
}
.matrixnew-remote_block .matrixnew-komanda_tours:not(.active) .matrixnew-tour_name {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.09);
}
.matrixnew-remote_block .matrixnew-komanda_tours.active .matrixnew-tour_name {
	background-color: rgba(0, 254, 40, 0.2);
	border-radius: 11px 11px 0px 0px;
}
.matrixnew-remote_block .matrixnew-tour_name:hover {
  opacity: 0.5;
}
.matrixnew-remote_block .komanda-answer_btn:hover {
  transform: scale(1.1);
}
.matrixnew-remote_block .matrixnew-tour_button:hover {
  opacity: 0.5;
}
.matrixnew-remote_block .matrixnew-tour_reload:hover {
  opacity: 0.5;
}



#matrixnew-igra-result {
	margin-bottom: 60px;
	margin-top: 70px;
	font-family: Futura PT;
}
.matrixnew-result_table table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#matrixnew-result-table thead {
	background-color: #E6571D;
	border: 2px solid #E6571D;
	border-radius: 3px;
	color: white;
}
#matrixnew-result-table tbody tr:nth-child(2n) {
  background-color: #E6571D29;
}
#matrixnew-igra-result * {
	font-family: Futura PT;
}
.matrixnew-result_head h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 30px;
}
.matrixnew-result_table td {
	padding: 8px 10px;
  text-align: center;
}
.matrixnew-result_table th {
	padding: 11px 8px;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
  text-align: center;
}
.matrixnew-result_head {
	text-align: center;
	text-transform: uppercase;
}
#matrixnew-result-table tbody td:nth-child(2) {
	text-align: left;
}
#matrixnew-result-table thead th:nth-child(2) {
	text-align: left;
}
#matrixnew-result-table tbody tr td:nth-child(1) {
  color: black;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding-left: 24px;
}
#matrixnew-result-table tbody tr {
  border: 1px solid #E6571D;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 22px;
  line-height: 28px;
}
.matrixnew-result_table {
	overflow-x: auto;
	padding-bottom: 20px;
}
#matrixnew-igra .matrix-igra-in {
	margin-bottom: 50px;
}
/* матрица новая игра */



/* стиль fi reg страницы */
.fi-game-reg  .section-in.top-in .top-img {
	width: 100%;
	height: auto;
}
.fi-game-reg .fi-game-block {
  background-color: #fffffff7;
}

.fi-game-reg .fi-reg_content {
	margin-top: 60px;
}

.fi-game-reg .reg-btn {
  background: #E6571D;
  border-radius: 3px;
  color: white;
  border: 2px solid #E6571D;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 10px;
  cursor: pointer;
  align-items: center;
  width: 268px;
  max-width: 100%;
}
.fi-game-reg .reg-btn:hover {
  background: white;
  color: #E6571D;
  border: 2px solid #E6571D;
}
.fi-game-reg .reg-btn:active {
    background: #E6571D;
    color: white;
}

.fi-game-reg .input-text-title {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: 24px;
  margin-top: unset;
  margin-bottom: 14px;
}
.fi-game-reg .input-text {
  border: 2px solid #BDBDBD;
  border-radius: 3px;
  width: 100%;
  color: #333333;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 24px;
  background-color: unset;
  resize: vertical;
}
.fi-game-reg .input-text.input-error {
	border: 2px solid #DA4C13;
}
.fi-game-reg .input-text::placeholder {
  color: #BDBDBD;
}
.fi-game-reg .fi-reg_form .reg-input {
  margin-bottom: 32px;
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fi-game-reg .fi-reg_form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.fi-game-reg .reg-input.w100 {
  flex-basis: 100%;
}

.fi-game-reg .reg-btn.w100 {
    width: 100%;
}


.fi-game-reg .soglasie * {
	font-family: Futura PT;
	font-style: normal;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #000000;
	margin-top: unset;
	margin-bottom: 11px;
}

.fi-game-reg .soglasie a {
  color: #E6571D;
  transition: color 0.3s;
}

.fi-game-reg .soglasie a:hover {
  color: black;
}

.fi-game-reg .soglasie a:active {
  color: #E6571D;
}

.input-group.info {
	display: none;
	flex-wrap: wrap;
}

.input-group.info.active {
  display: flex;
}

.fi-game-reg .reg-check-soglasie input {
  display: none;
}

.fi-game-reg .reg-check-soglasie input + label .icon {
    height: 27px;
    width: 27px;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
  border: 2px solid #BDBDBD;
  border-radius: 100%;
    flex-shrink: 0;
}

.fi-game-reg input.input-error + label .icon {
	border: 2px solid #DA4C13;
}

.fi-game-reg .reg-check-soglasie input:checked + label .icon::before {
    top: 6px;
    left: 12px;
    width: 4px;
    height: 12px;
    border-radius: 3px;
    background-color: #E6571D;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}     

.fi-game-reg .reg-check-soglasie input:checked + label .icon::after {
    top: 8px;
    left: 7px;
    width: 4px;
    height: 8px;
    border-radius: 3px;
    background-color: #E6571D;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
}

.fi-game-reg .reg-check-soglasie label {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 121.9%;
  color: #000000;
  display: flex;
  align-items: center;
}
.fi-game-reg .reg-check-soglasie a {
  color: #E6571D;
}

.fi-game-reg .response span {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.fi-game-reg .response .error {
  color: #E6571D;
}

.fi-game-reg .reg-input.dop_soglasie:not(.active) {
  display: none;
}

@media(max-width: 768px) {
  .fi-game-reg .fi-reg_form .reg-input {
      flex-basis: 100%;
    }
}



.fi-pop_up {
  position: fixed;
  opacity: 0;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.fi-pop_up.active {
  display: flex;
}
.fi-pop_up .pop_up-in {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: 564px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  /*! height: 312px; */
  padding: 56px;
  position: relative;
  box-shadow: 0px 7px 37px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.orange-button.fi-pop_up-close {
  background: #E6571D;
  border: 2px solid #E6571D;
  border-radius: 3px;
  width: 249px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: background 0.3s, color 0.3s;
}
.orange-button.fi-pop_up-close:hover {
  background: white;
  color: #E6571D;
}
.fi-pop_up .content {
  font-family: Futura PT;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #000000;
  text-align: center;
}



.fi-game .fi-back {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 0;
	bottom: 0px;
	overflow: hidden;
}
.fi-game .fi-back img {
	width: 100%;
	height: auto;
}

@media(max-width: 768px) {
  .fi-pages-select {
    justify-content: center;
  }
}

.fi-game-page .single-text {
  font-size: 18px;
}

.fi-game-page .single-text a {
  color:#F20E7B;
  text-decoration: underline;
}

.fi-game-page .single-text .title-style-2 {
  color: black;
  font-size: 42px;
  font-weight: 600;
}

.fi-game-page .single-text .title-style-2 span {
  color: #F20E7B;
  font-size: 42px;
  font-weight: 600;
}

@media(max-width: 768px) {
  .fi-game-page .single-text .title-style-2 {
    font-size: 26px;
  }
  
  .fi-game-page .single-text .title-style-2 span {
    font-size: 26px;
  }
}
/* стиль fi reg страницы */