@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic&subset=latin,cyrillic);
@font-face {
  font-family: 'PragmaticaSlabWebBold';
  src: url('PSS75__W.eot');
  src: local('Pragmatica Slab Web Bold'), local('PragmaticaSlabWebBold'), url('PSS75__W.eot?#iefix') format('embedded-opentype'), url('PSS75__W.woff') format('woff'), url('PSS75__W.ttf') format('truetype'), url('PSS75__W.svg#PragmaticaSlabWeb-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'Istok Web';
  font-weight: normal;
  color: #242424;
  margin: 0;
}
a[name] {
  position: relative;
  top: -90px;
  display: block;
  height: 0;
  width: 0;
}
.blured {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: url(blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
.kitchen-root {
  background: #f6f6ee;
}
.kitchen-root_wrap {
  width: 1015px;
  margin: 0 auto;
}
.kitchen-root_wrap-100 {
  width: 100%;
  overflow: hidden;
}
.kitchen-root_sticky {
  position: fixed;
  top: 0;
  white-space: nowrap;
  z-index: 1000;
  background: #ed9726;
  width: 100%;
  height: 41px;
  padding-top: 21px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.35);
}
.kitchen-root_sticky .kitchen-elements_logo {
  margin-top: 4px;
}
.kitchen-root_sticky .kitchen-elements_phone {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-left: 38px;
}
.kitchen-root_header {
  margin-top: 61px;
}
.kitchen-root_footer {
  border-top: 2px solid #ffb723;
  margin-top: 53px;
  height: 59px;
  text-align: center;
}
.kitchen-root_footer .idei {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 182px;
  height: 41px;
  margin-top: 5px;
}
.kitchen-root_footer .idei a {
  position: absolute;
  width: 100%;
  font-size: 11px;
  color: #ffb723;
}
.kitchen-root_footer .idei a:first-child {
  text-align: right;
  top: 8px;
  right: -11px;
  width: 100px;
  z-index: 100;
}
.kitchen-root_footer .idei a.idei-link {
  right: 0px;
  text-align: right;
  bottom: 1px;
  padding-bottom: 1px;
  padding-top: 17px;
  background: url("../template/shared/idei-logo.png") no-repeat center left;
  width: 173px;
}
.kitchen-root_footer .idei a:hover {
  color: #510075;
}
.kitchen-elements_with-plus {
  position: relative;
}
.kitchen-elements_with-plus:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  background: url("../template/shared/plus.png") no-repeat 0 0;
  top: -22px;
  left: -31px;
}
.kitchen-elements_logo {
  width: 195px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-family: PragmaticaSlabWebBold;
  line-height: 14px;
}
.kitchen-elements_arrow-slide_horiz-left {
  z-index: 2;
  width: 22px;
  height: 37px;
  cursor: pointer;
  background: url('../template/shared/slider-arrows.png') no-repeat;
  display: block;
  background-position: 0 0;
}
.kitchen-elements_arrow-slide_horiz-left:hover {
  background-position: 0 -37px;
}
.kitchen-elements_arrow-slide_horiz-left:active {
  background-position: 0 -37px;
}
.kitchen-elements_arrow-slide_horiz-left.disabled {
  cursor: default;
}
.kitchen-elements_arrow-slide_horiz-right {
  z-index: 2;
  width: 22px;
  height: 37px;
  cursor: pointer;
  background: url('../template/shared/slider-arrows.png') no-repeat;
  display: block;
  background-position: -22px 0;
}
.kitchen-elements_arrow-slide_horiz-right:hover {
  background-position: -22px -37px;
}
.kitchen-elements_arrow-slide_horiz-right:active {
  background-position: -22px -37px;
}
.kitchen-elements_arrow-slide_horiz-right.disabled {
  cursor: default;
}
.kitchen-elements_phone-input {
  position: relative;
  display: inline-block;
}
.kitchen-elements_phone-input input {
  position: absolute;
  left: 35px;
  top: 4px;
  background: none;
  border: none;
  outline: none;
  color: #858585;
  z-index: 100;
}
.kitchen-elements_phone-input input.autoform-invalid {
  background: none!important;
  box-shadow: none!important;
}
.kitchen-elements_phone-input input:focus {
  color: #000;
}
.kitchen-elements_phone-input .mask {
  position: relative;
  z-index: 50;
  display: inline-block;
  font-size: 17px;
  color: #858585;
}
.kitchen-elements_phone-input .mask .mask-part1,
.kitchen-elements_phone-input .mask .mask-part2 {
  vertical-align: middle;
  display: inline-block;
  height: 31px;
  background: #FFF;
  box-shadow: inset 0px 0px 3px 1px rgba(133, 133, 133, 0.7);
  border-radius: 7px;
}
.kitchen-elements_phone-input .mask .mask-part1 {
  width: 36px;
  margin: 0px 4px;
}
.kitchen-elements_phone-input .mask .mask-part2 {
  width: 117px;
}
.kitchen-elements_phone-input.focused .mask,
.kitchen-elements_phone-input.hovered .mask {
  color: #000;
}
.kitchen-elements_phone-input.focused .mask-part1,
.kitchen-elements_phone-input.hovered .mask-part1,
.kitchen-elements_phone-input.focused .mask-part2,
.kitchen-elements_phone-input.hovered .mask-part2 {
  background: #FFF;
  box-shadow: inset 0px 0px 5px 1px rgba(133, 133, 133, 0.9);
}
.kitchen-elements_phone-input.mod-big input {
  position: absolute;
  left: 67px;
  top: 3px;
  font-size: 33px;
}
.kitchen-elements_phone-input.mod-big .mask {
  font-size: 33px;
  letter-spacing: 1.3px;
  top: 2px;
}
.kitchen-elements_phone-input.mod-big .mask .mask-part1,
.kitchen-elements_phone-input.mod-big .mask .mask-part2 {
  height: 50px;
  margin-top: -6px;
}
.kitchen-elements_phone-input.mod-big .mask .mask-part1 {
  width: 64px;
  margin: 0 8px;
  margin-top: -3px;
}
.kitchen-elements_phone-input.mod-big .mask .mask-part2 {
  width: 186px;
}
.kitchen-elements_block-title {
  color: #20014a;
  font-family: PragmaticaSlabWebBold;
  font-size: 38px;
  line-height: 46px;
}
.kitchen-elements_block-title .sub-text {
  font-family: "Istok Web";
  font-size: 24px;
  margin-top: 3px;
}
.kitchen-elements_block-title .bigger {
  font-size: 44px;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}
.kitchen-elements_purple-button {
  font-size: 25px;
  color: #FFF;
  padding: 11px 31px;
  background: #20014a;
  cursor: pointer;
  display: inline-block;
  border-radius: 7px;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kitchen-elements_purple-button:hover {
  background: #510075;
}
.kitchen-elements_purple-button[disabled] {
  background: #858585;
}
.kitchen-elements_input-text {
  background: #f6f6ee;
  box-shadow: inset 0px 0px 3px 1px rgba(133, 133, 133, 0.7);
  border-radius: 7px;
  border: none;
  resize: none;
  padding: 14px;
  font-size: 14px;
  outline: none;
}
.kitchen-elements_input-text:hover {
  color: #858585;
  box-shadow: inset 0px 0px 5px 1px rgba(133, 133, 133, 0.9);
}
.kitchen-elements_input-text:hover::-ms-input-placeholder {
  color: #f6f6ee;
}
.kitchen-elements_input-text:hover::-webkit-input-placeholder {
  color: #f6f6ee;
}
.kitchen-elements_input-text:hover:-moz-placeholder {
  color: #f6f6ee;
}
.kitchen-elements_input-text:focus {
  background: #FFF;
  color: #000;
  box-shadow: inset 0px 0px 5px 1px rgba(133, 133, 133, 0.9);
}
.kitchen-elements_input-text:focus::-ms-input-placeholder {
  color: #ffffff;
}
.kitchen-elements_input-text:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.kitchen-elements_input-text:focus:-moz-placeholder {
  color: #ffffff;
}
.kitchen-elements_input-text:focus:hover::-ms-input-placeholder {
  color: #ffffff;
}
.kitchen-elements_input-text:focus:hover::-webkit-input-placeholder {
  color: #ffffff;
}
.kitchen-elements_input-text:focus:hover:-moz-placeholder {
  color: #ffffff;
}
.kitchen-block_projects-list {
  text-align: center;
  width: 1040px;
  margin-top: 20px;
  position: relative;
  left: -5px;
}
.kitchen-block_projects-list:nth-child(3n+1) {
  margin-left: 0;
}
.kitchen-block_projects-list:nth-child(3n+3) {
  margin-right: 0;
}
.kitchen-block_projects-list .kitchen-block_project {
  margin: 0 18px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.25);
  width: 306px;
  height: 216px;
  background: #FFF;
  margin-bottom: 91px;
  margin-top: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kitchen-block_projects-list .kitchen-block_project .photo-box {
  padding: 12px;
  padding-bottom: 7px;
  z-index: 2;
  position: relative;
  background: #FFF;
}
.kitchen-block_projects-list .kitchen-block_project .photo-box img {
  width: 283px;
  height: 190px;
}
.kitchen-block_projects-list .kitchen-block_project .price {
  background: url("../template/shared/project-price.png") no-repeat 0 0;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 208px;
  height: 57px;
  top: -27px;
  left: 2px;
  padding-top: 34px;
  font-size: 19px;
  z-index: 0;
  color: #FFF;
}
.kitchen-block_projects-list .kitchen-block_project:hover {
  box-shadow: 1px 2px 29px 0px rgba(237, 151, 38, 0.49);
}
.kitchen-block_projects-list .show-more .show-more_link {
  display: inline-block;
  border-bottom: 1px solid;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.kitchen-block_projects-list .show-more .show-more_link:hover {
  color: #ed9726;
}
.kitchen-block_projects-list .show-more .show-more_content {
  display: none;
}
.kitchen-block_project-slider {
  margin-top: 44px;
  position: relative;
  left: 24px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content {
  position: relative;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_left {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: -15px;
  z-index: 2;
  width: 22px;
  height: 37px;
  cursor: pointer;
  background: url('../template/shared/slider-arrows.png') no-repeat;
  display: block;
  background-position: 0 0;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_left:hover {
  background-position: 0 -37px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_left:active {
  background-position: 0 -37px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_left.disabled {
  cursor: default;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_right {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 27px;
  z-index: 2;
  width: 22px;
  height: 37px;
  cursor: pointer;
  background: url('../template/shared/slider-arrows.png') no-repeat;
  display: block;
  background-position: -22px 0;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_right:hover {
  background-position: -22px -37px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_right:active {
  background-position: -22px -37px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-control_right.disabled {
  cursor: default;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-viewport {
  position: relative;
  height: 235px;
  overflow: hidden;
  width: 940px;
  margin-left: 18px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-viewport .slider-slides {
  white-space: nowrap;
  position: absolute;
  top: 19px;
  margin-left: 17px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-viewport .slider-slides .slider-slide {
  display: inline-block;
  height: 170px;
  width: 254px;
  background-color: #ffffff;
  box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.25);
  padding: 11px;
  margin-right: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-viewport .slider-slides .slider-slide img {
  width: 254px;
  height: 170px;
}
.kitchen-block_project-slider .kitchen-block_project-slider_block-content .slider-viewport .slider-slides .slider-slide:hover {
  box-shadow: 1px 2px 29px 0px rgba(237, 151, 38, 0.49);
}
.kitchen-block_header-tiles {
  background: url("../template/shared/tiles-placeholder-bg.jpg") no-repeat;
  width: 1920px;
  height: 429px;
  position: relative;
  left: 50%;
  margin-left: -968px;
}
.kitchen-block_header-tiles .slogan {
  background: #f6f6ee;
  width: 424px;
  height: 143px;
  position: absolute;
  top: 143px;
  right: 644px;
}
.kitchen-block_header-tiles .slogan .kitchen-elements_block-title {
  margin-top: 29px;
  margin-left: 59px;
  line-height: 42px;
}
.kitchen-block_bottom-tiles {
  background: url("../template/shared/bottom-tiles-placeholder-bg.jpg") no-repeat 0 0;
  width: 1920px;
  height: 601px;
  position: relative;
  left: 50%;
  margin-left: -968px;
  margin-top: -85px;
}
.kitchen-block_header-menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 138px;
}
.kitchen-block_header-menu .menu-item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.kitchen-block_header-menu .menu-item:after {
  content: "";
  padding-left: 6px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 19px;
  margin-right: 6px;
  border-right: 1px solid #242424;
  top: 3px;
}
.kitchen-block_header-menu .menu-item:last-child:after {
  content: none;
}
.kitchen-block_header-menu .menu-item:hover,
.kitchen-block_header-menu .menu-item.current {
  color: #FFF;
}
.kitchen-block_callback {
  padding-left: 81px;
  margin-top: 117px;
}
.kitchen-block_callback .left {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  height: 285px;
  margin-top: 12px;
}
.kitchen-block_callback .left .good-people {
  font-style: italic;
  text-align: right;
  margin-top: 17px;
  font-size: 14px;
  line-height: 17px;
  color: #858585;
}
.kitchen-block_callback .left .form-actions {
  padding: 36px;
  margin-left: 94px;
}
.kitchen-block_callback .left .form-actions .kitchen-elements_purple-button {
  padding: 11px 45px;
}
.kitchen-block_callback .right {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 26px;
  color: #858585;
}
.kitchen-block_callback .right .title {
  font-family: PragmaticaSlabWebBold;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 21px;
  color: #858585;
}
.kitchen-block_callback .form-answers .fail,
.kitchen-block_callback .form-answers .success {
  display: none;
}
.kitchen-block_callback .form-answers .fail {
  text-align: right;
}
.kitchen-block_callback .form-answers .fail .errormsg {
  color: #fd4451;
  font-size: 16px;
  line-height: 20px;
}
.kitchen-block_callback .form-answers .fail .call {
  margin-top: 35px;
  color: #858585;
  font-size: 14px;
  font-style: italic;
}
.kitchen-block_callback .form-answers .fail .call .phone {
  margin-top: 59px;
  color: #858585;
  font-size: 32px;
  font-style: normal;
}
.kitchen-block_callback .form-answers .success {
  color: #20014a;
  font-size: 22px;
  margin-top: 74px;
}
.kitchen-block_popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.kitchen-block_popup-overlay .kitchen-popup-box {
  width: 845px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  text-align: center;
  height: 100%;
}
.kitchen-block_popup-overlay .kitchen-popup-box .gallery-big-item {
  height: 48%;
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0;
  border: 11px solid #FFF;
  background: #FFF;
}
.kitchen-block_popup-overlay .kitchen-popup-box .gallery-big-item img {
  height: 100%;
  opacity: 0;
  display: block;
}
.kitchen-block_popup-overlay .kitchen-popup-box .gallery-big-item .iislider-photo_big,
.kitchen-block_popup-overlay .kitchen-popup-box .gallery-big-item .iislider-photo_big-top {
  width: 100%;
  height: 100%;
  background-size: auto 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.kitchen-block_popup-overlay .kitchen-popup-box .close {
  width: 29px;
  height: 28px;
  position: absolute;
  top: -29px;
  right: -30px;
  cursor: pointer;
  background: url("../template/shared/gallery-close.png") no-repeat;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form {
  background-color: #ffffff;
  box-shadow: 1px 2px 32px 0px rgba(0, 0, 0, 0.2);
  width: 843px;
  height: 604px;
  position: relative;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .close {
  width: 40px;
  height: 39px;
  position: absolute;
  top: 19px;
  right: 18px;
  cursor: pointer;
  background: url("../template/shared/close-big.png") no-repeat;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form {
  padding-top: 78px;
  padding-left: 110px;
  width: 626px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .form-header {
  color: #ed9726;
  font-size: 40px;
  text-align: center;
  font-family: PragmaticaSlabWebBold;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .info {
  text-align: center;
  font-size: 18px;
  width: 570px;
  margin-left: 23px;
  margin-top: 19px;
  line-height: 22px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone {
  margin-top: 69px;
  padding-left: 1px;
  margin-bottom: 42px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .good-people {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  margin-left: 28px;
  color: #858585;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input {
  position: relative;
  display: inline-block;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input input {
  position: absolute;
  left: 35px;
  top: 4px;
  background: none;
  border: none;
  outline: none;
  color: #858585;
  z-index: 100;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input input.autoform-invalid {
  background: none!important;
  box-shadow: none!important;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input input:focus {
  color: #000;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input .mask {
  position: relative;
  z-index: 50;
  display: inline-block;
  font-size: 17px;
  color: #858585;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input .mask .mask-part1,
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input .mask .mask-part2 {
  vertical-align: middle;
  display: inline-block;
  height: 31px;
  background: #f6f6ee;
  box-shadow: inset 0px 0px 3px 1px rgba(133, 133, 133, 0.7);
  border-radius: 7px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input .mask .mask-part1 {
  width: 36px;
  margin: 0px 4px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input .mask .mask-part2 {
  width: 117px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.focused .mask {
  color: #000;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.focused .mask-part1,
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.focused .mask-part2 {
  background: #fff!important;
  box-shadow: inset 0px 0px 5px 1px rgba(133, 133, 133, 0.9);
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.hovered .mask {
  color: #000;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.hovered .mask-part1,
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.hovered .mask-part2 {
  background: #f6f6ee;
  box-shadow: inset 0px 0px 5px 1px rgba(133, 133, 133, 0.9);
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.mod-big input {
  position: absolute;
  left: 73px;
  top: 3px;
  font-size: 33px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.mod-big .mask {
  font-size: 33px;
  letter-spacing: 1.3px;
  top: 2px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.mod-big .mask .mask-part1,
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.mod-big .mask .mask-part2 {
  height: 50px;
  margin-top: -6px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.mod-big .mask .mask-part1 {
  width: 74px;
  margin: 0 8px;
  margin-top: -3px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .phone .kitchen-elements_phone-input.mod-big .mask .mask-part2 {
  width: 183px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form textarea {
  margin-left: 74px;
  display: inline-block;
  vertical-align: top;
  width: 262px;
  height: 92px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .form-actions {
  display: inline-block;
  padding: 9px;
  margin-left: 18px;
  padding-top: 61px;
}
.kitchen-block_popup-overlay .kitchen-popup-box .kitchen-block_order-form .form .form-actions .kitchen-elements_purple-button {
  padding: 11px 52px;
}
.kitchen-block_photo-small-slider {
  margin: 0 auto;
  margin-top: 21px;
  position: relative;
  width: 688px;
  display: none;
}
.kitchen-block_photo-small-slider .slider-control_left {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -15px;
  z-index: 2;
  width: 22px;
  height: 37px;
  cursor: pointer;
  background: url('../template/shared/slider-arrows.png') no-repeat;
  display: block;
  background-position: 0 0;
}
.kitchen-block_photo-small-slider .slider-control_left:hover {
  background-position: 0 -37px;
}
.kitchen-block_photo-small-slider .slider-control_left:active {
  background-position: 0 -37px;
}
.kitchen-block_photo-small-slider .slider-control_left.disabled {
  cursor: default;
}
.kitchen-block_photo-small-slider .slider-control_right {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -15px;
  z-index: 2;
  width: 22px;
  height: 37px;
  cursor: pointer;
  background: url('../template/shared/slider-arrows.png') no-repeat;
  display: block;
  background-position: -22px 0;
}
.kitchen-block_photo-small-slider .slider-control_right:hover {
  background-position: -22px -37px;
}
.kitchen-block_photo-small-slider .slider-control_right:active {
  background-position: -22px -37px;
}
.kitchen-block_photo-small-slider .slider-control_right.disabled {
  cursor: default;
}
.kitchen-block_photo-small-slider .slider-viewport {
  position: relative;
  height: 175px;
  overflow: hidden;
  width: 650px;
  margin-left: 18px;
}
.kitchen-block_photo-small-slider .slider-viewport .slider-slides {
  white-space: nowrap;
  position: absolute;
  top: 19px;
  margin-left: 3px;
}
.kitchen-block_photo-small-slider .slider-viewport .slider-slides .slider-slide {
  display: inline-block;
  height: 113px;
  width: 158px;
  background-color: #ffffff;
  box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.25);
  padding: 11px;
  margin: 0 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kitchen-block_photo-small-slider .slider-viewport .slider-slides .slider-slide .iislider-slide {
  width: 100%;
  height: 100%;
}
.kitchen-block_photo-small-slider .slider-viewport .slider-slides .slider-slide .iislider-slide .up-layer {
  width: 100%;
  height: 100%;
}
.kitchen-block_photo-small-slider .slider-viewport .slider-slides .slider-slide img {
  width: 254px;
  height: 170px;
}
.kitchen-block_photo-small-slider .slider-viewport .slider-slides .slider-slide:hover {
  box-shadow: 1px 2px 29px 0px rgba(237, 151, 38, 0.49);
}
.kitchen-static_page-main .section_kitchens .order {
  margin-top: 74px;
  padding-left: 46px;
  width: 1050px;
}
.kitchen-static_page-main .section_kitchens .order .kitchen-elements_block-title {
  line-height: 46px;
  display: inline-block;
  margin-top: 31px;
  vertical-align: top;
}
.kitchen-static_page-main .section_kitchens .order .advantages {
  display: inline-block;
  vertical-align: top;
  width: 640px;
  height: 246px;
  margin-left: 69px;
  padding-top: 6px;
  line-height: 22px;
}
.kitchen-static_page-main .section_kitchens .order .advantages .advantage {
  display: inline-block;
  vertical-align: top;
  width: 243px;
  padding-left: 48px;
  font-size: 18px;
  margin-bottom: 66px;
  margin-right: 15px;
}
.kitchen-static_page-main .section_kitchens .order .advantages .advantage.pro {
  background: url("../template/shared/order-plus-pro.png") no-repeat 3px 3px;
}
.kitchen-static_page-main .section_kitchens .order .advantages .advantage.gift {
  background: url("../template/shared/order-plus-free.png") no-repeat 3px 3px;
}
.kitchen-static_page-main .section_kitchens .order .advantages .advantage.time {
  background: url("../template/shared/order-plus-time.png") no-repeat 3px 3px;
}
.kitchen-static_page-main .section_kitchens .order .advantages .advantage.guarantee {
  background: url("../template/shared/order-plus-guarantee.png") no-repeat 0px 3px;
}
.kitchen-static_page-main .section_kitchens .cost {
  background: url("../template/shared/meter-price.png") no-repeat;
  padding-left: 448px;
  margin-left: 16px;
  padding-top: 81px;
}
.kitchen-static_page-main .section_kitchens .family-tea {
  margin-top: 107px;
  text-align: center;
  margin-left: 14px;
  padding-top: 96px;
  background: url("../template/shared/family-tea.png") no-repeat 50% 0;
}
.kitchen-static_page-main .section_ho-we-do {
  width: 1920px;
  background: url("../template/shared/how-we-do_bg.png") no-repeat 0px 204px;
  position: relative;
  left: 50%;
  margin-left: -968px;
  padding-top: 79px;
  padding-bottom: 80px;
  z-index: 2;
}
.kitchen-static_page-main .section_ho-we-do .kitchen-elements_block-title {
  font-size: 40px;
  text-align: center;
}
.kitchen-static_page-main .section_ho-we-do .kitchen-elements_block-title .sub-text {
  margin-top: 5px;
}
.kitchen-static_page-main .section_ho-we-do .steps {
  margin-left: 181px;
  margin-top: 108px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  width: 390px;
  vertical-align: top;
  line-height: 24px;
  display: inline-block;
  padding-left: 128px;
  padding-bottom: 15px;
  background: url("../template/shared/how-we-do_steps.png") no-repeat 0 0;
}
.kitchen-static_page-main .section_ho-we-do .brackets {
  display: inline-block;
}
.kitchen-static_page-main .section_ho-we-do .brackets .free {
  padding-left: 70px;
  margin-top: 105px;
  font-size: 30px;
  padding-top: 55px;
  padding-bottom: 79px;
  margin-left: 8px;
  color: #20014a;
  font-family: PragmaticaSlabWebBold;
  background: url("../template/shared/how-we-do_bracket-big.png") no-repeat 0 0;
}
.kitchen-static_page-main .section_ho-we-do .brackets .deployment {
  padding: 81px 25px 36px 25px;
  background: #FFF;
  text-align: center;
  border-radius: 50%;
  background-image: url("../template/shared/deploy.png");
  width: 166px;
  background-repeat: no-repeat;
  background-position: 87px 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 71px;
  font-size: 18px;
  margin-top: 67px;
  line-height: 20px;
}
.kitchen-static_page-main .section_ho-we-do .brackets .deployment em {
  font-weight: bold;
  color: #000;
}
.kitchen-static_page-main .section_ho-we-do .brackets .deployment:before {
  content: "";
  display: block;
  width: 40px;
  height: 112px;
  position: absolute;
  left: -61px;
  top: 60px;
  background: url("../template/shared/how-we-do_bracket-small.png") no-repeat 0 0;
}
.kitchen-static_page-main .section_ho-we-do .order {
  padding-top: 61px;
  padding-left: 310px;
}
.kitchen-static_page-main .section_manufacturing {
  position: relative;
  z-index: 1;
}
.kitchen-static_page-main .section_manufacturing .own-manufacture {
  text-align: center;
  background: url("../template/shared/own-making-spb.png") no-repeat 0 0;
  display: inline-block;
  margin-top: -49px;
  height: 215px;
  width: 326px;
  left: 36px;
  position: relative;
  line-height: 38px;
  padding-right: 22px;
  padding-top: 151px;
  font-size: 31px;
  font-family: PragmaticaSlabWebBold;
  color: #20014a;
}
.kitchen-static_page-main .section_manufacturing .advantages {
  display: inline-block;
  vertical-align: top;
  margin-top: 107px;
  margin-left: -23px;
  width: 673px;
}
.kitchen-static_page-main .section_manufacturing .advantages .advantage {
  display: inline-block;
  vertical-align: top;
  width: 243px;
  padding-left: 52px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 48px;
  margin-right: 10px;
}
.kitchen-static_page-main .section_manufacturing .advantages .advantage.quality {
  background: url("../template/shared/making-quality.png") no-repeat 0 3px;
}
.kitchen-static_page-main .section_manufacturing .advantages .advantage.components {
  background: url("../template/shared/making-components.png") no-repeat 9px 3px;
  width: 300px;
}
.kitchen-static_page-main .section_manufacturing .advantages .advantage.materials {
  background: url("../template/shared/making-materials.png") no-repeat 2px 3px;
  width: 600px;
}
.kitchen-static_page-main .section_sweet-sleep {
  padding-top: 98px;
  background: url("../template/shared/sweet-sleep.png") no-repeat 50% 0;
  margin-top: 102px;
  margin-left: 12px;
}
.kitchen-static_page-main .section_sweet-sleep .kitchen-elements_block-title {
  text-align: center;
}
.kitchen-static_page-main .section_sweet-sleep .kitchen-elements_block-title .sub-text {
  line-height: 27px;
  margin-top: 28px;
  font-size: 22px;
}
