.df {
    display: flex !important;
}
.tmenu-mobile__menucontent_hidden {
    z-index: 1111
}

#message, .actions span, .codrops-top, #tariffs a, .vh-popup a, #tgBotLink, #tariffsBtn {
    text-transform: uppercase
}

.actions span, .support-note span, #tariffs a, .vh-popup a, #tgBotLink, #tariffsBtn {
    text-align: center;
    font-weight: 700
}

.clearfix:after, .clr, .support-note {
    clear: both
}

ul.baraja-container {
    width: 288px;
    height: 400px;
    margin: 0 auto 30px;
    position: relative;
    padding: 0;
    list-style-type: none
}

ul.baraja-container li {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #fff;
    pointer-events: auto;
    border: 1px solid #555
}

ul.baraja-container li:before {
    background: url("../images/background.jpg")
}

ul.baraja-container li:after, ul.baraja-container li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background-size: cover
}

#result div, .baraja-demo li, .codrops-top, .container-vh {
    position: relative
}

ul.baraja-container li:hover:after {
    background: rgba(255, 255, 255, .2)
}

#showResultBtn, ul.baraja-container li.flipped:after, ul.baraja-container li.flipped:before {
    display: none
}

ul.baraja-container li.flipped div:hover {
    background: #29404f
}

.no-js ul.baraja-container {
    width: auto;
    height: auto;
    text-align: center
}

.no-js ul.baraja-container li {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 310px;
    margin: 10px
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html {
    height: 100%;
    font-size: 62.5%
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

a {
    color: #555;
    text-decoration: none
}

.container-vh {
    width: 100%;
    padding: 60px 0 150px;
    font-family: Roboto, Arial, sans-serif
}

.clr {
    padding: 0;
    height: 0;
    margin: 0
}

.container-vh > header, .main-vh {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px
}
@media screen and (max-width: 920px){
    .container-vh > header, .main-vh {
        width: 100%;
    }
}

.container-vh > header {
    padding: 30px
}

.container-vh > header h1 {
    margin: 0;
    font-weight: 700;
    color: #333;
    float: left;
    font-size: 3.6rem;
    line-height: 4.6rem
}

#result div h4, .baraja-demo li h4 {
    position: absolute;
    color: #2b3e70;
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.container-vh > header h1 span {
    display: block;
    color: #444;
    font-size: 20px;
    line-height: 2.8rem;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.codrops-top {
    font-size: 1.1rem;
    line-height: 2.4rem;
    background: rgba(255, 255, 255, .5);
    z-index: 9999;
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2)
}

.codrops-top a {
    padding: 0 10px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
    text-shadow: 0 -1px 0 #fff;
    display: inline-block
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, .8);
    color: #000
}

#close, .codrops-top span.right {
    float: right
}

.codrops-top span.right a {
    float: left;
    display: block
}

.support-note span {
    color: #ac375d;
    font-size: 1.6rem;
    display: none;
    padding: 5px 0
}

.actions {
    text-align: center;
    padding: 50px 0 20px
}

.actions span, #tariffs a, .vh-popup a,
.container-vh #tariffsBtn,
.container-vh #tgBotLink {
    font-size: 1.25rem;
    display: inline-block;
    cursor: pointer;
    padding: 7px 11px;
    margin: 3px;
    border-radius: 3px;
    background: #4b90c8;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .8)
}
@media screen and (max-width: 500px){
    .actions span {
        display: block;
        width: max-content;
        margin: 0 auto 16px;
    }
}

.actions span:active, #tariffs a:active, .vh-popup a:active,
.container-vh #tariffsBtn:active,
.container-vh #tgBotLink:active {
    background: #aaa;
    color: #fff;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .5)
}

.actions span:hover, #tariffs a:hover, .vh-popup a:hover,
.container-vh #tariffsBtn:hover,
.container-vh #tgBotLink:hover {
    background: #2e5a7e
}

.actions span[disabled], #tariffs a[disabled],
.container-vh #tariffsBtn[disabled],
.container-vh #tgBotLink[disabled] {
    background: #aaa;
    cursor: not-allowed;
}

#nav-next, #nav-prev {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 20px
}

