@font-face {
  font-family: "Gilroy";
  font-weight: normal;
  font-weight: normal;
  src: url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy/Gilroy-Regular.eot") format("eot"),
    url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNova/ProximaNova-Regular.eot") format("eot"),
    url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-weight: normal;
  src: url("../fonts/Roboto/Robotomedium.woff2") format("woff2"),
    url("../fonts/Roboto/Robotomedium.woff") format("woff"),
    url("../fonts/Roboto/Robotomedium.ttf") format("truetype");
}

@font-face {
  font-family: "SchoolBookC";
  font-weight: normal;
  font-weight: normal;
  src: url("../fonts/SchoolBookC/SchoolBookC.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  min-width: 318px;
}

body {
  margin: 0;
  padding: 0;
  font-family: Proxima Nova, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  min-width: 318px;
}

button {
  border: none;
  outline: none
}

.container {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  height: 100%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.button {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border: none;
    font-style: normal;
    font-weight: bold;
    line-height: 16px;
	font-size: 14px;

}

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

.section-title {
  font-weight: 800;
  font-size: 52px;
  line-height: 120.02%;
  color: #FFFFFF;
  margin-bottom: 75px;
}

.preloader-first {
	position: absolute !important;
    top: 0;
    width: 100%;
}

/*--------------------------------------------first-screen--------------------------------------------*/

.first-screen__phone {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

.phone-num  {
	font-size: 24px;
	line-height: 26px;
	margin-left: 5px;
}

.phone-img img {
	height: 26px
}

.first-screen__overtitle {
	row-gap: 20px;
	column-gap: 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
}

.first-screen__overtitle.wraped {
    justify-content: center;
    -webkit-justify-content: center;
}

.first-screen__overtitle .logo {
	height: 70px;
}

/*--------------------------------------------first-screen--------------------------------------------*/

/*--------------------------------------------banner--------------------------------------------*/
.fact-img {
	height: 49px;
    width: 49px;
    background: #D7C5AA;;
}
/*--------------------------------------------banner--------------------------------------------*/

/*--------------------------------------------card--------------------------------------------*/

@media(min-width: 481px) {
	.col-card {
		width: 50%;
		padding-right: 30px;
	}
}

/*--------------------------------------------card--------------------------------------------*/

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

.footer {
  padding: 22px;
  position: relative
}

@media(min-width: 1199px) {
  .fb-50 {
    flex-basis: 50%;
  }
}

.footer-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
		  row-gap: 30px;
      /*column-gap: 6px;*/
}

.footer-row .row{
  column-gap: 20px;
}

.footer-col{
	font-size: 16px;
}

.fc-14{
	font-size: 14px;
}

.footer-confid a {
  line-height: 20px;
  opacity: 0.6;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .footer-confid a {
    display: block;
    text-align: center;
  }
}

.footer-cosmic {
  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;
  text-decoration: none;
}

.footer-cosmic img {
  margin-right: 9px;
}

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

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

.popup-form-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.privacy-handler {margin-top: 26px; text-align: center}

.popup-form-wrapper .mfp-close {
  color: #FFDB4D !important;
  font-size: 40px;
}

.popup-form {
  width: 100%;
  padding: 64px 90px 50px;
}

@media (max-width: 575px) {
  .popup-form {
    padding: 40px;
  }
}

.popup-form__title {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 44px;
}

.popup-form__label {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.popup-form__label label.error {
  display: block;
  background-color: #c01717;
  color: #ffffff;
  padding: 10px;
}

.popup-form__input-text {
  width: 100%;
  padding: 20px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: none;
  color: #FFFFFF;
}

.popup-form__agree {
  width: 100%;
  margin: 0 auto;
  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;
  margin-top: 25px;
}

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

.popup-form__chbox {
  display: none;
}

.popup-form__chbox:checked + .popup-form__custom-chbox {
  background-color: #FFDB4D;
}

.popup-form__chbox:checked + .popup-form__custom-chbox::after {
  opacity: 1;
}

.popup-form__custom-chbox {
  margin-right: 10px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.popup-form__custom-chbox::after {
  content: url(../img/check.svg);
  margin-top: 2px;
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.popup-info {
  background-color: #ffffff;
  max-width: 700px;
  padding: 50px 40px;
  margin: 0 auto;
}

.popup-info__title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}

.popup-info__text {
  line-height: 1.5;
}

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

/*--------------------------------------------animation--------------------------------------------*/

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*--------------------------------------------animation--------------------------------------------*/

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

.thanks-page {
  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;
  height: 100vh;
}

.s-thanks {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 100px 15px;
  text-align: center;
  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;
  color: #ffffff;
}

.s-thanks div {
  font-size: 24px;
  margin-bottom: 10px;
}

.s-thanks a {
  color: #FFDB4D;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
}

.s-quiz:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

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

/*--------------------------------------------shine--------------------------------------------*/

.shine {
	position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.shine .effect {
	position:absolute;
    top:0;
    left:0;
	margin:0;
    width:100%;
    height:100%;
    -webkit-transform:translateX(-85px);
    -ms-transform:translateX(-85px);
    transform:translateX(-85px);
    -webkit-animation-name: flashbutton;
    animation-name: flashbutton;
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.shine .effect:before {
	content:'';
	display:block;
	background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background:-webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background:-o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background:linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width:60px;
    height:100%;
	opacity:0.3;
    position:absolute;
    top:0;
    left:30px;
    -webkit-transform:skewX(-45deg);
    -ms-transform:skewX(-45deg);
    transform:skewX(-45deg);
}
@-webkit-keyframes flashbutton {
	30% { -webkit-transform:translateX(100%); transform:translateX(100%); }
	100% { -webkit-transform:translateX(100%); transform:translateX(100%); }
}
@keyframes flashbutton {
	30% { -webkit-transform:translateX(100%); transform:translateX(100%); }
	100% { -webkit-transform: translateX(100%); transform:translateX(100%); }
}

.time-date input {
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}

.time-date input:focus {
	outline: none;
}

/*--------------------------------------------shine--------------------------------------------*/

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

.field-text:focus {
	outline: none
}

.validate-phone {
	position: absolute;
    color: red;
    font-size: 12px;
}

@media (max-width: 1600px) {
	.container {
		max-width: 1200px;
	}

  .popup-form__title {
  	font-size: 23px;
  	line-height: 30px;
  	margin-bottom: 38px;
  }

	/*.footer-col {
		width: 50%
	}*/

	.popup-form__input-text {
	  padding: 18px;
	}

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

	.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;
	}

	.s-quiz-title {
		top: 30px;
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1400px) {
	.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;
	}





	.btn-next, .btn-prev {
		height: 60px !important;
	}
}

@media (max-width: 1280px) {
	.popup-form-wrapper {
		max-width: 520px;
	}

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

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

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

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

	.quiz__title {
		font-size: 24px;
        line-height: 26px;
	}





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

@media (max-width: 1199px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
			justify-content: center;
    align-items: center;
	row-gap: 20px;

  }

  .footer-col {
	  text-align: center;
	  width: 100%;
	  display: flex;
      justify-content: center;
  }
}

@media (max-width: 1199px) {
	.container {
		max-width: 94%;
	}
}

@media (max-width: 991px) {
	.row-quiz-body {  /*r*/
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}

	.quiz__answers .row {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.quiz-body .col-quiz-body:nth-child(1), .quiz-body .col-quiz-body:nth-child(2)  {width: 100% !important;}

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

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

	.s-quiz .description {
		margin-bottom: 30px
	}
}

@media (max-width: 767px) {
    .section-title {
		font-size: 40px;
	}

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

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

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

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





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

	.btn-prev, .btn-next {
		width: 160px !important;
	}



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

@media (max-width: 480px){
	.section-title {
		font-size: 30px;
	}

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

	.footer {
		padding: 20px 2px;
	}

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

	.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;
	}





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

	.pers {
		font-size: 10px;
	}

	.popup-form__custom-chbox {
		margin-right: 6px;
		width: 14px;
		min-width: 14px;
		height: 14px;
	}
}

@media (max-width: 360px) {
	.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;
	}

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

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

	.footer-cosmic span {
		font-size: 11px;
	}

	.footer-row {
		row-gap: 10px;
	}

	.footer-confid {
		margin-bottom: 0px;
	}
}

.btn-next.disabled, .quiz-step-form__button.disabled {
    cursor: default;
    color: rgba(0,0,0,0.3);
    opacity: 0.5;
}

.card__img-wrap {
  overflow: hidden
}



.s-cards__gallery {
	display: -webkit-box;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.s-cards__gallery-item {
	height: 440px;
    width: 100%;
    background-size: cover;
}

.s-cards .slick-slider .slick-list {
	height: 100% !important;
    width: 100% !important;
}

.popup-detalis {
    max-width: 800px !important;
}

.popup-detalis .slick-slider .slick-list {
	height: 100% !important;
    width: 800px !important;
}

.popup-detalis .slick-slider .slick-list {
	height: 100% !important;
    width: 900px !important;
}

.popup-detalis-p .slick-slider .slick-list {
    width: 600px !important;
}

.popup-detalis-transp {
	background-color: transparent;
}

.popup-detalis .mfp-close {
	color: white;
}

.s-cards__gallery {
	border: 4px solid white
}

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 0.9s;
	-webkit-animation-duration: 0.9s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes fadeIn {
	0% {
		transform: scale(0.2);
		opacity: 0.0;
	}
	/*60% {
		transform: scale(1.1);
	}
	80% {
		transform: scale(0.9);
		opacity: 1;
	}	*/
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0.2);
		opacity: 0.0;
	}
	/*60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;
	}	*/
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.FadeOpacity{
	animation-name: FadeOpacity;
	-webkit-animation-name: FadeOpacity;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes FadeOpacity {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes FadeOpacity {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1;
	}
}

.s-cards__gallery .slick-arrow {
	z-index: 20;
	background-size: contain;
    background-repeat: no-repeat;
}

.s-cards__gallery-g .slick-arrow {
	opacity: 0;
}

.s-cards__gallery .slick-prev {
	transform: translateX(40px) rotate(180deg);
	background-image: url(../img/next.png);
}

.s-cards__gallery .slick-next {
	transform: translateX(-40px);
	background-image: url(../img/next.png);
}

.slick-next:before, .slick-prev:before {
    content: none !important;
}

.popup-detalis:hover .slick-arrow {
    opacity: 1;
}

@media(max-width: 768px) {
	.s-cards__gallery .slick-arrow {
		opacity: 1;
	}

	.s-cards__gallery-item {
		height: 360px;
	}
}

@media(max-width: 480px) {
	.s-cards__gallery-item {
		height: 340px;
	}

	.s-cards__gallery .slick-next {
		transform: translateX(-30px);
	}

	.s-cards__gallery .slick-prev {
		transform: translateX(30px) rotate(180deg);
	}
}

@media(max-width: 360px) {
	.s-cards__gallery-item {
		height: 320px;
	}

	.s-cards__gallery .slick-next {
		transform: translateX(-22px);
	}

	.s-cards__gallery .slick-prev {
		transform: translateX(22px) rotate(180deg);
	}
}

.card-popup {
	display: -webkit-box;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    margin-bottom: 20px;
	column-gap: 20px;
}

.plan-title {
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
}

.plan-item-title {
	font-size: 13px;
	line-height: 15px;
}

.plan-price {
	font-size: 18px;
	line-height: 20px;
}

.popup-plan {
	margin-top: 20px
}

.s-cards__gallery-p {
	background-color: white;
}

.plan-slide {
	display: -webkit-box;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}

.plan-img {
	width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 768px) {
	/**/
	.plan-slide {
		display: block;
	}

  .plan-text {
    margin-top: 30px
  }

	.plan-img {
		width: 260px;
		height: 260px;
		max-width: 260px;
		max-height: 260px;
		margin: 30px auto 0;
	}

	.slick-initialized .slick-slide {
	   height: 520px;
	}

	/**/

	.first-screen__overtitle .logo {
		height: 50px;
	}

	.s-cards__gallery-p {
		padding-bottom: 46px;
		text-align: center;
	}

	.popup-detalis-p .slick-slider .slick-list {
		width: 80vw !important;
	}
}

@media(max-width: 480px) {
	.plan-img {
		width: 250px;
		height: 250px;
		max-width: 250px;
		max-height: 250px;
	}

	.footer-cosmic {
		font-size: 12px;
	}

	.popup-detalis-p .slick-slider .slick-list {
		width: 68vw !important;
	}

	.plan-title {
		font-size: 20px;
		line-height: 22px;
		font-weight: 200;
	}

	.plan-price {
		font-size: 16px;
		line-height: 18px;
	}
}

@media(max-width: 460px) {
	.popup-detalis-p .slick-slider .slick-list {
		width: 50vw !important;
	}

	.plan-img {
		width: 150px;
		height: 150px;
		max-width: 150px;
		max-height: 150px;
	}
}

@media(max-width: 360px) {

	.footer-cosmic {
		font-size: 11px;
	}
}

.detalis {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #5F5F5F;
    position: relative;
}

/*pers-data*/

.popup {
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  width:100%;
  height:100%;
  display:none;
  z-index: 1000000000000;
  overflow-y: auto;
  height: 100vh;
}

/* Popup inner div */
.popup-content {
    width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 100px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

/* Popup close button */
.close-button {
    position: absolute;
    top: 0px;
    right: 15px;
    border-radius: 20px;
    font-size: 40px;
    text-align: center;
    text-decoration:none;
    color: #C2BDBA !important;
}

.close-button:hover {
    color: #b2adab !important;
}

@media screen and (max-width: 720px) {
.popup-content {
    width:90%;
    }
}

/*pers-data*/

.first-screen__phone-link {
  text-decoration: none
}

/************************************expertst************************************/

.s-experts {
  padding-top: 100px;
  padding-bottom: 150px;
  color: #353749;
  text-align: center;
}

.s-experts__title {
    font-family: 'Gilroy';
    font-size: 40px;
    line-height: 115%;
}

@media (max-width: 480px) {
  .s-experts__title {
      font-size: 32px;
  }
}

.s-experts .row {
    row-gap: 60px;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin-top:85px
}

.s-experts .row .col {
    width: 15%;
    text-align: center;
}

.s-experts .row .col b {
    text-align: center;
    font-size: 23px;
}

.s-experts__img {
  width: 100%;
    height: auto;
    background-size: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-bottom: 24px;
    background-position-x: center;
}

@media(max-width: 1600px) {
  .s-experts {
    padding-top: 80px;
    padding-bottom: 100px;
  }


}

@media(max-width: 1199px) {
  .s-experts .row .col {
      width: 27%;
  }

  .s-experts .row .col b {
      text-align: center;
      font-size: 16px;
  }
}

@media(max-width: 480px) {
  .s-experts .row .col {
      width: 40%;
  }
}

@media(max-width: 360px) {
  .s-experts .row .col {
      width: 60%;
  }
}
/************************************expertst************************************/
