15.625vw10.b-services .b-page__top {
	background-position: center top!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.b-input__text.error_input,
.form__input-text.error_input,
.form-quiz__input.error_input
{
	border-color: #c12c0e!important
}
.popup-general__result-name {
	font-size: 2rem;
	font-weight: bold
}
.popup-general__result-text {
	font-size: 1.2rem;
	margin-top: 2rem
}


.b-header .b-nav>ul {
	position: relative
}
.b-header .b-nav>ul .b-book__number {
	/*position: relative;*/
	top: -25px;
    right: 96px;
}
.b-header .b-nav>ul>li:last-of-type {
    margin-right: 0;
}
.gallery__item-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 290px;
}
@media (max-width:1024px) {
	.image-animate {
		-webkit-clip-path: inset(0 0 0 0)!important;
		clip-path: inset(0 0 0 0)!important;
	}
}

.container{
   position: relative;
}
.b-info__hero {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  z-index: 20;
  position: relative;
}
.b-info__icons {
  width: calc(100% - 585px);
  max-width: 855px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px 0;
  margin-right: auto;
  padding-top: 13px;
}
.b-info__form {
  width: 565px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.b-info__hero .b-title__item {
  font-size: 30px;
  margin-bottom: 32px;
}
.b-info__hero .b-form__right-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.b-info__hero .b-form__right-row .b-input {
  margin-right: 0;
  width: calc(50% - 6.5px);
  margin-bottom: 13px;
}
.b-info__hero .b-form__right-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.b-info__hero .b-form__right-block .b-input {
  height: 49px;
  margin-bottom: 13px;
}
.b-info__hero .b-form__right-block .b-input textarea.b-textarea {
  min-height: 49px;
  height: auto;
  max-height: 49px;
  padding-bottom: 0;
}
.b-why .b-title {
  left: 469px;
	top: -54px;
}
.b-info__hero .b-main__block {
  width: 33.33333%;
  margin-right: 0;
}

.b-main__block-img {
  margin-right: 16px;
}
.b-info__line{
	top: 570px;
	}
@media screen and (max-width: 1529px) {
  .b-why .b-title {
    left: 290px;
    top: -70px;
  }
}
@media screen and (max-width: 1320px) {
  .b-info__hero .b-main__block {
    width: 50%;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .b-info__hero {
    margin-bottom: 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .b-info__form {
    width: 100%;
    max-width: 100%;
    margin-top: 65px;
    margin-bottom: 80px;
  }
  .b-info__icons {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .b-info__form form {
    width: 100%;
  }
  .b-info__hero .b-title__item {
    font-size: 38px;
    margin-bottom: 65px;
  }
  .b-info__hero .b-form__right-row .b-input {
    width: calc(33.3333% - 13px);
    margin-bottom: 30px;
  }
  .b-info__hero .b-form__right-block .b-input textarea.b-textarea {
    min-height: 74px;
    height: auto;
    max-height: 74px;
  }
  .b-info__hero .b-form__right-block .b-input {
    margin-bottom: 40px;
  }
  .b-info__hero .b-form__right-block {
    align-items: flex-start;
  }
  .b-info__line {
    top: 970px;
  }
}
.b-main .border-btn {
  display: none;
}
.phone__link-Mobile {
  width: 15.625vw;
  height: 15.625vw;
min-width:50px;
min-height: 50px;
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 40;
  display: none;
}
@media (max-width: 767px) {
  .phone__link-Mobile {
    display: flex;
  }
  .b-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*min-height: 100vh;*/
    height: auto;
  }
  .b-main__item {
    width: 100%;
    height: auto;
    min-height: 560px;
    display: flex;
    align-items: stretch;
  }
  .b-main__item-img {
    height: auto;
  }
  .b-info__form {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .b-info__hero .b-title__item {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .b-info__hero .b-form__right-row .b-input {
    width: 100%;
    margin-bottom: 15px;
  }
  .b-main__block {
    padding: 0;
    margin: 0;
  }
  .b-main__block {
    justify-content: flex-start;
  }
  .b-main__block:nth-child(1) {
    order: 1;
  }
  .b-main__block:nth-child(2) {
    order: 2;
  }
  .b-main__block:nth-child(3) {
    order: 5;
  }
  .b-main__block:nth-child(4) {
    order: 3;
  }
  .b-main__block:nth-child(5) {
    order: 4;
  }
  .b-main__block:nth-child(6) {
    order: 6;
  }
  .b-main__block span {
    max-width: 120px;
  }
  .b-main__item-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .b-main__item-title {
    text-align: center;
  }
  .b-main__item-nav ul li a {
    font-size: 19px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
  }
  .b-main__item-title {
    margin-bottom: 40px;
  }
  .b-header .b-logo {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(13px);
  }
  .b-main__item:hover {
    width: 100%;
  }
  .b-main__item-nav ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  .b-main__item-nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 4px;
    width: calc(100% + 20px);
    background-color: #d5b237;
  }
  .b-main .border-btn {
    display: block;
    width: 100%;
    max-width: 190px;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../../../../local/templates/krupenko/img/golp.png);
  }
  .b-main .border-btn.__hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .b-main__item-nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
  }
  .b-main__item-nav.__active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all;
  }
}
@media (max-width: 475px) {
  .b-main__block {
    align-items: center;
  }
  .b-info__icons {
    gap: 25px 0;
  }
  .b-main__block-img {
    width: 32px;
    height: 28px;
    margin-right: 10px;
  }

  .b-main__block-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .b-main__block span {
    padding-top: 0;
    font-size: 9px;
  }
}
.b-info .b-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 378px;
  z-index: 6;
  padding: 0;
}
@media (max-width: 1529px) {
  .b-info .b-title {
    top: auto;
    left: 245px;
  }
}
@media (max-width: 1199px) {

  .b-info .b-title {
    left: 0;
    top: 0;
    position: static;
    margin: 0 0 40px;
  }
}
body.body-overflow {
    overflow: auto;
}
.b-header .b-nav>ul>li .b-dropdown:after{
display:none !important;
}
.b-logo img {
	max-width: 86px
}
.w-100 {
	width: 100%!important
}

