.radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 2.4rem 1.8rem 3.6rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 400;
    transition: opacity 0.2s ease-in-out;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.4rem;
    width: 2.4rem;
    background-color: #FFFFFF;
    border: rgba(0,0,0,0.4) solid 1px;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background: #00B0B9;
    border-radius: 1.2rem;
}

.radio input:checked ~ .checkmark:after {
    display: block;
}

.radio input:checked .radio .checkmark {
    border: rgba(0,0,0,1) solid 1px;
}

.scrollTo{
    border-bottom: #999999 dashed 1px;
}

.scrollTo:hover{
    border-bottom: #00B0B9 dashed 1px;
}

.userMail{
    display: block;
    padding: 0.8rem 0 0;
}


.subscriptionForm{
    padding: 3rem 0 8rem;
}

.subscriptionForm .h3{
    font-weight: 400;
}

.formControls{
    font-size: 0;
    margin: 0 0 1rem;
}

.controlBtn{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 1.8rem 1rem 0;
    color: #00B0B9;
    border-bottom: #00B0B9 solid 2px;
}

.checkboxInputs{
    font-size: 0;
}

.checkboxSection{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.33333%;
    padding: 0.8rem 3.6rem;
    box-sizing: border-box;
}

.checkboxList{
    padding: 0 0 0 3.6rem;
    display: none;
}

.optionExpand{
    position: absolute;
    top: 0.8rem;
    left: 0;
    cursor: pointer;
    width: 2.5rem;
    height: 2.4rem;
    background: #00B0B9;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
}

.optionExpand::before{
    content: '+';
}

.expand::before{
    content: '-';
}

.checkboxSection .control{
    padding-bottom: 1.8rem;
}

.radioGroup{
    padding: 2rem 0;
}

.control input:indeterminate ~ .control__indicator {
    border: 1px solid #000;
}

.control input:indeterminate ~ .control__indicator:after {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    background: none;
    content: '-';
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3rem;
    text-align: center;
    color: #00B0B9;
}


@media (max-width: 1024px){
    .checkboxSection{
        width: 50%;
    }
}

@media (max-width: 450px){
    .subscriptionForm{
        padding: 3rem 0 5rem;
    }

    .checkboxSection{
        width: 100%;
        padding: 0.8rem 0 0.8rem 3.6rem;
    }

    .checkboxList{
        padding: 0 0 0 2.4rem;
    }

    .submitGroup .btn{
        width: 100%;
        margin-bottom: 0.6rem;
    }
}


.colContainer{
    position: relative;
    display: block;
}

.colContainer:after{
    content: '';
    display: table;
    clear: both;
}

.formsCol{
    float: left;
    width: 320px;
}

.contentCol{
    float: left;
    width: calc(100% - 640px);
    padding: 0 6rem;
    margin-bottom: 6rem;
}

.contentCol_w
{
    width: calc(100% - 320px);
}

.contentCol *:first-child{
    margin-top: 0;
}

.otherCol{
    float: right;
    width: 320px;
    margin-bottom: 6rem;
}

@media (max-width: 1440px){
    .formsCol{
        float: none;
        width: 100%;
        margin-bottom: 5rem;
    }

    .contentCol{
        width: calc(100% - 320px);
        padding: 0 4rem 0 0;
    }

}

@media (max-width: 1024px){

    .formsCol{
        margin-bottom: 2rem;
    }

    .contentCol{
        float: none;
        width: 100%;
        padding: 0;
    }

    .otherCol{
        float: none;
        width: 100%;
        margin-bottom: 5rem;
    }
}

.formsCol .big-filter__input .form-control{
    border: 1px solid rgba(0, 0, 0, .2);
}

.formsCol .big-filter__input .form-control{
     margin: 0 0 0.6rem;
}

.formSimple{
    display: none;
}

.advancedSearchBtn{
    cursor: pointer;
    display: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #00B0B9;
    border-bottom: #00B0B9 dashed 1px;
    transition: opacity0.3s ease-in-out;
}


