.relative {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.hidden {
    display: none !important;
}


@font-face {
	font-family: 'Golos';
	src: url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.eot');
	src:
	     url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.woff2') format('woff2'),
	     url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.woff') format('woff'),
	     url('/fonts/golos/Web/Golos_Text_Regular/Golos_Text_Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosBold';
	src: url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.eot');
	src:
	     url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.woff2') format('woff2'),
	     url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.woff') format('woff'),
	     url('/fonts/golos/Web/Golos_Text_Bold/Golos_Text_Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosMedium';
	src: url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.eot');
	src:
	     url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.woff2') format('woff2'),
	     url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.woff') format('woff'),
	     url('/fonts/golos/Web/Golos_Text_Medium/Golos_Text_Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@media all and (min-width: 1600px) {
    /* WIDE SCREEN & PC */

    .wide-page {
        display: block;
    }

    .tablet-page {
        display: none;
    }

    .mobile-page {
        display: none;
    }

}

@media all and (min-width: 1000px) and (max-width: 1599px) {
    /* TABLET DEVICES */

    .wide-page {
        display: none;
    }

    .tablet-page {
        display: block;
    }

    .mobile-page {
        display: none;
    }

}

@media all and (max-width: 999px) {
    /* MOBILE DEVICES */

    .wide-page {
        display: none;
    }

    .tablet-page {
        display: none;
    }

    .mobile-page {
        display: block;
    }

}

.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: Golos;
    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: Golos;
    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: GolosMedium;
    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: Golos;
    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: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    color: #262626;
}

.wide-content-block .wide-address-label2 {
    position: relative;
    font-family: Golos;
    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: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;

    color: #262626;
}

.wide-content-block .wide-address-label {
    position: relative;

    font-family: Golos;
    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: GolosMedium;
    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: Golos;
    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: Golos;
    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: Golos;
    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: Golos;
    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: Golos;
    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: Golos;
    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: Golos;
    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: Golos;
    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);
  }

/* TABLET STYLES -------------------------------------------------------------------------------------- */

.tablet-content {
    position: relative;
    width: 768px;
    height: auto;
    margin: 0 auto 0 auto;
}

.tablet-content2 {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
}

/* TABLET SEARCH BLOCK */

.tablet-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

.tablet-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;
}

.tablet-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;
}

.tablet-search-block .separator {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 50%;
    background: #E7E7E7;
}

.tablet-search-block input {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 0 64px 0 15px;
    box-sizing: border-box;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.tablet-search-block ::placeholder {
    color: #C5C5C5;
}

/* TABLET CONTENT BLOCK */

.tablet-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}

.tablet-content-block a, .tablet-content-block a:visited {
    text-decoration: none;
    color: #2f80ed;
}tablet-company-label

.tablet-content-block a:hover {
    text-decoration: underline;
}

.tablet-h1 {
    position: relative;

    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    
    margin: 0 0 30px 0;
}

.tablet-content-block .tablet-company-label {
    position: relative;
    
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;

    color: #262626;
}

.tablet-content-block .tablet-address-label {
    position: relative;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;

    color: #262626;
}

.tablet-content-block .tablet-link {
    position: relative;
    padding: 5px 0 30px 0;
    box-sizing: border-box;
}

.tablet-content-block .form {
    position: relative;
    width: 100%;
    height: 660px;

    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.tablet-content-block .header {
    position: relative;

    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;

    color: #262626;

    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
}

.tablet-content-block .form-content {
    position: relative;
    width: calc(100% - 60px);
    height: 350px;
    margin: 0 auto 0 auto;
}

.tablet-normal-input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.tablet-normal-input input {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    border: 1px solid #E2EBF8;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.tablet-normal-input ::placeholder {
    color: #9e9f9f;
}

.tablet-error-input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.tablet-error-input input {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFF6F6;
    border: 1px solid #FF9696;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.tablet-error-input ::placeholder {
    color: #EC3B3B;
}

.tablet-normal-textarea {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0 0 10px 0;
}

.tablet-normal-textarea textarea {
    position: relative;
    width: 100%;
    height: 100%;

    background: #FFFFFF;
    border: 1px solid #E2EBF8;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.tablet-normal-textarea ::placeholder {
    color: #9e9f9f;
}

.tablet-error-textarea {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0 0 10px 0;
}

.tablet-error-textarea textarea {
    position: relative;
    width: 100%;
    height: 100%;

    background: #FFF6F6;
    border: 1px solid #FF9696;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.tablet-error-textarea ::placeholder {
    color: #EC3B3B;
}

.tablet-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: Golos;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    text-transform: uppercase;
    color: #FFFFFF;

    margin: 30px 0 30px 0;
}

.tablet-content-block button:hover {
    background: #306fc4;
}

.tablet-content-block button:active {
    background: #1252a7;
}

.tablet-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;
}

