/* ===============
   eventatomonline
   =============== */
/*
Theme Name: eventatomonline
Theme URI: 
Author:
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: eventatomonline
Tags: 



CSS CONTENTS:
--------------------------
*/

*, ::after, ::before {
	box-sizing: border-box;
}


.bodymain {
	margin: unset;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-image: url(/wp-content/uploads/2022/02/background3.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	/*padding: 19px 32px;*/
	padding-top: unset;
	padding-bottom: unset;
	/*overflow: hidden;*/
	background-color: white;
}

#masthead {
	display: flex;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 100px;
}


.masterhead-logo {
  /* width: 82px; */
  /* height: 92px; */
  /* padding: 15px; */
  /* border-radius: 0 0 12% 12%; */
  /* background: rgba(244, 251, 255, 0.95); */
  /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); */
  /* backdrop-filter: blur(15px); */
  /* text-align: center; */
  background: #EBF4FF;
  border-radius: 12px;
  padding: 3px 15px;
  margin-top: 36px;
}

.masterhead-logo a {
  /* font-style: normal; */
  /* font-weight: bold; */
  /* font-size: 17.5px; */
  /* line-height: 21px; */
  /* letter-spacing: -0.04em; */
  /* color: #000000; */
  font-family: Rosatom;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: #007FFF;
}

@media(max-width: 1200px) {
  #masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/*
.masterhead-social {
	display: flex;
	padding-top: 10px;
}

.masterhead-social a {
	display: flex;
	align-items: center;
	width: 35px;
	justify-content: center;
	background: white;
	height: 35px;
	margin-left: 26px;
	border-radius: 50%;
	box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);
	background: linear-gradient(145deg, #ffffff, #f6f6f6);
}

.masterhead-social span {
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: width 0.3s, height 0.3s;
}
.masterhead-social a:hover span {
  width: 25px;
  height: 22px;
}

.masterhead-social .fb {
  background-image: url(/wp-content/themes/eventatomonline/image/fb.svg);
}
.masterhead-social .instagram {
  background-image: url(/wp-content/themes/eventatomonline/image/instagram.svg);
}
.masterhead-social .vk {
  background-image: url(/wp-content/themes/eventatomonline/image/vk.svg);
}
.masterhead-social .youtube {
  background-image: url(/wp-content/themes/eventatomonline/image/youtube.svg);
}
.masterhead-social .twitter {
  background-image: url(/wp-content/themes/eventatomonline/image/twitter.svg);
}
*/

#main {
	flex-grow: 1;
	justify-content: center;
	display: flex;
	padding-top: 20px;
	flex-shrink: 1;
	min-height: 100vh;
}


/* */
.get-question {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: height 1s;
  overflow: hidden;
}

.get-question.hide {
  height: 0px;
  position: absolute;
}


/*
.question-block {
  padding: 32px 120px;
  border-radius: 28px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 79.69%, rgba(255, 255, 255, 0.5) 100%);
  max-width: 100%;
  position: relative;
}
*/
.question-block {
	max-width: 100%;
	overflow: hidden scroll;
	position: relative;
	scrollbar-width: none;
	flex-grow: 1;
	margin-top: -32px;
	scroll-behavior: smooth;
	padding: 10px;
}
.question-block::-webkit-scrollbar {
  width: 0;
}
/*
.question-block-in {
  width: 287px;
  max-width: 100%;
}
*/
.question-block-in {
	width: 728px;
	max-width: 100%;
	padding: 44px 20px;
	/*height: 200%;*/
	background: rgba(235, 244, 255, 0.97);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	margin-bottom: 100px;
}

@media(max-width: 900px) {
  .about-question .question-about {
    margin-left: 32px;
    margin-right: 32px;
    width: 100%;
    max-width: 80%;
  }
}

