/**
 * Block
 */

.b-cf7 {
    padding: 104px 0 100px;
}

.b-cf7.b-cf7__background {
    padding: 69px 0 0;
}

.b-cf7__title { 
    letter-spacing: 0;
    margin-bottom: 18px; 
}

.b-cf7__title:before { 
    top: calc(50% - 33px);
}

.b-cf7.b-cf7__background .b-cf7__title {
    margin-bottom: 37px;
}

.b-cf7__text {
    margin-bottom: 26px;
}

.b-cf7__form-title { margin-bottom: 19px; }

.b-cf7__req { margin-bottom: 22px; }

.b-cf7 .contact-item-wrap:not(:last-child) { margin-bottom: 6px; }

.b-cf7__contacts { margin-bottom: 23px; }

.b-cf7 .wpcf7-form {
    margin-top: -9px;
}

/**
 * Form styles
 */
 .b-cf7 .input-wrap {
    margin-bottom: 13px;
 }

 .b-cf7 .input--file .input__button {
    font-size: 16px;
    letter-spacing: 0.48px;
    padding: 18px 32px;
 }

 .b-cf7 .btn--more.wpcf7-submit {
    margin-top: 4px;
    font-size: 16px;
 }

 .b-cf7 .input--file .input__placeholder {
    font-size: 16px;
    letter-spacing: 0.38px;
 }

/**
* Contacts
*/

.b-cf7.b-cf7__background .contact-item-wrap {
    background-color: #EBF0F5;
    padding-top: 15px;
    padding-bottom: 21px;
}

.b-cf7.b-cf7__background .contact-item-wrap:not(.contact-item-wrap--address) {
    padding-top: 24px;
    padding-bottom: 20px;
}

.b-cf7.b-cf7__background .contact-item-wrap:not(.contact-item-wrap--address):not(:last-child) {
    margin-bottom: 17px;
}

.b-cf7 .contact-item-wrap {
    padding-left: 81px;
}

.b-cf7.b-cf7__background .contact-item-wrap {
    padding-left: 105px;
    margin-bottom: 16px;
}

.b-cf7 .contact-item-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
}

.b-cf7.b-cf7__background .contact-item-wrap svg {
    top: 24px;
    left: 24px;
}

.b-cf7 .contact-item {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.38px;
    margin-bottom: 4px;
    color: #696F75;
}

.b-cf7 a.contact-item:hover {
    color: #1A314E;
    text-decoration: underline;
    font-weight: 500;
}

.b-cf7 .footer__address-links {
    padding-left: 0;
    margin-top: -2px;
    margin-bottom: 28px;
}

.b-cf7.b-cf7__background .footer__address-links {
    padding-left: 0;
    margin-bottom: 0;
}

.b-cf7 .footer__address-links a {
    font-size: 14px;
}

.b-cf7 .footer__address-links a:not(:last-child) {
    margin-right: 8px;
}

.b-cf7 .contact-item-wrap--address .contact-item strong,
.b-cf7 .contact-item-wrap > strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.38px;
    color: #1D1F21;
    display: block;
    margin-bottom: 1px;
    /* text-transform: lowercase; */
}

.b-cf7 .contact-item-wrap:not(.contact-item-wrap--address) > .contact-item {
    margin-top: 0px;
}

.b-cf7__contacts .contact-item-wrap:not(:last-child) {
    margin-bottom: 29px;
}

.contact-item-wrap--additional a:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

@media ( max-width: 991px ) {
	/**
	* Order 
	*/
	
	.b-cf7 .col-lg-6 {
		display: flex;
    	flex-direction: column;
	}
	
	.b-cf7 .col-lg-6 div[data-pdg-cf7] {
		order:3;
	}
	
	.b-cf7 .col-lg-6 .b-cf7__contacts-mobile {
	    order: 1;
	}
	
	.b-cf7__title:before {
	    left: 0;
	}
	
}

@media ( max-width: 767px ) {
    .b-cf7 {
        padding: 76px 0 42px;
    }

    .b-cf7.b-cf7__background {
        padding: 73px 0 71px;
    }

    .b-cf7.b-cf7__background .contact-item-wrap {
        padding-left: 97px;
        padding-right: 20px;
        margin-bottom: 17px;
    }

    .b-cf7.b-cf7__background .contact-item-wrap:not(.contact-item-wrap--address) {
        padding-top: 23px;
        padding-bottom: 12px;
    }

    .b-cf7.b-cf7__background .contact-item-wrap:not(.contact-item-wrap--address):not(:last-child) {
        margin-bottom: 11px;
    }

    .contact-item-wrap--additional a:not(:last-child) {
        margin-bottom: 6px;
    }

    .b-cf7__title { 
		margin-bottom: 9px; 
		margin-bottom: -16px;
	}

    .b-cf7__info-col { margin-bottom: 0; }

    .b-cf7__form-title { margin-bottom: 27px; }

    .b-cf7__text {
        margin-bottom: 24px;
    }

    /**
    * Fields
    */
    .b-cf7 .input__label {
        font-size: 14px;
     }

     .b-cf7 .input-wrap {
        margin-bottom: 14px;
     }

     .b-cf7 .input--file .input__button {
        padding: 17px 25px;
      }

      .input-wrap-sm {
        margin-bottom: 8px;
      }

      .b-cf7 .btn--more.wpcf7-submit {
        margin-top: 14px;
      }

      .b-cf7:not(.b-cf7__background) .info-col>.contact-item-wrap, 
      .b-cf7:not(.b-cf7__background) .b-cf7__info-col>.b-cf7__contacts,
      .b-cf7:not(.b-cf7__background) .b-cf7__info-col>.contact-item-wrap,
      .b-cf7.b-cf7__background .b-cf7__contacts-mobile,
	.b-cf7.b-cf7__reverse .info-col>.contact-item-wrap, 
	.b-cf7.b-cf7__reverse .b-cf7__info-col>.b-cf7__contacts,
	.b-cf7.b-cf7__reverse .b-cf7__info-col>.contact-item-wrap {
        display: none;
      }
	
	.b-cf7.b-cf7__reverse .b-cf7__contacts-mobile {
		display:block;
	}

      .b-cf7 .contact-item-wrap>strong {
        line-height: 25px;
      }

      /**
      * Contacts
      */
      .b-cf7:not(.b-cf7__background) .contact-item-wrap--address {
        padding-right: 0;
      }

      .b-cf7 .contact-item {
        margin-bottom: 7px;
      }

      .b-cf7__contacts {
        margin-top: -10px;
      }

      .b-cf7__contacts .contact-item-wrap:not(:last-child) {
        margin-bottom: 24px;
      }

      .b-cf7:not(.b-cf7__background) .b-cf7__contacts .contact-item-wrap:not(:last-child) {
        margin-bottom: 17px;
      }

}