* {
    box-sizing: border-box;
    outline: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

input, select {
    vertical-align:middle;
    outline: none;
}
body {
	background: #2b2b2b;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 400;
	font-size: 14px;
	color: #eee;
}
a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ffd600;
}
h1, h2, h3 {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 400;
}
.abrwidth-wraphel {
    position: relative;
    width: 100%;
    max-width: 2320px;
    margin: 0 auto;
    padding: 0 10px;
}
.abrclearfixhel:after {
    display: table;
    content: "";
    clear: both;
}
.abrheading-containerhel {
    position: relative;
}
    .abrheading-containerhel:after {
        content: '';
        display: block;
        clear: both;
    }

.abrheaderhel {
    min-height: 60px;

    background: #ff4d7e;

    text-align: center;
}
    .abrheaderhel .abrmenu-switcher-containerhel {
        display: none;
        float: left;

        padding: 11px 0;
    }
        .abrheaderhel .abrmenu-switcher-containerhel .abrmenu-switcherhel {
            height: 38px;
            padding: 0 10px;
            background: #ffd600;
            font-size: 18px;
            line-height: 38px;
            color: #333;
            transition: 0.15s ease opacity;
            cursor: pointer;
        }
            .abrheaderhel .abrmenu-switcher-containerhel:hover .menu-switcher,
            .abrmenu-openedhel .abrheaderhel .abrmenu-switcher-containerhel .abrmenu-switcherhel {
                opacity: 0.5;
            }

    .abrheaderhel .abrlogohel {
        margin: 8px 0 0 0;
        float: left;
        color: #fff;
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
    }
        .abrheaderhel .abrlogohel a {
            display: block;
            color: #fff;
            transition: 0.15s ease color;
        }
        .abrheaderhel .abrlogohel span {
            color: #ffd600;
            transition: 0.15s ease color;
        }
            .abrheaderhel .abrlogohel a:hover {
                color: #ffd600;
            }
            .abrheaderhel .abrlogohel a:hover span {
                color: #fff;
            }

    .abrheaderhel .abrsearchhel {
        float: right;
        position: relative;
        height: 60px;
        padding: 11px 0 11px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 3;
    }
        .abrheaderhel .abrsearchhel .abrsearch-inputhel {
            width: 300px;
            height: 38px;
            padding: 0 70px 0 10px;
            border: 0;
            border-radius: 3px;
            background: #fff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
        .abrheaderhel .abrsearchhel .abrsearch-submithel {
            display: block;
            position: absolute;
            top: 11px;
            right: 0;
            height: 38px;
            padding: 0 10px;
            border: 0;
            border-radius: 3px;
            background: #ffd600;
            font-size: 16px;
            color: #fff;
            cursor: pointer;
            transition: 0.15s ease opacity;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
            .abrheaderhel .abrsearchhel .abrsearch-submithel:hover {
                opacity: 0.5;
            }

    .abrheaderhel .abrnavigationhel {
        margin: 0 30px 0 0;
        text-align: center;
    }
        .abrheaderhel .abrnavigationhel li {
            padding: 0 10px;
            display: inline-block;
            font-weight: 600;
            line-height: 60px;
        }
            .abrheaderhel .abrnavigationhel a {
                height: 60px;
                display: block;
                padding: 0 5px;
                color: #fff;
                font-size: 16px;
                border-bottom: 3px solid transparent;
                transition: 0.15s ease border-color, 0.15s ease color;
            }
                .abrheaderhel .abrnavigationhel a:hover,
                .abrheaderhel .abrnavigationhel li.abractivehel a {
                    border-bottom: 3px solid #ffd600;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    color: #eee;
                }

.abrthumbshel {
    margin: 10px -5px;
    text-align: center;
    letter-spacing: -5px;
}
    .abrthumbshel .abrthumbhel {
        display: inline-block;
        padding: 0 5px 10px 5px;
        letter-spacing: 0;
        text-align: left;
        transition: 0.15s ease color;
		max-width: 50%;
    }
        .abrthumbshel .abrthumbhel:hover a {
            color: #ff4d7e;
        }
        .abrthumbshel .abrthumbhel .abrthumb-imagehel {
            position: relative;
            display: block;
        }
        .abrthumbshel .abrthumbhel .abrthumb-containerhel {
            position: relative;
            display: block;
            overflow: hidden;
        }
            .abrthumbshel .abrthumbhel .abrthumb-imagehel img {
                display: block;
                width: 100%;
            }
            .abrthumbshel .abrthumbhel .abrthumb-descriptionhel {
                display: block;
                background: #ff4d7e;
                height: 20px;
                padding: 3px 8px;
                overflow: hidden;
                font-size: 12px;
                line-height: 14px;
                color: #fff;
                text-align: center;
                text-overflow: ellipsis;
                white-space: nowrap;
                transition: 0.15s ease color;
            }
                .abrthumbshel .abrthumbhel.abrcategoryhel .abrthumb-descriptionhel {
                    height: 30px;
                    text-overflow: ellipsis;
                    padding: 0 8px;
                    white-space: nowrap;
                    font-size: 16px;
                    line-height: 30px;
                }
                .abrthumbshel .abrthumbhel:hover .abrthumb-descriptionhel {
                    color: #ffd600;
                }

            .abrthumbshel .abrthumbhel .abrthumb-infohel {
                font-size: 13px;
                position: absolute;
                bottom: 2px;
                right: 2px;
                padding: 0 5px;
                border-radius: 3px;
                background: rgba(255,255,255,0.5);
                line-height: 20px;
                color: #333;
                transition: 0.15s ease bottom;
            }
                .abrthumbshel .abrthumbhel:hover .abrthumb-infohel {
                    bottom: -20px;
                }

.abrpaginatorhel {
    margin: 0 auto 10px;
    text-align: center;
}
    .abrpaginatorhel li {
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }
        .abrpaginatorhel li a {
            min-width: 38px;
            height: 38px;
            padding: 0 10px;
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 15px;
            font-weight: 600;
            line-height: 38px;
            transition: 0.15s ease background-color, 0.15s ease color;
        }
            .abrpaginatorhel li a.abractivehel,
            .abrpaginatorhel li a:hover {
                border-radius: 3px;
                background: #ff4d7e;
                color: #fff;
            }
            .abrpaginatorhel li a i {
                height: 38px;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
            }

.abrbottom-texthel {
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    background: #555;
}

.abrlist-sectionhel {
    padding: 20px 0;
    background: #555;
}
    .abrlist-sectionhel ul {
        -webkit-columns: 5;
        columns: 5;
    }
        .abrlist-sectionhel ul.abrcategorieshel {
            -webkit-columns: 1;
            columns: 1;
        }
        .abrlist-sectionhel ul li {
            padding: 5px 5px 5px 0;
        }
            .abrlist-sectionhel ul.abrcategorieshel li {
                display: block;
                float: left;

                width: 25%;

                padding: 5px 20px 5px 0;
            }
            .abrlist-sectionhel ul li a {
                display: block;
                position: relative;
                overflow: hidden;

                font-size: 18px;
                line-height: 24px;
                white-space: nowrap;
                text-overflow: ellipsis;

                transition: 0.15s ease color;
            }
                .abrlist-sectionhel ul li a:hover {
                    color: #ff4d7e;
                }
                .abrlist-sectionhel ul li a span {
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 0 5px;
                    border-radius: 3px;
                    background: #ff4d7e;
                    font-size: 12px;
                    color: #ffffff;
                    transition: 0.15s ease background-color, 0.15s ease color;
                }
                    .abrlist-sectionhel ul li a:hover span {
                        background: #ffd600;
                        color: #333;
                    }

.abrspots-sectionhel {
    padding: 10px 0;
}
    .abrspotshel {
        text-align: center;

        letter-spacing: -5px;
    }
        .abrspotshel .abrspothel {
            display: inline-block;
            width: 25%;
            text-align: center;
            letter-spacing: 0;
        }

.abrvideo-wrapperhel {
    padding: 10px 0;
}
.abrvideo-wrapperhel .abrwidth-wraphel {
    max-width: 1660px;
}
.abrvideo-containerhel {
    float: left;

    width: calc(100% - 310px);
}
    .abrvideo-containerhel .abrvideohel {
        position: relative;
        padding-top: 66%;
        min-height: 770px;
        background: #000;
    }
        .abrvideo-containerhel .abrvideohel img,
        .abrvideo-containerhel .abrvideohel iframe {
            display: block;
            position: absolute;

            top: 0;
            left: 0;

            width: 100%;
            height: 100%;
        }

    .abrvideo-containerhel h1,
    .abrvideo-containerhel h2 {
        margin: 10px 0;
    }
    .abrvideo-containerhel p {
        margin: 10px 0;
    }
    .abrvideo-containerhel .abrvideo-abouthel {
        font-size: 14px;
        line-height: 30px;
    }
        .abrvideo-containerhel .abrvideo-abouthel a {
            display: inline-block;
            padding: 0 10px;
            border-radius: 3px;
            background: #ff4d7e;
            color: #fff;
            transition: 0.15s ease background-color, 0.15s ease color;
            margin-bottom: 4px;
        }
            .abrvideo-containerhel .abrvideo-abouthel a:hover {
                background: #ffd600;
                color: #333;
            }

.abrvideo-asidehel {
    float: left;

    width: 310px;

    padding: 0 0 0 10px;
}
    .abrvideo-asidehel .abrvideo-aside-blockhel {
        margin-bottom: 10px;
    }
        .abrvideo-asidehel .abrvideo-aside-blockhel img,
        .abrvideo-asidehel .abrvideo-aside-blockhel iframe {
            display: block;
        }

.abrfooterhel {
    padding: 15px 0;
    background: #ff4d7e;
    font-size: 13px;
    color: #eee;
}
    .abrfooterhel .abrwidth-wraphel:after {
        content: '';
        display: block;
        clear: both;
    }
    .abrfooterhel a {
        color: #eee;
        text-decoration: underline;
        cursor: pointer;
    }
        .abrfooterhel a:hover {
            text-decoration: none;
        }

    .abrfooterhel .abrfooter-texthel {
        float: left;
        line-height: 20px;
    }
        .abrfooterhel .abrfooter-copyrighthel {
            float: right;
            text-align: right;
            line-height: 20px;
        }

@media (max-width: 1230px) {
    .abrspotshel .abrspothel {
        width: 33.333333%;
    }
}
@media (max-width: 1100px) {
    .abrheaderhel .abrmenu-switcher-containerhel {
        display: block;
    }
    .abrheaderhel .abrlogohel {
        margin-left: 20px;
    }
    .abrheaderhel .abrnavigationhel {
        z-index: 5;

        display: none;
        position: absolute;

        top: 60px;
        left: 0;

        width: 100%;

        margin: 0;

        background: #ff4d7e;
    }
    .abrmenu-openedhel .abrheaderhel .abrnavigationhel {
        display: block;
    }
    .abrheaderhel .abrnavigationhel li {
        float: none;

        padding: 0 10px;

        line-height: 40px;
    }
    .abrheaderhel .abrnavigationhel a {
        height: 40px;
    }
}
@media (max-width: 1000px) {
    .abrspotshel .abrspothel {
        width: 50%;
    }
    .abrlist-sectionhel ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .abrlist-sectionhel ul.abrcategorieshel li {
        width: 33.333333%;
    }
    .abrvideo-containerhel {
        float: none;

        width: 100%;

        margin-bottom: 10px;
    }
    .abrvideo-asidehel {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .abrvideo-asidehel .abrvideo-aside-blockhel {
        display: inline-block;
    }
    .abrvideo-containerhel .abrvideohel {
        min-height: 0;
    }
}
@media (max-width: 760px) {
    .abrheaderhel {
        min-height: 110px;
    }
    .abrheaderhel .abrlogohel {
        position: absolute;

        left: 50%;

        margin-left: 0;

        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .abrheaderhel .abrsearchhel {
        position: absolute;
        top: 60px;
        background: #ff4d7e;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0 10px 10px;
    }
    .abrheaderhel .abrsearchhel .abrsearch-inputhel {
        width: 100%;
    }
    .abrheaderhel .abrsearchhel .abrsearch-submithel {
        top: 0;
        right: 10px;
    }
    .abrlist-sectionhel ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .abrlist-sectionhel ul.abrcategorieshel li {
        width: 50%;
    }
}
@media (max-width: 670px) {
    .abrspotshel .abrspothel {
        width: 100%;
    }
    .abrvideo-asidehel .abrvideo-aside-blockhel:nth-child(2) {
        display: inline-block;
    }
}
@media (max-width: 560px) {
    .abrwidth-wraphel {
        padding: 0 5px;
    }
    .abrheaderhel {
        min-height: 95px;
    }
    .abrheaderhel .abrmenu-switcher-containerhel {
        padding: 5px 0;
    }
    .abrheaderhel .abrlogohel {
        margin-top: 3px;

        font-size: 24px;
    }
    .abrheaderhel .abrlogohel a img {
        height: 30px;
        margin-top: 6px;
    }
    .abrheaderhel .abrnavigationhel {
        top: 50px;
    }
    .abrheaderhel .abrsearchhel {
        top: 50px;

        height: 45px;

        padding: 0 5px 5px;
    }
    .abrheaderhel .abrsearchhel .abrsearch-submithel {
        right: 5px;
    }
    .abrlist-sectionhel ul {
        -webkit-columns: 2;
        columns: 2;
    }
    .abrlist-sectionhel ul.abrcategorieshel li {
        width: 100%;
    }
    .abrfooterhel {
        padding: 10px 0;
    }
    .abrfooterhel .abrfooter-texthel {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .abrfooterhel .abrfooter-copyrighthel {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
}
@media (max-width: 340px) {
    .abrspotshel .abrspothel {
        width: 100%;
    }
    .abrlist-sectionhel ul {
        -webkit-columns: 1;
        columns: 1;
    }
}
.abrrelated-wraphel {
    max-width: 1660px;
}

.errt{font-size: 25px;line-height: 1.5;}
.errt a {color: #ff2300;text-decoration: none;}
.errt a:hover {color: #1a00ff;text-decoration:underline}