@font-face {
  font-family: 'Verdana';
  src: url("../fonts/Verdana.ttf");
  src: url("../fonts/Verdana.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  font-family: 'Raleway', sans-serif; }

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

a, button, input, textarea {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer; }

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

.main {
  position: relative; }

#wraper {
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header {
  background-color: #fff;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header .header_button {
    padding-top: 4px;
    padding-bottom: 4px;
    display: none;
    text-align: right; }
    .header .header_button a, .header .header_button button {
      margin: 4px;
      display: inline-block;
      background-color: #d8d8d8;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      color: black;
      font-family: "Verdana", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      padding: 10px 15px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .header .header_button a.but1:hover, .header .header_button button.but1:hover {
        background-color: #ffc000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but1.active, .header .header_button button.but1.active {
        background-color: #ffc000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but2:hover, .header .header_button button.but2:hover {
        background-color: #d99694;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but2.active, .header .header_button button.but2.active {
        background-color: #d99694;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but3:hover, .header .header_button button.but3:hover {
        background-color: #558ed5;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but3.active, .header .header_button button.but3.active {
        background-color: #558ed5;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but4:hover, .header .header_button button.but4:hover {
        background-color: #00b0f0;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but4.active, .header .header_button button.but4.active {
        background-color: #00b0f0;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but5:hover, .header .header_button button.but5:hover {
        background-color: #ff0000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but5.active, .header .header_button button.but5.active {
        background-color: #ff0000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but6:hover, .header .header_button button.but6:hover {
        background-color: #ffff00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but6.active, .header .header_button button.but6.active {
        background-color: #ffff00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but7:hover, .header .header_button button.but7:hover {
        background-color: #ac7f00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but7.active, .header .header_button button.but7.active {
        background-color: #ac7f00;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but8:hover, .header .header_button button.but8:hover {
        background-color: #00b050;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but8.active, .header .header_button button.but8.active {
        background-color: #00b050;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but9:hover, .header .header_button button.but9:hover {
        background-color: #d9d9d9;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .header .header_button a.but9.active, .header .header_button button.but9.active {
        background-color: #d9d9d9;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
  .header .header_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .header_block .header_right_element {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header .header_block .hamburger {
      cursor: pointer;
      margin-left: 15px; }
    .header .header_block .hamburger .line {
      width: 25px;
      height: 4px;
      background-color: #000;
      display: block;
      margin: 3px auto;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
  .header .main_nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #f7f7f7;
    width: 320px;
    padding: 100px 35px 20px 35px;
    z-index: 1000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    border-left: 1px solid #acacac; }
    .header .main_nav.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .header .main_nav .hamburger {
      cursor: pointer;
      padding: 10px 5px;
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 40px; }
      .header .main_nav .hamburger .line {
        width: 25px;
        height: 4px;
        background-color: #000;
        display: block;
        margin: 3px auto;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        position: relative; }
        .header .main_nav .hamburger .line:first-of-type {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: 3.5px; }
        .header .main_nav .hamburger .line:last-of-type {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          bottom: 3.5px; }
    .header .main_nav .link {
      padding: 0; }
      .header .main_nav .link li {
        list-style-type: none;
        padding-bottom: 15px; }
        .header .main_nav .link li a {
          color: black;
          font-family: "Verdana", sans-serif;
          font-size: 20px;
          font-weight: 700;
          line-height: 24px; }

.footer {
  padding: 10px 0;
  background-color: #eee; }
  .footer .footer_block {
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .footer_block .input-group {
      width: 300px; }
    .footer .footer_block .left_element a {
      font-family: "Verdana", sans-serif;
      font-size: 16px;
      color: #212529;
      font-weight: 600;
      line-height: 32px;
      text-decoration: none; }
    .footer .footer_block .left_element .facebook {
      margin-left: 15px; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;}

.btn-default {
  color: #e1e4e6;
  background-color: #3c3c3c;
  border: 1px solid #5a5a5a;
  border-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-default:hover {
    color: #e1e4e6;
    background-color: #3c3c3c;
    border: 1px solid #5a5a5a;
    border-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-default:focus {
    color: #e1e4e6;
    background-color: #3c3c3c;
    border: 1px solid #5a5a5a;
    border-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-default:active:focus {
    color: #e1e4e6;
    background-color: #3c3c3c;
    border: 1px solid #5a5a5a;
    border-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

.all-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 130px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.block_button {
  display: inline-block;
  width: 292px;
  height: 292px;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.block_button_contact {
  display: inline-block;
  width: 330px;
  height: auto;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .block_button_contact .contact-square {
    background-color: #fff;
    margin: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    width: 290px;
    height: auto;
    -webkit-box-shadow: 0 3px 8px rgba(158, 177, 186, 0.68);
            box-shadow: 0 3px 8px rgba(158, 177, 186, 0.68);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative; }
    .block_button_contact .contact-square .header_elem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 70px;
      -webkit-border-top-left-radius: 20px;
              border-top-left-radius: 20px;
      -webkit-border-top-right-radius: 20px;
              border-top-right-radius: 20px; }
      .block_button_contact .contact-square .header_elem span {
        color: #1f1f1f;
        font-family: "Verdana", sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 21px;
        text-align: center; }
    .block_button_contact .contact-square .body-square {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 30px;
      padding-top: 25px;
      padding-right: 10px;
      padding-bottom: 10px; }
      .block_button_contact .contact-square .body-square h5 {
        margin: 0;
        margin-bottom: 20px;
        color: #404040;
        font-family: "Verdana", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1; }
      .block_button_contact .contact-square .body-square .name_inf {
        padding-left: 55px;
        position: relative;
        min-height: 50px; }
        .block_button_contact .contact-square .body-square .name_inf i {
          background-image: url('../images/man.jpg');
          position: absolute;
          height: 45px;
          width: 45px;
          display: inline-block;
          left: 0;
          top: 0;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover; }
        .block_button_contact .contact-square .body-square .name_inf p {
          font-family: "Verdana", sans-serif;
          color: black;
          font-size: 15px;
          line-height: 25px; }
        .block_button_contact .contact-square .body-square .name_inf span {
          font-family: "Verdana", sans-serif;
          color: #7d7d7d;
          font-size: 14px;
          line-height: 1; }
      .block_button_contact .contact-square .body-square .info {
        padding-left: 0;
        margin: 0; }
        .block_button_contact .contact-square .body-square .info li {
          list-style-type: none;
          padding: 5px 0;
          padding-left: 40px;
          display: flex;
          align-items: center;
          position: relative; }
          .block_button_contact .contact-square .body-square .info li a {
            color: #424242;
            font-family: "Verdana", sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-decoration: none; }
          .block_button_contact .contact-square .body-square .info li.phone:before {
            content: '\f095 ';
            position: absolute;
            width: 40px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 0;
            top: 0;
            font-family: "FontAwesome";
            font-size: 21px;
            color: #959595; }
          .block_button_contact .contact-square .body-square .info li.emdil:before {
            content: '';
          background-image: url('../images/at.svg');
          background-position: center;
          background-repeat: no-repeat;
          background-size: 45%;
            position: absolute;
            width: 40px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 0;
            top: 0;
            /*font-family: "FontAwesome";
            font-size: 21px;
            color: #959595; */}
          .block_button_contact .contact-square .body-square .info li.skype:before {
            content: '\f17e ';
            position: absolute;
            width: 40px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 0;
            top: 0;
            font-family: "FontAwesome";
            font-size: 21px;
            color: #959595; }
            .viber, .whatsapp {
              display: inline-block;
              height: 30px;
              width: 30px;
              position: relative;
              margin: 0 2px;
            }
            .viber:before {
            content: '';
          background-image: url('../images/viber.svg');
          background-position: center;
          background-repeat: no-repeat;
          background-size: 90%;
            position: absolute;
            width: 30px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 0;
            top: 0; }
            .whatsapp:before {
            content: '';
            background-image: url('../images/whatsapp.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 90%;
            position: absolute;
            width: 30px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 0;
            top: 0;
            /*font-family: "FontAwesome";
            font-size: 21px;
            color: #959595;*/ }

.all-square.all_squar_contact {
  padding: 0 75px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 15px;
  margin-left: 15px; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
  margin-left: 30px; }

.item-square {
  padding: 20px;
  margin: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 252px;
  height: 252px;
  -webkit-box-shadow: 0 3px 8px rgba(158, 177, 186, 0.68);
          box-shadow: 0 3px 8px rgba(158, 177, 186, 0.68);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative; }
  .item-square.one-square {
    height: 252px; }
  .item-square:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .item-square a, .item-square span {
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.06);
    color: black;
    font-family: "Verdana", sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .item-square a:hover, .item-square span:hover {
      color: #2b2b2b;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .item-square .dropdown {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    height: 0;
    position: relative;
    overflow: auto;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    opacity: 0; }
    .item-square .dropdown li {
      list-style-type: none;
      text-align: center; }
      .item-square .dropdown li a {
        padding: 0;
        text-align: center;
        color: black;
        font-family: "Verdana", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px; }
  .item-square.one-square.active {
    height: 252px; }
  .item-square.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 252px;
    height: auto; }
    .item-square.active a, .item-square.active span {
      height: auto;
      padding: 30px 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .item-square.active a.no_drops, .item-square.active span.no_drops {
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .item-square.active .dropdown {
      padding-top: 25px;
      display: inline-block;
      height: 270px;
      opacity: 1;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .item-square.active .dropdown:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 90px;
        height: 2px;
        background-color: #000;
        left: 50%;
        margin-left: -45px;
        top: 0; }

.flag {
  display: inline-block;
  width: 25px;
  height: 16px;
  position: relative;
  top: 1.2px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.active-lang {
  height: 32px;
  padding: 0 40px 0 12px;
  border: 0;
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #191919;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  text-shadow: none; }
    .active-lang:before {
      content: "\f107";
      font-family: FontAwesome;
      color: #000;
      position: absolute;
      font-size: 15px;
      top: 1px;
      right: 17px; }
.reload-list {
  position: relative;
}
.reload-list ul {
  position: absolute;
  top: 100%;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 0;
  margin-left: -5px;
  z-index: 2;
}
.reload-list ul li{
  list-style-type: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Verdana", sans-serif;
}
.reload-list ul li a.active {
    background-color: #A3ABB1;
    color: #FFF;
}
.reload-list ul li a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
/*.item-square {
  background-image: none !important;
      box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5) !important;
}*/
body.green .header .header_right_element {
  display: none; }

body.green .header .header_button {
  display: inline-block; }

body.green .footer {
  background-color: #1a9c32;
  color: #000; }
  body.green .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.green .footer .btn-default {
    color: #000;
    background-color: #219034;
    border: 1px solid #219034;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.green .footer .input-group .form-control {
    color: #000;
    background-color: #219034;
    border-color: #219034; }
    body.green .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.green .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.green .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.green .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

.button1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc000), to(#bb8e03));
  background-image: -webkit-linear-gradient(top, #ffc000, #bb8e03);
  background-image: -o-linear-gradient(top, #ffc000, #bb8e03);
  background-image: linear-gradient(top, #ffc000, #bb8e03);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ffc000, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ffc000, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button1:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button1:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bb8e03), to(#ffc000));
    background-image: -webkit-linear-gradient(top, #bb8e03, #ffc000);
    background-image: -o-linear-gradient(top, #bb8e03, #ffc000);
    background-image: linear-gradient(top, #bb8e03, #ffc000);
    color: #0088cc; }
  .button1:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc000), to(#bb8e03));
    background-image: -webkit-linear-gradient(top, #ffc000, #bb8e03);
    background-image: -o-linear-gradient(top, #ffc000, #bb8e03);
    background-image: linear-gradient(top, #ffc000, #bb8e03);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button1:active:after {
    color: #ffc000;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d99694), to(#a06f6d));
  background-image: -webkit-linear-gradient(top, #d99694, #a06f6d);
  background-image: -o-linear-gradient(top, #d99694, #a06f6d);
  background-image: linear-gradient(top, #d99694, #a06f6d);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d99694, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d99694, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button2:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a06f6d), to(#d99694));
    background-image: -webkit-linear-gradient(top, #a06f6d, #d99694);
    background-image: -o-linear-gradient(top, #a06f6d, #d99694);
    background-image: linear-gradient(top, #a06f6d, #d99694);
    color: #0088cc; }
  .button2:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d99694), to(#a06f6d));
    background-image: -webkit-linear-gradient(top, #d99694, #a06f6d);
    background-image: -o-linear-gradient(top, #d99694, #a06f6d);
    background-image: linear-gradient(top, #d99694, #a06f6d);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button2:active:after {
    color: #d99694;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#558ed5), to(#416b9f));
  background-image: -webkit-linear-gradient(top, #558ed5, #416b9f);
  background-image: -o-linear-gradient(top, #558ed5, #416b9f);
  background-image: linear-gradient(top, #558ed5, #416b9f);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #558ed5, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #558ed5, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button3:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button3:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#416b9f), to(#558ed5));
    background-image: -webkit-linear-gradient(top, #416b9f, #558ed5);
    background-image: -o-linear-gradient(top, #416b9f, #558ed5);
    background-image: linear-gradient(top, #416b9f, #558ed5);
    color: #0088cc; }
  .button3:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#558ed5), to(#416b9f));
    background-image: -webkit-linear-gradient(top, #558ed5, #416b9f);
    background-image: -o-linear-gradient(top, #558ed5, #416b9f);
    background-image: linear-gradient(top, #558ed5, #416b9f);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button3:active:after {
    color: #558ed5;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b0f0), to(#0188b9));
  background-image: -webkit-linear-gradient(top, #00b0f0, #0188b9);
  background-image: -o-linear-gradient(top, #00b0f0, #0188b9);
  background-image: linear-gradient(top, #00b0f0, #0188b9);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #00b0f0, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #00b0f0, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button4:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button4:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0188b9), to(#00b0f0));
    background-image: -webkit-linear-gradient(top, #0188b9, #00b0f0);
    background-image: -o-linear-gradient(top, #0188b9, #00b0f0);
    background-image: linear-gradient(top, #0188b9, #00b0f0);
    color: #0088cc; }
  .button4:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00b0f0), to(#0188b9));
    background-image: -webkit-linear-gradient(top, #00b0f0, #0188b9);
    background-image: -o-linear-gradient(top, #00b0f0, #0188b9);
    background-image: linear-gradient(top, #00b0f0, #0188b9);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button4:active:after {
    color: #00b0f0;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#b10303));
  background-image: -webkit-linear-gradient(top, #ff0000, #b10303);
  background-image: -o-linear-gradient(top, #ff0000, #b10303);
  background-image: linear-gradient(top, #ff0000, #b10303);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ff0000, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ff0000, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button5:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button5:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b10303), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #b10303, #ff0000);
    background-image: -o-linear-gradient(top, #b10303, #ff0000);
    background-image: linear-gradient(top, #b10303, #ff0000);
    color: #0088cc; }
  .button5:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#b10303));
    background-image: -webkit-linear-gradient(top, #ff0000, #b10303);
    background-image: -o-linear-gradient(top, #ff0000, #b10303);
    background-image: linear-gradient(top, #ff0000, #b10303);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button5:active:after {
    color: #ff0000;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#d5d501));
  background-image: -webkit-linear-gradient(top, #ffff00, #d5d501);
  background-image: -o-linear-gradient(top, #ffff00, #d5d501);
  background-image: linear-gradient(top, #ffff00, #d5d501);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ffff00, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ffff00, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button6:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button6:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d501), to(#ffff00));
    background-image: -webkit-linear-gradient(top, #d5d501, #ffff00);
    background-image: -o-linear-gradient(top, #d5d501, #ffff00);
    background-image: linear-gradient(top, #d5d501, #ffff00);
    color: #0088cc; }
  .button6:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#d5d501));
    background-image: -webkit-linear-gradient(top, #ffff00, #d5d501);
    background-image: -o-linear-gradient(top, #ffff00, #d5d501);
    background-image: linear-gradient(top, #ffff00, #d5d501);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button6:active:after {
    color: #ffff00;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ac7f00), to(#886501));
  background-image: -webkit-linear-gradient(top, #ac7f00, #886501);
  background-image: -o-linear-gradient(top, #ac7f00, #886501);
  background-image: linear-gradient(top, #ac7f00, #886501);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ac7f00, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ac7f00, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button7:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button7:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#886501), to(#ac7f00));
    background-image: -webkit-linear-gradient(top, #886501, #ac7f00);
    background-image: -o-linear-gradient(top, #886501, #ac7f00);
    background-image: linear-gradient(top, #886501, #ac7f00);
    color: #0088cc; }
  .button7:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac7f00), to(#886501));
    background-image: -webkit-linear-gradient(top, #ac7f00, #886501);
    background-image: -o-linear-gradient(top, #ac7f00, #886501);
    background-image: linear-gradient(top, #ac7f00, #886501);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button7:active:after {
    color: #ac7f00;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b050), to(#018d41));
  background-image: -webkit-linear-gradient(top, #00b050, #018d41);
  background-image: -o-linear-gradient(top, #00b050, #018d41);
  background-image: linear-gradient(top, #00b050, #018d41);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #00b050, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #00b050, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button8:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button8:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#018d41), to(#00b050));
    background-image: -webkit-linear-gradient(top, #018d41, #00b050);
    background-image: -o-linear-gradient(top, #018d41, #00b050);
    background-image: linear-gradient(top, #018d41, #00b050);
    color: #0088cc; }
  .button8:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00b050), to(#018d41));
    background-image: -webkit-linear-gradient(top, #00b050, #018d41);
    background-image: -o-linear-gradient(top, #00b050, #018d41);
    background-image: linear-gradient(top, #00b050, #018d41);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button8:active:after {
    color: #00b050;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

.button9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#b1b0b0));
  background-image: -webkit-linear-gradient(top, #d9d9d9, #b1b0b0);
  background-image: -o-linear-gradient(top, #d9d9d9, #b1b0b0);
  background-image: linear-gradient(top, #d9d9d9, #b1b0b0);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d9d9d9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d9d9d9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .button9:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  .button9:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b1b0b0), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #b1b0b0, #d9d9d9);
    background-image: -o-linear-gradient(top, #b1b0b0, #d9d9d9);
    background-image: linear-gradient(top, #b1b0b0, #d9d9d9);
    color: #0088cc; }
  .button9:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#b1b0b0));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #b1b0b0);
    background-image: -o-linear-gradient(top, #d9d9d9, #b1b0b0);
    background-image: linear-gradient(top, #d9d9d9, #b1b0b0);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  .button9:active:after {
    color: #d9d9d9;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.green .header {
  height: auto; }
  body.green .header .header_right_element {
    display: none; }
  body.green .header .header_button {
    display: inline-block; }

body.green .footer {
  background-color: #ffc000;
  color: #000; }
  body.green .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.green .footer .btn-default {
    color: #000;
    background-color: #fbc932;
    border: 1px solid #fbc932;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.green .footer .input-group .form-control {
    color: #000;
    background-color: #fbc932;
    border-color: #fbc932; }
    body.green .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.green .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.green .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.green .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

body.orange .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4bd364), to(#24c341));
  background-image: -webkit-linear-gradient(top, #4bd364, #24c341);
  background-image: -o-linear-gradient(top, #4bd364, #24c341);
  background-image: linear-gradient(top, #4bd364, #24c341);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #4bd364, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #4bd364, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.orange .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.orange .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#24c341), to(#4bd364));
    background-image: -webkit-linear-gradient(top, #24c341, #4bd364);
    background-image: -o-linear-gradient(top, #24c341, #4bd364);
    background-image: linear-gradient(top, #24c341, #4bd364);
    color: #0088cc; }
  body.orange .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4bd364), to(#24c341));
    background-image: -webkit-linear-gradient(top, #4bd364, #24c341);
    background-image: -o-linear-gradient(top, #4bd364, #24c341);
    background-image: linear-gradient(top, #4bd364, #24c341);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.orange .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #4bd364;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.orange .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49bb5d), to(#1ba434));
  background-image: -webkit-linear-gradient(top, #49bb5d, #1ba434);
  background-image: -o-linear-gradient(top, #49bb5d, #1ba434);
  background-image: linear-gradient(top, #49bb5d, #1ba434);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #49bb5d, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #49bb5d, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.orange .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.orange .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ba434), to(#49bb5d));
    background-image: -webkit-linear-gradient(top, #1ba434, #49bb5d);
    background-image: -o-linear-gradient(top, #1ba434, #49bb5d);
    background-image: linear-gradient(top, #1ba434, #49bb5d);
    color: #0088cc; }
  body.orange .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#49bb5d), to(#1ba434));
    background-image: -webkit-linear-gradient(top, #49bb5d, #1ba434);
    background-image: -o-linear-gradient(top, #49bb5d, #1ba434);
    background-image: linear-gradient(top, #49bb5d, #1ba434);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.orange .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #49bb5d;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.orange .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67ad45), to(#43961a));
  background-image: -webkit-linear-gradient(top, #67ad45, #43961a);
  background-image: -o-linear-gradient(top, #67ad45, #43961a);
  background-image: linear-gradient(top, #67ad45, #43961a);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #67ad45, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #67ad45, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.orange .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.orange .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#43961a), to(#67ad45));
    background-image: -webkit-linear-gradient(top, #43961a, #67ad45);
    background-image: -o-linear-gradient(top, #43961a, #67ad45);
    background-image: linear-gradient(top, #43961a, #67ad45);
    color: #0088cc; }
  body.orange .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#67ad45), to(#43961a));
    background-image: -webkit-linear-gradient(top, #67ad45, #43961a);
    background-image: -o-linear-gradient(top, #67ad45, #43961a);
    background-image: linear-gradient(top, #67ad45, #43961a);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.orange .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #67ad45;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.orange .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85af49), to(#62961a));
  background-image: -webkit-linear-gradient(top, #85af49, #62961a);
  background-image: -o-linear-gradient(top, #85af49, #62961a);
  background-image: linear-gradient(top, #85af49, #62961a);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #85af49, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #85af49, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.orange .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.orange .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62961a), to(#85af49));
    background-image: -webkit-linear-gradient(top, #62961a, #85af49);
    background-image: -o-linear-gradient(top, #62961a, #85af49);
    background-image: linear-gradient(top, #62961a, #85af49);
    color: #0088cc; }
  body.orange .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#85af49), to(#62961a));
    background-image: -webkit-linear-gradient(top, #85af49, #62961a);
    background-image: -o-linear-gradient(top, #85af49, #62961a);
    background-image: linear-gradient(top, #85af49, #62961a);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.orange .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #85af49;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.orange .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4eab87), to(#219065));
  background-image: -webkit-linear-gradient(top, #4eab87, #219065);
  background-image: -o-linear-gradient(top, #4eab87, #219065);
  background-image: linear-gradient(top, #4eab87, #219065);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #4eab87, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #4eab87, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.orange .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.orange .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#219065), to(#4eab87));
    background-image: -webkit-linear-gradient(top, #219065, #4eab87);
    background-image: -o-linear-gradient(top, #219065, #4eab87);
    background-image: linear-gradient(top, #219065, #4eab87);
    color: #0088cc; }
  body.orange .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4eab87), to(#219065));
    background-image: -webkit-linear-gradient(top, #4eab87, #219065);
    background-image: -o-linear-gradient(top, #4eab87, #219065);
    background-image: linear-gradient(top, #4eab87, #219065);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.orange .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #4eab87;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.orange .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#68c7a2), to(#41b286));
  background-image: -webkit-linear-gradient(top, #68c7a2, #41b286);
  background-image: -o-linear-gradient(top, #68c7a2, #41b286);
  background-image: linear-gradient(top, #68c7a2, #41b286);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #68c7a2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #68c7a2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.orange .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.orange .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#41b286), to(#68c7a2));
    background-image: -webkit-linear-gradient(top, #41b286, #68c7a2);
    background-image: -o-linear-gradient(top, #41b286, #68c7a2);
    background-image: linear-gradient(top, #41b286, #68c7a2);
    color: #0088cc; }
  body.orange .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68c7a2), to(#41b286));
    background-image: -webkit-linear-gradient(top, #68c7a2, #41b286);
    background-image: -o-linear-gradient(top, #68c7a2, #41b286);
    background-image: linear-gradient(top, #68c7a2, #41b286);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.orange .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #68c7a2;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }
/*----------------------*/



body.yellow .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15a61), to(#bb2f35));
  background-image: -webkit-linear-gradient(top, #f15a61, #bb2f35);
  background-image: -o-linear-gradient(top, #f15a61, #bb2f35);
  background-image: linear-gradient(top, #f15a61, #bb2f35);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f15a61, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f15a61, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.yellow .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.yellow .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bb2f35), to(#f15a61));
    background-image: -webkit-linear-gradient(top, #bb2f35, #f15a61);
    background-image: -o-linear-gradient(top, #bb2f35, #f15a61);
    background-image: linear-gradient(top, #bb2f35, #f15a61);
    color: #0088cc; }
  body.yellow .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f15a61), to(#bb2f35));
    background-image: -webkit-linear-gradient(top, #f15a61, #bb2f35);
    background-image: -o-linear-gradient(top, #f15a61, #bb2f35);
    background-image: linear-gradient(top, #f15a61, #bb2f35);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.yellow .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #f15a61;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.yellow .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de5056), to(#82171c));
  background-image: -webkit-linear-gradient(top, #de5056, #82171c);
  background-image: -o-linear-gradient(top, #de5056, #82171c);
  background-image: linear-gradient(top, #de5056, #82171c);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #de5056, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #de5056, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.yellow .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.yellow .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82171c), to(#de5056));
    background-image: -webkit-linear-gradient(top, #82171c, #de5056);
    background-image: -o-linear-gradient(top, #82171c, #de5056);
    background-image: linear-gradient(top, #82171c, #de5056);
    color: #0088cc; }
  body.yellow .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#de5056), to(#82171c));
    background-image: -webkit-linear-gradient(top, #de5056, #82171c);
    background-image: -o-linear-gradient(top, #de5056, #82171c);
    background-image: linear-gradient(top, #de5056, #82171c);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.yellow .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #de5056;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.yellow .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f71b23), to(#ce191f));
  background-image: -webkit-linear-gradient(top, #f71b23, #ce191f);
  background-image: -o-linear-gradient(top, #f71b23, #ce191f);
  background-image: linear-gradient(top, #f71b23, #ce191f);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f71b23, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f71b23, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.yellow .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.yellow .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ce191f), to(#f71b23));
    background-image: -webkit-linear-gradient(top, #ce191f, #f71b23);
    background-image: -o-linear-gradient(top, #ce191f, #f71b23);
    background-image: linear-gradient(top, #ce191f, #f71b23);
    color: #0088cc; }
  body.yellow .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f71b23), to(#ce191f));
    background-image: -webkit-linear-gradient(top, #f71b23, #ce191f);
    background-image: -o-linear-gradient(top, #f71b23, #ce191f);
    background-image: linear-gradient(top, #f71b23, #ce191f);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.yellow .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #f71b23;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.yellow .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de4e45), to(#900a01));
  background-image: -webkit-linear-gradient(top, #de4e45, #900a01);
  background-image: -o-linear-gradient(top, #de4e45, #900a01);
  background-image: linear-gradient(top, #de4e45, #900a01);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #de4e45, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #de4e45, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.yellow .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.yellow .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#900a01), to(#de4e45));
    background-image: -webkit-linear-gradient(top, #900a01, #de4e45);
    background-image: -o-linear-gradient(top, #900a01, #de4e45);
    background-image: linear-gradient(top, #900a01, #de4e45);
    color: #0088cc; }
  body.yellow .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#de4e45), to(#900a01));
    background-image: -webkit-linear-gradient(top, #de4e45, #900a01);
    background-image: -o-linear-gradient(top, #de4e45, #900a01);
    background-image: linear-gradient(top, #de4e45, #900a01);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.yellow .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #de4e45;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.yellow .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#da1711), to(#ad120d));
  background-image: -webkit-linear-gradient(top, #da1711, #ad120d);
  background-image: -o-linear-gradient(top, #da1711, #ad120d);
  background-image: linear-gradient(top, #da1711, #ad120d);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #da1711, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #da1711, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.yellow .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.yellow .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ad120d), to(#da1711));
    background-image: -webkit-linear-gradient(top, #ad120d, #da1711);
    background-image: -o-linear-gradient(top, #ad120d, #da1711);
    background-image: linear-gradient(top, #ad120d, #da1711);
    color: #0088cc; }
  body.yellow .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#da1711), to(#ad120d));
    background-image: -webkit-linear-gradient(top, #da1711, #ad120d);
    background-image: -o-linear-gradient(top, #da1711, #ad120d);
    background-image: linear-gradient(top, #da1711, #ad120d);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.yellow .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #da1711;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.yellow .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c21e1f), to(#a21e1f));
  background-image: -webkit-linear-gradient(top, #c21e1f, #a21e1f);
  background-image: -o-linear-gradient(top, #c21e1f, #a21e1f);
  background-image: linear-gradient(top, #c21e1f, #a21e1f);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c21e1f, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c21e1f, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.yellow .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.yellow .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a21e1f), to(#c21e1f));
    background-image: -webkit-linear-gradient(top, #a21e1f, #c21e1f);
    background-image: -o-linear-gradient(top, #a21e1f, #c21e1f);
    background-image: linear-gradient(top, #a21e1f, #c21e1f);
    color: #0088cc; }
  body.yellow .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c21e1f), to(#a21e1f));
    background-image: -webkit-linear-gradient(top, #c21e1f, #a21e1f);
    background-image: -o-linear-gradient(top, #c21e1f, #a21e1f);
    background-image: linear-gradient(top, #c21e1f, #a21e1f);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.yellow .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #c21e1f;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }
/*------------------------*/
body.blue .header {
  height: auto; }
  body.blue .header .header_right_element {
    display: none; }
  body.blue .header .header_button {
    display: inline-block; }

body.green  .hed_page {
  background-color: #ffc000;
}
body.blue  .hed_page {
  background-color: #d99694;
}
body.azure  .hed_page {
  background-color: #558ed5;
}
body.gray  .hed_page {
  background-color: #00b0f0;
}
body.yellow  .hed_page {
  background-color: #ff0000;
}
body.pink  .hed_page {
  background-color: #ffff00;
}
body.cyanic  .hed_page {
  background-color: #ac7f00;
}
body.orange  .hed_page {
  background-color: #00b050;
}
body.brown  .hed_page {
  background-color: #d9d9d9;
}
body.blue .footer {
  background-color: #d99694;
  color: #000; }
  body.blue .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.blue .footer .btn-default {
    color: #000;
    background-color: #dab0af;
    border: 1px solid #dab0af;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.blue .footer .input-group .form-control {
    color: #000;
    background-color: #dab0af;
    border-color: #dab0af; }
    body.blue .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.blue .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.blue .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.blue .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

body.gray .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71a8b9), to(#57a4bc));
  background-image: -webkit-linear-gradient(top, #71a8b9, #57a4bc);
  background-image: -o-linear-gradient(top, #71a8b9, #57a4bc);
  background-image: linear-gradient(top, #71a8b9, #57a4bc);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #71a8b9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #71a8b9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#57a4bc), to(#71a8b9));
    background-image: -webkit-linear-gradient(top, #57a4bc, #71a8b9);
    background-image: -o-linear-gradient(top, #57a4bc, #71a8b9);
    background-image: linear-gradient(top, #57a4bc, #71a8b9);
    color: #0088cc; }
  body.gray .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71a8b9), to(#57a4bc));
    background-image: -webkit-linear-gradient(top, #71a8b9, #57a4bc);
    background-image: -o-linear-gradient(top, #71a8b9, #57a4bc);
    background-image: linear-gradient(top, #71a8b9, #57a4bc);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #71a8b9;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a9ed2), to(#0093d4));
  background-image: -webkit-linear-gradient(top, #2a9ed2, #0093d4);
  background-image: -o-linear-gradient(top, #2a9ed2, #0093d4);
  background-image: linear-gradient(top, #2a9ed2, #0093d4);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #2a9ed2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #2a9ed2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0093d4), to(#2a9ed2));
    background-image: -webkit-linear-gradient(top, #0093d4, #2a9ed2);
    background-image: -o-linear-gradient(top, #0093d4, #2a9ed2);
    background-image: linear-gradient(top, #0093d4, #2a9ed2);
    color: #0088cc; }
  body.gray .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a9ed2), to(#0093d4));
    background-image: -webkit-linear-gradient(top, #2a9ed2, #0093d4);
    background-image: -o-linear-gradient(top, #2a9ed2, #0093d4);
    background-image: linear-gradient(top, #2a9ed2, #0093d4);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #2a9ed2;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#98c8ce), to(#84c4cb));
  background-image: -webkit-linear-gradient(top, #98c8ce, #84c4cb);
  background-image: -o-linear-gradient(top, #98c8ce, #84c4cb);
  background-image: linear-gradient(top, #98c8ce, #84c4cb);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #98c8ce, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #98c8ce, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84c4cb), to(#98c8ce));
    background-image: -webkit-linear-gradient(top, #84c4cb, #98c8ce);
    background-image: -o-linear-gradient(top, #84c4cb, #98c8ce);
    background-image: linear-gradient(top, #84c4cb, #98c8ce);
    color: #0088cc; }
  body.gray .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#98c8ce), to(#84c4cb));
    background-image: -webkit-linear-gradient(top, #98c8ce, #84c4cb);
    background-image: -o-linear-gradient(top, #98c8ce, #84c4cb);
    background-image: linear-gradient(top, #98c8ce, #84c4cb);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #98c8ce;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2498b3), to(#0094b7));
  background-image: -webkit-linear-gradient(top, #2498b3, #0094b7);
  background-image: -o-linear-gradient(top, #2498b3, #0094b7);
  background-image: linear-gradient(top, #2498b3, #0094b7);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #2498b3, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #2498b3, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0094b7), to(#2498b3));
    background-image: -webkit-linear-gradient(top, #0094b7, #2498b3);
    background-image: -o-linear-gradient(top, #0094b7, #2498b3);
    background-image: linear-gradient(top, #0094b7, #2498b3);
    color: #0088cc; }
  body.gray .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2498b3), to(#0094b7));
    background-image: -webkit-linear-gradient(top, #2498b3, #0094b7);
    background-image: -o-linear-gradient(top, #2498b3, #0094b7);
    background-image: linear-gradient(top, #2498b3, #0094b7);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #2498b3;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3b8d4), to(#8caad2));
  background-image: -webkit-linear-gradient(top, #a3b8d4, #8caad2);
  background-image: -o-linear-gradient(top, #a3b8d4, #8caad2);
  background-image: linear-gradient(top, #a3b8d4, #8caad2);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #a3b8d4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #a3b8d4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8caad2), to(#a3b8d4));
    background-image: -webkit-linear-gradient(top, #8caad2, #a3b8d4);
    background-image: -o-linear-gradient(top, #8caad2, #a3b8d4);
    background-image: linear-gradient(top, #8caad2, #a3b8d4);
    color: #0088cc; }
  body.gray .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a3b8d4), to(#8caad2));
    background-image: -webkit-linear-gradient(top, #a3b8d4, #8caad2);
    background-image: -o-linear-gradient(top, #a3b8d4, #8caad2);
    background-image: linear-gradient(top, #a3b8d4, #8caad2);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #a3b8d4;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4d5e6), to(#b0cce8));
  background-image: -webkit-linear-gradient(top, #c4d5e6, #b0cce8);
  background-image: -o-linear-gradient(top, #c4d5e6, #b0cce8);
  background-image: linear-gradient(top, #c4d5e6, #b0cce8);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c4d5e6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c4d5e6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b0cce8), to(#c4d5e6));
    background-image: -webkit-linear-gradient(top, #b0cce8, #c4d5e6);
    background-image: -o-linear-gradient(top, #b0cce8, #c4d5e6);
    background-image: linear-gradient(top, #b0cce8, #c4d5e6);
    color: #0088cc; }
  body.gray .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c4d5e6), to(#b0cce8));
    background-image: -webkit-linear-gradient(top, #c4d5e6, #b0cce8);
    background-image: -o-linear-gradient(top, #c4d5e6, #b0cce8);
    background-image: linear-gradient(top, #c4d5e6, #b0cce8);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #c4d5e6;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.azure .header {
  height: auto; }
  body.azure .header .header_right_element {
    display: none; }
  body.azure .header .header_button {
    display: inline-block; }

body.azure .footer {
  background-color: #558ed5;
  color: #000; }
  body.azure .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.azure .footer .btn-default {
    color: #000;
    background-color: #7aa2d4;
    border: 1px solid #7aa2d4;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.azure .footer .input-group .form-control {
    color: #000;
    background-color: #7aa2d4;
    border-color: #7aa2d4; }
    body.azure .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.azure .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.azure .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.azure .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

body.azure .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5f5f4), to(#c4f4f3));
  background-image: -webkit-linear-gradient(top, #d5f5f4, #c4f4f3);
  background-image: -o-linear-gradient(top, #d5f5f4, #c4f4f3);
  background-image: linear-gradient(top, #d5f5f4, #c4f4f3);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d5f5f4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d5f5f4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.azure .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.azure .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c4f4f3), to(#d5f5f4));
    background-image: -webkit-linear-gradient(top, #c4f4f3, #d5f5f4);
    background-image: -o-linear-gradient(top, #c4f4f3, #d5f5f4);
    background-image: linear-gradient(top, #c4f4f3, #d5f5f4);
    color: #0088cc; }
  body.azure .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d5f5f4), to(#c4f4f3));
    background-image: -webkit-linear-gradient(top, #d5f5f4, #c4f4f3);
    background-image: -o-linear-gradient(top, #d5f5f4, #c4f4f3);
    background-image: linear-gradient(top, #d5f5f4, #c4f4f3);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.azure .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #d5f5f4;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.azure .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#30c1d2), to(#00bed4));
  background-image: -webkit-linear-gradient(top, #30c1d2, #00bed4);
  background-image: -o-linear-gradient(top, #30c1d2, #00bed4);
  background-image: linear-gradient(top, #30c1d2, #00bed4);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #30c1d2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #30c1d2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.azure .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.azure .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00bed4), to(#30c1d2));
    background-image: -webkit-linear-gradient(top, #00bed4, #30c1d2);
    background-image: -o-linear-gradient(top, #00bed4, #30c1d2);
    background-image: linear-gradient(top, #00bed4, #30c1d2);
    color: #0088cc; }
  body.azure .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#30c1d2), to(#00bed4));
    background-image: -webkit-linear-gradient(top, #30c1d2, #00bed4);
    background-image: -o-linear-gradient(top, #30c1d2, #00bed4);
    background-image: linear-gradient(top, #30c1d2, #00bed4);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.azure .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #30c1d2;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.azure .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#26b3af), to(#0ab4af));
  background-image: -webkit-linear-gradient(top, #26b3af, #0ab4af);
  background-image: -o-linear-gradient(top, #26b3af, #0ab4af);
  background-image: linear-gradient(top, #26b3af, #0ab4af);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #26b3af, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #26b3af, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.azure .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.azure .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0ab4af), to(#26b3af));
    background-image: -webkit-linear-gradient(top, #0ab4af, #26b3af);
    background-image: -o-linear-gradient(top, #0ab4af, #26b3af);
    background-image: linear-gradient(top, #0ab4af, #26b3af);
    color: #0088cc; }
  body.azure .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26b3af), to(#0ab4af));
    background-image: -webkit-linear-gradient(top, #26b3af, #0ab4af);
    background-image: -o-linear-gradient(top, #26b3af, #0ab4af);
    background-image: linear-gradient(top, #26b3af, #0ab4af);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.azure .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #26b3af;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.azure .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#afd8e8), to(#9bd2e8));
  background-image: -webkit-linear-gradient(top, #afd8e8, #9bd2e8);
  background-image: -o-linear-gradient(top, #afd8e8, #9bd2e8);
  background-image: linear-gradient(top, #afd8e8, #9bd2e8);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #afd8e8, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #afd8e8, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.azure .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.azure .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9bd2e8), to(#afd8e8));
    background-image: -webkit-linear-gradient(top, #9bd2e8, #afd8e8);
    background-image: -o-linear-gradient(top, #9bd2e8, #afd8e8);
    background-image: linear-gradient(top, #9bd2e8, #afd8e8);
    color: #0088cc; }
  body.azure .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#afd8e8), to(#9bd2e8));
    background-image: -webkit-linear-gradient(top, #afd8e8, #9bd2e8);
    background-image: -o-linear-gradient(top, #afd8e8, #9bd2e8);
    background-image: linear-gradient(top, #afd8e8, #9bd2e8);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.azure .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #afd8e8;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.azure .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#669bdc), to(#527db1));
  background-image: -webkit-linear-gradient(top, #669bdc, #527db1);
  background-image: -o-linear-gradient(top, #669bdc, #527db1);
  background-image: linear-gradient(top, #669bdc, #527db1);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #669bdc, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #669bdc, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.azure .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.azure .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#527db1), to(#669bdc));
    background-image: -webkit-linear-gradient(top, #527db1, #669bdc);
    background-image: -o-linear-gradient(top, #527db1, #669bdc);
    background-image: linear-gradient(top, #527db1, #669bdc);
    color: #0088cc; }
  body.azure .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#669bdc), to(#527db1));
    background-image: -webkit-linear-gradient(top, #669bdc, #527db1);
    background-image: -o-linear-gradient(top, #669bdc, #527db1);
    background-image: linear-gradient(top, #669bdc, #527db1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.azure .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #669bdc;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.azure .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#86b5b4), to(#6cb2b1));
  background-image: -webkit-linear-gradient(top, #86b5b4, #6cb2b1);
  background-image: -o-linear-gradient(top, #86b5b4, #6cb2b1);
  background-image: linear-gradient(top, #86b5b4, #6cb2b1);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #86b5b4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #86b5b4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.azure .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.azure .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6cb2b1), to(#86b5b4));
    background-image: -webkit-linear-gradient(top, #6cb2b1, #86b5b4);
    background-image: -o-linear-gradient(top, #6cb2b1, #86b5b4);
    background-image: linear-gradient(top, #6cb2b1, #86b5b4);
    color: #0088cc; }
  body.azure .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#86b5b4), to(#6cb2b1));
    background-image: -webkit-linear-gradient(top, #86b5b4, #6cb2b1);
    background-image: -o-linear-gradient(top, #86b5b4, #6cb2b1);
    background-image: linear-gradient(top, #86b5b4, #6cb2b1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.azure .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #86b5b4;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray .header {
  height: auto; }
  body.gray .header .header_right_element {
    display: none; }
  body.gray .header .header_button {
    display: inline-block; }

body.gray .footer {
  background-color: #00b0f0;
  color: #000; }
  body.gray .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.gray .footer .btn-default {
    color: #000;
    background-color: #30baec;
    border: 1px solid #30baec;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.gray .footer .input-group .form-control {
    color: #000;
    background-color: #30baec;
    border-color: #30baec; }
    body.gray .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.gray .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.gray .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.gray .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

/*body.gray_2 .all-square .block_button .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7c6c6), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #c7c6c6, #aaaaaa);
  background-image: -o-linear-gradient(top, #c7c6c6, #aaaaaa);
  background-image: linear-gradient(top, #c7c6c6, #aaaaaa);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c7c6c6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c7c6c6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray_2 .all-square .block_button .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray_2 .all-square .block_button .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#c7c6c6));
    background-image: -webkit-linear-gradient(top, #aaaaaa, #c7c6c6);
    background-image: -o-linear-gradient(top, #aaaaaa, #c7c6c6);
    background-image: linear-gradient(top, #aaaaaa, #c7c6c6);
    color: #0088cc; }
  body.gray_2 .all-square .block_button .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c7c6c6), to(#aaaaaa));
    background-image: -webkit-linear-gradient(top, #c7c6c6, #aaaaaa);
    background-image: -o-linear-gradient(top, #c7c6c6, #aaaaaa);
    background-image: linear-gradient(top, #c7c6c6, #aaaaaa);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray_2 .all-square .block_button .button_green:active:after {
    color: #c7c6c6;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray_2 .all-square .block_button .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ced2d1), to(#b7bbba));
  background-image: -webkit-linear-gradient(top, #ced2d1, #b7bbba);
  background-image: -o-linear-gradient(top, #ced2d1, #b7bbba);
  background-image: linear-gradient(top, #ced2d1, #b7bbba);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ced2d1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ced2d1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray_2 .all-square .block_button .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray_2 .all-square .block_button .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b7bbba), to(#ced2d1));
    background-image: -webkit-linear-gradient(top, #b7bbba, #ced2d1);
    background-image: -o-linear-gradient(top, #b7bbba, #ced2d1);
    background-image: linear-gradient(top, #b7bbba, #ced2d1);
    color: #0088cc; }
  body.gray_2 .all-square .block_button .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ced2d1), to(#b7bbba));
    background-image: -webkit-linear-gradient(top, #ced2d1, #b7bbba);
    background-image: -o-linear-gradient(top, #ced2d1, #b7bbba);
    background-image: linear-gradient(top, #ced2d1, #b7bbba);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray_2 .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #ced2d1;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray_2 .all-square .block_button .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9fa2a9), to(#797c81));
  background-image: -webkit-linear-gradient(top, #9fa2a9, #797c81);
  background-image: -o-linear-gradient(top, #9fa2a9, #797c81);
  background-image: linear-gradient(top, #9fa2a9, #797c81);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #9fa2a9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #9fa2a9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray_2 .all-square .block_button .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray_2 .all-square .block_button .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#797c81), to(#9fa2a9));
    background-image: -webkit-linear-gradient(top, #797c81, #9fa2a9);
    background-image: -o-linear-gradient(top, #797c81, #9fa2a9);
    background-image: linear-gradient(top, #797c81, #9fa2a9);
    color: #0088cc; }
  body.gray_2 .all-square .block_button .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9fa2a9), to(#797c81));
    background-image: -webkit-linear-gradient(top, #9fa2a9, #797c81);
    background-image: -o-linear-gradient(top, #9fa2a9, #797c81);
    background-image: linear-gradient(top, #9fa2a9, #797c81);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray_2 .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #9fa2a9;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray_2 .all-square .block_button .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c7586), to(#34434d));
  background-image: -webkit-linear-gradient(top, #5c7586, #34434d);
  background-image: -o-linear-gradient(top, #5c7586, #34434d);
  background-image: linear-gradient(top, #5c7586, #34434d);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #5c7586, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #5c7586, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray_2 .all-square .block_button .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray_2 .all-square .block_button .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#34434d), to(#5c7586));
    background-image: -webkit-linear-gradient(top, #34434d, #5c7586);
    background-image: -o-linear-gradient(top, #34434d, #5c7586);
    background-image: linear-gradient(top, #34434d, #5c7586);
    color: #0088cc; }
  body.gray_2 .all-square .block_button .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5c7586), to(#34434d));
    background-image: -webkit-linear-gradient(top, #5c7586, #34434d);
    background-image: -o-linear-gradient(top, #5c7586, #34434d);
    background-image: linear-gradient(top, #5c7586, #34434d);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray_2 .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #5c7586;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray_2 .all-square .block_button .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#96acc1), to(#738494));
  background-image: -webkit-linear-gradient(top, #96acc1, #738494);
  background-image: -o-linear-gradient(top, #96acc1, #738494);
  background-image: linear-gradient(top, #96acc1, #738494);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #96acc1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #96acc1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray_2 .all-square .block_button .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray_2 .all-square .block_button .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#738494), to(#96acc1));
    background-image: -webkit-linear-gradient(top, #738494, #96acc1);
    background-image: -o-linear-gradient(top, #738494, #96acc1);
    background-image: linear-gradient(top, #738494, #96acc1);
    color: #0088cc; }
  body.gray_2 .all-square .block_button .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#96acc1), to(#738494));
    background-image: -webkit-linear-gradient(top, #96acc1, #738494);
    background-image: -o-linear-gradient(top, #96acc1, #738494);
    background-image: linear-gradient(top, #96acc1, #738494);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray_2 .all-square .block_button .button_green:active:after {
    color: #96acc1;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.gray_2 .all-square .block_button .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cac4be), to(#a8a39d));
  background-image: -webkit-linear-gradient(top, #cac4be, #a8a39d);
  background-image: -o-linear-gradient(top, #cac4be, #a8a39d);
  background-image: linear-gradient(top, #cac4be, #a8a39d);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #cac4be, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #cac4be, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.gray_2 .all-square .block_button .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.gray_2 .all-square .block_button .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a39d), to(#cac4be));
    background-image: -webkit-linear-gradient(top, #a8a39d, #cac4be);
    background-image: -o-linear-gradient(top, #a8a39d, #cac4be);
    background-image: linear-gradient(top, #a8a39d, #cac4be);
    color: #0088cc; }
  body.gray_2 .all-square .block_button .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cac4be), to(#a8a39d));
    background-image: -webkit-linear-gradient(top, #cac4be, #a8a39d);
    background-image: -o-linear-gradient(top, #cac4be, #a8a39d);
    background-image: linear-gradient(top, #cac4be, #a8a39d);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.gray_2 .all-square .block_button .button_green:active:after {
    color: #cac4be;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }
*/
body.yellow .header {
  height: auto; }
  body.yellow .header .header_right_element {
    display: none; }
  body.yellow .header .header_button {
    display: inline-block; }

body.yellow .footer {
  background-color: #ff0000;
  color: #000; }
  body.yellow .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.yellow .footer .btn-default {
    color: #000;
    background-color: #fa4949;
    border: 1px solid #fa4949;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.yellow .footer .input-group .form-control {
    color: #000;
    background-color: #fa4949;
    border-color: #fa4949; }
    body.yellow .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.yellow .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.yellow .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.yellow .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

body.green .all-square .block_button:nth-child(6n-5) .button_green, body.pink .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee95f), to(#e0d92e));
  background-image: -webkit-linear-gradient(top, #eee95f, #e0d92e);
  background-image: -o-linear-gradient(top, #eee95f, #e0d92e);
  background-image: linear-gradient(top, #eee95f, #e0d92e);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #eee95f, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #eee95f, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.green .all-square .block_button:nth-child(6n-5) .button_green:after,  body.pink .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.green .all-square .block_button:nth-child(6n-5) .button_green:hover, body.pink .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0d92e), to(#eee95f));
    background-image: -webkit-linear-gradient(top, #e0d92e, #eee95f);
    background-image: -o-linear-gradient(top, #e0d92e, #eee95f);
    background-image: linear-gradient(top, #e0d92e, #eee95f);
    color: #0088cc; }
  body.green .all-square .block_button:nth-child(6n-5) .button_green:active, body.pink .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee95f), to(#e0d92e));
    background-image: -webkit-linear-gradient(top, #eee95f, #e0d92e);
    background-image: -o-linear-gradient(top, #eee95f, #e0d92e);
    background-image: linear-gradient(top, #eee95f, #e0d92e);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.green .all-square .block_button:nth-child(6n-5) .button_green:active:after, body.pink .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #eee95f;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.green .all-square .block_button:nth-child(6n-4) .button_green, body.pink .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f95a), to(#def449));
  background-image: -webkit-linear-gradient(top, #e4f95a, #def449);
  background-image: -o-linear-gradient(top, #e4f95a, #def449);
  background-image: linear-gradient(top, #e4f95a, #def449);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #e4f95a, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #e4f95a, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.green .all-square .block_button:nth-child(6n-4) .button_green:after, body.pink .all-square .block_button:nth-child(6n-4) .button_green:after  {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.green .all-square .block_button:nth-child(6n-4) .button_green:hover, body.pink .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#def449), to(#e4f95a));
    background-image: -webkit-linear-gradient(top, #def449, #e4f95a);
    background-image: -o-linear-gradient(top, #def449, #e4f95a);
    background-image: linear-gradient(top, #def449, #e4f95a);
    color: #0088cc; }
  body.green .all-square .block_button:nth-child(6n-4) .button_green:active, body.pink .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f95a), to(#def449));
    background-image: -webkit-linear-gradient(top, #e4f95a, #def449);
    background-image: -o-linear-gradient(top, #e4f95a, #def449);
    background-image: linear-gradient(top, #e4f95a, #def449);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.green .all-square .block_button:nth-child(6n-4) .button_green:active:after, body.pink .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #e4f95a;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.green .all-square .block_button:nth-child(6n-3) .button_green, body.pink .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdcc2f), to(#e8b923));
  background-image: -webkit-linear-gradient(top, #fdcc2f, #e8b923);
  background-image: -o-linear-gradient(top, #fdcc2f, #e8b923);
  background-image: linear-gradient(top, #fdcc2f, #e8b923);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fdcc2f, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fdcc2f, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.green .all-square .block_button:nth-child(6n-3) .button_green:after, body.pink .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.green .all-square .block_button:nth-child(6n-3) .button_green:hover, body.pink .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8b923), to(#fdcc2f));
    background-image: -webkit-linear-gradient(top, #e8b923, #fdcc2f);
    background-image: -o-linear-gradient(top, #e8b923, #fdcc2f);
    background-image: linear-gradient(top, #e8b923, #fdcc2f);
    color: #0088cc; }
  body.green .all-square .block_button:nth-child(6n-3) .button_green:active,  body.pink .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdcc2f), to(#e8b923));
    background-image: -webkit-linear-gradient(top, #fdcc2f, #e8b923);
    background-image: -o-linear-gradient(top, #fdcc2f, #e8b923);
    background-image: linear-gradient(top, #fdcc2f, #e8b923);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.green .all-square .block_button:nth-child(6n-3) .button_green:active:after, body.pink .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #fdcc2f;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.green .all-square .block_button:nth-child(6n-2) .button_green, body.pink .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e5b8), to(#f0daa1));
  background-image: -webkit-linear-gradient(top, #f7e5b8, #f0daa1);
  background-image: -o-linear-gradient(top, #f7e5b8, #f0daa1);
  background-image: linear-gradient(top, #f7e5b8, #f0daa1);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f7e5b8, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f7e5b8, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.green .all-square .block_button:nth-child(6n-2) .button_green:after, body.pink .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.green .all-square .block_button:nth-child(6n-2) .button_green:hover, body.pink .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0daa1), to(#f7e5b8));
    background-image: -webkit-linear-gradient(top, #f0daa1, #f7e5b8);
    background-image: -o-linear-gradient(top, #f0daa1, #f7e5b8);
    background-image: linear-gradient(top, #f0daa1, #f7e5b8);
    color: #0088cc; }
  body.green .all-square .block_button:nth-child(6n-2) .button_green:active,  body.pink .all-square .block_button:nth-child(6n-2) .button_green:active  {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e5b8), to(#f0daa1));
    background-image: -webkit-linear-gradient(top, #f7e5b8, #f0daa1);
    background-image: -o-linear-gradient(top, #f7e5b8, #f0daa1);
    background-image: linear-gradient(top, #f7e5b8, #f0daa1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.green .all-square .block_button:nth-child(6n-2) .button_green:active:after, body.pink .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #f7e5b8;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.green .all-square .block_button:nth-child(6n-1) .button_green, body.pink .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edfbbc), to(#e4f5a7));
  background-image: -webkit-linear-gradient(top, #edfbbc, #e4f5a7);
  background-image: -o-linear-gradient(top, #edfbbc, #e4f5a7);
  background-image: linear-gradient(top, #edfbbc, #e4f5a7);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #edfbbc, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #edfbbc, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.green .all-square .block_button:nth-child(6n-1) .button_green:after, body.pink .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.green .all-square .block_button:nth-child(6n-1) .button_green:hover, body.pink .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f5a7), to(#edfbbc));
    background-image: -webkit-linear-gradient(top, #e4f5a7, #edfbbc);
    background-image: -o-linear-gradient(top, #e4f5a7, #edfbbc);
    background-image: linear-gradient(top, #e4f5a7, #edfbbc);
    color: #0088cc; }
  body.green .all-square .block_button:nth-child(6n-1) .button_green:active, body.pink .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edfbbc), to(#e4f5a7));
    background-image: -webkit-linear-gradient(top, #edfbbc, #e4f5a7);
    background-image: -o-linear-gradient(top, #edfbbc, #e4f5a7);
    background-image: linear-gradient(top, #edfbbc, #e4f5a7);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.green .all-square .block_button:nth-child(6n-1) .button_green:active:after, body.pink .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #edfbbc;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.green .all-square .block_button:nth-child(6n) .button_green, body.pink .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5e18b), to(#e2c12e));
  background-image: -webkit-linear-gradient(top, #f5e18b, #e2c12e);
  background-image: -o-linear-gradient(top, #f5e18b, #e2c12e);
  background-image: linear-gradient(top, #f5e18b, #e2c12e);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f5e18b, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f5e18b, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.green .all-square .block_button:nth-child(6n) .button_green:after, body.pink .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.green .all-square .block_button:nth-child(6n) .button_green:hover, body.pink .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2c12e), to(#f5e18b));
    background-image: -webkit-linear-gradient(top, #e2c12e, #f5e18b);
    background-image: -o-linear-gradient(top, #e2c12e, #f5e18b);
    background-image: linear-gradient(top, #e2c12e, #f5e18b);
    color: #0088cc; }
  body.green .all-square .block_button:nth-child(6n) .button_green:active, body.pink .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5e18b), to(#e2c12e));
    background-image: -webkit-linear-gradient(top, #f5e18b, #e2c12e);
    background-image: -o-linear-gradient(top, #f5e18b, #e2c12e);
    background-image: linear-gradient(top, #f5e18b, #e2c12e);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.green .all-square .block_button:nth-child(6n) .button_green:active:after, body.pink .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #f5e18b;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.pink .header {
  height: auto; }
  body.pink .header .header_right_element {
    display: none; }
  body.pink .header .header_button {
    display: inline-block; }

body.pink .footer {
  background-color: #ffff00;
  color: #000; }
  body.pink .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.pink .footer .btn-default {
    color: #000;
    background-color: #fcfc55;
    border: 1px solid #fcfc55;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.pink .footer .input-group .form-control {
    color: #000;
    background-color: #fcfc55;
    border-color: #fcfc55; }
    body.pink .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.pink .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.pink .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.pink .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

body.blue .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d99694), to(#ad7775));
  background-image: -webkit-linear-gradient(top, #d99694, #ad7775);
  background-image: -o-linear-gradient(top, #d99694, #ad7775);
  background-image: linear-gradient(top, #d99694, #ad7775);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d99694, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d99694, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.blue .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.blue .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ad7775), to(#d99694));
    background-image: -webkit-linear-gradient(top, #ad7775, #d99694);
    background-image: -o-linear-gradient(top, #ad7775, #d99694);
    background-image: linear-gradient(top, #ad7775, #d99694);
    color: #0088cc; }
  body.blue .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d99694), to(#ad7775));
    background-image: -webkit-linear-gradient(top, #d99694, #ad7775);
    background-image: -o-linear-gradient(top, #d99694, #ad7775);
    background-image: linear-gradient(top, #d99694, #ad7775);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.blue .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #d99694;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.blue .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fda7b6), to(#ff91a4));
  background-image: -webkit-linear-gradient(top, #fda7b6, #ff91a4);
  background-image: -o-linear-gradient(top, #fda7b6, #ff91a4);
  background-image: linear-gradient(top, #fda7b6, #ff91a4);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fda7b6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fda7b6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.blue .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.blue .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff91a4), to(#fda7b6));
    background-image: -webkit-linear-gradient(top, #ff91a4, #fda7b6);
    background-image: -o-linear-gradient(top, #ff91a4, #fda7b6);
    background-image: linear-gradient(top, #ff91a4, #fda7b6);
    color: #0088cc; }
  body.blue .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fda7b6), to(#ff91a4));
    background-image: -webkit-linear-gradient(top, #fda7b6, #ff91a4);
    background-image: -o-linear-gradient(top, #fda7b6, #ff91a4);
    background-image: linear-gradient(top, #fda7b6, #ff91a4);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.blue .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #fda7b6;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.blue .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbdfde), to(#f9ccca));
  background-image: -webkit-linear-gradient(top, #fbdfde, #f9ccca);
  background-image: -o-linear-gradient(top, #fbdfde, #f9ccca);
  background-image: linear-gradient(top, #fbdfde, #f9ccca);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fbdfde, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fbdfde, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.blue .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.blue .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9ccca), to(#fbdfde));
    background-image: -webkit-linear-gradient(top, #f9ccca, #fbdfde);
    background-image: -o-linear-gradient(top, #f9ccca, #fbdfde);
    background-image: linear-gradient(top, #f9ccca, #fbdfde);
    color: #0088cc; }
  body.blue .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbdfde), to(#f9ccca));
    background-image: -webkit-linear-gradient(top, #fbdfde, #f9ccca);
    background-image: -o-linear-gradient(top, #fbdfde, #f9ccca);
    background-image: linear-gradient(top, #fbdfde, #f9ccca);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.blue .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #fbdfde;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.blue .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f784b8), to(#de6fa1));
  background-image: -webkit-linear-gradient(top, #f784b8, #de6fa1);
  background-image: -o-linear-gradient(top, #f784b8, #de6fa1);
  background-image: linear-gradient(top, #f784b8, #de6fa1);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f784b8, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f784b8, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.blue .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.blue .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#de6fa1), to(#f784b8));
    background-image: -webkit-linear-gradient(top, #de6fa1, #f784b8);
    background-image: -o-linear-gradient(top, #de6fa1, #f784b8);
    background-image: linear-gradient(top, #de6fa1, #f784b8);
    color: #0088cc; }
  body.blue .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f784b8), to(#de6fa1));
    background-image: -webkit-linear-gradient(top, #f784b8, #de6fa1);
    background-image: -o-linear-gradient(top, #f784b8, #de6fa1);
    background-image: linear-gradient(top, #f784b8, #de6fa1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.blue .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #f784b8;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.blue .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb7f2), to(#ec9bdd));
  background-image: -webkit-linear-gradient(top, #ffb7f2, #ec9bdd);
  background-image: -o-linear-gradient(top, #ffb7f2, #ec9bdd);
  background-image: linear-gradient(top, #ffb7f2, #ec9bdd);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ffb7f2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ffb7f2, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.blue .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.blue .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec9bdd), to(#ffb7f2));
    background-image: -webkit-linear-gradient(top, #ec9bdd, #ffb7f2);
    background-image: -o-linear-gradient(top, #ec9bdd, #ffb7f2);
    background-image: linear-gradient(top, #ec9bdd, #ffb7f2);
    color: #0088cc; }
  body.blue .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb7f2), to(#ec9bdd));
    background-image: -webkit-linear-gradient(top, #ffb7f2, #ec9bdd);
    background-image: -o-linear-gradient(top, #ffb7f2, #ec9bdd);
    background-image: linear-gradient(top, #ffb7f2, #ec9bdd);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.blue .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #ffb7f2;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.blue .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f97cbf), to(#e850a2));
  background-image: -webkit-linear-gradient(top, #f97cbf, #e850a2);
  background-image: -o-linear-gradient(top, #f97cbf, #e850a2);
  background-image: linear-gradient(top, #f97cbf, #e850a2);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f97cbf, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f97cbf, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.blue .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.blue .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e850a2), to(#f97cbf));
    background-image: -webkit-linear-gradient(top, #e850a2, #f97cbf);
    background-image: -o-linear-gradient(top, #e850a2, #f97cbf);
    background-image: linear-gradient(top, #e850a2, #f97cbf);
    color: #0088cc; }
  body.blue .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f97cbf), to(#e850a2));
    background-image: -webkit-linear-gradient(top, #f97cbf, #e850a2);
    background-image: -o-linear-gradient(top, #f97cbf, #e850a2);
    background-image: linear-gradient(top, #f97cbf, #e850a2);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.blue .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #f97cbf;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .header {
  height: auto; }
  body.cyanic .header .header_right_element {
    display: none; }
  body.cyanic .header .header_button {
    display: inline-block; }

body.cyanic .footer {
  background-color: #ac7f00;
  color: #000; }
  body.cyanic .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.cyanic .footer .btn-default {
    color: #000;
    background-color: #caa333;
    border: 1px solid #caa333;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.cyanic .footer .input-group .form-control {
    color: #000;
    background-color: #caa333;
    border-color: #caa333; }
    body.cyanic .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.cyanic .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.cyanic .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.cyanic .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

body.cyanic .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#59c9b6), to(#32b69f));
  background-image: -webkit-linear-gradient(top, #59c9b6, #32b69f);
  background-image: -o-linear-gradient(top, #59c9b6, #32b69f);
  background-image: linear-gradient(top, #59c9b6, #32b69f);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #59c9b6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #59c9b6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#32b69f), to(#59c9b6));
    background-image: -webkit-linear-gradient(top, #32b69f, #59c9b6);
    background-image: -o-linear-gradient(top, #32b69f, #59c9b6);
    background-image: linear-gradient(top, #32b69f, #59c9b6);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59c9b6), to(#32b69f));
    background-image: -webkit-linear-gradient(top, #59c9b6, #32b69f);
    background-image: -o-linear-gradient(top, #59c9b6, #32b69f);
    background-image: linear-gradient(top, #59c9b6, #32b69f);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #59c9b6;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#79d3f9), to(#58bde8));
  background-image: -webkit-linear-gradient(top, #79d3f9, #58bde8);
  background-image: -o-linear-gradient(top, #79d3f9, #58bde8);
  background-image: linear-gradient(top, #79d3f9, #58bde8);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #79d3f9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #79d3f9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#58bde8), to(#79d3f9));
    background-image: -webkit-linear-gradient(top, #58bde8, #79d3f9);
    background-image: -o-linear-gradient(top, #58bde8, #79d3f9);
    background-image: linear-gradient(top, #58bde8, #79d3f9);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#79d3f9), to(#58bde8));
    background-image: -webkit-linear-gradient(top, #79d3f9, #58bde8);
    background-image: -o-linear-gradient(top, #79d3f9, #58bde8);
    background-image: linear-gradient(top, #79d3f9, #58bde8);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #79d3f9;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#98c8ce), to(#84c4cb));
  background-image: -webkit-linear-gradient(top, #98c8ce, #84c4cb);
  background-image: -o-linear-gradient(top, #98c8ce, #84c4cb);
  background-image: linear-gradient(top, #98c8ce, #84c4cb);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #98c8ce, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #98c8ce, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84c4cb), to(#98c8ce));
    background-image: -webkit-linear-gradient(top, #84c4cb, #98c8ce);
    background-image: -o-linear-gradient(top, #84c4cb, #98c8ce);
    background-image: linear-gradient(top, #84c4cb, #98c8ce);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#98c8ce), to(#84c4cb));
    background-image: -webkit-linear-gradient(top, #98c8ce, #84c4cb);
    background-image: -o-linear-gradient(top, #98c8ce, #84c4cb);
    background-image: linear-gradient(top, #98c8ce, #84c4cb);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #98c8ce;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2498b3), to(#0094b7));
  background-image: -webkit-linear-gradient(top, #2498b3, #0094b7);
  background-image: -o-linear-gradient(top, #2498b3, #0094b7);
  background-image: linear-gradient(top, #2498b3, #0094b7);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #2498b3, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #2498b3, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0094b7), to(#2498b3));
    background-image: -webkit-linear-gradient(top, #0094b7, #2498b3);
    background-image: -o-linear-gradient(top, #0094b7, #2498b3);
    background-image: linear-gradient(top, #0094b7, #2498b3);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2498b3), to(#0094b7));
    background-image: -webkit-linear-gradient(top, #2498b3, #0094b7);
    background-image: -o-linear-gradient(top, #2498b3, #0094b7);
    background-image: linear-gradient(top, #2498b3, #0094b7);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #2498b3;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2fdfd), to(#b2fefe));
  background-image: -webkit-linear-gradient(top, #c2fdfd, #b2fefe);
  background-image: -o-linear-gradient(top, #c2fdfd, #b2fefe);
  background-image: linear-gradient(top, #c2fdfd, #b2fefe);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c2fdfd, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c2fdfd, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2fefe), to(#c2fdfd));
    background-image: -webkit-linear-gradient(top, #b2fefe, #c2fdfd);
    background-image: -o-linear-gradient(top, #b2fefe, #c2fdfd);
    background-image: linear-gradient(top, #b2fefe, #c2fdfd);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c2fdfd), to(#b2fefe));
    background-image: -webkit-linear-gradient(top, #c2fdfd, #b2fefe);
    background-image: -o-linear-gradient(top, #c2fdfd, #b2fefe);
    background-image: linear-gradient(top, #c2fdfd, #b2fefe);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #c2fdfd;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5ed2c4), to(#41bbac));
  background-image: -webkit-linear-gradient(top, #5ed2c4, #41bbac);
  background-image: -o-linear-gradient(top, #5ed2c4, #41bbac);
  background-image: linear-gradient(top, #5ed2c4, #41bbac);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #5ed2c4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #5ed2c4, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#41bbac), to(#5ed2c4));
    background-image: -webkit-linear-gradient(top, #41bbac, #5ed2c4);
    background-image: -o-linear-gradient(top, #41bbac, #5ed2c4);
    background-image: linear-gradient(top, #41bbac, #5ed2c4);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5ed2c4), to(#41bbac));
    background-image: -webkit-linear-gradient(top, #5ed2c4, #41bbac);
    background-image: -o-linear-gradient(top, #5ed2c4, #41bbac);
    background-image: linear-gradient(top, #5ed2c4, #41bbac);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #5ed2c4;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.orange .header {
  height: auto; }
  body.orange .header .header_right_element {
    display: none; }
  body.orange .header .header_button {
    display: inline-block; }

body.orange .footer {
  background-color: #00b050;
  color: #000; }
  body.orange .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.orange .footer .btn-default {
    color: #000;
    background-color: #37b972;
    border: 1px solid #37b972;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.orange .footer .input-group .form-control {
    color: #000;
    background-color: #37b972;
    border-color: #37b972; }
    body.orange .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.orange .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.orange .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.orange .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }

body.cyanic .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ad55), to(#e99025));
  background-image: -webkit-linear-gradient(top, #f6ad55, #e99025);
  background-image: -o-linear-gradient(top, #f6ad55, #e99025);
  background-image: linear-gradient(top, #f6ad55, #e99025);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f6ad55, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f6ad55, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e99025), to(#f6ad55));
    background-image: -webkit-linear-gradient(top, #e99025, #f6ad55);
    background-image: -o-linear-gradient(top, #e99025, #f6ad55);
    background-image: linear-gradient(top, #e99025, #f6ad55);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ad55), to(#e99025));
    background-image: -webkit-linear-gradient(top, #f6ad55, #e99025);
    background-image: -o-linear-gradient(top, #f6ad55, #e99025);
    background-image: linear-gradient(top, #f6ad55, #e99025);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #f6ad55;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a98623), to(#84681c));
  background-image: -webkit-linear-gradient(top, #a98623, #84681c);
  background-image: -o-linear-gradient(top, #a98623, #84681c);
  background-image: linear-gradient(top, #a98623, #84681c);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #a98623, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #a98623, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84681c), to(#a98623));
    background-image: -webkit-linear-gradient(top, #84681c, #a98623);
    background-image: -o-linear-gradient(top, #84681c, #a98623);
    background-image: linear-gradient(top, #84681c, #a98623);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a98623), to(#84681c));
    background-image: -webkit-linear-gradient(top, #a98623, #84681c);
    background-image: -o-linear-gradient(top, #a98623, #84681c);
    background-image: linear-gradient(top, #a98623, #84681c);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #a98623;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fda248), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #fda248, #ff7f00);
  background-image: -o-linear-gradient(top, #fda248, #ff7f00);
  background-image: linear-gradient(top, #fda248, #ff7f00);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fda248, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #fda248, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f00), to(#fda248));
    background-image: -webkit-linear-gradient(top, #ff7f00, #fda248);
    background-image: -o-linear-gradient(top, #ff7f00, #fda248);
    background-image: linear-gradient(top, #ff7f00, #fda248);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fda248), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #fda248, #ff7f00);
    background-image: -o-linear-gradient(top, #fda248, #ff7f00);
    background-image: linear-gradient(top, #fda248, #ff7f00);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #fda248;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c337), to(#ffbe00));
  background-image: -webkit-linear-gradient(top, #f3c337, #ffbe00);
  background-image: -o-linear-gradient(top, #f3c337, #ffbe00);
  background-image: linear-gradient(top, #f3c337, #ffbe00);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f3c337, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f3c337, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbe00), to(#f3c337));
    background-image: -webkit-linear-gradient(top, #ffbe00, #f3c337);
    background-image: -o-linear-gradient(top, #ffbe00, #f3c337);
    background-image: linear-gradient(top, #ffbe00, #f3c337);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c337), to(#ffbe00));
    background-image: -webkit-linear-gradient(top, #f3c337, #ffbe00);
    background-image: -o-linear-gradient(top, #f3c337, #ffbe00);
    background-image: linear-gradient(top, #f3c337, #ffbe00);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #f3c337;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9a383), to(#ff7f50));
  background-image: -webkit-linear-gradient(top, #f9a383, #ff7f50);
  background-image: -o-linear-gradient(top, #f9a383, #ff7f50);
  background-image: linear-gradient(top, #f9a383, #ff7f50);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f9a383, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f9a383, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f50), to(#f9a383));
    background-image: -webkit-linear-gradient(top, #ff7f50, #f9a383);
    background-image: -o-linear-gradient(top, #ff7f50, #f9a383);
    background-image: linear-gradient(top, #ff7f50, #f9a383);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9a383), to(#ff7f50));
    background-image: -webkit-linear-gradient(top, #f9a383, #ff7f50);
    background-image: -o-linear-gradient(top, #f9a383, #ff7f50);
    background-image: linear-gradient(top, #f9a383, #ff7f50);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #f9a383;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.cyanic .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9aa48), to(#ed9220));
  background-image: -webkit-linear-gradient(top, #f9aa48, #ed9220);
  background-image: -o-linear-gradient(top, #f9aa48, #ed9220);
  background-image: linear-gradient(top, #f9aa48, #ed9220);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f9aa48, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #f9aa48, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed9220), to(#f9aa48));
    background-image: -webkit-linear-gradient(top, #ed9220, #f9aa48);
    background-image: -o-linear-gradient(top, #ed9220, #f9aa48);
    background-image: linear-gradient(top, #ed9220, #f9aa48);
    color: #0088cc; }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9aa48), to(#ed9220));
    background-image: -webkit-linear-gradient(top, #f9aa48, #ed9220);
    background-image: -o-linear-gradient(top, #f9aa48, #ed9220);
    background-image: linear-gradient(top, #f9aa48, #ed9220);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.cyanic .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #f9aa48;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .header {
  height: auto; }
  body.brown .header .header_right_element {
    display: none; }
  body.brown .header .header_button {
    display: inline-block; }

body.brown .footer {
  background-color: #d9d9d9;
  color: #000; }
  body.brown .footer .footer_block .left_element a {
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none; }
  body.brown .footer .btn-default {
    color: #000;
    background-color: #f7f5f5;
    border: 1px solid #f7f5f5;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.brown .footer .input-group .form-control {
    color: #000;
    background-color: #f7f5f5;
    border-color: #f7f5f5; }
    body.brown .footer .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    body.brown .footer .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    body.brown .footer .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    body.brown .footer .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }






body.brown .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7c6c6), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #c7c6c6, #aaaaaa);
  background-image: -o-linear-gradient(top, #c7c6c6, #aaaaaa);
  background-image: linear-gradient(top, #c7c6c6, #aaaaaa);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c7c6c6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #c7c6c6, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
body.brown .all-square .block_button:nth-child(6n-5) .button_green:after {
  color: #e9e6e4;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px; }
body.brown .all-square .block_button:nth-child(6n-5) .button_green:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#c7c6c6));
  background-image: -webkit-linear-gradient(top, #aaaaaa, #c7c6c6);
  background-image: -o-linear-gradient(top, #aaaaaa, #c7c6c6);
  background-image: linear-gradient(top, #aaaaaa, #c7c6c6);
  color: #0088cc; }
body.brown .all-square .block_button:nth-child(6n-5) .button_green:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7c6c6), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #c7c6c6, #aaaaaa);
  background-image: -o-linear-gradient(top, #c7c6c6, #aaaaaa);
  background-image: linear-gradient(top, #c7c6c6, #aaaaaa);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
body.brown .all-square .block_button:nth-child(6n-5) .button_green:active:after {
  color: #c7c6c6;
  text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ced2d1), to(#b7bbba));
  background-image: -webkit-linear-gradient(top, #ced2d1, #b7bbba);
  background-image: -o-linear-gradient(top, #ced2d1, #b7bbba);
  background-image: linear-gradient(top, #ced2d1, #b7bbba);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ced2d1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ced2d1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
body.brown .all-square .block_button:nth-child(6n-4) .button_green:after {
  color: #e9e6e4;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px; }
body.brown .all-square .block_button:nth-child(6n-4) .button_green:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b7bbba), to(#ced2d1));
  background-image: -webkit-linear-gradient(top, #b7bbba, #ced2d1);
  background-image: -o-linear-gradient(top, #b7bbba, #ced2d1);
  background-image: linear-gradient(top, #b7bbba, #ced2d1);
  color: #0088cc; }
body.brown .all-square .block_button:nth-child(6n-4) .button_green:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ced2d1), to(#b7bbba));
  background-image: -webkit-linear-gradient(top, #ced2d1, #b7bbba);
  background-image: -o-linear-gradient(top, #ced2d1, #b7bbba);
  background-image: linear-gradient(top, #ced2d1, #b7bbba);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
body.brown .all-square .block_button:nth-child(6n-4) .button_green:active:after {
  color: #ced2d1;
  text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9fa2a9), to(#797c81));
  background-image: -webkit-linear-gradient(top, #9fa2a9, #797c81);
  background-image: -o-linear-gradient(top, #9fa2a9, #797c81);
  background-image: linear-gradient(top, #9fa2a9, #797c81);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #9fa2a9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #9fa2a9, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
body.brown .all-square .block_button:nth-child(6n-3) .button_green:after {
  color: #e9e6e4;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px; }
body.brown .all-square .block_button:nth-child(6n-3) .button_green:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#797c81), to(#9fa2a9));
  background-image: -webkit-linear-gradient(top, #797c81, #9fa2a9);
  background-image: -o-linear-gradient(top, #797c81, #9fa2a9);
  background-image: linear-gradient(top, #797c81, #9fa2a9);
  color: #0088cc; }
body.brown .all-square .block_button:nth-child(6n-3) .button_green:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9fa2a9), to(#797c81));
  background-image: -webkit-linear-gradient(top, #9fa2a9, #797c81);
  background-image: -o-linear-gradient(top, #9fa2a9, #797c81);
  background-image: linear-gradient(top, #9fa2a9, #797c81);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
body.brown .all-square .block_button:nth-child(6n-3) .button_green:active:after {
  color: #9fa2a9;
  text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c7586), to(#34434d));
  background-image: -webkit-linear-gradient(top, #5c7586, #34434d);
  background-image: -o-linear-gradient(top, #5c7586, #34434d);
  background-image: linear-gradient(top, #5c7586, #34434d);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #5c7586, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #5c7586, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
body.brown .all-square .block_button:nth-child(6n-2) .button_green:after {
  color: #e9e6e4;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px; }
body.brown .all-square .block_button:nth-child(6n-2) .button_green:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34434d), to(#5c7586));
  background-image: -webkit-linear-gradient(top, #34434d, #5c7586);
  background-image: -o-linear-gradient(top, #34434d, #5c7586);
  background-image: linear-gradient(top, #34434d, #5c7586);
  color: #0088cc; }
body.brown .all-square .block_button:nth-child(6n-2) .button_green:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c7586), to(#34434d));
  background-image: -webkit-linear-gradient(top, #5c7586, #34434d);
  background-image: -o-linear-gradient(top, #5c7586, #34434d);
  background-image: linear-gradient(top, #5c7586, #34434d);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
body.brown .all-square .block_button:nth-child(6n-2) .button_green:active:after {
  color: #5c7586;
  text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#96acc1), to(#738494));
  background-image: -webkit-linear-gradient(top, #96acc1, #738494);
  background-image: -o-linear-gradient(top, #96acc1, #738494);
  background-image: linear-gradient(top, #96acc1, #738494);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #96acc1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #96acc1, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
body.brown .all-square .block_button:nth-child(6n-1) .button_green:after {
  color: #e9e6e4;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px; }
body.brown .all-square .block_button:nth-child(6n-1) .button_green:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#738494), to(#96acc1));
  background-image: -webkit-linear-gradient(top, #738494, #96acc1);
  background-image: -o-linear-gradient(top, #738494, #96acc1);
  background-image: linear-gradient(top, #738494, #96acc1);
  color: #0088cc; }
body.brown .all-square .block_button:nth-child(6n-1) .button_green:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#96acc1), to(#738494));
  background-image: -webkit-linear-gradient(top, #96acc1, #738494);
  background-image: -o-linear-gradient(top, #96acc1, #738494);
  background-image: linear-gradient(top, #96acc1, #738494);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
body.brown .all-square .block_button:nth-child(6n-1) .button_green:active:after {
  color: #96acc1;
  text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cac4be), to(#a8a39d));
  background-image: -webkit-linear-gradient(top, #cac4be, #a8a39d);
  background-image: -o-linear-gradient(top, #cac4be, #a8a39d);
  background-image: linear-gradient(top, #cac4be, #a8a39d);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #cac4be, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #cac4be, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
body.brown .all-square .block_button:nth-child(6n) .button_green:after {
  color: #e9e6e4;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px; }
body.brown .all-square .block_button:nth-child(6n) .button_green:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a39d), to(#cac4be));
  background-image: -webkit-linear-gradient(top, #a8a39d, #cac4be);
  background-image: -o-linear-gradient(top, #a8a39d, #cac4be);
  background-image: linear-gradient(top, #a8a39d, #cac4be);
  color: #0088cc; }
body.brown .all-square .block_button:nth-child(6n) .button_green:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cac4be), to(#a8a39d));
  background-image: -webkit-linear-gradient(top, #cac4be, #a8a39d);
  background-image: -o-linear-gradient(top, #cac4be, #a8a39d);
  background-image: linear-gradient(top, #cac4be, #a8a39d);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
body.brown .all-square .block_button:nth-child(6n) .button_green:active:after {
  color: #cac4be;
  text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }






/*body.brown .all-square .block_button:nth-child(6n-5) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b27871), to(#99544b));
  background-image: -webkit-linear-gradient(top, #b27871, #99544b);
  background-image: -o-linear-gradient(top, #b27871, #99544b);
  background-image: linear-gradient(top, #b27871, #99544b);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #b27871, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #b27871, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.brown .all-square .block_button:nth-child(6n-5) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.brown .all-square .block_button:nth-child(6n-5) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#99544b), to(#b27871));
    background-image: -webkit-linear-gradient(top, #99544b, #b27871);
    background-image: -o-linear-gradient(top, #99544b, #b27871);
    background-image: linear-gradient(top, #99544b, #b27871);
    color: #0088cc; }
  body.brown .all-square .block_button:nth-child(6n-5) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b27871), to(#99544b));
    background-image: -webkit-linear-gradient(top, #b27871, #99544b);
    background-image: -o-linear-gradient(top, #b27871, #99544b);
    background-image: linear-gradient(top, #b27871, #99544b);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.brown .all-square .block_button:nth-child(6n-5) .button_green:active:after {
    color: #b27871;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-4) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b38864), to(#966a45));
  background-image: -webkit-linear-gradient(top, #b38864, #966a45);
  background-image: -o-linear-gradient(top, #b38864, #966a45);
  background-image: linear-gradient(top, #b38864, #966a45);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #b38864, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #b38864, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.brown .all-square .block_button:nth-child(6n-4) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.brown .all-square .block_button:nth-child(6n-4) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#966a45), to(#b38864));
    background-image: -webkit-linear-gradient(top, #966a45, #b38864);
    background-image: -o-linear-gradient(top, #966a45, #b38864);
    background-image: linear-gradient(top, #966a45, #b38864);
    color: #0088cc; }
  body.brown .all-square .block_button:nth-child(6n-4) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b38864), to(#966a45));
    background-image: -webkit-linear-gradient(top, #b38864, #966a45);
    background-image: -o-linear-gradient(top, #b38864, #966a45);
    background-image: linear-gradient(top, #b38864, #966a45);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.brown .all-square .block_button:nth-child(6n-4) .button_green:active:after {
    color: #b38864;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-3) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ab6329), to(#9b4f11));
  background-image: -webkit-linear-gradient(top, #ab6329, #9b4f11);
  background-image: -o-linear-gradient(top, #ab6329, #9b4f11);
  background-image: linear-gradient(top, #ab6329, #9b4f11);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ab6329, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #ab6329, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.brown .all-square .block_button:nth-child(6n-3) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.brown .all-square .block_button:nth-child(6n-3) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9b4f11), to(#ab6329));
    background-image: -webkit-linear-gradient(top, #9b4f11, #ab6329);
    background-image: -o-linear-gradient(top, #9b4f11, #ab6329);
    background-image: linear-gradient(top, #9b4f11, #ab6329);
    color: #0088cc; }
  body.brown .all-square .block_button:nth-child(6n-3) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ab6329), to(#9b4f11));
    background-image: -webkit-linear-gradient(top, #ab6329, #9b4f11);
    background-image: -o-linear-gradient(top, #ab6329, #9b4f11);
    background-image: linear-gradient(top, #ab6329, #9b4f11);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.brown .all-square .block_button:nth-child(6n-3) .button_green:active:after {
    color: #ab6329;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-2) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#904e16), to(#6d3301));
  background-image: -webkit-linear-gradient(top, #904e16, #6d3301);
  background-image: -o-linear-gradient(top, #904e16, #6d3301);
  background-image: linear-gradient(top, #904e16, #6d3301);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #904e16, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #904e16, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.brown .all-square .block_button:nth-child(6n-2) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.brown .all-square .block_button:nth-child(6n-2) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d3301), to(#904e16));
    background-image: -webkit-linear-gradient(top, #6d3301, #904e16);
    background-image: -o-linear-gradient(top, #6d3301, #904e16);
    background-image: linear-gradient(top, #6d3301, #904e16);
    color: #0088cc; }
  body.brown .all-square .block_button:nth-child(6n-2) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#904e16), to(#6d3301));
    background-image: -webkit-linear-gradient(top, #904e16, #6d3301);
    background-image: -o-linear-gradient(top, #904e16, #6d3301);
    background-image: linear-gradient(top, #904e16, #6d3301);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.brown .all-square .block_button:nth-child(6n-2) .button_green:active:after {
    color: #904e16;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n-1) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d08f5b), to(#be763c));
  background-image: -webkit-linear-gradient(top, #d08f5b, #be763c);
  background-image: -o-linear-gradient(top, #d08f5b, #be763c);
  background-image: linear-gradient(top, #d08f5b, #be763c);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d08f5b, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #d08f5b, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.brown .all-square .block_button:nth-child(6n-1) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.brown .all-square .block_button:nth-child(6n-1) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#be763c), to(#d08f5b));
    background-image: -webkit-linear-gradient(top, #be763c, #d08f5b);
    background-image: -o-linear-gradient(top, #be763c, #d08f5b);
    background-image: linear-gradient(top, #be763c, #d08f5b);
    color: #0088cc; }
  body.brown .all-square .block_button:nth-child(6n-1) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d08f5b), to(#be763c));
    background-image: -webkit-linear-gradient(top, #d08f5b, #be763c);
    background-image: -o-linear-gradient(top, #d08f5b, #be763c);
    background-image: linear-gradient(top, #d08f5b, #be763c);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.brown .all-square .block_button:nth-child(6n-1) .button_green:active:after {
    color: #d08f5b;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }

body.brown .all-square .block_button:nth-child(6n) .button_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#966a5d), to(#7f4e40));
  background-image: -webkit-linear-gradient(top, #966a5d, #7f4e40);
  background-image: -o-linear-gradient(top, #966a5d, #7f4e40);
  background-image: linear-gradient(top, #966a5d, #7f4e40);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #966a5d, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px #966a5d, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  float: left;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  body.brown .all-square .block_button:nth-child(6n) .button_green:after {
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px; }
  body.brown .all-square .block_button:nth-child(6n) .button_green:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7f4e40), to(#966a5d));
    background-image: -webkit-linear-gradient(top, #7f4e40, #966a5d);
    background-image: -o-linear-gradient(top, #7f4e40, #966a5d);
    background-image: linear-gradient(top, #7f4e40, #966a5d);
    color: #0088cc; }
  body.brown .all-square .block_button:nth-child(6n) .button_green:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#966a5d), to(#7f4e40));
    background-image: -webkit-linear-gradient(top, #966a5d, #7f4e40);
    background-image: -o-linear-gradient(top, #966a5d, #7f4e40);
    background-image: linear-gradient(top, #966a5d, #7f4e40);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5); }
  body.brown .all-square .block_button:nth-child(6n) .button_green:active:after {
    color: #966a5d;
    text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white; }
*/
.map {
  padding: 60px 0; }
  .map #map {
    display: block;
    height: 415px; }

.hed_page {
  margin-bottom: 35px; }
  .hed_page .hed_page_ins {
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .hed_page .hed_page_ins h2 {
      margin: 0;
      opacity: 0.89;
      color: black;
      font-family: "Verdana", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 1; }
    .hed_page .hed_page_ins .breadcrumb {
      margin-bottom: 0;
      background-color: transparent; }
      .hed_page .hed_page_ins .breadcrumb li, .hed_page .hed_page_ins .breadcrumb a {
        color: #000;
        font-family: "Verdana", sans-serif;
        font-size: 12px;
        font-weight: 300;
        line-height: 23px;
        text-transform: uppercase;
        text-decoration: none; }
        .hed_page .hed_page_ins .breadcrumb li.active, .hed_page .hed_page_ins .breadcrumb a.active {
          color: #443c3c;
          opacity: .9; }
      .hed_page .hed_page_ins .breadcrumb.white li, .hed_page .hed_page_ins .breadcrumb.white a {
        color: #fff; }
        .hed_page .hed_page_ins .breadcrumb.white li.active, .hed_page .hed_page_ins .breadcrumb.white a.active {
          color: #fff;
          opacity: .8; }
    .hed_page .hed_page_ins .breadcrumb > li + li:before {
      padding: 0 10px;
      color: #000;
      content: "\f105 ";
      font-family: "FontAwesome"; }
    .hed_page .hed_page_ins .breadcrumb.white > li + li:before {
      color: #fff; }

.info_block_contact {
  padding-bottom: 40px; }
  .info_block_contact .item {
    margin-bottom: 30px;
    background-color: #fff;
    border-top: 2px #dd2a1b solid;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 40px 50px; }
    .info_block_contact .item h4 {
      margin-top: 0;
      color: #454545;
      font-family: Verdana;
      font-size: 20px;
      font-weight: 700;
      line-height: 39px;
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px #bfbfbf dashed;
      position: relative;
      padding-left: 65px; }
      .info_block_contact .item h4 i {
        display: inline-block;
        height: 60px;
        width: 60px;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 0; }
    .info_block_contact .item ul {
      padding-left: 0; }
      .info_block_contact .item ul li {
        list-style-type: none;
        padding-left: 32px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .info_block_contact .item ul li b {
          color: #2a2d32;
          font-family: "Verdana", sans-serif;
          font-size: 12px;
          text-transform: uppercase;
          line-height: 39px;
          min-width: 65px;
          margin-right: 10px;
          display: inline-block; }
        .info_block_contact .item ul li p, .info_block_contact .item ul li a {
          display: inline-block;
          margin: 0;
          font-family: "Verdana", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 39px;
          color: #3b3b3b; }
        .info_block_contact .item ul li.phone a:first-of-type {
          margin-right: 5px; }
        .info_block_contact .item ul li.phone:before {
          content: '\f095';
          position: absolute;
          width: 32px;
          height: 39px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 14px;
          color: #dd2a1b; }
        .info_block_contact .item ul li.email:before {
          content: '';
          background-image: url('../images/at-red.svg');
          background-position: left;
          background-repeat: no-repeat;
          background-size: 35%;
          position: absolute;
          width: 32px;
          height: 39px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          left: 0;
          top: 0;
         /* font-family: "FontAwesome";*/
          font-size: 14px;
          color: #dd2a1b; }
        .info_block_contact .item ul li.marker:before {
          content: '\f041';
          position: absolute;
          width: 32px;
          height: 39px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 14px;
          color: #dd2a1b; }

.furniture_sec1 .carus_elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .furniture_sec1 .carus_elem .left_block {
    height: 500px;
    width: 115px;
    padding-right: 15px; }
    .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item {
      border: 1px solid #e6e6e6;
      height: 110px;
      width: 100%;
      display: inline-block;
      padding: 2px;
      margin: 5px 0;
      outline: none; }
      .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item.slick-current {
        border-color: #dd2a1b; }
      .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture {
        height: 100%;
        width: 100%;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss {
    margin-top: 30px;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #b3b3b3; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss button {
      color: #787878;
      text-decoration: underline;
      background-color: transparent;
      border: 0;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss button:hover {
        color: #000; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss .element {
      display: inline-block;
      margin-left: 5px; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss > .second {
      display: none; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss > .first {
      display: none; }
  .furniture_sec1 .carus_elem .carusel_item_all {
    position: relative;
    background-color: white;
    border: 1px solid #e6e6e6;
    height: 500px;
    width: 430px;
    margin-left: 15px;
    padding: 20px; }
    .furniture_sec1 .carus_elem .carusel_item_all .item {
      height: 460px;
      width: 100px; }
      .furniture_sec1 .carus_elem .carusel_item_all .item a {
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      position: absolute;
      right: 20px;
      bottom: 20px; }
      .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left {
        padding: 8px 10px;
        background-color: #ededed;
        -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
                border-bottom-right-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left:hover {
          background-color: #dd2a1b; }
          .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_left:hover i {
            color: #fff; }
      .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right {
        padding: 8px 10px;
        background-color: #ededed;
        -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right:hover {
          background-color: #dd2a1b; }
          .furniture_sec1 .carus_elem .carusel_item_all .navig_carus_arrow .arrow_right:hover i {
            color: #fff; }

.furniture_sec1 .info_catalog_page .dropdown-descr-toggle {
  float: right;
  color: #959595;
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  border: 0;
  background-color: transparent; }
  .furniture_sec1 .info_catalog_page .dropdown-descr-toggle .added-text {
    display: none; }
  .furniture_sec1 .info_catalog_page .dropdown-descr-toggle.active .added-text {
    display: inline; }
  .furniture_sec1 .info_catalog_page .dropdown-descr-toggle.active .default-text {
    display: none; }

.furniture_sec1 .info_catalog_page .info_tait {
  color: #b3b3b3;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7.5px; }

.furniture_sec1 .info_catalog_page .taitl {
  color: #333;
  font-family: "Verdana", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}
.furniture_sec1 .info_catalog_page > .button {
  background-color: #dd2a1b;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 15px 30px;
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  margin-top: 7.5px; }
.furniture_sec1 .info_catalog_page > .print {
  background-color: transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 1px #959595 solid;
  padding: 8px 14px;
  color: #959595;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  float: right;
  transition: .5s;
}
.furniture_sec1 .info_catalog_page > .print:hover img {
  animation: jello .5s;
  transform-origin: center;
}

.furniture_sec1 .info_catalog_page > .print img {
  margin-left: 10px;
}
.furniture_sec1 .info_catalog_page > .print-Sasha span:before {
  content: '';
  height: 40px;
  width: 40px;
  display: inline-block;
  background-image: url('../images/printer.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.furniture_sec1 .info_catalog_page .contact_name {
  margin-top: 10px;
  margin-bottom: 7.5px;
  background-color: #f7f7f7;
  border: 1px dotted #dadada;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px;
  padding-top: 0; }
  .furniture_sec1 .info_catalog_page .contact_name .taitl_con {
    color: #404040;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf {
      padding-left: 55px;
      position: relative;
      min-height: 50px; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf i {
        position: absolute;
        height: 45px;
        width: 45px;
        display: inline-block;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        border: 2px #fff solid; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf p {
        font-family: "Verdana", sans-serif;
        color: black;
        font-size: 15px;
        line-height: 25px; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .name_inf span {
        font-family: "Verdana", sans-serif;
        color: #7d7d7d;
        font-size: 14px;
        line-height: 1; }
    .furniture_sec1 .info_catalog_page .contact_name .contact_element .info {
      padding-left: 30px;
      margin: 0;
      margin-left: 10px;
      border-left: 1px #e6e6e6 solid; }
      .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li {
        list-style-type: none;
        padding: 5px 0;
        padding-left: 40px;
        position: relative; }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li a {
          color: #424242;
          font-family: "Verdana", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          text-decoration: none; }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li.phone:before {
          content: '\f095 ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li.emdil:before {
          content: '';
          background-image: url('../images/at.svg');
          background-position: center;
          background-repeat: no-repeat;
          background-size: 45%;
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          /*font-family: "FontAwesome";
          font-size: 21px;
          color: #959595;*/ }
        .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li.skype:before {
          content: '\f17e ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }

.furniture_sec1 .info_catalog_page .text_info {
  margin-top: 20px; }
  .furniture_sec1 .info_catalog_page .text_info p {
    line-height: 1;
    margin-bottom: 12px;
    font-family: "Verdana", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 300;
    color: #111; }
    .furniture_sec1 .info_catalog_page .text_info p b {
      margin-right: 5px;
      color: #666; }

.furniture_sec1 .info_catalog_page .color_block_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 7.5px 0; }
  .furniture_sec1 .info_catalog_page .color_block_all span {
    margin-right: 15px;
    line-height: 32px;
    min-width: 85px;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 300; }
.furniture_sec1 .info_catalog_page .color_block .slick-track {
  width: 100% !important;
}
.furniture_sec1 .info_catalog_page .color_block {
  padding-left: 0;
  display: inline-block;
  width: 100%;}
  .furniture_sec1 .info_catalog_page .color_block .item {
    outline: none;
    list-style-type: none;
    display: inline-block;
    position: relative;
    width: auto !important;
    height: 30px;
    margin: 0 2px;
    opacity: 0.8;
    float: none; }
    .furniture_sec1 .info_catalog_page .color_block .item.slick-current .color_elem {
      opacity: 1;
      border: 2px solid #dd2a1b; }
    .furniture_sec1 .info_catalog_page .color_block .item .color_elem {
      height: 25px;
      width: 25px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: static;
      display: inline-block;
      top: 3px;
      left: 0;
      border: 2px solid #ccc; }

.furniture_sec2 {
  padding-bottom: 60px; }
  .furniture_sec2 .hed_carus2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    height: 90px;
    margin-bottom: 45px; }
    .furniture_sec2 .hed_carus2 h3 {
      color: #454444;
      font-family: "Verdana", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      margin: 0; }
    .furniture_sec2 .hed_carus2 .arrow_carus2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2 {
        padding: 8px 12px;
        background-color: #ededed;
        -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
                border-bottom-right-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2 i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2:hover {
          background-color: #dd2a1b; }
          .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_left2:hover i {
            color: #fff; }
      .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2 {
        padding: 8px 12px;
        background-color: #ededed;
        -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px;
        cursor: pointer;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2 i {
          color: #787878;
          font-size: 18px;
          font-weight: 400; }
        .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2:hover {
          background-color: #dd2a1b; }
          .furniture_sec2 .hed_carus2 .arrow_carus2 .arrow_right2:hover i {
            color: #fff; }
  .furniture_sec2 .carusel2 .item {
    margin: 0px 15px;
    height: 412px;
    background-color: white;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .furniture_sec2 .carusel2 .item .block_picture {
      height: 80%;
      width: 100%;
      padding: 15px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .furniture_sec2 .carusel2 .item .block_picture .picture_ins {
        display: inline-block;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain; }
      .furniture_sec2 .carusel2 .item .block_picture:hover {
        opacity: .8; }
    .furniture_sec2 .carusel2 .item .text_info {
      height: 20%;
      width: 100%;
      border-top: 1px solid #e6e6e6;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px; }
      .furniture_sec2 .carusel2 .item .text_info a {
        color: #333;
        font-family: "Verdana", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        text-align: center; }
      .furniture_sec2 .carusel2 .item .text_info span {
        color: #999;
        font-family: "Verdana", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px; }

.azure .furniture_sec1 .carus_elem .carusel_item_all, .gray .furniture_sec1 .carus_elem .carusel_item_all, .yellow .furniture_sec1 .carus_elem .carusel_item_all {
  padding: 0px; }

.azure .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item, .gray .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item, .yellow .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item {
  padding: 0; }

.azure .furniture_sec1 .carus_elem .carusel_item_all .item, .gray .furniture_sec1 .carus_elem .carusel_item_all .item, .yellow .furniture_sec1 .carus_elem .carusel_item_all .item {
  height: 100%; }

.azure .slick-slider, .gray .slick-slider, .yellow .slick-slider {
  height: 100%; }

.azure .furniture_sec1 .carus_elem .carusel_item_all .item a, .gray .furniture_sec1 .carus_elem .carusel_item_all .item a, .yellow .furniture_sec1 .carus_elem .carusel_item_all .item a {
  display: inline-block;
  height: 500px;
  width: 100%;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.azure .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture, .gray .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture, .yellow .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item .picture {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.azure .furniture_sec1 .carus_elem .left_block, .gray .furniture_sec1 .carus_elem .left_block, .yellow .furniture_sec1 .carus_elem .left_block {
  height: 500px;
  width: 115px;
  padding-right: 0; }

.azure .furniture_sec1 .info_catalog_page .text_info p, .gray .furniture_sec1 .info_catalog_page .text_info p, .yellow .furniture_sec1 .info_catalog_page .text_info p {
  line-height: 20px; }

.azure .furniture_sec1 .info_catalog_page .prise, .gray .furniture_sec1 .info_catalog_page .prise, .yellow .furniture_sec1 .info_catalog_page .prise {
  color: #393939;
  font-family: "Verdana", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 7.5px; }

.azure .furniture_sec1 a, .gray .furniture_sec1 a, .yellow .furniture_sec1 a {
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #2a2a2a;
  line-height: 20px;
  text-decoration: underline; }

.green .content .right_element .element .item .block_picture {
  padding: 15px; }

.green .content .left_bar .links li.active:before {
  background-color: #1a9c32; }

.green .content .left_bar .links li.active a {
  color: #1a9c32;
  border-color: #1a9c32; }

.green .content .left_bar .links li:hover:before {
  background-color: #1a9c32; }

.green .content .left_bar .links li:hover a {
  color: #1a9c32;
  border-color: #1a9c32; }

.content .left_bar {
  padding-left: 0; }
  .content .left_bar .links {
    padding-left: 0;
    padding-bottom: 60px; }
    .content .left_bar .links li {
      list-style-type: none;
      padding-left: 15px;
      margin-bottom: 20px;
      position: relative; }
      .content .left_bar .links li:before {
        content: '';
        display: inline-block;
        position: absolute;
        height: 5px;
        width: 5px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #2c2c2c;
        left: 2px;
        top: 7px; }
      .content .left_bar .links li.active:before {
        background-color: #dd2a1b; }
      .content .left_bar .links li.active a {
        color: #dd2a1b;
        border-color: #dd2a1b; }
      .content .left_bar .links li:hover:before {
        background-color: #dd2a1b; }
      .content .left_bar .links li:hover a {
        color: #dd2a1b;
        border-color: #dd2a1b; }
      .content .left_bar .links li a {
        display: inline-block;
        width: 100%;
        font-family: "Verdana", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #2c2c2c;
        line-height: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px #2c2c2c dotted; }
        .content .left_bar .links li a span {
          display: inline-block;
          max-width: 220px;
          padding-bottom: 2px;
          position: relative;
          top: 2px; }
          .content .left_bar .links li a span b {
            font-weight: 400;
            background-color: #fff; }
          .content .left_bar .links li a span:first-of-type {
            float: left; }
          .content .left_bar .links li a span:last-of-type {
            float: right;
            top: 3px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; }
    .content .left_bar .links ul {
      padding-left: 0;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 15px;
      margin-bottom: 20px; }
      .content .left_bar .links ul li {
        list-style-type: none;
        padding-left: 15px;
        margin-bottom: 10px;
        position: relative; }
        .content .left_bar .links ul li:last-of-type {
          margin-bottom: 0; }
        .content .left_bar .links ul li:before {
          display: none; }
        .content .left_bar .links ul li.active:before {
          background-color: #dd2a1b; }
        .content .left_bar .links ul li.active a {
          color: #dd2a1b;
          border-color: #dd2a1b; }
        .content .left_bar .links ul li:hover:before {
          background-color: #dd2a1b; }
        .content .left_bar .links ul li:hover a {
          color: #dd2a1b;
          border-color: #dd2a1b; }
        .content .left_bar .links ul li a {
          display: inline-block;
          width: 100%;
          font-family: "Verdana", sans-serif;
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          color: #2c2c2c;
          line-height: 1.2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-bottom: 1px #2c2c2c dotted; }
          .content .left_bar .links ul li a span {
            display: inline-block;
            max-width: 220px;
            padding-bottom: 2px;
            position: relative;
            top: 3px; }
            .content .left_bar .links ul li a span b {
              font-weight: 400;
              background-color: #fff; }
            .content .left_bar .links ul li a span:first-of-type {
              float: left; }
            .content .left_bar .links ul li a span:last-of-type {
              float: right;
              top: 3px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: end;
              -webkit-align-items: flex-end;
                  -ms-flex-align: end;
                      align-items: flex-end; }
  .content .left_bar .body-square {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    border-top: 1px #dedede solid; }
    .content .left_bar .body-square h5 {
      margin: 0;
      margin-bottom: 20px;
      color: #404040;
      font-family: "Verdana", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1; }
    .content .left_bar .body-square .name_inf {
      padding-left: 55px;
      position: relative;
      min-height: 50px; }
      .content .left_bar .body-square .name_inf i {
        position: absolute;
        height: 45px;
        width: 45px;
        display: inline-block;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover; }
      .content .left_bar .body-square .name_inf p {
        font-family: "Verdana", sans-serif;
        color: black;
        font-size: 15px;
        line-height: 25px; }
      .content .left_bar .body-square .name_inf span {
        font-family: "Verdana", sans-serif;
        color: #7d7d7d;
        font-size: 14px;
        line-height: 1; }
    .content .left_bar .body-square .info {
      padding-left: 0;
      margin: 0; }
      .content .left_bar .body-square .info li {
        list-style-type: none;
        padding: 5px 0;
        padding-left: 40px;
        position: relative; }
        .content .left_bar .body-square .info li a {
          color: #424242;
          font-family: "Verdana", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          text-decoration: none; }
        .content .left_bar .body-square .info li.phone:before {
          content: '\f095 ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }
        .content .left_bar .body-square .info li.emdil:before {
          content: '';
          background-image: url('../images/at.svg');
          background-position: center;
          background-repeat: no-repeat;
          background-size: 45%;
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          /*font-family: "FontAwesome";
          font-size: 21px;
          color: #959595;*/ }
        .content .left_bar .body-square .info li.skype:before {
          content: '\f17e ';
          position: absolute;
          width: 40px;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #959595; }

.content .right_element .element {
  margin-bottom: 30px; }
  .content .right_element .element .item {
    height: auto;
    background-color: white;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content .right_element .element .item.item_compane {
      height: 220px; }
      .content .right_element .element .item.item_compane .block_picture {
        height: 80%; }
      .content .right_element .element .item.item_compane .text_info {
        height: 20%; }
        .content .right_element .element .item.item_compane .text_info a {
          text-align: left;
          color: #999;
          font-family: "Verdana", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 16px; }
    .content .right_element .element .item .block_picture {
      height: 255px;
      width: 100%;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .content .right_element .element .item .block_picture .picture_ins {
        display: inline-block;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain; }
      .content .right_element .element .item .block_picture:hover {
        opacity: .8; }
    .content .right_element .element .item .text_info {
      height: auto;
      min-height: 87px;
      width: 100%;
      border-top: 1px solid #e6e6e6;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px; }
      .content .right_element .element .item .text_info.compane_text {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .content .right_element .element .item .text_info a {
        display: inline;
        color: #333;
        font-family: "Verdana", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        border: 0;
        background-color: transparent; }
      .content .right_element .element .item .text_info span {
        color: #999;
        font-family: "Verdana", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px; }
  .content .right_element .element .newspaper .picture {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .content .right_element .element .newspaper .taitl {
    text-align: left;
    display: inline-block;
    width: 100%;
    color: #999;
    font-family: "Verdana", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px #999 solid;
    padding-bottom: 25px;
    margin-bottom: 15px;
    padding-top: 25px; }
  .content .right_element .element .newspaper .download {
    color: #dd2a1b;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .content .right_element .element .newspaper .download:before {
      content: "\f15b";
      font-size: 26px;
      font-family: "FontAwesome";
      margin-right: 10px; }
  .content .right_element .element .newspaper .next_page {
    color: #dd2a1b;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .content .right_element .element .vacancies {
    padding: 30px;
    background-color: #f7f7f7;
    border: 1px solid #dadada;
    border-top: 3px #d8d8d8 solid; }
    .content .right_element .element .vacancies .taitl {
      font-family: "Verdana", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #2c2c2c;
      margin: 7.5px 0;
      display: inline-block;
      width: 100%; }
    .content .right_element .element .vacancies p {
      font-family: "Verdana", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #2c2c2c;
      margin: 7.5px 0;
      display: inline-block;
      width: 100%; }
      .content .right_element .element .vacancies p b {
        color: #dd2a1b; }
    .content .right_element .element .vacancies span {
      color: #999;
      font-family: "Verdana", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      display: inline-block;
      width: 100%;
      margin: 7.5px 0; }
      .content .right_element .element .vacancies span b {
        color: #000; }
    .content .right_element .element .vacancies .vacancies_button {
      padding: 5px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .content .right_element .element .vacancies a {
      text-align: center;
      margin: 7.5px;
      background-color: #f68b01;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px #f68b01 solid;
      padding: 15px 30px;
      color: white;
      font-family: "Verdana", sans-serif;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      letter-spacing: 1px; }
      .content .right_element .element .vacancies a:hover {
        background-color: transparent;
        color: #f68b01; }

.content .right_element .button_block {
  text-align: center;
  display: inline-block; }
  .content .right_element .button_block button {
    background-color: #dd2a1b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    border: 0;
    padding: 15px 30px;
    color: white;
    font-family: "Verdana", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px; }

.content .right_element .text {
  display: inline-block;
  margin-bottom: 50px;
  font-family: "Verdana", sans-serif;
  color: #666;
  font-size: 13px;
  font-weight: 300; }
  .content .right_element .text h1, .content .right_element .text h2, .content .right_element .text h3, .content .right_element .text h4, .content .right_element .text h5 {
    font-family: "Verdana", sans-serif;
    line-height: 22px;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px; }
  .content .right_element .text p {
    font-family: "Verdana", sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: 300; }
  .content .right_element .text ul {
    padding-top: 5px;
    padding-bottom: 15px;
    font-family: "Verdana", sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: 300; }
  .content .right_element .text .picture {
    display: inline-block;
    margin-bottom: 50px;
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .content .right_element .text .picture:before {
      content: '';
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #ccc;
      position: absolute;
      bottom: -25px;
      left: 0; }

.content .right_element .text_vacanc {
  display: inline-block;
  margin-bottom: 50px; }
  .content .right_element .text_vacanc h1, .content .right_element .text_vacanc h2, .content .right_element .text_vacanc h3, .content .right_element .text_vacanc h4, .content .right_element .text_vacanc h5 {
    font-family: "Verdana", sans-serif;
    line-height: 22px;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0; }
  .content .right_element .text_vacanc p {
    font-family: "Verdana", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400; }
  .content .right_element .text_vacanc ul li, .content .right_element .text_vacanc ol li {
    font-family: "Verdana", sans-serif;
    color: #403f3f;
    font-size: 16px;
    font-weight: 400; }
  .content .right_element .text_vacanc .vacancies_button {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .content .right_element .text_vacanc .vacancies_button a {
      text-align: center;
      margin: 7.5px;
      background-color: #f68b01;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px #f68b01 solid;
      padding: 15px 30px;
      color: white;
      font-family: "Verdana", sans-serif;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      letter-spacing: 1px; }
      .content .right_element .text_vacanc .vacancies_button a:hover {
        background-color: transparent;
        color: #f68b01; }

.color_block .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important; }

.btn-primary {
  background-color: #dd2a1b;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 15px 30px;
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase; }
  .btn-primary:hover {
    background-color: #dd2a1b;
    color: white; }
  .btn-primary:focus {
    background-color: #dd2a1b;
    color: white; }
  .btn-primary:active {
    background-color: #dd2a1b;
    color: white; }
  .btn-primary:active:focus {
    background-color: #dd2a1b;
    color: white; }

.table-secondary > th, .table-secondary > td {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.table-secondary {
  border-bottom: 1px solid #ddd; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-family: "Verdana", sans-serif; }

.descr-dropdown {
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 0 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .descr-dropdown.active {
    max-height: none; }
    .descr-dropdown.active:after {
      display: none; }
  .descr-dropdown.toggleActive {
    max-height: none; }
    .descr-dropdown.toggleActive:after {
      display: none; }
  .descr-dropdown.omgheight {
    max-height: 185px; }
    .descr-dropdown.omgheight.active {
      max-height: none; }
  .descr-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(100%, #fff), color-stop(10%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), #fff 100%, #fff 10%, #fff);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), #fff 100%, #fff 10%, #fff);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #fff 100%, #fff 10%, #fff); }

.dropdown-descr-toggle.toggleActive {
  display: none; }

.modal-title {
  text-align: center;
  font-family: "Verdana", sans-serif;
  color: #333;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  width: 100%; }

.form_modal .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.mat-div {
  margin-bottom: 15px;
  max-width: 250px; }
  .mat-div .mat-label {
    font-family: "Verdana", sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 100%; }
  .mat-div .mat-input {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 5px 10px;
    color: #000;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    display: inline-block; }
  .mat-div textarea {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 5px 10px;
    color: #000;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    display: inline-block;
    resize: none; }

.form_vacancies .mat-div {
  margin-bottom: 15px;
  max-width: 100%; }

.form_vacancies button {
  margin: 7.5px 0;
  background-color: #f68b01;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  border: 1px #f68b01 solid;
  padding: 15px 30px;
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  letter-spacing: 1px; }
  .form_vacancies button:hover {
    background-color: transparent;
    color: #f68b01; }

.mission h1, .mission h2, .mission h3, .mission h4, .mission h5 {
  margin: 0;
  margin-bottom: 10px;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1; }

.mission .taitl {
  margin: 0;
  margin-bottom: 10px;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1; }

.mission p {
  margin-bottom: 10px;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

.mission ul li {
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

.carusel_mission {
  position: relative;
  margin: 50px 0; }
  .carusel_mission .item {
    padding: 0 10px; }
    .carusel_mission .item a {
      display: inline-block;
      height: 200px;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      outline: none; }

.carusel_mission .arrow_left_tab, .big_carus .arrow_left2 {
  opacity: 0.7;
  width: 35px;
  height: 70px;
  margin: 0 !important;
  padding: 0 !important;
  right: 10px;
  z-index: 15;
  position: absolute;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  background-color: #dd2a1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.carusel_mission .arrow_left_tab:hover, .big_carus .arrow_left2:hover {
  opacity: 1;
  background-color: #a69991; }

.carusel_mission .arrow_left_tab:hover i, .big_carus .arrow_left2:hover i {
  border-top: 2px #594f4e solid;
  border-left: 2px #594f4e solid; }

.carusel_mission .arrow_left_tab i, .big_carus .arrow_left2 i {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  right: 7px; }

.carusel_mission .arrow_right_tab, .big_carus .arrow_right2 {
  opacity: 0.7;
  width: 35px;
  height: 70px;
  margin: 0 !important;
  padding: 0 !important;
  left: 10px;
  z-index: 15;
  padding: 10px;
  position: absolute;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  background-color: #dd2a1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.carusel_mission .arrow_right_tab:hover, .big_carus .arrow_right2:hover {
  opacity: 1;
  background-color: #a69991; }

.carusel_mission .arrow_right_tab:hover i, .big_carus .arrow_right2:hover i {
  border-top: 2px #594f4e solid;
  border-right: 2px #594f4e solid; }

.carusel_mission .arrow_right_tab i, .big_carus .arrow_right2 i {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: relative;
  right: -7px; }

.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .error h2 {
    font-family: "Verdana", sans-serif;
    font-size: 120px;
    font-weight: 700;
    padding: 0 15px;
    text-align: center; }
  .error p {
    font-family: "Verdana", sans-serif;
    font-size: 26px;
    font-weight: 400;
    padding: 0 15px;
    text-align: center; }
  .error a {
    font-family: "Verdana", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: red;
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    padding: 0 15px;
    text-align: center; }
    .error a:hover {
      text-decoration: underline; }

.modal-header {
  position: relative; }
  .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px; }
    .modal-header .close i {
      font-size: 28px; }

.sush_block .picture {
  display: inline-block;
  margin-bottom: 50px;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .sush_block .picture:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    bottom: -25px;
    left: 0; }

.sush_block .taitl {
  font-family: "Verdana", sans-serif;
  color: black;
  font-size: 15px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #ccc solid; }

.sush_block .data {
  font-family: "Verdana", sans-serif;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px; }

.sush_block p {
  font-family: "Verdana", sans-serif;
  color: black;
  font-size: 15px;
  line-height: 22px; }

.big_carus .item .picture {
  height: 500px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

.big_carus .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Verdana", sans-serif;
  color: black;
  font-size: 15px;
  line-height: 22px; }

.rezult_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .rezult_all .rezult:last-of-type {
    margin-left: 15px; }

.rezult {
  font-family: "Verdana", sans-serif;
  color: black;
  font-size: 15px;
  padding: 7.5px 0; }
  .rezult span {
    margin-left: 5px; }
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    font-family: "Verdana", sans-serif;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.furniture_sec1 .info_catalog_page .text_info table p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
tr > th, tr > td {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
@media (max-height: 800px) {
  .item-square {
    width: 150px;
    height: 150px;
  }
  .block_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 170px;
  }
  .all-square {
    padding: 0 297px;
  }
  .item-square a, .item-square span {
    font-size: 16px;
  }
  .item-square.one-square {
    height: 150px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px;
    margin-left: 5px;
}
.item-square .dropdown li a {
    font-size: 14px;
    line-height: 16px;
}
.item-square .dropdown {
  width: calc(100% + 20px);
}
.item-square.one-square.active {
    height: 150px;
}
.item-square.active {
  min-height: 150px;
}
}
@media (max-width: 1200px) {
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 300px; }
  .all-square {
    padding: 20px 198px; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element .info li a {
    font-size: 12px; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element .info {
    padding-left: 15px;
    margin-left: 15px; } }

@media (max-width: 991px) {
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 430px; }
  .all-square {
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .content .left_bar .links {
    padding-left: 0;
    padding-bottom: 15px; }
  .content .right_element .text {
    margin-bottom: 15px; }
  .furniture_sec1 .carus_elem .left_block {
    height: auto;
    width: auto; }
  .furniture_sec1 .carus_elem .carusel_item_all {
    height: 340px; }
  .furniture_sec1 .carus_elem .carusel_item_all .item {
    height: 300px; } }

@media (max-width: 1200px) {
  body.green .header, body.blue .header, body.azure .header, body.gray .header, body.yellow .header, body.pink .header, body.cyanic .header, body.orange .header, body.brown .header {
    height: 100px; }
    body.green .header .header_block, body.blue .header .header_block, body.azure .header .header_block, body.gray .header .header_block, body.yellow .header .header_block, body.pink .header .header_block, body.cyanic .header .header_block, body.orange .header .header_block, body.brown .header .header_block {
      width: 100%; }
    body.green .header .header_button, body.blue .header .header_button, body.azure .header .header_button, body.gray .header .header_button, body.yellow .header .header_button, body.pink .header .header_button, body.cyanic .header .header_button, body.orange .header .header_button, body.brown .header .header_button {
      display: none; }
    body.green .header .header_right_element, body.blue .header .header_right_element, body.azure .header .header_right_element, body.gray .header .header_right_element, body.yellow .header .header_right_element, body.pink .header .header_right_element, body.cyanic .header .header_right_element, body.orange .header .header_right_element, body.brown .header .header_right_element {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 20px; }
  .footer {
    padding: 15px; }
  .footer .footer_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 1200px) {
  .furniture_sec1 .carus_elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .yellow .furniture_sec1 .carus_elem .left_block, .azure .furniture_sec1 .carus_elem .left_block, .gray .furniture_sec1 .carus_elem .left_block {
    height: auto;
    width: auto;
    padding-right: 0; }
  .furniture_sec1 .carus_elem .left_block.imagesnew_dotted .item {
    margin: 5px; }
  .furniture_sec1 .carus_elem .carusel_item_all .item a {
    display: inline-block;
    height: 300px;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .yellow .furniture_sec1 .carus_elem .carusel_item_all .item, .azure .furniture_sec1 .carus_elem .carusel_item_all .item, .gray .furniture_sec1 .carus_elem .carusel_item_all .item {
    height: 340px; }
  .furniture_sec1 .carus_elem .right_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom {
      margin-bottom: 15px; }
      .furniture_sec1 .carus_elem .right_block .carus_advantages_bottom .blocWithNumberOfItemss {
        margin-top: 15px; }
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 100%;
    height: 340px; } }

@media (max-width: 767px) {
  .big_carus .item .picture {
    height: 280px; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .furniture_sec1 .info_catalog_page .contact_name .contact_element .info {
    padding-left: 0;
    margin: 0;
    margin-left: 0;
    border-left: 0; } }

@media (max-width: 480px) {
  .furniture_sec1 .carus_elem .carusel_item_all {
    width: 290px; }
  .header_block a {
    width: 120px; }
    .header_block a img {
      width: 100%; }
  .hed_page .hed_page_ins {
    padding: 15px 0 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer .footer_block .input-group {
    width: 100%; }
  .header .header_block .hamburger {
    cursor: pointer;
    margin-left: 0; }
  .mission {
    padding: 0; } }

.active-page:hover{
  background-color: #5c7586!important;
}
.text_status {
  text-align: center;
    font-family: "Verdana", sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
}
.valid-li {
    text-align: center;
    font-family: "Verdana", sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 90%;
    padding: 15px;
    margin: 0 auto;
}
.phone {
  display: flex;
  align-items: center;
}
.prise {
  color: #393939;
    font-family: "Verdana", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 7.5px;
}