

/* Start:/local/templates/matreshka/components/bitrix/menu/top/style.css?17458402781242*/
div.menu-clear-left {
  clear:left;
}

.header-menu .navbar-nav {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 15px 30px;
  gap: 30px;
}

.nav-item > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3900B1;
  display: flex;
  align-items: center;
  letter-spacing: 0.08px;
  text-decoration: none;
  padding: 0;
}

.nav-item.active > a {
  color: #EE6E8A;
  font-weight: 700;
  position: relative;
}

.nav-item:hover > a {
  color: #EE6E8A;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 10px;
  }

  .navbar-nav {
    margin-bottom: 30px;
  }

  .navbar-dark .navbar-nav .nav-link {
    width: max-content;
  }

  .nav-item.active {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
/*  .navbar-nav .nav-item > a {
    font-size: 14px;
  }*/
}

@media (min-width: 992px) and (max-width: 1100px) {
  .navbar-nav .nav-item {
    padding: 0 5px;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav {
    justify-content: normal;
  }
}



/* End */


/* Start:/local/templates/matreshka/components/bitrix/news.list/main_page/style.css?177029053225389*/
.block-sticky {
  min-height: 700px;
}
.sticky {
  position: sticky;
  top: 0;
  height: 400px;
}

.container.container-top {
  height: 660px;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding-top: 95px;
}

.container-top h1 {
  display: none;
}

.page-main-top {
  background: #3900B1;
  text-align: center;
}

.page-main-top .page-title {
  margin-bottom: 50px;
}

.page-main-top .page-title img {
  max-width: 570px;
  width: 100%;
}

.page-main-top h3 {
  font-family: "GilroyMedium";
  font-size: 40px;
  margin-bottom: 20px;
}

.page-main-top p {
  font-size: 24px;
}

.text-top {
  max-width: 900px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}

.page-top-button {
  margin-top: 40px;
}

.img-matreshka {
  text-align: center;
  transition: all 1.5s;
  margin-top: 0;
  padding-bottom: 40px;
}

.grey-columns {
  display: flex;
  color: #fff;
  border-radius: 24px;
  background: #3900B1;
  position: relative;
  overflow: hidden;
  justify-content: space-around;
  padding: 60px 75px;
}

.grey-column-item {
  width: 30%;
  font-size: 18px;
  font-family: "GilroyMedium";
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  position: relative;
  z-index: 50;
  padding: 40px;
}

.grey-column-item h2 {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 15px;
}

.grey-column-item p {
  margin-bottom: 0;
}

.video-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  background: #FFF;
  padding: 80px;
}

.video-title {
  width: 400px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.video-frame iframe,
.video-frame video {
  width: 780px;
  height: 440px;
  border-radius: 24px;
  background: #D9D9D9;
  overflow: hidden;
}

.communications-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  background: rgba(57, 0, 177, 0.05);
  padding: 80px;
}

.communications-info {
  width: 520px;
}

.communications-info h1 {
  margin-bottom: 55px;
}

.communications-info-text p {
  color: #000;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 80px;
}

.communications-info-text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px
}

.communications-info-text ul > li {
  width: 150px;
  display: grid;
  gap: 15px;
  text-align: center;
}

.communications-info-text ul > li img {
  margin: 0 auto;
}

.communications-img {
   width: 25%;
}

.communications-img .slick-slide img {
  margin: 0 0 0 auto;
  width: 100%;
}

.page-slider .slick-prev,
.page-slider .slick-next {
  top: inherit;
  bottom: 0;
}

.communications-img.page-slider .slick-prev {
  left: inherit;
  right: 450px;
}

.communications-img.page-slider .slick-next {
  right: 400px;
}

.row-helping {
  justify-content: space-between;
}

.helping-block {
  border-radius: 30px;
  background: #8451CA;
  padding: 80px 60px;
}

.item-helping {
  width: 24%;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
  padding: 40px 15px;
}

.item-helping-icon {
  display: inline-block;
  background: #8451CA;
  border-radius: 50px;
  padding: 8px;
  margin-bottom: 40px;
}

.item-helping-text {
  font-size: 20px;
}

.working-block {
  border-radius: 32px;
  background: #FFF;
  padding: 70px 50px 0;
}

