@import url('https://fonts.googleapis.com/css?family=Cuprum:400,700|Pattaya&subset=cyrillic');
/*
	font-family: 'Pattaya', sans-serif;
	font-family: 'Cuprum', sans-serif;
*/

html {
    background: url("img/bgBody-C_d5uaW.webp");
}
body {
    background-color: transparent;
    font: 14px/16px 'Cuprum', sans-serif;
}
h1, h2, h3, h4, h5, h6, .f2 {
    font-family: 'Pattaya', sans-serif;
}

.wrap {
    background: #ffffff;
    padding: 10px;
}

header nav.menu {
    position: relative;
    background: #6025F5;
    background: -webkit-linear-gradient(to right, #FF5555, #6025F5);
    background: linear-gradient(to right, #FF5555, #6025F5);
    border: 0;
}
header nav.menu:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
header nav.menu a {
    text-decoration: none;
}
header nav.menu a.logo,
header nav.menu a.logo_mobile {
    font-family: 'Pattaya', sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #ff0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.45);
}
header nav.menu a.logo span,
header nav.menu a.logo_mobile span {
    color: #fff;
}
header nav.menu a.logo {
    border-right: 1px solid rgba(0,0,0,0.05);
}
header nav.menu a.logo_mobile:hover,
header nav.menu a.logo_mobile:focus {
    text-decoration: none;
}
header nav.menu ul>li>a {
    font-family: 'Cuprum', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
    padding: 0 10px;
    text-transform: uppercase;
}
header nav.menu ul>li>a:hover,
header nav.menu ul>li>a:focus {
    color: #fff;
    background: rgba(0,0,0,0.15);
}
header nav.menu a.menu {
    color: #fff;
    text-shadow: none;
}
header nav.menu .mobile_add {
    position: absolute;
    top: 5px;
    right: 5px;
}



section.vip {
    position: relative;
    text-align: center;
    background: rgba(0,0,0,0.65) url("img/bgExtra-jyvWFJ2.webp");
}
section.vip:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
}
section.vip .item {
    cursor: pointer;
    aspect-ratio: 2/1.25;
    background-size: 101% auto, auto;
    background-repeat: repeat-y;
    background-position: center 30%;
}
section.vip .item .title {
    background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
}
section.vip .item .title p {
    font-size: 1.5em;
}
section.vip .item .ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
section.vip .item .ribbon span {
    position: absolute;
    top: 19px;
    right: -21px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    background: #79A70A;
}
section.vip .item .ribbon span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
section.vip .item .ribbon span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
section.vip .item .ribbon.c0 span { background: linear-gradient(#9BC90D 0%, #79A70A 100%); }
section.vip .item .ribbon.c0 span::before { border-left: 3px solid #79A70A; border-top: 3px solid #79A70A; }
section.vip .item .ribbon.c0 span::after { border-right: 3px solid #79A70A; border-top: 3px solid #79A70A; }
section.vip .item .ribbon.c1 span { background: linear-gradient(#2989d8 0%, #1e5799 100%); }
section.vip .item .ribbon.c1 span::before { border-left: 3px solid #1e5799; border-top: 3px solid #1e5799; }
section.vip .item .ribbon.c1 span::after { border-right: 3px solid #1e5799; border-top: 3px solid #1e5799; }
section.vip .item .ribbon.c2 span { background: linear-gradient(#F70505 0%, #8F0808 100%); }
section.vip .item .ribbon.c2 span::before { border-left: 3px solid #8F0808; border-top: 3px solid #8F0808; }
section.vip .item .ribbon.c2 span::after { border-right: 3px solid #8F0808; border-top: 3px solid #8F0808; }
section.vip .item .ribbon.c3 span { background: linear-gradient(#B6BAC9 0%, #808080 100%); }
section.vip .item .ribbon.c3 span::before { border-left: 3px solid #808080; border-top: 3px solid #808080; }
section.vip .item .ribbon.c3 span::after { border-right: 3px solid #808080; border-top: 3px solid #808080; }
section.vip .item .ribbon.c4 span { background: linear-gradient(#05EFF7 0%, #087F8F 100%); }
section.vip .item .ribbon.c4 span::before { border-left: 3px solid #087F8F; border-top: 3px solid #087F8F; }
section.vip .item .ribbon.c4 span::after { border-right: 3px solid #087F8F; border-top: 3px solid #087F8F; }
section.vip .item .ribbon.c5 span { background: linear-gradient(#F79E05 0%, #8F5408 100%); }
section.vip .item .ribbon.c5 span::before { border-left: 3px solid #8F5408; border-top: 3px solid #8F5408; }
section.vip .item .ribbon.c5 span::after { border-right: 3px solid #8F5408; border-top: 3px solid #8F5408; }

section.vip .item .real {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAJ1BMVEUfHyIiIiQUFBQiIiMhISMbGx0bGxweHiEcHB4dHR8UFBUTExQMDA2RS6qyAAABNklEQVR42o3S0W6DMBAF0UlbY4z9/99bFZMUjYR1eYtkfDbsMP6e+v0avR9H72NvbWz7/vlZ69i2Ms5ffdSf15gP58lynuyfk6W8X2xwnZTAJLYyX5x3/j/nPcfXxG/CfLFeh9ZTS2C0yvUP1lNLYJTWrhfXU0vg9s3WU0tAdz5PLYHbN1tM3bDAbdO6U1uRgDbtqR9bQnd66seWiPuUQNynBOI+JRD3KYG4TwnEfUog7lMCcZ8SiPuUQNynBOI+JRD3KYG4TwnEfUog7lMCcZ8SiPuUQNynBOI+JRD3KYG4TwnEfVqI+5RA3KcE4j4lEPcpgbhPCcR9SiDuUwJxnxKI+5RA3KcE4j4lEPcpgbhPCaR9eiukfXor5H1qlrRPb4W0T2+FtE9vhbRPz0Lap7dC2qe38gvuf3gW9g7N7AAAAABJRU5ErkJggg==');
    bottom: .25em !important;
    left: .25em !important;
    text-transform: lowercase;
    padding: .25em .5em;
    font-size: 1em;
    color: #f00;
    font-weight: bold;
    border-radius: .5em;
    text-shadow: none;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.45);
}
section.vip .item .real span {
    display: block;
    font-size: 1.25em;
    color: #ff0;
    font-weight: normal;
    text-transform: uppercase;
}
section.vip .item .phone {
    bottom: .25em !important;
    right: .25em !important;
}
section.vip .item .phone p {
    font-size: 1.5em;
    border-radius: .5em;
    background: rgba(0,0,0,0.65);
}






section.intro article.item .label.real {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
section.intro article.item .label.real span {
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
section.intro article.item .label.real span::before {
    content: '';
    position: absolute; left: 0; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-top: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
section.intro article.item .label.real span::after {
    content: '';
    position: absolute; right: 0; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-top: 3px solid #8F0808;
}