.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body-cstm {
  background-color: #d7d8db;
  background-image: url('/upload/main_copy/images/bg_main.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Inter, sans-serif;
  color: #1f2c37;
  line-height: 1.7em;
}

.content-cstm {
  position: relative;
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 32px 32px;
}

.block_breadcrumb {
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.link_bc {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link_bc.phr {
  color: #63707c;
}

.heading {
  font-size: 24px;
  line-height: 1.4em;
}

.heading.main {
  color: #fff;
  font-weight: 600;
}

.heading.main.black {
  color: #1f2c37;
}

.heading.main.phroz {
  color: #1f2c37;
}

.heading.std {
  font-size: 22px;
  font-weight: 600;
}

.heading.std.link {
  display: inline-block;
  color: #1f2c37;
}

.heading.std.link.instr {
  max-width: 250px;
}

.heading.std.link2 {
  display: inline-block;
  margin-top: 0px;
}

.heading.std.w {
  color: #fff;
}

.heading.nomrgn {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
}

.heading.nomrgn.link {
  display: inline-block;
}

.heading.small {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.heading.small.phr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading.small2 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.block_main_promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.promo_wide {
  width: 50%;
  min-height: 444px;
  margin-right: 16px;
  padding: 12px 32px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  background-image: url('/upload/main_copy/images/promo_3dprinters.png');
  background-position: 50% 80%;
  background-size: auto;
  background-repeat: no-repeat;
}

.promo_std {
  width: 100%;
  min-height: 214px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding: 12px 32px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.promo_std.lst {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.promo_std.plastic {
  background-image: url('/upload/main_copy/images/promo_plastic.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
  text-decoration: none;
}

.promo_std.dopobor {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('/upload/main_copy/images/dopobor.png');
  background-position: 85% 80%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
  text-decoration: none;
}

.promo_std.instr {
  background-image: url('/upload/main_copy/images/promo_plastic.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
}

.promo_std.smoly {
  min-height: 137px;
  background-image: url('/upload/main_copy/images/phroz_fs.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
  text-decoration: none;
}

.promo_std.do {
  min-height: 137px;
  background-image: url('/upload/main_copy/images/phroz_do.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
  text-decoration: none;
}

.promo_std.kr {
  min-height: 137px;
  margin-bottom: 0px;
  background-image: url('/upload/main_copy/images/phroz_kr.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
  text-decoration: none;
}

.block_promo_std {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.promo_wide_content {
  text-decoration: none;
}

.btn {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #c12026;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
}

.btn:hover {
  background-color: #e5262d;
}

.btn.small_mrg {
  margin-top: 8px;
  margin-bottom: 8px;
}

.link_arrow {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  background-image: url('/upload/main_copy/images/Arrow.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.link_arrow:hover {
  background-image: url('/upload/main_copy/images/Arrow_hover.svg'), url('/upload/main_copy/images/Arrow.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 24px, 24px;
  background-repeat: no-repeat, no-repeat;
}

.block_info_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block_info_links__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33%;
  height: 230px;
  margin-right: 16px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(44%, #2b2b2b), color-stop(68%, transparent));
  background-image: linear-gradient(360deg, #2b2b2b 44%, transparent 68%);
  text-decoration: none;
}

.block_info_links__item.bg_item_info_1 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgba(43, 43, 43, 0.8)), color-stop(71%, transparent)), url('/upload/main_copy/images/bg_item_info_1.png');
  background-image: linear-gradient(360deg, rgba(43, 43, 43, 0.8) 9%, transparent 71%), url('/upload/main_copy/images/bg_item_info_1.png');
  background-position: 0px 0px, 0px 0px;
}

.block_info_links__item.bg_item_info_3 {
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgba(43, 43, 43, 0.8)), color-stop(71%, transparent)), url('/upload/main_copy/images/bg_item_info_3.png');
  background-image: linear-gradient(360deg, rgba(43, 43, 43, 0.8) 9%, transparent 71%), url('/upload/main_copy/images/bg_item_info_3.png');
  background-position: 0px 0px, 0px 0px;
}

.block_info_links__item.bg_item_info_2 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgba(43, 43, 43, 0.8)), color-stop(71%, transparent)), url('/upload/main_copy/images/bg_item_info_2.png');
  background-image: linear-gradient(360deg, rgba(43, 43, 43, 0.8) 9%, transparent 71%), url('/upload/main_copy/images/bg_item_info_2.png');
  background-position: 0px 0px, 0px 0px;
}

.item_gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2b2b2b), to(transparent));
  background-image: linear-gradient(360deg, #2b2b2b, transparent);
}

.txt_info_links {
  margin-top: -5px;
  margin-bottom: 0px;
  color: #fff;
}

.block_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_item_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 330px;
  margin-right: 16px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_1.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  text-decoration: none;
}

.block_item_about.bg_item_about_1 {
  background-position: 0px 0px, 0% 50%;
  background-repeat: repeat, no-repeat;
}

.block_item_about.bg_item_about_2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_2.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_2.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.block_item_about.bg_item_about_3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_3.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_3.png');
  background-position: 0px 0px, 0% 50%;
  background-repeat: repeat, no-repeat;
}

.block_item_about.bg_item_about_4 {
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_4.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_4.png');
  background-position: 0px 0px, 0% 50%;
  background-repeat: repeat, no-repeat;
}

.block_item_about.bg_item_about_phr_1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_phrozen_1.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_phrozen_1.png');
  background-position: 0px 0px, 0% 50%;
  background-repeat: repeat, no-repeat;
}

.block_item_about.bg_item_about_phr_2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_phrozen_2.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_phrozen_2.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.block_item_about.bg_item_about_phr_3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_phrozen_3.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_phrozen_3.png');
  background-position: 0px 0px, 0% 50%;
  background-repeat: repeat, no-repeat;
}

.block_item_about.bg_item_about_phr_4 {
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0f0f0f), color-stop(39%, rgba(88, 88, 88, 0))), url('/upload/main_copy/images/bg_item_about_phrozen_4.png');
  background-image: linear-gradient(180deg, #0f0f0f 8%, rgba(88, 88, 88, 0) 39%), url('/upload/main_copy/images/bg_item_about_phrozen_4.png');
  background-position: 0px 0px, 0% 50%;
  background-repeat: repeat, no-repeat;
}

