@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic,cyrillic-ext");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

button, a {
  cursor: pointer; }

a:hover, a:focus, a:focus:active {
  text-decoration: none;
  outline: none; }

input:hover, input:focus, input:focus:active, textarea:hover, textarea:focus, textarea:focus:active, button:hover, button:focus, button:focus:active, button:active:focus {
  outline: none !important; }

img {
  max-width: 100%; }

.col-1 {
  width: calc(100%/12);
  float: left; }

.col-2 {
  width: calc(100%/12*2);
  float: left; }

.col-3 {
  width: calc(100%/12*3);
  float: left; }

.col-4 {
  width: calc(100%/12*4);
  float: left; }

.col-5 {
  width: calc(100%/12*5);
  float: left; }

.col-6 {
  width: calc(100%/12*6);
  float: left; }

.col-7 {
  width: calc(100%/12*7);
  float: left; }

.col-8 {
  width: calc(100%/12*8);
  float: left; }

.col-9 {
  width: calc(100%/12*9);
  float: left; }

.col-10 {
  width: calc(100%/12*10);
  float: left; }

.col-11 {
  width: calc(100%/12*11);
  float: left; }

.col-12 {
  width: calc(100%/12*12);
  float: left; }

.off-1 {
  margin-left: calc(100%/12); }

.off-2 {
  margin-left: calc(100%/12*2); }

.off-3 {
  margin-left: calc(100%/12*3); }

.off-4 {
  margin-left: calc(100%/12*4); }

.off-5 {
  margin-left: calc(100%/12*5); }

.off-6 {
  margin-left: calc(100%/12*6); }

.off-7 {
  margin-left: calc(100%/12*7); }

.off-8 {
  margin-left: calc(100%/12*8); }

.off-9 {
  margin-left: calc(100%/12*9); }

.off-10 {
  margin-left: calc(100%/12*10); }

.off-11 {
  margin-left: calc(100%/12*11); }

.off-12 {
  margin-left: calc(100%/12*12); }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

@media (max-width: 993px) {
  .col-993-4 {
    width: calc(100%/12*4); }

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

  .off-993-0 {
    margin-left: 0; } }
@media (max-width: 767px) {
  .col-767-12 {
    width: 100%; } }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%; }

.wrap {
  overflow-x: hidden; }

main {
  background: white; }