.baraja-demo {
    margin: 30px auto;
    color: #aaa;
    transition: 500ms linear;
}
@media screen and (max-width: 1024px){
    .baraja-demo {
        transform: scale(0.9);
    }
}
@media screen and (max-width: 840px){
    .baraja-demo {
        transform: scale(0.8);
    }
}
.baraja-demo.vertOpened {
    margin: 240px auto 200px;
    padding-right: 150px;
}
.no-js .baraja-demo {
    width: auto
}

.baraja-demo p {
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    margin: 10px 3px 0
}

.baraja-demo ul.baraja-container li {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.baraja-demo ul.baraja-container li:hover {
    background: #eee
}

.baraja-demo li h4 {
    bottom: 25px;
    font-size: 17px;
    display: none
}

#result *, #result:after, .baraja-demo li.flipped h4 {
    display: block
}

.baraja-demo li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px 10px 0 0
}

#result {
    display: none;
    width: 675px;
    margin: 0 auto 30px;
    padding: 43px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 10px
}
@media screen and (max-width: 740px){
    #result {
        width: 100%;
    }
}
@media screen and (max-width: 680px){
    #result {
        padding: 32px;
    }
}
#result div {
    margin-right: 43px;
    float: left
}
@media screen and (max-width: 680px){
    #result div {
        margin-right: 32px;
    }
}
@media screen and (max-width: 600px){
    #result div {
        display: none;
    }
}
#result span {
    margin-top: 22px;
    font-size: 14px
}
@media screen and (max-width: 680px){
    #result span {
        margin-top: 12px;
    }
}
#result div h4 {
    bottom: 20px
}

#result h4 {
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 14px
}
@media screen and (max-width: 680px){
    #result h4 {
        margin-bottom: 24px;
    }
}
#result p {
    font-size: 16px;
    text-align: justify
}

#result img {
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 10px
}

#result:after {
    content: '';
    clear: both
}

#message, .langs {
    text-align: center
}

.langs a {
    display: inline-block;
    margin: 20px;
    color: #fff
}

#message {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px
}
#tariffs {
    display: none;
    text-align: center;
    margin-top: 100px;
}
#tariffs > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 16px;
}
@media screen and (max-width: 500px){
    #tariffs > div {
        flex-direction: column;
        max-width: 250px;
        margin: 0 auto;
    }
}
#tariffs > div > div {
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 16px;
    min-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 8px
}
#tariffs h1 {
    font-size: 20px;
    margin-bottom: 16px;
}
#tariffs h2 {
    color: #0b0;
}
#tariffs s {
    color: #e00;
}
#tariffs a {
    margin-top: auto;
}
#tariffs b {
    display: block;
}
[class*=clientContactsFor] .t-popup {
    opacity: 1;
}
[class*=clientContactsFor] .t-popup__container {
    transform: translateY(-50%);
}
[class*=clientContactsFor] .t-popup__container img.t-img {
    display: none;
}
.container-vh #tgBotLink, .container-vh #tariffsBtn {
    display: none;
    margin: 0 auto 16px;
    width: max-content;
}
#tgBotHint, #counter {
    display: none;
    cursor: unset;
    text-decoration: none;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 16px;
    margin: 16px auto;
    width: fit-content;
    max-width: 530px;
    text-align: center;
    font-size: 16px;
    background: #e1f6ff;
}
.vh-popup {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.96);
    z-index: 1111;
}
.vh-popup-content {
    width: max-content;
    height: max-content;
    border: 1px solid #555;
    border-radius: 10px;
    position: relative;
    padding: 32px;
    text-align: center;
    background: #fff;
}
.vh-popup-content a {
    display: none;
}
.vh-popup-content p {
    margin-bottom: 24px;
    font-size: 16px;
}
.vh-popup-close {
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
}
.vh-popup-close:before, .vh-popup-close:after {
    display: block;
    content: '';
}
.vh-popup-close:before {
    width: 1px;
    height: 16px;
    background: #555;
    transform: rotate(45deg);
}
.vh-popup-close:after {
    width: 16px;
    height: 1px;
    background: #555;
    transform: rotate(45deg);
    margin: -8px;
}
/*8 March*/
#tariffs .march8 {
    margin-bottom: 16px;
    /*display: none;!*uncomment*!*/
}
#tariffs > div:not(.march8) {
    display: none;
}
/*8 March*/