.relative {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.hidden {
    display: none !important;
}


.wide-page {
    display: block;
}

.tablet-page {
    display: none;
}

.mobile-page {
    display: none;
}


.wide-content {
    position: relative;
    width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-content2 {
    position: relative;
    width: 1009px;
    height: auto;
    margin: 0 auto 0 auto;
}

p {
    text-align: justify;
}

/* WIDE SEARCH BLOCK */

.wide-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

.wide-search-block .searchbox {
    position: relative;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 5px 20px rgba(49, 63, 160, 0.15);
    border-radius: 4px;
}

.wide-search-block .send {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    background: url(/images/search.png) center center no-repeat;
    cursor: pointer;
}

.wide-search-block .separator {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 50%;
    background: #E7E7E7;
}

.wide-search-block input {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 0 64px 0 15px;
    box-sizing: border-box;

    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.wide-search-block ::placeholder {
    color: #9c9c9c;
}

/* WIDE CONTENT BLOCK */

.wide-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;

    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

.wide-content-block a, .wide-content-block a:visited {
    text-decoration: none;
    color: #2f80ed;
}

.wide-content-block a:hover {
    text-decoration: underline;
}

.wide-h1 {
    position: relative;
    font-family: Verdana;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin: 0 0 30px 0;
}

.wide-content-block table {
    position: relative;
    width: 100%;
    height: auto;

    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;

    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
}

.wide-content-block .company-table {
    margin: 0 0 40px 0;
}

.wide-content-block .company-column {
    position: relative;
    width: 170px;
}

.wide-content-block .address-column {
    position: relative;
    width: 440px;
}

.wide-content-block .link-column {
    position: relative;
    width: 100%;
}

.wide-content-block .wide-company-label2 {
    position: relative;
    font-family: Verdana;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    color: #262626;
}

.wide-content-block .wide-address-label2 {
    position: relative;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;
    color: #262626;
}

.wide-content-block .wide-link2 {
    position: relative;
    padding: 5px 0 30px 0;
    box-sizing: border-box;
}

.wide-content-block .wide-company-label {
    position: relative;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;

    color: #262626;
}

.wide-content-block .wide-address-label {
    position: relative;

    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;

    color: #262626;
}

.wide-content-block .form {
    position: relative;
    width: 100%;
    height: 487px;

    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.wide-content-block .header {
    position: relative;

    font-family: Verdana;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;

    color: #262626;

    padding: 30px 30px 30px 40px;
    box-sizing: border-box;
}

.wide-content-block .form-content {
    position: relative;
    width: calc(100% - 160px);
    height: 350px;
    margin: 0 auto 0 auto;
}

.wide-content-block .column1 {
    position: relative;
    width: 50%;
}

.wide-content-block .column2 {
    position: relative;
    width: 20px;
}

.wide-content-block .column3 {
    position: relative;
    width: 50%;
    height: 100%;
    vertical-align: top;
}

.wide-content-block button {
    position: relative;
    width: 100%;
    height: auto;

    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 0;
    outline: none;

    background: #2F80ED;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    text-transform: uppercase;
    color: #FFFFFF;

    margin: 30px 0 30px 0;
}

.wide-content-block button:hover {
    background: #306fc4;
}

.wide-content-block button:active {
    background: #1252a7;
}

.wide-normal-input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.wide-normal-input input {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    border: 1px solid #E2EBF8;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.wide-normal-input ::placeholder {
    color: #9e9f9f;
}

.wide-error-input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.wide-error-input input {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFF6F6;
    border: 1px solid #FF9696;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.wide-error-input ::placeholder {
    color: #EC3B3B;
}

.wide-normal-textarea {
    position: relative;
    width: 100%;
    height: 180px;
}

.wide-normal-textarea textarea {
    position: relative;
    width: 100%;
    height: 100%;

    background: #FFFFFF;
    border: 1px solid #E2EBF8;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.wide-normal-textarea ::placeholder {
    color: #9e9f9f;
}

.wide-error-textarea {
    position: relative;
    width: 100%;
    height: 180px;
}

.wide-error-textarea textarea {
    position: relative;
    width: 100%;
    height: 100%;

    background: #FFF6F6;
    border: 1px solid #FF9696;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.wide-error-textarea ::placeholder {
    color: #EC3B3B;
}


.wide-content-block .exchange-backup-line {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 30px;
    box-sizing: border-box;
}

.wide-content-block .exchange-backup-center {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 670px;
    height: 60px;
    transform: translate(-50%, 0%);
}

.wide-content-block .exchange-backup-text {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;

    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;

    color: #000000;
    vertical-align: middle;
}

.wide-content-block .exchange-backup-button-wrapper {
    display: inline-block;
    position: relative;
    width: auto;
    height: 60px;
    vertical-align: middle;
}

.wide-content-block .exchange-backup-button {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;

    margin: 5px 0 0 70px;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 0;
    outline: none;

    background: #2F80ED;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    text-transform: initial;

    color: #FFFFFF;
}

.wide-content-block .exchange-backup-button:hover {
    background: #306fc4;
}

.wide-content-block .exchange-backup-button:active {
    background: #1252a7;
}

.wide-content-block .wide-error-box {
    position: relative;
    color: red;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.wide-content-block .wide-message-box {
    position: relative;
    color: #3867af;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;

    color: #696969;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    
    background-color: #FFFFFF;
    border: 1px solid #E2EBF8;
    box-sizing: border-box;
    border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }