.header-note .language {
    background-color: transparent;
    transition: .1s;
    position: relative;
    padding: 0 17px 0 13px !important;
    cursor: pointer;
    font-size: 0;
}

.header-note .language svg {
    transition: .1s;
    right: 0;
    width: 10px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.header-note .language span.language-label {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.header-note .language span.language-label span.select-holder {
    white-space: nowrap;
    font-size: 12px;
    font-family: 'Arial';
    font-weight: normal;
    display: block
}

.header-note .language:before {
    content: "";
    background: url('../images/pics_17.png') -34px 0 no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0
}


.header-note .language.active svg {
    transform: rotateX(180deg);
}



.header-note .page{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button{
    display: block;
    background: #008647;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.button.big{
    padding: 19px 30px;
}
.button:hover{
    color: #fff !important;
    background: #be272e;
}
.button.red{
    background: #be272e;
}
.button.green{
    background: #008647;
}
.button.green:hover,
.button.red:hover{
    opacity: 0.8;
}
.header_top-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.header_top_right-info{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
header .header_top .logo_w .logo{
    max-width: 232px
}
header .header_top .call1, header .header_top .call2{
    margin-top: 0 !important;
}
.header_top_right-info{
    margin-top: 30px;
}
header .header_top .call2{
    width: 153px;
    margin: 0 14px;
}
.view-my-history .win{
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 30px 46px 43px 29px;
    width: 1170px;
    margin-left: -585px;
}
.new-functions .win .close,
.view-my-history .win .close{
    top: 20px;
    right: 20px;
    background: none;
    color: #BC2933;
    font-size: 14px;
    width: auto;
    height: auto;
}
.historyTotalHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.historyTotalHeader .title{
    font-size: 20px;
    font-weight: bold;
}
.historyTotalHeader .totalRequests{
    font-size: 16px;
}
.historyTableWrapper{
    color: #000;
}
.historyTableHeader{
    /*display: flex;*/
    height: 49px;
    background: #008647;
}
.historyTableContentWrapper .row .cell .cellText span{
    display: block;
}
.historyTableContentWrapper .row .cell{
    border-right: 1px solid #EDEDED;
    height: 100%;
    border-bottom: 1px solid #fff
}
.historyTableContentWrapper .row .cell .cellText{
    text-align: center;
    padding: 6px 19px;
    display: block;
}
.historyTableContentWrapper .row .cell1{
    width: 64px;
}
.historyTableContentWrapper .row .cell2{
    width: 114px;
}
.historyTableContentWrapper .row .cell3{
    width: 148px;
}
.historyTableContentWrapper .row .cell4{
    width: 183px;
}
.historyTableContentWrapper .row .cell5{
    border-right: 0px solid;
    width: 586px;
}
.historyTableContentWrapper .row .cell5 .cellText{
    text-align: left;
}
.historyTableContentWrapper .row{
    /*display: flex;
    align-items: center;
    flex-direction: row;*/

}
.historyTableHeader .row .cell{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.historyTableContentWrapper .row.success{
    background: rgba(0, 134, 71, 0.15);
}
.historyTableContentWrapper .row.danger{
    background: rgba(255, 247, 14, 0.15);
}
.historyTableContentWrapper .row.error{
    background: rgba(188, 41, 51, 0.15);
}
.historyTableContent .row .cell a{
    color: #008647
}
.historyTableContent .row .cell{
    color: #000;
    font-size: 13px;
    padding: 10px 0;
}
.historyTableContent .row .cell .cellText span{
    color: #909090;
    font-size: 12px;
    margin-top: 2px;
}
.historyTableContent .row .cell5 img{
    max-width: 100px;
    clear: both;
    float: none;
    display: block;
    margin-top: 5px;
}
.historyTableContent .row .cell5{
    font-size: 13px;
}
.historyTableOuterWrapper{
    max-height: 606px;
    overflow-y: auto;
}
.rpffc .win{
    width: 540px;
    margin-left: -270px;
}
.verify-my-phone .win{
    width: 500px;
    margin-left: -250px;
}
.rpffc .title,
.verifyMyPhoneWrapper .title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 28px;
}
.rpffc .row,
.verifyMyPhoneWrapper .row{
    margin-bottom: 18px;
    text-align: center;
}
.rpffc .row{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -13px;
}
.rpffc .button.green{
    margin-right: 18px;
}
.rpffc .title span{
    color: #008647;
    white-space: nowrap;
}
.verifyMyPhoneWrapper input{
    width: 100%;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: transparent;
    width: 100%;
    max-width: 170px;
    border: 1px solid #d3d3d3;
    outline: none;
    border-radius: 5px;
}
.requestSmsButton small{
    margin-bottom: 31px;
    display: block;
}
.requestSmsButton .button{
    margin: 0 auto;
}
.requestSmsButton .button.disabled,
.requestSmsButton .button[disabled="disabled"]{
    opacity: 0.5;
    cursor: default;
}
.requestCodeAgain{
    font-size: 13px;
    color: #6e6e6e;
}
.requestAgainLink.disabled{
    opacity: 0.8;
    cursor: default;
}
.requestAgainLink{
    color: #008647;
    border-bottom: 1px dashed #008647;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 18px;
}
.requestAgainLink::before{
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -18px;
    background: url("../images/reload-svgrepo-com_1.svg") no-repeat;
    background-size: contain;
}
.requestAgainLink:hover{
    opacity: 0.8;
}
.verifyMyPhoneWrapper .policyCaption{
    font-size: 11px;
    color: #6e6e6e;
}
.verifyMyPhoneWrapper .policyCaption a{
    color: #008647;
}
.verifyMyPhoneWrapper .policyCaption a:hover{
    text-decoration: none
}
.verifyMyPhoneWrapper #smsCode{
    text-align: center;
}
.verifyMyPhoneWrapper .hidden{
    display: none;
}
.verifyMyPhoneWrapper .smsErrors{
    color: #bd0001;
    font-size: 12px;
}
.historyTableOuterWrapper,
.verifyMyPhoneWrapper{
    position: relative;
}
.historyTableOuterWrapper.loading::before,
.verifyMyPhoneWrapper.loading::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250, 250, 251, 0.8) url("../images/Rolling-1s-200px.gif") no-repeat center;
    background-size: 90px;
    z-index: 10;
}

.popup.generic-popup .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.popup.generic-popup .win .groups {
    font-size: 0
}

.popup.generic-popup .win .groups .item {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    line-height: normal;
    padding: 9px 17px 8px 17px;
    background-color: #e7e7e8;
    transition: .2s;
    cursor: pointer
}

.popup.generic-popup .win .groups .item:first-child {
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.popup.generic-popup .win .groups .item:last-child {
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.popup.generic-popup .win .groups .item.active {
    background-color: #008647;
    color: #fff
}

.popup.generic-popup .win .groups .item:not(.active):hover {
    background-color: #a7a9ac;
    color: #fff
}

.popup.generic-popup .win form {
    margin: 0
}

.popup.generic-popup .win form .data {
    background-color: #fff;
    border: solid 1px #d3d4d6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 23px
}

.popup.generic-popup .win form .data .row {
    padding: 13px 0;
}

.popup.generic-popup .win form .data .row label {
    cursor: default;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 205px
}

.popup.generic-popup .win form .data .row .select {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.popup.generic-popup .win form .data .row .select:after {
    content: "";
    width: 18px;
    height: 12px;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    background: url("../images/pics_17.png") -136px 0 no-repeat #fff;
    right: 12px;
    top: 50%;
    margin-top: -5px
}

.popup.generic-popup .win form .data .row .select:before {
    content: "";
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    height: 33px;
    width: 11px;
    box-sizing: border-box;
    background-color: #fff;
    -moz-border-top-right-radius: 4px;
    -webkit-top-right-border-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-bottom-right-border-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none
}

.popup.generic-popup .win form .data .row .select select {
    width: auto;
    font-size: 16px;
    font-family: Arial;
    color: #58595b;
    padding: 1px 35px 0 13px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #a7a9ac
}

.popup.generic-popup .win form .data .row input[type="file"] {
    font-size: 16px;
    font-family: 'Arial'
}

.popup.generic-popup .win form .data .row input[type="text"],.popup.generic-popup .win form .data .row input[type="email"] {
    font-size: 16px;
    font-family: Arial;
    color: #58595b;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #a7a9ac;
    width: 492px;
    padding: 0 13px
}

.popup.generic-popup .win form .data .row textarea {
    color: #58595b;
    font-size: 16px;
    font-family: Arial;
    display: block;
    width: 100%;
    margin: 13px 0 0 0;
    padding: 8px 13px 8px 13px;
    height: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.popup.generic-popup .win form .data .row ::-webkit-input-placeholder {
    color: #a7a9ac
}

.popup.generic-popup .win form .data .row :-moz-placeholder {
    color: #a7a9ac;
    opacity: 1
}

.popup.generic-popup .win form .data .row ::-moz-placeholder {
    color: #a7a9ac;
    opacity: 1
}

.popup.generic-popup .win form .data .row :-ms-input-placeholder {
    color: #a7a9ac
}

.popup.generic-popup .win form .data .row .agreement {
    font-size: 0;
    line-height: 13px;
    color: #a7a9ac;
    position: relative;
    padding: 0 0 0 21px
}

.popup.generic-popup .win form .data .row .agreement input {
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none
}

.popup.generic-popup .win form .data .row .agreement a {
    color: inherit
}

.popup.generic-popup .win form .data .row .agreement .text {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle
}

.popup.generic-popup .win form .data .row .agreement label {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 -21px;
    cursor: pointer;
    border: solid 1px #a7a9ac;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative
}

.popup.generic-popup .win form .data .row .agreement input:checked+label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 10px;
    border-right: solid 1px #a7a9ac;
    border-bottom: solid 1px #a7a9ac;
    z-index: 1;
    transform: rotate(52deg) skewX(24deg);
    margin-top: -8px;
    margin-left: 2px
}

.popup.generic-popup .win form .data .row.attachment input {
    cursor: pointer
}

.popup.generic-popup .win form .data .row.attachment label {
    font-weight: normal;
    margin: 10px 0 0 0;
    display: block;
    font-size: 11px;
    color: #a7a9ac;
    width: auto
}

.popup.generic-popup .win form .data .row.active {
    display: block
}

.popup.generic-popup .win form button {
    font-size: 16px;
    font-family: Arial;
    color: #fff;
    background-color: #008647;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 22px 0 0 0;
    padding: 10px 24px 9px 24px;
    display: block;
    cursor: pointer;
    border: 0
}
.buttonInText{
    /*display: inline-block;
    color: #fff !important;
    border-bottom: unset !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;*/

    display: block;
    max-width: 460px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: white!important;
    text-decoration: none;
    text-align: center;
    background-color: #008647;
    border-radius: 4px;
    margin: 0 auto !important;
    /*padding: 0;*/
}
body.gl .system_dat_w .buttonInText:hover,
.osn.page .buttonInText:hover,
.item-page .buttonInText:hover{
    color: #fff !important;
    text-decoration: underline !important
}
.view-article.id-1 .buttonInText{
    line-height: unset !important;
}
.tac{
    text-align: center;
}
.betweenTwoDivs{
    margin-top: 30px !important;
}
.bigButtonsInHeaderWrapper .viewMyHistoryTrigger{
    margin-bottom: 14px;
}
.bigButtonsInHeaderWrapper a{
    text-align: center;
}
@media screen and (max-width: 1185px){
    .view-my-history .win{
        width: 90%;
        margin-left: -45%;
    }
    .historyTableContentWrapper .row .cell4{
        white-space: nowrap;
    }
}
@media screen and (max-width: 1023px){
    .button.big {
        padding: 19px 13px;
    }
    .header_top-wrapper{
        flex-wrap: wrap;
    }
    .header_top_right-info{
        width: 100%;
        margin-left: 11px;
    }
}
@media screen and (max-width: 960px){
    header .header_top .call1, header .header_top .call2{
        padding: 0 !important
    }
    header .header_top .call2{
        margin-left: 0 !important
    }
    .view-my-history .win{
        width: 90% !important;
        padding: 45px 18px 43px 18px;
    }
    .historyTotalHeader .title {
        font-size: 16px;
    }
    .historyTableHeader .row .cell,
    .historyTableContent .row .cell{
        font-size: 14px;
    }
    .new-functions .win .close,
    .view-my-history .win .close{
        top: 9px;
        right: 14px;
    }
    .historyTableContentWrapper .row .cell .cellText{
        padding: 6px 10px;
    }
}
@media screen and (max-width: 768px){
    header .header_top .call1{
        width: auto !important;
    }
    .historyTableContentWrapper .row .cell1{
        display: none;
    }
    .historyTableContentWrapper .row{
        display: block;
        width: 100%;
    }
    .historyTableContentWrapper .row .cell{
        display: block;
        width: 100%;
        border-right: 0px solid;
    }
    .historyTableContentWrapper .row .cell5 .cellText{
        text-align: center;
    }
    .historyTotalHeader{
        flex-wrap: wrap;
    }
    .historyTotalHeader .title{
        margin-bottom: 15px;
    }
    .historyTotalHeader .title,
    .historyTotalHeader .totalRequests{
        width: 100%;
    }
    .historyTableContent .row{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 713px){
    header .header_top .call2, header .header_top .call1{
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    .header_top_right-info{
        flex-wrap: wrap;
        margin-left: 0;
    }
    header .header_top .call2{
        margin-left: 25px !important;
    }
}
@media screen and (max-width: 557px){
    .header-note-caption{
        max-width: 70%
    }
}
@media screen and (max-width: 479.98px){
    .nav-menu__button-active {
        margin-right: 30px !important;
        margin-left: 0 !important
    }
    .nav-menu__button-container{
        margin-top: 30px;
    }
    header .header_top .call1, header .header_top .call2{
        margin-left: 55px !important;
    }
    .header_top_right-info .button{
        margin: 0 30px;
        width: 100%;
        text-align: center;
        max-width: calc(100% - 79px);
    }
    header .header_top .logo_w{
        margin-right: 0 !important;
    }
    .view-my-history .win {
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 45px 18px 43px 18px !important;
    }
    .new-functions .win .close,
    .view-my-history .win .close{
        width: auto !important;
        height: auto !important;
    }
    .bigButtonsInHeaderWrapper {
        width: 100%;
    }
    .bigButtonsInHeaderWrapper .viewMyHistoryTrigger {
        margin-bottom: 14px !important;
    }
}
@media screen and (max-width: 437px){
    .header-note .page{
        flex-wrap: wrap;
    }
    .header-note-caption{
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .header-note .language{
        width: 100%;
        padding-left: 0 !important;
        display: flex;
        align-items: center;
    }
    .header-note .language svg{
        position: relative;
        margin-left: 6px;
    }
}
@media (max-width: 767.98px){
    body.not_gl .center_w .osn .item-page{
        padding-left: 15px;
        padding-right: 15px
    }
    body.not_gl .center_w .osn .item-page h1 {
        font-size: 28px !important;
        padding: 0 !important;
    }
}
.page {
    padding-left: 15px;
    padding-right: 15px;
}
#checkLoading{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#checkLoading .caption{
    width: 100%;
    line-height: 24px;
}
.checkLoadingWrapper{
    width: 100%;
    height: auto;
}
.ovh{
    overflow: hidden;
}
.pull-left.item-image{
    float: left;
    margin-right: 17px;
}
@media screen and (max-width: 768px){
    .pull-left.item-image{
        float: none;
        margin-right: 0;
    }
}
@media screen and (min-width: 769px){
    .pull-left.item-image{
        float: right;
        margin-right: 0;
        margin-left: 17px;
        margin-top: 9px;
    }
}
.relatedArticles{
    margin-bottom: 48px;
}
.relatedArticles .title{
    font-style: italic;
    margin-bottom: 18px;
}
.relatedArticles .relatedArticlesItem{
    margin-bottom: 10px;
}
.bcs-popup a.popupLink {
    border-bottom: 1px dashed;
}
.bcs-popup a.popupLink:hover{
    opacity: 0.8;
}
.contrWrapper{
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.contrWrapper .title{
    margin-bottom: 1rem;
}
.contrWrapper .button{
    color: #fff;
    display: inline-block;
    border: unset;
}
.popup[data-name="thanks-contr"] .win{
  width: 500px;
  max-width: 95%;
  transform: translateX(-50%);
  margin-left: 0;
  left: 50%;
}
.popup[data-name="thanks-contr"] .win .win-content{
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.popup[data-name="thanks-contr"] .win .win-content p{
  font-size: 18px;
  line-height: 24px;
}
.popup[data-name="thanks-contr"] .win button {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  font-size: 16px;
  font-family: Arial;
  color: #ffffff;
  background-image: none;
  background-color: #008647;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 22px auto 0 auto;
  padding: 10px 24px 9px 24px;
  display: block;
  cursor: pointer;
  border: none;
  height: auto;
}
.confirm-popup-exit .close{
    text-indent: -9999px;
}
.confirm-popup-exit.popup.active{
    z-index: 9999;
}
.bcs-popup[data-type="check_and_action"] .bcs-win .bcs-win-inner .bcs-content .bcs-result .bcs-text{
    padding-right: 15px;
}
