/*common*/
.column_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 -10px;
}

#statistic-block{
    flex-wrap: wrap;
    margin-left: 10%;
}

@media (max-width: 450px){
    #statistic-block{
    flex-wrap: wrap;
    margin-left: 1px;
}
}

.column_wrap > .column > img{
	width: 75%;
    /* max-width: 100%; */
    height: 175px;
}

.column_wrap.arenda-item > .column > img{
	width: auto;
    /* max-width: 100%; */
    height: auto;
}


.column {
  width: 25%;
  padding: 0 0 0 10px;
  text-align: center;
  font-size: 18px;
}

.column_text{
	margin-top: 10px;
	font-weight: bold;
}

@media only screen and (max-width : 1200px){
	.bottom_links{
		/*width: 28%!important;*/
	}
}

@media only screen and (max-width : 992px){
	p > img[src="/dir_images/userfiles/images/HR%20photo.png"]{
		margin-top: -250px!important;
	}

	.bottom_links{
		width: 28%!important;
	}

	.column_wrap > .column > img{
	    height: auto!important;
	}
}

@media only screen and (max-width : 768px){
	p > img[src="/dir_images/userfiles/images/HR%20photo.png"]{
		margin-top: -360px!important;
	}

	.bottom_links{
		width: 100%!important;
		margin-bottom: 30px;
	}

	.column {
	  	font-size: 16px;
	}

	.column_wrap > .column > img{
	    width: 35%!important;
    	/* max-width: 100%; */
    	height: 175px!important;
	}

	.column_wrap {
  		display: inherit!important;
	}

	.arenda-item.column_wrap {
  		display: flex!important;
		flex-wrap: wrap;
	}

	.column {
  		width: 100%!important;
	}

	.arenda-item .column {
	  width: 50%!important;
	  padding: 0 0 0 10px;
	  text-align: center;
	  font-size: 14px;
	}

	.arenda-item .column  > img
	{
		width: auto;
		height: auto !important;
		max-width: fit-content;
	}
}

body{
	font-family: 'ibmplexsans', sans-serif, arial;
	color:#4E5965;
	font-size:15px;
}

a{
	color:#D52339;
	transition: color .5s ease-out;
}
a:focus{
	color:inherit;
}
a:hover{
	color:inherit;
}
.color-normal{
	color:#333839;
}
.color-black{
	color:#000;
}
.color-gray{
	color:#414141;
}
.color-light-grey {
	color:#939393;
}

.color-white{
	color:#ffffff !important;
}
.color-red{
	color:#D52339;
}
.color-darkred{
	color:#99001A;
}
.color-blue {
	color:#1475CE !important;
}


.btn, .btn-styled, .btn:hover {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.btn_red,
.btn-styled,
.btn_red:hover,
.btn-styled:hover {
  color: #fff;
  border: #D52339 1px solid;
  background: #D52339;
  font-size: 100%;
  font-weight: 400;
}
.btn_red:disabled,
.btn-styled:disabled,
.btn_red.disabled,
.btn-styled.disabled {
  pointer-events: none;
  color: #fff;
  border: #EFCBCF 1px solid;
  background: #EFCBCF;
}

@media only screen and (min-width: 768px) {
  .btn_red:hover,
  .btn-styled:hover {
    color: #fff;
    border: #FF344D 1px solid;
    background: #FF344D;
  }
}
a.link-arr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  color: #1475CE;
}
a.link-arr i {
  width: 7px;
  height: 7px;
  border-right: currentColor 2px solid;
  border-bottom: currentColor 2px solid;
  transform: rotate(-45deg);
}


