:root {
  --blue: #0D83D9;
  --card-offset-top: 130px;
  --card-offset-left: 174px;
  --card-offset-right: 56px;
  --border-card: 1px solid #CBDCEF;
  --card-offset-side-inner: 34px;
  --card-offset-side-inner-30: 10px;
	--color-plan: #16327A;
	--banner-offset: 15vh;
	--fs-padding-top: 7vh;
	--fs-over-line: 60px;
	--fs-padding-bottom: 10vh;
}

.section-title {  text-transform: uppercase }

.button {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    max-width: 282px;
}

#popup-form .button-send{
  width: 100%;
  max-width: 282px;
  margin: 0 auto 15px;
  height: 60px;
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3A3333;
  text-shadow: 0px 1px 0px #FFDE61;
  background: linear-gradient(180deg, #FFE34F 0%, #DEA103 100%);
  box-shadow: 0px 2px 0px #E3B712, inset 0px 0px 4px #FEDC66;
}

.quiz-body .form-data-time-title {
	color: white;
}

.popup-form .form-data-time-title {
	color: white;
}

.quiz-body .time-date input {
	color: #FFFFFF;
    background-color: #416DBB;
	outline: none;
    border: none;
}

.popup-form .time-date input {
	color: #FFFFFF;
    background-color: #416DBB;
	outline: none;
    border: none;
}

.button {
    width: 100%;
    height: 58px;
    background: linear-gradient(180deg, #FFE34F 0%, #DEA103 100%);
	box-shadow: 0px 19px 11px -11px rgba(221, 178, 29, 0.5), 0px 2px 0px #E3B712, inset 0px 0px 4px #FEDC66;
	color: #3A3333;
}

.button:hover {
  background-color: #ffd11a;
}

.button:disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*first-screen*/

.first-screen__container-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--banner-offset) - var(--fs-padding-top));
}

.first-screen {
  min-height: 100vh;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--fs-padding-top);
  position: relative;
}

.first-screen__text-col {
  width: 68%;
  padding-left: 120px
}

.first-screen__overtitle {
	padding-left: 120px;
	padding-right: 120px;
}

.first-screen__body {
	height: calc(100% - var(--fs-over-line));
	padding-bottom: var(--fs-padding-bottom);
}

.first-screen__text-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.first-screen__overtitle-txt {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 14px 36px 14px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	display: inline;
    top: -20px;

}

@media (max-width: 1199px) {
  .first-screen__text-col {
    width: 100%;
  }
}

.first-screen__title h3 {
	font-style: normal;
	font-weight: 510;
	font-size: 34px;
	line-height: 36px;
	color: #FFFFFF;
	margin-top: 10px;
    margin-bottom: 10px;
}

.first-screen__title h1 {
	font-family: SchoolBookC, arial;
	font-size: 72px;
	line-height: 74px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .first-screen__title h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .first-screen__title h3 {
    font-size: 36px;
  }
}

.first-screen__address {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .first-screen__address {
    text-align: center;
  }
}

.first-screen__subtitle {
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 35px;
	color: #FFFFFF;
	margin-top: 9px
}

.first-screen__subtitle span {
	color: rgb(250, 210, 49);
}

@media (max-width: 1199px) {
  .first-screen__subtitle {
    text-align: center;
  }
}

.first-screen__buttons {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .first-screen__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}

.first-screen__btn {
  height: 80px;
  max-width: 400px;
  width: 100%;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .first-screen__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.first-screen__info-wrap-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
	width: 32%;
    padding-right: 120px;
}