.content {
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

header {
  padding: 20px 0 0;
  background: white; }
  header .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px; position: relative; z-index: 2;}
  header .search {
    width: 323px;
    height: 34px;
    border: 3px solid #41739c;
    position: relative; }
    header .search input[type=search] {
      width: 100%;
      height: 30px;
      padding: 0 50px 0 20px;
      color: #787878;
      font-family: 'Arial', sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 25px; }
    header .search .btn {
      position: absolute;
      right: -2px;
      top: -2px;
      bottom: -2px; }
  header .address, header .time {
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: right; }
  header .call {
    text-align: right; }
    header .call a {
      color: #151515;
      font-family: "Open Sans";
      font-weight: 700;
      font-size: 20px;
      display: block; }
      header .call a .email {
        font-size: 18px;
        line-height: 24px; }
      header .call a:hover {
        color: #41739c; }
    header .call .btn {
      margin-top: 10px; }
  header nav {
    height: 63px;
    background-color: #41739c;
    position: relative; }
    header nav > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      z-index: 1;
      width: 100%; }
      header nav > ul > li {
        height: 63px;
        line-height: 63px; }
        header nav > ul > li > a {
          color: #ffffff;
          font-family: "Open Sans", sans-serif;
          font-size: 17px;
          font-weight: 400;
          line-height: 25px;
          text-transform: uppercase;
          padding: 5px 30px;
          position: relative; }
          header nav > ul > li > a:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            background: white;
            height: 100%; }
          header nav > ul > li > a:after {
            content: '';
            right: 0;
            position: absolute;
            bottom: 0;
            width: 0%;
            height: 1px;
            background: white;
            -webkit-transition: linear 0.2s;
            -moz-transition: linear 0.2s;
            -ms-transition: linear 0.2s;
            -o-transition: linear 0.2s;
            transition: linear 0.2s; }
          header nav > ul > li > a:hover {
            color: white; }
            header nav > ul > li > a:hover:after {
              width: 90%; }
        header nav > ul > li:nth-last-child(1) a:before {
          display: none; }
        header nav > ul > li:nth-last-child(1) a:after {
          right: auto;
          left: 0; }
        header nav > ul > li .sub-menu {
          position: absolute;
          top: 100%;
          width: 100%;
          background: white;
          left: 0;
          padding: 25px 25px 50px;
          display: none; }
          header nav > ul > li .sub-menu ul {
            -webkit-column-count: 4;
            -moz-column-count: 4;
            column-count: 4;
            -webkit-column-gap: 40px;
            -moz-column-gap: 40px;
            column-gap: 40px; }
            header nav > ul > li .sub-menu ul li {
              margin-bottom: 10px;
              height: auto;
              line-height: 1; }
              header nav > ul > li .sub-menu ul li a {
                color: #989898;
                font-family: 'Arial', sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 31px; }
                header nav > ul > li .sub-menu ul li a:hover {
                  color: #41739c; }
          header nav > ul > li .sub-menu .caption {
            color: #151515;
            font-family: 'Arial', sans-serif;
            font-size: 17px;
            font-weight: 700;
            line-height: 25px;
            margin-bottom: 35px; }
        header nav > ul > li:hover .sub-menu {
          display: block; }

/***
Buttons
 */
.btn-blue, .btn-black {
  background-color: #3c92ca;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent; }
  .btn-blue:hover, .btn-black:hover {
    background: white;
    border: 2px solid #41739c; }
  .btn-blue.btn-full, .btn-full.btn-black {
    padding: 7px 25px; }
    .btn-blue.btn-full i, .btn-full.btn-black i {
      font-size: 12px;
      margin-left: 10px;
      display: inline-block; }

.btn-black {
  background: black; }

.big-photo {
    position: relative;z-index: 1;
  margin-top: -50px;
  margin-bottom: 40px; }
  .big-photo .content {
    padding: 0 60px; background-color: rgba(0, 47, 118, 0.78); margin: 165px 0; width: 100%; max-width: 100%;}
   .big-photo .content .row{max-width: 1310px;margin: 0 auto;position: relative;padding: 0 20px;color: #fff; font-size: 20px;} 
  .big-photo h1 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 30px; margin-top: 1rem;}
  .big-photo h3 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .big-photo img {
            width: 100%;
     }
.big-photo ul{list-style: disc;margin-left: 1.2rem;}
.cool {
  margin-bottom: 60px; }
  .cool .content {
    padding: 0 125px; }
  .cool .item {
    position: relative;
    padding-bottom: 20px;
    color: #151515;
    font-family: 'Arial', sans-serif;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400; }
    .cool .item img {
      margin-bottom: 15px; }
    .cool .item span {
      font-size: 32px;
      font-weight: 700;
      display: block;
      margin-bottom: 10px; }
    .cool .item:after {
      width: 28px;
      height: 4px;
      background-color: #3c92ca;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0; }

section.box .title {
  color: #151515;
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 55px;
  text-align: center; }
section.box.gray {
  background-color: #f3f3f3;
  padding: 90px 0; }
section.box p {
  color: #151515;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px; }
section.box .btn-blue, section.box .btn-black {
  padding-left: 40px;
  padding-right: 40px; }

.slider-catalog {
  padding-bottom: 72px;
  margin-bottom: 55px; }
  .slider-catalog .item {
    width: 330px;
    height: 500px;
    box-shadow: 0 0 21px rgba(34, 30, 31, 0.14);
    background-color: #ffffff;
    text-align: center;
    margin: 0 40px 20px;
    display: block; }
    .slider-catalog .item .img {
      height: 317px;
      overflow: hidden; }
      .slider-catalog .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .slider-catalog .item .name {
      padding: 35px 45px 25px;
      color: #151515;
      font-family: 'Arial', sans-serif;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      line-height: 25px; height: 110px;}
    .slider-catalog .item .btn {
      padding-left: 40px;
      padding-right: 40px; }
      .slider-catalog .item .btn i {
        font-size: 9px; }
  .slider-catalog .slider-prev {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -40px;
    cursor: pointer; }
  .slider-catalog .slider-next {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    cursor: pointer; }

.what-mu-left, .what-mu-center, .what-mu-right {
  color: #151515;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 80px;
  position: relative; }
  .what-mu-left .mu-inner, .what-mu-center .mu-inner, .what-mu-right .mu-inner {
    background: white;
    position: relative;
    z-index: 2;
    padding: 0 10px 0 0; display: inline-block;}
    .mu-inner p, section.box .mu-inner p{ margin: 0; padding: 0;}
    .what-mu-left .mu-inner:after, .what-mu-center .mu-inner:after, .what-mu-right .mu-inner:after {
      width: 10px;
      height: 10px;
      background-color: #3d92cb;
      border-radius: 50%;
      right: -10px;
      top: 50%;
      margin-top: -5px;
      content: '';
      position: absolute; }

.what-mu-center {
  text-align: center; }
  .what-mu-center .mu-inner {
    padding: 0 10px; }
    .what-mu-center .mu-inner:before {
      width: 10px;
      height: 10px;
      background-color: #3d92cb;
      border-radius: 50%;
      left: -10px;
      top: 50%;
        margin-top: -5px;
      content: '';
      position: absolute; }

.what-mu-right {
  text-align: right; }
  .what-mu-right .mu-inner {
    padding: 0 0 0 10px; }
    .what-mu-right .mu-inner:before {
      width: 10px;
      height: 10px;
      background-color: #3d92cb;
      border-radius: 50%;
      left: -10px;
      top: 50%;
        margin-top: -5px;
      content: '';
      position: absolute; }
    .what-mu-right .mu-inner:after {
      display: none; }

.section-what .content:after {
  height: 1px;
  right: 20px;
  z-index: 1;
  background: #3d92cb;
  content: '';
  position: absolute;
  top: 49%;
  left: 20px;
  margin-top: 5px; }

footer {
  background-color: #353535;
  padding: 70px 25px 40px; }
  footer .copy {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 34px; }
  footer a {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-bottom: 5px; }
    footer a:hover {
      color: #41739c; }
  footer .address {
    text-align: right; }
    footer .address p {
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      font-weight: 400; }
  footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 30px; }
  footer .menu {
    text-align: center; }
    footer .menu a {
      display: inline-block;
      margin: 0 35px; }

main.catalog .big-photo {
  background: url("../img/catalog.png") no-repeat center top/cover ; }
main.catalog .catalog-box {
  padding: 25px 0 85px; }
  main.catalog .catalog-box .btn {
    display: block;
    margin-bottom: 15px;
    width: 202px; }
main.catalog h2 {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #0a0a0a;
  margin-bottom: 40px; }
  main.catalog h2 span {
    color: #c9c9c9;
    margin-left: 20px; }
main.catalog .category {
  margin-bottom: 40px; padding-right: 10px; margin-right: 10px; border-right: 1px solid #41739c;}
  main.catalog .category li {
    margin-bottom: 15px; }
    main.catalog .category li a {
      font-family: 'Arial', sans-serif;
      font-size: 15px;
      color: #151515;
      font-weight: 400;
      line-height: 20px; }
      main.catalog .category li a span {
        color: #c3c3c3; }
      main.catalog .category li a:hover {
        color: #41739c; }
main.catalog .sort {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  padding-right: 20px;
  color: #2b2b2b;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  background: url("../img/plus.png") no-repeat right center; }
  main.catalog .sort label {
    float: left;
    margin-right: 5px;
    color: #2b2b2b;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; }
  main.catalog .sort ul {
    width: 160px !important;
    left: auto !important;
    right: 0 !important;
    background: white;
    padding: 0 20px 10px; }
main.catalog .list-items .item {
  height: 396px;
  box-shadow: 0 0 21px rgba(34, 30, 31, 0.14);
  background-color: #ffffff;
  width: calc(100%/3 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  display: block; }
  main.catalog .list-items .item:nth-child(3n+3) {
    margin-right: 0; }
  main.catalog .list-items .item .img {
    height: 250px;
    overflow: hidden; }
    main.catalog .list-items .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  main.catalog .list-items .item .name {
    color: #151515;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 30px 20px 20px; 
        height: 94px;
    overflow: hidden;
    text-overflow: ellipsis;}
  main.catalog .list-items .item .btn {
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }
main.catalog .one-item .img-order {
  float: left;
  margin: 0 25px 25px 0; }
  main.catalog .one-item ul, .mce-content-body ul {position: relative;
  margin: 15px 0 15px 20px;  list-style: disc;}
  main.catalog .one-item ol, .mce-content-body ol {margin: 15px 0 15px 20px;  list-style: decimal;}
  main.catalog .one-item h3, .mce-content-body h3 {
  line-height: 45px;}
  main.catalog .one-item .img-order .btn{
    margin: 5px auto;
  }
  main.catalog .one-item img.table {
    float: none; }
main.catalog .one-item p, .mce-content-body  p{
  color: #151515;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px; }
  main.catalog .one-item p.strong, .mce-content-body p.strong {
    font-weight: 700; }

main.contact {
  position: relative;
  z-index: 0; }
  main.contact #map {
    height: 700px;
    margin-top: -50px; }
  main.contact .info {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
    width: 650px;
    top: 30px;
    left: 50%;
    margin-left: -655px;
    padding: 60px; }
    main.contact .info .title {
      color: #151515;
      font-family: 'Arial', sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 30px; }
    main.contact .info .text .name {
      font-family: 'Arial', sans-serif;
      font-size: 15px;
      line-height: 25px;
      color: #335fff;
      font-weight: 700;
      margin-top: 20px; }
    main.contact .info .text p {
      color: #151515;
      font-weight: 400;
      font-family: 'Arial', sans-serif;
      font-size: 15px;
      line-height: 25px; }

.mob-menu {
  display: none; }

.backdoor {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none; }

.left-panel .rul {
  display: none; }

@media (max-width: 1280px) {
  header .search {
    display: none; }

  header nav > ul > li > a {
    font-size: 15px; }

  .big-photo h1 {
    line-height: 1.3; }

  main.catalog .sort {
    background: url(../img/plus.png) no-repeat 95% center; }

  main.catalog .list-items .item {
    height: 415px; }

  main.catalog .category li a {
    font-size: 13px; }

  main.contact .info {
    left: 0;
    margin-left: 0; } }
@media (max-width: 1130px) {
  header nav > ul > li > a {
    padding: 5px 20px; }

  .slider-catalog .item .img {
    height: 215px; }

  .slider-catalog .item .name {
    padding: 35px 25px 25px; height: auto;}

  .slider-catalog .item {
    height: 420px; }

  main.catalog h2 {
    font-size: 12px; }

  .big-photo .content {
    padding: 165px 60px 25px 60px; }

  main.catalog .list-items .item .name {
    padding: 30px 20px 20px; } }
@media (max-width: 992px) {
  .mob-menu {
    display: block!important;
    font-size: 30px;
    color: white;
    position: absolute;
    top: 160px;
    left: 20px;
    z-index: 3; }

  header nav > ul {
    position: fixed;
    width: 260px;
    background: white;
    top: 0;
    height: 100%;
    left: -260px;
    display: block;
    padding: 20px;
    padding-left: 25px;
    z-index: 5; }
    header nav > ul li {
      height: 40px;
      line-height: 40px; }
      header nav > ul li a {
        color: #41739c;
        font-size: 14px; }

  header .address {
    position: absolute;
    top: 130px;
    z-index: 2;
    color: white;
    left: 100px;
    right: 20px;
    text-align: center; }

  .big-photo img {
    display: none; }

  .big-photo .content {
    padding: 60px 20px; }

  section.box.gray {
    text-align: center; }
    section.box.gray img {
      margin-top: 40px; }

  footer .menu a {
    margin: 0 15px; }

  main.catalog .list-items .item {
    width: calc(100%/2 - 20px); }

  main.catalog .list-items .item:nth-child(3n+3) {
    margin-right: 20px; }

  main.catalog .list-items .item:nth-child(2n+2) {
    margin-right: 0; }

  main.catalog .sort {
    position: relative;
    margin-bottom: 20px;
    margin-top: -20px; }

  main.contact .info {
    width: 500px; }
    main.contact .info .title {
      font-size: 26px; }

  main.catalog .one-item img {
    float: none; } }
@media (max-width: 767px) {
  .cool .content {
    padding: 0 20px; }

  .cool .item {
    text-align: center; }

  .cool .item:after {
    left: 50%;
    margin-left: -14px; }

  .what-mu-left span:after, .what-mu-center span:after, .what-mu-right span:after, .what-mu-center span:after, .what-mu-right span:after, .what-mu-center span:before, .what-mu-right span:before {
    display: none; }

  .what-mu-left, .what-mu-center, .what-mu-right, .what-mu-center, .what-mu-right {
    text-align: center; }

  footer .content {
    display: block;
    text-align: center; }

  footer .address {
    text-align: center; }

  footer .menu a {
    margin: 0 10px;
    font-size: 14px; }

  .left-panel {
    position: absolute;
    width: 250px;
    background: white;
    z-index: 2;
    padding: 20px;
    left: -250px; }
    .left-panel .rul {
      display: block;
      position: absolute;
      top: -3px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      right: -30px;
      background: white;
      z-index: 2;
      color: #41739c;
      font-size: 24px; }

  .list-items {
    padding-left: 30px; }

  main.catalog h2, main.catalog .sort {
    margin-left: 30px; }

  main.contact .info {
    position: static;
    width: 100%;
    padding: 20px; }

  .big-photo h1 {
    font-size: 24px; }

  .one-item {
    padding: 30px; } }
@media (max-width: 590px) {
  header .content {
    display: block;
    text-align: center !important; }

  header .address {
    font-size: 14px;
    top: 215px; }

  header .time {
    text-align: center; }

  header .call {
    text-align: center; }

  .mob-menu {
    top: 300px; }

  .big-photo h1 {
    font-size: 26px;
    text-align: center; }

  .big-photo h3 {
    font-size: 14px;
    text-align: center; }

  footer .menu {
    display: none; }

  header .address {
    left: 55px;
    line-height: 16px;
    font-size: 10px;
    top: 225px; }

  .big-photo .content {
    padding-bottom: 160px; }

  .big-photo {
    margin-bottom: -40px; } }
@media (max-width: 480px) {
  .cool .item span {
    font-size: 26px; }

  .slider-catalog .item {
    margin: 0 10px 20px; }

  .what-mu-left, .what-mu-center, .what-mu-right, .what-mu-center, .what-mu-right {
    margin-bottom: 20px; }

  .section-what .content:after {
    display: none; }

  .big-photo .content {
    padding-bottom: 160px; }

  main.catalog .list-items .item {
    width: calc(100% - 20px); }
  header .address{
    display: none;
  }

  .slick-slide{
    height: 700px;
  }

  .cool{
    margin-top: 100px;
  }

  main.catalog .one-item .img-order{
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */
.content-tables table tr:nth-child(odd ) , .mce-content-body  table tr:nth-child(odd ){background-color: #eee;}
.content-tables table tr td, .mce-content-body  table tr td{
    vertical-align: middle;
    padding: 5px 15px;
    border: 2px solid #000;
    font-weight: 500;
    font-size: 105%;
}
.content-tables table tr td:first-of-type, .mce-content-body  table tr td:first-of-type{
    padding: 5px 3px;
}
.content-tables table tr:hover td, .mce-content-body table tr:hover td{
    background: #3c92ca;
    color: #FFF;
}
.content-tables table tr:hover td *{
    color: #FFF;
}
.form-group label sup{
    font-size: 70%;
    color: #f00;
}
.big-photo .slick-dots{
    text-align: center;
}
.big-photo .slick-dots li{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #333;
    
}
.has-submenu .submenu{
    display: none;
    transition: all .5s;
}
.has-submenu .submenu.active, main.catalog .category .has-submenu.active > .submenu{
    display: block;
    padding: 10px 0 0 10px;
}
main.catalog .category .has-submenu .submenu li{
        margin-bottom: 10px;
}
main.catalog .category .has-submenu .submenu li a{
    color: #666;
}
main.catalog .category li.active > a{
  color: #41739c !important;
}
.big-photo .slick-arrow{
    width: 3rem;
    height: 3rem;
    position: absolute;
    font-size: 1rem;
    color: #fff;
    top: 48%;
    z-index: 99;
    cursor: pointer;
    line-height: 3rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.big-photo .slick-arrow.slider-prev{
    left: 1rem;
}
.big-photo .slick-arrow.slider-next{
    right: 1rem;
}

.content-tables table + p{
  clear: both;
}

main.catalog .one-item table p{
  margin:5px;  
}

.btn-orange{
  /*background: #ff4d0e;*/
  background: red;
  border-radius: 3px;
}

.btn-orange:hover{
  background: #ff4d0e;
  /*background: #fe7751;*/
  border: 2px solid transparent;
  color: #fff;
}