.about-hide-btn {
  background: linear-gradient(88.66deg, #4A71EF 1.45%, #62A5F6 99.58%);
  box-shadow: 0px 3px 4px rgba(74, 114, 239, 0.2);
  border-radius: 15px;
  width: 84px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}
.about-hide-btn:hover {
	background: white;
	color: #4A71EF;
}
.about-hide-btn:active {
	background: linear-gradient(88.66deg, #4A71EF 1.45%, #62A5F6 99.58%);
	color: #FFFFFF;
}
.about-text h1 {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #003274;
  text-transform: uppercase;
  margin-top: unset;
  color: #007FFF;
}
.about-text span {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #363636;
  color: #003366;
}
.about-getsupport-btn {
  background: #FBFBFB;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 287px;
  height: 38px;
  box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);
  margin-top: 23%;
  cursor: pointer;
}
.about-getsupport-btn span {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.question-about-in {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-text {
  /*! margin-top: 5%; */
  /*! margin-bottom: 15%; */
}
.question-block-all .text {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #363636;
  margin-bottom: 14px;
  display: flex;
}
.question-block-all {
	/*! text-align: center; */
	margin-bottom: 18px;
	/*! align-items: center; */
	/*! display: flex; */
	flex-direction: column;
	transition: opacity 1s;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;
	width: 100%;
}
.question-block-more .text {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
  text-align: center;
}
.question-getmore-btn {
  background: linear-gradient(88.66deg, #4A71EF 1.45%, #62A5F6 99.58%);
  box-shadow: 0px 3px 4px rgba(74, 114, 239, 0.2);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 34px;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}
.question-getmore-btn:hover {
	background: #FFFFFF;
	color: #4A71EF;
}
.question-getmore-btn:active {
	color: #FFFFFF;
	background: linear-gradient(88.66deg, #4A71EF 1.45%, #62A5F6 99.58%);
}

.question-input-more {
	display: none;
	width: 100%;
	margin-bottom: 15px;
}
.question-input-more textarea {
  background: #FBFBFB;
  border-radius: 20px;
  padding: 14px;
  border: 0px;
  width: 100%;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #BDC0C5;
  box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);
  height: 100px;
  resize: none;
  transition: box-shadow 0.5s;
}
.question-input-more textarea:hover {
	box-shadow: 0.10417vw 0.10417vw 0.51667vw rgba(0, 0, 0, 0.3), -0.20833vw -0.20833vw 0.56458vw rgba(255, 255, 255, 0.9);
}
.question-block-in form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.question-block-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.question-block-more.hideit {
  display: none;
}
/* */


/* */
.question-mark input:checked ~ label, .question-mark label, .question-mark label:hover, .question-mark label:hover ~ label {
  background: url('/wp-content/themes/eventatomonline/image/star.svg') no-repeat;
}

.question-mark {
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.question-mark input {
  opacity: 0;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 0;
}

.question-mark input:checked ~ label {
  background: url('/wp-content/themes/eventatomonline/image/star-checked.svg') no-repeat;
  height: 40px;
  width: 43px;
}

.question-mark label {
	background-position: 0 0;
	height: 40px;
	width: 43px;
	/*float: right;*/
	cursor: pointer;
	margin-right: 4px;
	position: relative;
	z-index: 1;
}

.question-mark label:hover, .question-mark label:hover ~ label {
 background: url('/wp-content/themes/eventatomonline/image/star-checked.svg') no-repeat;
  height: 40px;
  width: 43px;
}
/* */


/* */
#footer {
  display: flex;
  justify-content: center;
  background: #0066CC;
  padding: 80px 100px;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-in {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
}

.footer-logo div {
  width: 236px;
  background-size: contain;
  height: 48px;
  background-repeat: no-repeat;
  max-width: 100%;
}


.footer-logo .rosatom {
  background-image: url(/wp-content/themes/eventatomonline/image/rosatom-logo.svg);
    margin-right: 48px;
}
.footer-logo .icao {
  background-image: url(/wp-content/themes/eventatomonline/image/icao-logo.svg);
}


.footer-social {
	display: flex;
}

.footer-social a {
	display: flex;
	align-items: center;
	width: 48px;
	justify-content: center;
	background: white;
	height: 48px;
	margin-left: 24px;
	border-radius: 12px;
	transition: color 0.5s, background-color 0.5s;
}

.footer-social a:hover {
  background-color: #CCE5FF;
}

.footer-social div {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: width 0.3s, height 0.3s;
}


.footer-social .fb {
  background-image: url(/wp-content/themes/eventatomonline/image/fb2.svg);
  margin-top: 13px;
  height: 40px
}
.footer-social .instagram {
  background-image: url(/wp-content/themes/eventatomonline/image/instagram2.svg);
}
.footer-social .vk {
  background-image: url(/wp-content/themes/eventatomonline/image/vk2.svg);
}
.footer-social .youtube {
  background-image: url(/wp-content/themes/eventatomonline/image/youtube2.svg);
}
.footer-social .twitter {
  background-image: url(/wp-content/themes/eventatomonline/image/twitter2.svg);
}

@media(max-width: 1200px) {
  .footer-in {
    flex-direction: column;
    align-items: center;
  }
  .footer-block.footer-left {
    margin-bottom: 50px;
  }
  #footer {
    padding: 50px 20px;
  }
}

@media(max-width: 756px) {
  .footer-logo {
    flex-direction: column;
    align-items: center;
  }
  .footer-logo .rosatom {
    margin-right: unset;
    margin-bottom: 30px;
  }
 
	.footer-social {
	  flex-wrap: wrap;
	  justify-content: center;
	}

	.footer-social a {
	  margin-left: 12px;
	  margin-right: 12px;
	  margin-bottom: 24px;
	}

}


/* */


/* */
.question-success {
	position: absolute;
	background: white;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-radius: 28px;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.98) 79.69%, rgba(255, 255, 255, 0.5) 100%);
	z-index: 2;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	opacity: 0;
}
.question-success p {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #363636;
}
/* */


/* */
@media(max-width: 900px){
  .get-question {
    flex-direction: column;
  }


	.get-question {
	  max-width: 100%;
	}
	.bodymain {
	  padding-bottom: unset;
	  padding-top: unset;
	}
	.masterhead-social {
	  flex-wrap: wrap;
	  justify-content: flex-end;
	}
	.about-text {
	  margin-top: 2%;
	}
	.about-text h1 {
	  font-size: 28px;
	  line-height: 34px;
	}
	.about-text span {
	  font-size: 15px;
	  line-height: 21px;
	}
	.question-block-in {
	  padding: 10px 10px;
	}
	#main {
	  padding-top: 15px;
	  padding-bottom: 15px;
	  padding-bottom: unset;
	}
	.masterhead-social a {
	  margin-left: 15px;
	  margin-bottom: 15px;
	}
	.question-block-all .text {
	  font-size: 14px;
	  line-height: 18px;
	}
}
/* */


*:active, *:focus {
  outline: none !important;
}
*::-moz-focus-inner {
  border: 0 !important;
}


@font-face {
	font-family: Rosatom;
        src: url(/wp-content/themes/eventatomonline/fonts/Rosatom-Regular_W.woff) format("woff"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Regular_W.woff2) format("woff2"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Regular_W.ttf) format("ttf");
		font-weight: normal;
		font-style: normal;
  }
@font-face {
	font-family: Rosatom;
        src: url(/wp-content/themes/eventatomonline/fonts/Rosatom-Light_W.woff) format("woff"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Light_W.woff2) format("woff2"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Light_W.ttf) format("ttf");
		font-weight: 300;
		font-style: normal;
  }  
@font-face {
	font-family: Rosatom;
        src: url(/wp-content/themes/eventatomonline/fonts/Rosatom-Italic_W.woff) format("woff"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Italic_W.woff2) format("woff2"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Italic_W.ttf) format("ttf");
		font-weight: normal;
		font-style: italic;
  }   
@font-face {
	font-family: Rosatom;
        src: url(/wp-content/themes/eventatomonline/fonts/Rosatom-Bold_W.woff) format("woff"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Bold_W.woff2) format("woff2"),
			 url(/wp-content/themes/eventatomonline/fonts/Rosatom-Bold_W.ttf) format("ttf");
		font-weight: bold;
		font-style: normal;
  }
  

  
.question-block-title {
  background: rgba(235, 244, 255, 1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 21px;
  z-index: 2;
}
.question-block-title span {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 16.5px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #000000;
  color: #003366;
}
.title-big {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #003274;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #007FFF;
}
.caption {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #363636;
  margin-bottom: 12px;
  color: #003366;
}
.contact-mail {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #363636;
  display: inline-block;
  margin-right: 50px;
}
.contact-mail a {
	color: #0085FF;
}
.caption-zayavka {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #363636;
  display: inline-block;
}
.title-middle {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #003274;
  margin-top: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #007FFF;
}
.title-middle-bl {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  color: #333333;
  margin-top: 32px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #007FFF;
}
.title-middle-l {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #003274;
  margin-top: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.title-small {
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #003366;
}

.about-input {
	background: #FBFBFB;
	border-radius: 20px;
	padding: 16px 14px;
	border: 0px;
	/* width: 100%; */
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: black;
	/*box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);*/
	height: 47px;
	resize: none;
	transition: box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: flex;
    align-items: center;
	word-wrap: break-word;
	/*min-height: 47px;*/
	border: 1px solid #007FFF;
}

.bl {
	color: black;
}

.about-input-bl {
	background: unset;
	box-shadow: unset;
	border: 1px solid rgba(54, 54, 54, 0.3);
}

.about-input::placeholder {
	color: #BDC0C5;
}

label.about-input:not(.loaded) {
	color: #BDC0C5;
}

.about-input.fullsize {
  width: 100%;
}

.about-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-group.align-top {
	align-items: flex-start;
}
.about-group.col3 > div {
  flex-basis: 31%;
}
.about-group1 .about-input {
  width: 100%;
}

.about-group.col2 > div {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-group.about-group6 {
  justify-content: unset;
}

.about-group.about-group6 > div + div {
  margin-left: 16px;
}

.about-group.titlenomargin .title-small {
	margin-top: unset;
}

.button-block {
  margin-top: 32px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.button-style {
  /*! background: linear-gradient(88.66deg, #4A71EF 1.45%, #62A5F6 99.58%); */
  box-shadow: 0px 3px 4px rgba(74, 114, 239, 0.2);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 242px;*/
  padding-left: 30px;
  padding-right: 30px;
  height: 46px;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.5s, background-color 0.5s;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  background-color: #007FFF;
}
.button-style:hover {
	background: #3299FF;
	color: white;
}
.button-style:active {
	color: #FFFFFF;
	background: linear-gradient(88.66deg, #4A71EF 1.45%, #62A5F6 99.58%);
}

.button-style2 {
  /*! background: #FFFFFF; */
  box-shadow: 0px 3px 4px rgba(74, 114, 239, 0.2);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 242px;*/
  padding-left: 30px;
  padding-right: 30px;
  height: 46px;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #5E9CF5;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.5s, background-color 0.5s;
  text-transform: uppercase;
  /*margin-left: 12px;*/
  /*margin-right: 12px;*/
  background-color: #007FFF;
  color: white;
}
.button-style2:hover {
	background: #3299FF;
	color: white;
}
.button-style2:active {
	color: #5E9CF5;
	background: #FFFFFF;
}


.caption-small {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
}


/* */
.about-question {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* display: none; */
	transition: height 1s;
	overflow: hidden;
	height: 100%;
}
.about-question.hide {
  height: 0px;
  position: absolute;
}
.question-about {
  width: 398px;
  max-width: 100%;
  padding: 32px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 20px 0px 0px 20px;
  /*height: 387px;*/
  max-width: 100%;
  margin-top: 50px;
  margin-right: -20px;
}

@media(min-width: 900px) {
	.question-about {
		transition: margin-right 1s, opacity 1s;
	}
	.question-about.hideit {
		margin-right: -43%;
		opacity: 0;
	}
}
@media(max-width: 899px) {
	.question-about {
		transition: margin-bottom 1s, opacity 1s;
	}
	.question-about.hideit {
		margin-bottom: -80%;
		opacity: 0;
	}
	.question-about {
		margin-top: unset;
	}
}

.question-about-in {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.question-block-about {
	max-width: 100%;
	overflow: hidden scroll;
	position: relative;
	scrollbar-width: none;
	flex-grow: 1;
	margin-top: unset;
	scroll-behavior: smooth;
	height: 100%;
	max-width: 700px;
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	padding: 20px;
	margin-top: -20px;
}

@media(max-width: 900px){
  .about-question {
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }
  .question-about {
    border-radius: 20px 20px 0px 0px;
  }
  .question-about {
    margin-left: 25px;
    margin-right: 25px;
  }
  .question-about {
    padding: 20px;
  }
  .question-about {
    transition: margin-bottom 1s, opacity 1s;
  }
  .question-block-all {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.about-question .question-block-in {
	background: rgba(235, 244, 255, 0.97);
}
.about-question .question-about {
  background: rgba(235, 244, 255, 0.97);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(15px);
}

.about-question .question-block-in {
	padding: 0px 12px 20px 12px;
}
.about-question .title-middle {
  margin-top: 0px;
}

.about-group.about-group11 {
	justify-content: unset;
}
.about-group.about-group11 > div + div {
	margin-left: 16px;
}


.question-block-all.hide {
	opacity: 0;
	/*height: 0px;*/
	/*display: none;*/
}

.question-block-all.off {
	/*height: 0px;*/
	display: none;
}

.question-block-in.hide {
	/*height: 0px;*/
	/*overflow: hidden;*/
}

.question-block-end .end-text1 {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #363636;
  margin-bottom: 24px;
}
.question-block-end .end-text2 {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #363636;
  margin-bottom: 40px;
}

.video-info {
  /*width: 100%;*/
  height: 100%;
  border-radius: 22px;
  border: 3px solid #FFFFFF;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.video-block {
	position: relative;
}
.video-info-play {
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	justify-content: center;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.58);
	border-radius: 22px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.video-info-play .play-icon {
	width: 46px;
	height: 46px;
	cursor: pointer;
	box-shadow: 0px 3px 4px rgba(74, 114, 239, 0.2);
	border-radius: 50%;
}

.title-small.icon-info .icon {
	background-image: url(/wp-content/themes/eventatomonline/image/icon-i.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	cursor: pointer;
	border-radius: 50%;
	margin-left: 13px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	background-size: contain;
}
.icon-file {
	position: relative;
	z-index: 0;
}
.icon-file::after {
	background-image: url(/wp-content/themes/eventatomonline/image/icon-file.svg);
	width: 37px;
	height: 41px;
	position: absolute;
	content: "";
	cursor: pointer;
	right: 3px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: 45%;
	background-size: contain;
	top: 3px;
}

.icon-calendar {
	position: relative;
	z-index: 0;
}
.icon-calendar .icon {
	background-image: url(/wp-content/themes/eventatomonline/image/icon-calendar.svg);
	width: 37px;
	height: 41px;
	position: absolute;
	content: "";
	cursor: pointer;
	right: 3px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: 45%;
	background-size: contain;
	top: 3px;
}

.icon-select {
	position: relative;
	z-index: 0;
}
.icon-select::after {
	background-image: url(/wp-content/themes/eventatomonline/image/icon-select.svg);
	width: 37px;
	height: 41px;
	position: absolute;
	content: "";
	cursor: pointer;
	right: 3px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: 45%;
	background-size: contain;
	top: 3px;
}

.caption-block {
  display: flex;
  align-items: center;
}
.button-shablon {
  width: 184px;
  height: 36px;
  margin-left: unset;
  margin-right: unset;
  margin-top: 18px;
}


/* стиль select из radio*/
.select input {
  display: none;
}
.select {
  display: inline-block;
  width: 100%;
  height: 47px;
  line-height: 30px;
  position: relative;
}

.select #select:checked ~ :after {
  display: none;
}

.select .items {
  background: #FBFBFB;
  border-radius: 20px;
  /*padding: 14px;*/
  padding-top: 16px;
  padding-bottom: 16px;
  border: 0px;
  width: 100%;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #BDC0C5;
  /*box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);*/
  /*height: 47px;*/
  resize: none;
  transition: box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  transition: height 1s;
  border: 1px solid #007FFF;
}

.select #select:not(:checked) ~ .items {
  height: 100%;
  color: black;
}

.select #select ~ .items {
  height: auto;
  color: black;
}

.select .items label {
  display: none;
  padding-left: 14px;
  padding-right: 44px;
}

.select #select:checked ~ .items label:hover {
  background: #5A93F5;
  color: #FFFFFF;
  cursor: pointer;
}

.select #select:checked ~ .items {
  padding-top: 30px;
}

.select #select:checked ~ .items label {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.select .items input:checked + label {
  display: block !important;
  border: none;
}
/* стиль select из radio*/


/* стиль select2 из radio*/
.select2 input {
  display: none;
}
.select2 {
  display: inline-block;
  width: 100%;
  min-height: 47px;
  line-height: 30px;
  position: relative;
}

.select2 #select2:checked ~ :after {
  display: none;
}

.select2 .items {
	background: #FBFBFB;
	border-radius: 20px;
	padding-top: 16px;
	padding-bottom: 5px;
	border: 0px;
	width: 100%;
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #BDC0C5;
	box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);
	/* height: 47px; */
	resize: none;
	transition: box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	transition: height 1s;
}

.select2 #select2:not(:checked) ~ .items {
  /*height: 100%;*/
  color: black;
}

.select2 #select2 ~ .items {
  height: auto;
  color: black;
}