.tablet-content-block .exchange-backup-center {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 630px;
    height: 60px;
    transform: translate(-50%, 0%);
}

.tablet-content-block .exchange-backup-text {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;

    color: #000000;
    vertical-align: middle;
}

.tablet-content-block .exchange-backup-button-wrapper {
    display: inline-block;
    position: relative;
    width: auto;
    height: 60px;
    vertical-align: middle;
}

.tablet-content-block .exchange-backup-button {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;

    margin: 5px 0 0 50px;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 0;
    outline: none;

    background: #2F80ED;
    
    font-family: Golos;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    text-transform: initial;

    color: #FFFFFF;
}

.tablet-content-block .exchange-backup-button:hover {
    background: #306fc4;
}

.tablet-content-block .exchange-backup-button:active {
    background: #1252a7;
}

.tablet-content-block .tablet-error-box {
    position: relative;
    color: red;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.tablet-content-block .tablet-message-box {
    position: relative;
    color: #3867af;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

/* TABLET FOOTER */

.tablet-footer {
    position: relative;
    width: 100%;
    height: auto;
}

.tablet-footer .links-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #313761;
}

.tablet-footer .links-line {
    position: relative;
    width: 768px;
    height: 80px;
    padding: 24px 0 28px 0;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    background: #313761;
}

.tablet-footer table {
    position: relative;
    width: 100%;
    height: auto;

    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.tablet-footer .column-left {
    width: 14.28%;
    text-align: center;
}

.tablet-footer .column-right {
    width: 14.28%;
    text-align: center;
}

.tablet-footer .column {
    width: 14.28%;
    text-align: center;
}

.tablet-footer .separator {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tablet-footer a, .tablet-footer a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;

    color: white;
    text-decoration: none;
}

.tablet-footer a:hover {
    text-decoration: underline;
}

.tablet-footer .content-block {
    position: relative;
    width: 100%;
    height: 264px;
    
    background: #2A2F58;
}

.tablet-footer .address-block {
    position: absolute;
    top: 20px;
    left: -5px;
    width: 270px;
    height: 150px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    
    color: #FFFFFF;
}

.tablet-footer .address-line {
    color: #bfc1cd;
}

a.tablet-footer, a.tablet-footer:visited {
    color: #2d95d3;
    text-decoration: none;
}

a.tablet-footer:hover {
    text-decoration: underline;
}

.tablet-footer .not-find-block {
    position: absolute;
    top: 50px;
    left: 300px;
    width: 384px;
    height: 61px;

    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;

    color: #FFFFFF;
}

.tablet-footer .exchange-backup-block {
    position: absolute;
    top: 150px;
    left: 300px;
    width: 384px;
    height: 61px;

    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;

    color: #FFFFFF;
}

.tablet-footer .follow-us-on-block {
    position: absolute;
    top: 50px;
    left: 580px;
    width: 384px;
    height: 25px;

    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;

    color: #FFFFFF;
}

.tablet-footer .social-icons {
    position: relative;
    width: 100%;
    height: 26px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.tablet-footer .payment-methods-block {
    position: absolute;
    top: 150px;
    left: 480px;
    width: 384px;
    height: 25px;

    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;

    color: #FFFFFF;
}

.tablet-footer .payment-icons {
    position: relative;
    width: 100%;
    height: 26px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.tablet-footer .copy-block {
    position: relative;
    width: 100%;
    height: 80px;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background: #252A50;

    padding: 32px 0 32px 0;
    box-sizing: border-box;
}

/* MOBILE STYLES -------------------------------------------------------------------------------------- */

.mobile-page {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.mobile-header-content {
    position: relative;
    width: 320px;
    height: 100%;
    margin: 0 auto 0 auto;
}

.mobile-dumptools {
    position: absolute;
    top: 38px;
    left: 20px;
    width: 129px;
    height: 24px;
    background: url(/images/dump-tools.png) center center no-repeat;
}

.mobile-com {
    position: absolute;
    top: 41px;
    left: 153px;
    width: 27px;
    height: 18px;
    background: url(/images/com.png) center center no-repeat;
}

.mobile-menu {
    position: absolute;
    top: 38px;
    left: 278px;
    width: 72px;
    height: 24px;
    background: url(/images/menu.png) 0px center no-repeat;
    padding: 2px 0 0 30px;
    box-sizing: border-box;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;

    cursor: pointer;
}

.mobile-header-buttons {
    position: absolute;
    top: 28px;
    left: 200px;
    width: auto;
    height: 42px;
}

.mobile-header-pad {
    position: relative;
    width: 100%;
    height: 100px;
}

.mobile-header-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 366px;
    background: white;
    z-index: 100;
}

.mobile-context-menu-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 80;
    background: black;
    opacity: 0.10;
}

.mobile-header-menu-line {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: white;
    z-index: 100;
}

.mobile-header-menu-line2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: white;
    z-index: 81;
}

.mobile-header-menu .content {
    position: absolute;
    left: 20px;
    top: 50px;
    width: calc(100% - 40px);
    height: calc(400px - 50px);
}

.mobile-header-menu .menu {
    position: absolute;
    top: 24px;
    left: 20px;
    width: auto;
    height: auto;
    
    font-family: GolosBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.mobile-header-menu .close {
    position: absolute;
    top: 23px;
    left: 276px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
}

.mobile-header-menu table {
    width: 100%;

    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
}

.mobile-header-menu td {
    padding: 14px 0 14px 0;
}

.mobile-header-menu .td-underline {
    border-bottom: 1px solid #E8ECF4;
}

.mobile-header-menu .discount-count {
    position: relative;
    display: inline-block;
    top: -7px;
    width: auto;
    height: auto;
    
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;

    background: #F60A34;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
}

.mobile-header-menu a, .mobile-header-menu a:visited {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;

    color: #262626;
}

.mobile-header-menu .online {
    position: relative;
    display: inline-block;
    top: -7px;
    width: auto;
    height: auto;
    
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;

    background: #2F80ED;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
}

.mobile-content {
    position: relative;
    width: 320px;
    height: auto;
    margin: 0 auto 0 auto;
}

.mobile-content2 {
    position: relative;
    width: 280px;
    height: auto;
    margin: 0 auto 0 auto;
}

/* MOBILE SEARCH BLOCK */

.mobile-search-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 21px 0 30px 0;
    background: #f7f9fc;
}

.mobile-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;
}

.mobile-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;
}