.first-screen__info-wrap {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-direction: column;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.first-screen__info {
  border: 1px solid rgba(196, 196, 196, 0.38);
  padding: 62px 20px 20px 70px;
}

@media (max-width: 1199px) {
  .first-screen__info {
    width: 100%;
    text-align: center;
    padding: 50px 20px;
  }
}

.first-screen__info-b:last-child {
  margin-bottom: 0;
}

.first-screen__info-b-title {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}

.first-screen__info-b-title span {
	color: rgb(168,229,255);
}

.first-screen__info-b-text {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
}

.first-screen__discount {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 205px;
  width: 80px;
  background: rgba(0, 0, 0, 0.712);
  -webkit-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-screen__discount-text {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.first-screen__discount-persent {
  margin-bottom: 16px;
  color: #ffdb4d;
  font-size: 24px;
}

.first-screen__scroll-down {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.532);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.first-screen__scroll-down::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #FFDB4D;
  margin-top: 8px;
}

#first-screen1:before, .s-thanks:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	background: radial-gradient(42.2% 76.5% at 67.03% 21.06%, rgba(23, 34, 70, 0.156) 0%, rgba(23, 34, 70, 0.8) 100%);
}

/*first-screen*/

/*баннер*/

.banner {
	position: relative;
    top: calc(-1 * var(--banner-offset));
	margin-bottom: calc(-1 * var(--banner-offset));
}

.banner-title span {
		color: rgb(250, 210, 49);
	}

.banner-img {
	background-image: url(../img/banner-img.jpg);
	width: 32%;
	background-size: cover;
}

.description-body__banner {
  font-weight: bold;
  font-size: 38px;
  line-height: 123.92%;
  color: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
    background-color: #16327A;
	width: 68%;
	height: 786px;
	padding-top: 77px;
	padding-left: 118px
}

.btn-banner {
	max-width: 320px;
	width: 100%
}

.banner .col {
	width: 50%
}

.btn-banner  {
	margin-top: 50px;
}

.banner .row img {
	display: block
}

.banner .row .col {
	margin-top: 40px;
	padding-right: 50px
}

.banner .row .item-title {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-top: 14px;
	color: #FFFFFF;
}

.banner .row .item-txt {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin-top: 14px;
	color: #FFFFFF;
}

.fact-img {
    background: #61C6FF;
}

/*------------------------------------------------------------------banner*/

/*-------------------------------------------------------cards*/
.houses {
	border: var(--border-card);
	padding-bottom: var(--card-offset-top);
	position: relative;
}

.hous {
	width: 50%;
	margin-bottom: 46px;
}

@media (min-width: 992px) {
	.hous:nth-child(odd) {
		top: var(--card-offset-top);
		position: relative;
		padding-left: var(--card-offset-left);
		padding-right: var(--card-offset-right);
	}

	.hous:nth-child(even) {
		position: relative;
		padding-right: var(--card-offset-left);
		padding-left: var(--card-offset-right);
	}
}

.vl {
    border-left: var(--border-card);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}

.card {
	border: var(--border-card);
	background-color: #fff;
	overflow: hidden;
	height: 100%;
	position: relative;
}

/*.card:hover {
  box-shadow: 10px 5px 5px red;
}*/

.houses > .row {
	padding-bottom: 74px
}

.s-card-title {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 92px;
	letter-spacing: -0.03em;
	color: #16327A;
	top: 110px;
    position: relative;
	left: 95px;
}

.s-card-title span {
	font-size: 120px; font-family: SchoolBookC;
}

.card-col {
  width: 50%;
  border: 1px solid #CBDCEF;
}

.col1 {width: 50%; padding-right: 22px;}

.card-col:nth-child(1) {
  padding-left: 173px;
  padding-right: 56px;
  padding-top: 114px
}

.card-col:nth-child(2) {
  padding-right: 173px;
  padding-left: 56px;
  padding-top: 193px;
  padding-bottom: 120px
}

@media (max-width: 767px) {
  .card-col {
    width: 100%;
  }
}

.card__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
  color: #16327A;
  background-color: transparent;
  flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	/*height: 80px;*/
	transform: translate(0px, -62px);
}

.card__desc-lists {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card__title-title {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #16327A;
}

.card__title-sub {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-top: 8px;
	color: #16327A;
}

.card__title-txt {
	min-width: 76%;
    display: inline-block;
	height: 100%;
	min-height: 80px;
    padding: 24px var(--card-offset-side-inner) 0;
	background-color: white;
}

.card__title:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 80px solid white;
	border-right: 80px solid transparent;
	position: absolute;
}

