/* ===============
   pollatomonline
   =============== */
/*
Theme Name: pollatomonline
Theme URI: 
Author:
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: pollatomonline
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/themes/pollatomonline/image/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 19px 32px;
}

#masthead {
	display: flex;
	justify-content: space-between;
}

.masterhead-logo {
	width: 125px;
	height: 129px;
	padding: 15px;
	border-radius: 11%;
	background: rgba(255, 255, 255, 0.4);
}

.masterhead-logo img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.masterhead-social {
	display: flex;
}

.masterhead-social a {
	display: flex;
	align-items: center;
	width: 43px;
	justify-content: center;
	background: white;
	height: 43px;
	margin-left: 30px;
	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: 20px;
	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/pollatomonline/image/fb.svg);
}
.masterhead-social .instagram {
  background-image: url(/wp-content/themes/pollatomonline/image/instagram.svg);
}
.masterhead-social .vk {
  background-image: url(/wp-content/themes/pollatomonline/image/vk.svg);
}
.masterhead-social .youtube {
  background-image: url(/wp-content/themes/pollatomonline/image/youtube.svg);
}
.masterhead-social .twitter {
  background-image: url(/wp-content/themes/pollatomonline/image/twitter.svg);
}


#main {
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	align-content: center;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* */
.get-question {
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-about {
  /*width: 363px;*/
  max-width: 100%;
  padding: 32px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 28px 0px 0px 28px;
  /*height: 387px;*/
  max-width: 100%;
}

@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-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 {
	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;
	padding: 12px;
}
/*
.question-block-in {
  width: 287px;
  max-width: 100%;
}
*/
.question-block-in {
	width: 510px;
	max-width: 100%;
	overflow-y: scroll;
	scrollbar-width: thin;
	padding: 24px 120px;
	/*max-height: 100%;*/
	max-height: 60vh;
}
.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: Helvetica Neue;
  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: Helvetica Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #363636;
}
.about-text span {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #363636;
}
.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: Helvetica Neue;
  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: 10%;
}
.question-block-all .text {
  font-family: Helvetica Neue;
  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;
}
.question-block-more .text {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  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: Helvetica Neue;
  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-send-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: Helvetica Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 6px;
  cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}
.question-send-btn:hover {
	background: #FFFFFF;
	color: #4A71EF;
}
.question-send-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: Helvetica Neue;
  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;
  justify-content: ;
  align-content: ;
  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/pollatomonline/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/pollatomonline/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/pollatomonline/image/star-checked.svg') no-repeat;
  height: 40px;
  width: 43px;
}
/* */


/* */
.footer-in {
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
  width: 305px;
  max-width: 100%;
}
#footer {
  display: flex;
  justify-content: center;
}
.footer-in a {
  color: #363636;
  text-decoration: none;
}
.footer-in p {
  margin-bottom: 0px;
  margin-top: 5px;
}
/* */


/* */
.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: Helvetica Neue;
  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;
  }
  .question-about {
    border-radius: 28px 28px 0px 0px;
  }

	.get-question {
	  max-width: 100%;
	}
	.bodymain {
	  padding: 10px 10px;
	}
	.masterhead-social {
	  flex-wrap: wrap;
	  justify-content: flex-end;
	}
	.masterhead-logo {
	  height: 96px;
	  width: 96px;
	}
	.about-text {
	  margin-top: 2%;
	}
	.about-text h1 {
	  font-size: 28px;
	  line-height: 34px;
	}
	.about-text span {
	  font-size: 15px;
	  line-height: 21px;
	}
	.question-about {
	  padding: 20px;
	}
	.question-block-in {
	  padding: 15px 15px;
	}
	#main {
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	.masterhead-social a {
	  margin-left: 15px;
	  margin-bottom: 15px;
	}
	.question-about {
	  margin-left: 25px;
	  margin-right: 25px;
	}
	.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: Helvetica Neue;
        src: url(/wp-content/themes/pollatomonline/fonts/HelveticaNeueCyr-Bold.woff) format("woff"),
			 url(/wp-content/themes/pollatomonline/fonts/HelveticaNeueCyr-Bold.ttf) format("ttf");
		font-weight: bold;
		font-style: normal;
  }
@font-face {
	font-family: Helvetica Neue;
        src: url(/wp-content/themes/pollatomonline/fonts/HelveticaNeueCyr-Medium.woff) format("woff"),
			 url(/wp-content/themes/pollatomonline/fonts/HelveticaNeueCyr-Medium.ttf) format("ttf");
		font-weight: 500;
		font-style: normal;
  }
