body {
  font-family: OpenSansRegular !important;
  font-size: 12px;
  color: #333333; }

button:active, button:hover, button:focus, input:active, input:hover, input:focus, textarea:active, textarea:hover, textarea:focus, a:active, a:hover, a:focus {
  outline: 0;
  outline-offset: 0; }

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

header {
  width: 100%;
  background: white;
  z-index: 500;
  border-top: 5px solid #292929; }
  @media (max-width: 768px) {
    header {
      height: 184px; } }
  header.menu-fixed {
    position: fixed;
    border-bottom: 2px solid #333333; }
    header.menu-fixed .top_header {
      display: none; }
  header .menu-block-fixed {
    width: 100%;
    /*height: 50px;*/
    display: none;
    border-radius: 0; }
    header .menu-block-fixed.active {
      display: block; }
    header .menu-block-fixed nav {
      border-top: 1px solid #eaeaea;
      height: calc(100vh - 42px);
      background-color: white;
      overflow: auto;
      width: 100%;
      margin-top: -37px; }
      header .menu-block-fixed nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        header .menu-block-fixed nav ul li {
          height: 50px;
          border-bottom: 1px solid #eaeaea; }
          header .menu-block-fixed nav ul li a {
            height: 50px;
            display: table-cell;
            vertical-align: middle;
            color: #666666;
            width: 100%;
            font-size: 14px;
            padding: 0 15px; }
  header .header {
    height: 116px;
    overflow: hidden; }
    header .header .show-fixed-menu-block {
      padding: 0; }
    header .header .logo {
      padding: 33px 0px 0px 15px; }
      header .header .logo img {
        padding-left: 54px; }
      header .header .logo .logo-title {
        margin: 3px 0 0 15px; }
      @media (max-width: 768px) {
        header .header .logo {
          padding-left: 0;
          padding-top: 30px; }
          header .header .logo img {
            padding-left: 0;
            width: 133px;
            margin: 0 auto;
            display: block; } }
    header .header .main_menu {
      padding-top: 48px;
      padding-left: 84px; }
      header .header .main_menu ul {
        width: 475px; }
        header .header .main_menu ul {
          list-style-type: none;
          padding: 0;
          text-align: justify;
          height: 69px;
          margin: 0;
          text-justify: newspaper; }
          header .header .main_menu ul:after {
            width: 100%;
            height: 0;
            visibility: hidden;
            overflow: hidden;
            content: '';
            display: inline-block; }
        header .header .main_menu ul li {
          font-size: inherit;
          display: inline-block;
          text-align: left;
          vertical-align: middle; }
          header .header .main_menu ul li:after {
            content: '';
            margin-left: 15px;
            height: 13px;
            margin-top: -7px;
            width: 2px;
            display: inline-block;
            background: #a0a0a0; }
          header .header .main_menu ul li:last-child:after {
            content: none; }
          header .header .main_menu ul li a {
            color: #333333;
            font-size: 14px;
            height: 100%;
            font-family: OpenSansRegular;
            text-decoration: none; }
            header .header .main_menu ul li a:hover {
              color: #000000; }
    header .header .phone {
      margin-top: 27px;
      margin-bottom: 10px;
      font-size: 20px;
      cursor: pointer;
      width: 200px; }
      header .header .phone a {
        color: #333333;
        font-weight: bold; }
      header .header .phone .phone-icon {
        display: inline-block;
        width: 20px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: 0px -1px;
        background-image: url(../img/phone_black.png);
        margin-right: 4px; }
    header .header .call {
      padding: 0;
      margin-top: 25px;
      padding-left: 105px; }
      header .header .call a {
        width: 152px;
        height: 32px;
        display: inline-block;
        background-color: #9d127e;
        color: #ffffff;
        font-size: 13px;
        text-align: center;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 400;
        padding-top: 7px; }
        header .header .call a:hover {
          text-decoration: none; }
        header .header .call a .phone-icon {
          display: inline-block;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: 0px 1px;
          background-size: 16px;
          background-image: url(../img/phone.png);
          margin: 0 auto; }
        @media (max-width: 768px) {
          header .header .call a {
            width: 60px;
            float: right;
            margin-right: 20px; } }
      @media (max-width: 768px) {
        header .header .call {
          padding-left: 0; } }

main #video {
  height: 609px;
  overflow: hidden;
  border-top: 5px solid #333333;
  border-bottom: 5px solid #333333;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(204, 204, 204, 0.75); }
  main #video .overlay {
    width: 100%;
    position: absolute;
    height: 600px;
    z-index: 4; }
    main #video .overlay .inner-content {
      max-width: 900px;
      width: 100%;
      margin: 196px auto 0 auto; }
      main #video .overlay .inner-content h1 {
        font-size: 41px;
        font-weight: 400;
        margin-bottom: 9px;
        font-family: "OpenSansRegular"; }
        @media (max-width: 768px) {
          main #video .overlay .inner-content h1 {
            font-size: 30px; } }
      main #video .overlay .inner-content h2 {
        font-weight: 300;
        margin-top: 13px;
        margin-bottom: 30px;
        font-family: "OpenSansLight";
        font-size: 24px; }
      main #video .overlay .inner-content h3 {
        margin-left: 42px;
        text-align: center;
        font-family: "OpenSansLight";
        color: white; }
        main #video .overlay .inner-content h3 span {
          text-transform: uppercase;
          text-decoration: underline; }
        @media (max-width: 768px) {
          main #video .overlay .inner-content h3 {
            padding: 0 50px;
            margin: 0px; } }
      main #video .overlay .inner-content h1, main #video .overlay .inner-content h2 {
        color: #ffffff;
        text-align: center; }
      main #video .overlay .inner-content .form-block .input-block {
        max-width: 753px;
        width: 100%;
        margin: 28px auto 39px auto; }
        @media (max-width: 768px) {
          main #video .overlay .inner-content .form-block .input-block {
            margin-bottom: 20px; } }
      main #video .overlay .inner-content .form-block input {
        border: none;
        border-radius: 2px;
        background-color: white;
        width: 224px;
        height: 46px;
        padding-left: 34px;
        color: #333333;
        font-size: 13px;
        font-weight: normal;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
        main #video .overlay .inner-content .form-block input::-webkit-input-placeholder {
          color: #333333;
          font-weight: normal; }
        main #video .overlay .inner-content .form-block input::-moz-placeholder {
          color: #333333;
          font-weight: normal; }
        main #video .overlay .inner-content .form-block input:-moz-placeholder {
          color: #333333;
          font-weight: normal; }
        main #video .overlay .inner-content .form-block input:-ms-input-placeholder {
          color: #333333;
          font-weight: normal; }
        main #video .overlay .inner-content .form-block input.phone {
          background-image: url("../img/phone_input.png");
          background-repeat: no-repeat;
          background-position: 14px 17px;
          margin-left: 37px;
          margin-right: 37px; }
        main #video .overlay .inner-content .form-block input.name {
          background-image: url("../img/name_input.png");
          background-repeat: no-repeat;
          background-position: 14px 17px; }
        @media (max-width: 768px) {
          main #video .overlay .inner-content .form-block input {
            display: block;
            margin: 5px auto !important;
            width: 299px; }
            main #video .overlay .inner-content .form-block input:first-child {
              margin-bottom: 4px !important; } }
      main #video .overlay .inner-content .form-block button {
        border-radius: 3px;
        font-size: 16px;
        font-weight: 400;
        padding-top: 4px;
        border: none;
        background-color: #9d127e;
        width: 299px;
        height: 46px;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0 auto;
        display: block;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
      @media (max-width: 768px) {
        main #video .overlay .inner-content {
          margin-top: 20px; } }
  main #video img, main #video #front_video {
    position: absolute;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
    z-index: 1; }
main #icons-block {
  padding-top: 70px;
  padding-bottom: 60px; }
  main #icons-block .icon-block {
    width: 19.333333%; }
    main #icons-block .icon-block:first-child {
      margin-left: 20px; }
  main #icons-block .icon-block .icon {
    margin-bottom: 16px; }
    main #icons-block .icon-block .icon img {
      height: 44px;
      display: block;
      margin: 0 auto; }
  main #icons-block .icon-block .icon-title {
    text-align: center;
    font-size: 14px;
    color: black;
    line-height: 1.429; }
  @media (max-width: 768px) {
    main #icons-block {
      padding-bottom: 0px; }
      main #icons-block .icon-block {
        margin-bottom: 60px;
        margin-left: 0px;
        width: 50%; }
        main #icons-block .icon-block:first-child {
          margin-left: 0px; } }
main .grey-box {
  background-color: #f6f6f6; }
  main .grey-box #product-info .product-title {
    font-size: 24px;
    color: #333333;
    font-family: "OpenSansBold";
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0 40px 0; }
  main .grey-box #product-info .product-block {
    background-color: #ffffff;
    overflow: hidden; }
    main .grey-box #product-info .product-block .left-block .text-block {
      padding: 0 30px 0 30px;
      background-color: #292929;
      min-height: 292px;
      color: #dddddd;
      overflow: hidden; }
      main .grey-box #product-info .product-block .left-block .text-block .text-title {
        font-size: 18px;
        color: #f1f1f1;
        text-transform: uppercase;
        line-height: 1.722;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center; }
      main .grey-box #product-info .product-block .left-block .text-block .text {
        font-size: 16px;
        color: #dddddd;
        line-height: 1.688;
        text-align: left;
        margin-bottom: 18px; }
      main .grey-box #product-info .product-block .left-block .text-block .button-block {
        overflow: hidden;
        margin-bottom: 30px; }
        main .grey-box #product-info .product-block .left-block .text-block .button-block button {
          width: 200px;
          height: 36px;
          font-size: 14px;
          border: 1px solid #dddddd;
          border-radius: 3px;
          background-color: #292929;
          color: #ffffff;
          text-transform: uppercase;
          padding-top: 4px;
          margin: 0 auto;
          display: block;
          transition: all .1s linear; }
          main .grey-box #product-info .product-block .left-block .text-block .button-block button::hover {
            background-color: #1f1f1f; }
    main .grey-box #product-info .product-block .left-block .bottom-left {
      height: 292px;
      overflow: hidden; }
      main .grey-box #product-info .product-block .left-block .bottom-left img {
        margin: 28px auto 30px auto;
        width: 146px;
        display: block; }
      main .grey-box #product-info .product-block .left-block .bottom-left .top-title {
        font-size: 19px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 24px; }
      main .grey-box #product-info .product-block .left-block .bottom-left .bottom-title {
        font-size: 19px;
        text-transform: uppercase;
        text-align: center; }
    main .grey-box #product-info .product-block .left-block .bottom-right {
      height: 292px;
      padding: 0;
      overflow: hidden; }
      main .grey-box #product-info .product-block .left-block .bottom-right .overlay {
        width: 100%;
        background-color: rgba(51, 51, 51, 0.502);
        position: absolute;
        height: 100%;
        z-index: 4; }
        main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content {
          padding: 0 20px; }
          main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content .title {
            margin: 20px auto 44px auto;
            font-size: 21px;
            color: white;
            line-height: 1.2;
            position: relative;
            height: 39px;
            display: block;
            width: 246px; }
            main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content .title .info-icon {
              position: absolute;
              left: 0;
              margin: 0 16px -6px 0;
              width: 31px;
              height: 31px;
              display: inline-block;
              background-size: 31px;
              background-image: url("../img/information.svg"); }
            main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content .title .text1 {
              position: absolute;
              left: 42px;
              max-width: 210px;
              text-align: left; }
          main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content .text {
            font-size: 18px;
            color: white;
            line-height: 1.2;
            text-align: center;
            margin-bottom: 30px; }
          main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content .bottom-text {
            font-size: 30px;
            color: white;
            line-height: 1.2;
            text-align: center; }
            main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content .bottom-text .small {
              font-size: 24px; }
          @media (max-width: 768px) {
            main .grey-box #product-info .product-block .left-block .bottom-right .overlay .inner-content {
              margin-top: 50px; } }
      main .grey-box #product-info .product-block .left-block .bottom-right img {
        width: 100%;
        display: block;
        position: absolute;
        z-index: 1; }
    main .grey-box #product-info .product-block .right-block .text-block {
      padding: 0; }
      main .grey-box #product-info .product-block .right-block .text-block img {
        min-width: 601px;
        width: 100%; }
    main .grey-box #product-info .product-block .right-block .title {
      font-size: 18px;
      color: #333333;
      text-transform: uppercase;
      line-height: 1.292;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
      font-weight: bold; }
    main .grey-box #product-info .product-block .right-block .text {
      text-align: center;
      font-size: 16px;
      padding: 0 21px;
      font-weight: bold; }
    main .grey-box #product-info .product-block .right-block .image {
      margin-bottom: 40px; }
      main .grey-box #product-info .product-block .right-block .image img {
        display: block;
        margin: 0 auto; }
    main .grey-box #product-info .product-block .right-block .name {
      font-size: 16px;
      color: #666666;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: center; }
      @media (max-width: 768px) {
        main .grey-box #product-info .product-block .right-block .name .mobile-br {
          display: block; } }
    main .grey-box #product-info .product-block .right-block .button button {
      display: block;
      border: none;
      border-radius: 3px;
      background-color: #9d127e;
      width: 285px;
      height: 44px;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      margin: 34px auto 34px auto;
      padding-top: 6px; }
    main .grey-box #product-info .product-block .left-block, main .grey-box #product-info .product-block .right-block {
      padding: 0; }
  main .grey-box #about-block {
    margin-bottom: 50px;
    overflow: hidden; }
    main .grey-box #about-block h2 {
      font-size: 24px;
      color: #292929;
      font-family: "OpenSansBold";
      text-transform: uppercase;
      line-height: 1.292;
      text-align: center;
      margin: 90px 0 40px 0; }
      @media (max-width: 768px) {
        main .grey-box #about-block h2 {
          margin-top: 60px; } }
    main .grey-box #about-block .logo {
      width: 270px;
      float: left; }
      main .grey-box #about-block .logo img {
        margin: 0 auto;
        display: block; }
    main .grey-box #about-block .text {
      max-width: 896px;
      width: 100%;
      float: left; }
      main .grey-box #about-block .text p {
        font-size: 14px;
        color: #292929de;
        line-height: 2.071;
        text-align: justify;
        font-weight: 500; }
      @media (max-width: 768px) {
        main .grey-box #about-block .text {
          padding: 0 20px; }
          main .grey-box #about-block .text .img {
            float: left;
            padding: 0 20px; } }
