

/* Start:/local/templates/picaso/css/normalize.css?17514612286138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/picaso/css/magnific-popup.css?17514612286951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/picaso/css/slick.css?17514612281776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/picaso/components/bitrix/search.form/header_search/style.css?17514612281280*/
.headerSearch{
	position: absolute;
	right: 0;
	bottom: 4px;
}
.search_button{
	position: absolute;
	background: none;
	border: 1px solid transparent;
	width: 28px;
	height: 24px;
	transition: 0.2s ease-out;
	/*display: none;*/
	z-index: 1;
}

.headerSearch .search-suggest{
	background: url("/local/templates/picaso/components/bitrix/search.form/header_search/images/magnific.png") no-repeat right center transparent;
	border: 1px solid transparent;
	width: 28px;
	height: 24px;
	transition: 0.3s ease-in-out;
	position: relative;
	
	left: 0;
	color: transparent;
	/*font-size: 0;*/
}
.headerSearch .search-suggest:focus{
	background: white;
	width: 250px; 
	font-size: 16px;
	color: black;
	bottom: -30px;
	left: -10px;
}
.headerSearch .search-suggest:focus + .search_button{
	/*display: inline-block;*/
	background: url("/local/templates/picaso/components/bitrix/search.form/header_search/images/magnific.png") no-repeat center;
	z-index: 25;
	bottom: -30px;
}

@media (max-width: 992px){
	.headerSearch .search-suggest:focus{
		position: relative;
		bottom: 30px;
		left: auto;
		right: 35px; 
	}
	.headerSearch .search-suggest:focus + .search_button{
		right: 0px;
		bottom: 30px;
	}

}
@media (max-width: 768px){
	.headerSearch .search-suggest:focus{
		bottom: 50px;
	}
	.headerSearch .search-suggest:focus + .search_button{
		bottom: 50px;
	}

}
/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1751461178501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/picaso/components/bitrix/menu/header_menu/style.css?17514612287142*/
.header_nav {
    position: relative;
    margin-top: 20px;
}

.mainMenu {
    margin: 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mainMenu__item {
    background: none;
    padding-left: 0;
    padding-bottom: 20px;
}

.mainMenu__item_forum .mainMenu__link:before {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    transform: skew(30deg) translate(-40%, -50%);
    transform-origin: center center;
    width: 125px;
    height: 38px;
    z-index: -1;
    top: 50%;
    left: 50%;
}

.mainMenu__link {
    display: block;
    font-family: "FuturaPT", sans-serif;
    font-weight: 200;
    font-size: 22px;
    color: white;
    text-decoration: none;
    position: relative;
    cursor:pointer;
}

.mainMenu__item_forum .mainMenu__link {
    color: #4803fd;
    position: relative;
    z-index: 2
}

.mainMenu__link:hover, .mainMenu__link.selected {
    color: #9b7ffc;
}

.mainMenu__item:hover .subMenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.subMenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #f9f9fb;
    background: linear-gradient(to bottom, #f1f0f6 0%, #f5f4f8 50%, #fefefe 100%);
    min-height: 325px;
    transform: rotateX(90deg);
    visibility: hidden;
    opacity: 0;
    transform-origin: 0 0;
}

.subMenu:before {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    width: calc((100vw - 1170px) / 2 + 170px);
    content: '';
    z-index: 0;
}

.subMenu .container {
    position: relative;
    z-index: 1;
}

.subMenu__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50% - 20px);
    -webkit-background-size: cover;
    background-size: cover;

}

.subMenu__image_forum {
    background-image: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/forumBack.jpg);
}

.subMenu__image_support {
    background-image: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/supportBack.jpg);
}

.subMenu__row {
    padding: 54px 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}

.subMenu__icon {
    flex: none;
    width: 170px;
    align-self: stretch;
    background-position: left 5px top 49px;
    background-repeat: no-repeat;
}

.subMenu__icon_printer {
    background-image: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/3dprintMenuImage.png);
}

.subMenu__icon_forum {
    background-image: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/ForumtMenuImage.png);
}

.subMenu__icon_support {
    background-image: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/supportMenuImage.png);
}

.subMenu__list {

    margin-left: 36px;

}

.subMenu__item {
    padding-left: 30px;
    background: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/lstb.png) no-repeat left top 7px;
    margin-bottom: 28px;
}

.subMenu__link {
    color: black;
    text-decoration: none;
}


.subMenu__link:hover {
    color: #9b7ffc;
}

.D3PrinterMenu {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 25px;
    flex-wrap: wrap;
}

.D3PrinterMenu__item {
    background: none;
    padding: 0;
    flex: 1;
}

.D3PrinterMenu__after {
    flex: none;
    background: transparent;
    width: 100%;
    cursor: pointer;
    padding:0;
}

.D3PrinterMenu__link {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}
.D3PrinterMenu__link img{
    display: block;
    max-width:100%;
    margin: 0 auto;
}

.D3PrinterMenu__link:hover {
    color: #9b7ffc;
}

.D3PrinterMenu__subOpener {
    display: block;
    width: 250px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    color: white;
    text-decoration: none;
    font-family: "FuturaPT", sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    transition: transform 0.2s linear;
    margin: 35px auto;
    cursor: pointer;
}
.D3PrinterMenu__after:hover  .D3PrinterMenu__subOpener{
    cursor: pointer;
    transform: rotate(-2deg);
}