.mobile-search-block .separator {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 50%;
    background: #E7E7E7;
}

.mobile-search-block input {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 0 64px 0 15px;
    box-sizing: border-box;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.mobile-search-block ::placeholder {
    color: #C5C5C5;
}

/* MOBILE CONTENT BLOCK */

.mobile-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #f7f9fc;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #262626;
}

.mobile-content-block a, .mobile-content-block a:visited {
    text-decoration: none;
    color: #2f80ed;
}

.mobile-content-block a:hover {
    text-decoration: underline;
}

.mobile-h1 {
    position: relative;

    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    
    margin: 0 0 30px 0;
}

.mobile-content-block .mobile-company-label {
    position: relative;
    
    font-family: GolosMedium;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 35px;

    color: #262626;
}

.mobile-content-block .mobile-address-label {
    position: relative;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;

    color: #262626;
}

.mobile-content-block .mobile-link {
    position: relative;
    padding: 5px 0 30px 0;
    box-sizing: border-box;
}

.mobile-content-block .form {
    position: relative;
    width: 100%;
    height: 660px;

    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

.mobile-content-block .header {
    position: relative;

    font-family: GolosMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #262626;

    padding: 15px 30px 15px 30px;
    box-sizing: border-box;
}

.mobile-content-block .form-content {
    position: relative;
    width: calc(100% - 30px);
    height: 350px;
    margin: 0 auto 0 auto;
}

.mobile-normal-input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.mobile-normal-input input {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFFFFF;
    border: 1px solid #E2EBF8;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.mobile-normal-input ::placeholder {
    color: #9e9f9f;
}

.mobile-error-input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.mobile-error-input input {
    position: relative;
    width: 100%;
    height: auto;

    background: #FFF6F6;
    border: 1px solid #FF9696;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.mobile-error-input ::placeholder {
    color: #EC3B3B;
}

.mobile-normal-textarea {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0 0 10px 0;
}

.mobile-normal-textarea textarea {
    position: relative;
    width: 100%;
    height: 100%;

    background: #FFFFFF;
    border: 1px solid #E2EBF8;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.mobile-normal-textarea ::placeholder {
    color: #9e9f9f;
}

.mobile-error-textarea {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0 0 10px 0;
}

.mobile-error-textarea textarea {
    position: relative;
    width: 100%;
    height: 100%;

    background: #FFF6F6;
    border: 1px solid #FF9696;
    box-sizing: border-box;
    border-radius: 8px;
    
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;

    padding: 15px;
    box-sizing: border-box;
    outline: none;
}

.mobile-error-textarea ::placeholder {
    color: #EC3B3B;
}

.mobile-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: Golos;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    text-transform: uppercase;
    color: #FFFFFF;

    margin: 30px 0 30px 0;
}

.mobile-content-block button:hover {
    background: #306fc4;
}

.mobile-content-block button:active {
    background: #1252a7;
}

.mobile-content-block .mobile-error-box {
    position: relative;
    color: red;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.mobile-content-block .mobile-message-box {
    position: relative;
    color: #3867af;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.mobile-exchange-backup-label {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0 30px 0;
    box-sizing: border-box;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;

    color: #000000;
}

.mobile-content-block .exchange-backup-button {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;

    margin: 0;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 0;
    outline: none;

    background: #2F80ED;
    
    font-family: Golos;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    
    text-transform: initial;

    color: #FFFFFF;
}