main #production h2 {
  font-size: 24px;
  color: #333333;
  font-family: "OpenSansBold";
  text-transform: uppercase;
  line-height: 1.292;
  text-align: center;
  margin: 48px 0 16px 0; }
main #production .sub-title {
  font-size: 14px;
  color: #333333;
  line-height: 2.071;
  text-align: center; }
  @media (max-width: 768px) {
    main #production .sub-title {
      padding: 0 16px; } }
main #production .slider {
  /*max-width: 1300px;*/
  margin: 24px auto 36px auto;
  overflow: hidden;
  height: 310px; }
  main #production .slider .item {
    max-width: 400px;
    width: 100%;
    height: 288px;
    position: relative;
    display: inline-block;
    overflow: hidden; }
    main #production .slider .item .overlay {
      width: 100%;
      background: rgba(0, 0, 0, 0.651);
      position: absolute;
      height: 296px;
      z-index: 4;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      -moz-transition: all 1s ease;
      transition: all 1s ease; }
      @media (max-width: 768px) {
        main #production .slider .item .overlay {
          background: none; } }
    main #production .slider .item img {
      display: block;
      position: absolute;
      z-index: 1;
      min-width: 327px;
      width: 100%;
      height: 100%; }
    main #production .slider .item:hover .overlay {
      opacity: 0; }