.b-info__hero {
	justify-content: center
}

.b-header .b-logo{
  display: block;
}
.b-logo img{
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 86px;
	max-height: 70px;
	height: 100%;
}
.b-header .b-nav > ul > li:nth-child(4){
  margin-right: 65px;
}
.b-header .b-nav > ul > li:nth-child(4){
  margin-right: 320px;
}
.our_social{
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;

}
.our_social span{
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.our_social img{
  width: 22px;
  height: 22px;
  object-size: contain;
  object-position: center;
  position: relative;
  z-index: 10;
}
.our_social span:after {
  position: absolute;
  bottom: -1px;
  right: -12px;
  content: "";
  width: 40px;
  height: 6px;
  background: #d5b237;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}
.our_social:hover span:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.w-100{
  width: 100% !important;
}
@media (max-width: 1360px) {
  .b-header .b-nav > ul > li:not(:last-child){
    margin-right: 24px;
  }
  .b-header .b-nav > ul > li:nth-child(3){
    margin-right: 210px;
  }

}
@media (max-width: 991px) {
  .our_social{
    position: relative;
    justify-content: flex-start;
    right: 0;
    top: auto;
    margin-top: 20px;
  }
  .our_social span{
      font-size: 18px;
  }
}
.b-main__item-newTitle{
  position: absolute;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20;
	padding: 0 20px
}
.b-main__item-newTitle h2{
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  line-height: 110%;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  font-size: 140px;
}
.b-main__item-newTitle p{
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  line-height: 110%;
  font-weight: 200;
  text-transform: lowercase;
  margin: 0;
  font-size: 72px;
  transition-delay: .5s;
}
.b-main__item-newTitle img {
	width: 100%;
	max-width: 800px;
}
.b-main .b-info__line{
  top: 40%;
  height: 80px;
}
.b-main .b-info__line._small{
  top: 54%;
  left: calc(73% - 330px);
  height: 85px;
  width: 330px;
}
@media (max-width: 1599px) {
  .b-main__item-newTitle h2{
    font-size: 110px;
  }
  .b-main__item-newTitle p{
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .b-main__item-newTitle h2{
    font-size: 72px;
  }
  .b-main__item-newTitle p{
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .b-main__item-newTitle{
    display: none;
  }
  .b-main{
    min-height: auto;
  }
  .b-main__item-block{
    margin-top: 40px;
  }
  .b-mobile{
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
.b-main .border-btn {
display: none !important;
}
.b-main__item-newTitle{
display: flex;
}
.b-main__item-block{
position: static;
}
.b-main__item-newTitle h2{
font-size: 11vw;
}
.b-main__item-newTitle p{
font-size: 6vw;
}
}

#map iframe {
	max-height: 100%;
}
.main-h1 {
	color:#fff;
	font-size: 45.5px
}
.list-circle ul li, ol li {
    list-style: initial;
}
.list-circle ul, ol {
    padding-left: 18px;
}

@media (max-width: 991px) {
    .list-circle ul, ol {
        padding-left: 12px;
    }
}