html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

@font-face {
  font-family: 'Arkhip_font';
  src: url("/content/fonts/Arkhip_font.eot");
  src: url("/content/fonts/Arkhip_font.eot") format("embedded-opentype"), url("/content/fonts/Arkhip_font.woff2") format("woff2"), url("/content/fonts/Arkhip_font.woff") format("woff"), url("/content/fonts/Arkhip_font.ttf") format("truetype"), url("/content/fonts/Arkhip_font.svg#Arkhip_font") format("svg"); }

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

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

.clearfix:after {
  clear: both; }

html {
  height: 100%; }

body {
  font-family: Arial, sans-serif;
  color: #000;
  background: #fff;
  height: 100%; }

.body-bg {
  /*background-color: #ffeff4;*/

  background: url(/content/images/bg.png) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  

}

.content-wrapper {
  width: 1175px;
  margin: 0 auto; }

.main-content {
  min-height: 100%;
  margin-bottom: -112px; }

.main-content:after {
  content: "";
  display: block; }

.main-footer, .main-content:after {
  height: 112px; }

.header-btn {
  text-decoration: none;
  display: inline-block;
  color: #edf0f1;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#646464), to(#646464));
  background-image: -webkit-linear-gradient(left, #646464 0%, #646464 100%);
  background-image: linear-gradient(to right, #646464 0%, #646464 100%);
  height: 29px;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  text-align: center;
  position: relative; }
  .header-btn:before {
    content: '';
    position: absolute;
    top: -16px;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent; }

.main-header .content-wrapper {
  position: relative; }

.main-header .logo {
  display: block;
  text-decoration: none;
  position: absolute;
  top: -95px;
  left: 49%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  
  /*
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5093c3), to(#316397));
  background-image: -webkit-linear-gradient(bottom, #5093c3 0%, #316397 100%);
  background-image: linear-gradient(to top, #5093c3 0%, #316397 100%);
  -webkit-box-shadow: inset 0 0 16px rgba(239, 241, 244, 0.61), 0 0 40px rgba(46, 41, 40, 0.26);
          box-shadow: inset 0 0 16px rgba(239, 241, 244, 0.61), 0 0 40px rgba(46, 41, 40, 0.26);
          
  
  -webkit-border-radius: 300px;
          border-radius: 300px;
  */        
  width: 340px;
  height: 340px;
  padding: 7px;
}
  .main-header .logo .inner {
    display: block;
/*    
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5093c3), to(#316397));
    background-image: -webkit-linear-gradient(bottom, #5093c3 0%, #316397 100%);
    background-image: linear-gradient(to top, #5093c3 0%, #316397 100%);
    -webkit-box-shadow: inset 0 0 81px rgba(239, 241, 244, 0.61), 0 0 40px rgba(46, 41, 40, 0.26);
            box-shadow: inset 0 0 81px rgba(239, 241, 244, 0.61), 0 0 40px rgba(46, 41, 40, 0.26);
    height: 100%;
    -webkit-border-radius: 300px;
            border-radius: 300px;
    padding-top: 100px;
*/
    padding-top: 64px;
  }
  .main-header .logo .pic {
    display: block;
/*    
    max-width: 267px;
*/    
    margin: 0 auto; }
    .main-header .logo .pic img {
      display: block;
      width: 100%; }
  .main-header .logo .losung {
    display: block;
    text-align: center;
    font-family: "Arkhip_font";
    color: #d1ebfa;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-variant: small-caps;
    text-shadow: 0 0 3px #151f25;
    margin-top: 8px; }

.main-header .left-col {
  float: left;
  max-width: 387px;
  padding-top: 22px; }
  .main-header .left-col .address {
    color: #646464;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px; }
  .main-header .left-col .phone {
    color: #646464;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    display: block; }
  .main-header .left-col .marg-ph {
    margin-left: 50px; }
  .main-header .left-col .recall {
    width: 155px;
    margin-top: 20px;
    margin-left: 70px;  }
    .main-header .left-col .recall:before {
      left: 25px;
      border-bottom-color: #646464; }

.main-header .right-col {
  float: right;
  max-width: 368px;
  padding-top: 20px;
  text-align: right; }
  .main-header .right-col .bascket-block .bascket-inner {
    display: inline-block;
    vertical-align: baseline;
    font-size: 18px;
    line-height: 24px;
    color: #646464;
    font-weight: 400; }
    .main-header .right-col .bascket-block .bascket-inner a {
      color: #3c6d8f;
      font-weight: 700;
      text-decoration: none; }
      .main-header .right-col .bascket-block .bascket-inner a:hover {
        text-decoration: underline; }
  .main-header .right-col .bascket-block .bascket {
    display: inline-block;
    vertical-align: baseline;
    text-decoration: none;
    position: relative;
    background: url(/content/images/icon-sprite.png) no-repeat -100px 0;
    width: 27px;
    height: 23px;
    margin-left: 5px;
    margin-right: 9px; }
    .main-header .right-col .bascket-block .bascket .num {
      position: absolute;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      line-height: 24px;
      top: -4px;
      right: -9px;
      display: block;
      background: #e52f20;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      -webkit-border-radius: 20px;
              border-radius: 20px; }
  .main-header .right-col .mail {
    display: block;
    text-decoration: none;
    color: #646464;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 52px; }
    .main-header .right-col .mail:hover {
      text-decoration: underline; }
  .main-header .right-col .write {
    width: 178px;
    margin-top: 20px; }
    .main-header .right-col .write:before {
      right: 25px;
      border-bottom-color: #646464; }

.main-nav {
  margin-top: 28px;
/*  
  background-image: -webkit-gradient(linear, left top, right top, from(#dae2e8), color-stop(22%, #e5e8ed), color-stop(32%, #ebf0f4), color-stop(52%, #e5e8ed), color-stop(67%, #ebf0f4), to(#dde3e8));
  background-image: -webkit-linear-gradient(left, #dae2e8 0%, #e5e8ed 22%, #ebf0f4 32%, #e5e8ed 52%, #ebf0f4 67%, #dde3e8 100%);
  background-image: linear-gradient(to right, #dae2e8 0%, #e5e8ed 22%, #ebf0f4 32%, #e5e8ed 52%, #ebf0f4 67%, #dde3e8 100%);
*/
  background-color: white;
  
  -webkit-box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.1), 0 0 87px rgba(32, 32, 32, 0.18);
          box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.1), 0 0 87px rgba(32, 32, 32, 0.18);
          
/*
  border-bottom: 6px solid #cdd1d5;
*/ 
  border-bottom: 6px solid #f87664;

}
  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
  .main-nav li {
    font-family: sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 22px 0;
    margin-right: 23px; }
    .main-nav li:nth-child(4) {
      margin-right: 135px; }
    .main-nav li:last-child {
      margin-right: 0; }
  .main-nav a {
    display: block;
    text-decoration: none;
    color: #646464;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    .main-nav a:hover {
      color: #E52F20;
      text-decoration: underline; }
      
   
   
   
  .second_ul {
    background-image: -webkit-gradient(linear, left top, right top, from(#dae2e8), color-stop(22%, #e5e8ed), color-stop(32%, #ebf0f4), color-stop(52%, #e5e8ed), color-stop(67%, #ebf0f4), to(#dde3e8));
    background-image: -webkit-linear-gradient(left, #dae2e8 0%, #e5e8ed 22%, #ebf0f4 32%, #e5e8ed 52%, #ebf0f4 67%, #dde3e8 100%);
    background-image: linear-gradient(to right, #dae2e8 0%, #e5e8ed 22%, #ebf0f4 32%, #e5e8ed 52%, #ebf0f4 67%, #dde3e8 100%);
    -webkit-box-shadow: 5px 5px 29px 0 rgba(32, 32, 32, 0.3);
            box-shadow: 5px 5px 29px 0 rgba(32, 32, 32, 0.3);
    border-bottom: 6px solid #cdd1d5;
    opacity: 0.92;
    position:absolute;
    display:none;
    padding:0px 15px 0px !important;
    left: 120px;
    top: 60px;
    z-index: 110;
  }
  .main-nav li:hover ul.second_ul {
    display:block;
  }
  .second_li {
    display:block;
    width: 1050px;
    cursor:default;
  }
  .for_div { float:left; width:25%; font-size: 25px; }
  .for_div p {
     font-size: 22px;
     color: #E52F20;
     margin-top: 3px;
     margin-bottom: 5px;
     font-weight: 700;
     line-height: 24px;
     text-transform: uppercase;
  }
  .for_div p a {
    font-size: 22px;
    color: #E52F20;
  }  
  .for_div ul li {
     font-size: 20px;
     padding: 5px 12px 5px !important;
     color: #305070;
  }

  

.section-list {
  margin-top: 55px; }
  .section-list .line {
    font-size: 0; }
  .section-list .left-col {
    display: inline-block;
    vertical-align: top;
    width: 770px;
    margin-right: 30px; }
  .section-list .right-col {
    display: inline-block;
    vertical-align: top;
    width: 370px; }
  .section-list .section {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    -webkit-box-shadow: 5px 5px 29px 0 rgba(32, 32, 32, 0.3);
            box-shadow: 5px 5px 29px 0 rgba(32, 32, 32, 0.3);
    margin-bottom: 30px; }
    .section-list .section:before, .section-list .section:after {
      content: '';
      display: block;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 6px;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#b0b0b0), color-stop(74%, #fff), to(#dadada));
      background-image: -webkit-linear-gradient(bottom, #b0b0b0 0%, #fff 74%, #dadada 100%);
      background-image: linear-gradient(to top, #b0b0b0 0%, #fff 74%, #dadada 100%);
      z-index: 10;
      -webkit-transition: .2s;
      transition: .2s; }
    .section-list .section:before {
      left: 0; }
    .section-list .section:after {
      right: 0; }
    .section-list .section:hover .section-hover:before, .section-list .section:hover .section-hover:after {
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }
    .section-list .section:hover:before, .section-list .section:hover:after {
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }
    .section-list .section img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      cursor: pointer;
      z-index: 5; }
    .section-list .section .text-block {
      position: absolute;
      z-index: 10; }
    .section-list .section .large {
      font-size: 36px;
      font-weight: 700;
      line-height: 36px;
      text-transform: uppercase;
      display: block; }
    .section-list .section .small {
      font-size: 22px;
      font-weight: 400;
      line-height: 24px;
      width: 250px;
      cursor: pointer;
      display: block; }
    .section-list .section .white {
      color: #fff; }
    .section-list .section .white:hover {
      color: #3a70a3;
      text-decoration: underline; }
      
    .section-list .section .m-bot {
      margin-bottom: 12px; }
    .section-list .section .blue {
      width: 190px;
      text-shadow: 2px 2px 3px white, 0 0 1em white;
      color: #3a70a3; }
      .section-list .section .blue:hover {
         color: #E52F20;
         text-decoration: underline;       }
    .section-list .section .blue2 {
      width: 380px;
      text-shadow: 2px 2px 3px white, 0 0 1em white;
      color: #3a70a3; }
    .section-list .section .blue2:hover {
      color: #E52F20;
      text-decoration: underline;       }
    .section-list .section .section-hover {
      position: relative;
      width: 100%;
      height: 100%; }
      .section-list .section .section-hover:before, .section-list .section .section-hover:after {
        content: '';
        opacity: 0;
        display: block;
        position: absolute;
        left: 6px;
        right: 6px;
        height: 6px;
        z-index: 10;
        -webkit-transition: .2s;
        transition: .2s; }
      .section-list .section .section-hover:before {
        top: 0;
        background: #dadada; }
      .section-list .section .section-hover:after {
        bottom: 0;
        background: #b0b0b0; }
   .section-list .section1 {
    width: 770px;
    height: 370px; }
    .section-list .section1:hover .text-block .more {
      cursor: pointer;
      display: block; }
    .section-list .section1 .text-block {
      text-align: right;
      top: 120px;
      right: 30px; }
      .section-list .section1 .text-block .large {
        color: #3a70a3; }
      .section-list .section1 .text-block .small {
        color: #3a70a3; }
        .section-list .section1 .text-block .small:hover {
           color: #E52F20;
           text-decoration: underline;   }
    .section-list .section1:hover .text-block .more {
      cursor: pointer;
      display: block; }
    .section-list .section1 .text-block {
      text-align: right;
      top: 15px;
      right: 20px; }
      .section-list .section1 .text-block .more {
        display: none;
        width: 166px;
        height: 46px;
        background-color: rgba(218, 211, 206, 0.7);
        color: #3a70a3;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        float: right;
        margin-top: 25px; }
  .section-list .section2 {
    width: 370px;
    height: 370px;
    margin-right: 30px; }
    .section-list .section2:hover .text-block .more {
      cursor: pointer;
      display: block; }
    .section-list .section2 .text-block {
      text-align: right;
      top: 18px;
      right: 20px; }
      .section-list .section2 .text-block .more {
        display: none;
        width: 166px;
        height: 46px;
        background-color: rgba(218, 211, 206, 0.7);
        color: #3a70a3;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        float: right;
        margin-top: 25px; }
  .section-list .section3 {
    width: 370px;
    height: 370px; }
    .section-list .section3:hover .text-block .more {
      cursor: pointer;
      display: block; }
    .section-list .section3 .text-block {
      top: 18px;
      left: 15px; }
    .section-list .section3 .text-block .more {
        display: none;
        width: 166px;
        height: 46px;
        background-color: rgba(218, 211, 206, 0.7);
        color: #3a70a3;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        float: left;
        margin-top: 15px; }  
  .section-list .section4:hover .text-block .more {
      cursor: pointer;
      display: block; }    
  .section-list .section4 {
    width: 370px;
    height: 770px; }
    .section-list .section4 .text-block {
      top: 15px;
      left: 15px; }
      .section-list .section4 .text-block .more {
        display: none;
        width: 166px;
        height: 46px;
        background-color: rgba(218, 211, 206, 0.7);
        color: #3a70a3;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 46px;
        text-decoration: none;
        text-align: center;
        float: left;
        margin-top: 25px; }
      
      
  .section-list .section5 {
    width: 770px;
    height: 370px; }
    .section-list .section5 .text-block {
        text-align: left;
        top: 45px;
        left: 55px; }
  .section-list .section6 {
    width: 370px;
    height: 370px; }
    .section-list .section6 .text-block {
      text-align: right;
      top: 132px;
      right: 15px; }

.why {
  margin-top: 65px;
  text-align: center; }
  .why .block-title-line {
    color: #e52f20;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px; }
  .why .why-list {
    margin: 60px 33px 0px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0; }
    .why .why-list li {
      color: #3c6d8f;
      font-size: 21px;
      font-weight: 700;
      line-height: 48px;
      font-variant: small-caps;
      position: relative;
      text-align: left;
      padding-left: 40px; }
      .why .why-list li:before {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        width: 30px;
        height: 27px;
        background: url(/content/images/icon-sprite.png) no-repeat -68px 0; }

.main-footer .logo {
  display: inline-block;
  vertical-align: top;
  max-width: 166px; }
  .main-footer .logo img {
    display: block;
    width: 100%; }

.main-footer {
  padding: 24px 0 10px;
  position: relative; }
  .main-footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: url(/content/images/line-bg2.png) repeat-x center center;
    position: absolute;
    top: 0;
    left: 0; }

.footer-nav {
  float: right;
  margin-top: 25px; }
  .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style: none; }
  .footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    .footer-nav li:last-child {
      margin-right: 0; }
  .footer-nav a {
    display: block;
    color: #3a70a3;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none; }
    .footer-nav a:hover {
      text-decoration: underline; }

.title-line {
  text-align: center;
  overflow: hidden; }

.block-title-line {
  color: #e52f20;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0; }
  .block-title-line:before, .block-title-line:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/content/images/line-bg.png) repeat-x center center;
    height: 6px;
    width: 800px; }
  .block-title-line:before {
    right: 100%; }
  .block-title-line:after {
    left: 100%; }
    

.menu_block {
    z-index: 100;
}

.subgroups {
    text-align: center;
/*    padding-top: 30px;  */
    width: 100%;
}

.subgroups a {
   font-size: 19px;
   color: #e52f20 !important;
}


.catalog-block {
  margin: 25px 0 80px; }
  .catalog-block .catalog-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0; }
    .catalog-block .catalog-list > li {
      display: inline-block;
      vertical-align: top;
      width: 270px;
      margin-right: 30px;
      margin-top: 50px; }
      .catalog-block .catalog-list > li:nth-child(4n+4) {
        margin-right: 0; }
      .catalog-block .catalog-list > li a {
        display: block;
        text-decoration: none; }
      .catalog-block .catalog-list > li .pic {
        /* border: 3px solid #dce2e6; */
        border-bottom-color: transparent;
        padding: 25px 0 30px; }
        .catalog-block .catalog-list > li .pic img {
          display: block; }
      .catalog-block .catalog-list > li .title-wrap {
        text-align: center;
        overflow: hidden;
        margin-top: -12px;
        margin-bottom: 18px; }
      .catalog-block .catalog-list > li .title {
        color: #e52f20;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        display: inline-block;
        position: relative; }
        .catalog-block .catalog-list > li .title:before, .catalog-block .catalog-list > li .title:after {
          content: '';
          display: block;
          position: absolute;
          top: 9px;
          width: 50px;
          /*left: -46px;*/
          height: 3px;
          /*background: #dce2e6; */ }
        .catalog-block .catalog-list > li .title:before {
          right: 85%; }
        .catalog-block .catalog-list > li .title:after {
          left: 85%; }
        .catalog-block .catalog-list > li .title b {
          font-weight: inherit;
          display: block; }
      .catalog-block .catalog-list > li .art {
        color: #457aaa;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        margin-bottom: 18px; }
      .catalog-block .catalog-list > li .about {
        margin: 0 0 30px;
        padding: 0;
        list-style: none; }
        .catalog-block .catalog-list > li .about li span {
          width: 50%;
          display: inline-block;
          vertical-align: top;
          color: rgba(0, 0, 0, 0.8);
          font-size: 16px;
          font-weight: 400;
          line-height: 21px;
          padding-left: 12px; }
          .catalog-block .catalog-list > li .about li span:first-child {
            text-align: right;
            padding-right: 12px;
            padding-left: 0; }
      .catalog-block .catalog-list > li .price {
        color: #e52f20;
        font-size: 24px;
        font-weight: 700;
        display: block;
        text-align: center; }

.product-block {
  margin: 30px 0 0; }
  .product-block .art {
    display: block;
    text-align: center;
    color: #457aaa;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 5px; }
  .product-block .item-block {
    font-size: 0;
    margin-top: 20px; }
    .product-block .item-block .pic {
      display: inline-block;
      vertical-align: top;
      max-width: 570px;
      width: 100%; }
      .product-block .item-block .pic img {
        display: block;
        widows: 100%;
        margin: 0 auto; }
    .product-block .item-block .descr {
      display: inline-block;
      vertical-align: top;
      max-width: 600px;
      width: 100%; }
      .product-block .item-block .descr .char-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        vertical-align: bottom;
        width: 50%; }
        .product-block .item-block .descr .char-list ul span {
          color: rgba(0, 0, 0, 0.8);
          font-size: 21px;
          font-weight: 400;
          line-height: 30px;
          display: inline-block;
          vertical-align: top;
          width: 50%;
          padding-left: 15px; }
          .product-block .item-block .descr .char-list ul span:first-child {
            padding-right: 15px;
            padding-left: 0;
            text-align: right; }
      .product-block .item-block .descr .char-list .price-item {
        display: inline-block;
        vertical-align: bottom;
        color: #e52f20;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px; }
      .product-block .item-block .descr .char-table {
        margin-top: 40px; }
        .product-block .item-block .descr .char-table .title-table {
          display: block;
          text-align: center;
          font-weight: 700;
          text-transform: uppercase;
          color: #e52f20;
          font-size: 21px; }
        .product-block .item-block .descr .char-table .subtitle-table {
          display: block;
          text-align: center;
          color: #000;
          font-size: 18px;
          font-weight: 400;
          margin-top: 5px; }
        .product-block .item-block .descr .char-table table {
          width: 100%;
          border-collapse: collapse;
          margin-top: 15px; }
          .product-block .item-block .descr .char-table table th {
            border: 1px solid #d4dadf;
            vertical-align: middle;
            text-align: center;
            font-size: 16px;
            height: 48px;
            color: #7e7e7e;
            font-weight: 400; }
          .product-block .item-block .descr .char-table table td {
            border: 1px solid #d4dadf;
            vertical-align: middle;
            text-align: center;
            color: #000;
            font-size: 16px;
            height: 48px;
            font-weight: 700; }
            .product-block .item-block .descr .char-table table td:first-child:hover {
              background: transparent;
              cursor:default;              }
            .product-block .item-block .descr .char-table table td:hover {
              background: #F9F49C;
              cursor:pointer;              }
              
              
                table.colors_sizes {
                  overflow: hidden;
                }

                table.colors_sizes td, table.colors_sizes th {
                  padding: 10px;
                  position: relative;
                  outline: 0;
                }

                body:not(.nohover) table.colors_sizes tbody tr:hover {
                  background-color: #F3F3F3;
                }

                table.colors_sizes td:hover::after,
                table.colors_sizes thead th:not(:empty):hover::after,
                table.colors_sizes td:focus::after,
                table.colors_sizes thead th:not(:empty):focus::after { 
                  content: '';  
                  height: 10000px;
                  left: 0;
                  position: absolute;  
                  top: -5000px;
                  width: 100%;
                  z-index: -1;
                }

                table.colors_sizes td:hover::after,
                table.colors_sizes th:hover::after {
                  background-color: #F3F3F3;
                }

                table.colors_sizes td:focus::after,
                table.colors_sizes th:focus::after {
                  background-color: lightblue;
                }

                /* Focus stuff for mobile */
                table.colors_sizes td:focus::before,
                table.colors_sizes tbody th:focus::before {
                  background-color: lightblue;
                  content: '';  
                  height: 100%;
                  top: 0;
                  left: -5000px;
                  position: absolute;  
                  width: 10000px;
                  z-index: -1;
                }
              
              
              
              
              
  .product-block .choise {
    margin-top: 40px; }
    .product-block .choise .block-title-line {
      font-size: 21px; }
    .product-block .choise table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 15px; }
      .product-block .choise table th {
        border: 1px solid #d4dadf;
        vertical-align: middle;
        text-align: center;
        font-size: 16px;
        height: 48px;
        color: #7e7e7e;
        font-weight: 400; }
      .product-block .choise table td {
        border: 1px solid #d4dadf;
        vertical-align: middle;
        text-align: center;
        color: #000;
        font-size: 16px;
        height: 48px;
        font-weight: 700;
        text-transform: uppercase; }
      .product-block .choise table td.sum {
        text-align: right;
        padding-right: 30px; }
        .product-block .choise table td .input-block {
          font-size: 0; }
        .product-block .choise table td .minus_symbol, .product-block .choise table td .plus_symbol {
          display: inline-block;
          vertical-align: top;
          width: 16px;
          height: 32px;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#3e7fb6), to(#64afd3));
          background-image: -webkit-linear-gradient(bottom, #3e7fb6 0%, #64afd3 100%);
          background-image: linear-gradient(to top, #3e7fb6 0%, #64afd3 100%);
          text-decoration: none;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          line-height: 32px; }
        .product-block .choise table td .numinput {
          display: inline-block;
          vertical-align: top;
          color: #000;
          font-size: 16px;
          background-color: #fff;
          border: 1px solid rgba(255, 255, 255, 0.79);
          -webkit-box-shadow: inset 0.5px 0.9px 18px rgba(0, 0, 0, 0.18);
                  box-shadow: inset 0.5px 0.9px 18px rgba(0, 0, 0, 0.18);
          outline: none;
          width: 62px;
          height: 32px;
          padding: 5px;
          text-align: center; }
          
        .product-block .choise .zakazinput {
          display: inline-block;
          vertical-align: middle;
          color: #2e5a81;
          font-size: 20px;
          background-color: #fff;
          border: 1px solid rgba(255, 255, 255, 0.79);
          -webkit-box-shadow: inset 0.5px 0.9px 18px rgba(0, 0, 0, 0.18);
                  box-shadow: inset 0.5px 0.9px 18px rgba(0, 0, 0, 0.18);
          outline: none;
          height: 40px;
          padding: 8px; }
          
        .product-block .choise  p {
            font-size: 20px;
            line-height: 38px;
            color: #3B72A2; }
            
        .product-block .choise  p.itog {
            font-size: 26px;
            line-height: 38px;
            text-align: right; }
            
        .product-block .choise  p.itog span {
            font-size: 30px;
            font-weight: bold;
            color: #e52f20; }    
            
          
        .product-block .choise table td .icon {
          display: inline-block;
          width: 32px;
          height: 32px;
          text-decoration: none;
          background-repeat: no-repeat; }
        .product-block .choise table td .add {
          background: url(/content/images/icon-sprite.png) 0 0; }
        .product-block .choise table td .del {
          background: url(/content/images/icon-sprite.png) -34px 0; }
    .product-block .choise .btn {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      line-height: 40px;
      text-decoration: none;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
      height: 41px;
      text-align: center;
      -webkit-border-radius: 7px;
              border-radius: 7px;
      position: relative;
      z-index: 5; }
      .product-block .choise .btn span {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        line-height: 38px;
        position: relative;
        z-index: 10; }
      .product-block .choise .btn:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 37px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 7px;
                border-radius: 7px; }
    .product-block .choise .btn-line {
      text-align: right;
      font-size: 0;
      margin-top: 16px; }
      .product-block .choise .btn-line .to-bascket {
        cursor: pointer;
        background-image: -webkit-gradient(linear, left top, right top, from(#6a7fbb), to(#4aa0d2));
        background-image: -webkit-linear-gradient(left, #6a7fbb 0%, #4aa0d2 100%);
        background-image: linear-gradient(to right, #6a7fbb 0%, #4aa0d2 100%);
        width: 190px;
        margin-right: 22px; }
        .product-block .choise .btn-line .to-bascket:after {
          background-image: -webkit-gradient(linear, left top, right top, from(#6a7fbb), to(#4aa0d2));
          background-image: -webkit-linear-gradient(left, #6a7fbb 0%, #4aa0d2 100%);
          background-image: linear-gradient(to right, #6a7fbb 0%, #4aa0d2 100%); }
      .product-block .choise .btn-line .to-clear {
        background-image: -webkit-gradient(linear, left top, right top, from(#f87664), to(#c74a39));
        background-image: -webkit-linear-gradient(left, #f87664 0%, #c74a39 100%);
        background-image: linear-gradient(to right, #f87664 0%, #c74a39 100%);
        width: 126px; }
        .product-block .choise .btn-line .to-clear:after {
          background-image: -webkit-gradient(linear, left top, right top, from(#f87664), to(#c74a39));
          background-image: -webkit-linear-gradient(left, #f87664 0%, #c74a39 100%);
          background-image: linear-gradient(to right, #f87664 0%, #c74a39 100%); }
    .product-block .choise .total-block {
      margin: 52px 0 106px; }
      .product-block .choise .total-block .items {
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .product-block .choise .total-block .items:after {
          content: '}';
          display: block;
          position: absolute;
          top: 40%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: -40px;
          color: #000;
          font-size: 80px;
          font-weight: 700;
          line-height: 50px; }
        .product-block .choise .total-block .items span {
          display: block;
          font-size: 18px;
          line-height: 18px;
          color: #000;
          font-weight: 400; }
          .product-block .choise .total-block .items span:first-child {
            margin-bottom: 30px; }
          .product-block .choise .total-block .items span b span {
            color: #4f9ace;
            font-size: 23px;
            font-weight: 700;
            display: inline-block;
            vertical-align: top;
            margin-left: 18px; }
      .product-block .choise .total-block .total-line {
        display: inline-block;
        vertical-align: middle;
        margin-left: 80px; }
        .product-block .choise .total-block .total-line .summ {
          color: #e52f20;
          font-size: 24px;
          font-weight: 700;
          display: inline-block;
          vertical-align: middle; }
        .product-block .choise .total-block .total-line .to-bascket {
          background-image: -webkit-gradient(linear, left top, right top, from(#6a7fbb), to(#4aa0d2));
          background-image: -webkit-linear-gradient(left, #6a7fbb 0%, #4aa0d2 100%);
          background-image: linear-gradient(to right, #6a7fbb 0%, #4aa0d2 100%);
          width: 208px;
          margin-left: 30px;
          vertical-align: middle; }
          .product-block .choise .total-block .total-line .to-bascket:after {
            background-image: -webkit-gradient(linear, left top, right top, from(#6a7fbb), to(#4aa0d2));
            background-image: -webkit-linear-gradient(left, #6a7fbb 0%, #4aa0d2 100%);
            background-image: linear-gradient(to right, #6a7fbb 0%, #4aa0d2 100%); }


.main-content p {
  font-size: 20px;
  line-height: 38px;
  color: #3B72A2;
}
.main-content a {
  color: #3B72A2;
  text-decoration: none;
}
.main-content a:hover{
  color: #E52F20;
  text-decoration: underline;
}
.main-content ul.samplelist {
  color: #3B72A2;
  font-size: 20px;
}
.main-content p.submenu {
  text-align: center;
  font-size: 18px;
  margin: 0px;
  font-weight: bold;
}
.main-content p.submenu a {
  color: #3B72A2;
}
.main-content p.submenu a:hover {
  color: #E52F20;
  text-decoration: none;
}
.main-content p.status {
  margin: 0px;
  font-weight: bold;
  font-size: 23px;
}
.main-content p.phone {
  margin: 0px;
  padding-bottom: 30px;
}
.main-content p.buy_town {
  margin: 0px;
  font-weight: bold;
  font-size: 23px;
}
.main-content p.buy_info {
  margin: 0px;
  padding-bottom: 30px;
}

.main-content p.bottom_link {
  text-align: center;
}
.main-content p.bottom_link  a{
  color: #3A70A3;
  text-decoration: none;
}
.main-content p.bottom_link  a:hover{
  color: red;
}

.main-content ul.twocolumns li {
        display: block;
        float: left;
        width: 49%;
        height: 164px;
}
.main-content ul.twocolumns {
        margin: 0;
        margin-left: 130px;
        padding: 0;
        list-style-type: none;
}

.main-content ul.threecolumns li {
        display: block;
        float: left;
        width: 33%;
        height: 100px;
}
.main-content ul.threecolumns {
        margin: 0;
        margin-left: 130px;
        padding: 0;
        list-style-type: none;
}


.focuslist {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0; }
    .focuslist li {
      color: #3c6d8f;
      font-size: 21px;
      font-weight: 700;
      line-height: 48px;
      font-variant: small-caps;
      position: relative;
      text-align: left;
      padding-left: 40px; }
      .focuslist li:before {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        width: 30px;
        height: 27px;
        background: url(/content/images/icon-sprite.png) no-repeat -68px 0; }


.fancyWin {
  display: none;
  background: url(/content/images/bg.jpg) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}

.fancyWin h1 {
  font-size: 28px;
  color: #426D98;
  text-transform: uppercase;
  padding: 15px 15px 15px 15px;
}

.fancyWin p {
  padding: 0px 15px 0px 15px;
  font-size: 20px;
  color: #426D98;
}

.letter_field {
  background-image: -webkit-gradient(linear, left top, right top, from(#5596b1), to(#396fa2));
  background-image: -webkit-linear-gradient(left, #5596b1 0%, #396fa2 100%);
  background-image: linear-gradient(to right, #5596b1 0%, #396fa2 100%);
  -webkit-border-radius: 7px;
          border-radius: 7px;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  padding: 15px 15px 15px 15px;
  color: #ffffff;
  font-size:25px;
  font-weight: bold;
  border: none;
}
.letter_field_on_page {
  background-color: white;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  border: 1px solid #426d98;
  font-size: 18px;
  padding: 15px 15px 15px 15px;
  color: #426d98;
  font-size:25px;
  font-weight: bold;
  width: 455px;
  text-align: center;
}


.flat_button {
  background-image: -webkit-gradient(linear, left top, right top, from(#5596b1), to(#396fa2));
  background-image: -webkit-linear-gradient(left, #5596b1 0%, #396fa2 100%);
  background-image: linear-gradient(to right, #5596b1 0%, #396fa2 100%);
  -webkit-border-radius: 7px;
          border-radius: 7px;
  font-size: 24px;
  text-shadow: 1px 1px #000000;
  width: 280px;
  height: 45px;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 7px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.flat_button_on_page {
  background-color: #d60b12;
  color: #ffffff;
  font-size: 24px;
  text-shadow: 1px 1px #000000;
  width: 290px;
  height: 70px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

table.zakaz_table td.name {
    text-align: left;
    padding-left: 20px;
}

table.zakaz_table span.name {
    font-size: 20px;
    color: #e52f20;
}
table.zakaz_table span.articul {
    font-size: 16px;
    color: #457aaa;
}



#backtop {
    position:fixed;
    bottom: 85px;
    right: 20px;
    width: 100px;
    height: 118px;
    background:url("../images/arrow-up.png") no-repeat center center;
    cursor: pointer;
}















.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
}
body .ui-tooltip {
	border-width: 2px;
        background-color: #EBF6FC;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}



@media only screen and (max-width : 1199px) {
    .main-nav {
      width: 1175px;  
    }  
}