.formFull .form-control, .formSend .form-control{
    padding: 2rem;
}

.formSend textarea.form-control {
    height: 14rem;
}

.formFull .big-filter__select {
    min-width: 100%;
    margin: 0 0 0.6rem;
}

.formFull .big-filter__select .select2-container {
    width: 100% !important;
}

.formFull .btn, .formSend .btn{
    width: 100%;
}

.advancedSearchBtn:hover{
    opacity: 0.6;
}

@media (max-width: 1440px){
    .formSimple{
        display: block;
    }

    .advancedSearchBtn{
        display: inline-block;
    }

/*
    .formFull{
        display: none;
    }
*/
}

.show .formSimple{
    display: none;
}

.show .formFull{
    display: block;
}

.show .advancedSearchBtn{
    display: none;
}

.articleItem{
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 2.6rem;
    margin-bottom: 2.6rem;
}

.articleDate{
    font-size: 1.6rem;
    color: #999999;
}

.articleItem .h3{
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.otherCol .articleItem .h3{
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
}

@media (max-width: 650px){
    .articleItem .h3{
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .otherCol .articleItem .h3{
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 1.2rem;
    }

    .articleDate{
        font-size: 1.2rem;
    }

    .formFull .form-control, .formSend .form-control{
        padding: 1.5rem !important;
    }

}

.tagsList{
    list-style-type: none;
    border: none;
    padding: 0;
    font-size: 0;
}

.tagsList li{
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 4px 0;
}

.tagsList li a{
    display: block;
    padding: 1.2rem;
    background: #f7f8f9;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #999999;
}

.tagsList li a::before{
    content: '# ';
}

.tagsList li a:hover{
    color: #00B0B9;
}

.tagsWrap{
    background: #f7f8f9;
    padding: 2.8rem 2rem 2rem;
}

.colHeading{
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.tagsWrap .tagsList li{
    margin: 0;
}

.tagsWrap li a{
    padding-left: 0;
}

.showAll{
    cursor: pointer;
    display: none;
    font-size: 1.2rem;
    font-weight: 400;
    transition: opacity 0.3s ease-in-out;
}

.showAll:hover{
    opacity: 0.6;
}

@media (max-width: 1024px){
    .showAll{
        display: inline-block;
    }
}

.show .showAll{
    display: none;
}

@media (max-width: 1024px){
    .tagsWrap{
        padding: 2.4rem 3rem;
    }

    .colHeading{
        font-size: 1.6rem;
        margin: 0 0 0.8rem;
    }

/*
    .tagsWrap .tagsList{
        max-height: 7.2rem;
        overflow: hidden;
    }
*/

    .tagsWrap.show  .tagsList{
        max-height: unset;
        overflow: unset;
    }

    .tagsWrap li a{
        padding: 1rem 1rem 1rem 0;
    }
}

@media (max-width: 1024px){
    .tagsWrap{
        padding: 1.8rem 2rem;
    }

    .colHeading{
        font-size: 1.6rem;
        margin: 0 0 0.8rem;
    }

/*
    .tagsWrap .tagsList{
        max-height: 7.2rem;
        overflow: hidden;
    }
*/
}

.page-heading .tagsList{
    margin: -2rem 0 0;
}

.colText{
    margin-top: 0;
    /* font-size: 1.4rem; */
    font-size: 2rem;
    font-weight: 600;
    color: #00B0B9;
}

.formSend{
    margin-bottom: 3rem;
}

.otherCol .articleItemList{
    margin-top: 2.4rem;
}

.otherCol .articleItem{
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 2rem 0 0;
}

.otherCol .articleDate{
    font-size: 1.2rem;
}

.otherCol .btn{
    width: 100%;
}

.otherCol .articleItem .tagsList li a{
    padding: 0.6rem 0.6rem 0.6rem 0;
    background: transparent;
}
