/* 
    Created on : 25.07.2019, 19:45:14
    Author     : 1
*/
/* 
    Created on : 03.09.2019, 06:18:59
    Author     : Andy Kar
*/
#site-contacts #content .contacts-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #site-contacts #content .contacts-section .contact-icon {
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 12px; }
  #site-contacts #content .contacts-section .contact-text {
    width: calc(100% - 45px);
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px; }
  #site-contacts #content .contacts-section .contact-title {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 2px 0 3px; }
  #site-contacts #content .contacts-section .requisit {
    margin-bottom: 27px; }
    #site-contacts #content .contacts-section .requisit:last-child {
      margin-bottom: 0; }
  #site-contacts #content .contacts-section .right-column {
    padding-left: 60px; }
    @media screen and (max-width: 991px) {
      #site-contacts #content .contacts-section .right-column {
        padding-left: 40px; } }
  #site-contacts #content .contacts-section .left-column {
    margin-bottom: 100px; }
    #site-contacts #content .contacts-section .left-column .left-column-contact {
      max-width: 630px;
      position: relative; }
      @media screen and (max-width: 991px) {
        #site-contacts #content .contacts-section .left-column .left-column-contact {
          max-width: 100%;
          border-right: none; } }
    #site-contacts #content .contacts-section .left-column .contact:nth-child(1) .contact-text {
      font-weight: bold;
      font-size: 20px;
      line-height: 40px;
      text-transform: uppercase; }
    #site-contacts #content .contacts-section .left-column .requisites-title {
      position: relative;
      display: block;
      width: 100%;
      padding: 40px 0 20px;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      margin-bottom: 30px; }
      #site-contacts #content .contacts-section .left-column .requisites-title:after {
        content: ' ';
        display: block;
        height: 1px;
        max-width: 570px;
        width: 100%;
        background: #232323;
        opacity: 0.1;
        position: absolute;
        left: 0;
        bottom: 0; }
    #site-contacts #content .contacts-section .left-column .requisites-block {
      margin-bottom: 20px; }
      #site-contacts #content .contacts-section .left-column .requisites-block .title {
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        width: 150px;
        margin-right: 20px; }
      #site-contacts #content .contacts-section .left-column .requisites-block .value {
        display: inline-block;
        vertical-align: top;
        font-weight: 350;
        font-size: 16px;
        line-height: 26px;
        max-width: 400px; }
    #site-contacts #content .contacts-section .left-column .header-info {
      display: flex;
      align-items: center;
      width: max-content;
      margin-bottom: 25px; }
      #site-contacts #content .contacts-section .left-column .header-info svg {
        margin-right: 10px; }
      #site-contacts #content .contacts-section .left-column .header-info span {
        position: relative;
        font-size: 16px;
        line-height: 24px; }
        #site-contacts #content .contacts-section .left-column .header-info span:after {
          content: ' ';
          width: 100%;
          height: 1px;
          opacity: 0.1;
          background: #232323;
          position: absolute;
          left: 0;
          bottom: 3px; }
        #site-contacts #content .contacts-section .left-column .header-info span:hover {
          cursor: pointer; }
          #site-contacts #content .contacts-section .left-column .header-info span:hover:after {
            opacity: 1; }
  #site-contacts #content .contacts-section .right-block-form {
    width: 100%;
    max-width: 470px;
    background: #f4f4f4;
    padding: 97px 70px 120px; }
    #site-contacts #content .contacts-section .right-block-form .red-o-but {
      background: transparent;
      width: 100%;
      margin-top: 20px;
      height: 70px; }
      #site-contacts #content .contacts-section .right-block-form .red-o-but:hover {
        background: #F44A4A; }
  #site-contacts #content .contacts-section .right-column .requisit .contact-value {
    font-weight: 600; }
  #site-contacts #content .contacts-section .right-column .requisit:nth-child(3) .contact-value {
    font-weight: 400;
    color: #096ca7; }
  #site-contacts #content .contacts-section .column-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px; }
  #site-contacts #content .contacts-section .uppercase {
    text-transform: uppercase; }

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