.select2 .items label {
	display: none;
	padding-left: 16px;
	padding-right: 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

.select2 #select2:checked ~ .items label:hover {
  background: #5A93F5;
  color: #FFFFFF;
  cursor: pointer;
}

.select2 #select2:checked ~ .items {
  padding-top: 30px;
}

.select2 #select2:checked ~ .items label {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2 .items input:checked + label {
  display: block !important;
  border: none;
}

.select2 .items label img {
	width: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}

.select2 .items label video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}

.select2 .items label .zastavka {
	width: calc(100% + 22px);
	margin-top: 13px;
	margin-left: -11px;
	filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.1));
	border-radius: 18px;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
/* стиль select2 из radio*/


/* стиль select3 из radio*/
.select3 input {
  display: none;
}
.select3 {
  display: inline-block;
  width: 100%;
  height: 47px;
  line-height: 30px;
  position: relative;
}

.select3 #select3:checked ~ :after {
  display: none;
}

.select3 .items {
  background: #FBFBFB;
  border-radius: 20px;
  /*padding: 14px;*/
  padding-top: 16px;
  padding-bottom: 16px;
  border: 0px;
  width: 100%;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #BDC0C5;
  /*box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);*/
  /*height: 47px;*/
  resize: none;
  transition: box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  transition: height 1s;
  border: 1px solid #007FFF;
}