.card__desc {

  padding: 0 var(--card-offset-side-inner-30) 0 var(--card-offset-side-inner);
  /*margin-bottom: 22px;


  height: calc(100% - 440px);
  display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;*/
}

.card__desc-lists {
	transform: translate(0px, -40px);
}

.card-btn-wrap {
	position: absolute;
    bottom: 30px;
}

.card__ul {
	margin-bottom: 60px;
}

.card__ul {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	list-style-type: none;
	margin-top: 2px;
	color: #7D828F;
}

.card__ul:nth-child(1) {
	padding-left: 16px;
}

.card__desc__li {
	margin-bottom: 1px;
    position: relative;
}

.card__ul .row .col1:nth-child(2) {
	transform: translate(10px, 0px);
}

.card__desc__li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -18px;
    width: 8px;
    height: 8px;
	background: #D0D7EF;
}

@media (max-width: 1199px) {
  .card__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #0D83D9;
}

.s-cards .img {
  /*display: flex;
  padding: 0 20px;*/
  height: 360px;
  align-items: center;
  /*justify-content: center;*/
  background-size: cover;
	background-position: center;
}

.card__title-subtitle {
	font-size: 18px;
	margin-top: 10px
}

/*------------------------------------------------------------------cards*/

/*------------------------------------------------------------------quiz*/

#quiz:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: rgba(5, 5, 80, 0.6)
}

.quiz-body .col-quiz-body:nth-child(2) {
	background: rgba(28, 83, 168, 0.7);
}

.expert-img {
	box-shadow: 0 0 0 6px rgb(34, 76, 150), 0 0 0 10px white;
}

.expert-name {
	 background: #12418A;
    padding-top: 15px;
    padding-bottom: 14px;
    position: relative;
    top: -8px;
	 width: 80%;
    margin: auto;
}

.expert-name-post {
  color: #A4DCFB;
}

.quiz-btn {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #FFDB4D;
  color: #000000;
  width: 178px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px;
}

