/* Pop-up for Windows client page */
.download-modal__popup {
    max-width: 100%;
    max-height: 100%;
    width: 590px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    margin: auto;
    padding: 30px 40px 40px;
}

.download-modal {
    display: none;
    max-width: 100vw;
    max-height: 100vh;
    background:#00000040 0 0 no-repeat padding-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: var(--z-index-modal-menu-dialog-box-layer, 1000);
}

.download-modal.open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-modal__versions-cloce {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: rgba(55, 59, 60, 1);
    text-align: center;
    position: absolute;
    right: 16px;
    top: 16px;
}

.download-modal__versions-cloce:focus,
.download-modal__versions-cloce:hover {
    color:#000;
    cursor:pointer;
}

.download-modal__header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

.download-modal__versions {
    display: flex;
    gap: 14px;
}

.download-modal__version-card {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    background: #F7F9FC;
    border-radius: 8px;
    border: 1px solid #EFF4FA;
    position: relative;
    padding: 18px;
}

.download-modal__version-card .tooltip {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 0;
    margin: 0;
    z-index: 10;
}

.download-modal__version-card .tooltip.tooltip--question {
    background: url(https://trueconf.com/images/1-tc-web-icons/type-1/color/t1-question-solid.svg) no-repeat center center;
}

.download-modal__version-card .tooltip.tooltip--question::before {
    content: attr(data-tooltip);
    display: none;
    width: 356px;
    height: min-content;
    background: #373B3C;
    border-radius: 8px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    top: -16px;
    right: 46px;
    padding: 16px;
}

.download-modal__version-card .tooltip.tooltip--question::after {
    content: "";
    display: none;
    width: 11.3px;
    height: 11.32px;
    background: #373B3C;
    transform: rotateZ(45deg);
    position: absolute;
    top: 6px;
    right: 40px;
}

.download-modal__version-link {
    padding-top: 6px;
    padding-bottom: 14px;
}

.download-modal__version-link:hover {
    text-decoration: underline;
}

@media all and (min-width: 771px) {
    .download-modal__version-card .tooltip.tooltip--question:hover::before,
    .download-modal__version-card .tooltip.tooltip--question:hover::after {
        display: inline-block;
    }
}

@media all and (max-width: 770px) {
    .download-modal__popup {
        width: 288px;
        padding: 30px 28px 28px 28px;
    }
    .download-modal__versions {
        flex-direction: column;
    }
    .download-modal__version-card .tooltip.tooltip--question::before {
        width: 280px;
    }
    .download-modal__version-card .tooltip.tooltip--question.active::before,
    .download-modal__version-card .tooltip.tooltip--question.active::after {
        display: inline-flex;
    }
}

@media all and (max-width: 500px) {
    .download-modal__version-card .tooltip.tooltip--question::before {
        top: 46px;
        right: -34px;
    }
    .download-modal__version-card .tooltip.tooltip--question::after {
        top: 40px;
        right: 6px;
    }
}

/* End pop-up for Windows client pade */

.version-type.btn{
    border-radius:6px;
    font-size:18px;
    min-width:200px;
    padding:0 10px;
}
.version-modal{
    background:#00000040 0 0 no-repeat padding-box;
    bottom:0;
    display:none;
    left:0;
    overflow:visible;
    position:fixed;
    right:0;
    top:0;
    z-index: var(--z-index-modal-menu-dialog-box-layer, 1000);
}
.version-modal-header{
    border-bottom:1px solid #ececec;
    padding-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.modal-window{
    background-color:#fff;
    border-radius:7px;
    margin:20% auto;
    padding:20px 40px;
    position:relative;
    width:650px;
}
.version-close{
    color:rgba(0,0,0,.3);
    font-size:30px;
    height:30px;
    line-height:30px;
    position:absolute;
    right:15px;
    text-align:center;
    top:10px;
    width:30px;
}
.version-close:focus,.version-close:hover{
    color:#000;
    cursor:pointer;
}
.open {
    display: block;
}

.windows-beta_black-wrapper{
    background:#373b3c;
}

[type=radio]+label:after,[type=radio]+label:before{
    transition:none;
}
[type=radio]:checked+label,[type=radio]:not(:checked)+label{
    height:16px;
    margin:0;
    padding:0;
    width:16px;
}
.version-label{
    color:inherit;
}
.version-label_text{
    font-size:16px !important;
    left:5px;
    min-width:250px;
    padding:0 20px;
    position:absolute;
    top:-5px;
}
[type=radio]+label:before{
    margin:0;
    padding:0;
}
[type=radio]:checked+label:before{
    background:#fff;
    border:2px solid #ff6d00;
    height:16px;
    width:16px;
}
[type=radio]:checked+label:after{
    background:#f96d02;
    border:1px #000;
    border-radius:50%;
    height:8px;
    left:calc(50% - 8px);
    top:calc(50% - 8px);
    width:8px;
}

.windows-btn_container{
    border-radius:6px;
    overflow:hidden;
}
.not-border{
    border:none;
}
.hidden-block{
    display:none;
}
.version-type.btn{
    padding:0 30px;
}
.product-new-wrapper{
    background:url(https://trueconf.com/images/nonprofits/linux-bg.svg);
    background-position-y:bottom;
    background-repeat:no-repeat;
    background-size:cover;
    padding-bottom:75px;
}
.product-new-wrapper .v3-container{
    position:relative;
}
.windows-btn_container button{
    padding:0 45px;
}
.mac-btn{
    height:56px;
}
.prod-btn__container{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    height:85px;
    justify-content:flex-start;
}
.prod-btn__container .windows-btn_container{
    font-size:24px;
}
.feature-block__text{
    color:#30b2c1;
    cursor:default;
    font-size:16px;
}
img.destr-img{
    margin-right:10px;
    width:35px;
}
#linux-distr .ui-accordion-header{
    padding:10px 30px;
}
#linux-distr .ui-accordion-content{
    padding:0;
}
#linux-distr .verison-header__container{
    align-items:baseline;
    border-bottom:1px solid #cacaca;
    font-size:16px;
    font-weight:600;
}
.version-row__container.verison-header__container{
    padding:15px 0;
}

@media screen and (max-width:1200px){
    .feature-block__text{
        font-size:14px;
    }

}
@media screen and (max-width:992px){
    .windows-btn_container{
        margin:20px 0;
        text-align:left;
    }
    .prod-btn__container{
        display:block;
        text-align:left;
    }
    .product-new-wrapper{
        background:#0097a7;
        background:linear-gradient(180deg, #0097a7, #2493a2);
    }
    .modal-window{
        width:450px;
    }
    .product-new-wrapper{
        padding-bottom:30px;
    }
    .desktop-description{
        display:none;
    }
}

@media screen and (max-width:940px){
    .prod-btn__container{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-box-align:baseline;
        -ms-flex-align:baseline;
        align-items:baseline;
        -ms-flex-direction:row;
        flex-direction:row;
    }
}
@media screen and (max-width:640px){
    .windows-btn_container{
        width:100%;
    }
    .modal-window{
        margin:40% auto;
        padding:10px 20px;
        width:320px;
    }
    .version-modal-header{
        margin-top:20px;
    }
}

@media screen and (max-width:460px){
    .version-type.btn{
        padding:10px;
    }
}