.select3 #select3:not(:checked) ~ .items {
  height: 100%;
  color: black;
}

.select3 #select3 ~ .items {
  height: auto;
  color: black;
}

.select3 .items label {
  display: none;
  padding-left: 14px;
  padding-right: 44px;
}

.select3 #select3:checked ~ .items label:hover {
  background: #5A93F5;
  color: #FFFFFF;
  cursor: pointer;
}

.select3 #select3:checked ~ .items {
  padding-top: 30px;
}

.select3 #select3:checked ~ .items label {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.select3 .items input:checked + label {
  display: block !important;
  border: none;
}
/* стиль select3 из radio*/

/* стиль select4 из radio*/
.select4 input {
  display: none;
}
.select4 {
  display: inline-block;
  width: 100%;
  height: 47px;
  line-height: 30px;
  position: relative;
}

.select4 #select4:checked ~ :after {
  display: none;
}

.select4 .items {
  background: #FBFBFB;
  border-radius: 20px;
  /*padding: 14px;*/
  padding-top: 16px;
  padding-bottom: 16px;
  border: 0px;
  width: 100%;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #BDC0C5;
  /*box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);*/
  /*height: 47px;*/
  resize: none;
  transition: box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  transition: height 1s;
  border: 1px solid #007FFF;
}