main #guarantee h2 {
  font-size: 24px;
  color: #333333;
  font-family: "OpenSansBold";
  text-transform: uppercase;
  line-height: 1.292;
  text-align: center;
  margin: 40px 0 30px 0; }
main #guarantee .right-block {
  background-color: #4c4c4c; }
  main #guarantee .right-block h3 {
    font-size: 24px;
    color: #fefefe;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    margin: 50px 0 14px 0; }
  main #guarantee .right-block .sub-title {
    font-size: 56px;
    color: #fefefe;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 26px; }
  main #guarantee .right-block .text {
    font-size: 16px;
    color: #fefefe;
    line-height: 1.5;
    text-align: center;
    padding: 0 28px;
    margin-bottom: 42px; }
main #guarantee .right-block, main #guarantee .left-block {
  min-height: 353px;
  overflow: hidden; }
@media (max-width: 768px) {
  main #guarantee .left-block {
    padding: 0; }
    main #guarantee .left-block img {
      min-width: 100%;
      height: 100%; } }
main #video-items h2 {
  font-size: 24px;
  color: #333333;
  font-family: "OpenSansBold";
  text-transform: uppercase;
  line-height: 1.292;
  text-align: center;
  margin: 56px 0 26px 0; }
main #video-items .item {
  position: relative;
  padding-right: 0; }
  main #video-items .item .overlay {
    width: 97.5%;
    background: rgba(51, 51, 51, 0.361);
    position: absolute;
    min-height: 302px;
    height: 100%;
    z-index: 4; }
    main #video-items .item .overlay .inner-content .logo img {
      height: 74px;
      margin: 112px auto 0 auto;
      display: block;
      cursor: pointer; }
    main #video-items .item .overlay .inner-content .title {
      font-size: 14px;
      color: white;
      text-transform: uppercase;
      line-height: 1.5;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.6); }
  main #video-items .item.mar-b {
    margin-bottom: 13px; }
  main #video-items .item .background iframe {
    display: none; }
  main #video-items .item.active .background iframe {
    display: block; }
  main #video-items .item.active .background img {
    display: none; }
  main #video-items .item.active .overlay {
    display: none; }
  @media (max-width: 768px) {
    main #video-items .item {
      margin: 0 20px 20px 20px !important;
      padding: 0;
      overflow: hidden; }
      main #video-items .item .overlay {
        width: 100%; } }
