@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'),
        url('../fonts/InterDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic.woff2') format('woff2'),
        url('../fonts/Inter-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}
a, img {
  outline:none;
}
a:focus {
  outline:none;
}
a {
  color: #5FA4E6;
  text-decoration:none;
}
a:hover {
  text-decoration:none;
  color: #D2AB67;
}
ul, ol {
  padding-left: 25px;
}
.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;
}
.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;
}
/*----------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: auto;
    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;
}

/* helpers */
.clear {
  clear:both;
}
.clearleft {
    clear: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.block_center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pt10 {
  padding-top: 10px!important;  
}
.pt20 {
  padding-top: 20px!important;  
}
.pt30 {
  padding-top: 30px!important;  
}
.pt50 {
  padding-top: 50px!important;  
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb30 {
  padding-bottom: 30px!important;  
}
.pb50 {
  padding-bottom: 30px!important;  
}
.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;
}


input[type="submit"],
.link_button {
    display: inline-block;
    min-width: 150px;
    height: 50px;
    border: 0;
    margin: 20px 20px 20px 0;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #665DCD;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
input[type="submit"]:hover,
.link_button:hover {
    background: #5FA4E6;
}
a.link_button:link, a.link_button:visited {
    text-decoration: none;
    color: #FFF;
}
a.link_button:hover, a.link_button:active {
    text-decoration: none;
    color: #FFF;
}
.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;
}