.select4 #select4:not(:checked) ~ .items {
  height: 100%;
  color: black;
}

.select4 #select4 ~ .items {
  height: auto;
  color: black;
}

.select4 .items label {
  display: none;
  padding-left: 14px;
  padding-right: 44px;
}

.select4 #select4:checked ~ .items label:hover {
  background: #5A93F5;
  color: #FFFFFF;
  cursor: pointer;
}

.select4 #select4:checked ~ .items {
  padding-top: 30px;
}

.select4 #select4:checked ~ .items label {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.select4 .items input:checked + label {
  display: block !important;
  border: none;
}
/* стиль select4 из radio*/

/* стиль select5 из radio*/
.select5 input {
  display: none;
}
.select5 {
  display: inline-block;
  width: 100%;
  min-height: 47px;
  line-height: 30px;
  position: relative;
}

.select5 #select5:checked ~ :after {
  display: none;
}

.select5 .items {
	background: #FBFBFB;
	border-radius: 20px;
	padding-top: 16px;
	padding-bottom: 5px;
	border: 0px;
	width: 100%;
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #BDC0C5;
	box-shadow: 0.10417vw 0.10417vw 0.41667vw rgba(0, 0, 0, 0.15), -0.20833vw -0.20833vw 0.36458vw rgba(255, 255, 255, 0.6);
	/* height: 47px; */
	resize: none;
	transition: box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	transition: height 1s;
}