/* ---- */
.header-wrapper {
  height: 184px;
  background: #1e4a73;
}
.header-scroll .header__b {
  height: 130px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header-scroll .header__b {
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  background: transparent;
  z-index: 1030;
}
.header__b {
  position: relative;
  display: flex;
  gap: 30px;
  height: 184px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.header__logo {
  position: relative;
  width: 139px;
  height: 100px;
  overflow: hidden;
}
.header__logo a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-dark {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-light {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-transparent {
  background: transparent !important;
}

.header-dark .header__logo a {
  background: url("/site_img/logo.svg") no-repeat 0 0 / 139px;
}
.header-light .header__logo a {
  background: url("/site_img/logo.svg") no-repeat 0 -100px / 139px;
}


.header__cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1px 15px;
  line-height: 1;
}
.header__phone,
.header__city {
  display: flex;
  align-items: center;
}
.header__phone {
  flex-wrap: wrap;
  max-width: 180px;
  gap: 5px 0;
}
.header__phone a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.header__phone svg {
  width: 22px !important;
  height: 22px !important;
}
.header-dark .header__phone a {
  color: #9BC2E5;
}
.header-light .header__phone a {
  color: #1475CE;
}
.header-dark .header__phone svg {
  fill: #668FA9;
}
.header-light .header__phone svg {
  fill: #1475CE;
}
.header__city a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.header__city i {
  color: #fff;
}
.header-dark .header__city a {
  color: #9BC2E5;
}
.header-light .header__city a {
  color: #1475CE;
}
.header-dark .header__city a i {
  color: #fff;
}
.header-light .header__city a i {
  color: #1475CE;
}
.header-light .header__phone a:hover,
.header-light .header__city a:hover {
  color: #FF344D;
}
.header-light .header__phone a:hover svg {
  fill: #FF344D;
}
.header-light .header__city a:hover i {
  color: #FF344D;
}
@media (max-width: 1199px) {
  .header-wrapper {
    height: 130px;
  }
  .header__b {
    display: flex;
    gap: 20px;
    height: 130px;
    align-items: center;
    justify-content: flex-start;
  }
  .header__cont {
    flex: 1 1 0;
    justify-content: flex-end;
  }
  .header__menu {
    order: 2;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    height: 120px;
  }
  .header__b {
    height: 120px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .header__logo {
    position: relative;
    width: 83px;
    height: 55px;
    overflow: hidden;
  }
  .header-dark .header__logo a {
    background: url("/site_img/logo.svg") no-repeat 0 -173px / 121px;
  }
  .header-light .header__logo a {
    background: url("/site_img/logo.svg") no-repeat 0 -227px / 121px;
  }
  .header__cont {
    flex: 1 1 100%;
    justify-content: space-between;
    order: -1;
  }
  .header__phone a, .header__city a {
    font-size: 13px;
  }
  .header__phone svg {
    width: 18px !important;
    height: 18px !important;
  }
}
/* menu */



@media (min-width: 1200px) {
  .main-menu {
    padding: 0;
  }
  .main-menu__ico {
    position: relative;
    display: none;
  }
  .main-menu__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu__ul > li {
    position: relative;
    margin: 0 2px;
    padding: 0;
  }
  .main-menu__ul > li > a {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    margin: 10px 0;
    transition: all 0.3s ease;
  }
  .header-scroll .main-menu__ul > li > a {
    padding: 10px 15px;
    transition: padding 0.3s ease;
  }
  .header-dark .main-menu__ul > li > a {
    color: #FFFFFF;
  }
  .header-light .main-menu__ul > li > a {
    color: #323232;
  }

  .header-dark .main-menu__ul > li > a.v2,
  .header-dark .main-menu__ul > li:hover > a.v2 {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #45718F;
    border-radius: 5px;
  }
  .header-light .main-menu__ul > li > a.v2 {
    color: #323232;
    background: #fff;
    border: 1px solid #C8DBED;
    border-radius: 5px;
  }
  .header-light .main-menu__ul > li:hover > a.v2 {
    color: #FF344D;
    border: 1px solid #FF344D;
  }

  .main-menu__level2 {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 190px;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 0px;
    opacity: 0;
    max-height: 0;
    box-shadow: 0px 0px 0px rgba(4, 57, 90, 0.09);
    overflow: hidden;
    -webkit-transition: max-height 0s ease, opacity .5s ease;
    -o-transition: max-height 0s ease, opacity .5s ease;
    transition: max-height 0s ease, opacity .5s ease;
    z-index: 3;
  }
  .main-menu__level2::before {
    content: '';
    position: absolute;
    top: -9px;
    left: calc(50% - 9px);
    z-index: 2;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
  }
  .main-menu__ul > li:hover .main-menu__level2 {
    padding: 0;
    opacity: 1;
    max-height: 1000px;
    box-shadow: 0px 1px 6px rgba(4, 57, 90, 0.09);
    overflow: unset;
    -webkit-transition: max-height 0s ease, opacity .5s ease;
    -o-transition: max-height 0s ease, opacity .5s ease;
    transition: max-height 0s ease, opacity .5s ease;
    z-index: 3;
  }
  .main-menu__level2 > ul {
    margin: 10px 1px;
    padding: 0;
    list-style: none;
  }
  .main-menu__level2 > ul > li {
    margin: 0;
    padding: 0px 0;
  }
  .main-menu__level2 > ul > li > a {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #505153;
    padding: 6px 20px;
    line-height: 153%;
    text-decoration: none;
  }
  .main-menu__level3 {
    padding-left: 20px;
  }
  .main-menu__level3 > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu__level3 > ul > li {
    margin: 20px 0;
    padding: 0px 0;
  }
  .main-menu__level3 > ul > li > a {
    font-weight: 500;
    font-size: 15px;
    color: rgba(1, 1, 1, 0.8);
    line-height: 153%;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header-dark .main-menu__ul > li:hover > a {
    color: #fff;
  }
  .header-light .main-menu__ul > li:hover > a {
    color: #323232;
  }


  .main-menu__level2 > ul > li:hover > a,
  .main-menu__level3 > ul > li > a:hover {
    background: #F2F2F2;
    color: #000000;
  }
  .main-menu__content {
    display: none;
  }

}
@media (max-width: 1199px) {
  .main-menu {
    width: 70px;
    height: 42px;
    border-radius: 5px;
  }
  .header-dark .main-menu {
    background: rgba(255, 255, 255, 0.2);
  }
  .header-light .main-menu {
    background: #323232;
  }

  .main-menu > a.main-menu__ico {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    z-index: 30;
    margin: 0 auto;
  }
  .main-menu__ico span {
    position: absolute;
    display: block;
    height: 2px;
    left: 25px;
    right: 25px;
    top: 20px;
    border-radius: 2px;
    -webkit-transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, -webkit-transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, -webkit-transform 0.2s ease 0s;
    -o-transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  }
  .header-dark .main-menu__ico span {
    background-color: #fff;
  }
  .header-light .main-menu__ico span {
    background-color: #fff;
  }
  .main-menu__ico span:nth-child(1) {
    top: 14px;
  }
  .main-menu__ico span:nth-child(3) {
    top: 26px;
  }
  .main-menu.open .main-menu__ico span {
    opacity: 0;
    background-color: #fff;
    -webkit-transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0.25s;
    -o-transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s, -webkit-transform 0.2s ease 0.25s;
  }
  .main-menu.open .main-menu__ico span:first-child {
    opacity: 1;
    top: 20px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-menu.open .main-menu__ico span:nth-child(3) {
    opacity: 1;
    top: 20px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: calc(50% + 26px);
    right: 15px;
    left: 15px;
    min-height: 0vh;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
    z-index: 5;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .main-menu.open .main-menu__items {
    display: block;
    max-height: 100vh;
    overflow: auto;
    opacity: 1;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s linear, opacity 0.2s linear;
    -o-transition: all 0.3s linear, opacity 0.2s linear;
    transition: all 0.3s linear, opacity 0.2s linear;
  }
  .main-menu__items > div {
    width: 100%;
    min-height: 100%;
    padding: 15px 0px;
  }
  .main-menu__ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu__ul > li {
    margin: 0;
    padding: 0;
  }
  .main-menu__ul > li > a {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    padding: 7px 30px;
  }
  .header-dark .main-menu__ul > li > a.v2,
  .header-light .main-menu__ul > li > a.v2 {
    display: inline-flex;
    background: #D52339;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 15px;
    margin: 10px 0 10px 30px;
    text-transform: none;
    transition: all 0.3s linear;
  }

  .main-menu__ul > li .main-menu__level2 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li.open .main-menu__level2 {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li > a.has-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-right: currentColor 1px solid;
    border-bottom: currentColor 1px solid;
    transform: rotate(45deg);
    margin: -8px 0 0 0;
  }

  .main-menu__ul > li.open > a.has-menu::after {
    margin: 0px 0 0 0;
    transform: rotate(-135deg);
  }
  .main-menu__level2 > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu__level2 > ul > li {
    margin: 0;
    padding: 0;
  }
  .main-menu__level2 > ul > li > a,
  .main-menu__level2 > ul > li > span {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #505153;
    text-decoration: none;
    padding: 7px 40px;
  }
  .main-menu__content {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-menu__ul > li > a:hover {
    background: #F2F2F2;
  }
  .header-dark .main-menu__ul > li > a.v2:hover,
  .header-light .main-menu__ul > li > a.v2:hover {
    background: #FF344D;
  }
}
@media (max-width: 767px) {
  .main-menu__items {
    top: 100%;
  }
}
/* end menu */


/* ---- */


/*.menu .popup-menu .popup-menu3{
	width:600px;
	padding-top:5px;
}
.menu .popup-menu .popup-menu3 p{
	padding-left:10px;
}*/


.promo-main {
  position: relative;
  margin: -184px 0 0 0;
  line-height: 1.4;
}
.promo-main__slide {
  position: relative;
  display: flex !important;
  align-items: center;
  height: 670px;
  padding-top: 184px;
  padding-bottom: 100px;
}
.promo-main__slide.slick-slide > div {
  height: auto;
}
.promo-main__content {
  width: 100%;
  max-width: 70%;
}
@media (min-width: 1200px) {
  .promo-main__slide.personal-slide {
    height: 880px;
  }
}
@media (max-width: 1199px) {
  .promo-main {
    margin: -130px 0 0 0;
  }
  .promo-main__slide {
    height: 450px;
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .promo-main {
    margin: -120px 0 0 0;
  }
  .promo-main__slide {
    height: 340px;
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.promo-main__slide > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.promo-main__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.promo-main__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.promo-main__content {
  position: relative;
  z-index: 2;
}
.promo-main__content *:last-child {
  margin-bottom: 0;
}
.promo-main__head {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 6px 0;
}
.promo-main__text {
  font-weight: 500;
  font-size: 20px;
  color: #C8DBED;
  margin: 6px 0 30px 0;
}

.promo-main__btn {
  margin: 30px 0 0 0;
}

@media (max-width: 1199px) {
  .promo-main__head {
    font-weight: 700;
    font-size: 26px;
  }
  .promo-main__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .promo-main__content {
    width: 100%;
    max-width: 100%;
  }
  .promo-main__head {
    font-weight: 700;
    font-size: 16px;
  }
  .promo-main__text {
    font-size: 12px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
  }
  .promo-main__btn {
    margin: 10px 0 0 0;
  }
}
.section-b {
  position: relative;
}
.section-bggrey {
  background: #F4F6F8;
}
.section-padding {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-search {
  position: relative;
  padding-top: 1px;
  background: #F4F6F8;
  z-index: 2;
}
.main-search__content {
  margin-top: -100px;
}

@media (max-width: 1199px) {
  .main-search__content {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .main-search__content {
    margin-top: -50px;
  }
}

.main-search__head {
  min-width: 33.3%;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #010101;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px 5px 0px 0px;
  padding: 0 27px;
}
.main-search__head i {
  width: 8px;
  height: 8px;
  background: #FF344D;
  border-radius: 50%;
  margin-right: 8px;
}




.abs-block{
	position:absolute;
	width:100%;
	top:0;
	height:100%;
	left:0;
	display:flex;
	justify-content: space-between;
	align-items:center;
	background-position: center center;
	background-size: cover;
}
/*.btn-styled {
  display: block;
  position: relative;
  transition: all 0.5s ease-out;
	text-align:center;
	text-decoration:none;
  padding: 1.8em 3.3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #D52339;
  color: white;
  text-transform: uppercase;
  letter-spacing: .25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
}
.btn-styled:hover {
  !*background: rgba(213, 35, 57, 0.03);*!
  background-color: #d9544d!important;
  !*box-shadow: 0 0 5px rgba(0,0,0,0.5)!important;*!
}*/
.button__horizontal, .button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  will-change: transform;
}
.button__horizontal::before, .button__vertical::before {
  content: '';
  position: absolute;
  border: inherit;
}
.button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}
.button__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.btn-styled:hover .button__horizontal {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.button__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}
.button__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.btn-styled:hover .button__vertical {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.search-one-block {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.06);
  border-radius: 0px 5px 5px 5px;
}
.search-one {
  position: relative;
	background:#fff;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: 12px 25px;
  min-height: 50px;
  font-size: 15px;
  line-height: 1.5;
  color: #636363;
}
.row > div:last-child > .search-one {
	border-right: 0px solid #E9E9E9;
}
.search-one > a.arrow-right{
	display:block;
	text-decoration:none;
	position:relative;
}
.search-one > .arrow-right:after {
  content: "";
  position: absolute;
  right: 3px;
  top: calc(50% - 5px);
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.67423px solid #323232;
  border-bottom: 1.67423px solid #323232;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .search-one {
    padding: 12px 15px;
  }
  .row > div:last-child > .search-one {
    border-right: 1px solid #E9E9E9;
  }
}

.select-type-block,
.select-type-object,
.select-price-block {
    position: absolute;
    top: 100%;
    left: 1px;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #505153;
    text-align: left;
    list-style: none;
  	font-size:15px;
    background-clip: padding-box;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(4, 57, 90, 0.09);
    border-radius: 0px 0px 5px 5px;
  }
.select-type-object{
	padding: 15px 25px;
}
.select-type-object .form-check {
    padding:2px 0 2px 24px;
}
.select-type-block.active,.select-type-object.active,.select-price-block.active{
	 display: block;
}
.select-type-block a,.select-price-block a {
    padding: 4px 25px;
	  text-decoration:none;
    color: #505153;
    display: block;
}
.select-type-block a:hover,.select-price-block a:hover{
    color: #000;
    background-color: #ddd;
    text-decoration: none;
}
.search-one > a.arrow-right.select-object{
	padding-right: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.price-block,
.size-block {
  position: relative;
}
.size-block:before {
    content: 'м2';
    top: 50%;
	  color: #636363;
    position: absolute;
    right: 25px;
  	font-size: 15px;
    transform: translate(0, -50%);
}
.price-block:before {
    content: '₽';
    top: 50%;
	  color: #636363;
    position: absolute;
    right: 25px;
	  font-size:15px;
    transform: translate(0, -50%);
}
.inputBefore {
  width: 100%;
    /*position: absolute;
    top: 4px;
    left: 12px;
    font-size: 13px;
    z-index: 11;*/
}
.size-block:after, .price-block:after, .okups-block:after {
    height: 20px;
    width: 1px;
    background-color: rgba(0,0,0,.25);
    position: absolute;
    content: '';
    left: 44%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
}

.small-forms input {
  border: none;
	height:24px;
  font-size: 15px;
	outline:0;
  color: #939393;
	background:transparent;
}
.small-forms input:first-child {
    width: 48%;
}
.small-forms input:last-child {
    width: 52%;
    border-left: none;
}
.search-one.small-forms{
	padding: 12px 25px 2px 25px;
}
.free-search{
	background:#fff url(../site_img/search.svg) no-repeat 25px center;
	padding: 25px 25px 25px 54px;
}
.free-search input{
  height: 25px;
  line-height: 25px;
	outline:0;
	background:transparent;
	border:0;
	width:100%;
}
@media (max-width: 767px) {
  .search-one.small-forms{
    padding: 12px 15px 2px 15px;
  }
  .free-search{
    background:#fff url(../site_img/search.svg) no-repeat 15px center;
    padding: 15px 15px 15px 40px;
    border-bottom: 1px solid #E6E9EC;
  }

}


.search-one-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 12px 25px 12px 25px;
}
@media (max-width: 767px) {
  .search-one-btn {
    padding: 12px 15px 12px 15px;
  }
  .search-one-btn .btn {
    width: 100%;
  }
}
a.btn-styled:hover{
	text-decoration:none;
	/*color: #D52339;*/
}
.search-form .btn-styled{
	padding:5px 40px;
	letter-spacing: 0;
	--offset: 4px;
	margin:-4px 0 -4px auto;
}
.btn-styled.small-btn{
	padding:5px 20px;
	letter-spacing: 0;
	--offset: 4px;
	max-width:330px;
}
.direction-items {
  --gap: 40px;
  --columns: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.direction-items > a {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
@media screen and (max-width: 1199px) {
  .direction-items {
    --gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .direction-items {
    --gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .direction-items {
    --gap: 8px;
  }
}

a.main-set-filter {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration:none;
  border-radius: 5px;
  overflow: hidden;
}
a.main-set-filter:hover {
  box-shadow: 0px 1px 6px rgba(4, 57, 90, 0.09);
}
a.main-set-filter .direction-number {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 2;
  font-weight: 500;
  font-size: 26px;
  color: #D6EBFF;
}
a.main-set-filter .image {
  position: relative;
  flex: 0 0 111px;
  background: #fff;
  padding: 25px 25px 0 25px;
}
a.main-set-filter .direction-image {
  position: relative;
  height: 86px;
}
a.main-set-filter .direction-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto 0 0;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: left bottom;
}

a.main-set-filter .direction-head {
  flex: 1 1 100%;
  background: #fff;
  padding: 7px 25px 12px 25px;
}
a.main-set-filter .direction-head h4 {
  font-weight: 500;
  font-size: 17px;
  color: #323232;
}
a.main-set-filter .direction-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 54px;
  padding: 9px 25px 17px 25px;
  background: rgba(255, 255, 255, 0.8);
}
a.main-set-filter .direction-count {
  font-weight: 500;
  font-size: 20px;
  color: #939393;
}
a.main-set-filter .direction-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  color: #1475CE;
}
a.main-set-filter .direction-more i {
  width: 7px;
  height: 7px;
  border-right: #1475CE 2px solid;
  border-bottom: #1475CE 2px solid;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1199px) {
  a.main-set-filter .direction-number {
    top: 30px;
    right: 20px;
  }
  a.main-set-filter .image {
    padding: 20px 20px 0 20px;
  }
  a.main-set-filter .direction-head {
    padding: 7px 20px 10px 20px;
  }
  a.main-set-filter .direction-info {
    padding: 9px 20px 17px 20px;
  }
}
@media screen and (max-width: 767px) {
  a.main-set-filter .direction-number {
    top: 10px;
    left: 10px;
    right: auto;
    font-size: 16px;
  }
  a.main-set-filter .image {
    flex: 0 0 82px;
    padding: 20px 10px 0 10px;
  }
  a.main-set-filter .direction-image {
    height: 62px;
  }
  a.main-set-filter .direction-image img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-position: center center;
  }

  a.main-set-filter .direction-head {
    padding: 10px 5px 4px 5px;
    text-align: center;
  }
  a.main-set-filter .direction-head h4 {
    font-size: 11px;
  }

  a.main-set-filter .direction-info {
    padding: 8px 5px 8px 5px;
  }
  a.main-set-filter .direction-count {
    flex: 0 0 100%;
    font-size: 13px;
    text-align: center;
  }
  a.main-set-filter .direction-more {
    flex: 0 0 100%;
    font-size: 11px;
    justify-content: center;
  }

}


a.switch-tab{
	color:#333839;
	background: #e9e7e4;
	text-decoration:none;
	padding:8px 16px;
    border: 1px solid #fff;
}
a.switch-tab.active{
	color:#fff;
	background: #D52339;
}
.switch-tab-block a{
	color:#333839;
}
.switch-tab-block a:hover{
	color:#D52339;
}
.form-wide,.gray-wide{
	padding:40px 0;
	margin:40px 0;
	background:linear-gradient(to bottom,#eef6f9,#bec7ce);
}
.form-wide input[type=text]{
	width:100%;
	height:48px;
	line-height:46px;
	padding:0 15px;
	border-radius:4px;
	border:1px solid #ccc;
}
.form-wide .btn-styled{
	width:100%;
	padding: 10px 20px;
}
a.item-one {
  display:flex;
  flex-direction:column;
  height:100%;
  text-decoration:none;
  color:#333839;
  background: #FFFFFF;
  border: 1px solid #E4E9EC;
  border-radius: 5px;
}
@media (min-width: 768px) {
  a.item-one:hover{
    box-shadow: 0px 1px 6px rgba(4, 57, 90, 0.09);
  }
  .promo-main__text.text-big {
    font-size: 32px;
  }
}
.item-one .image {
	position: relative;
  flex: 0 0 190px;
	border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.item-one .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.item-one .image .note {
  position: absolute;
  top: 0px;
  right: 17px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 6px;
	color:#fff;
	background: #D52339;
  border-radius: 0px 0px 5px 5px;
  z-index: 3;
}
.item-one .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 75px;
  border-top: 1px solid #E9E9E9;
  padding: 0 20px 10px 20px;
}
.item-one .title__cost-sub {
  font-size: 11px;
  color: #010101;
}
.item-one .title__cost-main {
  white-space: nowrap;
  font-weight: 500;
  font-size: 17px;
  color: #010101;
}
.item-one .title__size {
  font-weight: 500;
  font-size: 17px;
  color: #1475CE;
}
.item-one .desc{
  flex: 1 1 100%;
	padding: 20px 20px;
  font-weight: 400;
  font-size: 15px;
  color: #636363;
}

@media (max-width: 1199px) {
  .item-one .image {
    flex: 0 0 204px;
  }
  .item-one .title {
    flex: 0 0 55px;
  }
  .item-one .desc{
    flex: 1 1 100%;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .item-one .title__cost-main,
  .item-one .title__size {
    font-size: 16px;
  }

}
.section-news {
  background: url("/site_img/bg-mainnews.jpg") no-repeat center center / cover;
}
.news-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 15px;
  color: #636363;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-main:hover{
    text-decoration: none;
    box-shadow: 0px 1px 6px rgba(4, 57, 90, 0.09);
  }
}

.news-main .image {
  position: relative;
}
.news-main .image::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.news-main .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.news-main .news-data {
  position: absolute;
  top: 0;
  right: 8px;
  background: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
  font-weight: 600;
  font-size: 12px;
  color: #636363;
  padding: 8px 15px;
  z-index: 2;
}
.news-main .desc {
  flex: 1 1 auto;
  padding: 20px 20px;
  font-weight: 400;
}
.news-main-all {
  position: relative;
  margin: -18px 0 0 0;
  text-align: right;
  z-index: 2;
}
.news-block hr{
	border-color:#000;
	margin: 14px 0;
}
@media (max-width: 767px) {
  .slider-news .news-main .image {
    max-height: 300px;
  }
}


.news3{
	border-bottom: 1px solid #ddd;
}
.news3.noborder{
	border-bottom: 0px solid #ddd;
	margin-bottom:20px;
}
.news3 a{
	margin:10px 0;
    align-items: center;
    align-content: center;
	font-size: 14px;
	color:#333839;
	line-height:1.3;
	text-decoration:none;
}
.news3 a:hover{
	color:#D52339;
}
.news3 .image {
    display: block;
    width: 80px;
    height: 60px;
    margin-right: 10px;
    background-color: #ddd;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.news3 .image i,.news1 .image i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.news3 a:hover .image i,.news2:hover .image i{
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}
.news1:hover .image i{
	transform: scale(1.1);
    transition: all .3s ease-in-out;
}
a.news1{
	display:block;
	width:100%;
	height:300px;
	color:#fff;
	text-decoration:none;
	 position: relative;
}
a.news1:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
    opacity: .7;
}
.news1 .desc{
	position:absolute;
	display:block;
	bottom:5px;
	width:100%;
	left:0px;
	line-height:1.3;
	z-index:20;
	padding:0 15px 10px 15px;
}
.news1 .image{
	display: block;
	width:100%;
	height:100%;
	overflow: hidden;
	position: relative;
}
.news1 .desc .group{
	display:inline-block;
	padding-bottom: 2px;
    border-bottom: 2px solid #D52339;
}
.footer {
	background: #fff;
  font-size: 15px;
  color: #323232;
}
.footer__main {
  border-top: 1px solid #E9E9E9;
  padding: 50px 0;
}
.footer__sub {
  border-top: 1px solid #E9E9E9;
  padding: 45px 0;
  color: #939393;
}
.footer__logo {
  position: relative;
  width: 139px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 14px;
}
.footer__logo a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/site_img/logo.svg") no-repeat 0 -100px / 139px;
}

.footer-cont {
  display: flex;
  margin-bottom: 20px;
}
.footer__social-icons {
	display:inline-flex;
  gap: 22px;
}
.footer__social-icons a {
  width: 28px;
  height: 28px;
}
.footer__social-icons a svg {
  width: inherit;
  height: inherit;
  fill: #BBBBBB;
}
.footer__social-icons a:hover svg {
  fill: #1475CE;
}
@media (max-width: 767px) {
  .footer__main {
    padding: 40px 0;
  }
  .footer__sub {
    padding: 20px 0;
  }
}
.popup{
	padding:0 20px;
	width:600px;
}
.breads{
	padding:30px 0 20px 0;
}
.content h1{
    font-size: 32px;
    letter-spacing: 1.1px;
    font-weight: 700;
	margin-bottom: 2rem;
}
h3,
.h3,
.content h3 {
  color: #323232;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h3,
  .h3,
  .content h3 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
  }
}
.form-right{
	background:#D52339;
	color:#fff;
	padding:20px 15px;
}
.form-right input{
	height:40px;
	border:1px solid #fff;
	line-height:38px;
	padding:0 15px;
	width:100%;
}
.form-right select{
	height:40px;
	border:1px solid #fff;
	line-height:38px;
	padding:0 15px;
	width:100%;
}
.form-right2 input, .form-right2 select, .form-right2 textarea{
	height:48px;
	border:0;
	line-height:48px;
	border-radius:6px;
	padding:0 15px;
	width:100%;
	background-color: #f4f4f4;
  outline: none;
}
.form-right .btn-styled{
	width:90%;
	padding: 10px 20px;
	margin-left:5%;
	color: #fff;
}
.form-right2 .btn-styled{
	width:90%;
	padding: 10px 20px;
	margin-left:5%;
}
.popup .form-right2 .btn-styled{
	width:auto;
	margin-left:0;

}
.pager a,.pager em{
	font-style:normal;
	display:inline-block;
	text-align:center;
	border:1px solid #D52339;
	width:40px;
	height:40px;
	line-height:38px;
	text-decoration:none;
}
.pager em,.pager a:hover{
	background:	#D52339;
	color:#fff;
}


a.person-one{
	color:#fff;
	text-decoration:none;
}
.person-one img{
	border-radius:10px;
}
.person-one .title{
	margin: -20px 0px 0px 0px;
    padding: 30px 0px 10px 0px;
    background-color: #D52339;
	text-align:center;
	z-index:-1;
	position:relative;
    border-radius: 0px 0px 10px 10px;
	transition: transform 200ms;
}
.person-one:hover .title{
    transform: translateY(10px);
}
.person-image{
	border:4px solid #D52339;
}
a.item-one2 {
    border-radius: 3px;
    background-color: #fff;
	color: #333839;
	text-decoration:none;
	margin:4px 4px 10px 4px;
	height:100%;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.2);
}
.item-one2 img{
	width:100%;
	border-radius: 3px 3px 0 0;
}
.item-one2:hover{
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16), 0 3px 6px 0 rgba(0,0,0,0.23);
}
.item-one2 .sale{
	padding:5px 10px 2px 10px;
}
.item-one2 .attrs{
	padding:5px 10px 10px 10px;
}
.item-one2 .address,.item-one2 .title{
	padding:0px 10px;
}
.item-one2 .attrs .type{
    white-space: nowrap;
    overflow: hidden;
	margin-left:20px;
    text-overflow: ellipsis;
    flex: 1;
}
.owl-prev,.owl-next{
	height: 48px;
    width: 48px;
    border-radius: 48px;
    background: #fff!important;
    color: #3c475b;
    position: absolute;
    top: 50%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.2);
    z-index: 10;
	outline:0;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.owl-next:focus, .owl-prev:focus {
	outline: none;
}
.owl-prev:hover,.owl-next:hover{
	color:#D52339!important;
}
.owl-prev{
	left:0;
	transform: translate(-50%,-50%);
}
.owl-next{
	right:0;
	transform: translate(50%,-50%);
}
.catalog-thumbs{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	padding:20px 0;
}
.catalog-thumbs a{
	display:block;
}
.catalog-thumbs a.active{
	outline: 2px solid #D52339;
}
.btn-styled.call-me{
	letter-spacing: 0;
}
.btn-styled.small-btn.w-auto{
	max-width:540px;
}
.fixed-map{
	height:100vh;
	background:#eee;
}
.short-coords img{
	width:100px;
	vertical-align:middle;
}
.main-bg-wide{
	margin-top:50px;
	position:relative;
}
.main-bg-wide{
	background:#f91e36;
}
.main-bg-wide .text{
	width:100%;
	flex:1;
	background:#f91e36;
}
.main-bg-wide:before{
	height:17px;
	width:30%;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.btn-styled.slider1-btn{
    position: absolute;
    bottom: 19%;
    right: 12.5%;
    padding: 0.8%;
}
.btn-styled.slider2-btn{
    position: absolute;
    bottom: 23%;
    right: 11%;
    padding: 1% 5%;
}

.btn-styled.slider3-btn{
    opacity: 0;
    position: absolute;
    bottom: 19%;
    right: 22%;
    padding: 2% 9%;
}

.section-personal {
  position: relative;
  z-index: 2;
}

.personal-one {
  display: flex;
  flex-direction: column;
  width: 100%;
	border-radius: 5px;
	border: 1px solid #eee;
  overflow: hidden;
}
.personal-one .image {
  position: relative;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #eee;
  overflow: hidden;
}
.personal-one .image::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.personal-one .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  /*object-position: center center;*/
}
.personal-one .counter {
	position:absolute;
	bottom:0px;
	right:0px;
	color:#fff;
  font-weight: 600;
  font-size: 13px;
	padding: 9px 6px;
	background:#D52339;
	border-radius: 5px 0px 0px 0px;
	z-index:10;
}
.personal-one .counter span {
  font-size: 15px;
}
.personal-one .personal-main {
  flex: 1 1 auto;
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #E2E9ED;
}
.personal-one .name {
  font-weight: 500;
  font-size: 18px;
  color: #4E5965;
  padding: 0 0 3px 0;
}
.personal-one .personal-info {
  background: #fff;
  font-size: 15px;
  color: #4E5965;
  padding: 14px 20px;
}
.personal-one .personal-info *:not(:last-child) {
  margin-bottom: 4px;
}
.personal-one .personal-info a {
  font-size: 15px;
  color: #4E5965;
  text-decoration: none;
}
@media (max-width: 767px) {
  /*.slider-personal .personal-one .image {
    max-height: 360px;
  }*/
}


.ico-sprite {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  color: #D52339;
}
.ico-sprite svg {
  width: inherit;
  height: inherit;
  stroke: #FF2143;
  fill: transparent;
}
.popup-city {
    position: absolute;
    width: 300px;
    padding: 10px;
    border: 2px solid #D52339;
    background: #fff;
    z-index: 20;
    left: 15px;
    top: 30px;
}
.popup-city:before{
	content:url(../site_img/corner.png);
	position:absolute;
	top: -18px;
    left: 15px;
}
.popup-city .close-ref{
	position:absolute;
	top:-3px;
	right:3px;
}
.popup-city .close-ref img{
	width:12px;
}
.popup-city .btn.btn-gray{
	 background: #999;
}
.okups{
	position:absolute;
	color:#fff;
	background:#D52339;
	padding:4px 5px;
	bottom:10px;
	left:10px;
}
.carier-adv-txt{
	display: block;
	padding-left: 20px;
	overflow: hidden;
	font-size:14px;
}
.career{
	display: inline-block;
    margin: 0;
    padding: 0;
  position: relative;
}
.career a{
	box-shadow: none;
	z-index: 999;
	position: relative;
	float: left;
}
.career-vacancy-teaching-history{
margin-bottom: 100px;
    display: flex;
    justify-content: space-around;
}
.career-vacancy-teaching-history .btn-styled{
	width: 230px;
}
.business-advantage{
	overflow: hidden;
    align-items: center;
    display: flex;
}
.business-advantage img{
    float: left;
    width: 110px/*8rem*/;
    height: 86px/*8rem*/;
    object-fit: contain;
}
.abs-block .btn-styled{
	color: white;
}
.abs-block button.btn-styled{
	margin: 2rem;
}
.main-slider .abs-block{
	position: absolute;
}
.main-slider .abs-block{
	display: flex;
	align-items: flex-end;
}

.main-slider>div:nth-child(2n)>div>.abs-block{
	justify-content: flex-end;
}
.main-slider>div:nth-child(2n-1)>div>.abs-block, .main-slider>div:nth-child(4n)>div>.abs-block{
	justify-content: flex-start;
}

.search-one a.select-price-type{
    padding-right: 30px;
	text-decoration:none;
	position:relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search-one a.select-price-type:after {
  content: "";
  position: absolute;
  right: 3px;
  top: calc(50% - 5px);
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.67423px solid #323232;
  border-bottom: 1.67423px solid #323232;
  transform: rotate(45deg);
}

.section-stats-list {
  background: #D52339;
}
.main-stats-list {
  display: flex;
  flex-wrap: wrap;
}
.main-stat {
  flex: 1 1 0;
  padding: 0 5px 0 15px;
  border-left: rgba(255, 255, 255, 0.3) 3px solid;
  font-weight: 500;
  color: #fff;
}
.main-stat .stat-sum {
  font-size: 40px;
}
.main-stat .stat-name {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .main-stat {
    padding: 0 5px 0 12px;
  }
  .main-stat .stat-sum {
    font-size: 34px;
  }
  .main-stat .stat-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-stats-list {
    max-width: 170px;
    justify-content: center;
    margin: 0 auto;
  }
  .main-stat {
    flex: 1 1 100%;
    text-align: center;
    border-left: rgba(255, 255, 255, 0.3) 0px solid;
    border-top: rgba(255, 255, 255, 0.3) 3px solid;
    padding: 18px 10px 24px 10px;
  }
  .main-stat:first-child {
    border-top: rgba(255, 255, 255, 0.3) 0px solid;
    padding-top: 0;
  }
  .main-stat:last-child {
    padding-bottom: 0;
  }
  .main-stat .stat-sum {
    font-size: 34px;
  }
  .main-stat .stat-name {
    font-size: 16px;
  }
}


.form-wide.form-wide-white {
    background: #FCFCFB;
    margin: 0 0 35px 0;
    padding: 82px 0;
}

.form-wide.form-wide-white input[type="text"] {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
}

.form-wide.form-wide-white .btn-styled {
    width: 100%;
    max-width: 376px;
    padding: 16px 20px;
}

/* прячем input checkbox */
.form-wide.form-wide-white input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 35px;
}

/* стили для метки */
.form-wide.form-wide-white label {
    color: #000;
    cursor: default;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: middle;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
.form-wide.form-wide-white label:before {
    content: " ";
    color: #000;
    display: inline-block;
    font: 15px/15px Arial;
    margin-right: 15px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 18px;
    height: 18px;
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-image: initial;
    vertical-align: middle;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
.form-wide.form-wide-white input:checked + label:before {
    content: '\2713';
}

/* disabled */
.form-wide.form-wide-white input:disabled + label:before {
    background: #eee;
    color: #aaa;
}


@media (max-width: 1200px) {
	.btn-styled{
		letter-spacing: 0;
	}
	.popup-menu.menu3{
		left:-200px;
	}
}
@media (max-width: 991px) {
	.content h1{
		font-size: 28px;
		letter-spacing:0;
	}
	.content  h3 {
		font-size: 22px;
		letter-spacing: 0;
	}
	body{
		font-size: 14px;
	}
	.fs16 {
		font-size: 13px !important;
	}
	.btn-styled{
		padding: 15px 20px;
	}
	.pt20.main-slogan{
		padding-top:0;
	}
	a.main-set-filter h3 {
		font-size: 16px;
	}
	.fs24 {
		font-size: 20px !important;
	}
	.fs22 {
		font-size: 19px !important;
	}
	.fs18 {
		font-size: 16px !important;
	}
	.fs28 {
		font-size: 24px !important;
	}
	.footer-icons {
		text-align: left!important;
	}
	.social-icons a {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.catalog-thumbs{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
	}
}
@media (max-width: 767px) {
	.career-vacancy-teaching-history{
		flex-direction: column;
    	align-items: center;
	}
	.career-vacancy-teaching-history button.btn-styled{
		margin: 2rem 0 0 0;
	}
	.abs-block button.btn-styled{
		margin: 1rem;
		padding: 0;
	}
	.abs-block button.btn-styled a{
		padding: .5rem;
	}
	.career-vacancy-teaching-history a{
		margin: 0;
	}
	.btn-styled.slider1-btn {
		--offset: 5px;
	}
	.btn-styled.slider2-btn{
        opacity: 0;
		--offset: 5px;
        right: 27%;
        bottom: 23%;
	}
	.menu .popup-menu {
		position: static;
		top: 0;
		left: 0;
		border: none;
		z-index: 20;
		min-width: 100%;
		background: #de5566;
		display: none;
		text-transform: none;
	}
	.menu > div.active .popup-menu {
		display:block!important;
	}
	.popup-menu.menu3 {
		left: 0;
	}
	.menu .popup-menu .popup-menu3 {
		width: 100%;
	}
	.menu .popup-menu .popup-menu3 p {
		padding-top: 10px;
	}
	.menu > div:hover .popup-menu {
		display: none;
	}

	.catalog-thumbs{
		grid-template-columns: 1fr 1fr 1fr 1fr ;
	}
	.content h1{
		font-size: 24px;
	}
	.content  h3 {
		font-size: 20px;
	}

	.menu {
		position:absolute;
		top:90px;
		left:0;
		z-index:20;
		width:100%;
		display: none;
		background:#D52339;
	}
	.menu.active{
		display:block;
	}
	.menu a {
		padding:5px 10px;
		border-bottom:1px solid #fff;
		color: #fff;
		display: block;
	}
	.norel{
		position:static;
	}
	.pt20.main-slogan {
		padding-top: 15px;
	}
	.inputBefore {
		left: 6px;
	}
	.fs28 {
		font-size: 20px !important;
	}
	.fs24 {
		font-size: 18px !important;
	}
	.social-icons {
		text-align: left!important;
	}
	.popup{
		padding:0;
		width:240px;
	}
	.popup .form-right2 .btn-styled {
		margin-left: 20px;
	}
	.fs18 {
		font-size: 15px !important;
	}
	.fs20 {
		font-size: 18px !important;
	}
	.main-bg-wide:before{
		width:15px;
	}
	.main-bg-wide img{
		width:250px;
	}
}
@media (max-width:650px) {
	.btn-styled.slider1-btn {
		--offset: 2px;
		font-size: 6px;
	}
	.btn-styled.slider2-btn {
		--offset: 2px;
		font-size: 6px;
	}
}
@media (max-width:450px) {
	.btn-styled.slider1-btn {
		font-size: 6px;
		bottom: 13%;
		--border-size: 1px;
	}
	.slider1-btn .button__horizontal, .slider1-btn .button__vertical, .slider2-btn .button__horizontal, .slider2-btn .button__vertical{
		display:none;
	}
	.btn-styled.slider2-btn {
		font-size: 6px;
        bottom: 22%;
        right: 26%;
		--border-size: 1px;
	}
	.main-bg-wide img{
		width:120px;
	}
	.main-bg-wide{
		font-size:12px;
	}
}

.abs-block a.full-uri,.abs-block a.full-uri:hover
{
	position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent!important;
}


.slider-b {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.slider-default .slick-list {
  width: 100%;
  height: 100%;
}
.slider-default .slick-track {
  display: flex;
  height: 100%;
}
.slider-default .slick-slide {
  height: auto;
}
.slider-default {
  margin-left: -20px;
  margin-right: -20px;
}
.slider-default__item {
  padding: 0 20px;
}

@media screen and (max-width: 1199px) {
  .slider-default {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slider-default__item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .slider-default {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slider-default__item {
    padding: 0 10px;
  }
}

.section-direction {
  background: url("/site_img/bg-direction.jpg") no-repeat center center / cover;
}

.section-review {
  background: url("/site_img/bg-review.jpg") no-repeat center center / cover;
}
.section-review__head {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .section-review__head {
    padding-top: 30px;
  }
}
.review-item {
  display: flex;
  flex-direction: column;
  padding: 35px 0 0 0;
  overflow: hidden;
}
.review-item__text {
  width: 100%;
  flex: 1 1 100%;
  background: #fff;
  padding: 10px 20px 30px 20px;
  border-radius: 0 0 5px 5px;
}
.review-item__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
.review-item__text .link-arr {
  margin: 18px 0 0 0;
  font-weight: 400;
}
.review-item__desc {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 105px;
  padding: 46px 20px 10px 20px;
  border-top: 7px solid #D52339;
  border-bottom: #E9E9E9 1px solid;
  border-radius: 5px 5px 0 0;
  background: #fff;
}
.review-item__stars {
  position: absolute;
  top: 57px;
  right: 20px;
  font-size: 0;
}
.review-item__stars .Rating-FillWrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.review-item__logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  border: #D52339 3px solid;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.review-item__logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.review-item__pic {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-right: 17px;
  background: #6CA632;
  line-height: 62px;
  font-weight: 300;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
.review-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.review-item__info {
  flex: 1 1 0;
}
.review-item__company {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.review-item__name {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  padding-right: 100px;
}
.review-item__date {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}
@media (max-width: 991px) {
  .review-item__company {
    font-size: 15px;
  }
  .review-item__name {
    font-size: 15px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .review-item__company {
    font-size: 13px;
  }
  .review-item__stars {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
  }
  .review-item__name {
    font-size: 15px;
  }
}
.region-list {
  border-top: 1px solid #EFEFEF;
  padding-top: 10px;
}
.region-list a {
  color: #323232;
  text-decoration: none;
}
.region-list a:hover {
  color: #D52339;
  text-decoration: none;
}
@media (max-width: 767px) {
  .artical-content .alignimg {
	  display: block;

    float: none !important;
    margin: 20px auto;
    max-width: 100%;
	height: auto !important;

  }

  .personal-slider.promo-main {
    margin: 0;
  }
}

.section-review-big .review-item__shadow {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  margin: 6px;
  /*height: 350px;*/
  height: auto;
}

.section-review-big .review-item__text p {
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
}

.title-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.title-with-btn h1{
  margin: 0;
}

.pager-custom {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.pager-custom a[rel~="prev"],
.pager-custom a[rel~="next"] {
  border-radius: 50%;
  color: transparent;
  border: none;
  background: #D9DDE0;
  transition: .3s;



  background: #D52339;
  transition: .3s;
  color: transparent;
}
.pager-custom a[rel~="prev"]:hover,
.pager-custom a[rel~="next"]:hover {
  background: #D52339;
  transition: .3s;
  color: transparent;
}

.pager-custom em, .pager-custom a:hover {
  background: none;
  color: #D52339 !important;
  background: white !important;
  border-radius: 50%;
}
.pager-custom a, .pager-custom em {
  background: none;
  color: #9F9F9F;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: 0.09px;
  border: none;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;

  color: #D52339 !important;
}

.pager-custom a[rel~="prev"]:before {
  content: url(/site_img/pager/arrow-left.svg);
  height: 16px;
  width: 16px;
}
.pager-custom a[rel~="next"]:before {
  content: url(/site_img/pager/arrow-right.svg);
  height: 16px;
  width: 16px;
}

/*.pager-custom em {
  background: white;
  border-radius: 50%;
}*/

.rating-area {
  overflow: hidden;
  width: 238px;
  position: relative;
}
.rating-area:not(:checked) > input {
  /*display: none;*/
  height: 0px;
  width: 0px;
  opacity: 0;
  position: absolute;
  bottom: 1px;
}
.rating-area:not(:checked) > label {
  float: right;
  width: 47px;
  padding: 0;
  cursor: pointer;
  font-size: 55px;
  line-height: 47px;
  color: lightgrey;
  margin: 0;
  /*text-shadow: 1px 1px #bbb;*/
}
.rating-area:not(:checked) > label:before {
  content: '★';
}
.rating-area > input:checked ~ label {
  color: gold;
  /*text-shadow: 1px 1px #c60;*/
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: gold;
  /*text-shadow: 1px 1px goldenrod;*/
}
.rate-area > label:active {
  position: relative;
}

.reviews-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background-image: url("/site_img/reviews/beautiful-architecture-office-building-skyscraper-with-window-glass-pattern 1.png");
  /*background-size: cover;*/
  background-repeat: no-repeat;

  background-position: center top;
}

.full-width-review {
  width: 100%;
}

.promo-main.promo-slider .slick-dots{
  bottom: 15px;
}

.header-dark .header__logo.new-year-logo a {
  background: url("/site_img/logo/logo-main.png") no-repeat;
  left: -20px;
  top: -12px;
}

.header-dark .header__logo.new-year-logo {
  width: 160px;
  height: 152px;
  overflow: inherit;
}
.header__logo.blank {
  display: none;
}

@media (max-width: 1199px) {
  .header-dark .header__logo.new-year-logo a {
    background: url("/site_img/logo/logo-tablet.png") no-repeat;
    left: -15px;
    top: 12px;
  }

  .header-dark .header__logo.new-year-logo {
    overflow: inherit;
  }
}

@media (max-width: 767px) {
  .header-dark .header__logo.new-year-logo a {
    background: url("/site_img/logo/logo-mobile.png") no-repeat;
    left: 0;
    top: -18px;
    background-position: bottom center;
  }

  .header-dark .header__logo.new-year-logo {
    width: 108px;
    height: 130px;
    overflow: inherit;
    position: absolute;
  }
  .header__logo.blank {
    display: block;
    opacity: 0;
  }
}

.rents-slider .promo-main__content {
  max-width: 60%;
}

.rents-slider .promo-main__content .promo-main__head {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 60px */
  letter-spacing: 0.25px;
}

.rents-slider .promo-main__slide {
  align-items: flex-start;
  padding-top: 200px;
}

.rents-form-wrapper {
  position: relative;
  top: -380px;
  margin-bottom: -300px;
}

.rents-form-wrapper p {
  color: #FFF;
}

.rents-slider .promo-main__content {

}

.rents-slider .promo-main__content {

}

.pager.pager-custom.pager-white-bg em,
.pager.pager-custom.pager-white-bg a:not([rel~="prev"]):not([rel~="next"]):hover {
  background: #D52339 !important;
  color: #fff !important;
}

.pager.pager-custom.pager-white-bg a[rel~="prev"],
.pager.pager-custom.pager-white-bg a[rel~="next"] {
  background: transparent;
}

.pager.pager-custom.pager-white-bg a[rel~="next"]::before {
  content: url(/site_img/pager/new/arrow-right-new.svg);
  height: 16px;
  width: 16px;
}

.pager.pager-custom.pager-white-bg a[rel~="prev"]::before {
  content: url(/site_img/pager/new/arrow-left-new.svg);
  height: 16px;
  width: 16px;
}


@media (max-width: 1199px) {
  .rents-slider .promo-main__slide {
    height: 576px;
  }
}

@media (max-width: 1199px) {
  .rents-slider .promo-main__content .promo-main__head {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 130.769% */
    letter-spacing: 0.13px;
  }

  .rents-slider .promo-main__slide {
    padding-top: 185px;
  }

  .rents-form-wrapper {
    top: -250px;
    margin-bottom: -250px;
  }

  .rents-slider .promo-main__content {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .rents-form-wrapper {
    position: relative;
    top: -360px;
    margin-bottom: -300px;
  }
}

@media (max-width: 767px) {
  .rents-slider .promo-main__content .promo-main__head {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 130.769% */
    letter-spacing: 0.13px;
  }

  .rents-form-wrapper {
    /*position: inherit;
    top: 0;
    margin: 0;
    margin-right: auto;
    margin-left: auto;*/
    position: relative;
    top: -80px;
    margin-bottom: -80px;
  }

  /*.rents-form-wrapper p {
      color: #000;
  }*/
  .rents-slider .promo-main__slide {
    height: 340px;
  }

  .rents-title-sort {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .rents-slider .promo-main__content .promo-main__head {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.08px;
  }

  .rents-form-wrapper {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
  }
}

.career-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.career-slider .promo-main__slide {
  height: 600px;
}

.career-sub-slider {
  background: #D52339;

}

.career-sub-slider .career-sub-slider__item {
  margin: 30px 0;
  border-right: 2px #FFFFFF80 solid;
}

.career-sub-slider .career-sub-slider__item:last-child {
  border: none;
}

.career-sub-slider .career-sub-slider__item .career-sub-slider__item-title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 116.667% */
  letter-spacing: 0.24px;
}

.career-sub-slider .career-sub-slider__item .career-sub-slider__item-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.08px;
}

.career-slider .promo-main__head {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 60px */
  letter-spacing: 0.25px;
}

.welcome-section {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E4E9EC;
  margin: 100px 0 0 0;
  display: flex;
  background-image: url("/site_img/quotes-bg.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: calc(100% - 20px);
}

.welcome-section .welcome-section-photo {

  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
}

.welcome-section .welcome-section-photo .img-wrapper {
  border-right: 1px #E0E0E0 solid;
  margin: 20px 0 0 45px;
  padding: 0 45px 0 0;
}

.welcome-section .welcome-section-photo img {
  border-radius: 50%;
}

.welcome-section .welcome-section-photo span {
  color: #636363;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  letter-spacing: 0.05px;
  display: inline-flex;

  margin: 7px 45px 20px;
}

.welcome-section .welcome-section-photo span br {
  height: 0;
  margin: 0;
}

.welcome-section .welcome-section-text {
  padding: 20px 45px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 37.5px */
  letter-spacing: 0.125px;
}

.advantages-section {
  margin: 100px 0 0 0;
}

.advantages-section .advantages-items {
  margin-top: 70px;
}

.advantages-section .advantages-items .advantages-item {
  padding: 0 20px;
  background-image: url("/site_img/advantages-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 380px;
  overflow: hidden;
}

.advantages-section .advantages-items .col-12.first-advantage-item:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -40px;
  width: 100px;
  height: 140px;
  background-image: url('/site_img/icons/1-white.png');
  background-size: 100px 140px;
}

.advantages-section .advantages-items .advantages-item.first-advantage-item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  width: 89px;
  height: 100px;
  background-image: url('/site_img/icons/1-grey-crop.png');
  background-size: 89px 100px;
}

.advantages-section .advantages-items .col-12.second-advantage-item:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -40px;
  width: 100px;
  height: 140px;
  background-image: url('/site_img/icons/2-white.png');
  background-size: 100px 140px;
}

.advantages-section .advantages-items .advantages-item.second-advantage-item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  width: 89px;
  height: 100px;
  background-image: url('/site_img/icons/2-grey-crop.png');
  background-size: 89px 100px;
}

.advantages-section .advantages-items .col-12.third-advantage-item:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -40px;
  width: 100px;
  height: 140px;
  background-image: url('/site_img/icons/3-white.png');
  background-size: 100px 140px;
}

.advantages-section .advantages-items .advantages-item.third-advantage-item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 89px;
  height: 100px;
  background-image: url('/site_img/icons/3-grey-crop.png');
  background-size: 89px 100px;
}
.advantages-section .advantages-items .col-12.fourth-advantage-item:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -40px;
  width: 100px;
  height: 140px;
  background-image: url('/site_img/icons/4-white.png');
  background-size: 100px 140px;
}

.advantages-section .advantages-items .advantages-item.fourth-advantage-item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 89px;
  height: 100px;
  background-image: url('/site_img/icons/4-grey-crop.png');
  background-size: 89px 100px;
}
.advantages-section .advantages-items .col-12.five-advantage-item:before {
  content: "";
  position: absolute;
  left: 8px;
  top: -40px;
  width: 100px;
  height: 140px;
  background-image: url('/site_img/icons/5-white.png');
  background-size: 100px 140px;
}

.advantages-section .advantages-items .advantages-item.five-advantage-item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 89px;
  height: 100px;
  background-image: url('/site_img/icons/5-grey-crop.png');
  background-size: 89px 100px;
}
.advantages-section .advantages-items .col-12.six-advantage-item:before {
  content: "";
  position: absolute;
  left: 8px;
  top: -40px;
  width: 100px;
  height: 140px;
  background-image: url('/site_img/icons/6-white.png');
  background-size: 100px 140px;
}

.advantages-section .advantages-items .advantages-item.six-advantage-item:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 89px;
  height: 100px;
  background-image: url('/site_img/icons/6-grey-crop.png');
  background-size: 89px 100px;
}

.advantages-section .advantages-items .col-12
{
  margin-bottom: 100px;
}

/*.advantages-section .advantages-items .col-12.third-advantage-item {
  margin-bottom: 50px;
}*/

.advantages-section .advantages-items .advantages-item .advantages-section-photo {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages-section .advantages-items .advantages-item .advantages-section-title {
  color: #010101;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 27px */
  letter-spacing: 0.1px;
}

.advantages-section .advantages-items .advantages-item .advantages-section-text {
  color: #636363;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 20.25px */
  letter-spacing: 0.075px;
  margin: 10px 0 10px 0;
}

.advantages-slider .advantages-slider__slide {
  margin: 0 10px;
  opacity: 0.4;
  transition: all 300ms ease;
  height: 535px;

  position: relative;
}

.advantages-slider .advantages-slider__slide .advantages-slider__pic {
  /*height: auto;*/
  height: 503px;
}

.advantages-slider .advantages-slider__slide.slick-center {
  opacity: 1;
}

.advantages-slider .advantages-slider__slide .advantages-slider__content {
  display: flex;
  width: 100%;
  justify-content: center;
}

.advantages-slider .advantages-slider__slide .advantages-slider__text {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  letter-spacing: 0.4px;

  border-radius: 10px;
  border: 1px solid #E4E9EC;
  background: #FFF;
  padding: 25px 40px 40px 50px;
  max-width: 776px;

  position: absolute;
  bottom: 0;
  z-index: 1;

  min-height: 155px;

  height: max-content;
  /*margin-top: -125px;*/
}

.advantages-slider .slick-dots {
  bottom: 15px;
}

.advantages-slider .advantages-slider__slide .advantages-slider__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.advantages-slider .advantages-slider__slide .advantages-slider__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.advantages-slider-block {
  margin-top: 100px;
}

.advantages-form-block {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.advantages-form-block .advantages-form-block__title {
  color: #D52339;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.12px;
  text-align: center;
}

.advantages-form-block .advantages-form-block__sub-title {
  color: #636363;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 20.25px */
  letter-spacing: 0.075px;

  margin: 5px 0 25px;
  text-align: center;
}

.advantages-form-block .form-right2 input,
.advantages-form-block .form-right2 select,
.advantages-form-block .form-right2 textarea {
  background-color: #fff;
  width: 460px;
  border-radius: 5px;
  border: 1px solid #E4E9EC;
  padding: 15px 20px;
  line-height: 135%; /* 20.25px */

}

.advantages-form-block .form-right2 input::placeholder,
.advantages-form-block .form-right2 select::placeholder,
.advantages-form-block .form-right2 textarea::placeholder {
  color: #636363;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 20.25px */
  letter-spacing: 0.075px;
}

.advantages-form-block .form-right2 input:focus::placeholder,
.advantages-form-block .form-right2 select:focus::placeholder,
.advantages-form-block .form-right2 textarea:focus::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.advantages-form-block .form-right2 .btn-styled {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.07px;

  padding: 10px;
  min-width: 215px;
  width: auto;
  margin: 25px 0 0 0;
}

.advantages-form-block .form-right2 p {
  margin: 0 0 10px 0;
}

.advantages-form-block .form-right2 label {
  color: #636363;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 20.25px */
  letter-spacing: 0.075px;
}

.advantages-bottom-content-block {
  margin: 100px 0 50px 0;
  overflow: hidden;
}

.advantages-bottom-content-block .advantages-bottom-slider {

}

.advantages-bottom-slider .advantages-bottom-slider__slide {
  width: 380px;
  height: 495px;
  background-size: cover;
  background-position: center center;

  margin: 0 10px;
}

.advantages-bottom-slider .advantages-bottom-slider__slide:first-child {
  margin: 0 10px 0 0;
}

.advantages-bottom-slider .advantages-bottom-slider__slide:last-child {
  margin: 0 0 0 10px;
}

.advantages-bottom-slider .advantages-bottom-slider__slide .advantages-bottom-slider__content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.advantages-bottom-slider .advantages-bottom-slider__slide .advantages-bottom-slider__content .advantages-bottom-slider__content-wrap {
  background: #D52339;
  padding: 20px;
}

.advantages-bottom-slider .advantages-bottom-slider__slide .advantages-bottom-slider__content .advantages-bottom-slider__title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.12px;
}

.advantages-bottom-slider .advantages-bottom-slider__slide .advantages-bottom-slider__content .advantages-bottom-slider__link a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.07px;
  text-decoration: none;
  position: relative;
}

.advantages-bottom-slider .advantages-bottom-slider__slide .advantages-bottom-slider__content .advantages-bottom-slider__link {
  margin-top: 30px;
  opacity: 1;
  /*opacity: .5;*/
  transition: .3s;
}

.advantages-bottom-slider .advantages-bottom-slider__slide .advantages-bottom-slider__content .advantages-bottom-slider__link:hover {
  opacity: 1;
}

.advantages-bottom-slider .advantages-bottom-slider__slide .advantages-bottom-slider__content .advantages-bottom-slider__link a::after {
  content: "›";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: -15px;
  top: -2px;
}

.staff-item {
  padding: 45px 0;
  border-bottom: 1px solid #D9D9D9;;
}

.staff-bottom-info {
  background: #FFF;
  padding: 20px;
}

.staff-picture {
  position: relative;
  width: 100%;
  height: 415px;
}
.staff-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.staff-position {
  color: #333232;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.staff-city {
  color: #D52339;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.staff-name {
  color: #02284B;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 7px;
}

.staff-post {
  color: #333232;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}

.staff-content {
  color: #333232;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

@media (max-width: 1080px) {
  .career-slider .promo-main__slide {
    height: 637px;
  }

  .welcome-section {
    background-position-y: calc(100% - 60px);
    margin: 40px 0 0 0;
  }

  .advantages-slider-block {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .advantages-section .advantages-items .col-12 {
    margin-bottom: 50px;
  }
  .career-slider .promo-main__slide {
    height: 340px;
  }

  .career-slider .promo-main__head {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 130.769% */
    letter-spacing: 0.13px;
  }

  .career-sub-slider .career-sub-slider__item {
    margin: 10px 0;
    border: none;
  }


  .career-sub-slider .career-sub-slider__item .career-sub-slider__item-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 116.667% */
    letter-spacing: 0.24px;
  }

  .career-sub-slider .career-sub-slider__item .career-sub-slider__item-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: 0.08px;
  }

  .welcome-section {
    background-position-y: 60px;
    flex-direction: column;
    background-position-x: calc(100% - 30px);
    margin: 60px 0 0 0;

  }

  .welcome-section .welcome-section-photo .img-wrapper {
    border: none;
    margin: 25px 0 0 0;
    padding: 0;
  }

  .welcome-section .welcome-section-photo {
    align-items: flex-start;
  }

  .welcome-section .welcome-section-text {
    padding: 20px 20px 45px;
  }

  .advantages-section .advantages-items .col-12.second-advantage-item {
    margin-top: 0;
  }

  .advantages-section .advantages-items .col-12.third-advantage-item {
    margin-top: 0;
  }

  .advantages-section .advantages-items .advantages-item {
    margin-bottom: 50px;
  }

  .advantages-section .advantages-items .advantages-item .advantages-section-text {
    font-size: 14px;
  }

  .welcome-section .welcome-section-text {
    font-size: 18px;
  }

  .advantages-slider .advantages-slider__slide {
    margin: 0 5px;
    height: 370px;
  }

  .advantages-slider .advantages-slider__slide .advantages-slider__pic {
    height: 320px;
  }

  .advantages-slider .advantages-slider__slide .advantages-slider__text {
    padding: 15px 15px 35px 15px;
    font-size: 14px;
  }

  .advantages-slider-block {
    margin-top: 60px;
  }

  .advantages-bottom-content-block {
    margin: 60px 0 25px 0;
  }

  .advantages-bottom-slider .advantages-bottom-slider__slide {
    width: 240px;
    height: 320px;
    /*padding: 15px;*/
    margin: 0 5px;
  }

  .advantages-bottom-slider .advantages-bottom-slider__slide:first-child {
    margin: 0 5px 0 0;
  }

  .advantages-bottom-slider .advantages-bottom-slider__slide:last-child {
    margin: 0 0 0 5px;
  }

  .advantages-form-block .form-right2 input,
  .advantages-form-block .form-right2 select,
  .advantages-form-block .form-right2 textarea {
    width: 100%;
    max-width: 460px;
  }

  .advantages-form-block {
    margin-top: 60px;
  }

  .staff-left-block{
    max-width: 380px;
    margin: 0 auto;
  }
  .staff-bottom-info {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .welcome-section .welcome-section-photo {
    align-items: center;
  }

  .welcome-section .welcome-section-text {
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.125px;
  }

  .welcome-section {
    background-position: bottom right;
  }

  .advantages-slider .advantages-slider__slide .advantages-slider__text {
    padding: 5px 5px 35px 5px;
    font-size: 12px;
  }

  .staff-item {
    padding: 60px 0;
  }

  .staff-bottom-info {
    margin-bottom: 15px;
  }

  .staff-picture {
    width: auto;
    height: auto;
  }
  .staff-picture img{
    position: inherit;
  }
  .staff-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .staff-post {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .staff-content {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
  }


}

.bg_grey {
  background-color: #F5F5F5;
}

.catalog-slider-block .bx-viewport {
  max-width: 650px;
  margin: 0 auto;
}

.catalog-slider-block .bx-viewport li {
  text-align: center;
}

.catalog-slider-block .bx-viewport img {
  border-radius: 5px;
}

.catalog-thumbs a {
  border-radius: 5px;
  overflow: hidden;
}

.catalog-thumbs a.active::after {
  content: "";
  height: 8px;
  width: 100%;
  display: block;
  background-color: #D52339;
  position: absolute;
  bottom: 0;
}

.catalog-thumbs a.active {
  outline: none;
  position: relative;
}

.catalog-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
  scrollbar-width: thin;
  padding: 0 0 5px 0;
}

.catalog-thumbs div {
  flex-shrink: 0;
  padding: 0 5px;
}

.catalog-thumbs div:first-child {
  padding-left: 0;
}

.catalog-thumbs div:last-child {
  padding-right: 0;
}

.white-block-radius {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #D9DDE0;
  background: white;
  margin-bottom: 10px;
}

.catalog-slider-block {
  margin-top: 20px;
  margin-bottom: 15px;
}

h1.catalogs-product-name,
.catalogs-product-price {
  font-size: 24px;
  color: #323232;
  letter-spacing: normal;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.catalogs-product-price {
  text-align: right;
}

.catalogs-product-head {
  margin: 40px 0 0 0;
}

.catalogs-product-props-list {
  display: flex;
  flex-direction: column;
}

.catalogs-product-price-m {
  text-align: right;
}

.catalogs-product-price-m,
.catalogs-product-props-list {
  font-size: 16px;
  color: #4E5965;
  letter-spacing: normal;
  margin: 0;
}

.catalogs-product-props-list span {
  margin: 0 0 10px 0;
}

.catalogs-product-head-bottom-text-left,
.catalogs-product-head-bottom-text-right {
  color: #D52339;
  font-size: 15px;
}

.catalogs-product-head-bottom-text-right {
  text-align: right;
}

.catalogs-product-head-bottom-text-left a {
  display: flex;
  align-items: center;
}

.catalogs-product-head-bottom-text-left a img {
  margin: 0 6px 0 0;
}

.block-sub-title {
  font-size: 20px;
  color: #323232;
  font-weight: bold;
  padding: 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #D9DDE0;
}

.catalogs-personal-block-head-column:first-child {
  display: flex;
  justify-content: center;
}

.catalogs-personal-block-image img {
  border-radius: 50%;
  /*width: 97px;
  height: 97px;*/

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.catalogs-personal-block-image {
  margin: 0 0 25px 0;

  width: 97px;
  height: 97px;
  position: relative;
}

.catalogs-personal-block-name {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 5px 0;
}

.catalogs-personal-block-major {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.catalogs-personal-block-phone {
  font-size: 20px;
  font-weight: bold;
  color: #D52339;
  margin: 0 0 25px 0;
}

.catalogs-personal-block__middle-text {
  font-size: 15px;
  color: #4E5965;
  padding: 25px 0 15px 0;
  border-top: 1px dashed #D9DDE0;
}

.catalogs-personal-block {
  text-align: center;
  padding: 15px 5px;
}

.catalog-form-custom input {
  border-radius: 3px;
  border: 1px solid #D2D2D2;
  background: white;
  font-size: 15px;
  margin: 0 0 20px 0;
}

.catalog-form-custom input::placeholder {
  color: #4E5965;
}

.catalog-form-custom .btn-styled {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.catalogs-personal-block-wrapper {
  margin-top: 20px;
}

.catalog-slider-block .bx-wrapper .bx-prev {
  left: 0;
  background: url(/site_img/icons/bx-btn-prev.png) no-repeat center center;
}

.catalog-slider-block .bx-wrapper .bx-next {
  right: 0;
  background: url(/site_img/icons/bx-btn-next.png) no-repeat center center;
  transform: rotate(0);
}

.catalog-slider-block .bx-wrapper .bx-prev:hover {
  background: url(/site_img/icons/bx-btn-prev-hover.png) no-repeat center center;
}

.catalog-slider-block .bx-wrapper .bx-next:hover {
  background: url(/site_img/icons/bx-btn-next-hover.png) no-repeat center center;
}

.slider-counter {
  background-color: #323232;
  font-size: 13px;
  color: white;
  border-radius: 3px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 0 3px;
}

.catalog-slider-block ul li a {
  position: relative;
  height: max-content;
  display: inline-block;
}

@media (max-width: 1199px) {
  .catalog-slider-block,
  .catalogs-personal-block-wrapper {
    margin-top: 0;
  }

  .catalog-thumbs img {
    max-width: 84px;
  }

  h1.catalogs-product-name {
    font-size: 18px;
  }

  .catalogs-product-price {
    font-size: 18px;
  }

  .catalogs-product-props-list {
    font-size: 14px;
  }

  .catalogs-product-head-bottom-text-left,
  .catalogs-product-head-bottom-text-right {
    font-size: 14px;
  }

  .catalogs-personal-block-image img {

  }

  .catalogs-personal-block-image {
    margin: 0 0 10px 0;
    width: 48px;
    height: 48px;
  }

  .catalogs-personal-block-name {
    font-size: 16px;
  }

  .catalogs-personal-block-major {
    font-size: 14px;
  }

  .catalogs-personal-block-phone {
    font-size: 14px;
    margin: 0 0 10px 0;
  }

  .catalogs-personal-block__middle-text {
    font-size: 12px;
    padding: 10px 0 10px 0;
  }

  .catalog-form-custom input {
    font-size: 12px;
    margin: 0 0 14px 0;
    height: 30px;
    padding: 10px 5px;
  }

  .catalog-form-custom .btn-styled {
    font-size: 14px;
    padding: 5px 10px;
  }

  .form-right2-bottom-text {
    margin-top: 10px;
    font-size: 10px;
    color: #4E5965;
    text-align: center;
  }

}

@media (max-width: 767px) {
  .catalogs-product-head {
    margin: 0;
  }

  .catalogs-personal-block-wrapper {

  }

  .catalog-thumbs {
    display: none;
  }

  .catalogs-product-price {
    text-align: left;
  }

  .catalogs-product-price-m {
    text-align: left;
  }


  .catalogs-personal-block-image img {

  }

  .catalogs-personal-block-image {
    margin: 0;
    width: 60px;
    height: 60px;
  }

  .catalogs-personal-block-name {
    font-size: 16px;
  }

  .catalogs-personal-block-major {
    font-size: 14px;
  }

  .catalogs-personal-block-phone {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  .catalogs-personal-block__middle-text {
    font-size: 12px;
    padding: 15px 0 15px 0;
  }

  .catalog-form-custom input {
    font-size: 13px;
    margin: 0 0 10px 0;
    height: 30px;
    padding: 10px 5px;
  }

  .catalog-form-custom .btn-styled {
    font-size: 14px;
    padding: 5px 10px;
  }

  .form-right2-bottom-text {
    margin-top: 10px;
    font-size: 10px;
    color: #4E5965;
    text-align: center;
  }

  .catalogs-personal-block-head {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    text-align: left;
  }
}

.video.rutube:before
{
	content:"";
	display:block;
	background:url(/site_img/rt-play.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:50%;
	left:50%;
	z-index:100;
width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