main #certificates .col-md-12 {
  padding-right: 0; }
main #certificates h2 {
  font-size: 24px;
  color: #333333;
  font-family: "OpenSansBold";
  text-transform: uppercase;
  line-height: 1.292;
  text-align: center;
  margin: 70px 0 36px 0; }
@media (max-width: 768px) {
  main #certificates .slider {
    /*padding-right: 16px;*/ } }
main #certificates .slider .item {
  display: inline-block;
  padding-right: 12.7px;
  width: 218px;
  margin: 0 auto;
  display: block; }
  main #certificates .slider .item:last-child {
    padding-right: 0; }
main #dealers {
  background-color: #f6f6f6;
  margin-top: 74px;
  min-height: 256px; }
  main #dealers h2 {
    font-size: 24px;
    color: #333333;
    font-family: "OpenSansBold";
    text-transform: uppercase;
    line-height: 1.292;
    text-align: center;
    margin: 24px 0 12px 0; }
  main #dealers .sub-title {
    font-size: 15px;
    color: #333333;
    line-height: 2.071;
    text-align: center; }
  main #dealers .form-block {
    margin-top: 16px; }
    main #dealers .form-block .input-block {
      max-width: 490px;
      width: 100%;
      margin: 0 auto 20px auto; }
      main #dealers .form-block .input-block ~ .mail {
        max-width: 216px; }
        @media (max-width: 768px) {
          main #dealers .form-block .input-block ~ .mail {
            max-width: initial;
            margin-bottom: 20px;
            margin-top: -16px; } }
    main #dealers .form-block input {
      border: none;
      border-radius: 2px;
      background-color: white;
      width: 224px;
      height: 46px;
      padding-left: 34px;
      color: #333333;
      font-size: 13px;
      font-weight: normal;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      main #dealers .form-block input::-webkit-input-placeholder {
        color: #333333;
        font-weight: normal; }
      main #dealers .form-block input::-moz-placeholder {
        color: #333333;
        font-weight: normal; }
      main #dealers .form-block input:-moz-placeholder {
        color: #333333;
        font-weight: normal; }
      main #dealers .form-block input:-ms-input-placeholder {
        color: #333333;
        font-weight: normal; }
      main #dealers .form-block input.phone {
        background-image: url("../img/phone_input.png");
        background-repeat: no-repeat;
        background-position: 14px 17px;
        margin-left: 37px; }
      main #dealers .form-block input.name {
        background-image: url("../img/name_input.png");
        background-repeat: no-repeat;
        background-position: 14px 17px; }
      @media (max-width: 768px) {
        main #dealers .form-block input {
          display: block;
          margin: 0 auto !important;
          width: 299px; }
          main #dealers .form-block input:first-child {
            margin-bottom: 4px !important; } }
    main #dealers .form-block button {
      border-radius: 3px;
      font-size: 16px;
      font-weight: 400;
      padding-top: 4px;
      border: none;
      background-color: #007acd;
      width: 299px;
      height: 46px;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0 auto;
      display: block;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      transition: all .1s linear; }
      main #dealers .form-block button:hover {
        background-color: #0065a9; }
    @media (max-width: 768px) {
      main #dealers .form-block {
        margin-bottom: 24px; } }