.select5 #select5:not(:checked) ~ .items {
  /*height: 100%;*/
  color: black;
}

.select5 #select5 ~ .items {
  height: auto;
  color: black;
}

.select5 .items label {
	display: none;
	padding-left: 16px;
	padding-right: 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

.select5 #select5:checked ~ .items label:hover {
  background: #5A93F5;
  color: #FFFFFF;
  cursor: pointer;
}

.select5 #select5:checked ~ .items {
  padding-top: 30px;
}

.select5 #select5:checked ~ .items label {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.select5 .items input:checked + label {
  display: block !important;
  border: none;
}

.select5 .items label img {
	width: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}

.select5 .items label video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}

.select5 .items label .zastavka {
	width: calc(100% + 22px);
	margin-top: 13px;
	margin-left: -11px;
	filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.1));
	border-radius: 18px;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
/* стиль select5 из radio*/

/* стиль file-input */
.file-input {
	display: none;
}
/* стиль file-input */

.question-block-all .zals {
	display: none;
}

.question-block-all .zals.active {
	display: block;
}

.rosatom-back {
	position: absolute;
	bottom: 0px;
	left: 0px;
	max-width: 100%;
	max-height: 100%;
	z-index: -1;
	opacity: 1;
    transition: opacity 1s;
	width: 55vw;
	display: none;
}
.rosatom-back.hide {
	opacity: 0;
}

