@charset "utf-8";

body {
	margin: 0;
}
#some-site {
	/*height: 100vh;
	background-image: url('../img/back.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.sqwz-widget__trigger {
	width: 60px;
	height: 60px;
	background-color: #274684;
	border-radius: 100%;
	box-shadow: 4px 4px 15px 1px rgba(7, 23, 57, 0.5);
	font-size: 0;
	line-height: 0;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
	cursor: pointer;
}
.sqwz-widget__trigger svg {
	fill: #fff;
}
.sqwz-widget__trigger span {
	display: block;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	transition: all 0.6s ease;
}
.sqwz-widget__trigger span:first-child {
	opacity: 1;
}
.sqwz-widget__trigger.close span {
	opacity: 1;
}
.sqwz-widget__trigger.close span:first-child {
	opacity: 0;
}

.sqwz-widget__scene {
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7,23,57,0.5);
	font-family: 'Roboto', sans-serif;
	position: fixed;
	left: 0;
	top: 0;
	transition: all 0.6s ease;
}
.sqwz-widget__scene.active {
	opacity: 1;
}
.sqwz-widget__scene-wrap {
	opacity: 0;
	width: 120px;
	height: 120px;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: right 60px bottom 60px;
	        transform-origin: right 60px bottom 60px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	transition: all 0.6s ease;
}
.active .sqwz-widget__scene-wrap {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.sqwz-widget__item {
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
	width: 280px;
	min-height: 368px;
	padding: 32px;
	background-color: #274684;
	border-radius: 15px;
	box-shadow: 4px 4px 15px 1px rgba(7, 23, 57, 0.5);
	overflow: hidden;
	position: absolute;
	right: 30px;
	bottom: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.sqwz-widget__item:before {
	content: "";
	display: block;
	opacity: 0.1;
	width: 100%;
	height: 380px;
	background-image: url('../img/skyline.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	right: -30px;
	bottom: -30px;
}

.sqwz-widget__item-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.sqwz-widget__item-card-header {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
.sqwz-widget__item-card-wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sqwz-widget__item-card-check + .sqwz-widget__item-card-check {
	margin-top: 16px;
}
.sqwz-widget__item-card-input {
	display: none;
}
.sqwz-widget__item-card-label {
	padding-left: 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: all 0.6s ease;
}
.sqwz-widget__item-card-label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #b9d5fd;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1;
}
.sqwz-widget__item-card-label:after {
	content: "";
	display: block;
	opacity: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,Cjxzdmcgdmlld0JveD0nMCAwIDEzIDEyJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00xLjY5MDQ4IDUuNzc2NjRjLS4zOTk1LS4zODEzMy0xLjAzMjQ5Ni0uMzY2NjEtMS40MTM4MzYuMDMyODgtLjM4MTMzOS4zOTk1LS4zNjY2MTc5IDEuMDMyNS4wMzI4OCAxLjQxMzg0TDEuNjkwNDggNS43NzY2NHpNNC42NjY2NyAxMGwtLjY5MDQ4LjcyMzQuNzgyNDQuNzQ2OC42ODMyNy0uODM4NUw0LjY2NjY3IDEwem04LjEwODUzLTguMzY4MzNjLjM0ODktLjQyODE1LjI4NDYtMS4wNTgwNDItLjE0MzUtMS40MDY5MDUtLjQyODItLjM0ODg2My0xLjA1ODEtLjI4NDU4ODQtMS40MDY5LjE0MzU2MmwxLjU1MDQgMS4yNjMzNDN6TS4zMDk1MjQgNy4yMjMzNkwzLjk3NjE5IDEwLjcyMzRsMS4zODA5NS0xLjQ0Njc2LTMuNjY2NjYtMy41TC4zMDk1MjQgNy4yMjMzNnpNNS40NDE5IDEwLjYzMTdsNy4zMzMzLTkuMDAwMDNMMTEuMjI0OC4zNjgzMjcgMy44OTE0MyA5LjM2ODMzIDUuNDQxOSAxMC42MzE3eicgZmlsbD0nIzAwMCcvPjwvc3ZnPgo=);
	background-size: 75% 75%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 2;
	transition: all 0.6s ease;
}
.sqwz-widget__item-card-input:checked + .sqwz-widget__item-card-label:after {
	opacity: 1;
}
.sqwz-widget__item-card-input:checked + .sqwz-widget__item-card-label {
	color: #fff;
}

.swiper-container--sqwz-widget {
	width: 100%;
	height: 248px;
	margin-bottom: 8px;
}
.swiper-pagination--sqwz-widget {
	height: 4px;
	margin-bottom: 16px;
	background-color: #fff;
	border-radius: 2px;
	position: static;
	overflow: hidden;
}
.swiper-pagination--sqwz-widget .swiper-pagination-progressbar-fill {
	background-color: #4EA940;
}
.swiper-pagination-fraction-sqwz-widget {
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.swiper-pagination-fraction-sqwz-widget > div {
	display: inline-block;
	text-align: center;
}

.sqwz-widget__item-cntrl {
	position: relative;
	z-index: 2;
}
.sqwz-widget__item-cntrl-buttons {
  	display: flex;
  	justify-content: space-between;
}
.swiper-button-prev--sqwz-widget,
.swiper-button-next--sqwz-widget {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background-color: #709fdc;
	border: none;
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.6s ease;
}
.swiper-button-prev--sqwz-widget {
	flex: 0 0 calc(25% - 8px);
	max-width: calc(25% - 8px);
}
.swiper-button-next--sqwz-widget {
	flex: 0 0 calc(75% - 8px);
	max-width: calc(75% - 8px);
}
.swiper-button-prev--sqwz-widget svg {
	fill: #fff;
}
.swiper-button-prev--sqwz-widget svg {
	margin-left: -4px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.swiper-button-prev--sqwz-widget.swiper-button-disabled,
.swiper-button-next--sqwz-widget.swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}

.sqwz-widget__item-cntrl.final .sqwz-widget__item-cntrl-buttons,
.sqwz-widget__item-cntrl.final .swiper-pagination--sqwz-widget,
.sqwz-widget__item-cntrl.final .swiper-pagination-fraction-sqwz-widget {
	display: none;
}

.sqwz-widget__item-final-header {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.sqwz-widget__item-final-text {
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}
.sqwz-widget__item-final-phone {
	width: calc(100% - 16px);
	height: 40px;
	margin-bottom: 16px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 4px;
	border: none;
	outline: none;
}
.sqwz-widget__item-final-phone-send {
	width: 100%;
	height: 40px;
	margin-bottom: 16px;
	background-color: #b9d5fd;
	border-radius: 4px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #071739;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
.sqwz-widget__item-final-consent {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}

.sqwz-widget__item-vote {
	display: none;
	justify-content: center;
	align-items: center;
}
.sqwz-widget__item-vote span {
	margin-left: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.sqwz-widget__item-cntrl.final .sqwz-widget__item-vote {
	display: flex;
}




/* preloader */
.sqwz-widget__item-final {
	display: none;
}
.sk-circle-bounce-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.sk-circle-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}
.sk-circle-bounce .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle-bounce .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #b9d5fd;
  border-radius: 100%;
  -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
          animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}
.sk-circle-bounce .sk-circle-2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-circle-bounce .sk-circle-3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-circle-bounce .sk-circle-4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-circle-bounce .sk-circle-5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-circle-bounce .sk-circle-6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-circle-bounce .sk-circle-7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-circle-bounce .sk-circle-8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-circle-bounce .sk-circle-9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-circle-bounce .sk-circle-10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-circle-bounce .sk-circle-11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-circle-bounce .sk-circle-12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-circle-bounce .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-circle-bounce .sk-circle-3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-circle-bounce .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-circle-bounce .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-circle-bounce .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-circle-bounce .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-circle-bounce .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-circle-bounce .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-circle-bounce .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-circle-bounce .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-circle-bounce .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}