.working-block h1 {
  margin-bottom: 60px;
}

.item-working {
  width: 45%;
  text-align: center;
  border-radius: 20px;
  background: rgba(57, 0, 177, 0.05);
  position: relative;
  padding: 40px 30px;
}

.item-working-step {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  background: #3900B1;
  position: absolute;
  left: 0;
  top: -25px;
  padding: 15px 30px;
}

.item-working-text {
  color: #3900B1;
  padding-top: 30px;
}

.row-working .item-working:nth-child(1):after {
  content: url(/local/templates/matreshka/img/working_arrow_right.svg);
  position: absolute;
  right: -170px;
  top: 120px;
}

.row-working .item-working:nth-child(2) {
  float: right;
  top: -80px;
}

.row-working:first-child .item-working:nth-child(2):after {
  content: url(/local/templates/matreshka/img/working_arrow_left.svg);
  position: absolute;
  left: -180px;
  top: 190px;
}

.row-working:nth-child(2) {
  margin-top: 300px;
}

.row-working:nth-child(2) .item-working:nth-child(1):after {
  top: 140px;
}

.working-list-mobile {
  display: none;
}

.working-list-mobile .slick-track {
  padding-top: 30px;
}

.advantages-block {
  border-radius: 30px;
  position: relative;
  background: #3900B1;
  padding: 70px 60px 30px;
}

.item-advantage {
  border-radius: 32px;
  background: #FFF;
  padding: 60px;
  margin-bottom: 40px;
}

.item-advantage .row-page {
  align-items: center;
}

.item-advantage-title {
  color: #2D2D2D;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
}

.item-advantage-text-info {
  color: #2D2D2D;
  font-size: 22px;
  line-height: 110%;
}

.item-advantage-text-info p {
  padding-top: 40px;
}

.item-advantage-text,
.item-advantage-img {
  width: 50%;
}

.item-advantage-img {
  text-align: right;
}

.item-advantage-img img {
  max-width: 600px;
}

.item-advantage-text {
  padding-top: 40px;
  padding-right: 30px;
}

.item-advantage-text ul > li {
  color: #000;
  font-size: 20px;
  line-height: 110%;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}

.item-advantage-text ul > li:before {
  content: url(/local/templates/matreshka/img/icon_check_fill.svg);
  position: absolute;
  left: 0;
  top: 2px;
}

.advantages-slider-info-pages {
  color: #0E0E0E;
  display: none;
  position: absolute;
  z-index: 25;
}

.advantages-block .slick-prev,
.advantages-block .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #232323;
  border-radius: 50%;
}

.advantages-block .slick-prev:before {
  content: url(/local/templates/matreshka/img/arrow_dark.svg);
  top: 1px;
  left: -1px;
}

.advantages-block .slick-next:before {
  content: url(/local/templates/matreshka/img/arrow_dark.svg);
  transform: rotate(180deg);
  top: 0;
  left: 2px;
}

.advantages-block .slick-prev:before,
.advantages-block .slick-next:before {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: absolute;
  z-index: 20;
}

.advantages-block .slick-prev:hover,
.advantages-block .slick-prev:focus,
.advantages-block .slick-next:hover,
.advantages-block .slick-next:focus {
  background: #A078D6;
  border-color: #A078D6;
}

.advantages-block .slick-prev:hover:before,
.advantages-block .slick-prev:focus:before,
.advantages-block .slick-prev.active:before {
  content: url(/local/templates/matreshka/img/arrow_white.svg);
}

.advantages-block .slick-next:hover:before,
.advantages-block .slick-next:focus:before,
.advantages-block .slick-next.active:before {
  content: url(/local/templates/matreshka/img/arrow_white.svg);
  transform: rotate(180deg);
}

.advantages-block .slick-prev:active,
.advantages-block .slick-next:active  {
  background: #8451CA;
  border-color: #8451CA;
}

.advantages-block .slick-prev:active,
.advantages-block .slick-next:active,
.advantages-block .slick-prev.active,
.advantages-block .slick-next.active{
  background: #8451CA;
  border-color: #8451CA;
}

.delivery-block {
  border-radius: 32px;
  background: #FFF;
  padding: 70px;
}