/* стиль календарь */
#ui-datepicker-div {
  background: rgba(244, 251, 255, 0.9);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 20px;
  display: none;
}
.ui-datepicker-calendar a {
	padding: 3px 6px;
	background-color: white;
	margin: 2px 4px 8px 3px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.ui-datepicker-current-day a {
  background-color: #4A71EF;
  color: white;
}
.ui-datepicker-calendar thead {
	display: none;
}
.ui-datepicker-year {
	/*display: none;*/
}
.ui-datepicker-title {
  text-align: center;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.ui-datepicker-header {
  margin-bottom: 16px;
}
.ui-datepicker-inline {
	position: relative;
}
.ui-datepicker-next.ui-corner-all {
	position: absolute;
	right: 0;
}
.ui-datepicker-prev.ui-corner-all {
	position: absolute;
	left: 0;
}
.ui-icon.ui-icon-circle-triangle-e::after {
	transform: rotate(-45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #4A71EF;
	position: absolute;
	top: 14px;
	left: 4px;
}
.ui-icon.ui-icon-circle-triangle-e::before {
	transform: rotate(45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #4A71EF;
	position: absolute;
	top: 5px;
	left: 4px;
}
.ui-datepicker-next.ui-corner-all {
	position: absolute;
	right: 20px;
	height: 20px;
	width: 20px;
}
.ui-datepicker-prev.ui-corner-all {
	position: absolute;
	left: 20px;
	height: 20px;
	width: 20px;
}
.ui-icon.ui-icon-circle-triangle-w::after {
	transform: rotate(45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #4A71EF;
	position: absolute;
	top: 14px;
	left: 3px;
}
.ui-icon.ui-icon-circle-triangle-w::before {
	transform: rotate(-45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #4A71EF;
	position: absolute;
	top: 5px;
	left: 3px;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-trigger {
	display: none;
}
/* стиль календарь */


.rosatom-logo2 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	display: block;
}


/* info boble */
.info_boble {
	/*! display: none; */
	/*! opacity: 0; */
	position: absolute;
	top: 80px;
	left: 58px;
	background-color: #FBFBFB;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	/*! max-width: 43.40278%; */
	min-height: 40px;
	z-index: 1;
	min-width: 100px;
	display: flex;
	align-items: center;
	text-align: left;
	border-radius: 20px;
	max-width: 260px;
}
.info_boble::before {
	content: "";
	position: absolute;
	left: calc(50% - 8px);
	bottom: -4px;
	width: 15px;
	height: 15px;
	background-color: #FBFBFB;
	transform: rotate(45deg) skew(10deg, 10deg);
	z-index: -1;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.info_boble::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: #FBFBFB;
	box-shadow: none;
	z-index: -1;
	border-radius: 20px;
}
.info_boble-in {
	padding: 12px 12px 21px 12px;
	width: 100%;
}
.info_boble-in span {
	font-family: Rosatom;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #363636;
}

.info_boble_text {
	display: none;
}
/* info boble */

/* info icon btn */
.about-link::before {
  width: 30px;
  height: 36px;
  position: absolute;
  content: "";
  cursor: pointer;
  left: 0px;
  /*! box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1); */
  background-repeat: no-repeat;
  z-index: 2;
  border-radius: 45%;
  background-size: contain;
  top: -4px;
}
.about-link {
  position: relative;
  padding-left: 40px;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #025EA1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.about-link.icon-dwnl:before {
  background-image: url(/wp-content/themes/eventatomonline/image/icon-dwnl.png);
}
.about-link.icon-video:before {
  background-image: url(/wp-content/themes/eventatomonline/image/icon-video.png);
}
.about-link.icon-video {
  margin-right: 32px;
  /*margin-bottom: 10px;*/
}
.about-text-btn {
  margin-top: 10px;
}
/* info icon btn */

/* four page */
.about-zal-style .zastavka img {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}
.about-zal-style .zastavka {
  width: calc(100% + 22px);
  margin-top: 13px;
  margin-left: -11px;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.1));
  border-radius: 18px;
  padding-top: 62.2%;
  position: relative;
  overflow: hidden;
}
.about-zal-style {
  height: auto;
  padding-top: 16px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
.about-zal-style label {
  padding-left: 16px;
  padding-right: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: block;
  width: 100%;
}
/* four page */

textarea {
	overflow: hidden;
}

/* mobile */
@media(max-width:768px) {
	.about-group {
		flex-direction: column;
	}
	.about-group.about-group6 > div + div {
		margin-left: unset;
	}
	.about-group.about-group11 > div + div {
		margin-left: unset;
	}
	.about-group.titlenomargin > div + div {
		margin-top: 24px;
	}
}
/* mobile */


/* video window*/
.video-window {
  position: fixed;
  /*top: 0px;*/
  top: -100%;
  left: 0px;
  z-index: 3;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  padding: 1rem;
  right: 0px;
  height: 100%;
  display: none;
  opacity: 0;
}
.video-window-in {
	margin-left: auto;
	margin-right: auto;
	/*background-color: white;*/
	padding: 2rem;
	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;
}
.video-window-in * {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	text-align: center;
}
.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: white;
  position: absolute;
  top: 14px;
  left: 0px;
  content: "";
}
.video-window-close span::after {
  transform: rotate(-45deg);
}
.video-window-close span::before {
  transform: rotate(45deg);
}

@media(max-width:768px) {
	.video-window-in {
		padding: unset;
	}
	.video-window-close {
		top: -38px;
	}
}
/* video window*/


/* technical info */
.technical-info {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* display: none; */
	transition: height 1s;
	overflow: hidden;
	height: 100%;
}
.technical-info.hide {
	height: 0px;
	position: absolute;
	/*display: none;*/
}

.techn-left-block .techn-left-text h1 {
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 27px;
	color: #003274;
	text-transform: uppercase;
	margin: unset;
}

.techn-left-menu {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
.techn-left-menu li {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.techn-left-menu .section {
  padding-left: 20px;
}
.techn-left-menu .section ul {
  padding-left: unset;
}
.techn-left-menu li {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 122.66%;
  color: #025EA1;
  position: relative;
}

.section.active {
  font-weight: bold;
}
.section::after,.section::before {
  content: '';
	width: 7px;
	height: 1px;
	background-color: #025EA1;
	position: absolute;
  left: 0px;
  box-shadow: 0px 3px 4px rgba(74, 114, 239, 0.2);
}
.section::after {
	transform: rotate(-45deg);
	top: 10.4px;
  border-radius: 2px;
}
.section::before {
	transform: rotate(45deg);
	top: 6px;
  border-radius: 2px;
}
.section.active::after,.section.active::before {
  height: 2px;
}
.section.active::after {
  left: 6px;
  top: 8px;
  border-radius: 2px;
}
.section.active::before {
  left: 2px;
  top: 8px;
  border-radius: 2px;
}

.section li.active {
  font-weight: bold;
}
.techn-left-menu .sub-menu li {
  margin: 8px 0px;
}

.section-line {
	border: 1px solid rgba(2, 94, 161, 0.3);
	border-radius: 20px;
	margin-top: 6px;
	margin-bottom: 12px;
}

.get-platform-btn span::before {
  background-image: url("/wp-content/themes/eventatomonline/image/icon-btn-dwnl.svg");
  position: absolute;
  width: 27px;
  height: 27px;
  content: "";
  left: 25px;
  background-size: contain;
  background-position: center;
}
.get-platform-btn span:hover::before{
  background-image: url("/wp-content/themes/eventatomonline/image/icon-btn-dwnl-b.svg");
}
.get-platform-btn span:active::before {
  background-image: url("/wp-content/themes/eventatomonline/image/icon-btn-dwnl.svg");
}
.button-style.get-platform-btn {
  font-size: 16.5px;
  line-height: 21px;
  text-transform: unset;
  width: 254px;
  padding-left: 46px;
}

.techn-left-menu  .section .sub-menu {
  height: 0px;
  overflow: hidden;
  transition: height 1s;
}

.techn-left-menu .section.active .sub-menu {
  height: 100px;
}

.techn-left-block {
	width: 320px;
}


.techn-right-in {
	background: rgba(244, 251, 255, 0.75);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
	/*min-height: 100%;*/
	min-height: 530px;
}

.techn-right-in .title-big {
	font-size: 26px;
	line-height: 34px;
	margin-top: 10px;
}

.techn-right-in .title-small {
	font-size: 18px;
	line-height: 23px;
}

.techn-right-in .caption {
	line-height: 140.5%;
}

.technical-info .question-block-in {
  padding: 40px 20px 20px 20px;
}

.block-line {
	border: 1px solid rgba(54, 54, 54, 0.3);
	border-radius: 20px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.section-number {
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #003274;
  justify-content: center;
  align-items: center;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.technical-info .techn-right-in .about-group > div {
  justify-content: unset;
}

.techn-right-in .about-group.titlenomargin .title-small {
	margin-top: unset;
	margin-bottom: 8px;
}
.techn-right-in .about-group.titlenomargin .caption {
	margin: unset;
	margin-bottom: 8px;
}

.techn-right-in .caption.ps {
	font-style: italic;
	font-size: 13px;
	line-height: 133.5%;
}

.techn-right-block {
	max-width: 636px;
}

.title-example {
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #333333;
  margin-left: 24px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.image-example {
	max-width: 100%;
	border-radius: 22px;
	border: 24px solid #FFFFFF;
}

.block-example {
  height: 136px;
  position: relative;
}
.block-example-out {
  overflow: hidden;
  border-radius: 22px;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  position: relative;
}
.block-example-in {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140.5%;
  padding: 24px;
}
.block-example-in p {
  margin: unset;
}
.block-example-out:before {
  background: linear-gradient(to bottom, RGBA(255, 255, 255, 0), white);
  content: "";
  bottom: 0px;
  height: 50px;
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
}

.block-example .block-example-open {
	background: #FFFFFF;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: absolute;
	z-index: 2;
	width: 93px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #5E9CF5;
	cursor: pointer;
	bottom: -13px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}

.block-example.active {
	height: auto;
}
.block-example .open {
	display: inline;
}
.block-example .hide {
	display: none;
}

.block-example.active .open {
	display: none;
}
.block-example.active .hide {
	display: inline;
}

.image-example-min {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: 277px;
	
}


.navigate-block {
  display: flex;
  justify-content: space-between;
}

.navigate-btn {
  font-family: Rosatom;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 122.66%;
  text-align: right;
  color: #025EA1;
  position: relative;
}

.navigate-btn.navigate-back {
  padding-left: 20px;
  text-align: left;
}

.navigate-btn.navigate-next {
  padding-right: 20px;
  text-align: right;
  margin-left: auto;
}

.navigate-btn {
  cursor: pointer;
}

.navigate-btn::after, .navigate-btn::before {
	content: '';
	width: 7px;
	height: 1px;
	background-color: #025EA1;
	position: absolute;
	/*left: 0px;*/
	box-shadow: 0px 3px 4px rgba(74, 114, 239, 0.2);
}

.navigate-back::after {
  transform: rotate(45deg);
	top: 10.4px;
	border-radius: 2px;
  left: 0px;
}
.navigate-back::before {
  transform: rotate(-45deg);
	top: 6px;
	border-radius: 2px;
  left: 0px;
}

.navigate-next::after {
  transform: rotate(-45deg);
	top: 10.4px;
	border-radius: 2px;
  right: 0px;
}
.navigate-next::before {
  transform: rotate(45deg);
	top: 6px;
	border-radius: 2px;
  right: 0px;
}


/* technical info */

.about-group.col3 > div, .about-group.col2 > div {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.textarea.about-input {
	word-wrap: anywhere;
	min-height: 47px;
	height: auto;
}

.button-block.center {
	justify-content: center;
}

/* validation */
.about-input.error {
	background: #FFF3F3;
}
.about-input.error ~ label {
	background: #FFF3F3;
}
.response {
	margin-top: 12px;
	font-family: Rosatom;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #DB1010;
	height: 12px;
}
/* validation */


@media(max-width:768px) {
	.bodymain {
	  min-height: unset;
	  overflow: unset;
	}
	#main {
	  height: unset;
	  min-height: 100vh;
	}
}


/* */



/* tinyMCE */						 
#wp-about-mail-anons-text-editor-wrap {
  display: block;
  width: 100%;
  background: #FBFBFB;
  border-radius: 20px;
  padding: 16px 14px;
  font-family: Rosatom;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: black;
  transition: box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 47px;
  border: 1px solid #007FFF;
}
/* tinyMCE */	