@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


:root {
    --button--background: linear-gradient(94.83deg, #F16522 -3.5%, #F16522 85.91%, #00A14B 86.17%, #00A14B 103.44%);
    --button--background-hover: linear-gradient(94.83deg, #00A14B -3.5%, #00A14B 85.91%, #00A14B 86.17%, #00A14B 103.44%);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}
a, img {
  outline:none;
}
a:focus {
  outline:none;
}
a {
  color:#1F82C1;
  text-decoration:none;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration:none;
  opacity: 0.8;
}
ul, ol {
  margin-left: 120px;
}
.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;
}


.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;
}



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: #273E7B;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
input[type="submit"]:hover,
.link_button:hover {
    background: #4467c4;
}
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;
}


.sidebar_wrapper {
  padding: 40px 0;
}
.sidebar_wrapper .link_button {
  min-width: 250px;
  margin: 10px 10px 10px 0;
  text-align: left;
  padding-left: 20px;
  letter-spacing: 0.5px;
}
.link_button i.fa {
  margin-right: 10px;
}


/*----------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;
}

/* 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;
}
.pt-0,
.py-0 {
  padding-top: 0px!important;  
}
.pt-10 {
  padding-top: 10px!important;  
}
.pt-20 {
  padding-top: 20px!important;  
}
.pt-30 {
  padding-top: 30px!important;  
}
.pb-0,
.py-0 {
  padding-bottom: 0px!important;
}
.pb-10 {
  padding-bottom: 10px!important;
}
.pb-20 {
  padding-bottom: 20px!important;
}
.pb-30 {
  padding-bottom: 30px!important;  
}
.pl-0,
.px-0 {
  padding-left: 0px!important;  
}
.pr-0,
.px-0 {
  padding-right: 0px!important;  
}
.mt-0,
.my-0 {
  margin-top: 0px!important;  
}
.mt-10 {
  margin-top: 10px!important;  
}
.mt-20 {
  margin-top: 20px!important;  
}
.mt-30 {
  margin-top: 30px!important;  
}
.mt-50 {
  margin-top: 50px!important;  
}
.mt-100 {
  margin-top: 100px!important;  
}
.mb-0,
.my-0  {
  margin-bottom: 0px!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mb-90 {
  margin-bottom: 100px!important;
}
.mb-100 {
  margin-bottom: 100px!important;
}
.ml-0,
.mx-0 {
  margin-left: 0px!important;  
}
.mr-0,
.mx-0 {
  margin-right: 0px!important;  
}
.ml-10 {
  margin-left: 10px!important;  
}
.ml-20 {
  margin-left: 20px!important;  
}
.mr-10 {
  margin-right: 10px!important;  
}
.mr-20 {
  margin-right: 10px!important;  
}