main #contacts {
  overflow: hidden; }
  main #contacts h2 {
    font-size: 24px;
    color: #333333;
    font-family: "OpenSansBold";
    text-transform: uppercase;
    line-height: 1.292;
    text-align: center;
    margin: 60px 0 30px 0; }
  main #contacts .left-block {
    background-color: #f6f6f6; }
  main #contacts .right-block {
    background-color: #333333; }
    main #contacts .right-block .adr {
      font-size: 16px;
      color: white;
      line-height: 1.803;
      text-align: center;
      margin-top: 60px;
      margin-bottom: 30px; }
      main #contacts .right-block .adr .map-icon {
        display: inline-block;
        width: 13px;
        height: 18px;
        margin-right: 8px;
        background-size: 13px;
        background-repeat: no-repeat;
        background-image: url(../img/map.png); }
    main #contacts .right-block .phone {
      width: 196px;
      margin: 0 auto; }
      main #contacts .right-block .phone a {
        color: #ffffff;
        text-decoration: none;
        font-size: 20px; }
        main #contacts .right-block .phone a .phone-icon {
          display: inline-block;
          width: 17px;
          height: 17px;
          background-repeat: no-repeat;
          background-position: 0px 1px;
          background-size: 17px;
          background-image: url(../img/phone.png);
          margin-right: 5px; }
    main #contacts .right-block .time {
      font-size: 16px;
      color: white;
      line-height: 1.803;
      text-align: center;
      margin-top: 30px; }
      main #contacts .right-block .time .clock-icon {
        display: inline-block;
        width: 18px;
        height: 19px;
        background-repeat: no-repeat;
        background-position: 0px 1px;
        background-image: url(../img/clock.png);
        margin-right: 5px; }
    main #contacts .right-block .call_button a {
      display: block;
      border-radius: 3px;
      background-color: #9d127e;
      width: 285px;
      height: 44px;
      font-size: 15px;
      color: white;
      text-transform: uppercase;
      line-height: 1.4;
      font-weight: 300;
      text-align: center;
      padding-top: 12px;
      margin: 40px auto 0px auto;
      text-decoration: none; }
  main #contacts .left-block, main #contacts .right-block {
    height: 400px;
    overflow: hidden;
    padding: 0; }
  main #contacts .left-block .social_links {
    margin:10px auto;}
  main #contacts .left-block .social_links {
    margin:10px auto;}
  main #contacts .left-block .social_links a {
    color: #ffffff;}