.D3PrinterMenu__subOpener::before {
    position: absolute;
    display: block;
    content: '';
    background-color: #4d26ca;
    transform: skewX(30deg);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.D3PrinterMenu__subOpener span {
    z-index: 2;
    position: relative;
}


.D3PrinterMenu__archive{
    display: none;
}

.D3PrinterMenu__after:hover .D3PrinterMenu__archive {
    display:block;
}


@media (max-width: 1200px ) {
    .mainMenu__item_forum .mainMenu__link:before {
        display: none;
    }

    .mainMenu__item_forum .mainMenu__link {
        color: white;
    }

    .subMenu:before {
        width: calc((100vw - 960px) / 2 + 140px);
    }

    .subMenu__icon {

        width: 140px;
        background-position: left 2px top 49px;

    }
    .D3PrinterMenu__text{
        display: block;
        text-align: center;
        height: 39px;
    }
}

@media (max-width: 992px ) {
    .header_nav {
        margin-top: 0;
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        background: #4e34a6;
        background: linear-gradient(0deg, #4e2ebe 0%, #4e34a6 50%, #4c4364 100%);
        transition: 0.5s linear;
    }

    .header_nav_show {
        bottom: auto;
        top: 0;

    }

    .mainMenu {
        flex-direction: column;
    }

    .subMenu {
        position: static;
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
        min-height: 0px;
        background: none;
    }

    .subMenu:before {
        display: none;
    }

    .subMenu__icon {
        display: none;
    }

    .subMenu__image {
        display: none;
    }

    .subMenu__row {
        padding: 0;
    }

    .subMenu__list {
        margin: 5px 0 0;
    }

    .subMenu__item {
        margin-bottom: 10px;
    }

    .D3PrinterMenu__link {
        font-size: 14px;
    }

    span.mainMenu__link {
        margin-top: 80px;
        background: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/downwhite.png) no-repeat right center;
        cursor: pointer;
    }

    .active span.mainMenu__link {

        background: url(/local/templates/picaso/components/bitrix/menu/header_menu/images/apac.png) no-repeat right center;

    }

    .D3PrinterMenu {
        display: none;
        margin-top: 30px;
        transition: 0.3s linear;
    }

    .active .D3PrinterMenu {
        display: flex;

    }
}

@media (max-width: 768px ) {
    .D3PrinterMenu {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .D3PrinterMenu__text {
        display: block;
    }

    .D3PrinterMenu__item {
        width: 33%;
        flex: none;
        margin-bottom: 15px;
    }

}

@media (max-width: 576px ) {
    .D3PrinterMenu {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        width: 100%;
    }

    .mainMenu__item {
        width: 100%;
    }

}
/* End */


/* Start:/local/templates/picaso/components/bitrix/menu/footer_menu/style.css?17514612281266*/
.footerMenu{
	padding: 35px 0;
	background-color: #2e2b33;
}
.footerMenu__list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerMenu__item{
	padding-left: 0;
	background: transparent;
}

.footerMenu__link{
	font-family: "FuturaPT", sans-serif;
  	font-weight: 200;
  	font-size: 22px;
  	color: white;
  	position: relative;
  	text-decoration: none;
}
.footerMenu__link.selected,
.footerMenu__link:hover{
	color: #9b7ffc;
}

.footerMenu__item_forum .footerMenu__link:before{
	content: "";
	display: block;
	position: absolute;
	background-color: white;
	transform: skew(30deg) translate(-40%, -50%);
	transform-origin: center center;
	width: 125px;
	height: 38px;
	z-index: -1;
	top: 50%;
	left: 50%;
}
.footerMenu__item_forum .footerMenu__link{
	color: #4803fd;
	position: relative;
	z-index: 2
}

@media (max-width: 992px ) {
	.footerMenu__link{
		font-size: 20px;
	}
	.footerMenu__item_forum .footerMenu__link:before{
		display: none;
	}
	.footerMenu__item_forum .footerMenu__link{
		color: white;
	}
}
@media (max-width: 768px ) {
  .footerMenu__list{
  	flex-flow: column;
  }
  .footerMenu{
		padding: 15px 0;
		background-color: #2e2b33;
	}
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/main.auth.form/auth/style.css?17514612282344*/
.popUpForm{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	position: relative;
	max-width: 774px;
	min-height: 546px;	
	margin: auto;
}

.popUpForm :focus {
    outline:none;
}
.popUpForm ::-webkit-input-placeholder { /* Chrome */
  color: black;
}
.popUpForm :-ms-input-placeholder { /* IE 10+ */
    color: black;
}
.popUpForm ::-moz-placeholder { /* Firefox 19+ */
    color: black;
}
.popUpForm :-moz-placeholder { /* Firefox 4 - 18 */
    color: black;;
}





.popUpForm__close{
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/local/templates/picaso/components/bitrix/main.auth.form/auth/images/close.png) no-repeat center;
}
.popUpForm__decor{
	background: url(/local/templates/picaso/components/bitrix/main.auth.form/auth/images/popupback.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	flex:1;
}
.popUpForm__functional{
	flex:1;
	position: relative;
	background-color: #f2f2f7;
	padding: 10px 30px 20px; 
	max-width: 100%;
}
.popUpForm__close{
	z-index: 10;

}
.popUpForm__close:hover{
	cursor: pointer;
}
.popUpForm__title{
	color: black;
	font-size: 24px;
	text-align: center;
}
.popUpForm__field{
	width: 100%;
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid black;
	display: block;
	height: 50px;
	margin-bottom: 15px;
	
}
.popUpForm__button{
	display: block;
	background: url(/local/templates/picaso/components/bitrix/main.auth.form/auth/images/blubutton.png) no-repeat center transparent;
	-webkit-background-size: contain;
	background-size: contain;

	border: none;
	outline: none;
	height: 53px;
	width: 280px;
	max-width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: "FuturaPT", sans-serif;
	margin: 20px auto;
	transition: 0.2s ease-in-out;
}
.popUpForm__button:hover{
	cursor: pointer;
	transform: scale(1.05);
}
.popUpForm__back{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	padding-left: 20px;
	background: url(/local/templates/picaso/components/bitrix/main.auth.form/auth/images/leftangle.png) no-repeat left center; 
}
.popUpForm__back:hover{
	cursor: pointer;
	color: #4803fc;
}
.popUpAuth,
.popUpRegister,
.popUpChoise{
	display: none;
}

.popUpAuth.active,
.popUpRegister.active,
.popUpChoise.active{
	display: block;
	
}

.popUpAuth__links{
	display: block;
	margin-bottom: 15px;
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/socserv.auth.form/flat/style.css?17514612281540*/
.bx-authform-social-popup{
	display: none;
	background: #fff;
	width: auto;
	padding: 15px;
	font-size: 14px;
	white-space: nowrap;
}

.bx-authform-social-popup form{margin-bottom: 0;}

.bx-authform-social-popup input[type="text"] {
	display: inline-block;
	max-width: 150px;
	font-size: 18px;
	height: 30px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-authform-social ul {
  	padding: 0;
  	margin: 0 0 15px;
  	display: block;
}

.bx-authform-social ul li {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
	background: transparent;
}

.auth_button{
	text-align: center;
	position: relative;
	z-index: 2;	
	display: block;
	height: 50px;
	line-height: 50px;
	width: 285px;
	max-width: 100%;
	margin: auto;
	text-decoration: none;
	transition: 0.2s linear;
	
}
.auth_button:hover{
	transform: rotate(-3deg);
}

.auth_button::before{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.auth_button::after{
	width: 100%;
	height: 50px;
	transform: skew(30deg);
	background-color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	content: '';
	box-shadow: 0px 10px 47.5px 2.5px rgba(174, 166, 202, 0.5);
}

.auth_button.vkontakte:before{
	content: url(/local/templates/picaso/components/bitrix/socserv.auth.form/flat/images/vk.png);
}
.auth_button.facebook:before{
	content: url(/local/templates/picaso/components/bitrix/socserv.auth.form/flat/images/fb.png);
}
.auth_button_mail:before{
	content: url(/local/templates/picaso/components/bitrix/socserv.auth.form/flat/images/letter.png);
}





/* End */


/* Start:/local/templates/picaso/components/bitrix/main.register/rgister/style.css?1751461228497*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/picaso/components/bitrix/main.register/rgister/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/picaso/components/bitrix/main.register/rgister/images/sec-unlocked.png);}



.hidden_field{
	display: none;
}
/* End */


/* Start:/local/templates/picaso/template_styles.css?175146122860463*/
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/picaso/fonts/GothamPro/GothamPro.eot");
  src: url("/local/templates/picaso/fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), 
      url("/local/templates/picaso/fonts/GothamPro/GothamPro.woff") format("woff"), 
      url("/local/templates/picaso/fonts/GothamPro/GothamPro.ttf") format("truetype");
}

@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/picaso/fonts/GothamPro/GothamPro-Bold.eot");
  src: url("/local/templates/picaso/fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), 
      url("/local/templates/picaso/fonts/GothamPro/GothamPro-Bold.woff") format("woff"), 
      url("/local/templates/picaso/fonts/GothamPro/GothamPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Medium.eot");
  src: url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), 
      url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Medium.woff") format("woff"), 
      url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Light.eot");
  src: url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), 
      url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Light.woff") format("woff"), 
      url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Light.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Heavy.eot");
  src: url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), 
      url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Heavy.woff") format("woff"), 
      url("/local/templates/picaso/fonts/FuturaPT/FuturaPT-Heavy.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}
:focus {
    outline:none;
}
::-webkit-input-placeholder { /* Chrome */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: white;;
}

html {
  width: 100%;
}

body {
  font-family: "GothamPro", sans-serif;
  font-size: 16px;
  color: #77718d;
  background-color: #edebf4;
  line-height: 1.5;
  min-width: 320px;
}

strong {
  color: #000;
  font-weight: 700;
}

h1, .h1 {
  color: #000;
  font-weight: 800;
  font-size: 70px;
  font-family: "FuturaPT", sans-serif;
  margin: 47px 0 80px;
}

h2, .h2 {
  font-weight: 800;
  font-size: 70px;
  line-height: 1.1;
  font-family: "FuturaPT", sans-serif;
}

h3 ,.h3 {
  font-size: 50px;
  font-weight: 500;
  font-family: "FuturaPT", sans-serif;
}

h4 ,.h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  font-family: "FuturaPT", sans-serif;
}

a {
  color: #4803fc;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

li {
  padding-left: 15px;
  background: url(/local/templates/picaso/images/icons/lst.png) no-repeat left top 9px;
}

ol li {
  padding-left: 0;
  background: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.header {
  background: url(/local/templates/picaso/images/headerm.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 30;
}

.header__topWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__authBlock {
  flex: 1;
}
.mainPageheader{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(/local/templates/picaso/images/headerb.png) no-repeat center;
    z-index: 90;
}

.userGreet {
  background: url("/local/templates/picaso/images/icons/personal.png") no-repeat left top 8px;
  padding-left: 35px;
  color: white;
  font-size: 24px;
  font-family: "FuturaPT", sans-serif;
  font-weight: 200;
  line-height: 1;
}

.userGreet__name {
  color: white;
  text-decoration: none;
}

.userGreet__name:hover {
  text-decoration: underline;
}

.userAuthLink {
  background: url("/local/templates/picaso/images/icons/personal.png") no-repeat left top 4px;
  padding-left: 35px;
  margin-right: 27px;
  color: white;
  font-size: 24px;
  font-family: "FuturaPT", sans-serif;
  font-weight: 200;
  text-decoration: none;
  margin-top: 25px;
  display: inline-block;
}

.userRegisterLink {
  background: url("/local/templates/picaso/images/icons/register.png") no-repeat left top 4px;
  padding-left: 32px;
  font-size: 24px;
  font-family: "FuturaPT", sans-serif;
  font-weight: 200;
  color: white;
  text-decoration: none;
  display: inline-block;
}

.userGreet__quit {
  color: white;
  font-size: 16px;
}

.header__logoBlock {
  flex: none;
  width: 495px;
}

.logo {
  display: block;
}

.logo img {
  display: block;
  max-width: 100%;
}

.header__searchBlock {
  flex: 1;
  position: relative;
}
.header__email{
  display: block;
  color: white;
  text-align: center;
  margin-top: 3px;
  text-decoration: none;
}
.header__email:hover{
  cursor: default;
}


.slogan {
  height: 32px;
  display: block;
  width: 196px;
  margin: 28px auto 0;
}

.menuButton {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(/local/templates/picaso/images/menuBtn.png) no-repeat center;
  display: none;
}

.menuButton_show {
  background-image: url(/local/templates/picaso/images/menuBtnclose.png);
}

.menuButton:hover {
  opacity: .7;
}

.pageTitle__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url(/local/templates/picaso/images/titleBack.png) no-repeat left top;
}

.pageTitle__subtitle {
  color: #4803fd;
  font-family: "FuturaPT", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  text-align: right;
  max-width: 370px;
  margin-top: 60px;
}
.pageTitle__subtitle_long{
  max-width: none;
}

.pageTitle__link {
  display: inline-block;
  color: white;
  font-size: 24px;
  font-family: "FuturaPT", sans-serif;
  text-decoration: none;
  font-weight: 500;
  background: url(/local/templates/picaso/images/blubutton.png) no-repeat center;
  line-height: 54px;
  text-align: center;
  height: 54px;
  margin-top: 50px;
  width: 280px;
}

.pageTitle__link:hover {
  opacity: .8;
}

.footerEnd {
  background-color: #1f1b25;
  padding: 31px 0;
}

.footerEnd__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.footerEnd__col {
  flex: 1;
}

.footerEnd__logo {
  display: block;
}

.footerEnd__logo img {
  width: 300px;
  height: 37px;
}

.sdv {
  background: url(/local/templates/picaso/images/sdv.png) no-repeat left top;
  padding: 17px 0 0 70px;
  color: #4717d0;
  text-decoration: underline;
  font-size: 10px;
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
}

.sdv:hover {
  color: white;
}

.footerEnd__copyright {
  text-align: center;
  color: white;
}

.footerEnd__author {
  text-align: right;
}

.accardeon__body {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  max-height: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.accardeon__title {
  padding: 5px 13px 5px 32px;
  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;
  position: relative;
 /* background: rgb(72,1,255);
  background: -moz-linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -webkit-linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -ms-linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%); 
  background: linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%); */;
}

.accardeon__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: rgb(72,1,255);
}

.accardeon__titleName {
  color: black;
  font-size: 24px;
  font-family: "FuturaPT", sans-serif;
}

.accardeon__item {
  background-color: white;
  margin-bottom: 10px;
  box-shadow: 0px 10px 47.5px 2.5px rgba(174, 166, 202, 0.5);
}

.accardeon__Indicator {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background: url("/local/templates/picaso/images/downac.png") no-repeat center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.accardeon__item.active .accardeon__Indicator {
  background: url("/local/templates/picaso/images/upac.png") no-repeat center;
}

.accardeon__item.active .accardeon__body {
  display: block;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
  max-height: none;
  padding: 34px 20px 10px 30px;
}

.accardeon__item.active .accardeon__title,
  .accardeon__title:hover {
  background: rgb(72,1,255);
  background: -moz-linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -webkit-linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -ms-linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: linear-gradient( 0deg, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  cursor: pointer;
}

.accardeon__title:hover  .accardeon__titleName,
  .accardeon__item.active .accardeon__titleName {
  color: white;
}

.mainSeller {
  /*margin-top: 83px;*/
  margin-bottom: 72px;
}
.mainSeller_noMargin{
  margin-top: 0;
}

.mainSeller__header {
  background-color: rgb(78,46,191);
  background-image: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background-image: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0 25px;
}

.mainSeller__logo {
  flex: 0 0 215px;
  text-align: center;
  font-size: 50px;
  font-family: "FuturaPT", sans-serif;
  color: white;
  text-decoration: none;
}

.mainSeller__link:hover {
  text-decoration: underline;
}

.mainSeller__address {
  flex: 1;
  color: white;
  padding-right: 20px;
}

.mainSeller__contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.mainSeller__contact {
  flex: none;
  width: calc(50% - 15px);
  background-color: white;
  position: relative;
  padding: 65px 10px 70px 160px;
  background-position: left 48px center;
  background-repeat: no-repeat;
}

.mainSeller__contact_mail {
  background-image: url(/local/templates/picaso/images/icons/email.png);
}

.mainSeller__contact_phone {
  background-image: url(/local/templates/picaso/images/icons/phone.png);
}

.mainSeller__contact::after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(78,46,191);
  background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
}

.mainSeller__links {
  margin: 0;
  padding: 0;
}

.mainSeller__linkWrap {
  padding: 0;
  margin: 0 0 0;
  background: transparent;
}

.mainSeller__link {
  font-weight: 700;
  width: 170px;
  display: inline-block;
}

.mainSeller__link_phone {
  font-weight: 700;
  color: black;
  width: 170px;
  display: inline-block;
  text-decoration: none;
}

.mainSeller__link:hover {
  text-decoration: none;
}

.mainSeller__link_phone:hover {
  color: #4803fc;
}

.secondSeller {
  margin-bottom: 22px;
}

.secondSeller__title {
  font-weight: 500;
  font-size: 50px;
  font-family: "FuturaPT", sans-serif;
  margin-bottom: 30px;
  color: black;
}

.secondSeller__body {
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.secondSeller__body::after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(78,46,191);
  background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
}

.secondSeller__contact {
  flex: none;
  width: calc(50% - 15px);
  background-color: white;
  position: relative;
  padding: 65px 10px 70px 160px;
  background-position: left 48px center;
  background-repeat: no-repeat;
}

.secondSeller__contact_mail {
  background-image: url(/local/templates/picaso/images/icons/email.png);
}

.secondSeller__contact_phone {
  background-image: url(/local/templates/picaso/images/icons/phone.png);
}

.secondSeller__contact_phone_location {
  background-image: url(/local/templates/picaso/images/icons/location.png);
}

.secondSeller__phone {
  font-weight: 700;
  color: black;
  width: 170px;
  display: block;
  text-decoration: none;
}

.secondSeller__phone:hover {
  color: #4803fc;
}

.secondSeller__link {
  font-weight: 700;
  display: block;
}

.secondSeller__link:hover {
  text-decoration: none;
}


.printerSelect{
  padding: 80px 0 60px;
  background: url(/local/templates/picaso/images/printerSelectback.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.printerSelect__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.printerSelect__printer,
.printerSelect__center{
  flex:1;

}
.printerSelect__image{
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;

}
.printerSelect__image img,
.printerSelect__logo img{
  display: block;
  max-width: 100%;
}
.printerSelect__logo{
   display: flex;
  align-items: flex-end;
  justify-content: center;
  
}

.printerSelect__center{
  position: relative;
}

.printerSelect__beforeLink,.printerSelect__afterLink{
  display: inline-block;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px;
  position: absolute;
  bottom: -12px;
}
.printerSelect__beforeLink{ 
  background-image: url(/local/templates/picaso/images/icons/arrowLeft.png);
  left: 0px;
  }
.printerSelect__afterLink{ background-image: url(/local/templates/picaso/images/icons/arrowRight.png);right: 0px;}

.printerSelect__printer:first-child .printerSelect__image{
  opacity: 0.4;
}
.printerSelect__printer:last-child .printerSelect__image{
  opacity: 0.4;
}
.printerSelect__printer:nth-child(even) .printerSelect__image{
  opacity: 0.7;
}
.printerSelect__printer.active .printerSelect__image{
  opacity: 1;
}

.printerSelectSmall{
  max-width: 100%;
  margin: 80px auto 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
  align-items: center;
  justify-content: center;
}

.printerSelectSmall__current{
  transform: scale(1.6);
  margin: 0 40px;
}

.printerSelectSmall__before,
.printerSelectSmall__after{
  display: inline-block;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px;
}
.printerSelectSmall__before{
    background-image: url(/local/templates/picaso/images/icons/arrowLeft.png);
}
.printerSelectSmall__after{
    background-image: url(/local/templates/picaso/images/icons/arrowRight.png);
}
.mainPageForum{
  margin-top: 95px;
}

.mainPageForum__title{
  color: black;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  font-family: "FuturaPT", sans-serif;
  margin-right: 40px;
}
.mainPageForum__title img{
  position: relative;
  top: 10px;
  margin-left: 10px;
}

.mainPageForum__header{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.mainPageForum__aftertitle{
  font-family: "FuturaPT", sans-serif;
  color: #4803fd;
  font-size: 18px;
  font-weight: 500;
  flex: 0 1 450px;
  text-transform: uppercase;
  text-align: right;
}


.mainPageForum__body{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mainPageForum__body .lastComments{
  flex: 1;
  max-width: 100%;
  margin-left: 40px;
  margin-top: 52px;

}

.firstScreen__printerswrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.firstScreen__printer{
  flex: 1;
}
.firstScreen__printer img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.firstScreen__printerImage{
  display: block;
  
  max-width: 100%;
  margin: 10px auto ;
}
.firstScreen__printerLogo{
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 10px auto ;
}

.firstScreen{
  background: url(/local/templates/picaso/images/fsback.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 160px;
  
}
.firstScreen__wrap{
  position: relative;
  z-index: 2;

}

.firstScreen:before{
  content: url(/local/templates/picaso/images/ugol.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.firstScreen__printers{
  background: url(/local/templates/picaso/images/printersback.png) no-repeat right center ;
  padding: 40px 0 30px;
}




.firstScreen__news{
  padding: 40px 0 93px;
  max-height: 370px;
  overflow: hidden;
}
































.slick-arrow{
  display: inline-block;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px;
}
.slick-prev{ background-image: url(/local/templates/picaso/images/icons/arrowLeft.png);}
.slick-next{ background-image: url(/local/templates/picaso/images/icons/arrowRight.png);}

.slick-arrow:hover{
  background-color: white;
  cursor: pointer;
}
.mfp-close{
  background: url(/local/templates/picaso/images/icons/close.png) no-repeat center;
}



.mainScreen{
  padding: 52px 0 40px;
  background: url(/local/templates/picaso/images/landingMSback.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.mainScreen_nopading{
  padding: 0;
}

.mainScreen__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.mainScreen__titlePart{
  flex:1;
  padding-top: 46px;
}
.mainScreen__title{
  font-size: 50px;
  font-weight: 500;
  font-family: "FuturaPT", sans-serif;
  color: black;
  line-height: 1.1;
}
.mainScreen__title img{
  display: block;
}
.mainScreen__titlePartImage{
  margin: 70px 0 0;
  padding: 0;
}
.mainScreen__titlePartImage img{
  display: block;
  max-width: 100%;
}
.mainScreen__DescriptionPart{
  flex:1;
}
.mainScreen__DescriptionPartImage{
  margin: 0;
  padding: 0;
}
.mainScreen__DescriptionPartImage img{
  display: block;
  max-width: 100%;
}
.mainScreen__DescriptionPartText{
  margin-top: 50px;
  text-transform: uppercase;
  color: black;
    font-size: 18px;
  font-weight: 500;
  font-family: "FuturaPT", sans-serif;
  max-width: 420px;
}
.technicalData h2{
  color: black;
}
.technicalData{
  margin-top: 80px;
}
.technicalData__wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 78px;
}

.technicalData__wrap .mobileBlock{
  display: none;
  
}
.technicalData__control{
	flex-grow: 0;
flex-shrink: 0;
flex-basis: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.technicalData__tabs{
	flex-grow: 0;
flex-shrink: 0;
flex-basis: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  align-self: stretch;
  background-color: white;
}
.technicalData__blockTitle{
  height: 55px;
  line-height: 55px;
  background: rgb(78,46,191)
  background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  color: white;
  font-size: 24px;
   font-weight: 500;
  font-family: "FuturaPT", sans-serif;
  text-transform: uppercase;
  padding-left: 30px;
}
.technicalData__controlList{
  background-color: white;
  position: relative;
  color: black;
  font-family: "FuturaPT", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.technicalData__controlListItem{
  padding: 25px 20px 15px 80px;
  background-position: left 30px top 30px;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 1px solid #edebf4; 
}
.technicalData__controlListItem_print{
  background-image: url(/local/templates/picaso/images/icons/print.png);
}
.technicalData__controlListItem_system{
  background-image: url(/local/templates/picaso/images/icons/system.png);
}
.technicalData__controlListItem_mechanic{
  background-image: url(/local/templates/picaso/images/icons/mechanoc.png);
}
.technicalData__controlListItem_physical{
  background-image: url(/local/templates/picaso/images/icons/physyc.png);
}
.technicalData__controlListItem_electric{
  background-image: url(/local/templates/picaso/images/icons/electric.png);
}
.technicalData__controlListItem_material{
  background-image: url(/local/templates/picaso/images/icons/material.png);
}
.technicalData__controlListItem_programs{
  background-image: url(/local/templates/picaso/images/icons/programs.png);
}

.technicalData__controlListItem:hover,
.technicalData__controlListItem.active{
  cursor: pointer;
  color: #4f12fd;
}

.technicalData__controlListItem:hover::before,
.technicalData__controlListItem.active::before
{
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4f12fd;
  z-index: 5 ;
  
}

.technicalData__tabBody{
  background-color: white;
}
.technicalData__tabList{
  margin: 0;
  padding: 0;
}
.technicalData__tabListItem{
  padding: 25px 10px 30px 30px;
  background: transparent;
  border-bottom: 1px solid #edebf4:
}


.technicalData__parameter{
  font-weight: 700;
  color: black;
  display: block;
}

.technicalData__tab{
  display: none;
}
.technicalData__tab.active{
  display: block;
  
}
.temperature_image{
  margin-top: 100px;
}
.temperature_image .img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.printerFeatures{
  margin-top: 80px;
  background: url(/local/templates/picaso/images/featuresback.jpg) no-repeat center bottom #1f1b25;
  padding-top: 60px;
  padding-bottom: 180px;
  position: relative;
}
.printerFeatures__title{
  font-weight: 500;
  font-size: 50px;
  color: white;
  margin-bottom: 97px;
}
.printerFeatures__list{
  margin: 10px 0px 10px -30px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow:  row wrap
}
.printerFeature{
  background: #ecebf0;
  flex : 0 0 270px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0 0 30px 30px;
  min-height: 110px;
}
.printerFeature_hidden{
  display: none;
  
}
.printerFeature__number{
  font-weight: 700;
  position: absolute;
  color: white;
  display: block;
  width: 39px;
  height: 39px;
  padding: 4px 0 0 7px;
  top: 0;
  left: 0;
  background: url(/local/templates/picaso/images/num.png);
}
.printerFeature__text{
  font-weight: 700;
  color: black;
  text-align: center;
}
.printerFeature__hidenText{
  display: none;  
}
.printerFeature__infoBtn{
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: url(/local/templates/picaso/images/but.png);
  top: 5px;
  right: 5px;
}
.printerFeature__infoBtn:hover{
  cursor: pointer;
  background: url(/local/templates/picaso/images/buta.png);
}
.printerFeatures__button{
  font-weight: 500;
  font-family: "FuturaPT", sans-serif;
  color: black;
  font-size: 24px;
  position: relative;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 250px;
  display: inline-block;
  padding-right: 25px;
  
}
.printerFeatures__button span{
  position: relative;
  z-index: 2;
}
.printerFeatures__button::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transform: skewX(30deg);
  background: white;
  transform-origin:right bottom;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  
}
.printerFeatures__buttonWrap{
  text-align: right;
  margin: 60px 0 10px;
}

.printerFeatures__button:hover{
  color:  #4803fc;
  cursor: pointer;
}

.white_popup_block{
  position: relative;
  width: 80%;
  max-width: 800px;
  background-color: white;
  padding: 60px 20px;
  margin: 0 auto;
}

.printerFeatures .container{
  position: relative;
  padding: 1px 0;
  
}

.printerFeatures__after{
  position: absolute;
  right: 0;
  bottom: -80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.printerFeatures__afterLink{
  display: block;
  width: 270px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: black;
  font-weight: 500;
  font-family: "FuturaPT", sans-serif;
  margin-left: 40px;
  font-size: 24px;
  text-decoration: none;
}
.printerFeatures__afterLink:hover{
  cursor: pointer;
  transform:rotate(-2deg); 
}

.printerFeatures__afterLink:after{
  position: absolute;
  
  content: '';
  display: block;
 width: 100%;
 height: 100%;
 transform: skew(30deg);
  background-color: white;
  z-index: -1;
  left: 0;
  top: 0;
}

.printerFeatures__afterText{
  max-width: 400px;
  font-family: "FuturaPT", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: white;
  text-transform: uppercase;

}


.ecosysytem{
  background: url(/local/templates/picaso/images/ecosysback.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  margin: 60px 0;
}
.ecosysytem__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.ecosysytem__info{
  flex: 0 0 50%;
  padding-right: 130px;
}

.ecosysytem__image{
  flex: 0 0 50%;
  padding: 10px;
}
.ecosysytem__title{
  font-size: 70px;
    font-family: "FuturaPT", sans-serif;
  color: white;
  font-weight: 800;
  margin-bottom: 80px;
}

.ecosysytem__title img{
  display: block;
}
.ecosysytem__purple{
  color: #4803fd;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "FuturaPT", sans-serif;
  margin-bottom: 20px 0;

}

.ecosysytem__text{
  color: white;
  margin: 30px 0;
}
.ecosysytem__interfaces{
  margin-top: 25px;
}

.imageBlock{
  margin: 70px 0;
  background: url(/local/templates/picaso/images/leftim.png) no-repeat left center;
}
.imageBlock__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
.imageBlock__title{
   font-family: "FuturaPT", sans-serif;
   font-size: 70px;
   font-weight: 800;
   color: black;
   line-height: 1.2;
   flex: 0 0 500px;
}
.imageBlock__image{
  flex: 1;
  position: relative;
  
}

.imageBlock__button{
  position: absolute;
  display: block;
  text-align: center;
  line-height: 37px;
  width: 37px;
  height: 37px;
  text-decoration: none;
  border-radius: 50%; 
  background: rgb(78,46,191);
  background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
  color: white;
  font-weight: 700;
}
.imageBlock__button:hover{
  background-color: black;
}
.imageBlock__button_1{
  top: 148px;
  left: 165px;
}
.imageBlock__button_2{
  top: 10px;
  left: 295px;
}
.imageBlock__button_3{
  top: 120px;
  left: 295px;
}
.imageBlock__button_4{
  top: 148px;
  left: 0;
}
.imageBlock__button_5{
  top: 285px;
  left: 345px;
}
.imageBlock__button_6r{
  bottom: 140px;
  right: 0;
}
.imageBlock__button_6l{
  bottom: 56px;
  left: 95px;
}
.imageBlock__button_7{
  bottom: 56px;
  left: 335px;
}

.bigFeautures{
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   align-items: stretch;
   justify-content: space-between;
   margin-bottom: 140px;
   margin-top: 70px;
}
.bigFeauture{
  flex: 0 0 calc(33% - 15px);
  background-color: #4803fd;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 10px 20px 30px;
}
.bigFeauture__time{
  flex: 0 0 120px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-top: 41px;

}
.bigFeauture__digit{
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 80px;
  display: block;
  
}
.bigFeauture__text{
  padding-left: 15px;
  padding-right: 15px;
  color: white;
}


.favMaterials{
  margin-top: 75px;
  background: url(/local/templates/picaso/images/leftim.png) no-repeat left bottom;

}
.favMaterials__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.favMaterials__info{
  flex: 0 0 50%;
  padding-right: 40px;
}
.favMaterials__title{
  color: black;
   font-family: "FuturaPT", sans-serif;
   font-size: 70px;
   font-weight: 800;
   margin-bottom: 40px;
   line-height: 1;

}
.favMaterials__text{
  font-weight: 700;
   color: black;
}

.favMaterials__block{
  position: relative;
  background-color:  #4803fd;
  color: white;
  padding: 50px 30px 30px 30px;
  margin-top: 75px;
  max-width: 380px;
}
.favMaterials__digit{
  position: absolute;
  top: -50%;
  font-size: 80px;
  color: black;
  font-weight: 700;
}
.favMaterials__inDigit{
  flex: 0 0 50%;
  padding-left: 15px;
  position: relative;
  
}
.favMaterials__inDigit::after{
  content: url(/local/templates/picaso/images/favmatphoto.png);
  position: absolute;;
  display: block;
  max-width: 30%;
  bottom: 0;
  right: 0;   
}


.resultsLand{
  margin-top: 85px;
  background: url(/local/templates/picaso/images/resultback.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 70px;
}
.resultsLand__wrapper{
    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.resultsLand__title{
  color: white;
}
.resultsLand__part{
  flex: 0 0 50%;
}
.resultsLand__text{
  color: white;
  padding-top: 100px;
}
.resultsLand__ps{
  display: block;
  margin-top: 30px;
}
.resultsLand__systems{
  margin-top: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.resultsLand__system{
  min-height: 40px;
  background: url(/local/templates/picaso/images/resulticon.png) no-repeat left center;
  flex:0 0 50%;
  padding-left: 80px;
  color: white;
  margin-bottom: 25px;
}


.fastPrint{
  margin-top: 80px;
}
.fastPrint__headerWrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.fastPrint__headerLeft{
  flex: 0 0 60%;
}
.fastPrint__headerRight{
  flex:1;
  position: relative;
}
.fastPrint__headerRight::after{
  content: url(/local/templates/picaso/images/whatis.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.fastPrint__headerBlock{
  display: block;
  margin-right: 0;
  margin-left: auto;
  max-width: 370px;
  background-color: #4803fd;
  position: relative;
  height: 125px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-left: 25px;
  justify-content: flex-start;
  color: white;
  margin-top: 65px;
}

.fastPrint__headerBlockDigit{
  font-size: 80px;
  font-weight: 700;
  color: black;
  position: absolute;
  top: -50%;
  left: 20px;
}
.fastPrint__Title{
  color: black;
}
.fastPrint__header{
   background: url(/local/templates/picaso/images/leftim.png) no-repeat left bottom;
}
.fastPrint__headerText{
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: 700;
  color: black;
  display: block;
  max-width: 495px;
}


.fastPrint__table{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
.fastPrint__tableText{
  margin-right: 25px;
  flex: 0 0 390px;
}

.fastPrint__colSquare{
  margin-right: 25px;
  flex: 0 0 210px;
}

.fastPrint__total{
  flex: 0 0 195px;
  background-color: #1f1b25;
  color: white;
  padding: 10px 20px 40px;
  text-align: center;
}
.fastPrint__totalTime{
  font-size: 60px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1;
}
.fastPrint__BlueSquare{
  width: 130px;
  height: 125px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;align-items: center;justify-content: center;
  color: white;
  background-color: #4803fd;
  margin-bottom: 35px;
  margin-top: 25px;
}
.fastPrint__whiteSquare{
  width: 130px;
  height: 125px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;align-items: center;justify-content: center;
  background-color: white;
  color: #4803fd;

}


.fastPrint__Bluerect{
  width: 370px;
  height: 125px;
  background-color: #4803fd;
  color: white;
  background-color: #4803fd;
  margin-bottom: 35px;
  margin-top: 25px;
  font-size: 30px;

  font-weight: 700;
  padding: 20px 10px 5px 30px;
}
.fastPrint__time{
  display: block;
  font-size: 16px;
  margin-top: -2px;
}
.fastPrint__whiterect{
  width: 370px;
  height: 125px;
  background-color: #4803fd;
   background-color: white;
  color: #4803fd;

    font-size: 30px;
  font-weight: 700;
  padding: 20px 10px 5px 30px;
}













.popularVideo__wrapper iframe{
  max-width: 100%;
}
.systemRequiriments .container{
  position: relative;
  z-index: 2;
} 


.small_avatar{
   display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: rgb(78,46,191);
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}
.small_avatar img{
  flex: none;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
}


.big_avatar{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.big_avatar img{
  flex: none;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;

}

.BoardWrapprer{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.BoardBlock{
  flex: none;
  width: calc(50% - 30px);
  margin-right: 30px;
  padding-top: 53px;
}
.themeBlock{
  flex: none;
  width: calc(50% - 30px);
  margin-left: 30px;
}




.UserCard{
  background-color: white;
  margin: 0 0 20px;
  padding: 20px 20px;
  box-shadow: 0px 10px 47.5px 2.5px rgba(174, 166, 202, 0.5);
  min-height: 178px;
}
.UserCard__row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.UserCard__left{
  flex: 1;
}
.UserCard__right{
  flex: 0 0 100px;
}
.UserCard__user{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.UserCard__user .big_avatar{
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.UserCard__Name{
  font-weight: 700;
  color: black;
}

.forumTheme__fakeAvatar{
    display: block;
    background-color: rgb(78,46,191);
    border-radius: 50%;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
}
.UserCard__rating{
  text-align: center;
  color:rgb(78,46,191);
}
.UserCard__row_first{
  margin-bottom: 25px;
}

.UserCard__statValue{
  color: black;
}
.UserCard__statValuePrint{
  text-decoration: underline;
  color: rgb(78,46,191);
  font-weight: 700;
}

.UserCard__medal{
  width: 100px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.UserCard__medal0{
  background-image: url(/local/templates/picaso/images/firstPlace.png);  
}
.UserCard__medal1{
  background-image: url(/local/templates/picaso/images/secondPlace.png);  
}
.UserCard__medal2{
  background-image: url(/local/templates/picaso/images/thirdPlace.png);  
}

.pagination__link{
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: white;
  color: black;
  font-weight: 800;
  font-family: "FuturaPT", sans-serif;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.pagination__link:hover,
.pagination__link.active{
  background-color:  rgb(78,46,191);
  color: white;
}
.pagination{
  margin: 40px 0 120px;
}


input:-internal-autofill-selected{
  background-color: transparent !important ;
} 

.succsessMessage{
  background: url(/local/templates/picaso/images/popupform.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 268px;
  width: 90%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 40px 30px 20px;
}
.succsessMessage__logo{
  background: url(/local/templates/picaso/images/popupformlogo.png) no-repeat center;
  width: 155px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.succsessMessage__main{
    font-weight: 800;
    font-size: 36px;
    font-family: "FuturaPT", sans-serif;
    color: white;
    margin-bottom: 10px;
}
.succsessMessage__second{
  color: white;
}

.mainScreen__h1{
  font-size: 24px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 500;
}



.page404{
  background : url(/local/templates/picaso/images/PICASO_404.jpg) no-repeat left bottom;
  padding: 65px 0 80px;
}

.page404__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page404__block_image{
  flex: 0 0 33%;
}
.page404__block_image img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.page404__block_text{
  flex: 0 0 33%;
}
.page404__block_text{
  text-align: center;
}
.page404__code{
  color: rgb(78,46,191);
  font-weight: 800;
  font-size: 100px;
  font-family: "FuturaPT", sans-serif;
}

.page404__title{
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: 36px;
  color: black;
  line-height: 1.1;
}
.page404__return{
  margin: 0 0 55px 0;
}
.page404__link{
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 200;
  font-family: "FuturaPT", sans-serif;
}
.page404__link:hover{
  color: rgb(78,46,191);
}

.page404__block_imageleft img{
  margin-left: 0;
  margin-right: auto;
}
.page404__block_imageright img{
  margin-right: 0;
  margin-left: auto;
}


.siteMapHTML{
  margin: 40px auto;
}
.siteMapHTML ul{
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 24px;
}
.siteMapHTML ul li{
  background: transparent;
}
.siteMapHTML ul ul {
  font-size: 16px;
}


.mapBlock{
  position: relative;
  box-shadow: 0px 10px 47.5px 2.5px rgba(174, 166, 202, 0.5);
  background-color: rgb(254, 254, 254);
  padding: 10px 0;
  margin-bottom: 5px;

}
.mapBlock::before{
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 5px;
  background-color: #4803fd;
  top: 0;
  left: 0;
  margin-bottom: 5px;
}


@media (max-width: 1700px ){
  .popularVideo__wrapper iframe{
    margin: 0 auto;
    max-width: 100%;
  }
}


@media (max-width: 1200px ) {
  .container {
    width: 960px;
  }

  .userGreet {
    font-size: 20px;
  }

  .header__logoBlock {
    width: 350px;
  }

  h1, .h1 {
    font-size: 50px;
    margin: 60px 0 40px;
  }
  .mainScreen__h1{
    font-size: 24px;
    margin: 0;
  }

  h2, .h2 {
    font-size: 50px;
  }

  h3 ,.h3 {
    font-size: 30px;
  }

  h4 ,.h4 {
    font-size: 25px;
    line-height: 1.2;
  }
  .mainSeller__contact,
  .secondSeller__contact {
    padding: 45px 10px 50px 100px;
    background-position: left 10px center;
  }
  .firstScreen{
    padding-top: 100px;
  }
  .firstScreen__news{
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .fsSlider__text{
    font-size: 36px;line-height: 1.2;
  }
  .firstScreen::before{
    display: none;
    
  }
  .firstScreen__printer{
    flex: 0 0 15%;
  }
  .mainPageForum{
    margin-top: 40px;
  }
  .mainPageForum__aftertitle{
    font-size: 16px;
  }
  .mainPageForum__body{
    flex-wrap: wrap;
  }
  .forumIndexForums, .forumIndexComments{
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
  .mainPageForum__body .lastComments{
    margin-left: 0;
    margin-top: 25px;
  }
  .testprint{
    margin-bottom: 40px;
  }
  .footerArticles__body{
    height: auto;
    flex-wrap: wrap;
  }
  .footerArticles__slide_first{
    width: 100%;
  }
  .lastArticles{
    width: 100%;
   margin-bottom: 25px; 
   margin-left: 0; 
  }
  .blogList .postPreview{
    margin: 20px 50px;
  }
  .printerSelect__printer, .printerSelect__center{
    flex: 0 0 15% ;
  }
  .printerSelect__beforeLink, .printerSelect__afterLink{
    top:100%;
    bottom: auto;
  }
  .printerSelect__beforeLink{
    left: auto;
    right: 100%;
  }
  .printerSelect__afterLink{
    right: auto;
    left: 100%;
  }
  .videoItem{
    flex: none;
    width: calc(50% - 20px);
  }
  .videoItem iframe{
    max-width: 100%;
  }

  .downloadLink,  .manual{
    margin-left: 70px;
  }
  .forumIndexRow{
    flex-wrap: wrap;
  }
  .forumIndexComments{
    padding-top: 10px;
  }
  .mainFeatures__list,.printerFeatures__list{
    margin-left: -65px;
  }
  .mainFeature,.printerFeature {
    margin-left: 65px;
  }
  .systemRequiriments::after{
    left: 5px;
  }
  .printerFeatures{
    padding-top: 10px;
    padding-bottom: 250px;
  }
  .imageBlock__wrapper{
    flex-flow: column;
  }
  .imageBlock__title{
    flex:none;
  }
  .imageBlock__image{
    align-self: center;
  }
  .imageBlock{
    background: none;
  }
  .imageBlock__title{
    font-size: 50px;
  }
  .bigFeauture__digit{
    font-size: 60px;
  }
  .bigFeauture__time{
    flex: 0 0 90px;
    font-size: 18px;padding-top: 20px;
  }
  .bigFeautures{
    margin-bottom: 20px;
  }
  .favMaterials{
    background: none;
  }
  .favMaterials__title{
    font-size: 50px;
  }
  .resultsLand__part{
    padding: 10px;
  }
  .resultsLand__system{
    padding-left: 45px;
  }
  .fastPrint__header{
    background: none;
  }
   .fastPrint__Bluerect,
  .fastPrint__whiterect{
    width: 270px;
    padding: 20px 10px 5px 10px;
  }
  .fastPrint__colSquare{
    flex: 0 0 180px;
  }
  .favMaterials__inDigit::after{
    display: none;
    
  }
  .BoardWrapprer .forumIndexForums{
    flex: 0 0 50%;
  }
  .mainPageForum__body{
    flex-direction: column;
  }
  .mainPageForum__body .forumIndexForums{
    width: 100%;
  }
  .page404__block_image{
    flex: 0 0 25%;
  }
  .page404__block_text{
    flex: 0 0 50%;
  }
}

@media (max-width: 992px ) {
  h1, .h1 {
    margin-bottom: 10px;
    line-height: 1.1;
  }
  .mainScreen__h1{
    font-size: 24px;
    margin: 0;
  }

  .container {
    width: 720px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  .header__logoBlock {
    order: 1;
    width: 100%;
    flex: none;
  }

  .header__authBlock {
    order: 2;
    flex: none;
  }

  .header__searchBlock {
    order: 3;
    display: flex;
    align-items: center;
    padding-right: 40px;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .slogan{
    margin-top: 0;
    margin-right: 25px;
  }
  

  .header__topWrapper {
    flex-wrap: wrap;
    flex-flow: row wrap;
    padding-bottom: 15px;
    overflow: hidden;
  }

  .logo {
    width: 400px;
    margin: 0 auto 10px;
  }

  .menuButton {
    display: block;
    z-index: 20;
  }

  .footerEnd__wrapper {
    flex-flow: column;
  }

  .footerEnd__col {
    margin-bottom: 10px;
  }

  .pageTitle__wrapper {
    flex-direction: column;
  }

  .pageTitle__subtitle {
    margin-top: 10px;
    width: 100%;
    max-width: none;
  }

  .pageTitle__right {
    width: 100%;
    flex: none;
  }
  .mainSeller__contact,
  .secondSeller__contact {
    padding: 130px 20px 50px 20px;
    background-position: center 20px;
  }
  .testprint__wrapper{
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1px;
  }
  .testprint__title{
    margin-bottom: 25px;
    text-align: center;
  }
  .testprint__title img{
    margin-top: 15px;
  }
  .testprint{
    padding-top: 25px;
  }
  .testprint__title h2{
    margin: 0;
  }
  .blogList .postPreview{
    margin: 20px 45px;
  }
  .videoItem{
    width: 70%;
    margin-bottom: 40px;
  }
  .videoItem iframe{
    max-width: 100%;
  }
  .videoList{
    justify-content: center;
  }
  .downloads__body, .manuals__body{
    margin-left: 0;
    justify-content: space-between;
  }
   .downloadLink,  .manual{
   margin: 30px 10px;
  }
   .mainFeatures__list,.printerFeatures__list{
    margin-left: -130px;
  }
  .mainFeature,.printerFeature {
    margin-left: 130px;
  }
  .systemRequiriments__body{
    width: 100%;
  }
  .systemRequiriments::after{
    display: none;
    
  }
  .mainScreen__wrapper{
    flex-flow: column;
  }
  .mainScreen__titlePartImage{
    display: none;
    
  }
  .orderPrinter__wrapper{
    flex-flow: column;
    align-items: center;
  }
  .orderPrinter__after{
    width: 100%;
  }
  .orderPrinter::after{
    display: none;
    
  }
  .mainScreen__DescriptionPart{
    text-align: center;
  }
  .mainScreen__DescriptionPartText{
    max-width: none;
  }
  .mainScreen__DescriptionPartImage img{
    margin: auto;
  }
  .printerFeatures__after{
    bottom: -125px;
    flex-wrap: wrap;
  }
  .printerFeatures__afterLink{
    margin-top: 20px;
  }
  .ecosysytem__wrapper{
    flex-flow: column;
  }
  .ecosysytem__info{
    flex: none;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .ecosysytem__image{
    flex: none;
  }
  .bigFeautures{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bigFeauture{
    flex: 0 1 350px;
    margin-bottom: 45px;
  }
  .resultsLand__wrapper{
    align-items: center;
    justify-content: flex-start;
    flex-flow: column-reverse;
  }
  .resultsLand__text{
    padding-top: 25px;
  }
  .fastPrint__Bluerect, .fastPrint__whiterect{
    width: 170px;
    font-size: 20px;
     height: 80px;
     padding: 5px 10px 5px 10px;
  }
  .fastPrint__BlueSquare,.fastPrint__whiteSquare{
    width: 70px;
    font-size: 20px;
    height: 80px;
  }
  .fastPrint__colSquare{
    flex: 0 0 120px;

  }
  .fastPrint__totalTime{
    font-size: 35px;
  }
  .fastPrint__tableText{
    font-size: 12px;
  }
  .fastPrint__total{
    padding-top: 30px;
  }
  .fastPrint__headerWrapper{
    flex-flow: column;
    align-items: center;
  }
  .fastPrint__headerRight{
    align-self: flex-end;
    width: 100%;
    flex: none;
  }
  .fastPrint__headerBlock{
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 55px;
  }
  .fastPrint__table{
    margin-top: 10px;
  }
  .mainScreen__title{
    font-size: 45px;
    line-height: 1.2;
  }
  .BoardWrapprer .forumIndexForums{
    flex: none;
    width: 100%;
    margin-top: 45px;
  }
  .BoardWrapprer{
    display: block;
  }
  .BoardBlock{
    max-width: 500px;
    padding: 0 20px;
    width: 100%;
    margin: 40px auto 10px;

  }
}

@media (max-width: 768px ) {
  .page404__block_image{
    display: none;
  }
  .page404__block_text{
    flex: 0 0 100%;
  }
  .container {
    width: 540px;
  }

  h1, .h1 {
    font-size: 36px;
  }

  .accardeon__titleName {
    font-size: 18px;
  }

  .mainPageForum__header{
    flex-wrap: wrap;
  }
  .mainPageForum__title{
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
    font-size: 40px;
  }
  .mainPageForum__aftertitle{
    flex: 0 0 100%;
  }
  .footerArticles__slide{
    margin: 0 auto 20px;
  }
  .blogList .postPreview{
    margin: 20px auto;
    float: none;
  }
  .blogList{
    margin-left: 0;
  }
  .downloads__body, .manuals__body{
    margin-left: 0;
    justify-content: center;
  }
  .mainFeatures__list,.printerFeatures__list{
    margin-left: 0;
    flex-flow: column;
    align-items: center;
  }
  .mainFeature,.printerFeature {
    width: 280px;
    margin-left: 0;
    flex: none;
  }
  .imageBlock__button_7{
    left: 253px;
  }
  .bigFeautures{
    justify-content: center;
  }
  .favMaterials__wrapper{
    flex-flow: column;
  }
  .fastPrint__colSquare{
    display: none;
    
  }
  .popUpForm__decor{
    display: none;
    
  }
  .siteMapHTML ul{
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }
  .slogan,
  .header__email{
    
    margin-left: 20px;
  }

}

@media (max-width: 576px ) {
  .slogan{
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
  .header__email{
    margin-left: 0;
  }
  .UserCard__row{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .UserCard__right{
    align-self: center;
  }
  .UserCard__row_first{
    flex-direction: row;
    flex-wrap: wrap;

  }
  .UserCard__row_first .UserCard__right{
    flex:none;
    width: 50px;
    margin-right: 0;
    margin-left: auto;
    
  }
  .supportLinks{
    margin-top: 60px;
    flex-flow: column;
    align-items: center;
  }
  .supportLink{
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .pageTitle__subtitle{
    font-size: 14px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .logo {
    width: 250px;
  }

  .header__authBlock {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .header__searchBlock {
    flex: none;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
    margin-top: 30px;
  }

  h1, .h1 {
    font-size: 28px;
  }

  .pageTitle__wrapper {
    background: none;
  }
  .mainSeller__header {
    flex-flow: column;
    align-items: center;
    justify-content:  flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mainSeller__logo {
    flex: auto;
    margin-bottom: 20px;
  }
  .mainSeller__contacts,
  .secondSeller__body{
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
  }
  .mainSeller__contact{
    width: 100%;
    margin-bottom: 15px;
  }
   .secondSeller__contact{
     width: 100%;
   }
   .fsSlider__text{
    margin-top: 25px;
    font-size: 24px;
   }
   .fsSlider__wrp{
    flex-flow: column;
   }
   .firstScreen__printers{
    display: none;
    
   }
   .mainForum__right{
    flex: 0 0 50px;
   }
   .lastComment__date{
    display: none;
    
   }
   .newsList__header{
    flex-flow: row wrap;
    justify-content: center;
   }
   .newsList__title{
    margin-right: 0;
   }
   .printerSelect__printer{
    display: none;
    

   }
    .printerSelect__center{
      width: 100%;
      flex: none;
    }
   .printerSelect__center .printerSelect__printer{
    display: block;
   }
   .printerSelectSmall{
    display: none;
   }
   .videoItem{
    width: 100%;
   }
   .videoItem iframe{
    height: 220px;
   }
   .videoList{
    margin-top: 60px;
   }
   .popularVideo__wrapper iframe{
    height: 220px;
   }
   .forumList__headlast,.forumList__bodylast,.forumList__bodyviews,.forumList__headviews{
    display: none;
    
   }

   .forumTheme__header{
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
   }
   .forumTheme__date{
    margin-bottom: 30px;
   }
   div.forum-reply-buttons input{
    display: block;
    margin: 20px auto;
   }
   .technicalData__wrap{
    flex-flow: column;
   }
   .technicalData__tabs{
    display: none;
   }
   .technicalData__control{
    flex: none;
    width: 100%;
   }
   .technicalData__blockTitle{
    font-size: 16px;
   }
   .mainScreen{
    padding-top: 0;
   }
   .printerFeatures__after{
    position: static;
   }
   .printerFeatures__afterText{
    font-size: 14px;
    margin-bottom: 20px;
   }
   .printerFeatures{
    padding-bottom: 50px;
   }
   .imageBlock__title{
    font-size: 36px;
   }
   .imageBlock__button{
    position: static;
    display: inline-block;
    margin: 10px;
   }
   .ecosysytem__title{
    font-size: 36px;
   }
    .mainScreen__title{
    font-size: 24px;
    line-height: 1.2;
  }
  .favMaterials__title{
    font-size: 30px;
  }
  .favMaterials__digit{
    font-size: 40px;
    top:  -22%;
  }
  .resultsLand__system{
    flex:none;
    width: 100%;
  }
  .fastPrint__headerBlockDigit{
    font-size: 40px;
    top: 5px;
  }
  .fastPrint__colSquare{
    display: block;
    margin-top: 25px;
    
  }
  .fastPrint__table{
    flex-flow: column;
  }
  .fastPrint__BlueSquare, .fastPrint__whiteSquare,
  .fastPrint__Bluerect, .fastPrint__whiterect{
    margin: 10px auto;
  }
  .fastPrint__total{
    flex:none;
    width: 100%;
    margin-top: 20px;
  }

  .firstScreen {
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .bxhtmled-top-bar-wrap{
    display: none;
  }
  .bxhtmled-toolbar-cnt{
    display: none;
    
  }
  .bx-html-editor{
    min-width: auto!important;
  }
  .bxhtmled-iframe-cnt,.bxhtmled-area-cnt{
    max-width: 100%;
  }
  .bxhtmled-area-cnt{
    top: 5px!important;
  }
  .forum-header-box{
    display: none;
  }
  .showblock .mobileBlock{
    display: block; 
  }
  .showblock .mobileBlock ul{
    padding: 20px 0 0; 
    margin: 0;
    margin-left: -50px;
    font-size: 16px;
  }
  .showblock .mobileBlock .technicalData__tabListItem{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }
  .printerSelect__beforeLink, .printerSelect__afterLink{
    top: auto;
    bottom: -12px;
  }
  .printerSelect__beforeLink{
    left: 0;
    right: auto;
  }
  .printerSelect__afterLink{
    right: 0;
    left: auto;
  }
  .page404{
    background : transparent;
    padding: 30px 0 40px;
  }
  .page404__code{
    font-size: 50px;
  }
  .page404__title{
    font-size: 24px;
  }
}



.MapforumGroup__title {
  margin-top: 10px;
  margin-bottom: 0px;
}

@media (max-width: 374px){
  .logo{
    width: 235px;
    margin-left: 0;
  }
}

#page
{
	overflow: hidden;
}

a
{
	word-wrap: break-word;
}

@media (max-width: 600px)
{
	.video
	{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}

	.video iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.bxhtmled-button-image,
.bxhtmled-button-video
{
	display: none;
}
.nohover:hover{
  cursor: default;
}

.confirmBlock{
    margin: 25px 0;
}
.confirmBlock__send{
    margin-top: 25px;
    display: block;
    border: none;
    outline: none;
    background: url("/local/templates/picaso/./images/button.png") no-repeat center;
    width: 280px;
    height: 50px;
    margin-bottom: 10px;
    font-size: 20px;
    color: black;
    transition: 0.2s ease-in-out;

}
.confirmBlock__field{
    display: block;
    margin-bottom: 10px;
}
.confirmBlock__field span{
    display: block;
    margin-bottom: 5px;
}
.confirmBlock__send:hover{
    cursor: pointer;
    transform: rotate(-3deg);
}
.confirmBlock__field .textinput{
    max-width: 250px;
    width: 100%;
    display: block;
    color: black;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid black;
    background: none;
    outline: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    
}
    .confirmBlock__field ::-webkit-input-placeholder { /* Chrome */
        color: black;
    }
    .confirmBlock__field :-ms-input-placeholder { /* IE 10+ */
        color: black;
    }
    .confirmBlock__field ::-moz-placeholder { /* Firefox 19+ */
        color: black;
    }
    .confirmBlock__field :-moz-placeholder { /* Firefox 4 - 18 */
        color: black;;
    }

/* End */
/* /local/templates/picaso/css/normalize.css?17514612286138 */
/* /local/templates/picaso/css/magnific-popup.css?17514612286951 */
/* /local/templates/picaso/css/slick.css?17514612281776 */
/* /local/templates/picaso/components/bitrix/search.form/header_search/style.css?17514612281280 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1751461178501 */
/* /local/templates/picaso/components/bitrix/menu/header_menu/style.css?17514612287142 */
/* /local/templates/picaso/components/bitrix/menu/footer_menu/style.css?17514612281266 */
/* /local/templates/picaso/components/bitrix/main.auth.form/auth/style.css?17514612282344 */
/* /local/templates/picaso/components/bitrix/socserv.auth.form/flat/style.css?17514612281540 */
/* /local/templates/picaso/components/bitrix/main.register/rgister/style.css?1751461228497 */
/* /local/templates/picaso/template_styles.css?175146122860463 */
