/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 13.07.2017, 12:12:29
 * Author     : Сергей
 */
/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 07.07.2017, 10:48:30
 * Author     : Сергей
 */
/*
 * CSS3 calc() function to perform calculations
 */
  .airnodePopup__content {
    background-color: #eeeef2;
    position: relative;
    margin-top: 15vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 573px; }
    @media (max-width: 767px) {
      .airnodePopup__content {
    margin-top: 40px; } }
  .airnodePopup__header {
    padding: 40px 50px 0px 50px;
    border: none; }
    @media (max-width: 767px) {
      .airnodePopup__header {
    padding: 50px 20px 0px 20px; } }
  .airnodePopup__body {
    margin-top: 10px;
    padding: 20px 50px 40px 50px; }
    @media (max-width: 767px) {
      .airnodePopup__body {
    padding: 10px 20px 20px 20px; } }
  .airnodePopup__title {
    color: #48c6d2;
    font-size: 44px;
    line-height: 48px;
    font-family: ProximaNova-Light; }
    @media (max-width: 767px) {
      .airnodePopup__title {
    font-size: 24px;
    line-height: 28px; } }
  .airnodePopup__close {
    background: url(/sites/all/themes/aoiot/img/popup_close.png) no-repeat;
    background-size: cover;
    border: none;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 20px;
    top: 20px; }
  .airnodePopup__submit {
    font-size: 18px;
    padding: 10px 22px;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    text-align: center; }
  .airnodePopup__agreement {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 14px;
    font-size: 12px;
    width: 50%; }
    @media (max-width: 767px) {
      .airnodePopup__agreement {
    width: 50%; } }
    @media (max-width: 479px) {
      .airnodePopup__agreement {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px; } }
  .airnodePopup .messages {
    display: none; }

