img {
  max-width: 100%;
}
.welcome-header {
  padding: 39px 0 7px;
  background: url(/images/welcome/welcome.jpg) center top no-repeat;
  background-size: cover;
}
.welcome-header__title {
  color:#FFFFFF;
  font-size:40px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
.welcome-header__sub-title {
  color:#FFFFFF;
  font-size:18px;
  line-height: 1.667;
  text-align: center;
  margin-bottom: 8px;
}
.welcome-header .video-thumbnail__preview {
  padding: 0 15px;
}
.welcome-content {
  padding: 46px 0 47px;
  text-align: center;
}
.welcome-content .container {
  max-width: 1170px;
}
.welcome-content .section__title {
  margin-bottom: 10px;
}
.welcome-content .section__description {
  margin-bottom: 40px;
}
.welcome-content__article {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 0 42px;
  margin: 0 -15px;
}
.welcome-content__article-item {
  outline: none;
}
.welcome-content__article .swiper-button-next {
  right: -7px;
  top: 34%;
}
.welcome-content__article .swiper-button-prev {
  left: -7px;
  top: 34%;
}
@media (max-width: 1199px) {
  .welcome-content__article {

  }
  .welcome-content__article .swiper-button-next {
    right: 10px;
  }
  .welcome-content__article .swiper-button-prev {
    left: 10px;
  }
}
.welcome-content__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: ease 0.3s;
  flex: 0 1 390px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.welcome-content__link:focus {
  outline: none;
}
.welcome-content__link:hover .welcome-content__link-btn {
  opacity: 1;
}
.welcome-content__link:hover .welcome-content__link-text {
  color: #196ba5;
}
.welcome-content__link-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  transition: ease 0.3s;
  overflow: hidden;
  width: 100%;
  max-height: 206px;
}
.welcome-content__link-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
}
.welcome-content__link:hover .welcome-content__link-img:before {
  opacity: 0.6;
}
.welcome-content__link-img img {
  transition: ease 0.3s;
}
.welcome-content__link:hover .welcome-content__link-img img {
  transform: scale(1.2);
}
.welcome-content__link-btn {
  position: absolute;
  width: 140px;
  height: 50px;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 2;
  transition: ease 0.3s;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translateY(-50%);
}
.welcome-content__link-btn:after {
  content: '〉';
  font-weight: 700;
  right: 15px;
  bottom: 12px;
  position: absolute;
  font-size: 13px;
  transition: ease 0.3s;
}
.welcome-content__link-text {
  font-size: 18px;
  color: rgb(40, 40, 40);
  text-align: left;
}
.welcome-next {
  text-align: center;
  padding: 47px 0 49px;
}
.welcome-next .section__title {
  margin-bottom: 8px;
}
.welcome-next .section__description {
  margin-bottom: 67px;
}
.welcome-next__article {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.welcome-next__article-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 195px;
  padding: 0 10px;
}
.welcome-next__article-block-img {
  min-height: 69px;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-next__article-block p {
  font-size: 18px;
  text-align: center;
  line-height: 1.667;
}
.welcome-bottom {
  padding: 80px 0 0px;
  background: url(/images/welcome/welcome7.jpg) center top no-repeat;
  background-size: cover;
}
.welcome-bottom__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.welcome-left {
  margin-right: 20px;
}
.welcome-bottom__right {
  position: relative;
  left: 62px;
}
@media (max-width: 991.98px) {
  .welcome-bottom {
    padding: 20px 0 20px;
  }
  .welcome-bottom__right {
    position: relative;
    left: 0px;
  }
}
.welcome-bottom__right .custom-list__item {
  color:#FFFFFF;
}
.welcome-bottom__title {
  color:#FFFFFF;
  font-size:40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.welcome-bottom__sub-title {
  color:#FFFFFF;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 1.667;
  margin-bottom: 29px;
}
.welcome-bottom__right .btn-details__list {
  text-align: center;
  padding-right: 30%;
}
.welcome-bottom__right .btn-details__caption {
  padding-right: 30%;
}
@media (max-width: 767px) {
  .welcome-bottom__right .btn-details__list {
    padding-right: 0;
  }
  .welcome-bottom__right .btn-details__caption {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #section-main-footer {
    padding: 30px 0;
  }
  .font-weight-bold {
    font-size: 30px;
    line-height: 36px;
  }
}
/* slick-slider */
.slick-dots{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.slick-dots li{
	list-style: none;
	margin: 0px 10px;
}
.slick-dots button{
	font-size: 0;
	width: 16px;
	height: 16px;
	background-color: #ded2d2;
	border-radius: 50%;
}
.slick-dots button:hover ,
.slick-dots li.slick-active button{
	background-color: rgb(87, 159, 65);
	border: 1px solid rgb(87, 159, 65);
}
.slick-slider{
	min-width: 0;
}
.slick-list {
	overflow: hidden;
}
.slick-track{
	display: flex;
}
/* header-video */
.section__container.header-video .section__main-video {
  width: 960px;
  left: -240px;
  top: -35px;
  bottom: 0;
  height: 113.6%;
}
.header-video__top {
  position: absolute;
  top: -34px;
  left: -182px;
  width: 755px;
  height: 50px;
  background: linear-gradient(90deg, rgb(45 66 91 / 62%) -33%, rgb(46 103 154 / 92%) 60%);
  z-index: 2;
}
.header-video__bottom {
  position: absolute;
  bottom: 37px;
  left: -182px;
  width: 755px;
  height: 13px;
  background: linear-gradient(90deg, rgb(34 37 41 / 32%) -33%, rgb(43 91 135 / 69%) 60%);
  z-index: 2;
}
.section__container.header-video .section__main-image {
  display: none;
}
.section__main-image-desctop {
  position: absolute;
  width: 960px;
  left: -240px;
  top: -35px;
  bottom: 0;
  height: 113.6%;
}
.section__container--video-wrap.header-video:before {
  left: -260px;
}
.section__container--video-wrap.header-video:after {
  left: 525px;
}
.section__container.header-video {
  left: 4.5%;
}
@media (max-width: 1300px) {
  .section__container.header-video {
    left: 6.5%;
  }
}
@media (max-width: 1199px) {
  .section__container.header-video {
    left: 0;
  }
  .section__container.header-video .section__main-video {
    display: block !important;
  }
  .section__container.header-video .col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section__container.header-video .section__main-image {
    left: 0;
    display: none;
  }
}
@media (max-width: 1050px) {
  .section__container.header-video .section__main-video {
    display: none !important;
  }
  .section__main-image-desctop {
    display: none;
  }
  .section__main-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .header-video .section__description  {
    max-width: 650px;
  }
}
.section-slideshows {
  padding: 40px 0;
  background: #fafafa;
}
.section-slideshows.section-slideshows-white {
  background: #fff;
}
.section-slideshows .container {
  max-width: 1175px;
}
.section-slideshows .section__title {
  text-align: center;
}
.section-slideshows .section__description p {
  margin: 24px auto 0;
  width: 90%;
}
@media (max-width: 767px) {
  .section-slideshows .section__description p {
    width: 100%;
  }
}
.section-slideshows .tabs-toggle-list {
  margin-bottom: 30px;
}
.section-slideshows .section-chess__in {
  justify-content: center;
}
.policy-block {
  max-width: 1030px;
  margin: 0 auto;
}
.policy-block p {
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 30px;
}
.policy-h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  margin-top: 0;
  margin-bottom: .5rem;
}
.policy-block .list-marker li {
  font-size: 18px;
  line-height: 30px;
  margin: 24px auto 0;
}
.youtybe-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px;
}
.section-tutorial .youtybe-content {
  margin: 0 auto;
}
.youtybe-content.tab-list__item {
  display: none;
}
.youtybe-content.tab-list__item .container-tutorial {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  max-width: 1175px;
  margin: 0 auto;
}
.youtybe-content.tab-list__item.tab-list__item--active {
  display: flex;
}
.youtybe-content__link {
  display: flex;
  flex-direction: column;
  transition: ease 0.3s;
  flex: 0 1 390px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.youtybe-content__link:hover .youtybe-content__link-text {
  color: #196ba5;
}
.youtybe-content__link-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  transition: ease 0.3s;
  overflow: hidden;
  width: 100%;
  max-height: 206px;
}
.youtybe-content__link-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: ease 0.3s;
}
.youtybe-content__link:hover .youtybe-content__link-img:before {
  opacity: 0.6;
}
.youtybe-content__link-img img {
  transition: ease 0.3s;
}
.youtybe-content__link:hover .youtybe-content__link-img img {
  /* transform: scale(1.2); */
}
.youtybe-content__link-btn {
  position: absolute;
  width: 58px;
  height: 41px;
  color: #fff;
  background: url(../img/youtybe-btn.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.youtybe-content__link:focus {
  outline: none;
}
.youtybe-content__link:hover .youtybe-content__link-btn {
  width: 66px;
  height: 47px;
  background: url(../img/youtybe-btn-hover.png) no-repeat;
}
.youtybe-content__link-text {
  font-size: 18px;
  color: rgb(40, 40, 40);
  text-align: center;
}
.section-tutorial {
  padding: 40px 0 0;
  flex: 100%;
  background: #fafafa;
}
.section-tutorial.section-tutorial-white {
  background: #fff;
}
.section-tutorial .container {
  max-width: 1175px;
}
.section-tutorial .section__title {
  text-align: center;
}
.section-tutorial .section__description p {
  margin: 24px auto 0;
  width: 90%;
}
@media (max-width: 767px) {
  .section-tutorial .section__description p {
    width: 100%;
  }
}
.section-tutorial .tabs-toggle-list {
  margin-top: 0;
  margin-bottom: 30px;
}
.section-tutorial .section-chess__in {
  justify-content: center;
}
.section-tutorial .tabs-toggle-list__item {
  white-space: initial;
  line-height: 1.333;
  padding: 7px 6px;
}
@media (max-width: 1199px) {
  .section-tutorial .tabs-toggle-list__item {
    white-space: nowrap;
  }
}
@media (max-width: 450px) {
  .section-tutorial .tabs-toggle-list__item {
    white-space: initial;
  }
}
.youtybe-content-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 44%;
  margin-bottom: 20px;
}
.youtybe-content-left .welcome-content__link {
  flex-direction: row;
  flex: 0 1 100%;
}
.youtybe-content-left .welcome-content__link-img {
  margin-bottom: 0;
  flex: 0 0 200px;
  height: 112px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .youtybe-content-left .welcome-content__link-img {
    flex: 0 0 150px;
    height: 112px;
  }
}
@media (max-width: 767px) {
  .youtybe-content-left .welcome-content__link-img {
    margin-right: 15px;
  }
}
.youtybe-content-left .welcome-content__link-text {
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.875;
}
.youtybe-content-right {
  flex: 0 0 56%;
}
.youtybe-content-right .youtybe-content__link-img {
  max-height: 360px;
  margin-bottom: 30px;
}
.youtybe-content-right .youtybe-content__link-text {
  line-height: 1.778;
}
.youtybe-content-right .youtybe-content__link-btn {
  width: 91px;
  height: 65px;
  background: url(../img/youtybe-btn-big.png) no-repeat;
  background-size: cover;
}
.youtybe-content-right .youtybe-content__link:hover .youtybe-content__link-btn {
  width: 101px;
  height: 71px;
  background-size: cover;
}
@media (max-width: 767px) {
  .youtybe-content-left {
    flex: 0 0 100%;
  }
  .youtybe-content-left .welcome-content__link-img {
    width: 200px;
  }
  .youtybe-content-right {
    flex: 0 0 100%;
  }
}
.tutorial-content__article {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tutorial-content__article .welcome-content__link {
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .tutorial-content__article .welcome-content__link {
    flex: 0 1 100%;
  }
}
.tutorial-content__article .welcome-content__link-img {
  max-height: 242px;
  padding: 0px 0px 43.1% 0px;
}
.tutorial-content__article .welcome-content__link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


.tutorial-content__article-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tutorial-content__article-bottom .welcome-content__link {
  flex: 0 1 25%;
}
@media (max-width: 991px) {
  .tutorial-content__article-bottom .welcome-content__link {
    flex: 0 1 33%;
  }
}
@media (max-width: 767px) {
  .tutorial-content__article-bottom .welcome-content__link {
    flex: 0 1 50%;
  }
}
@media (max-width: 400px) {
  .tutorial-content__article-bottom .welcome-content__link {
    flex: 0 1 100%;
  }
}
.tutorial-content__article-bottom .welcome-content__link-img {
  max-height: 192px;
  padding: 0px 0px 72.8% 0px;
}
.tutorial-content__article-bottom .welcome-content__link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .tutorial-content__article-bottom .welcome-content__link-img {
    margin-bottom: 10px;
  }
  .tutorial-content__article-bottom .welcome-content__link-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.section-tour {
  padding: 50px 0;
  background: #fafafa;
}
.section-tour.section-tour-white {
  background: #fff;
}
.section-tour .container {
  max-width: 1175px;
}
.section-tour .section__title {
  text-align: center;
}
.section-tour .section__description {
  margin-bottom: 50px;
}
.section-tour .section__description p {
  margin: 24px auto 20px;
  text-align: center;
  width: 96%;
}
@media (max-width: 767px) {
  .section-tour .section__description p {
    width: 100%;
  }
}
.section-tour .section__description.section__description-left p {
  text-align: left;
  width: 90%;
}
@media (max-width: 767px) {
  .section-tour .section__description.section__description-left p {
    width: 100%;
  }
}
.btn-details__tour.btn-details {
  flex-direction: column;
  align-items: center;
}
.btn-details__title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.btn-details__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
}
.btn-details__tour.btn-details .btn-details__btn.btn-details__btn--fixed {
  width: 272px;
  margin-right: 0;
  padding-right: 27px;
}
.btn-details__tour.btn-details .btn-details__caption {
  color: #828282;
}
.btn-details__tour.btn-details .btn-details__btn {
  width: 236px;
  text-align: center;
  padding-right: 48px;
  margin-right: 0;
}
.btn-details__tour.btn-details .btn__icon {
  right: 20px;
}
.btn-details__tour.btn-details .btn-details__icon {
  filter: contrast(0.5);
  margin-right: 2px;
}
.youtybe-content-left.youtybe-content-left__tour {
  padding: 0 15px 0 30px;
}
@media (max-width: 767px) {
  .youtybe-content-left.youtybe-content-left__tour {
    padding: 0 15px;
  }
}
.youtybe-content-left__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.youtybe-content-left__description {
  font-size: 18px;
  line-height: 1.778;
  margin-bottom: 20px;
}
.youtybe-content-left__subtitle {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.youtybe-content-left .btn-details--has-arrow {
  padding-top: 30px;
}
html .button-container.visible {
  display: none !important;
}
.button-container {
  display: none !important;
}
.video-wrap__play:focus {
  outline: none;
}
/* Отключает в опере возможность открывать видео в отдельном окне */
body + div {
  display: none !important;
}
/* smartshow-header */
.smartshow-header {
	padding: 60px 0 45px;
	background: url(../img/smartshow/smartshow-bg.jpg) center/cover no-repeat;
	color: #FFFFFF;
}
@media (max-width:767px) {
	.smartshow-header {
		padding: 35px 0 35px;
	}
}
.smartshow-header .container {
  max-width: 1300px;
}
.smartshow-header__title {
	font-weight: 600;
  font-size: 55px;
	line-height: 50px;
	margin-bottom: 20px;
}
@media (max-width:767px) {
	.smartshow-header__title {
		font-size: 36px;
	}
}
.smartshow-header__description {
  font-size: 18px;
  line-height: 1.667;
	margin-bottom: 30px;
}
.smartshow-header__center {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.smartshow-header__block-img {
	flex: 34%;
	text-align: left;
}
.smartshow-header__block {
  padding-left: 50px;
  padding-right: 140px;
	flex: 50%;
}
@media (max-width:1199px) {
	.smartshow-header__block {
		padding-right: 0px;
	}
}
@media (max-width:991px) {
	.smartshow-header__block-img {
		text-align: center;
		flex: 100%;
		margin-bottom: 15px;
	}
	.smartshow-header__block {
		padding-left: 0px;
		flex: 100%;
	}
}
.smartshow-header__block .section__list {
  margin-bottom: 30px;
}
.smartshow-header .btn-details {
	display: flex;
	flex-direction: column;
	max-width: 430px;
	align-items: center;
}
@media (max-width:991px) {
	.smartshow-header .btn-details {
    max-width: 100%;
  }
}
/* section-smartshow */
.section-smartshow {
  padding: 45px 0;
}
.section-smartshow .container {
  max-width: 1054px;
}
.section-smartshow-grey {
  background: #fafafa;
}
.smartshow-link {
  text-decoration: underline;
  color: rgb(25, 107, 165);
}
.smartshow-link:hover {
  text-decoration: none;
}
.section-smartshow-title {
  font-size: 30px;
  color: rgb(25, 107, 165);
  line-height: 1.467;
  font-weight: bold;
  margin-bottom: 35px;
}
.section-smartshow-text {
  font-size: 18px;
  line-height: 1.667;
}
/* step-instruction-block */
.step-instruction {
	padding: 15px 0;
}
.step-instruction.step-instruction-maker {
  padding: 0;
}
.step-instruction-block {
  display: flex;
  margin: 0 -20px;
  padding: 50px 0;
  border-bottom: 1px solid #e1e1e4;
}
.step-instruction-block:last-child {
	border-bottom: none;
}
@media (max-width: 767px) {
  .step-instruction-block {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.step-instruction-img {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .step-instruction-img {
    margin: 0 auto 30px; 
    padding: 0 15px;
  }
}
.step-instruction-img img {
  width: 100%;
}
.step-instruction-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.524;
  margin-bottom: 30px;
}
.step-instruction-subtitle {
  font-size: 18px;
  line-height: 1.667;
  margin-bottom: 35px;
}
.step-instruction-subtitle:last-child {
  margin-bottom: 0px;
}
.step-instruction-text {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0;
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .step-instruction-text {
    flex: 0 1 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.video-wrap-smartshow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  max-width: 850px;
}
.smartshow-images {
  margin: 30px 0px 25px 0px;
  padding: 0px 0px 56.6% 0px;
  position: relative;
  display: block;
}
.smartshow-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.smartshow-images-small {
  margin: 30px 0px 30px 0px;
  padding: 0px 0px 64.6% 0px;
  position: relative;
  display: block;
}
.smartshow-images-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.section-smartshow .video-thumbnail {
  text-decoration: none;
}
.section-smartshow .video-thumbnail:hover .video-thumbnail__name {
  color: #196ba5;
}
.section-smartshow .section__description + .after-simple-card {
  margin-top: 40px;
}
.section-simple-card {
  padding: 45px 0 0;
}
.btn.btn-smartshow {
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 18px 80px 17px;
}
/* плашки */
.shape-anysize {padding: 45px 55px 45px 55px; margin: 40px 0px; background:#fafafa;border: 1px solid #e3e3e3;}
.shape-anysize li {line-height: 1.6;margin-bottom: 15px;}
.shape-anysize li:last-child {margin-bottom: 0;}
.shape-anysize li a {color: rgb(25, 107, 165);font-weight: 600;border-bottom: 2px dotted rgb(25, 107, 165);text-decoration: none; }
.shape-anysize li a:hover {border-bottom: none; }
.simple-card-list + .shape-anysize {margin: -10px 0 40px;}
.blockquote {
  background: #e9f0f7;
  border: 1px solid #d9e9f9;
  border-radius: 3px;
  padding: 45px 70px 30px 70px; 
  margin: 40px 0px;
}
.advice {
  background: #fbfcd8;
  border: 1px solid #ebedbd;
  border-radius: 3px;
  padding: 45px 50px 45px 50px; 
  margin: 40px 0px;
}
.advice-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.advice-title img {
  margin-right: 12px;
}
.warning {
  background: #ffe8e8;
  border: 1px solid #ffc2c2;
  border-radius: 3px;
  padding: 45px 50px 45px 50px; 
  margin: 40px 0px;
}
.warning-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.warning-title img {
  margin-right: 12px;
}
.list-marker {
  list-style: none;
  padding-left: 0;
}
.list-marker li {line-height: 1.667; padding-left: 37px;position: relative;margin-bottom: 15px; }
.list-marker li:before {content: "";width: 22px;height: 22px;background: url(../img/icons/circle-check-info.png);background-size: contain;background-repeat: no-repeat;position: absolute;left: 0;top: 5px;display: block;}
.list-marker li:before {background: url(../img/icons/list-check-marker.png) no-repeat;top:9px;}
@media (max-width:767px) {
  .shape-anysize {
    padding: 15px;
  }
  .blockquote {
    padding: 15px;
  }
  .advice {
    padding: 15px;
  }
  .advice-title {
    margin-bottom: 20px;
  }
  .warning {
    padding: 15px;
  }
  .warning-title {
    margin-bottom: 20px;
  }
}

/* up */
.up {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: fixed;
  z-index: 9;
  right: 50px;
  bottom: 100px;
  margin-right: -200px;
  border: none;
  padding: 0;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 17.82px 0.18px rgba(0, 0, 0, 0.2);
  width: 54px;
  height: 54px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  .up span {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    color: #0f5b99;
    display: block;
    text-align: center;
    margin-top: -10px;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .up .svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .up.is-visible {
    margin-right: 0; }
  .up:hover {
    background-color: #fd9700;
    outline: none;
    box-shadow: none; }
    .up:focus {
      outline: none;
    }
    .up:hover span {
      color: #fff; }
    /* @media (max-width:991px) {
      .up {
        right: 35px;
        bottom: 35px;
      }
    } */
/* [<] mobile-download */
@media (max-width:767px) {
  .up {
    right: 30px;
    bottom: 35px;
    width: 42px;
    height: 44px;
  }
  .up span {
    font-size: 28px;
  }
}
@media (max-width:575px) {
  .up {
    right: 15px;
    bottom: 25px;
  }
}

.star-rating-main {
  margin-bottom: 46px;
}
.star-rating-main .star-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.star-rating-main .star-rating__list {
  margin-right: 5px;
}
.star-rating-main .star-rating__caption {
  bottom: -1px;
}
@media (max-width:1199px) {
  .star-rating-main {
    margin-bottom: 30px;
  }
}

.c-popup {
  z-index: 10000;
  display: none; }

  .c-popup,
  .c-popup .o-backdrop {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 120%; }

  .c-popup,
  .c-popup * { font-family: inherit; }

  .c-popup input:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
  .c-popup input:focus:-moz-placeholder           { opacity: 0; } /* FF 4-18 */
  .c-popup input:focus::-moz-placeholder          { opacity: 0; } /* FF 19-50 */
  .c-popup input:focus:-ms-input-placeholder      { opacity: 0; } /* IE 10+ */
  .c-popup input:focus::placeholder               { opacity: 0; } /* Modern Browsers */

  /* @-webkit-keyframes wk-autofill { to { color: #000; background-color: #fff; } }
  .c-popup input:-webkit-autofill {
    -webkit-animation-name: wk-autofill;
    -webkit-animation-fill-mode: both; } */
  /* .c-popup input:-webkit-autofill,
  .c-popup input:-webkit-autofill:hover,
  .c-popup input:-webkit-autofill:focus,
  .c-popup input:-webkit-autofill:active {
    transition: all linear 0s;
    transition-delay: 99999s;
    transition-property: background, background-image, background-color, color; } */

  .c-popup .o-backdrop {
    z-index: 10001;
    background-color: rgba(41, 46, 51, 0.7); }

  .c-popup .o-popup-wrapper {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 95%; max-width: 300px;
    z-index: 10002;
    padding: 28px 15px;
    border-radius: 5px;
    /* text-align: center; */
    line-height: 1.1;
    background-color: #f2f2f0;
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.6); }

  .c-popup .o-popup-btn-close {
    position: absolute;
    top: -34px; right: 2px;
    width: 16px; height: 16px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUAAADy8vDy8vDy8vDy8vDy8vDy8vBCIhMYAAAAB3RSTlMA60c9QDrXjPGx8gAAAEdJREFUCNdjSGEAAzcGRQMQzSLCwCQMYhg6MICFmIWAHCZRoIACSFgxgBUoABYKBAqAhYACMAZCCq4YoR1uIMIKR6ilcGcAABIIB3Wuuu+oAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    cursor: pointer; }
    .c-popup .o-popup-btn-close:hover { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUAAAD/0XT/8df/8tv/9N3/1YD/0XU1pZIKAAAAAXRSTlMAQObYZgAAAE5JREFUCNdjCGYAA1MGRQMQzSzMwCQMYhgCuYoOQAEhIIdJhIHBUQHIAAqxAAXAQiABsBBQAMJIYoBKuQGlIIqBQnDtcAMRVhhCLYU7AwAXkwecqH+dewAAAABJRU5ErkJggg=='); }

  .c-popup .o-popup-content {
    font-size: 20px;
    font-weight: normal;
    text-align: center; }

  .c-popup .o-popup-content > p:first-of-type {
    margin: 1px 6px 22px 6px; padding: 0;
    line-height: 1.1;
    font-weight: bold; }

  .c-popup .o-popup-content input[type="email"],
  .c-popup .o-popup-content button {
    position: relative;
    display: block;
    width: 100%; max-width: 290px;
    height: 60px;
    margin: 0 auto 10px auto;
    border-radius: 5px;
    font-size: 16px; }

  .c-popup .o-popup-content input[type="email"] {
    padding: 1px 43px 0 11px;
    border: 1px solid #e1e1e4;
    font-weight: 300;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 14px);
    background-position-y: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAUVBMVEXAwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL4A3w2nAAAAGnRSTlP5zqaLJfPo3bxbVDszGBJG25ySfXBmQSkGRSecQ1EAAAB+SURBVBgZBcGFYcNAAASwezBTOKn2H7RStgAAZMtnCQCQ5ZOs1wAAw7Um8t5HAMb9HcGzTwBTfyLwOApQjgcE1HOG+awgwP1Xqb87EFB6O1s7Wy8gMPeiHEdR+gxB/d4wTbh9K0LbRwDGvRGvawCA4e8l6xIAIMuaLQAA2f4BnWYXuVKCnSUAAAAASUVORK5CYII=');
    transition: 0.2s ease-out;
    transition-property: border-color, box-shadow, color;
    outline: none; }

    .c-popup .o-popup-content input[type="email"]:focus {
      border: 1px solid #6dccf2;
      box-shadow: 0 0 15px 1px #85d3f2;
      background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAVFBMVEUAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfRb27ggAAAAG3RSTlP5zqaL2/PovFtUPTMkGBJGRZyScGYpJgbdfn09kgo6AAAAfklEQVQYGQXBh2EDMQAEoJP0vbsnZv89DVkCAJAl1xQAINOVzGcPAP05J/JcBwCG9RnBd+sAuu0fgftegLLfIaAeI4xHBQFun0r93ICA8m5Ha0d7FxAYt6Lse1G2EYL66vDXoXtVhLYOAAxrIx5nDwD99ZB5CgCQac4SAIAsPyNAGI+0CGn2AAAAAElFTkSuQmCC'); }

    .c-popup .o-popup-content input[type="email"].is-error {
      color: #f4462e;
      border: 1px solid #f4462e;
      background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAMAAAAYXScKAAAAe1BMVEUAAAD/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCjvYr5aAAAAKHRSTlMACtmp02hIXhoQA/PpyMG7s0QrBu6vjnA39YYgHvbfraeZf3dRPyUUCMmX0gAAANZJREFUGBkFwQViAkEQALDsuSsOVWg7/39hE4C0ls9yTQBg+3gr8q+8ePvYAHSnw3cDmu/DqQPSPDV0bdt2NNOcwHHZ8YiIO/blCGWWoI2IP0hZSRoqICISqIakHgHXCMBYy8+AIQ6Acy77AbzHO+Cn0P8CiigAvwf9AzDFCHj0sgtgiRlwyeRnQFVWgHOuHgHrrQKMtTRUYIuIDVRDoswSvCLiBSkr4bjsaLPIWuzLEaR5arBvCc00J6A79bc7uN/6Uwfgkl+Lz6/P4ppfAEBa62e9JsA/8mENaEO+bC8AAAAASUVORK5CYII='); }

  .c-popup .o-popup-content button {
    border: none;
    margin: 20px 0 15px 0; padding: 1px 30px 0 50px;
    white-space: nowrap;
    overflow: hidden; text-overflow: clip;
    font-size: 19px; color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0, 0.25);
    background: #00ab47;
    background-size: 100% 300%;
    text-transform: none !important;
    background-position-y: bottom;
    box-shadow: 0 10px 30px 0 rgba(34, 199, 2, 0.25);
    transition: background-position 0.2s steps(8);
    cursor: pointer; user-select: none; }
    .c-popup .o-popup-content button:hover { background: #00cc55; }
    .c-popup .o-popup-content button:hover { background-position: top; }

    /* .c-popup .o-popup-content input[type="email"]::after, */
    .c-popup .o-popup-content button::after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 16px;
      top: 30%;
      width: 22px; height: 22px;
      background-position: center;
      background-repeat: no-repeat; }

    /* .c-popup .o-popup-content input[type="email"]::after { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAUVBMVEXAwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL4A3w2nAAAAGnRSTlP5zqaLJfPo3bxbVDszGBJG25ySfXBmQSkGRSecQ1EAAAB+SURBVBgZBcGFYcNAAASwezBTOKn2H7RStgAAZMtnCQCQ5ZOs1wAAw7Um8t5HAMb9HcGzTwBTfyLwOApQjgcE1HOG+awgwP1Xqb87EFB6O1s7Wy8gMPeiHEdR+gxB/d4wTbh9K0LbRwDGvRGvawCA4e8l6xIAIMuaLQAA2f4BnWYXuVKCnSUAAAAASUVORK5CYII='); } */
    .c-popup .o-popup-content button::after { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAMAAAB8FU7dAAAAVFBMVEUAAAAAAADX19f///////////8AAAD+/v76+vrU1NTu7u7IyMi8vLyjo6P////z8/P////c3NwAAAD///8AAAD///////////////8aGhofHx/////d7seAAAAAG3RSTlMAPzVE+yAc9u+mn5uOeXduZD8iGROQiEI5CAdy0eJuAAAAZElEQVQY09XJSRKAIAxE0ajBeQbHvv89lRSFKCfwb1J5TS7FrOhdCqS/oG2ZgGndH9EMBgoU2tNRQapO8s2NlWamoLxlbnP3jL0S6zoR1Y8EDDIZI2cAbqqzoNpSFJVfKSmJugCZBgqqjHyKjgAAAABJRU5ErkJggg=='); }
/* [>] mobile-download */	  

/* popup-opros */
#popup-opros {
  -webkit-animation: 0.4s popup3dProjectShow;
  animation: 0.4s popup3dProjectShow;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  display: none;
}
.popup-opros__bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 9997;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(58, 58, 58, 0.46);
  backdrop-filter: blur(0.75px);
}
#popup-opros__body {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 24px 20px 28px;
  border-radius: 5px;
  box-shadow: 0 -1px 17px 0 rgba(22, 12, 6, 0.2);
  position: absolute;
  z-index: 9999;
  max-width: 294px;
  min-height: 256px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 170px;
}
.close-popup-opros {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../../images/popup-opros/popup-opros-close.webp) no-repeat;
  background-position: center;
  cursor: pointer;
}
.popup-opros__img {
  display: block;
  margin: 0 auto;
}
.popup-opros__title {
  color: #1a1a1a;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin: 12px 0 4px;
}
.popup-opros__text {
  color: #4f4d4e;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 25px;
}
.popup-opros__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 0;
  text-align: center;
  box-shadow: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 14px;
  color: #fff;
  background: #196BA5;
  position: relative;
  line-height: 1;
  width: 100%;
  height: 41px;
}
.popup-opros__btn:hover {
  background: #4D94C4;
  color: #fff;
}
.popup-opros__btn span img {
  margin-left: 10px;
}
.popup-opros__btn-gift {
  position: absolute;
  right: -12px;
  top: -12px;
}

/* accordion */
.accordion-block {
	margin: 40px auto;
}
.accordion {
	margin-bottom: 15px;
}
.accordion-heading {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	background: #f5f5f5;
	min-height: 80px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	transition: ease .3s;
}
@media (max-width:767px) {
	.accordion-heading {
		padding: 5px 40px 5px 15px;
    font-size: 16px;
	}
}
.accordion-heading.in {
	color: #196ba5;
}
.accordion-heading .spoiler-arrow {
	top: -5px;
	right: 11px;
}
.accordion-heading .spoiler-arrow:before,
.accordion-heading .spoiler-arrow:after {
	background: #484c54;
	width: 2px;
	height: 10px;
}
.accordion-heading.in .spoiler-arrow:before {
	left: 2px;
	background: #196ba5;
}
.accordion-heading.in .spoiler-arrow:after {
	left: 8px;
	background: #196ba5;
}
.accordion-heading:hover .spoiler-arrow:after,
.accordion-heading:hover .spoiler-arrow:before {
	background: #196ba5;
}
.accordion-heading:hover {
	color: #196ba5;
}
.accordion-collapse {
	display: none;
	padding: 0 30px 30px;
	background: #f5f5f5;
}
@media (max-width:767px) {
	.accordion-collapse {
		padding: 15px;
  }
  .accordion-heading .spoiler-arrow {
    right: -15px;
  }
}
.accordion-heading + .accordion-collapse .accordion-body {
	opacity: 0;
	transition: ease .3s;
}
.accordion-heading.in + .accordion-collapse .accordion-body {
	opacity: 1;
	transition: ease .3s;
}
.accordion-body p {
	color: rgb(34, 34, 34);
	font-size: 18px;
	margin-bottom: 20px;
}
.accordion-body p:last-child {
	margin-bottom: 5px;
}
.accordion-body__text {
	font-size: 16px;
	font-weight: 500;
}
.accordion-body a {
	font-size: 16px;
	color: #4785F6;
	text-decoration: underline;
}
.accordion-body a:hover {
	text-decoration: none;
}
.spoiler-arrow {
  position: relative;
  margin-left: 14px;
  top: -3px;
}
.spoiler-arrow:before,
.spoiler-arrow:after {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 9px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #494d55;
}
.spoiler-arrow:before {
	left: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* about */
.section-about__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(/images/about/bg.webp) top center no-repeat;
  min-height: 493px;
  padding: 15px 0;
}
.about-h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 140%;
  color: #fff;
}
.section-about__history {
  padding: 54px 0 0;
}
.about-history-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
  gap: 40px;
}
.about-history-img {
  margin-top: 10px;
  max-width: 452px;
  width: 100%;
}
.about-history-info {
  flex: 1;
}
.section-about__nums {
  padding: 55px 0;
}
.about-nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.about-num-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #d1d1d1;
  max-width: 323px;
  width: 100%;
  background: #fff;
  padding: 12px 30px 26px;
}
.about-num-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-num {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 55px;
  line-height: 42px;
  padding: 17px 0;
  color: #196ba5;
}
.about-num img {
  margin-left: 5px;
}
.about-num-img {
}
.about-num-bottom {
  margin-top: 5px;
  font-weight: 600;
  font-size: 21px;
  line-height: 175%;
  color: #21292d;
}
.section-media__bottom {
  padding: 55px 0 35px;
}
.about-media {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}
.about-media-item {
  border: 1px solid #d1d1d1;
  width: 323px;
  margin: 0 10px 20px;
  background: #fafafa;
}
.about-media-item.about-media-item__big {
  width: calc(50% - 20px);
}
.about-media-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 2px;
  border-bottom: 1px solid #d1d1d1;
  background: #fff;
}
.about-media-text {
  padding: 20px 20px 26px;
}
.about-media-slider {
  align-items: flex-start;
  position: relative;
}
.about-media-slider .swiper-button-next {
  right: -65px;
}
.about-media-slider .swiper-button-prev {
  left: -65px;
}
.section-about__bottom {
  padding: 55px 0 25px;
}
.about-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 55px;
}
.about-contact-item {
  background: #fafafa;
  width: 100%;
  max-width: 495px;
  padding: 30px 22px 30px;
}
.about-contact-top {
  display: flex;
  align-items: center;
}
.about-contact-top img {
  max-width: 48px;
  margin-right: 12px;
}
.about-contact-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 175%;
  color: #21292d;
}
.about-contact-text {
  margin-top: 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #343738;
}
.about-contact-text a {
  color: #009dff;
  text-decoration: underline;
}
.about-contact-text a:hover {
  text-decoration: none;
}
.about-soc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 40px;
}
.about-soc-item {
  display: flex;
  justify-content: center;
  border: 1px solid #d1d1d1;
  padding: 12px 28px;
  min-width: 196px;
  padding: 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 175%;
  color: #21292d;
  transition: ease .2s;
}
.about-soc-item:hover {
  color: #009dff;
}
.about-soc-item img {
  max-width: 31px;
  margin-right: 12px;
}
@media (max-width:1199px) {
  .section-about__top {
    background: url(/images/about/bg.webp) center no-repeat;
    min-height: 410px;
  }
  .about-history-img {
    max-width: 420px;
  }
  .about-num-item {
    max-width: 302px;
  }
  .about-media-item {
    width: 302px;
  }
  .about-media-slider {
    padding: 0 20px;
  }
  .about-media-slider .swiper-button-next {
    right: -5px;
  }
  .about-media-slider .swiper-button-prev {
    left: -5px;
  }
  .about-contact-item {
    max-width: 464px;
  }
}
@media (max-width:1040px) {
  .section-about__top {
    min-height: 360px;
  }
  .about-h1 {
    font-size: 48px;
    line-height: 120%;
  }
  .section-about__history {
    padding: 35px 0 0;
  }
  .about-history-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 35px 0;
  }
  .about-history-img {
    order: 1;
    max-width: 452px;
  }
  .about-history-info {
    order: 2;
  }
  .about-num-item {
    max-width: 292px;
  }
  .section-media__bottom {
    padding: 35px 0 15px;
  }
  .about-media-item {
    width: calc(33.333% - 20px);
  }
  .about-num-item {
    max-width: 227px;
    padding: 12px 20px 18px;
  }
  .about-num {
    font-size: 42px;
    line-height: 32px;
    padding: 10px 0;
  }
  .about-num-bottom {
    font-size: 18px;
    line-height: 140%;
  }
  .section-about__bottom {
    padding: 35px 0 5px;
  }
  .about-contact-item {
    max-width: calc(50% - 20px);
  }
}
@media (max-width:767px) {
  .section-about__top {
    min-height: 270px;
  }
  .about-h1 {
    font-size: 42px;
  }
  .about-media-item {
    width: calc(50% - 20px);
  }
  .about-contact-item {
    padding: 15px 15px;
  }
}
@media (max-width:575px) {
  .about-h1 {
    font-size: 32px;
  }
  .about-h1 br {
    display: none;
  }
  .about-num-item {
    max-width: 280px;
  }
  .about-media-item,
  .about-media-item.about-media-item__big {
    width: calc(100% - 20px);
  }
  .about-contact-item {
    max-width: calc(100% - 20px);
  }
  .about-soc {
    margin: 20px 0 30px;
    gap: 20px;
  }
}