footer {
  position: relative; }
  footer .menu {
    height: 95px;
    background-color: #292929; }
    footer .menu .foother-menu {
      float: left; }
      footer .menu .foother-menu ul {
        width: 700px; }
        footer .menu .foother-menu ul {
          list-style-type: none;
          padding: 0;
          text-align: justify;
          height: 69px;
          margin: 40px 0 0 36px;
          text-justify: newspaper; }
          footer .menu .foother-menu ul:after {
            width: 100%;
            height: 0;
            visibility: hidden;
            overflow: hidden;
            content: '';
            display: inline-block; }
        footer .menu .foother-menu ul li {
          font-size: inherit;
          display: inline-block;
          text-align: left;
          vertical-align: middle; }
          footer .menu .foother-menu ul li a {
            color: white;
            font-size: 14px;
            height: 100%;
            font-family: "OpenSansBold";
            text-transform: uppercase;
            text-decoration: none; }
            footer .menu .foother-menu ul li a:hover {
              color: #ffffffb3; }
    footer .menu .personal {
      display: inline-block;
      font-size: 11.27px;
      color: white;
      font-family: "OpenSansBold";
      text-transform: uppercase;
      line-height: 1.863;
      text-align: left;
      margin-left: 80px;
      margin-top: 44px; }
      footer .menu .personal a {
        text-decoration: none;
        color: inherit; }
  footer .copyright {
    height: 82px; }
    footer .copyright .text {
      font-size: 12px;
      color: #292929;
      text-decoration: underline;
      line-height: 1.75;
      text-align: center;
      margin-top: 16px;
      margin-bottom: 6px; }
    footer .copyright .studio {
      font-size: 12px;
      color: #292929;
      line-height: 1.75;
      text-align: center; }
      footer .copyright .studio a {
        color: #292929;
        text-decoration: underline; }
  footer .catalog {
    position: absolute;
    top: 0;
    right: 100px;
    background: #f9f9f9;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    height: 177px;
    margin-left: -40px;
    width: 100px;
    padding: 0; }
    footer .catalog a {
      overflow: hidden;
      width: 100%;
      display: block;
      height: 100%; }
      footer .catalog a .img img {
        width: 35px;
        height: 26px;
        display: block;
        margin: 13px auto 6px auto; }
      footer .catalog a .price-text {
        color: #000000;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        font-weight: 500; }
      footer .catalog a .mail {
        font-size: 12px;
        color: #333333;
        text-decoration: underline;
        line-height: 1.75;
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-top: 30px; }

.modal h2 {
  font-weight: 300;
  margin-bottom: 30px; }
.modal h1, .modal h2 {
  color: #4c4c4c;
  text-align: center;
  font-family: "OpenSansRegular"; }
.modal .body {
  padding: 0 21px;
  margin-bottom: 20px; }
.modal .form-block .input-block {
  max-width: 298px;
  width: 100%;
  margin: 0 auto 24px auto; }
  @media (max-width: 768px) {
    .modal .form-block .input-block {
      margin-bottom: 20px; } }
.modal .form-block input {
  border: 1px solid #4c4c4c;
  border-radius: 2px;
  background-color: white;
  width: 100%;
  height: 46px;
  padding-left: 34px;
  padding-right: 34px;
  color: #333333;
  font-size: 13px;
  font-weight: normal; }
  .modal .form-block input::-webkit-input-placeholder {
    color: #333333;
    font-weight: normal; }
  .modal .form-block input::-moz-placeholder {
    color: #333333;
    font-weight: normal; }
  .modal .form-block input:-moz-placeholder {
    color: #333333;
    font-weight: normal; }
  .modal .form-block input:-ms-input-placeholder {
    color: #333333;
    font-weight: normal; }
  .modal .form-block input.phone {
    background-image: url("../img/phone_input.png");
    background-repeat: no-repeat;
    background-position: 14px 17px;
    margin-top: 10px; }
  .modal .form-block input.name {
    background-image: url("../img/name_input.png");
    background-repeat: no-repeat;
    background-position: 14px 17px; }
  @media (max-width: 768px) {
    .modal .form-block input {
      display: block;
      margin: 0 auto !important;
      width: 299px; }
      .modal .form-block input:first-child {
        margin-bottom: 4px !important; } }
.modal .form-block textarea {
  width: 100%;
  height: 124px;
  border: 1px solid #4c4c4c;
  border-radius: 2px;
  margin-top: 10px;
  color: #333333;
  font-weight: normal;
  padding: 14px 34px 0 34px; }
  .modal .form-block textarea::-webkit-input-placeholder {
    color: #666666;
    font-weight: normal;
    text-align: left; }
  .modal .form-block textarea::-moz-placeholder {
    color: #666666;
    font-weight: normal;
    text-align: left; }
  .modal .form-block textarea:-moz-placeholder {
    color: #666666;
    font-weight: normal;
    text-align: left; }
  .modal .form-block textarea:-ms-input-placeholder {
    color: #666666;
    font-weight: normal;
    text-align: left; }
.modal .form-block button {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
  border: none;
  background-color: #9d127e;
  width: 299px;
  height: 46px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  margin-bottom: 16px; }

#catalogD input::-webkit-input-placeholder {
  text-align: center; }
#catalogD input::-moz-placeholder {
  text-align: center; }
#catalogD input:-moz-placeholder {
  text-align: center; }