.delivery-top {
  justify-content: space-between;
}

.row-delivery {
  gap: 20px;
  justify-content: space-between;
}

.item-delivery {
  width: 48%;
  display: grid;
  gap: 30px;
  text-align: center;
  border-radius: 24px;
  background: rgba(57, 0, 177, 0.05);
  padding: 50px 80px;
}

.item-delivery-name {
  font-size: 30px;
  font-family: GilroyBold;
  line-height: 110%;
}

.item-delivery-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.item-delivery-text p:first-child {
  margin-bottom: 30px;
}

.item-delivery-text p:last-child {
  margin-bottom: 0;
}

.faq-block {
  border-radius: 30px;
  background: #3900B1;
  padding: 60px;
}

.row-faq {
  border-radius: 30px;
  background: #FFF;
  padding: 60px 50px;
}

.item-faq {
  border-radius: 20px;
  background: rgba(57, 0, 177, 0.05);
  padding: 40px;
  margin-bottom: 20px;
}

.item-faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-faq-top-name {
  color: #000;
  font-size: 24px;
  line-height: 110%;
  font-family: 'GilroyBold';
}

.item-faq-top-btn-plus,
.item-faq-top-btn-minus {
  cursor: pointer;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.item-faq-top-btn-plus svg,
.item-faq-top-btn-minus svg {
  color: black;
}

.item-faq-top-btn-plus:hover svg,
.item-faq-top-btn-minus:hover svg {
  color: white;
}

.item-faq-top-btn-plus:hover svg .svg-circle,
.item-faq-top-btn-minus:hover svg .svg-circle {
  fill: #A078D6;
  stroke: #A078D6;
}

.item-faq-top-btn-minus {
  display: none;
}

.item-faq-detail {
  display: none;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
  padding-top: 30px;
}

.item-faq-detail ul > li {
  color: #000;
  font-size: 16px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}

.item-faq-detail ul > li:before {
  content: url(/local/templates/matreshka/img/icon_check_fill.svg);
  position: absolute;
  left: 0;
  top: -1px;
}

.item-faq.faq-show .item-faq-detail {
  display: block;
}

.item-faq.faq-show .item-faq-top-btn-plus {
  display: none;
}

.item-faq.faq-show .item-faq-top-btn-minus {
  display: block;
}

.row-faq-img {
  text-align: center;
  padding-top: 40px;
}

.form-page-block {
  border-radius: 30px;
  background: #8451CA;
  padding: 60px 60px 0;
}

.block-simple.form-page-block {
  margin-bottom: 80px;
}

.form-text-info {
  width: 60%;
  position: relative;
}

.form-block {
  width: 40%;
  margin-bottom: 60px;
}

.form-text {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 60px;
}

.form-img {
  position: absolute;
  bottom: 0;
}

.form-block .page-form {
  border-radius: 24px;
  background: #FFF;
  padding: 40px;
}

.page-form .btn-send-form {
  width: 100%;
}

.form-agreement-text {
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 1500px) {
  .item-advantage-img img {
    width: 100%;
  }

  .video-block {
    padding: 80px 40px;
  }

  .item-faq-top-btn svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 1440px) {
  .img-matreshka {
    padding-bottom: 0;
  }

  .delivery-block {
    padding: 70px 40px;
  }

  .row-delivery {
    justify-content: space-between;
  }

  .item-delivery {
    width: 49%;
  }
}

@media (max-width: 1400px) {
  .grey-columns {
    padding: 60px;
  }

  .video-title {
    width: 380px;
  }

  .video-frame iframe,
  .video-frame video {
    width: 650px;
    height: 370px;
  }

  .communications-img.page-slider .slick-prev {
    right: 380px;
  }

  .communications-img.page-slider .slick-next {
    right: 330px;
  }

  .communications-img {
    width: 30%;
  }

  .form-page-block {
    padding: 40px 30px 0 30px;
  }

  .form-block {
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .page-main-top h3 {
    font-size: 38px;
  }

  .page-main-top p {
    font-size: 18px;
  }

  .grey-columns {
    padding: 40px 20px;
  }

  .grey-column-item {
    width: 31%;
    font-size: 16px;
    padding: 25px;
  }

  .grey-column-item h2 {
    font-size: 25px;
  }

  .video-block {
    padding: 60px 40px;
  }

  .video-title {
    font-size: 38px;
  }

  .video-frame iframe,
  .video-frame video {
    width: 500px;
    height: 285px;
  }

  .communications-block {
    padding: 60px 40px;
  }

  .communications-info h1 {
    margin-bottom: 30px;
  }

  .communications-info-text p {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .communications-info-text ul > li img {
    width: 60px;
  }

  .communications-img .slick-slide {
    margin: 0 20px;
  }

  .helping-block {
    padding: 60px 40px;
  }

  .row-helping {
    gap: 20px;
  }

  .item-helping {
    width: 48%;
    padding: 25px 15px;
  }

  .item-helping-icon {
    margin-bottom: 20px;
  }

  .item-helping-text br {
    display: none;
  }

  .working-block {
    padding: 40px 30px 0;
  }

  .advantages-block {
    padding: 50px 40px 30px;
  }

  .item-advantage-title {
    font-size: 38px;
  }

  .item-advantage-text,
  .item-advantage-img {
    width: 1000%;
  }

  .item-advantage-text {
    padding-right: 0;
  }

  .item-advantage-text ul > li {
    margin-bottom: 20px;
  }

  .item-advantage-img {
    text-align: center;
    padding-top: 30px;
  }

  .item-advantage-img img {
    width: auto;
  }

  .delivery-block {
    padding: 60px 40px;
  }

  .delivery-top {
    margin-bottom: 20px;
  }

  .row-delivery {
    justify-content: space-between;
  }

  .item-delivery {
    width: 48%;
    padding: 50px 40px;
  }

  .item-delivery-name {
    font-size: 24px;
  }

  .item-faq {
    padding: 20px;
  }

  .item-faq-top-name {
    font-size: 20px;
  }

  .item-faq-top-btn svg {
    width: 40px;
    height: 40px;
  }

  .block-simple.form-page-block {
    margin-bottom: 60px;
  }

  .form-text-info {
    width: 50%;
  }

  .form-block {
    width: 50%;
  }

  .form-page-block h1 > br {
    display: none;
  }

  .form-page-block .form-text {
    width: 300px;
  }

  .form-page-block .form-img > img {
    max-width: 420px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .page-main-top h3 {
    font-size: 30px;
  }

  .page-main-top p {
    font-size: 20px;
  }

  .grey-column-item {
    padding: 25px 10px;
  }

  .video-block {
    justify-content: center;
    gap: 40px;
    padding: 40px;
  }

  .video-title {
    width: 400px;
    text-align: center;
  }

  .video-title {
    font-size: 30px;
  }

  .communications-block {
    padding: 40px;
  }

  .communications-info {
    width: 60%;
  }

  .communications-img {
    width: 250px;
  }

  .communications-info-text ul {
    width: 430px;
    gap: 20px;
  }

  .communications-info-text ul > li {
    width: 100px;
    font-size: 16px;
  }

  .communications-info-text ul > li img {
    width: 50px;
  }

  .communications-img.page-slider .slick-prev {
    right: 310px;
  }

  .communications-img.page-slider .slick-next {
    right: 260px;
  }

  .helping-block {
    padding: 40px;
  }

  .advantages-block {
    padding: 40px 20px 20px 20px;
  }

  .item-advantage {
    padding: 40px;
    margin: 0 10px 20px;
  }

  .item-advantage-title {
    font-size: 30px;
  }

  .item-advantage-text, .item-advantage-img {
    width: 100%;
  }

  .item-advantage-img img {
    margin: 0 auto;
  }

  .item-advantage-text ul > li {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .item-advantage-text ul > li:before {
    top: -2px;
  }

  .item-advantage-text-info p {
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 0;
  }

  .advantages-slider-info-pages {
    display: flex;
    top: 150px;
    right: 128px;
  }

  .advantages-block .slick-prev {
    top: 56px;
    right: 154px;
    left: auto;
    z-index: 25;
  }

  .advantages-block .slick-next {
    top: 56px;
    right: 50px;
  }

  .delivery-block {
    padding: 40px;
  }

  .item-delivery {
    padding: 30px 20px;
  }

  .item-delivery-img img{
    max-width: 240px;
  }

  .item-delivery-text {
    font-size: 18px;
  }

  .item-delivery-text p > br {
    display: none;
  }

  .faq-block {
    padding: 40px;
  }

  .form-text-info {
    font-size: 30px;
    padding-right: 30px;
  }

  .form-block .page-form {
    padding: 20px;
  }

  .form-page-block .form-img > img {
    max-width: 350px;
  }
}

@media (max-width: 870px) {
  .form-page-block .form-img > img {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .page-main-top .page-title img {
    max-width: 500px;
  }

  .grey-columns {
    flex-wrap: wrap;
    gap: 20px;
  }

  .grey-column-item {
    width: 100%;
    padding: 25px 40px;
  }

  .video-block {
    gap: 30px;
  }

  .communications-block {
    flex-direction: column;
    gap: 40px;
    padding: 40px 30px;
  }

  .communications-info {
    width: 100%;
  }

  .communications-info h1 {
    text-align: center;
  }

  .communications-info-text {
    width: 450px;
    text-align: center;
    margin: 0 auto;
  }

  .communications-info-text ul {
    width: auto;
    justify-content: center;
  }

  .communications-img .slick-slide img {
    width: auto;
    height: 400px;
    margin: 0 auto;
  }

  .communications-img {
    width: calc(80% - 120px);
  }

  .communications-img.page-slider .slick-prev {
    right: auto;
    left: -80px;
    top: 50%;
    margin-top: -20px;
  }

  .communications-img.page-slider .slick-next {
    right: -80px;
    left: auto;
    top: 50%;
    margin-top: -20px;
  }

  .item-helping {
    width: 47%;
  }

  .item-helping-text {
    font-size: 16px;
  }

  .working-block {
    padding-bottom: 100px;
  }

  .item-working {
    width: 65%;
  }

  .item-working-step {
    font-size: 22px;
  }

  .item-working-img img {
    max-width: 200px;
    width: 100%;
  }

  .item-working-text {
    font-size: 16px;
  }

  .row-working .item-working:nth-child(1):after {
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(/local/templates/matreshka/img/working_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -130px;
    top: 250px;
  }

  .row-working .item-working:nth-child(2) {
    top: 60px;
  }

  .row-working:first-child .item-working:nth-child(2):after {
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(/local/templates/matreshka/img/working_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -140px;
    top: 220px;
  }

  .row-working:nth-child(2) {
    margin-top: 480px;
  }

  .row-working .item-working:nth-child(1):after {
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(/local/templates/matreshka/img/working_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .row-working:nth-child(2) .item-working:nth-child(1):after {
    top: 260px;
  }

  .item-advantage {
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 0;
  }

  .item-advantage-title {
    font-size: 26px;
  }

  .item-advantage-text {
    padding-top: 30px;
  }

  .item-advantage-img img {
    max-width: 100%;
  }

  .advantages-block .slick-prev {
    top: 44px;
    right: 130px;
  }

  .advantages-block .slick-next {
    top: 44px;
    right: 30px;
  }

  .advantages-slider-info-pages {
    top: 140px;
    right: 105px;
  }

  .delivery-top {
    justify-content: center;
    margin-bottom: 0;
  }

  .delivery-block .btn-scroll-form {
    display: none;
  }

  .row-delivery {
    gap: 30px;
    justify-content: center;
  }

  .item-delivery {
    width: 65%;
    padding: 30px 20px;
  }

  .item-delivery-text {
    font-size: 16px;
  }

  .faq-block {
    border-radius: 24px;
    padding: 40px 40px;
  }

  .row-faq {
    padding: 20px;
  }

  .block-simple.form-page-block {
    margin-bottom: 50px;
  }

  .form-text-info {
    width: 100%;
    padding-right: 0;
  }

  .form-text-info h1 {
    text-align: center;
  }

  .form-page-block .form-text {
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }

  .form-img {
    display: none;
  }

  .form-block {
    width: 100%;
  }

  .form-block .form-btns {
    text-align: center;
  }

  .form-block .form-btns .btn.btn-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block .btn.btn-page-orange {
    width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 692px) {
  .advantages-slider-info-pages {
    top: 172px;
    right: 88px;
  }

  .advantages-block .slick-prev,
  .advantages-block .slick-next {
    width: 30px;
    height: 30px;
  }

  .advantages-block .slick-prev {
    right: 105px;
  }

  .advantages-block .slick-next {
    right: 30px;
  }
}

@media (max-width: 576px) {
  .page-main-top .page-title img {
    max-width: 335px;
    width: 100%;
  }

  .video-title {
    font-size: 26px;
  }

  .communications-block {
    gap: 20px;
  }

  .communications-info h1 {
    margin-bottom: 25px;
  }

  .communications-info-text {
    width: auto;
  }

  .communications-info-text p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .communications-info-text ul > li img {
    width: 40px;
  }

  .communications-img {
    width: calc(100% - 120px);
  }

  .communications-img.page-slider .slick-prev {
    left: -60px;
  }

  .communications-img.page-slider .slick-next {
    right: -60px;
  }

  .container-top p {
    font-size: 16px;
    width: 225px;
  }

  .block-simple.grey-columns {
    margin-top: 30px;
    padding: 40px;
  }

  .video-block {
    padding: 20px;
  }

  .video-frame iframe,
  .video-frame video {
    width: 420px;
    height: 100%;
  }

  .item-helping {
    width: 100%;
  }

  .working-list {
    display: none;
  }

  .working-block {
    padding-bottom: 10px;
  }

  .item-working {
    width: 100%;
    margin: 0 10px;
  }

  .item-working-step {
    font-size: 20px;
    padding: 10px 30px;
  }

  .row-working .item-working:nth-child(1):after {
    display: none;
  }

  .row-working .item-working:nth-child(2) {
    float: none;
    top: 0;
  }

  .row-working:first-child .item-working:nth-child(2):after {
    display: none;
  }

  .row-working:nth-child(2) {
    margin-top: 0;
  }

  .row-working:nth-child(2) .item-working:nth-child(1):after {
    display: none;
  }

  .advantages-block {
    border-radius: 20px;
    padding: 20px;
  }

  .item-advantage-title {
    font-size: 20px;
  }

  .item-advantage-img {
    padding-top: 20px;
  }

  .item-advantage-text ul > li {
    font-size: 16px;
  }

  .item-advantage-text-info p {
    font-size: 16px;
  }

  .advantages-block .slick-prev {
    top: 41px;
  }

  .advantages-block .slick-next {
    top: 41px;
  }

  .advantages-slider-info-pages {
    top: 139px;
  }

  .row-delivery {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .delivery-block {
    border-radius: 20px;
    padding: 20px;
  }

  .item-delivery {
    width: 100%;
  }

  .item-delivery-name {
    font-size: 20px;
    padding: 0 60px;
  }

  .item-delivery-text {
    padding: 0 20px;
  }

  .item-delivery-text p:first-child {
    margin-bottom: 20px;
  }

  .row-faq {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px;
  }

  .faq-block {
    padding: 20px;
  }

  .row-faq-img img {
    max-width: 100%;
  }

  .item-faq-top-name {
    font-size: 18px;
  }

  .item-faq-top-btn svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 500px) {
  .item-advantage {
    padding: 50px 20px 20px;
  }

  .advantages-block .slick-prev {
    top: 24px;
  }

  .advantages-block .slick-next {
    top: 24px;
  }

  .advantages-slider-info-pages {
    top: 123px;
  }

  .img-matreshka img {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .video-frame iframe,
  .video-frame video {
    width: 380px;
  }

  .communications-block {
    gap: 10px;
  }

  .communications-img {
    width: calc(100% - 80px);
  }

  .communications-img .slick-slide img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 440px) {
  .video-frame iframe,
  .video-frame video {
    width: 100%;
  }
}

@media (max-width: 387px) {
  .advantages-block .slick-prev {
    left: 30%;
    right: auto;
  }

  .advantages-block .slick-next {
    left: auto;
    right: 30%;
  }

  .advantages-slider-info-pages {
    top: 150px;
    left: 46%;
    right: auto;
  }
}

/* End */
/* /local/templates/matreshka/components/bitrix/menu/top/style.css?17458402781242 */
/* /local/templates/matreshka/components/bitrix/news.list/main_page/style.css?177029053225389 */
