@charset "UTF-8";
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamProBold.eot");
  src: local("☺"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype"), url("../fonts/GothamProBold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamProRegular.eot");
  src: local("☺"), url("../fonts/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular.ttf") format("truetype"), url("../fonts/GothamProRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothaProMed.eot");
  src: local("☺"), url("../fonts/GothaProMed.woff") format("woff"), url("../fonts/GothaProMed.ttf") format("truetype"), url("../fonts/GothaProMed.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

.short-cart .add-item:after, .calc-box:after, .calc-steps:after, .param-list li:after, .calc-footer:after, .tabset:after, .footer:after, .footer .contacts-col:after, .size-form .form-row:after, .details-list li:after, .total-row:after, .total-footer:after, .modal-window .modal-form .btns-wrap:after, .content-cols:after, .contacts-list:after, .contact-form .btns-wrap:after, .promo-box:after, .info-box:after, .catalog-sort:after, .item-box > .text-box > .btns-wrap:after, .item-box .more-popup .btns-wrap:after, .basket-total:after, .order-cols:after, .breadcrumbs:after, .item-info:after, .item-info .btns-wrap:after {
  content: " ";
  display: block;
  clear: both; }

.nav-wrap ul, .calc-steps, .param-list, .options-list, .tabset, .social-list, .details-list, .bulleted-list, .catalog-sort .sort-view .sizes-info, .catalog-sort .sort-view .sizes-list, .catalog-sort .main-view, .catalog, .catalog-slider .custom_paging, .order-tabs, .breadcrumbs, .media-list {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0;
  color: #000;
  background: #fff;
  font: 14px/1.7142 "GothamPro", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #535151;
  outline: none; }
  a:hover {
    text-decoration: underline; }

input,
textarea,
select {
  font: 100% "GothamPro", sans-serif;
  color: #3f4850;
  vertical-align: middle;
  outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  outline: none; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "GothamPro", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em; }

h3 {
  margin: 0 0 18px; }

h4 {
  font-weight: 400; }

p {
  margin: 0 0 1.2em; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  
.details-list-scroll {
 max-height: 430px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 1025px) {
    .container {
      width: 1025px; } }
  @media (min-width: 1250px) {
    .container {
      width: 1250px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1250px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1025px) and (max-width: 1249px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1025px) and (max-width: 1249px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1025px) and (max-width: 1249px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1025px) and (max-width: 1249px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1250px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1025px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.page {
  overflow: hidden;
  min-height: 100%;
  border-left: 12px solid #f5f5f5;
  border-right: 12px solid #f5f5f5;
  background: url(../images/bg-body.png) no-repeat 50% 0;
  padding-top: 50px; }
  @media all and (max-width: 1024px) {
    .page {
      border-left: 0;
      border-right: 0;
      padding-top: 0; } }
  @media all and (max-width: 767px) {
    .page:before {
      position: fixed;
      top: 5px;
      bottom: 0;
      left: 30px;
      border-left: 1px solid #f5f5f5;
      content: ''; }
    .page:after {
      position: fixed;
      top: 5px;
      bottom: 0;
      right: 30px;
      border-right: 1px solid #f5f5f5;
      content: ''; } }

body {
  min-width: 320px;
  border-top: 8px solid #00a3e3; }
  @media all and (max-width: 1024px) {
    body {
      border: 0; }
      body:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 5px solid #00a3e3;
        content: '';
        z-index: 10; } }

@media all and (max-width: 767px) {
  html:before {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 5px solid #f5f5f5;
    content: ''; }
  html:after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 5px solid #f5f5f5;
    content: ''; } }

.container {
  max-width: 1394px;
  width: auto;
  position: relative; }
  @media all and (max-width: 1024px) {
    .container {
      padding-top: 195px; } }
  @media all and (max-width: 1024px) {
    .container {
      padding-top: 135px; } }

.header {
  max-width: 1144px;
  margin: 0 auto;
  height: 147px;
  position: relative;
  padding: 0 50px;
  z-index: 30; }
  .header .logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    background: url(../images/logo.png) no-repeat;
    width: 200px;
    height: 39px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 22; }
    .header .logo a {
      display: block;
      height: 100%; }
  .header .phone {
    float: right;
    line-height: 35px;
    margin-top: 2px;
    font-weight: 500; }
    .header .phone span {
      border-bottom: 1px solid #d4d3d3; }
    .header .phone:hover {
      text-decoration: none; }
      .header .phone:hover span {
        border-bottom: 1px solid transparent; }
  @media all and (min-width: 1025px) {
    .header {
      position: relative !important;
      width: auto !important;
      top: 0 !important; } }
  @media all and (max-width: 1024px) {
    .header {
      margin: 45px -10px 90px;
      padding: 0 50px;
      height: 60px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200; }
      .header.fixed-nav {
        height: 61px;
        padding-top: 11px;
        background: #fff;
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
        position: fixed;
        top: 0;
        margin-top: 0; }
        .header.fixed-nav:before {
          display: none; }
        .header.fixed-nav .search-form {
          display: none; }
        .header.fixed-nav .phone {
          display: none; }
        .header.fixed-nav .nav-wrap {
          margin-top: 4px; }
        .header.fixed-nav .cart-wrap {
          margin-top: -3px; }
        .header.fixed-nav .logo {
          top: 18px; }
      .header:before {
        position: absolute;
        top: 0;
        left: 0;
        right: -50px;
        background: #fff;
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
        content: '';
        height: 60px; }
      .header .logo {
        top: 18px;
        width: 140px;
        height: 26px;
        background-size: 100% 100%;
        margin-left: -70px; }
      .header .phone {
        position: absolute;
        top: -45px;
        right: 50px;
        line-height: 44px;
        z-index: 11; } }
  @media all and (max-width: 767px) {
    .header {
      padding: 0 30px;
      margin-bottom: 30px; }
      .header .phone {
        right: 40px; } }

.nav-wrap {
  width: 360px;
  float: left;
  padding-top: 6px; }
  .nav-wrap ul a {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #d4d3d3; }
    .nav-wrap ul a.active {
      color: #00a3e3;
      border-bottom: 1px solid #bfe8f8; }
    .nav-wrap ul a:hover {
      text-decoration: none;
      border-bottom: 1px solid transparent;
      color: #00a3e3; }
  .nav-wrap li {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 18px 0; }
  .nav-wrap .mobile-opener {
    display: none; }
  @media all and (min-width: 1025px) {
    .nav-wrap .slide {
      opacity: 0;
      display: inline-block !important;
      transition: opacity 0.4s; }
    .nav-wrap .nav-drop-active .slide {
      opacity: 1; } }
  @media all and (max-width: 1024px) {
    .nav-wrap {
      width: auto;
      margin-top: 14px; }
      .nav-wrap li {
        display: inline-block !important;
        position: static !important;
        margin-right: 19px; }
        .nav-wrap li.opener-wrap {
          display: none !important; }
      .nav-wrap ul a {
        font-size: 12px; }
      .nav-wrap .drop {
        position: absolute;
        top: -9946px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 30px 40px 20px;
        box-shadow: 0 -90px 0 #fff, 0 30px 60px rgba(0, 0, 0, 0.19);
        opacity: 0;
        transition: opacity 0.4s; }
      .nav-wrap.popup-active .drop {
        opacity: 1;
        top: 46px; }
        .nav-wrap.popup-active .drop ul {
          z-index: 20;
          position: relative; }
      .nav-wrap.popup-active .mobile-opener:before {
        opacity: 0; }
      .nav-wrap.popup-active .mobile-opener:after {
        position: fixed;
        top: 100px;
        left: 0;
        bottom: 0;
        right: 0;
        content: ''; }
      .nav-wrap.popup-active .mobile-opener span:before {
        top: 18px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #00a5e6; }
      .nav-wrap.popup-active .mobile-opener span:after {
        bottom: 19px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #00a5e6; }
      .nav-wrap .mobile-opener {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        z-index: 11;
        margin: -10px; }
        .nav-wrap .mobile-opener:before {
          position: absolute;
          top: 18px;
          left: 10px;
          width: 10px;
          height: 3px;
          background: #535151;
          content: '';
          opacity: 1;
          transition: all 0.4s; }
        .nav-wrap .mobile-opener span {
          display: block;
          height: 100%;
          position: relative; }
          .nav-wrap .mobile-opener span:before {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 20px;
            height: 3px;
            background: #535151;
            content: '';
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -webkit-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            transition: all 0.4s; }
          .nav-wrap .mobile-opener span:after {
            position: absolute;
            bottom: 10px;
            left: 10px;
            width: 20px;
            height: 3px;
            background: #535151;
            content: '';
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -webkit-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            transition: all 0.4s; } }
  @media all and (max-width: 767px) {
    .nav-wrap {
      margin-left: 10px; } }

.cart-wrap {
  float: right;
  padding-top: 2px;
  position: relative;
  margin-left: 20px;
  z-index: 22; }
  .cart-wrap .number-marker {
    position: absolute;
    top: -14px;
    right: -12px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 12px;
    color: #1eaeee;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .cart-wrap.popup-active {
    z-index: 300; }
    .cart-wrap.popup-active .short-cart {
      margin-top: 0;
      opacity: 1;
      z-index: 300; }
    .cart-wrap.popup-active:before {
      opacity: 1;
      margin-left: 0;
      z-index: 30; }
  .cart-wrap:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 15;
    background: rgba(255, 255, 255, 0.9);
    margin-left: -9999px; }
  @media all and (max-width: 1249px) {
    .cart-wrap .cart-link {
      text-indent: -9999px;
      overflow: hidden;
      padding: 0;
      width: 40px;
      height: 40px;
      background: #1eaeee url(../images/ico-cart.svg) no-repeat 50% 50%/19px 19px;
      margin-left: 0;
      border-radius: 20px;
      margin-top: -3px; }
    .cart-wrap .number-marker {
      width: 27px;
      height: 27px;
      line-height: 29px;
      top: -6px;
      right: -13px;
      font-size: 10px; } }
  @media all and (max-width: 1024px) {
    .cart-wrap {
      margin-top: 9px; }
      .cart-wrap .cart-link {
        height: 41px;
        width: 41px;
        border-radius: 50%;
        margin: 0; } }
  @media all and (max-width: 767px) {
    .cart-wrap {
      position: static; }
      .cart-wrap .holder {
        position: relative;
        z-index: 22; } }

.short-cart {
  position: absolute;
  top: -10px;
  right: 0;
  width: 380px;
  background: #fff;
  padding: 22px 26px 25px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.19);
  display: block !important;
  z-index: 17;
  opacity: 0;
  transition: opacity 0.4s;
  margin-top: -9999px; }
  .short-cart .details-list {
    padding: 0 0 10px; }
    .short-cart .details-list li {
      margin: 0 0 10px; }
    .short-cart .details-list .text-box .name {
      text-decoration: underline; }
      .short-cart .details-list .text-box .name:hover {
        text-decoration: none; }
  .short-cart .total-footer .btn-blue {
    margin: 0;
    float: none;
    display: block;
    text-align: center; }
  .short-cart .total-row {
    margin: 0 0 20px; }
  .short-cart .box-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 36px; }
  .short-cart p {
    margin: 0 0 20px;
    color: #535151;
    font-weight: 500; }
  .short-cart hr {
    margin: 0 0 19px;
    padding: 0;
    display: block;
    border: 0;
    border-bottom: 1px solid #535151; }
  .short-cart .add-item {
    display: block;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase; }
    .short-cart .add-item .image {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      margin: 0 19px 0 0;
      background: #535151;
      overflow: hidden; }
      .short-cart .add-item .image img {
        width: 100%;
        height: auto;
        display: block; }
    .short-cart .add-item .text {
      display: inline-block;
      vertical-align: middle;
      border-bottom: 1px solid #bfbfbf; }
    .short-cart .add-item:hover {
      text-decoration: none; }
      .short-cart .add-item:hover .text {
        border-bottom: 1px solid transparent; }
  .short-cart .close {
    position: absolute;
    top: 24px;
    right: 25px;
    color: #00a3e3;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .short-cart {
      z-index: 20;
      top: 0;
      width: 100%;
      left: 0;
      right: auto; } }

.btn-blue {
  color: #fff;
  height: 33px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  background: #1eaeee;
  border-radius: 17px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px; }
  .btn-blue:hover {
    text-decoration: none;
    opacity: 0.9; }

.search-form {
  float: right;
  position: relative;
  margin-top: 2px;
  margin-left: 30px; }
  .search-form .opener {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    height: 33px;
    font-weight: 500;
    background: url(../images/ico-search.svg) no-repeat 0 50%/15px 15px;
    padding: 0 0 0 25px; }
    .search-form .opener span {
      border-bottom: 1px solid #d4d3d3; }
    .search-form .opener:hover {
      text-decoration: none; }
      .search-form .opener:hover span {
        border-bottom: 1px solid transparent; }
  .search-form:before {
    position: absolute;
    top: -10px;
    left: 180px;
    width: 40px;
    height: 40px;
    background: #fff;
    content: '';
    opacity: 0;
    transition: opacity 0.4s; }
  .search-form.popup-active {
    z-index: 22; }
    .search-form.popup-active .search-popup {
      margin-top: 0;
      opacity: 1; }
    .search-form.popup-active:before {
      opacity: 1; }
  .search-form .search-popup {
    position: absolute;
    top: 0;
    left: -12px;
    background: #fff;
    border-radius: 17px;
    border: 1px solid #1eaeee;
    width: 216px;
    height: 33px;
    padding: 0 0 0 36px;
    display: block !important;
    opacity: 0;
    transition: opacity 0.4s;
    margin-top: -900px; }
  .search-form .text {
    display: block;
    width: 170px;
    padding: 1px 0 0;
    height: 31px;
    font-weight: 500;
    border: 0;
    background: none; }
  .search-form .submit {
    background: url(../images/ico-search.svg) no-repeat 0 0/15px 15px;
    width: 15px;
    height: 15px;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 11px;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0; }
  @media all and (max-width: 1249px) {
    .search-form .search-popup {
      left: auto;
      right: 0;
      width: 240px; } }
  @media all and (max-width: 1024px) {
    .search-form {
      position: absolute;
      top: -45px;
      left: 50px;
      margin-left: 0;
      margin-top: 0;
      width: 50%;
      z-index: 20; }
      .search-form .opener {
        height: 42px;
        line-height: 44px; }
      .search-form .search-popup {
        margin-top: -900px;
        right: 0;
        left: -12px;
        top: -555px;
        width: auto;
        z-index: 11; }
      .search-form.popup-active {
        z-index: 25; }
        .search-form.popup-active .search-popup {
          top: 5px; } }
  @media all and (max-width: 767px) {
    .search-form {
      left: 40px;
      margin: 0;
      width: auto;
      right: 30px; }
      .search-form .opener {
        z-index: 10; } }

.content-box {
  padding: 26px 40px 56px;
  margin: 0 -40px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2; }
  .content-box.content-box_small {
    margin: 0 auto 40px;
    max-width: 1160px;
    padding: 26px 50px 56px; }
    .content-box.content-box_small:last-child {
      margin-bottom: 0; }
  .content-box.content-box_transparent {
    margin: 0 auto;
    max-width: 1260px;
    padding: 50px 50px 10px;
    background: none;
    box-shadow: none; }
  @media all and (max-width: 1249px) {
    .content-box {
      padding: 26px 50px 56px; }
      .content-box.content-box_small {
        max-width: 200%;
        padding: 26px 50px 56px;
        margin: 0 20px; }
        .content-box.content-box_small:last-child {
          margin-bottom: 0; }
      .content-box.content-box_transparent {
        max-width: 200%;
        padding: 26px 50px 20px;
        margin: 0 20px 60px; } }
  @media all and (max-width: 1024px) {
    .content-box {
      margin: 0 40px;
      padding: 26px 80px 46px 55px; }
      .content-box.content-box_small {
        margin: 0 0 40px;
        padding: 26px 40px 26px; }
        .content-box.content-box_small:last-child {
          margin-bottom: 0; }
      .content-box.content-box_transparent {
        margin: 0;
        padding: 26px 30px 20px; } }
  @media all and (max-width: 767px) {
    .content-box {
      padding: 26px 30px 46px;
      margin: 0 -10px; }
      .content-box.content-box_small {
        margin: 0 -10px 40px;
        padding: 26px 30px 26px; }
        .content-box.content-box_small:last-child {
          margin-bottom: 0; }
      .content-box.content-box_transparent {
        margin: 0;
        padding: 26px 10px 20px; } }

.page-title {
  text-align: center;
  margin: 0 0 90px; }
  .page-title .sub-title {
    display: block;
    font-size: 18px;
    color: #535151;
    margin: 0 0 8px; }
  .page-title h2 {
    font-size: 36px;
    margin: 0;
    font-weight: normal; }
  @media all and (max-width: 767px) {
    .page-title {
      margin: 0 0 50px; }
      .page-title .sub-title {
        font-size: 14px; }
      .page-title h2 {
        font-size: 22px; } }

.calc-box {
  margin: 0 0 54px;
  position: relative;
  min-height: 634px; }
  @media all and (min-width: 1025px) {
    .calc-box .tab-content {
      display: block !important;
      position: static !important; } }
  @media all and (max-width: 1024px) {
    .calc-box {
      padding-right: 120px; } }
  @media all and (max-width: 767px) {
    .calc-box {
      padding-right: 0;
      min-height: 434px; } }

.calc-settings {
  float: left;
  width: 330px;
  margin: 0 40px 0 0; }
  @media all and (max-width: 1249px) {
    .calc-settings {
      margin-right: 20px; } }
  @media all and (max-width: 1024px) {
    .calc-settings {
      display: none;
      margin: 0; } }
  @media all and (max-width: 767px) {
    .calc-settings {
      height: auto;
      width: auto;
      max-width: 100%; } }

.calc-aside {
  float: right;
  width: 330px;
  margin-left: 40px; }
  .calc-aside .title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 22px; }
  .calc-aside p {
    margin: 0;
    color: #535151; }
  @media all and (max-width: 1249px) {
    .calc-aside {
      margin-left: 20px; } }
  @media all and (max-width: 1024px) {
    .calc-aside {
      float: none;
      margin: 0;
      width: auto; } }

.calc-preview {
  position: relative;
  width: 634px; }
  .calc-preview .change-view_mobile {
    position: absolute;
    top: 0;
    right: 40px;
    color: #fff;
    font-weight: bold;
    width: 34px;
    height: 34px;
    background: #535050;
    border-radius: 50%;
    line-height: 34px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center; }
  .calc-preview .calc-preview-frame {
    height: 646px;
    width: 634px;
    position: relative;
    text-align: center; }
    .calc-preview .calc-preview-frame:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 318px;
      background: url(../images/bg-preview.png) 0 100%;
      content: ''; }
    .calc-preview .calc-preview-frame:before {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      content: '';
      width: 0;
      margin: 0 -4px 0 0; }
  .calc-preview img {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  @media all and (max-width: 767px) {
    .calc-preview {
      margin: 0 -30px; }
      .calc-preview .calc-preview-frame {
        height: 434px; }
      .calc-preview .change-view_mobile {
        display: block; } }

.calc-steps {
  margin: 0;
  text-align: justify; }
  .calc-steps:after {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    content: ''; }
  .calc-steps > li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px; }
    .calc-steps > li.param-select {
      position: relative; }
      .calc-steps > li.param-select.popup-active .param-popup {
        opacity: 1;
        right: -58px; }
    .calc-steps > li > a {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
      padding-bottom: 5px;
      border-bottom: 2px solid transparent; }
      .calc-steps > li > a.active {
        border-bottom: 2px solid #1eaeee;
        color: #1eaeee; }
      .calc-steps > li > a:hover {
        text-decoration: none; }
  .calc-steps .number {
    border-bottom: 1px dashed #1eaeee; }
  .calc-steps .param-popup {
    position: absolute;
    bottom: 7px;
    right: -9999px;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s;
    display: block !important;
    z-index: 20; }
    .calc-steps .param-popup .number {
      border-bottom: 1px solid #c7ebfb; }
  @media all and (max-width: 1024px) {
    .calc-steps {
      max-width: 330px; }
      .calc-steps .select-opener {
        position: relative; }
        .calc-steps .select-opener:before {
          position: absolute;
          top: 50%;
          right: -20px;
          background: url(../images/dots.png) no-repeat 0 0/100% 100%;
          width: 4px;
          height: 16px;
          content: '';
          margin-top: -10px; } }
  @media all and (max-width: 767px) {
    .calc-steps {
      padding-right: 40px; }
      .calc-steps .param-popup {
        right: auto;
        left: -9999px; }
      .calc-steps > li {
        width: 50%;
        margin: 0 -4px 0 0; }
        .calc-steps > li.param-select.popup-active .param-popup {
          opacity: 1;
          right: auto;
          left: -20px; }
        .calc-steps > li > a {
          font-size: 10px;
          width: 80px; } }

.param-list li {
  margin-top: 15px;
  padding: 0 38px 0 0;
  position: relative; }
  .param-list li:first-child {
    margin-top: 0; }

.param-list .delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f3f3f3;
  text-align: center;
  line-height: 23px; }
  .param-list .delete:before {
    content: 'x';
    font-weight: bold;
    font-size: 10px; }
  .param-list .delete:hover {
    text-decoration: none; }

.param-list .title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 2px solid transparent;
  color: #1eaeee;
  line-height: 16px;
  padding-top: 4px;
  white-space: nowrap; }
  .param-list .title:hover {
    text-decoration: none; }

@media all and (max-width: 767px) {
  .param-list .title {
    font-size: 10px;
    width: 80px;
    white-space: normal;
    border-bottom: 0;
    padding-top: 0; } }

.settings-box {
  max-width: 280px;
  height: 568px; }
  .settings-box .section-title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 22px; }
  @media all and (max-width: 1024px) {
    .settings-box {
      max-width: 100%; } }
  @media all and (max-width: 767px) {
    .settings-box {
      height: 348px; } }

.options-list {
  padding-bottom: 22px;
  margin-right: -28px; }
  .options-list:last-child {
    padding-bottom: 0; }
  .options-list li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin: 0 26px 20px 0; }
  .options-list a {
    display: block; }
    .options-list a.active .image {
      position: relative; }
      .options-list a.active .image:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        border: 5px solid #00a3e3; }
  .options-list .image {
    margin: 0 0 8px; }
    .options-list .image img {
      width: 100%;
      height: auto;
      display: block; }
  .options-list .option-title {
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 0 5px; }

.calc-footer {
  text-align: center; }
  .calc-footer .next,
  .calc-footer .end-project,
  .calc-footer .cancel {
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding: 0 54px 0 0;
    position: relative;
    line-height: 34px;
    margin: 0 15px; }
    .calc-footer .next:after,
    .calc-footer .end-project:after,
    .calc-footer .cancel:after {
      position: absolute;
      top: 0;
      right: 0;
      background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      content: ''; }
    .calc-footer .next span,
    .calc-footer .end-project span,
    .calc-footer .cancel span {
      border-bottom: 1px solid #bfbfbf; }
    .calc-footer .next:hover,
    .calc-footer .end-project:hover,
    .calc-footer .cancel:hover {
      text-decoration: none; }
      .calc-footer .next:hover span,
      .calc-footer .end-project:hover span,
      .calc-footer .cancel:hover span {
        border-bottom: 1px solid transparent; }
  .calc-footer .cancel:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .calc-footer .btn-blue {
    margin: 0 15px; }
  @media all and (max-width: 767px) {
    .calc-footer .end-project,
    .calc-footer .cancel {
      margin: 0 5px 15px; }
    .calc-footer .btn-blue {
      margin: 0 5px; } }

.calc-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 634px;
  width: 100px;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10; }
  @media all and (max-width: 1024px) {
    .calc-menu {
      display: block !important; } }
  @media all and (max-width: 767px) {
    .calc-menu {
      right: -30px;
      width: 80px;
      height: 434px;
      transform: translateX(68px);
      transition: all 0.4s; } }

.tabset {
  width: 634px;
  height: 100px;
  overflow: hidden;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 266px 0 0 -267px; }
  .tabset li {
    width: 50%;
    float: left;
    height: 100px;
    padding: 37px 36px 0;
    position: relative; }
    .tabset li:before {
      position: absolute;
      left: -3px;
      top: 50%;
      margin-top: -6px;
      background: url(../images/separator.png) no-repeat 0 50%;
      width: 3px;
      height: 13px;
      content: ''; }
    .tabset li.active {
      display: none; }
  .tabset a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding-left: 38px;
    height: 21px;
    padding-top: 3px;
    font-weight: 500; }
    .tabset a:hover {
      text-decoration: none; }
    .tabset a span {
      border-bottom: 1px solid #d4d3d3; }
    .tabset a.tab1 {
      background: url(../images/ico-tab3.svg) no-repeat 8px 50%/21px 20px; }
    .tabset a.tab2 {
      background: url(../images/ico-tab1.svg) no-repeat 8px 50%/16px 17px; }
    .tabset a.tab3 {
      background: url(../images/ico-tab2.svg) no-repeat 8px 50%/21px 13px; }
  @media all and (max-width: 767px) {
    .tabset {
      width: 434px;
      height: 80px;
      margin: 177px 0 0 -178px; }
      .tabset li {
        padding: 24px 28px 0;
        height: 80px; }
      .tabset a {
        height: 32px;
        padding-left: 30px; }
        .tabset a.tab1 {
          background-position: 0 50%; }
        .tabset a.tab2 {
          background-position: 0 50%; }
        .tabset a.tab3 {
          background-position: 0 50%; } }

.calc-menu-opener {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 201px;
  right: -29px;
  background: #00b0f1 url(../images/bg-arrow.png) no-repeat 50% 50%;
  border-radius: 50%;
  z-index: 20;
  -moz-transform: translateX(0) rotate(-180deg);
  -ms-transform: translateX(0) rotate(-180deg);
  -webkit-transform: translateX(0) rotate(-180deg);
  -o-transform: translateX(0) rotate(-180deg);
  transform: translateX(0) rotate(-180deg);
  display: none;
  transition: all 0.4s; }
  @media all and (max-width: 767px) {
    .calc-menu-opener {
      display: block; } }

.calc-menu-active .calc-menu-opener {
  -moz-transform: rotate(0) translateX(-68px);
  -ms-transform: rotate(0) translateX(-68px);
  -webkit-transform: rotate(0) translateX(-68px);
  -o-transform: rotate(0) translateX(-68px);
  transform: rotate(0) translateX(-68px); }

.calc-menu-active .calc-menu {
  transform: translateX(0); }

.footer {
  padding: 52px 0 35px;
  margin: 0 auto;
  max-width: 924px; }
  .footer .address-col {
    float: left;
    width: 200px; }
  .footer .title {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 12px; }
  .footer address {
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: 500;
    color: #535151; }
  .footer .schedule-col {
    float: right;
    width: 160px;
    margin: 0 24px 0 0; }
    .footer .schedule-col .schedule {
      display: block;
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      color: #535151;
      margin: 0 0 12px; }
      .footer .schedule-col .schedule span {
        display: block; }
  .footer .contacts-col {
    padding: 30px 0 0;
    float: left; }
    .footer .contacts-col .phone,
    .footer .contacts-col .email {
      display: block;
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      color: #535151; }
    .footer .contacts-col .email {
      margin: 12px 0 0; }
  .footer .social-col {
    float: right;
    text-align: right; }
    .footer .social-col .copy {
      display: block;
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      color: #535151;
      margin: 0 0 16px; }
  .footer .cols-wrap {
    float: left;
    width: 484px; }
  @media all and (max-width: 1024px) {
    .footer {
      padding: 52px 40px 35px; }
      .footer .cols-wrap {
        width: 406px; }
      .footer .address-col {
        margin: 0 50px 0 0; }
      .footer .schedule-col {
        width: 120px; } }
  @media all and (max-width: 767px) {
    .footer {
      padding: 32px 20px 30px; }
      .footer .cols-wrap {
        width: 65%; }
      .footer .schedule-col {
        float: none;
        margin: 0 0 25px;
        width: auto; }
        .footer .schedule-col .schedule {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          margin: 0 -4px 0 0;
          padding: 0 10px 0 0;
          font-size: 10px; }
      .footer .address-col {
        width: auto;
        float: none;
        margin: 0 30px 0 0; }
      .footer .contacts-wrap {
        width: 35%;
        float: right; }
      .footer .contacts-col {
        margin: 0 0 28px auto;
        float: none;
        width: auto;
        max-width: 90px;
        padding-top: 24px; }
        .footer .contacts-col a:first-child {
          display: none; }
        .footer .contacts-col .phone {
          float: right;
          text-indent: -9999px;
          overflow: hidden;
          background: url(../images/ico-phone.svg) no-repeat 0 0/30px 30px;
          width: 30px;
          height: 30px; }
        .footer .contacts-col .email {
          float: left;
          text-indent: -9999px;
          overflow: hidden;
          background: url(../images/ico-email.svg) no-repeat 0 0/30px 30px;
          width: 30px;
          height: 30px;
          margin: 0; }
      .footer .social-col .copy {
        font-size: 10px;
        font-weight: 500;
        margin: 0 0 11px; } }

.social-list {
  margin: 0 0 0 -10px;
  position: relative; }
  .social-list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px; }
    .social-list li:first-child img {
      width: 22px;
      height: 14px; }
  .social-list img {
    display: block;
    width: 21px;
    height: 21px; }
    .social-list img:hover {
      opacity: 0.9; }
  @media all and (max-width: 767px) {
    .social-list {
      position: relative;
      z-index: 1; }
      .social-list img {
        height: 30px;
        width: 30px; }
      .social-list li {
        margin-left: 19px; }
        .social-list li:first-child {
          margin: 0; }
          .social-list li:first-child img {
            width: 32px;
            height: 20px; } }

.calc-box .calc-aside,
.calc-box .calc-settings {
  max-width: 300px; }

@media all and (min-width: 1025px) {
  .calc-box {
    display: table;
    width: 100%; }
    .calc-box .calc-settings {
      display: table-cell !important;
      width: auto !important;
      margin: 0;
      padding-right: 20px;
      float: none;
      vertical-align: top; }
    .calc-box .calc-aside {
      display: table-cell !important;
      width: auto !important;
      margin: 0;
      padding-left: 20px;
      vertical-align: top; }
    .calc-box .calc-preview {
      display: table-cell !important;
      float: none;
      vertical-align: top;
      position: relative !important;
      left: 0 !important;
      top: 0 !important; } }

@media all and (max-width: 1249px) {
  .calc-box .calc-preview {
    width: 300px !important;
    overflow: hidden; }
    .calc-box .calc-preview .calc-preview-frame {
      margin: 0 -75px 0 -75px; }
      .calc-box .calc-preview .calc-preview-frame img {
        max-width: 80%;
        width: auto;
        height: auto; } }

@media all and (max-width: 1024px) {
  .calc-box .calc-preview {
    width: auto !important;
    max-width: 600px;
    overflow: hidden; }
    .calc-box .calc-preview .calc-preview-frame {
      margin: 0 -175px 0 -95px; }
  .calc-box .calc-aside,
  .calc-box .calc-settings {
    max-width: 100%;
    width: auto; } }

@media all and (max-width: 767px) {
  .calc-box .calc-preview .calc-preview-frame {
    margin: 0;
    width: auto; }
    .calc-box .calc-preview .calc-preview-frame img {
      max-width: 90%;
      height: auto;
      width: auto; } }

.size-form {
  margin: 0 0 46px; }
  .size-form .text {
    width: 112px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid #1eaeee;
    text-align: center;
    padding: 1px 10px 0;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
    float: left; }
  .size-form .value {
    float: left;
    line-height: 34px;
    font-weight: bold;
    font-size: 10px; }
  @media all and (max-width: 767px) {
    .size-form .text {
      font-weight: normal; } }

.details-list {
  padding-bottom: 69px; }
  .details-list li {
    margin: 0 0 20px; }
  .details-list .image {
    float: left;
    width: 40px;
    margin: 0 20px 0 0; }
    .details-list .image img {
      display: block;
      width: 100%;
      height: auto; }
  .details-list .text-box {
    overflow: hidden; }
    .details-list .text-box:before {
      display: inline-block;
      vertical-align: middle;
      height: 40px;
      content: '';
      width: 0;
      margin: 0 0 0 0; }
    .details-list .text-box .name {
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
      margin-top: -23px; }
  .details-list .number {
    float: right;
    line-height: 40px;
    font-size: 30px;
    margin-left: 20px; }
    .details-list .number:before {
      content: 'x';
      line-height: 40px;
      display: inline-block;
      vertical-align: top;
      font-weight: bold;
      font-size: 10px;
      margin: 0 5px 0 0; }
  @media all and (max-width: 1249px) {
    .details-list .image {
      margin: 0 10px 0 0; }
    .details-list .number {
      margin-left: 10px; } }
  @media all and (max-width: 767px) {
    .details-list {
      padding-right: 10px; } }

.total-row {
  border-top: 1px solid #e8e8e8;
  padding-top: 29px;
  margin: 0 0 65px; }
  .total-row .label {
    font-weight: bold;
    line-height: 30px;
    float: left; }
  .total-row .sum {
    float: right;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px; }

.total-footer .btn-blue {
  padding: 0 15px;
  float: right;
  font-size: 12px;
  margin-right: -15px; }

.total-footer .econom-info {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  float: left;
  max-width: 103px;
  color: #000; }
  .total-footer .econom-info span {
    border-bottom: 1px solid #bfbfbf; }
  .total-footer .econom-info:hover {
    text-decoration: none; }
    .total-footer .econom-info:hover span {
      border-bottom: 1px solid transparent; }

@media all and (max-width: 1249px) {
  .total-footer .econom-info {
    display: block;
    float: none;
    margin: 0 0 15px;
    max-width: 100%; }
  .total-footer .btn-blue {
    float: none; } }

@media all and (max-width: 767px) {
  .total-footer .econom-info {
    float: left;
    margin: 0 10px 0 0;
    max-width: 110px; }
  .total-footer .btn-blue {
    float: right; } }

.modal-window {
  background: #fff;
  width: 810px;
  padding: 45px 130px 49px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19);
  display: none; }
  .modal-window h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 36px; }
  .modal-window .modal-form {
    max-width: 395px;
    margin: 0 auto; }
    .modal-window .modal-form .btns-wrap {
      text-align: center;
      padding: 47px 0 0; }
    .modal-window .modal-form .btn-blue {
      border: 0;
      cursor: pointer; }
    .modal-window .modal-form .close {
      margin: 0 34px 0 0; }
    .modal-window .modal-form .file {
      margin: 0 34px 0 0;
      line-height: 34px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 500;
      color: #000; }
      .modal-window .modal-form .file span {
        border-bottom: 1px solid #bfbfbf; }
      .modal-window .modal-form .file:hover {
        text-decoration: none; }
  .modal-window .close {
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #000; }
    .modal-window .close span {
      border-bottom: 1px solid #bfbfbf; }
    .modal-window .close:hover {
      text-decoration: none; }
      .modal-window .close:hover span {
        border-bottom: 1px solid transparent; }
  @media all and (max-width: 1024px) {
    .modal-window {
      width: 500px;
      padding: 25px 30px 29px; }
      .modal-window h3 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 24px; }
      .modal-window .modal-form .btns-wrap {
        padding-top: 16px;
        margin: 0 -20px; }
        .modal-window .modal-form .btns-wrap .close {
          margin: 0 15px 0 0;
          font-size: 10px; }
      .modal-window.news-modal {
        width: 700px; } }
  @media all and (max-width: 767px) {
    .modal-window {
      width: 320px; }
      .modal-window.news-modal {
        width: 320px;
        padding: 25px 50px 29px; }
        .modal-window.news-modal .modal-news-box {
          margin: -25px -50px; }
          .modal-window.news-modal .modal-news-box .text-box {
            padding: 25px 50px; } }

.custom-fancy-news .fancybox-prev {
  left: 22px; }

.custom-fancy-news .fancybox-next {
  right: 22px; }

@media all and (max-width: 1249px) {
  .fancybox-prev span {
    left: -50px !important; }
    .fancybox-prev span:after {
      display: none; } }

@media all and (max-width: 767px) {
  .fancybox-prev span {
    left: -17px !important; } }

@media all and (max-width: 1249px) {
  .fancybox-next span {
    right: -50px !important; }
    .fancybox-next span:after {
      display: none; } }

@media all and (max-width: 767px) {
  .fancybox-next span {
    right: -17px !important; } }

.h_center {
  text-align: center; }

.text-field {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 2px solid #00a3e3;
  height: 42px;
  min-width: 90px;
  transition: all 0.3s;
  padding: 0 0 2px;
  color: #535151;
  font-weight: 500;
  border-radius: 0; }
  .text-field:focus {
    padding-top: 19px; }
  .text-field:disabled, .text-field.disabled {
    cursor: default;
    color: #8f9399;
    background: #f2f3f4;
    border-color: #7a7a7a; }
  .text-field.text-field-unbordered {
    border: 0; }
  @media all and (max-width: 767px) {
    .text-field {
      transition: none; } }

.text-field-holder {
  position: relative;
  margin: 0 0 25px; }
  .text-field-holder.overflow {
    overflow: hidden; }
  .text-field-holder label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    color: #1f2229;
    white-space: nowrap;
    z-index: 1;
    transition: all 0.3s;
    font-weight: 500;
    cursor: text; }
  .text-field-holder .error-text {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #f5d3d8;
    color: #d92b48;
    padding: 10px 19px;
    font-size: 14px;
    overflow: hidden;
    min-width: 100px;
    display: none;
    z-index: 3;
    margin: 0; }
  .text-field-holder.text-focused .image-wrap {
    opacity: 1; }
  .text-field-holder.text-focused label,
  .text-field-holder.text-active label {
    font-size: 10px;
    line-height: 16px;
    color: #1eaeee;
    font-weight: bold;
    text-transform: uppercase; }
  .text-field-holder.text-active .text-field {
    padding-top: 19px; }
  .text-field-holder.text-active .image-wrap {
    opacity: 1; }
  .text-field-holder.text-error .text-field {
    border-color: #d92b48;
    background: #ffeff1; }
  .text-field-holder.text-error:before {
    position: absolute;
    top: 19px;
    right: 14px;
    background: url(../images/ico-check02.png) no-repeat;
    width: 22px;
    height: 22px;
    content: ''; }
  .text-field-holder.text-error.text-focused .error-text {
    display: block; }
  .text-field-holder.text-error .image-wrap {
    display: none; }
  .text-field-holder.text-yellow-error .text-field {
    border-color: #dabe02; }
  .text-field-holder .image-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.6;
    font-size: 28px; }
    .text-field-holder .image-wrap .image {
      border: 2px solid #000;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: block; }
  .text-field-holder .ico {
    position: absolute;
    top: 11px;
    right: 20px;
    font-size: 32px;
    line-height: 32px;
    text-decoration: none; }
  @media all and (max-width: 767px) {
    .text-field-holder .error-text {
      width: 100%; }
    .text-field-holder label {
      transition: none; } }

.content-cols {
  margin: 0 -118px 0 0; }
  .content-cols.single-box {
    margin: 0;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 118px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 118px;
    /* Firefox */
    column-gap: 118px; }
  .content-cols.content-cols_contacts .column:first-child {
    width: 40%; }
  .content-cols.content-cols_contacts .column:last-child {
    width: 60%; }
  .content-cols .column {
    width: 50%;
    float: left;
    padding: 0 118px 0 0; }
  .content-cols .marked-link {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    border: 0;
    color: #000; }
    .content-cols .marked-link:hover {
      border: 0;
      text-decoration: none; }
  .content-cols p {
    color: #535151;
    line-height: 18px;
    margin: 0 0 28px; }
    .content-cols p a {
      border-bottom: 1px solid #bfbfbf;
      color: #000; }
      .content-cols p a:hover {
        border-bottom: 1px solid transparent;
        text-decoration: none; }
    .content-cols p b {
      color: #000; }
    .content-cols p:last-child {
      margin: 0; }
  .content-cols h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 16px; }
    .content-cols h4 a {
      color: #000; }
  .content-cols .list-title {
    color: #000;
    font-weight: bold;
    display: block;
    padding: 0 0 0 42px;
    margin: 0 0 16px;
    line-height: 18px; }
  @media all and (max-width: 1024px) {
    .content-cols {
      margin-right: -50px; }
      .content-cols .column {
        padding-right: 50px; }
      .content-cols.single-box {
        margin: 0;
        -webkit-column-gap: 50px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 50px;
        /* Firefox */
        column-gap: 50px; } }
  @media all and (max-width: 767px) {
    .content-cols {
      margin: 0; }
      .content-cols .column {
        width: 100%;
        margin-bottom: 28px;
        padding: 0; }
        .content-cols .column:last-child {
          margin-bottom: 0; }
      .content-cols.content-cols_contacts .column:first-child {
        width: 100%; }
      .content-cols.content-cols_contacts .column:last-child {
        width: 100%; }
      .content-cols.single-box {
        margin: 0;
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0;
        /* Firefox */
        column-gap: 0; } }

.bulleted-list {
  padding: 0 0 14px 42px; }
  .bulleted-list:last-child {
    padding-bottom: 0; }
  .bulleted-list li {
    margin: 0 0 16px;
    line-height: 18px;
    position: relative; }
    .bulleted-list li:before {
      position: absolute;
      top: 7px;
      left: -42px;
      content: '';
      width: 14px;
      height: 1px;
      background: #40baea; }

.map-holder {
  height: 630px; }
  @media all and (max-width: 767px) {
    .map-holder {
      height: 300px; } }

.contacts-list {
  margin: 0;
  line-height: 18px;
  color: #535151;
  padding-bottom: 24px; }
  .contacts-list dt {
    display: block;
    font-weight: bold; }
  .contacts-list dd {
    display: block;
    margin: 0 0 16px; }
    .contacts-list dd span {
      display: block; }
  .contacts-list address {
    font-style: normal; }

.contact-form {
  max-width: 395px; }
  .contact-form .btns-wrap {
    text-align: center;
    padding: 30px 0 0; }
  .contact-form .btn-blue {
    border: 0;
    cursor: pointer; }
  .contact-form .file {
    margin: 0 34px 0 0;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #000; }
    .contact-form .file span {
      border-bottom: 1px solid #bfbfbf; }
    .contact-form .file:hover {
      text-decoration: none; }
      .contact-form .file:hover span {
        border-bottom: 1px solid transparent; }
  @media all and (max-width: 1024px) {
    .contact-form .file {
      font-size: 12px;
      margin: 0 10px 0 0; } }
  @media all and (max-width: 767px) {
    .contact-form {
      max-width: 100%; }
      .contact-form .file {
        margin: 0 15px 15px;
        font-size: 12px; }
      .contact-form .btns-wrap {
        padding: 10px 0 0; } }

.seo-text {
  max-width: 1160px;
  margin: 0 auto;
  padding: 52px 50px 0; }
  .seo-text h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 28px; }
  .seo-text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 20px;
    color: #535151; }
  .seo-text .opener {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-decoration: underline;
    /*
		&:before {
			position: absolute;
			top: 0;
			left: 50%;
			width: 32px;
			height: 32px;
			content: '';
			border-radius: 50%;
			background: #fff;
			box-shadow: 0 5px 10px rgba(0,0,0,0.3);
			content: '+';
			font-size: 18px;
			font-weight: bold;
			line-height: 36px;
			margin-left: -16px;
		}
*/ }
    .seo-text .opener:hover {
      text-decoration: none; }
    .seo-text .opener em {
      font-style: normal;
      display: none; }
  .seo-text.expanded .opener em {
    display: inline; }
  .seo-text.expanded .opener span {
    display: none; }
  @media all and (max-width: 1249px) {
    .seo-text {
      max-width: 200%;
      padding: 52px 50px 0;
      margin: 0 20px; } }
  @media all and (max-width: 1024px) {
    .seo-text {
      margin: 0;
      padding: 52px 40px 0; } }
  @media all and (max-width: 767px) {
    .seo-text {
      margin: 0;
      padding: 42px 20px 0; } }

.promo-box {
  max-width: 940px;
  position: relative;
  margin: 0 auto 140px; }
  .promo-box .pattern1 {
    position: absolute;
    top: -80px;
    right: -250px;
    background: url(../images/pattern1.png) no-repeat;
    width: 381px;
    height: 246px; }
  .promo-box .pattern2 {
    position: absolute;
    top: 376px;
    left: 443px;
    background: url(../images/pattern2.png) no-repeat;
    width: 270px;
    height: 245px; }
  .promo-box .pattern3 {
    position: absolute;
    top: 85px;
    left: -357px;
    background: url(../images/pattern3.png) no-repeat;
    width: 213px;
    height: 352px; }
  .promo-box .pattern4 {
    position: absolute;
    top: 343px;
    right: -465px;
    background: url(../images/pattern4.png) no-repeat;
    width: 249px;
    height: 234px; }
  .promo-box:before {
    position: absolute;
    bottom: 0;
    left: -138px;
    right: -138px;
    height: 320px;
    content: '';
    background: url(../images/bg-preview.png); }
  .promo-box .image {
    float: left;
    position: relative;
    z-index: 3;
    width: 60%; }
    .promo-box .image img {
      max-width: 100%;
      width: auto;
      height: auto;
      display: block; }
  .promo-box .text-box {
    float: right;
    padding: 77px 0 0;
    max-width: 374px;
    width: 40%;
    position: relative;
    z-index: 5; }
    .promo-box .text-box h1 {
      font-size: 36px;
      line-height: 46px;
      font-weight: normal;
      margin: 0 0 30px; }
      .promo-box .text-box h1 a {
        color: #00a3e3;
        border-bottom: 1px solid #7fd1f1;
        font-weight: bold; }
        .promo-box .text-box h1 a:hover {
          text-decoration: none;
          border-bottom: 1px solid transparent; }
  @media all and (max-width: 1024px) {
    .promo-box .text-box {
      padding-right: 30px; } }
  @media all and (max-width: 767px) {
    .promo-box {
      margin: 0 0 58px;
      padding: 0 20px; }
      .promo-box:before {
        top: 110px;
        bottom: auto;
        height: 160px; }
      .promo-box .pattern1,
      .promo-box .pattern2,
      .promo-box .pattern3,
      .promo-box .pattern4 {
        display: none; }
      .promo-box .image {
        float: none;
        width: auto;
        height: 272px;
        margin: 0 0 20px; }
        .promo-box .image img {
          margin: 0 auto;
          max-height: 100%; }
      .promo-box .text-box {
        float: none;
        width: auto;
        padding: 0; }
        .promo-box .text-box h1 {
          font-size: 22px;
          line-height: 28px;
          margin: 0 0 20px; } }

.more {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #000;
  line-height: 16px;
  position: relative;
  padding: 9px 53px 8px 0; }
  .more span {
    border-bottom: 1px solid #bfbfbf; }
  .more:before {
    position: absolute;
    top: 0;
    right: 0;
    background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    content: ''; }
  .more:hover {
    text-decoration: none; }
    .more:hover span {
      border-bottom: 1px solid transparent; }
  @media all and (max-width: 767px) {
    .more {
      font-size: 10px; }
      .more:hover span {
        border-bottom: 1px solid #bfbfbf; } }

.info-wrap {
  margin: 0 0 90px; }
  @media all and (max-width: 767px) {
    .info-wrap {
      margin: 0; } }

.info-box {
  max-width: 924px;
  background: #fff;
  padding: 63px 0 0 52px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  margin: 0 auto 300px; }
  .info-box:last-child {
    margin-bottom: 0; }
  .info-box .text-box {
    overflow: hidden;
    min-height: 260px;
    position: relative;
    z-index: 3; }
    .info-box .text-box h2 {
      font-size: 36px;
      line-height: 46px;
      margin: 0 0 40px;
      font-weight: normal; }
  .info-box .image {
    float: right;
    width: 560px;
    height: 385px;
    position: relative; }
    .info-box .image:before {
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../images/bg-preview.png);
      content: '';
      width: 360px;
      height: 320px; }
    .info-box .image .image-large {
      position: absolute;
      left: 110px;
      bottom: 76px;
      z-index: 3;
      box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19); }
    .info-box .image .image-small {
      position: absolute;
      left: 72px;
      top: -95px;
      z-index: 2;
      box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19); }
    .info-box .image img {
      display: block; }
  .info-box.info-box_image-left {
    padding: 63px 52px 0 0;
    text-align: right; }
    .info-box.info-box_image-left .image {
      float: left; }
      .info-box.info-box_image-left .image:before {
        top: -63px;
        left: auto;
        right: 0; }
      .info-box.info-box_image-left .image .image-large {
        right: 110px;
        left: auto; }
      .info-box.info-box_image-left .image .image-small {
        left: -225px; }
    .info-box.info-box_image-left .text-box {
      text-align: right;
      padding-left: 20px; }
  .info-box .info-link {
    font-weight: bold;
    line-height: 18px;
    color: #000;
    display: inline-block;
    vertical-align: top; }
    .info-box .info-link span {
      border-bottom: 1px solid #bfbfbf; }
    .info-box .info-link:hover {
      text-decoration: none; }
      .info-box .info-link:hover span {
        border-bottom: 1px solid transparent; }
  @media all and (max-width: 1024px) {
    .info-box .text-box {
      min-height: 50px;
      margin: 0 0 35px; }
      .info-box .text-box h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 20px; }
    .info-box .info-link {
      font-size: 10px; }
    .info-box .image {
      width: 420px; } }
  @media all and (max-width: 767px) {
    .info-box {
      padding: 0 20px 45px;
      margin-bottom: 103px;
      margin-left: -10px;
      margin-right: -10px;
      position: relative; }
      .info-box:before {
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(../images/bg-preview.png);
        content: '';
        width: 160px;
        height: 318px; }
      .info-box .image {
        float: none;
        height: 368px;
        margin: 0;
        width: auto; }
        .info-box .image:before {
          display: none; }
        .info-box .image .image-small {
          top: 0;
          left: 0; }
        .info-box .image .image-large {
          left: 30px;
          top: 88px; }
          .info-box .image .image-large img {
            height: 228px;
            width: auto; }
      .info-box .text-box {
        overflow: hidden;
        padding: 0 0 0 70px;
        margin: 0 0 25px;
        text-align: left; }
      .info-box .more {
        margin-left: 70px; }
      .info-box.info-box_image-left {
        text-align: left;
        padding: 0 20px 45px; }
        .info-box.info-box_image-left:before {
          left: auto;
          right: 0; }
        .info-box.info-box_image-left .image {
          width: 100%; }
          .info-box.info-box_image-left .image .image-small {
            left: auto;
            right: 20px; }
          .info-box.info-box_image-left .image .image-large {
            right: 60px; }
        .info-box.info-box_image-left .text-box {
          text-align: left;
          padding: 0 60px 0 10px;
          margin: 0 0 25px; }
        .info-box.info-box_image-left .more {
          margin-left: 10px; }
      .info-box .info-link:hover {
        text-decoration: none; }
        .info-box .info-link:hover span {
          border-bottom: 1px solid #bfbfbf; } }

.catalog-sort {
  max-width: 922px;
  margin: 0 auto 0; }
  .catalog-sort .popup-wrap {
    position: relative; }
    .catalog-sort .popup-wrap h3 {
      display: none; }
  .catalog-sort .sort-view {
    width: 258px;
    float: right;
    position: relative; }
    .catalog-sort .sort-view .sizes-info {
      float: right;
      width: 85px; }
      .catalog-sort .sort-view .sizes-info .title {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin: 0 0 7px; }
    .catalog-sort .sort-view.popup-active {
      z-index: 5; }
      .catalog-sort .sort-view.popup-active .popup {
        left: -20px;
        margin-left: 0;
        opacity: 1; }
    .catalog-sort .sort-view .sizes-list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 7px 0; }
    .catalog-sort .sort-view .sizes-list a {
      color: #535151;
      font-weight: bold;
      border-bottom: 1px solid #d4d3d3;
      font-size: 10px; }
      .catalog-sort .sort-view .sizes-list a:hover {
        text-decoration: none;
        border-bottom: 1px solid transparent; }
      .catalog-sort .sort-view .sizes-list a.active {
        color: #1eaeee;
        border-bottom: 1px solid #c7ebfb; }
    .catalog-sort .sort-view .popup {
      width: 284px;
      display: block;
      position: absolute;
      top: 0;
      left: -20px;
      margin-left: -9999px;
      background: #fff;
      padding: 16px 20px 5px;
      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.19);
      opacity: 0;
      transition: opacity 0.4s;
      display: block !important; }
      .catalog-sort .sort-view .popup:before {
        position: absolute;
        top: 50%;
        left: 55%;
        background: url(../images/separator02.png) no-repeat;
        width: 2px;
        height: 41px;
        margin-top: -21px;
        content: ''; }
      .catalog-sort .sort-view .popup .main-view {
        float: left;
        width: 130px; }
        .catalog-sort .sort-view .popup .main-view li {
          margin: 0 0 12px; }
      .catalog-sort .sort-view .popup .close {
        position: absolute;
        right: 21px;
        bottom: 21px;
        color: #535151;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        border-bottom: 1px solid #d4d3d3; }
        .catalog-sort .sort-view .popup .close:hover {
          text-decoration: none;
          border-bottom: 1px solid transparent; }
  .catalog-sort .category-view {
    float: left;
    width: 650px;
    position: relative; }
    .catalog-sort .category-view .popup {
      position: absolute;
      top: 0;
      left: -20px;
      background: #fff;
      padding: 16px 20px 5px;
      width: 730px;
      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.19);
      opacity: 0;
      transition: opacity 0.4s;
      display: block !important;
      margin-left: -9999px; }
    .catalog-sort .category-view.popup-active {
      z-index: 5; }
      .catalog-sort .category-view.popup-active .popup {
        opacity: 1;
        left: -20px;
        margin-left: 0; }
  .catalog-sort h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 18px; }
  .catalog-sort .main-view {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold; }
    .catalog-sort .main-view li {
      display: inline-block;
      vertical-align: top;
      margin: 0 25px 20px 0; }
    .catalog-sort .main-view a {
      text-decoration: none;
      border-bottom: 1px solid #d4d3d3; }
      .catalog-sort .main-view a.active {
        color: #1eaeee;
        border-bottom: 1px solid #c7ebfb; }
      .catalog-sort .main-view a:hover {
        text-decoration: none;
        color: #1eaeee;
        border-bottom: 1px solid transparent; }
  .catalog-sort .popup-opener {
    display: none; }
  .catalog-sort .popup-close {
    display: none; }
  @media all and (min-width: 1025px) {
    .catalog-sort.fixed-sort {
      position: static !important; } }
  @media all and (max-width: 1024px) {
    .catalog-sort {
      position: relative;
      z-index: 10;
      padding: 19px 50px 0;
      margin: 0 -20px;
      max-width: 200%; }
      .catalog-sort.fixed-sort {
        height: 60px;
        background: #fff;
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15); }
        .catalog-sort.fixed-sort .popup {
          top: 0px; }
      .catalog-sort .close-wrap {
        display: none !important; }
      .catalog-sort .news-sort h3 {
        display: block; }
      .catalog-sort .news-sort .popup-wrap > .main-view {
        display: block; }
      .catalog-sort h3 {
        display: none; }
      .catalog-sort .popup-close {
        position: absolute;
        top: 25px;
        right: 53px;
        width: 20px;
        height: 20px;
        display: block; }
        .catalog-sort .popup-close:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 3px;
          background: #00a5e6;
          content: '';
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #00a5e6; }
        .catalog-sort .popup-close:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 3px;
          background: #00a5e6;
          content: '';
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #00a5e6; }
      .catalog-sort .popup-wrap {
        position: static; }
        .catalog-sort .popup-wrap h3 {
          display: block; }
        .catalog-sort .popup-wrap > .main-view {
          display: none; }
      .catalog-sort .popup-opener {
        display: block; }
      .catalog-sort .category-view {
        width: auto;
        position: static; }
        .catalog-sort .category-view .popup-opener {
          background: url(../images/ico-sort.svg) no-repeat 50% 50%/19px 19px;
          width: 40px;
          height: 40px;
          margin: -10px; }
        .catalog-sort .category-view .popup {
          width: auto;
          left: 0;
          padding: 22px 30px 5px 50px; }
        .catalog-sort .category-view.popup-active .popup {
          left: -0px;
          right: 0px;
          z-index: 10; }
      .catalog-sort .sort-view {
        width: auto;
        position: static; }
        .catalog-sort .sort-view .popup-opener {
          width: 40px;
          height: 40px;
          position: relative;
          display: block;
          z-index: 0;
          margin: -10px; }
          .catalog-sort .sort-view .popup-opener span {
            display: block;
            width: 20px;
            position: relative;
            top: 9px;
            background: #535050;
            height: 3px;
            margin: 0 auto; }
          .catalog-sort .sort-view .popup-opener:before {
            width: 12px;
            height: 3px;
            content: '';
            position: absolute;
            top: 16px;
            right: 10px;
            background: #535050; }
          .catalog-sort .sort-view .popup-opener:after {
            width: 6px;
            height: 3px;
            content: '';
            position: absolute;
            top: 23px;
            right: 10px;
            background: #535050; }
        .catalog-sort .sort-view .popup {
          width: auto;
          left: 0;
          padding: 22px 30px 5px 50px; }
          .catalog-sort .sort-view .popup:before {
            margin-top: 0;
            left: 200px; }
          .catalog-sort .sort-view .popup .sizes-info {
            float: left;
            margin-left: 70px; }
          .catalog-sort .sort-view .popup .close {
            display: none; }
        .catalog-sort .sort-view.popup-active .popup {
          left: auto;
          right: 0;
          width: 400px; } }
  @media all and (max-width: 767px) {
    .catalog-sort {
      padding: 19px 40px 0; }
      .catalog-sort.fixed-sort {
        padding: 19px 40px 0; }
        .catalog-sort.fixed-sort .popup {
          margin-top: 10px; }
      .catalog-sort .category-view .popup {
        width: auto;
        left: 0;
        padding: 22px 40px 5px 40px;
        top: -16px; }
        .catalog-sort .category-view .popup .popup-close {
          top: 10px;
          right: 30px;
          width: 40px;
          height: 40px; }
          .catalog-sort .category-view .popup .popup-close:before, .catalog-sort .category-view .popup .popup-close:after {
            top: 20px;
            left: 10px; }
      .catalog-sort .popup-close {
        right: 30px; }
      .catalog-sort .sort-view h3 {
        margin: 0 0 31px; }
      .catalog-sort .sort-view .popup {
        width: auto;
        left: 0;
        top: -16px;
        padding: 49px 37px 5px 38px; }
        .catalog-sort .sort-view .popup:before {
          margin-top: 14px;
          left: 55%; }
        .catalog-sort .sort-view .popup .popup-close {
          top: 35px;
          right: 30px;
          width: 40px;
          height: 40px; }
          .catalog-sort .sort-view .popup .popup-close:before, .catalog-sort .sort-view .popup .popup-close:after {
            top: 20px;
            left: 10px; }
        .catalog-sort .sort-view .popup .sizes-info {
          float: right;
          margin: 0; }
          .catalog-sort .sort-view .popup .sizes-info .title {
            margin: 0 0 17px; }
        .catalog-sort .sort-view .popup .sizes-list li {
          margin-bottom: 14px; }
        .catalog-sort .sort-view .popup .close {
          display: none; }
        .catalog-sort .sort-view .popup .main-view li {
          margin: 0 0 21px; } }
  @media all and (max-width: 767px) {
    .catalog-sort .sort-view.popup-active .popup {
      width: auto;
      left: 0;
      right: 0; } }

.catalog {
  margin: 0 -35px 0 0; }
  .catalog.catalog_small {
    margin: 0 -20px 0 0; }
  .catalog > li {
    width: 20%;
    padding: 0 20px 20px 0;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top; }
    .catalog > li:nth-child(5n+5) .more-popup {
      left: auto;
      right: 0;
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }
  .catalog.catalog_type .item-box > .image img {
    max-height: 500%;
    max-width: 500%;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle; }
  @media all and (max-width: 1249px) {
    .catalog > li {
      width: 33.33333%; }
      .catalog > li:nth-child(5n+5) .more-popup {
        left: 0;
        right: auto;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; }
      .catalog > li:nth-child(3n+3) .more-popup {
        left: auto;
        right: 0;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0; } }
  @media all and (min-width: 768px) {
    .catalog .slick-list {
      width: 100% !important;
      transform: none !important;
      padding: 0 !important;
      overflow: visible !important; }
    .catalog .slick-track {
      width: 100% !important;
      transform: none !important;
      overflow: visible; }
    .catalog .slick-slide {
      width: 33.33333% !important;
      height: auto;
      float: none;
      padding: 0 35px 40px 0;
      display: inline-block;
      vertical-align: top; } }
  @media all and (min-width: 1250px) {
    .catalog .slick-slide {
      width: 25% !important; } }
  @media all and (max-width: 767px) {
    .catalog {
      padding-bottom: 50px;
      margin: 0; }
      .catalog:last-child {
        padding-bottom: 0; }
      .catalog .slick-list {
        overflow: visible !important;
        padding: 0 !important; }
      .catalog .slick-slide {
        padding: 0 17px;
        width: 234px;
        outline: none; }
      .catalog > li {
        width: 33.33333%; }
        .catalog > li:nth-child(3n+3) .more-popup {
          left: 0;
          right: auto;
          -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          transform-origin: 0 0; }
        .catalog > li:nth-child(2n+2) .more-popup {
          left: auto;
          right: 0;
          -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; } }
  @media all and (max-width: 479px) {
    .catalog > li {
      width: 50%; } }

.item-box {
  height: 528px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.4s; }
  .item-box:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19); }
  .item-box .item-code {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 4px;
    white-space: nowrap; }
  .item-box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
  .item-box > .image {
    height: 216px;
    overflow: hidden;
    text-align: center; }
    .item-box > .image:before {
      display: inline-block;
      vertical-align: middle;
      content: '';
      margin: 0 -5px 0 0;
      width: 0;
      height: 100%; }
    .item-box > .image img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  .item-box > .text-box {
    padding: 27px 20px 0; }
    .item-box > .text-box .title {
      display: block;
      font-size: 18px;
      line-height: 23px;
      height: 92px;
      margin: 0 0 17px;
      color: #000;
      overflow: hidden; }
    .item-box > .text-box > .btns-wrap > .to-cart,
    .item-box > .text-box > .btns-wrap > .in-cart {
      background: url(../images/ico-cart02.svg) no-repeat 50% 50%/19px 19px;
      width: 40px;
      height: 40px;
      text-indent: -9999px;
      padding: 0;
      border-radius: 0;
      margin: -4px -10px -10px;
      float: left;
      position: relative; }
      .item-box > .text-box > .btns-wrap > .to-cart .number,
      .item-box > .text-box > .btns-wrap > .in-cart .number {
        background: #fff;
        height: 32px;
        width: 32px;
        position: absolute;
        top: -13px;
        right: -12px;
        border-radius: 50%;
        line-height: 34px;
        font-size: 12px;
        color: #1eaeee;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        text-indent: 0; }
    .item-box > .text-box .amount-wrap {
      margin: 0 auto;
      float: none;
      border-color: #1eaeee; }
    .item-box > .text-box .fullsize {
      float: right;
      background: url(../images/ico-fullsize.svg) no-repeat 50% 50%/14px 30px;
      width: 14px;
      height: 30px;
      width: 40px;
      height: 40px;
      margin: -5px -13px; }
    .item-box > .text-box .more-wrap {
      float: right; }
      .item-box > .text-box .more-wrap.popup-active .more-popup {
        transform: scale(1);
        opacity: 1; }
  .item-box .price-label {
    display: block;
    margin: 0 0 8px;
    font-weight: 500; }
  .item-box .price {
    display: block;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 26px; }
  .item-box .more-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 452px;
    background: #fff;
    padding: 0 58px 42px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19);
    z-index: 10;
    transition: all 0.4s;
    transform: scale(0);
    display: block !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0; }
    .item-box .more-popup:before {
      position: absolute;
      top: 265px;
      left: 0;
      right: 0;
      height: 317px;
      content: '';
      background: url(../images/bg-preview.png); }
    .item-box .more-popup .image {
      height: 300px;
      margin: 0 -58px 14px;
      position: relative;
      z-index: 5;
      text-align: center;
      overflow: hidden; }
      .item-box .more-popup .image img {
        display: inline-block;
        vertical-align: top;
        min-height: 300px;
        width: auto;
        height: auto;
        max-width: 100%; }
    .item-box .more-popup .text-box {
      position: relative;
      z-index: 4; }
      .item-box .more-popup .text-box h2 {
        font-size: 36px;
        line-height: 42px;
        font-weight: normal;
        margin: 0 0 51px; }
        .item-box .more-popup .text-box h2 a {
          color: #000; }
          .item-box .more-popup .text-box h2 a:hover {
            text-decoration: none; }
    .item-box .more-popup .to-cart,
    .item-box .more-popup .in-cart {
      float: right;
      position: relative;
      padding: 0 20px;
      margin-left: 20px; }
      .item-box .more-popup .to-cart .number,
      .item-box .more-popup .in-cart .number {
        background: #fff;
        height: 32px;
        width: 32px;
        position: absolute;
        top: -14px;
        right: -15px;
        border-radius: 50%;
        line-height: 34px;
        font-size: 12px;
        color: #1eaeee;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        text-indent: 0; }
    .item-box .more-popup .amount-wrap {
      float: right; }
    .item-box .more-popup .calc-link {
      float: left;
      line-height: 34px;
      font-weight: 500;
      color: #000; }
      .item-box .more-popup .calc-link:hover {
        text-decoration: none; }
        .item-box .more-popup .calc-link:hover span {
          border-bottom: 1px solid transparent; }
      .item-box .more-popup .calc-link span {
        border-bottom: 1px solid #bfbfbf; }
    .item-box .more-popup .close {
      position: absolute;
      bottom: 10px;
      right: 15px;
      background: url(../images/ico-fullsize.svg) no-repeat 50% 50%/14px 30px;
      width: 14px;
      height: 30px;
      width: 40px;
      height: 40px;
      margin: -5px -13px; }
  .item-box .amount-wrap {
    float: right;
    position: relative;
    z-index: 2; }
  @media all and (max-width: 1024px) {
    .item-box .box-link {
      display: block; }
    .item-box .btn-blue,
    .item-box .fullsize {
      position: relative;
      z-index: 2; }
    .item-box .more-popup .to-cart,
    .item-box .more-popup .in-cart {
      width: 75px;
      border-radius: 21px;
      background: #00b0f1 url(../images/ico-cart.svg) no-repeat 50% 50%/19px 19px;
      margin: 0 0 0 10px;
      text-indent: -9999px; }
      .item-box .more-popup .to-cart .number,
      .item-box .more-popup .in-cart .number {
        text-indent: 0;
        text-align: center; } }
  @media all and (max-width: 767px) {
    .item-box {
      height: 311px; }
      .item-box > .image {
        height: 120px; }
      .item-box > .text-box {
        padding: 16px 20px 16px; }
        .item-box > .text-box .title {
          font-size: 12px;
          line-height: 14px;
          height: 42px;
          margin: 0 0 10px;
          overflow: hidden; }
        .item-box > .text-box .to-cart {
          background: url(../images/ico-cart02.png) no-repeat;
          width: 19px;
          height: 19px;
          text-indent: -9999px;
          padding: 0;
          border-radius: 0; }
        .item-box > .text-box > .btns-wrap > .amount-wrap {
          display: none; }
      .item-box .item-code {
        font-size: 10px; }
      .item-box .price-label {
        font-size: 10px;
        margin: 0 0 2px; }
      .item-box .price {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 12px; }
      .item-box .more-popup {
        padding: 0 30px 25px;
        width: 260px; }
        .item-box .more-popup .image {
          margin: 0 -30px 14px;
          height: 150px; }
        .item-box .more-popup:before {
          top: 70px;
          height: 140px; }
        .item-box .more-popup .text-box h2 {
          font-size: 18px;
          line-height: 22px;
          max-height: 88px;
          height: auto;
          margin: 0 0 12px; }
        .item-box .more-popup .amount-wrap {
          float: left;
          height: 42px;
          line-height: 38px;
          border-radius: 21px;
          width: 107px;
          margin: 0 0 6px; }
          .item-box .more-popup .amount-wrap .plus,
          .item-box .more-popup .amount-wrap .minus {
            height: 38px;
            line-height: 38px; }
          .item-box .more-popup .amount-wrap .text {
            height: 38px;
            width: 46px; }
        .item-box .more-popup .to-cart,
        .item-box .more-popup .in-cart {
          height: 42px;
          width: 75px;
          border-radius: 21px;
          background: #00b0f1 url(../images/ico-cart.svg) no-repeat 50% 50%/19px 19px;
          margin: 0; }
          .item-box .more-popup .to-cart .number,
          .item-box .more-popup .in-cart .number {
            text-indent: 0; }
        .item-box .more-popup .calc-link {
          font-size: 10px;
          clear: both; }
        .item-box .more-popup .close {
          display: block;
          position: absolute;
          bottom: 20px;
          right: 19px;
          background: url(../images/ico-fuulsize.png) no-repeat;
          width: 14px;
          height: 15px; } }

.show-more {
  font-weight: bold;
  color: #000;
  font-size: 10px;
  text-decoration: underline; }
  .show-more:hover {
    text-decoration: none; }

.amount-wrap {
  width: 88px;
  height: 33px;
  border-radius: 17px;
  border: 2px solid #1eaeee; }
  .amount-wrap.amount-wrap_black {
    border-color: #000000; }
  .amount-wrap .text {
    border: 0;
    background: none;
    float: left;
    width: 28px;
    height: 29px;
    text-align: center;
    padding: 0 5px;
    font-weight: bold;
    font-size: 12px; }
  .amount-wrap .plus,
  .amount-wrap .minus {
    width: 28px;
    height: 29px;
    line-height: 29px;
    float: left;
    font-weight: bold;
    text-align: center; }
    .amount-wrap .plus:hover,
    .amount-wrap .minus:hover {
      text-decoration: none; }

.category-box {
  position: relative;
  height: 355px; }
  .category-box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .category-box:hover {
    z-index: 3; }
    .category-box:hover .amount {
      visibility: visible;
      opacity: 1;
      transform: translateY(15px); }
    .category-box:hover .more {
      visibility: visible;
      height: 40px;
      opacity: 1;
      margin: 0; }
    .category-box:hover .holder {
      height: 430px;
      box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19); }
    .category-box:hover .text-box {
      padding-top: 50px; }
  .category-box .holder {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    height: 355px;
    width: 100%;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: all 0.4s; }
  .category-box .image {
    overflow: hidden;
    height: 200px; }
    .category-box .image img {
      min-width: 100%;
      height: auto;
      display: block; }
  .category-box .text-box {
    padding: 30px 20px 28px 20px;
    position: relative;
    transition: all 0.4s; }
  .category-box .title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 0 0 19px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .category-box .amount {
    position: absolute;
    top: 0;
    left: 0;
    color: #535151;
    font-size: 14px;
    visibility: hidden;
    transform: translateY(-10px);
    top: 0;
    transition: all 0.4s;
    opacity: 0;
    left: 20px; }
    .category-box .amount span {
      color: #1eaeee; }
  .category-box .more {
    padding-top: 0;
    display: inline-block;
    margin: -20px 0 0;
    transition: all 0.4s;
    height: 0;
    opacity: 0; }
  @media all and (max-width: 1024px) {
    .category-box {
      height: auto; }
      .category-box:hover .holder {
        height: auto; }
      .category-box .amount {
        visibility: visible;
        height: auto !important;
        opacity: 1;
        transform: none !important;
        left: 30px;
        top: 10px; }
      .category-box .more {
        visibility: visible;
        height: auto;
        opacity: 1;
        margin: 0 !important; }
      .category-box .holder {
        position: static;
        min-height: 355px;
        height: auto;
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19); }
      .category-box .text-box {
        padding: 45px 30px 30px !important; }
      .category-box .image {
        height: 150px; }
        .category-box .image img {
          width: 100%;
          height: auto; } }
  @media all and (max-width: 767px) {
    .category-box .amount {
      font-size: 10px;
      top: 17px; } }

.catalog-slider .custom_paging {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  text-align: center; }
  .catalog-slider .custom_paging li {
    opacity: 0;
    display: none;
    transition: opacity 0.4s; }
    .catalog-slider .custom_paging li.slick-active {
      opacity: 1;
      display: block; }

.catalog-slider .slick-slide {
  outline: none; }

@media all and (max-width: 767px) {
  .catalog-slider {
    margin-top: 50px; }
    .catalog-slider .slick-current .category-box {
      box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19); } }

.steps-slider {
  text-align: center;
  margin: 0 0 60px; }
  .steps-slider > div {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px; }
  .steps-slider.slick-initialized > div {
    display: block;
    padding: 0; }
  .steps-slider .slick-slide {
    outline: none; }
  .steps-slider .step {
    white-space: nowrap;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 6px; }
    .steps-slider .step.active {
      border-bottom: 2px solid #1eaeee;
      color: #1eaeee; }
  @media all and (min-width: 768px) {
    .steps-slider .slick-slide {
      display: inline-block;
      vertical-align: top;
      float: none;
      padding: 0 20px; }
    .steps-slider .slick-track {
      width: auto !important;
      transform: none !important; } }
  @media all and (max-width: 767px) {
    .steps-slider {
      margin: 0 0 35px; }
      .steps-slider .slick-slide {
        padding: 0 20px; }
      .steps-slider .slick-list {
        overflow: visible; }
      .steps-slider .step {
        font-size: 10px; } }

.basket-table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 60px; }
  .basket-table td {
    padding: 10px 19px 10px 0; }
    .basket-table td:first-child {
      width: 32px; }
    .basket-table td:nth-child(2) {
      width: 119px; }
  .basket-table .image {
    width: 100px;
    height: 100px;
    background: #f3f3f3; }
    .basket-table .image img {
      width: 100%;
      height: auto;
      display: block; }
  .basket-table .number {
    font-weight: bold;
    font-size: 10px; }
  .basket-table .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #000; }
  .basket-table .add {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #000;
    text-decoration: underline; }
    .basket-table .add:hover {
      text-decoration: none; }
  .basket-table .price {
    font-size: 30px;
    display: block; }
    .basket-table .price span {
      font-size: 18px; }
  .basket-table .sum {
    font-size: 30px;
    display: block;
    font-weight: 500; }
    .basket-table .sum span {
      font-size: 18px; }
  .basket-table .delete {
    position: relative;
    padding: 0 0 0 41px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top; }
    .basket-table .delete:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    .basket-table .delete:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 32px;
      height: 32px;
      content: '+';
      font-weight: bold;
      font-size: 18px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      text-align: center;
      line-height: 36px; }
    .basket-table .delete span {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 10px;
      opacity: 0;
      transition: all 0.4s; }
    .basket-table .delete:hover {
      text-decoration: none; }
      .basket-table .delete:hover span {
        opacity: 1; }
  @media all and (max-width: 1024px) {
    .basket-table td:nth-child(2) {
      width: 59px; }
    .basket-table td:first-child {
      width: 30px; }
    .basket-table .image {
      width: 40px;
      height: 40px; }
    .basket-table .title {
      font-size: 9px;
      line-height: 11px; }
    .basket-table .add {
      font-size: 9px; }
    .basket-table .number {
      font-size: 9px; }
    .basket-table .price,
    .basket-table .sum {
      font-size: 22px;
      white-space: nowrap; }
      .basket-table .price span,
      .basket-table .sum span {
        font-size: 14px; }
    .basket-table .delete span {
      display: none; } }
  .basket-table .amount-number {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    position: relative;
    white-space: nowrap; }
    .basket-table .amount-number:before {
      display: inline-block;
      vertical-align: top;
      content: 'x';
      font-weight: bold;
      font-size: 9px;
      line-height: 22px;
      margin-right: 5px; }
  .basket-table .table-slide-opener {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px; }
    .basket-table .table-slide-opener.edit {
      background: url(../images/ico-edit.svg) no-repeat 0 0/15px 15px;
      width: 15px;
      height: 15px; }
    .basket-table .table-slide-opener.info {
      background: url(../images/ico-info.svg) no-repeat 0 0/15px 15px;
      width: 15px;
      height: 15px;
      margin-top: 3px; }
  @media all and (max-width: 767px) {
    .basket-table {
      margin: 0 0 30px; }
      .basket-table td {
        padding: 10px 10px 10px 0; }
        .basket-table td:first-child {
          width: 20px; }
        .basket-table td:nth-child(2) {
          width: 40px; }
        .basket-table td:last-child {
          padding-right: 0; }
        .basket-table td.hidden-td {
          width: 0;
          padding: 0; }
      .basket-table .image {
        width: 25px;
        height: 25px; }
      .basket-table .price,
      .basket-table .sum {
        font-size: 18px;
        line-height: 22px;
        white-space: nowrap;
        font-weight: 500; }
        .basket-table .price span,
        .basket-table .sum span {
          display: block;
          font-size: 18px; }
      .basket-table .price {
        font-size: 18px;
        font-weight: normal; }
        .basket-table .price span {
          display: block; }
      .basket-table .sum {
        text-align: right;
        font-weight: 500; }
      .basket-table .amount-wrap {
        width: 108px;
        height: 42px;
        border-width: 2px;
        border-color: #00b0f1;
        border-radius: 22px;
        margin: 0 auto; }
        .basket-table .amount-wrap .plus,
        .basket-table .amount-wrap .minus {
          width: 36px;
          height: 38px;
          line-height: 38px; }
        .basket-table .amount-wrap .text {
          width: 32px;
          height: 38px;
          padding: 0; }
      .basket-table .delete {
        padding: 40px 0 0;
        height: auto; }
        .basket-table .delete:before, .basket-table .delete:after {
          margin-left: -16px;
          left: 50%; }
        .basket-table .delete span {
          display: block !important;
          opacity: 1;
          font-size: 9px;
          line-height: 12px; }
      .basket-table .expanded .table-slide-opener {
        opacity: 0.5; }
      .basket-table table {
        border-collapse: collapse;
        padding: 0;
        margin: 0;
        width: 100%; }
        .basket-table table td:first-child, .basket-table table td:last-child {
          width: 10%; }
        .basket-table table td.delete-td {
          width: auto;
          text-align: center; } }

.basket-total {
  max-width: 330px;
  margin: 0 auto;
  border-top: 2px solid #1eaeee;
  padding: 25px 0 0; }
  .basket-total .label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    float: left; }
  .basket-total .price {
    float: right;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 35px; }
    .basket-total .price span {
      font-size: 18px; }
  .basket-total .btn-blue {
    display: block;
    text-align: center;
    clear: both; }
  @media all and (max-width: 767px) {
    .basket-total .label {
      font-size: 12px;
      line-height: 26px; }
    .basket-total .price {
      font-size: 22px;
      line-height: 26px;
      margin: 0 0 20px; }
      .basket-total .price span {
        font-size: 16px; } }

.order-cols {
  margin: 0 -95px 0 0;
  position: relative; }
  .order-cols .column {
    float: left;
    width: 50%;
    padding: 0 95px 0 0; }
    .order-cols .column:first-child {
      padding-bottom: 200px; }
  .order-cols .field-note {
    font-size: 12px;
    line-height: 16px;
    color: #535151;
    display: block;
    margin-top: -14px;
    font-weight: 500; }
  .order-cols .ur-opener {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 17px;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    margin: 0 0 20px;
    color: #000; }
    .order-cols .ur-opener:before {
      position: absolute;
      top: 3px;
      left: 0;
      content: '';
      width: 9px;
      height: 9px;
      border-radius: 50%;
      border: 2px solid #000; }
    .order-cols .ur-opener:hover {
      text-decoration: none; }
  .order-cols .ur-field {
    display: none; }
  .order-cols .ur-active .ur-opener:before {
    border-color: #1eaeee; }
  .order-cols .ur-active .ur-field {
    display: block; }
  .order-cols h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 18px; }
  .order-cols p {
    font-size: 12px;
    color: #535151;
    margin: 0 0 35px;
    font-weight: 500; }
    .order-cols p:last-child {
      margin: 0; }
    .order-cols p b {
      color: #000; }
  .order-cols .btns-wrap {
    text-align: center;
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 50%;
    padding: 0 95px 0 0; }
    .order-cols .btns-wrap .submit {
      border: 0;
      cursor: pointer;
      margin: 0 20px;
      vertical-align: middle; }
    .order-cols .btns-wrap .back {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      color: #000;
      text-decoration: underline;
      margin: 0 20px; }
      .order-cols .btns-wrap .back:hover {
        text-decoration: none; }
  @media all and (max-width: 1024px) {
    .order-cols {
      margin: 0 -50px 0 0; }
      .order-cols .column {
        padding: 0 50px 0 0; } }
  @media all and (max-width: 767px) {
    .order-cols {
      margin: 0; }
      .order-cols .column {
        width: 100%;
        padding-bottom: 30px;
        padding-right: 0; }
        .order-cols .column:first-child {
          padding-bottom: 50px; }
      .order-cols .btns-wrap {
        position: static;
        width: 100%;
        padding: 0; }
      .order-cols p {
        margin: 0 0 25px; } }

.tab-content .text-field-holder {
  margin: 0 0 45px; }

.order-tabs li {
  display: inline-block;
  vertical-align: top;
  margin-right: 34px;
  margin-bottom: 8px; }
  .order-tabs li:last-child {
    margin: 0; }

.order-tabs a {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 17px;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  color: #000; }
  .order-tabs a:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #000; }
  .order-tabs a:hover {
    text-decoration: none; }
  .order-tabs a.active:before {
    border-color: #1eaeee; }

.list-title {
  font-weight: 500;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #535151;
  margin: 0 0 2px; }

.bulleted-list_gray {
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 18px;
  padding-bottom: 0; }
  .bulleted-list_gray li {
    color: #535151;
    font-size: 12px;
    line-height: 18px;
    margin: 0; }
    .bulleted-list_gray li:before {
      background: #535151;
      left: -28px; }

.pages-list {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%; }
  .pages-list td {
    padding: 5px;
    border-bottom: 1px solid #eee; }
  .pages-list thead td {
    color: #000;
    font-weight: bold; }
  .pages-list tbody td {
    font-size: 13px; }
  .pages-list a {
    text-decoration: underline;
    color: #1eaeee; }
    .pages-list a:hover {
      text-decoration: none; }

.title-wrap {
  text-align: center; }
  .title-wrap h3 {
    font-size: 14px;
    margin: 0 0 20px;
    text-transform: uppercase; }

.breadcrumbs {
  max-width: 1050px;
  padding: 0 60px;
  margin: 0 auto 48px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }
  .breadcrumbs li {
    float: left;
    margin: 0 10px 2px 0;
    position: relative; }
  .breadcrumbs a {
    color: #000;
    text-decoration: underline;
    padding: 0 18px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .breadcrumbs a:before {
      position: absolute;
      top: 0;
      right: 0;
      content: '/'; }
    .breadcrumbs a:hover, .breadcrumbs a.active {
      color: #1eaeee; }
  @media all and (max-width: 1024px) {
    .breadcrumbs {
      padding: 0 40px; } }
  @media all and (max-width: 767px) {
    .breadcrumbs {
      padding: 0 10px;
      margin: 0 0 20px;
      font-size: 9px; } }

.item-title h1 {
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 22px; }

@media all and (max-width: 1024px) {
  .item-title:before {
    left: -40px;
    right: -40px; }
  .item-title h1 {
    font-size: 22px;
    line-height: 26px; } }

.item-info {
  position: relative; }
  .item-info:before {
    position: absolute;
    top: 215px;
    right: -50px;
    left: -50px;
    bottom: 0;
    background: url(../images/bg-preview.png);
    content: ''; }
  .item-info h1 {
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px; }
  .item-info p {
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    overflow: hidden; }
  .item-info .price-label {
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    clear: both; }
  .item-info .price {
    display: block;
    font-size: 36px;
    line-height: 36px;
    clear: both;
    margin: 0 0 18px; }
  .item-info .to-cart {
    float: left;
    position: relative;
    padding: 0 20px;
    margin-left: 20px; }
    .item-info .to-cart .number {
      background: #fff;
      height: 30px;
      width: 30px;
      position: absolute;
      top: -14px;
      left: -15px;
      border-radius: 50%;
      line-height: 32px;
      font-size: 12px;
      color: #1eaeee;
      text-align: center;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .item-info .in-cart {
    margin-left: 20px; }
  .item-info .calc-link {
    float: left;
    line-height: 34px;
    font-weight: 500;
    color: #000;
    margin: 0 26px 0 0; }
    .item-info .calc-link:hover {
      text-decoration: none; }
      .item-info .calc-link:hover span:hover {
        border-bottom: 1px solid transparent; }
    .item-info .calc-link span {
      border-bottom: 1px solid #bfbfbf; }
  .item-info .amount-wrap {
    float: left; }
  .item-info .text-box {
    overflow: hidden;
    padding: 0 0 0 50px;
    position: relative;
    z-index: 5; }
  .item-info .btns-wrap {
    margin: 0 0 41px; }
  .item-info h3 {
    font-size: 14px;
    text-transform: uppercase; }
  .item-info .item-title {
    display: block;
    clear: both; }
  .item-info .item-code {
    display: block;
    font-size: 12px;
    padding: 0 0 5px; }
  @media all and (max-width: 1024px) {
    .item-info:before {
      left: -40px;
      right: -40px;
      top: 433px;
      background-size: 60px 30px; }
    .item-info h1 {
      font-size: 22px;
      line-height: 26px; }
    .item-info p {
      font-size: 12px; }
    .item-info .price {
      clear: none;
      float: left;
      margin: 0; }
    .item-info .calc-link {
      float: right;
      margin: 0;
      line-height: 36px; }
    .item-info .to-cart {
      float: right;
      margin-top: 18px; }
    .item-info .amount-wrap {
      margin: 18px 30px 0 0;
      clear: left; }
    .item-info .btns-wrap {
      margin: 0 0 15px; }
    .item-info .text-box {
      padding-left: 30px; } }
  @media all and (max-width: 767px) {
    .item-info .text-box {
      padding: 0; }
    .item-info .price-label {
      font-size: 10px;
      font-weight: bold; }
    .item-info .price {
      font-size: 22px;
      line-height: 26px; }
    .item-info .calc-link {
      line-height: 26px;
      background: url(../images/ico-calc.svg) no-repeat 0 0/20px 20px;
      padding: 0 0 0 30px; }
    .item-info .btns-wrap {
      margin: 0; }
      .item-info .btns-wrap .btn-blue {
        height: 42px;
        border-radius: 21px;
        line-height: 44px;
        padding: 0 30px; }
    .item-info .amount-wrap {
      height: 42px;
      width: 106px;
      border-radius: 21px;
      margin-right: 10px; }
      .item-info .amount-wrap .plus,
      .item-info .amount-wrap .minus {
        height: 38px;
        line-height: 38px; }
      .item-info .amount-wrap .text {
        height: 38px;
        width: 46px; } }

.item-slider {
  width: 50%;
  margin: 0;
  float: left;
  position: relative;
  z-index: 5; }
  .item-slider .fancybox-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .item-slider > div {
    display: none; }
    .item-slider > div:first-child {
      display: block; }
  .item-slider .slick-slide {
    outline: none; }
  .item-slider img {
    display: block;
    width: 100%;
    height: auto; }
  @media all and (max-width: 1024px) {
    .item-slider {
      margin: 0;
      width: 40%; }
      .item-slider .slick-dots {
        bottom: 20px; }
        .item-slider .slick-dots li {
          margin: 0; }
          .item-slider .slick-dots li.slick-active button {
            background: #fff; }
        .item-slider .slick-dots button {
          border: 0;
          padding: 0;
          cursor: pointer;
          width: 6px;
          height: 6px;
          margin: 7px auto 0;
          text-indent: -9999px;
          overflow: hidden;
          font-size: 0;
          border-radius: 50%;
          border: 1px solid #fff; } }
  @media all and (max-width: 767px) {
    .item-slider {
      width: auto;
      margin: 0 -30px 25px !important;
      float: none; }
      .item-slider .fancybox-image {
        display: none; } }

.item-slider-nav {
  margin-right: 40px; }
  .item-slider-nav > div {
    float: left;
    margin: 0 30px 0 0; }
  .item-slider-nav.slick-initialized > div {
    float: none;
    margin: 0; }
  .item-slider-nav .slick-slide {
    width: 88px;
    margin: 0 30px 0 0;
    outline: none;
    opacity: 0.5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative; }
    .item-slider-nav .slick-slide img {
      width: 100%;
      height: auto;
      display: block; }
    .item-slider-nav .slick-slide.slick-current {
      opacity: 1; }
      .item-slider-nav .slick-slide.slick-current:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #1eaeee;
        content: ''; }
  .item-slider-nav .slick-prev {
    left: -20px;
    z-index: 10;
    width: 34px;
    height: 34px; }
    .item-slider-nav .slick-prev:before {
      background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
      width: 34px;
      height: 34px;
      display: block;
      content: '';
      border-radius: 50%;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      opacity: 1; }
    .item-slider-nav .slick-prev:hover:before {
      opacity: 0.9; }
    .item-slider-nav .slick-prev.slick-disabled {
      display: none !important; }
  .item-slider-nav .slick-next {
    background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
    width: 34px;
    height: 34px;
    z-index: 10;
    right: -20px;
    border-radius: 50%; }
    .item-slider-nav .slick-next:before {
      background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
      width: 34px;
      height: 34px;
      display: block;
      content: '';
      border-radius: 50%;
      opacity: 1; }
    .item-slider-nav .slick-next:hover:before {
      opacity: 0.9; }
    .item-slider-nav .slick-next.slick-disabled {
      display: none !important; }
  @media all and (max-width: 1024px) {
    .item-slider-nav {
      display: none; } }

.custom-fancy2 .fancybox-close,
.custom-fancy .fancybox-close,
.custom-fancy-news .fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .custom-fancy2 .fancybox-close:before,
  .custom-fancy .fancybox-close:before,
  .custom-fancy-news .fancybox-close:before {
    position: absolute;
    left: 11px;
    top: 15px;
    width: 10px;
    height: 2px;
    content: '';
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000; }
  .custom-fancy2 .fancybox-close:after,
  .custom-fancy .fancybox-close:after,
  .custom-fancy-news .fancybox-close:after {
    position: absolute;
    left: 11px;
    top: 15px;
    width: 10px;
    height: 2px;
    background: #000;
    content: '';
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.slide-text {
  margin: 0 0 28px; }
  .slide-text .opener {
    color: #00b0f1;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline; }
    .slide-text .opener:hover {
      text-decoration: none; }
    .slide-text .opener em {
      font-style: normal;
      display: none; }
  .slide-text.expanded .opener em {
    display: inline; }
  .slide-text.expanded .opener span {
    display: none; }

.basket-wishes {
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 0 0 40px; }

.show-more {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  /*
	&:before {
		position: absolute;
		top: 0;
		left: 50%;
		width: 32px;
		height: 32px;
		content: '';
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,0.3);
		content: '+';
		font-size: 18px;
		font-weight: bold;
		line-height: 36px;
		margin-left: -16px;
		text-align: center;
	}

	*/ }
  .show-more:hover {
    text-decoration: none; }

.grid .grid-column {
  padding-bottom: 19px; }

.grid .box {
  height: 300px;
  background: #f00; }

.grid .box2 {
  height: 400px;
  background: #f0f; }

.grid .box3 {
  height: 100px;
  background: #ff0; }

@media all and (max-width: 1024px) {
  .grid .grid-column {
    padding-bottom: 19px;
    position: static !important; } }

.news-box {
  background: #fff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  position: relative; }
  .news-box:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19); }
    .news-box:hover .title span {
      border-bottom: 1px solid transparent; }
  .news-box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .news-box .image {
    position: relative; }
    .news-box .image img {
      width: 100%;
      height: auto;
      display: block; }
    .news-box .image .play {
      position: absolute;
      top: 50%;
      left: 50%;
      background: url(../images/ico-play.png) no-repeat;
      width: 151px;
      height: 153px;
      margin: -45px 0 0 -75px; }
  .news-box .tag {
    position: absolute;
    top: 40px;
    left: 40px;
    background: #fff;
    height: 34px;
    line-height: 36px;
    border-radius: 17px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: bold;
    color: #1eaeee;
    text-transform: uppercase;
    z-index: 6; }
    .news-box .tag:hover {
      text-decoration: none; }
  .news-box .text-box {
    padding: 34px 40px; }
  .news-box .date {
    display: block;
    font-weight: bold;
    margin: 0 0 16px; }
  .news-box .title {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 35px;
    display: block;
    color: #000;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
    .news-box .title span {
      border-bottom: 1px solid #000; }
    .news-box .title:hover {
      text-decoration: none; }
      .news-box .title:hover span {
        border-bottom: 1px solid transparent; }
    .news-box .title:last-child {
      margin-bottom: 0; }
  .news-box .sub-title {
    display: block;
    font-weight: bold;
    margin: 0 0 14px; }
  .news-box p {
    margin: 0;
    line-height: 18px; }

.modal-news-box {
  margin: -45px -130px 0; }
  .modal-news-box .image {
    position: relative; }
    .modal-news-box .image img {
      display: block;
      width: 100%;
      height: auto; }
    .modal-news-box .image .tag {
      position: absolute;
      top: 40px;
      left: 40px;
      background: #fff;
      height: 34px;
      line-height: 36px;
      border-radius: 17px;
      padding: 0 18px;
      font-size: 12px;
      font-weight: bold;
      color: #1eaeee;
      text-transform: uppercase; }
    .modal-news-box .image:last-child {
      padding: 80px 0 30px; }
  .modal-news-box .print {
    position: absolute;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background: #fff url(../images/ico-print.svg) no-repeat 50% 50%/14px 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19); }
  .modal-news-box .text-box {
    padding: 35px 46px 30px; }
    .modal-news-box .text-box > img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 20px; }
  .modal-news-box .date {
    display: block;
    font-weight: bold;
    margin: 0 0 20px; }
  .modal-news-box .title {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 55px;
    display: block;
    color: #000;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
    .modal-news-box .title span {
      border-bottom: 1px solid #000; }
    .modal-news-box .title:hover {
      text-decoration: none; }
    .modal-news-box .title:last-child {
      margin-bottom: 0; }
  .modal-news-box .news-list-title {
    display: block;
    font-weight: bold;
    margin: 0 0 14px 42px; }
  .modal-news-box p {
    margin: 0 0 14px; }
    .modal-news-box p:last-child {
      margin: 0; }
  @media all and (max-width: 1024px) {
    .modal-news-box {
      margin: -25px -30px 0; }
      .modal-news-box .print {
        right: 20px;
        bottom: 20px; }
      .modal-news-box .image .tag {
        top: 20px;
        left: 20px; } }
  @media all and (max-width: 767px) {
    .modal-news-box .text-box {
      padding: 20px 25px; }
    .modal-news-box .title {
      font-size: 22px;
      line-height: 26px; } }

.review-link,
.experience-link {
  background: #fff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  height: 150px;
  text-align: center;
  display: table;
  width: 100%; }
  .review-link .label,
  .experience-link .label {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px 0 0; }
  .review-link .link-wrap,
  .experience-link .link-wrap {
    display: table-cell;
    vertical-align: middle; }
  .review-link .btn-blue,
  .experience-link .btn-blue {
    vertical-align: middle;
    white-space: nowrap; }
  @media all and (max-width: 1024px) {
    .review-link .label,
    .experience-link .label {
      font-size: 12px;
      text-align: left; } }
  @media all and (max-width: 767px) {
    .review-link,
    .experience-link {
      display: block;
      padding: 40px 20px;
      margin: 0 0 20px; }
      .review-link .label,
      .experience-link .label {
        display: block;
        margin: 0 0 20px; } }

.experience-link {
  background: #17a7e7; }
  .experience-link .label {
    color: #fff; }
  .experience-link .btn-blue {
    background: #fff;
    color: #17a7e7; }

.media-list {
  margin: 0 -20px 0 0;
  position: relative;
  z-index: 10; }
  .media-list .popup-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important; }
  .media-list .opener {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .media-list li {
    width: 20%;
    padding: 0 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    position: relative; }
    .media-list li.popup-active .opener {
      display: none; }
    .media-list li.popup-active .media-box {
      opacity: 1;
      left: 0; }
    .media-list li.popup-active .media-popup {
      opacity: 1;
      left: 100%;
      transform: translateX(0); }
    .media-list li.popup-active .popup-wrap {
      z-index: 10; }
    .media-list li.popup-active:nth-child(5n+4) .media-popup, .media-list li.popup-active:nth-child(5n+5) .media-popup {
      right: 100%; }
    .media-list li:nth-child(5n+4) .media-popup, .media-list li:nth-child(5n+5) .media-popup {
      left: auto;
      right: -9999px;
      transform: translateX(20px); }
    .media-list li:nth-child(5n+4) .play-wrap, .media-list li:nth-child(5n+5) .play-wrap {
      margin-right: 0;
      margin-left: -20px; }
  .media-list .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 20px; }
  .media-list img {
    width: 100%;
    height: auto;
    display: block; }
  .media-list .media-box {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19);
    opacity: 0;
    transition: opacity 0.4s;
    display: block !important; }
  .media-list .play-wrap {
    margin-right: -20px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 5; }
  .media-list .play {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/ico-play03.png) no-repeat;
    width: 102px;
    height: 104px;
    margin: -40px 0 0 -50px; }
    .media-list .play.play_image {
      background: url(../images/ico-play02.png) no-repeat; }
  @media all and (max-width: 1024px) {
    .media-list .play {
      background-size: 100% 100%;
      width: 76px;
      height: 78px;
      margin: -38px 0 0 -39px; }
      .media-list .play.play_image {
        background-size: 100% 100%; } }
  @media all and (max-width: 767px) {
    .media-list li {
      width: 33.333333%; }
      .media-list li:hover .media-popup {
        left: 0; }
      .media-list li:hover:nth-child(5n+4) .media-popup, .media-list li:hover:nth-child(5n+5) .media-popup {
        left: 0;
        right: auto; }
      .media-list li:hover:nth-child(3n+3) .media-popup {
        right: 0;
        transform: translateX(0);
        left: auto; }
      .media-list li:nth-child(5n+4) .media-popup, .media-list li:nth-child(5n+5) .media-popup {
        left: -9999px;
        right: auto;
        transform: translateX(0); }
      .media-list li:nth-child(5n+4) .play-wrap, .media-list li:nth-child(5n+5) .play-wrap {
        margin-right: -20px;
        margin-left: 0; }
      .media-list li:nth-child(3n+3) .media-popup {
        left: auto;
        right: -9999px;
        transform: translateX(20px); }
      .media-list li:nth-child(3n+3) .play-wrap {
        margin-right: 0;
        margin-left: -20px; } }
  @media all and (max-width: 479px) {
    .media-list li {
      width: 50%; }
      .media-list li .play {
        opacity: 0;
        transform: scale(0);
        transition: all 0.4s 0.2s; }
      .media-list li:hover .play {
        opacity: 1;
        transform: scale(1); }
      .media-list li:hover .media-popup {
        left: 0; }
      .media-list li:hover:nth-child(3n+3) .media-popup {
        left: 0;
        right: auto; }
      .media-list li:hover:nth-child(2n+2) .media-popup {
        right: 0;
        transform: translateX(0);
        left: auto; }
      .media-list li:nth-child(3n+3) .media-popup {
        left: -9999px;
        right: auto;
        transform: translateX(0); }
      .media-list li:nth-child(3n+3) .play-wrap {
        margin-right: -20px;
        margin-left: 0; }
      .media-list li:nth-child(2n+2) .media-popup {
        left: auto;
        right: -9999px;
        transform: translateX(20px); }
      .media-list li:nth-child(2n+2) .play-wrap {
        margin-right: 0;
        margin-left: -20px; } }

.media-popup {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 200%;
  z-index: 4;
  padding: 0 20px 0 0;
  opacity: 0;
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
  transform: translateX(-20px);
  display: block !important; }
  .media-popup .frame {
    padding: 70px 16px 58px 57px;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.19);
    position: relative; }
    .media-popup .frame:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 160px;
      content: '';
      background: url(../images/bg-preview.png); }
  .media-popup h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 32px;
    font-weight: normal;
    position: relative;
    z-index: 2; }
  .media-popup .amount {
    font-weight: bold;
    display: block;
    margin: 0 0 68px;
    position: relative;
    z-index: 2; }
    .media-popup .amount span {
      color: #1eaeee; }
  @media all and (max-width: 1249px) {
    .media-popup h2 {
      font-size: 24px;
      line-height: 30px; } }
  @media all and (max-width: 1024px) {
    .media-popup .frame {
      padding: 30px 16px 38px 27px; } }
  @media all and (max-width: 767px) {
    .media-popup {
      left: -9999px;
      top: 100%;
      margin-top: -20px; }
      .media-popup h2 {
        max-height: 120px;
        overflow: hidden; }
      .media-popup .amount {
        margin: 0 0 30px; } }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.catalog-sort-wrap {
  height: 60px; }

@media all and (max-width: 767px) {
  input, select, textarea {
    font-size: 16px !important;
    font-weight: normal; } }

@media all and (max-width: 767px) {
  input.submit,
  input[type="submit"] {
    font-size: 14px !important; } }

.news-modal {
  position: absolute;
  top: 0;
  left: -9999px;
  display: block !important; }

.custom-fancy-news .news-modal {
  position: static; }

.images-slider .slick-slide {
  outline: none; }

.images-slider .slick-prev {
  left: 10px;
  z-index: 10;
  width: 34px;
  height: 34px; }
  .images-slider .slick-prev:before {
    background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
    width: 34px;
    height: 34px;
    display: block;
    content: '';
    border-radius: 50%;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1; }
  .images-slider .slick-prev:hover:before {
    opacity: 0.9; }

.images-slider .slick-next {
  background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
  width: 34px;
  height: 34px;
  z-index: 10;
  right: 10px;
  border-radius: 50%; }
  .images-slider .slick-next:before {
    background: #1eaeee url(../images/bg-arrow.png) no-repeat 50% 50%;
    width: 34px;
    height: 34px;
    display: block;
    content: '';
    border-radius: 50%;
    opacity: 1; }
  .images-slider .slick-next:hover:before {
    opacity: 0.9; }

.text-scroll {
  max-height: 520px; }

/*# sourceMappingURL=all.css.map */