#catalogD input:-ms-input-placeholder {
  text-align: center; }

#backtotop {
  background: url(../img/backtotop.png) no-repeat center center;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 70px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 70px;
  z-index: 1; }

#backtotop:hover {
  opacity: 0.8; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #backtotop {
    background: url(../img/backtotop2x.png) no-repeat center center;
    background-size: 70px 70px; } }
@media print {
  #backtotop {
    visibility: hidden; } }
*, *:before, *:after {
  box-sizing: border-box; }

.hamburglar {
  transform: scale(0.7);
  margin-top: 8px;
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background: #fff;
  -webkit-touch-callout: none;
  user-select: none; }

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  mask: url(#mask);
  -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg); }

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px; }

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0; }
  .path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #292929; }

@keyframes rotate-out {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-in {
  0% {
    transform: rotate(360deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(0deg); } }
.hamburglar.is-open .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-open .animate-path {
  animation: rotate-in 0.6s linear normal;
  animation-fill-mode: forwards; }

.hamburglar.is-closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-closed .animate-path {
  animation: rotate-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round; }

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }
.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px; }

.burger-container {
  position: relative;
  height: 28px;
  width: 36px; }

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #292929; }

.burger-bun-top {
  top: 0;
  transform-origin: 34px 2px; }

.burger-bun-bot {
  bottom: 0;
  transform-origin: 34px 2px; }

.burger-filling {
  top: 12px; }

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px; }

.svg-ring {
  width: 68px;
  height: 68px; }

.hamburglar.is-open .burger-bun-top {
  animation: bun-top-out 0.6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-open .burger-bun-bot {
  animation: bun-bot-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.hamburglar.is-closed .burger-bun-top {
  animation: bun-top-in 0.6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-closed .burger-bun-bot {
  animation: bun-bot-in 0.6s linear normal;
  animation-fill-mode: forwards; }

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg); } }
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    transform: rotate(60deg); }
  100% {
    left: -5px;
    transform: rotate(45deg); } }
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg); }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg); }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg); }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg); } }
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg); }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg); }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg); }
  100% {
    left: 0;
    transform: rotate(0deg); } }
.hamburglar.is-open .burger-filling {
  animation: burger-fill-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.hamburglar.is-closed .burger-filling {
  animation: burger-fill-in 0.6s linear normal;
  animation-fill-mode: forwards; }

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }
  40% {
    width: 0;
    left: 40px; }
  80% {
    width: 36px;
    left: -6px; }
  100% {
    width: 36px;
    left: 0px; } }
@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }
  20% {
    width: 42px;
    left: -6px; }
  40% {
    width: 0;
    left: 40px; }
  100% {
    width: 0;
    left: 36px; } }

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