.btn-next{
  width: 227px;
  height: 57px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #3A3333;
  text-shadow: 0px 1px 0px #FFDE61;
  background: linear-gradient(180deg, #FFE34F 0%, #DEA103 100%);
  box-shadow: 0px 19px 11px -11px rgba(221, 178, 29, 0.5), 0px 2px 0px #E3B712, inset 0px 0px 4px #FEDC66;
}

.btn-prev {
	background: rgba(0, 0, 0, 0.488);
    color: #969696;
    height: 57px;
    width: 227px;
}

.quiz-answer__chbox:checked + .quiz-custom-chbox {
  background-color: #FFDB4D;
}

.quiz-step-loading {
  text-align: center;
  color: #ffffff;
}

.quiz-step-loading__line span {
  background-color: #79C7FF;
  display: inline-block;
  width: 0%;
}

.progress {
	  background-color: white;
}

.progress:after {
    background:  #79C7FF;
}

/*галерея*/

/*----------------------------------------------------------------------footer*/

.footer {
  background: #1E4892;
}

.footer-col{
    color: #FFFFFF;
}

.footer-confid a {
  color: #FFFFFF;
}

.footer-cosmic {
  color: #FFFFFF;
}

/*----------------------------------------------------------------------footer*/

/*----------------------------------------------------------------------popup*/

.popup-form {
  background-color: #224C96;
}

.popup-form__title {
	color: #FFFFFF;
}

.popup-form__input-text {
  color: #FFFFFF;
  background-color: #416DBB;
}

.popup-form__label ::-webkit-input-placeholder {color: #FFFFFF;}
.popup-form__label ::-moz-placeholder          {color:#FFFFFF;}/* Firefox 19+ */
.popup-form__label :-moz-placeholder           {color:#FFFFFF;}/* Firefox 18- */
.popup-form__label :-ms-input-placeholder      {color:#FFFFFF;}



.popup-form__agree {

  color: #ffffff;
}

.popup-form__agree a {
  color: #fff;
}
/*----------------------------------------------------------------------popup*/

/*----------------------------------------------------------------------thanks*/

@media (max-width: 500px) {
	.description-body__banner {font-size: 33px;}
	.first-screen__subtitle {line-height: 95.3%;}
	.popup-form__title {font-size: 32px; line-height: 34px}
}

/*----------------------------------------------------------------------media*/

@media (max-width: 1600px) {
	:root {
		--fs-padding-top: 6vh;
		--banner-offset: 14vh;
		--fs-padding-bottom: 9vh;
		--card-offset-top: 130px;
		--card-offset-left: 140px;
		--card-offset-right: 50px;
		--card-offset-side-inner: 30px;
	}

	.first-screen__title h1 {
		margin-top: 40px
	}

	.first-screen__subtitle {
		margin-top: 8px;
	}

	.phone-num  {
		font-size: 22px;
		line-height: 24px;
	}

	.phone-img img {
		height: 24px
	}

	.popup-form-wrapper {
		max-width: 580px;
	}

	.popup-form {
		padding: 54px 80px 50px;
	}

	.popup-form__agree {
		font-size: 15px;
	}

	.quiz-body .col-quiz-body:nth-child(2) {
		padding-top: 100px;
	}

	.s-quiz .description {
		margin-bottom: 120px;
	}
}

@media (max-width: 1400px) {
	:root {
		--fs-padding-top: 6vh;
		--banner-offset: 11vh;
		--fs-padding-bottom: 7vh;
		--card-offset-top: 110px;
		--card-offset-left: 100px;
		--card-offset-right: 40px;
		--card-offset-side-inner: 26px;
	}

  .s-cards .img {
    height: 330px;
  }

  .card__desc {
    height: calc(100% - 410px);
  }

	.first-screen__title h1 {
		margin-top: 30px
	}

	.first-screen__subtitle {
		margin-top: 7px;
	}

	.first-screen__title h1 {
		font-size: 64px;
		line-height: 66px;
	}

	.s-card-title {
		margin-bottom: 62px;
		top: 100px;
	}

	.hous {
		margin-bottom: 36px;
	}

	.s-card-title span {
		font-size: 110px;
	}

	.popup-form-wrapper {
		max-width: 560px;
	}

	.popup-form {
		padding: 52px 70px 50px;
	}

	.popup-form__agree {
		font-size: 14px;
	}

	.popup-form__custom-chbox {
		margin-right: 8px;
		width: 18px;
		min-width: 18px;
		height: 18px;
	}

	.quiz-body .col-quiz-body:nth-child(2) {
		padding-top: 90px;
	}

	.s-quiz .description {
		margin-bottom: 110px;
	}
}

@media (max-width: 1280px) {
	:root {
		--banner-offset: 12vh;
		--fs-padding-top: 5vh;
		--fs-padding-bottom: 6vh;
		--card-offset-top: 90px;
		--card-offset-left: 80px;
		--card-offset-right: 30px;
		--card-offset-side-inner: 22px;
	}

	.first-screen__subtitle {
		margin-top: 6px;
	}

	.popup-form-wrapper {
		max-width: 520px;
	}

	.popup-form {
		padding: 40px 50px 30px;
	}

	.popup-form__title {
		margin-bottom: 36px
	}

	.popup-form__input-text {padding: 16px}

	.privacy-handler {margin-top: 2px}

	.card__title-txt, .card__desc {
		padding-left: 20px;
	}

	.s-quiz-title {
		font-size: 30px;
        line-height: 32px;
		font-weight: 580;
	}

	.quiz__title {
		font-size: 26px;
        line-height: 28px;
		font-weight: 580;
	}

	.col-quiz-body {
		padding-left: 20px;
		padding-right: 20px
	}

	.first-screen__title h1 {
		font-size: 60px;
		line-height: 64px;
	}

	.first-screen__overtitle-txt {
		padding: 10px 34px 10px;
		font-size: 14px;
        line-height: 16px;
	}

	.description-body__banner {
		padding-left: 80px;
		padding-top: 62px;
	}

	.first-screen__text-col {
		padding-left: 80px;
	}

	.first-screen__info-wrap-col {padding-right: 80px;}

	.first-screen__overtitle {
		padding-left: 80px;
        padding-right: 80px;
	}

	.s-card-title {
		transform: translate(-20px, 0px);
	}

	.s-card-title {
		margin-bottom: 42px;
		top: 80px;
	}

	.s-card-title span {
		font-size: 100px;
	}
}

@media (max-width: 1199px) {
	:root {
		--fs-padding-top: 4vh;
		--fs-padding-bottom: 2vh;
	}

	.first-screen__info-wrap {
		padding-bottom: 10px;
	}

	.first-screen__body { /**/
		height: calc(100vh - 116px);
	}

	.first-screen__container-wrap {
		height: calc(100vh - var(--fs-padding-top));
	}

    .first-screen__text-col {
		 padding-left: 0px;
	}

	.first-screen {
		text-align: center
	}

	.first-screen__info-wrap-col {padding-right: 0px}

	.banner {
		top: 0vh;
		margin-bottom: 0vh;
	}

	.first-screen__info-b-title {
		margin-top: 12px
	}

	.first-screen__info-b-title br {
		display: none
	}

	.first-screen__buttons {
		width: 300px;
		margin: 15px auto;
		position: relative;
	}

	.description-body__banner {width: 78%}

	.banner-img {
		width: 22%;
	}

	.first-screen__overtitle {
		padding-left: 0px;
		padding-right: 0px;
	}

	:root {
		--card-offset-top: 90px;
		--card-offset-left: 30px;
		--card-offset-right: 30px;
		--card-offset-side-inner: 20px;
	}

	.s-card-title span {
		font-size: 90px;
	}

	.first-screen__title h1 {
		font-size: 60px;
		line-height: 64px;
	}
}

@media (max-width: 991px) {
	.first-screen__title h1 {
		font-size: 58px;
		line-height: 60px;
	}

  /**/

	.card__desc {
	  height: initial;
	}

	.card__desc {
		margin-bottom: 0px;
	}

	.card-btn-wrap {
		margin-top: 20px;
	}

	/**/

	.first-screen__info-b-title {
		font-size: 16px;
		line-height: 20px;
	}

	.hous {
		width: 100%;
	}

	.vl, .s-card-title br {display: none}

	.s-card-title {
		transform: translate(0px, 0px);
		left: 0px;
		text-align: center;
		top: 74px;
		margin-bottom: 122px;
	}

    .houses {
		padding-bottom: 0;
		border: 0;
	}

	.houses > .row {
		padding-bottom: 0px;
	}

	.banner-img {display: none}

	.description-body__banner {
		padding: 70px 70px 50px;
		width: 100%;
		height: initial;
	}

	.banner-title br {display: none;}
	.banner-title {margin-bottom: 30px; font-size: 30px;}

	.first-screen__title h3 {
		margin-bottom: 30px;
	}

}

@media (max-width: 767px) {
	.first-screen {
		padding-top: 16px;
	}

	.first-screen__title h1 {
		font-size: 46px;
		line-height: 50px;
	}

	.first-screen__title h3 {
		font-size: 27px;
		line-height: 29px;
		margin-top: 17px;
		margin-bottom: 26px;
	}

	.first-screen__overtitle-txt {
		font-size: 12px;
		line-height: 14px;
		padding: 0;
		border: none;
	}

	.first-screen__subtitle {
		font-size: 20px;
		line-height: 22px
	}

	.fact-img {margin: auto}

	.phone-num {
		font-size: 16px;
		line-height: 18px;
	}

	.phone-img img {
		height: 16px;
	}

	.banner .col {
		width: 100%;
		text-align: center;
	}

	.banner .row .col {
		padding-right: 0px;
	}

	.banner .row img {margin: auto}

	.banner .button-wrap {
		text-align: center
	}

	.description-body__banner {
		text-align: center
	}

	.s-card-title span {
		font-size: 60px;
	}

	.s-quiz-title {
		/*font-size: 24px;
		line-height: 26px;*/
	}

	.col-quiz-body {
		padding-left: 0px;
		padding-right: 0px;
	}

	.s-quiz-title {
		font-size: 26px;
		line-height: 28px;
	}

	.quiz__title {
		font-weight: 200;
		font-size: 22px;
		line-height: 24px;
	}

	.expert-name {
		width: 90%;
	}

	.s-quiz .description {
		width: 88%;
	}

	.quiz-body .col-quiz-body:nth-child(2) {
		padding-top: 62px;
	}

	.quiz__control {
		display: block
	}

	.btn-next {
		margin-top: 16px
	}

	.banner-title {
		margin-bottom: 0px;
		font-size: 22px;
		line-height:24px
	}

	.banner .row .item-title {
		font-size: 18px;
		line-height: 22px;
	}

	.banner .row .item-txt {
		font-size: 15px;
		line-height: 19px;
		margin-top: 10px;
	}

	.card__ul {
		font-size: 15px;
		line-height: 18px;
	}
}

@media (max-width: 480px){
	.first-screen__overtitle-txt {
		font-size: 11px;
		line-height: 12px;
		padding: 10px 6px 6px;
	}

	.first-screen__title h3 {
		margin-top: 20px;
	}

	.first-screen__title h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.first-screen__title h3 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 24px
	}





	.card__title-txt {
		padding-left: 10px
	}

	.popup-form__title {
		font-size: 26px;
		line-height: 28px
	}

	.description-body__banner {
		padding: 50px 6px 50px;
	}

	.s-card-title {
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		line-height: 32px;
		top: 44px;
		margin-bottom: 72px;
	}

	.card__ul .col {
		width: 100%
	}

	.s-card-title span {
		font-size: 50px;
	}

	.footer {
		padding: 20px 2px;
	}

	.footer-col:nth-child(3) span {
		font-size: 12px;
	}

	.footer-cosmic img {
		margin-right: 6px;
		width: 12px;
	}

	.quiz-body .col-quiz-body:nth-child(1) {
		margin-top: 30px;
	}

	.s-quiz-title {
		font-size: 24px;
		line-height: 26px;
	}

	.quiz__title {
		font-weight: 150;
		font-size: 20px;
		line-height: 22px;
	}

	.quiz-answer {
		font-size: 16px;
	}

	.quiz-custom-chbox {
		width: 20px;
		height: 20px;
	}

	.card__ul {
		font-size: 14px;
		line-height: 17px;
	}

	.card__title-sub {
		font-size: 15px;
		line-height: 17px;
	}

	.card__title-title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 360px) {
	.first-screen__info-b-title {
		font-size: 15px;
		line-height: 17px;
	}

	.first-screen__subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.button {
		max-width: 300px;
		width: 100%
	}

	.s-quiz-title {
		font-size: 23px;
		line-height: 26px;
	}

	.popup-form {
		padding: 40px 16px 20px;
	}

	.popup-form__title {
		font-size: 22px;
		line-height: 24px;
	}

	.first-screen__title h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.footer-col:nth-child(3) span {
		font-size: 11px;
	}

	.footer-cosmic img {
		margin-right: 5px;
		width: 11px;
	}

	.s-card-title {
		font-size: 28px;
		line-height: 30px;
		top: 42px;
		margin-bottom: 70px;
	}

	.s-card-title span {
		font-size: 46px;
	}

	.card__ul {
		font-size: 13px;
		line-height: 17px;
	}
}

.gal-el {
	width: 33%;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat
}

.detalis {
	color: #0D83D9;
}

.s-experts__title, .s-experts {
  color: #16327A;
}

.phone-num {
  color: white
}

.quiz__title, .quiz-answer, .expert-name-name,  .s-quiz .description, .quiz-step-form__title, .quiz-step-form__subtitle {
  color:white
}