.nobr {
  white-space: nowrap;
}

.block_faq_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block_faq_main__item {
  width: 100%;
  min-height: 214px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding: 12px 32px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.block_faq_main__item.lst {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block_faq_main__item.plastic {
  background-image: url('/upload/main_copy/images/promo_plastic.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
}

.block_faq_main__item.dopobor {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('/upload/main_copy/images/dopobor.png');
  background-position: 85% 80%;
  background-size: auto;
  background-repeat: no-repeat;
}

.block_faq_main__item.instr {
  width: 50%;
  margin-right: 16px;
  background-image: url('/upload/main_copy/images/Square-Magazine-Mockup-550-1.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
}

.block_faq_main__item.instr.phr {
  width: 33.333333333333336%;
  background-position: 200% 60%;
  background-size: contain;
}

.block_faq_main__item.faq {
  width: 50%;
  margin-right: 0px;
  background-image: url('/upload/main_copy/images/FAQ_perspective_matte_s-1.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
}

.block_faq_main__item.faq.phr {
  width: 33.333333333333336%;
  margin-right: 16px;
  background-size: 150px;
}

.block_faq_main__item.settings {
  width: 50%;
  margin-right: 16px;
  background-image: url('/upload/main_copy/images/Square-Magazine-Mockup-550-1.png');
  background-position: 100% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1f2c37;
}

.block_faq_main__item.settings.phr {
  width: 33.333333333333336%;
  margin-right: 0px;
  background-image: url('/upload/main_copy/images/bg_phr_settings.png');
}

.txt_wide {
  max-width: 884px;
}

.content-page {
  position: relative;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px 48px;
  border-radius: 3px;
  background-color: #fff;
}

.content-page.head_add {
  padding-top: 432px;
  background-image: url('/upload/main_copy/images/bg_centr_upr.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.content-page.main {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
}

.block_cu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 884px;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_cu_left {
  width: 50%;
  padding-right: 16px;
}

.block_cu_right {
  width: 50%;
  padding-left: 16px;
}

.links_stores {
  margin-top: 32px;
}

.link_store {
  margin-right: 16px;
}

.list_raise3d {
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 32px;
}

.img_content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hr {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e9ebed;
}

.link {
  color: #c12026;
}

.block_link_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_link_cards.phr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block_link_card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 136px;
  max-width: 320px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  color: #1f2c37;
  text-decoration: none;
}

.block_link_card__item:hover {
  border-color: #ae1f25;
}

.block_link_card__item.phr {
  width: 31.6%;
  max-width: none;
  margin-right: 16px;
  padding-right: 16px;
}

.link_card__content {
  max-width: 160px;
}

.link_card__content.wide {
  max-width: none;
}

.link_card__content.phr {
  max-width: none;
}

.icn_container_link_card {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.table_of {
  display: block;
  width: 100%;
  max-width: 884px;
  margin-bottom: 40px;
}

.table_of_cell {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
}

.table_of_cell.left {
  width: 100%;
  max-width: 252px;
}

.table_of_cell.center {
  width: 100%;
  max-width: 235px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table_of_cell.right {
  width: 100%;
  max-width: 385px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table_of_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_table {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1f2c37;
  text-decoration: none;
}

.link_table:hover {
  color: #c12026;
}

.txt_note {
  font-size: 10px;
}

.grid_gallery {
  width: 100%;
  grid-row-gap: 32px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_gallery.device {
  grid-row-gap: 16px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.item_gallery {
  color: #1f2c37;
  text-decoration: none;
}

.img_gallery {
  border-radius: 3px;
}

.heading_gallery {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.brand_raise3d {
  position: absolute;
  left: auto;
  top: -94px;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.hesh_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item_sample {
  color: #1f2c37;
  text-decoration: none;
}

.link_hesh {
  color: #1f2c37;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.link_hesh.red {
  color: #c30d23;
}

.date_sample {
  font-size: 10px;
  font-weight: 500;
}

.grid_sample {
  width: 100%;
  grid-row-gap: 32px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 32px auto 32px auto;
  grid-template-rows: auto auto auto;
}

.grid_sample.device {
  grid-row-gap: 16px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.gallery1 {
  position: relative;
}

.btn_play_video {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  opacity: 0.6;
}

.grid_education {
  width: 100%;
  grid-row-gap: 32px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 32px auto;
  grid-template-rows: auto auto;
}

.grid_education.device {
  grid-row-gap: 16px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.cell_name_mob {
  display: none;
}

.double_cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 620px;
}

.table_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-cstm-phrozen {
  background-color: #eeeced;
  background-image: url('/upload/main_copy/images/bg_phrozen.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Inter, sans-serif;
  color: #1f2c37;
  line-height: 1.7em;
}

.promo_wide_phroz {
  width: 50%;
  min-height: 444px;
  margin-right: 16px;
  padding: 12px 32px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  background-image: url('/upload/main_copy/images/phrozen-sonic-mega-8k-2-3.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.btn_phroz {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #c12026;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
}

.btn_phroz:hover {
  background-color: #e5262d;
}

.btn_phroz.small_mrg {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 30px;
  background-color: #ff0050;
}

.btn_light {
  margin-top: 16px;
  border-radius: 30px;
  background-color: #f6f7f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1f2c37;
  font-size: 14px;
  font-weight: 600;
}

.btn_light:hover {
  background-color: #ff0050;
  color: #fff;
}

.block_settings_sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-bottom: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block_settings_sections__item {
  height: 38px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 6px 30px 10px;
  border-radius: 38px;
  background-color: #63707c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.block_settings_sections__item:hover {
  background-color: #ff0050;
}

.heading_settings {
  display: inline-block;
  border-bottom: 2px solid #ff0050;
  color: #313840;
  font-size: 19px;
  line-height: 1.1em;
}

.heading_settings.main {
  color: #fff;
  font-weight: 600;
}

.heading_settings.main.black {
  color: #1f2c37;
}

.heading_settings.main.phroz {
  color: #1f2c37;
}

.heading_settings.std {
  font-size: 22px;
  font-weight: 600;
}

.heading_settings.std.link {
  display: inline-block;
  color: #1f2c37;
}

.heading_settings.std.link.instr {
  max-width: 250px;
}

.heading_settings.std.link2 {
  display: inline-block;
  margin-top: 0px;
}

.heading_settings.std.w {
  color: #fff;
}

.heading_settings.nomrgn {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
}

.heading_settings.nomrgn.link {
  display: inline-block;
}

.heading_settings.small {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.heading_settings.small.phr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading_settings.small2 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.block_settings__item {
  width: 25%;
  padding-right: 24px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: decimal;
}

.block_settings__item {
  padding-right: 32px;
}

.block_settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: decimal;
}

.link_settings {
  color: #53616d;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.block_subsettings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading_subsettings {
  font-size: 17px;
  line-height: 1.2em;
}

.block_subsettings__item {
  width: 49%;
}

.block_subsettings__item_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_subsettings__item_head_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 200px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line_subheading {
  width: 24px;
  height: 4px;
  background-color: #ff0051;
}

.list_colors_settings {
  margin-top: 16px;
  padding-left: 0px;
  list-style-type: none;
}

.table_settings {
  width: 100%;
  border-top: 1px solid #d8dbde;
}

.row_settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d8dbde;
  background-color: #fff;
}

.row_settings.odd {
  background-color: #f0f4f7;
}

.cell_settings_left {
  width: 30%;
  padding-left: 16px;
}

.cell_settings_center {
  width: 50%;
  padding-left: 0px;
}

.cell_settings_right {
  width: 20%;
  padding-left: 0px;
}

.cell_settings_center_container {
  margin-right: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-bottom: 1px solid #d8dbde;
  border-left: 1px solid #d8dbde;
}

.cell_settings_center_container.last {
  border-bottom-style: none;
}

.cell_settings_right_container {
  margin-right: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #d8dbde;
}

.cell_settings_right_container.last {
  margin-top: -1px;
  border-bottom-style: none;
}

@media screen and (max-width: 991px) {
  .block_main_promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo_wide {
    width: 100%;
    margin-bottom: 16px;
  }

  .block_promo_std {
    width: 100%;
  }

  .block_info_links__item {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .block_about {
    overflow: auto;
  }

  .block_item_about {
    width: 50%;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .block_faq_main__item {
    padding-right: 16px;
    padding-left: 16px;
  }

  .block_link_cards.phr {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block_link_card__item.phr {
    width: 47%;
  }

  .grid_gallery {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .brand_raise3d {
    top: -108px;
    display: block;
    width: 100%;
    max-width: 150px;
  }

  .grid_sample {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid_education {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .promo_wide_phroz {
    width: 100%;
    margin-bottom: 16px;
  }

  .row_settings {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row_settings.odd {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cell_settings_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cell_settings_center {
    border-right: 1px solid #d8dbde;
  }

  .cell_settings_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cell_settings_right_container {
    border-left-style: none;
  }
}

@media screen and (max-width: 767px) {
  .content-cstm {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading.main {
    font-size: 20px;
    line-height: 1.2em;
  }

  .heading.std {
    font-size: 20px;
    line-height: 1.2em;
  }

  .promo_wide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .promo_std {
    padding-right: 16px;
    padding-left: 16px;
  }

  .block_info_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_info_links__item.bg_item_info_1 {
    width: 100%;
    margin-bottom: 16px;
  }

  .block_info_links__item.bg_item_info_3 {
    width: 100%;
  }

  .block_info_links__item.bg_item_info_2 {
    width: 100%;
    margin-bottom: 16px;
  }

  .block_item_about {
    width: 30%;
  }

  .block_item_about.bg_item_about_1 {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 0px 0px, 100% 50%;
  }

  .block_item_about.bg_item_about_2 {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_item_about.bg_item_about_3 {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_item_about.bg_item_about_4 {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_item_about.bg_item_about_phr_1 {
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 0px 0px, 100% 50%;
  }

  .block_item_about.bg_item_about_phr_2 {
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_item_about.bg_item_about_phr_3 {
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_item_about.bg_item_about_phr_4 {
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_faq_main.phr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_faq_main__item.instr.phr {
    width: 100%;
    min-height: 150px;
    background-position: 100% 50%;
  }

  .block_faq_main__item.faq.phr {
    width: 100%;
    min-height: 150px;
  }

  .block_faq_main__item.settings.phr {
    width: 100%;
    min-height: 150px;
    background-position: 100% 50%;
    background-size: contain;
  }

  .content-page {
    padding: 32px;
  }

  .content-page.head_add {
    padding-top: 300px;
    padding-right: 32px;
    padding-left: 32px;
    background-position: 0% 0%;
    background-size: auto 300px;
  }

  .block_link_cards.phr {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block_link_card__item.phr {
    width: 100%;
    margin-right: 0px;
  }

  .table_of_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .table_of_row.head {
    display: none;
  }

  .brand_raise3d {
    top: -120px;
  }

  .block_item_about {
    width: 45%;
  }

  .cell_name_mob {
    display: block;
  }

  .promo_wide_phroz {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading_settings.main {
    font-size: 20px;
    line-height: 1.2em;
  }

  .heading_settings.std {
    font-size: 20px;
    line-height: 1.2em;
  }

  .block_settings__item {
    width: 50%;
    margin-bottom: 16px;
  }

  .block_subsettings {
    margin-bottom: 64px;
  }

  .block_subsettings__item {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .promo_wide {
    min-height: 300px;
    background-size: 90%;
  }

  .promo_std.plastic {
    background-position: 100% 100%;
    background-size: 90%;
  }

  .promo_std.dopobor {
    background-size: 50%;
  }

  .promo_std.smoly {
    background-position: 100% 90%;
    background-size: 160px;
  }

  .promo_std.do {
    background-position: 100% 100%;
    background-size: 120px;
  }

  .promo_std.kr {
    background-position: 100% 100%;
    background-size: 130px;
  }

  .block_item_about.bg_item_about_1 {
    width: 60%;
    height: 230px;
  }

  .block_item_about.bg_item_about_2 {
    width: 60%;
    height: 230px;
  }

  .block_item_about.bg_item_about_3 {
    width: 60%;
    height: 230px;
  }

  .block_item_about.bg_item_about_4 {
    width: 60%;
    height: 230px;
  }

  .block_item_about.bg_item_about_phr_1 {
    width: 60%;
    height: 230px;
  }

  .block_item_about.bg_item_about_phr_2 {
    width: 60%;
    height: 230px;
  }

  .block_item_about.bg_item_about_phr_3 {
    width: 60%;
    height: 230px;
  }

  .block_item_about.bg_item_about_phr_4 {
    width: 60%;
    height: 230px;
  }

  .block_faq_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_faq_main__item.instr {
    width: 100%;
    min-height: 230px;
    background-position: 100% 100%;
    background-size: 70%;
  }

  .block_faq_main__item.faq {
    width: 100%;
    min-height: 230px;
  }

  .block_faq_main__item.settings {
    width: 100%;
    min-height: 230px;
    background-position: 100% 100%;
    background-size: 70%;
  }

  .content-page {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-page.head_add {
    padding-top: 200px;
    padding-right: 16px;
    padding-left: 16px;
    background-size: auto 200px;
  }

  .block_cu {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block_cu.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .block_cu_left {
    width: 100%;
    padding-right: 0px;
  }

  .block_cu_right {
    width: 100%;
    padding-left: 0px;
  }

  .grid_gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .brand_raise3d {
    max-width: 50%;
  }

  .grid_sample {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid_education {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .promo_wide_phroz {
    min-height: 300px;
    background-size: 90%;
  }

  .block_settings__item {
    width: 100%;
  }

  .block_settings {
    padding-left: 20px;
  }

  .row_settings {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cell_settings_left {
    width: 100%;
    min-height: 52px;
    border-bottom: 1px solid #d8dbde;
    font-weight: 600;
  }

  .cell_settings_center {
    width: 80%;
  }

  .cell_settings_center_container {
    border-left-style: none;
  }
}

