@font-face {
  font-family: 'AvantGardeCTT';
  src: url('../fonts/avantgardectt.ttf') format('truetype'), 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvantGardeCTT Bold';
  src: url('../fonts/avantgardectt-bold.woff2') format('woff2'), 
    url('../fonts/avantgardectt-bold.woff') format('woff'), 
    url('../fonts/avantgardectt-bold.ttf') format('truetype'), 
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AvantGardeCTT BoldItalic';
  src: url('../fonts/avantgardectt-italic.woff2') format('woff2'), 
    url('../fonts/avantgardectt-italic.woff') format('woff'), 
    url('../fonts/avantgardectt-italic.ttf') format('truetype'), 
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'AvantGardeCTT Italic';
  src: url('../fonts/avantgardectt-bolditalic.woff2') format('woff2'), 
    url('../fonts/avantgardectt-bolditalic.woff') format('woff'), 
    url('../fonts/avantgardectt-bolditalic.ttf') format('truetype'), 
  font-weight: bold;
  font-style: italic;
}
/* Нормализация */

*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    height: 100%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}
body {
    height: inherit;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
dl,
dt,
dd,
nav,
main,
aside,
figure,
footer,
header,
hgroup,
legend,
section,
address,
article,
fieldset,
figcaption {
    display: block;
}
p,
dl,
dt,
dd,
ul,
ol,
form,
legend,
figure,
address,
fieldset,
figcaption {
    margin: 0;
    padding: 0;
}
iframe,
object {
  max-width: 100%;
}
object {
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
}
legend,
fieldset {
    min-width: 0;
}
fieldset {
    border: none;
}
legend {
    max-width: 100%;
    width: 100%;
    font: inherit;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
ul, ol {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
svg {
    display: block;
    overflow: hidden;
    fill: currentColor;
}
em {
    font-style: italic;
}
b,
strong {
    font-weight: 700;
}
hr {
    height: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: visible;
}
label {
    word-wrap: break-word;
    word-break: break-word;
}
label[for] {
    cursor: pointer;
}
textarea {
    min-height: 100px;
    line-height: inherit;
    resize: vertical;
}
a {
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-word;
    background-color: transparent;
    outline: none;
    transition: all .2s
}
a:link,
a:visited {
    color: inherit;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
    outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
a, img {
  outline:none;
}
a:focus {
  outline:none;
}

a:link, a:visited {
  color: #DE0508;
  text-decoration: none;
} 

a:hover,
a:active {
  text-decoration: underline;
}
p {
  margin-bottom: 15px;
}
.button {
    display: inline-block;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #273E7B;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.button:hover {
    background: #4467c4;
}
.button span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1.125rem;
}
input[type="submit"],
.link-button {
    display: inline-block;
    min-width: 396px;
    height: 68px;
    border: 0;
    border-radius: 11px;
    margin: 20px 20px 20px 0;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #DE0508;
    text-transform: none;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 22px;
    line-height: 28px;
    padding: 20px;
}
input[type="submit"]:hover,
.link-button:hover {
    background: #ac0406;
}
a.link-button:link, a.link-button:visited {
    text-decoration: none;
    color: #FFF;
}
a.link-button:hover, a.link-button:active {
    text-decoration: none !important;
    color: #FFF;
}

.top-btn {
  display: inline-block;
  min-width: 167px;
  height: 44px;
  border-radius: 7px;
  border: 1px solid #FFF;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: #057C92;
  margin-left: 15px;
  transition: all 0.3s;
}
.top-btn img {
  margin-left: 20px;
}

.top-btn:link,
.top-btn:visited {
  color: #FFF;
  text-decoration: none;

}
.top-btn:hover,
.top-btn:active {
  background-color: #DE0508;
  color: #FFF;
  text-decoration: none;

}

.no-border-table {
  border-collapse: collapse;
}
.no-border-table,
.no-border-table tr,
.no-border-table tr td {
  border: none !important;
  padding: 5px 10px !important;
}

.content_wrapper .account p {
  margin-bottom: 5px;
}
form input {
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="password"],
select  {
  width: 300px;
  padding: 2px 4px;
}
input[type="checkbox"] {
    vertical-align: middle;
  margin-right: 7px;
}
.registration_form .infoform,
.usersettings_form  .infoform {
    font-size: 0.8rem;
    margin: -5px 0 5px 0;
    font-weight: normal;
    font-style: italic;
}
form label {
    display: inline;
}
.param13 {
    margin-top: 10px;
}
.chosen-container-single .chosen-single {
    border-radius: 0px;
    background: #FFF;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 5px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 5px;
}
.warning_wrap {
    color: #FF0000;
}
.chosen-container {
    margin-bottom: 5px;
}
textarea {
  width: 300px;
  padding: 2px 4px;
  height: 60px;
}

/* helpers */
.clear {
  clear:both;
}
.clearleft {
    clear: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.text_blue {
  color: #00217D;
}
.block_center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.fz25 {
  font-size: 25px;
}
.pt10 {
  padding-top: 10px!important;  
}
.pt20 {
  padding-top: 20px!important;  
}
.pt30 {
  padding-top: 30px!important;  
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb30 {
  padding-bottom: 30px!important;  
}
.pl140 {
  padding-left: 140px;
}
.mt10 {
  margin-top: 10px!important;  
}
.mt20 {
  margin-top: 20px!important;  
}
.mt30 {
  margin-top: 30px!important;  
}
.mt50 {
  margin-top: 50px!important;  
}
.mt100 {
  margin-top: 100px!important;  
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}


/*----------custom checkbox---------------*/
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  /*border-radius: 0.25em;*/
  border-radius: 2px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #273E7B;
  background-color: #273E7B;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #5C76BD;
}
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #5C76BD;
  border-color: #5C76BD;
}
.custom-checkbox:focus+label::before {
  /*box-shadow: 0 0 0 0.2rem rgba(111, 184, 158, 0.25);*/
}
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

/*----------custom radio---------------*/
.custom-radio {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-radio+label {
display: inline-flex;
align-items: flex-start;
user-select: none;
cursor: pointer;
}
.custom-radio+label::before {
content: '';
display: inline-block;
width: 1em;
height: 1em;
flex-shrink: 0;
flex-grow: 0;
border: 1px solid #adb5bd;
border-radius: 50%;
margin-right: 0.5em;
margin-top: 0.25em;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
border-color: #5C76BD;
}
.custom-radio:not(:disabled):active+label::before {
background-color: #5C76BD;
border-color: #5C76BD;
}
.custom-radio:focus+label::before {
/*box-shadow: 0 0 0 0.2rem rgba(111, 184, 158, 0.25);*/
}
.custom-radio:focus:not(:checked)+label::before {
border-color: #80bdff;
}
.custom-radio:checked+label::before {
border-color: #273E7B;
background-color: #273E7B;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio:disabled+label::before {
background-color: #e9ecef;
}

.wide_login input {
  margin-bottom: 10px;
}
.captcha {
    margin-top: 10px;
}
.captcha input {
  width: 131px;
}
.login input[type="checkbox"] {
  margin: 5px 0;
}
.scroll_table {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.scroll_table table {
    margin: 0;
}
.wide_video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.wide_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}




.error_message, .error {
    position: static;
}

/* privacy policy */
.privacy_policy {
  position: fixed;
  z-index: 998;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
  padding: 10px 5px 12px 0px;
  font-size: 100%;
  letter-spacing: 1px;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.privacy_policy a:link, .privacy_policy a:visited {
  color: #F0E68C;
  text-decoration: underline;
}
.privacy_policy a:hover, .privacy_policy a:active {
  text-decoration: none;
}

.devoloper_tech ~ .privacy_policy {
  padding-bottom: 24px;
}

.privacy_policy .button {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    height: auto;
    width: auto;
    min-width: auto;
    line-height: 1.2;
    background: transparent;
}
.privacy_policy .button:hover {
  cursor: pointer;
}