html,
body {
    margin: 0;
    padding: 0;
    min-width: 320px;

    background: #210817;
}

body {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}


/* =========================================================
   ОБЩАЯ СТРАНИЦА
   ========================================================= */

.gg4-page {
    width: 100%;
    min-height: 100vh;

    margin: 0;
    padding: 0 18px 0 18px;

    background:
        radial-gradient(
            circle at 50% 0,
            #6f204d 0,
            #44132f 48%,
            #25091a 100%
        );
}

.gg4-site {
    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    background: #351026;

    box-shadow:
        0 0 34px rgba(10, 1, 7, 0.65);
}


/* =========================================================
   НОВЫЙ АДАПТИВНЫЙ HEADER
   ========================================================= */

.gg4-header-new {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #220718;
    color: #ffffff;
}


/* =========================================================
   ВЕРХНЕЕ МЕНЮ
   ========================================================= */

.gg4-topbar {
    position: relative;

    width: 100%;
    height: 91px;

    padding: 0 46px;

    background:
        linear-gradient(
            180deg,
            #240819 0%,
            #1d0615 100%
        );

    border-bottom: 1px solid #c79d53;

    white-space: nowrap;
}


/* левая часть */

.gg4-topbar-left {
    position: absolute;
    left: 46px;
    top: 0;

    height: 90px;

    white-space: nowrap;
}

.gg4-topbar-left a,
.gg4-topbar-right a {
    display: inline-block;

    margin: 0 24px 0 0;
    padding: 35px 0 13px 0;

    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;

    text-decoration: none;
    vertical-align: top;
	text-transform: uppercase;
}

.gg4-topbar-left a:hover,
.gg4-topbar-right a:hover {
    color: #e4c47c;
}


/* active HOME */

.gg4-topbar-left .gg4-nav-active {
    position: relative;

    color: #f1d37f;
}

.gg4-topbar-left .gg4-nav-active:after {
    content: "";

    position: absolute;
    left: 4px;
    bottom: 7px;

    width: 28px;
    height: 2px;

    background: #e2bd60;
}


/* центральный монограмный знак */

.gg4-topbar-logo {
    position: absolute;

    left: 50%;
    top: 11px;

    width: 66px;
    height: 66px;

    margin-left: -33px;

    color: #e8cb75;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 35px;
    font-style: italic;
    line-height: 58px;

    text-align: center;

    text-shadow:
        0 0 5px rgba(239, 194, 104, 0.25);
}


/* правая часть */

.gg4-topbar-right {
    position: absolute;
    right: 42px;
    top: 0;

    height: 90px;

    white-space: nowrap;
}

.gg4-topbar-right a {
    margin: 0 0 0 24px;
}


/* кнопка JOIN NOW */

.gg4-topbar-right .gg4-join {
    margin-top: 20px;
    padding: 11px 27px;

    color: #f1d37f;

    border: 1px solid #d0a84f;
    border-radius: 4px;
}

.gg4-topbar-right .gg4-join:hover {
    color: #fff2bd;
    border-color: #edd074;
}


/* =========================================================
   HERO JPG
   ========================================================= */

.gg4-hero-new {
    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #681941;

    border-bottom: 1px solid #c79d53;
}

.gg4-hero-new img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
    border: 0;
}


/* =========================================================
   СТАТИСТИКА
   ========================================================= */

.gg4-statbar {
    width: 100%;
    min-height: 68px;

    padding: 13px 25px;

    color: #ffffff;
    text-align: center;

    background:
        linear-gradient(
            180deg,
            #29081e 0%,
            #210718 100%
        );

    border-bottom: 1px solid #c79d53;

    white-space: nowrap;
}


/* текст */

.gg4-stat-copy {
    display: inline-block;

    margin: 0 28px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 40px;

    vertical-align: middle;
}

.gg4-stat-copy strong {
    color: #e83e91;
    font-size: 19px;
    font-weight: normal;
}


/* круглые иконки */

.gg4-stat-icon {
    display: inline-block;

    width: 44px;
    height: 44px;

    color: #e4c46d;

    font-size: 25px;
    line-height: 40px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #d0aa57;
    border-radius: 50%;
}


/* вертикальные золотые разделители */

.gg4-stat-separator {
    display: inline-block;

    width: 1px;
    height: 42px;

    margin: 0 18px;

    background: #c69e55;

    vertical-align: middle;
}


/* =========================================================
   НИЖНЯЯ ТЕКСТОВАЯ ПОЛОСА
   ========================================================= */

.gg4-subbar {
    width: 100%;
    min-height: 54px;

    padding: 14px 20px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;

    text-align: center;

    background:
        linear-gradient(
            90deg,
            #351026 0%,
            #55143a 50%,
            #351026 100%
        );
}

.gg4-sub-star {
    display: inline-block;

    margin: 0 15px;

    color: #e6ca78;

    font-size: 20px;
    vertical-align: middle;
}



/* =========================================================
   ОБЛАСТЬ АПДЕЙТОВ
   ========================================================= */

.gg4-updates {
    width: 100%;

    padding: 34px 20px 58px 20px;

    background:
        radial-gradient(
            ellipse at 50% 0,
            #581a3d 0,
            #3d102b 47%,
            #29091d 100%
        );

    border-top: 1px solid rgba(226, 179, 89, 0.55);
}


/* =========================================================
   ЗАГОЛОВОК LATEST UPDATES
   ========================================================= */

.gg4-section-title {
    width: 100%;

    margin: 0 0 27px 0;

    text-align: center;
}

.gg4-section-title span {
    position: relative;

    display: inline-block;

    padding: 0 92px;

    color: #fff8e7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 44px;

    letter-spacing: 2px;
    text-transform: uppercase;

    text-shadow:
        0 2px 2px rgba(24, 2, 16, 0.95);
}

.gg4-section-title span:before,
.gg4-section-title span:after {
    content: "";

    position: absolute;
    top: 22px;

    width: 72px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0,
            #be7d58 35%,
            #e3bd69 100%
        );
}

.gg4-section-title span:before {
    left: 0;
}

.gg4-section-title span:after {
    right: 0;

    background:
        linear-gradient(
            90deg,
            #e3bd69 0,
            #be7d58 65%,
            transparent 100%
        );
}


/* Золотая звездочка под заголовком */

.gg4-section-title:after {
    content: "✦";

    display: block;

    height: 15px;
    margin-top: -7px;

    color: #e7c66c;
    font-size: 17px;
    line-height: 15px;

    text-align: center;
}


/* =========================================================
   СПИСОК: 5 КАРТОЧЕК В РЯД
   ========================================================= */

.gg4-updates-list {
    width: 100%;

    margin: 0;
    padding: 0;

    text-align: left;
    font-size: 0;
}

.gg4-update-item {
    display: inline-block;

    width: 20%;

    margin: 0;
    padding: 9px;

    vertical-align: top;

    font-size: 14px;
}


/* =========================================================
   ОДНА КАРТОЧКА
   ========================================================= */

.gg4-update {
    display: block;

    width: 100%;
    height: 410px;

    padding: 7px 7px 17px 7px;

    color: #ffffff;
    text-align: center;
    text-decoration: none;

    background:
        linear-gradient(
            180deg,
            #57183d 0,
            #48112f 48%,
            #351025 100%
        );

    border: 1px solid #b77a4f;
    border-radius: 9px;

    box-shadow:
        0 0 0 1px rgba(75, 26, 15, 0.90),
        0 5px 12px rgba(17, 1, 11, 0.44),
        inset 0 1px 0 rgba(255, 235, 196, 0.12);

    overflow: hidden;
}


/* =========================================================
   ФОТО
   ========================================================= */

.gg4-update-photo {
    display: block;

    width: 100%;
    height: 245px;

    margin: 0 0 11px 0;

    background: #230817;

    border: 1px solid rgba(227, 187, 106, 0.72);
    border-radius: 6px;

    overflow: hidden;
}

.gg4-update-photo img {
    display: block;

    width: 100%;
    height: 245px;

    margin: 0;
    padding: 0;
    border: 0;

    object-fit: cover;
}


/* =========================================================
   ТАЙТЛ
   ========================================================= */

.gg4-update-title {
    display: block;

    height: 48px;
    margin: 0;
    padding: 0 5px;

    color: #f5dfb0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;

    overflow: hidden;

    text-shadow:
        0 1px 1px rgba(25, 1, 16, 0.95);
}



/* =========================================================
   ДЕКОРАТИВНЫЙ РАЗДЕЛИТЕЛЬ
   ========================================================= */

.gg4-update-divider {
    position: relative;

    display: block;

    width: 78%;
    height: 17px;

    margin: 0 auto 2px auto;
}

.gg4-update-divider:before,
.gg4-update-divider:after {
    content: "";

    position: absolute;
    top: 8px;

    width: 42%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0,
            #b77955 100%
        );
}

.gg4-update-divider:before {
    left: 0;
}

.gg4-update-divider:after {
    right: 0;

    background:
        linear-gradient(
            90deg,
            #b77955 0,
            transparent 100%
        );
}

.gg4-update-divider i {
    position: absolute;
    left: 50%;
    top: 4px;

    display: block;

    width: 7px;
    height: 7px;

    margin-left: -4px;

    background: #e5c365;

    transform: rotate(45deg);

    box-shadow:
        0 0 5px rgba(229, 195, 101, 0.34);
}


/* =========================================================
   ОПИСАНИЕ
   ========================================================= */

.gg4-update-description {
    display: block;

    height: 52px;
    margin: 0;
    padding: 0 10px;

    color: #fffdf7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;

    overflow: hidden;

    text-shadow:
        0 1px 1px rgba(26, 2, 18, 0.94);
}


/* =========================================================
   HOVER
   ========================================================= */

.gg4-update:hover {
    background:
        linear-gradient(
            180deg,
            #66204a 0,
            #531539 48%,
            #3d122b 100%
        );

    border-color: #e3bd69;

    box-shadow:
        0 0 0 1px rgba(96, 46, 20, 0.95),
        0 7px 17px rgba(14, 1, 9, 0.60),
        0 0 13px rgba(214, 139, 76, 0.18),
        inset 0 1px 0 rgba(255, 237, 201, 0.17);
}

.gg4-update:hover .gg4-update-photo img {
    opacity: 0.94;
}

.gg4-update:hover .gg4-update-title {
    color: #ffe49b;
}


/* =========================================================
   4 КАРТОЧКИ В РЯД
   ========================================================= */

@media screen and (max-width: 1100px) {

    .gg4-page {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gg4-update-item {
        width: 25%;
        padding: 8px;
    }

    .gg4-update {
        height: 420px;
    }

    .gg4-update-photo,
    .gg4-update-photo img {
        height: 250px;
    }

}

/* =========================================================
   Tablet header
   ========================================================= */

@media screen and (max-width: 950px) {

    .gg4-topbar {
        height: 86px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gg4-topbar-left {
        left: 20px;
        height: 85px;
    }

    .gg4-topbar-right {
        right: 20px;
        height: 85px;
    }

    .gg4-topbar-left a,
    .gg4-topbar-right a {
        margin-right: 13px;
        margin-left: 0;

        font-size: 11px;
    }

    .gg4-topbar-right a {
        margin-left: 13px;
        margin-right: 0;
    }

    .gg4-topbar-right .gg4-join {
        padding-left: 17px;
        padding-right: 17px;
    }

    .gg4-topbar-logo {
        font-size: 30px;
    }

    .gg4-stat-copy {
        margin-left: 15px;
        margin-right: 15px;

        font-size: 15px;
    }

    .gg4-stat-copy strong {
        font-size: 17px;
    }

    .gg4-stat-separator {
        margin-left: 10px;
        margin-right: 10px;
    }

}

/* =========================================================
   3 КАРТОЧКИ В РЯД
   ========================================================= */

@media screen and (max-width: 850px) {

    .gg4-updates {
        padding-left: 13px;
        padding-right: 13px;
    }

    .gg4-update-item {
        width: 33.3333%;
        padding: 8px;
    }

    .gg4-update {
        height: 438px;
    }

    .gg4-update-photo,
    .gg4-update-photo img {
        height: 265px;
    }

}

/* =========================================================
   Mobile header
   ========================================================= */
   
@media screen and (max-width: 650px) {

    .gg4-topbar {
        height: auto;
        min-height: 122px;

        padding: 11px 10px;

        text-align: center;
        white-space: normal;
    }


    /* центральный монограммный знак на мобильном убираем */

    .gg4-topbar-logo {
        display: none;
    }


    /* основное меню */

    .gg4-topbar-left {
        position: static;

        display: block;

        width: 100%;
        height: auto;

        text-align: center;
        white-space: normal;
    }

    .gg4-topbar-left a {
        margin: 0 8px;
        padding: 8px 0 10px 0;

        font-size: 11px;
        line-height: 14px;
    }

    .gg4-topbar-left .gg4-nav-active:after {
        bottom: 4px;
    }


    /* SEARCH / JOIN / LOGIN */

    .gg4-topbar-right {
        position: static;

        display: block;

        width: 100%;
        height: auto;

        margin-top: 6px;

        text-align: center;
        white-space: normal;
    }

    .gg4-topbar-right a {
        margin: 0 9px;
        padding: 8px 0;

        font-size: 11px;
        line-height: 15px;
    }

    .gg4-topbar-right .gg4-join {
        margin: 0 8px;

        padding: 8px 15px;
    }


    /* статистика */

    .gg4-statbar {
        min-height: 0;

        padding: 13px 12px;

        white-space: normal;
    }

    .gg4-stat-copy {
        display: inline;

        margin: 0;

        font-size: 14px;
        line-height: 21px;
    }

    .gg4-stat-copy strong {
        font-size: 16px;
    }

    .gg4-stat-icon,
    .gg4-stat-separator {
        display: none;
    }


    /* нижняя строка */

    .gg4-subbar {
        padding: 11px 14px;

        font-size: 12px;
        line-height: 18px;
    }

    .gg4-sub-star {
        margin-left: 5px;
        margin-right: 5px;

        font-size: 15px;
    }

}

/* =========================================================
   2 КАРТОЧКИ В РЯД
   ========================================================= */

@media screen and (max-width: 640px) {

    .gg4-page {
        padding-left: 6px;
        padding-right: 6px;
    }

    .gg4-updates {
        padding-top: 26px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .gg4-section-title span {
        padding-left: 55px;
        padding-right: 55px;

        font-size: 27px;
        line-height: 37px;
    }

    .gg4-section-title span:before,
    .gg4-section-title span:after {
        top: 19px;
        width: 42px;
    }

    .gg4-update-item {
        width: 50%;
        padding: 7px;
    }

    .gg4-update {
        height: 432px;
    }

    .gg4-update-photo,
    .gg4-update-photo img {
        height: 260px;
    }

    .gg4-update-title {
        font-size: 18px;
        line-height: 22px;
    }

}


/* =========================================================
   1 КАРТОЧКА В РЯД
   ========================================================= */

@media screen and (max-width: 430px) {

    .gg4-page {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .gg4-site {
        box-shadow: none;
    }

    .gg4-updates {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gg4-section-title {
        margin-bottom: 19px;
    }

    .gg4-section-title span {
        padding-left: 33px;
        padding-right: 33px;

        font-size: 23px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .gg4-section-title span:before,
    .gg4-section-title span:after {
        top: 16px;
        width: 24px;
    }

    .gg4-update-item {
        width: 100%;
        padding: 7px 3px;
    }


    .gg4-update {
        height: auto;
        min-height: 0;
    }

    .gg4-update-photo {
        height: auto;
        aspect-ratio: 2 / 3;
    }

    .gg4-update-photo img {
        width: 100%;
        height: 100%;
    }

    .gg4-update-title {
        height: auto;
        min-height: 34px;
    }

    .gg4-update-description {
        height: auto;
        max-height: none;
    }

}

@media screen and (max-width: 390px) {

    .gg4-topbar-left a {
        margin-left: 5px;
        margin-right: 5px;

        font-size: 10px;
    }

    .gg4-topbar-right a {
        margin-left: 6px;
        margin-right: 6px;
    }

    .gg4-stat-copy {
        font-size: 13px;
    }

}

/* OLD STYLES FOOTER*/

.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d9c4cf;
	text-decoration: none;
}
.txt1old {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	//font-size: 11px;
	color: #e149f4;
	text-decoration: none;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	//font-size: 14px;
	color: #e149f4;
	text-decoration: none;
	font-weight: bold;
}
.txt4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

 /* =========================================================
   UPDATE PAGE
   ========================================================= */

.ggu-page {
    width: 100%;
    padding: 26px 28px 0 28px;

    background:
        radial-gradient(
            ellipse at 50% 0,
            #581a3d 0,
            #3d102b 46%,
            #29091d 100%
        );
}


/* =========================================================
   FIVE SET ICONS
   ========================================================= */

.ggu-set-icons {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto 34px auto;
    padding: 7px;

    background: #26091c;

    border: 1px solid rgba(222, 180, 92, 0.55);
    border-radius: 8px;

    box-shadow:
        0 8px 24px rgba(16, 1, 11, 0.38),
        inset 0 1px 0 rgba(255, 236, 198, 0.08);

    overflow: hidden;
}

.ggu-icon-main {
    float: left;

    width: 31.5%;
    padding: 4px;
}

.ggu-icon-side {
    float: left;

    width: 68.5%;

    font-size: 0;
}

.ggu-icon-small {
    display: inline-block;

    width: 50%;
    padding: 4px;

    vertical-align: top;
}

.ggu-icon-main img,
.ggu-icon-small img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    border: 1px solid rgba(231, 195, 112, 0.65);
    border-radius: 5px;

    box-shadow:
        0 2px 8px rgba(15, 1, 10, 0.38);
}

.ggu-clear {
    clear: both;
    height: 0;
    overflow: hidden;
}


/* =========================================================
   INTRO
   ========================================================= */

.ggu-intro {
    max-width: 920px;

    margin: 0 auto 27px auto;

    text-align: center;
}

.ggu-title {
    margin: 0;
    padding: 0 12px;

    color: #fff7e7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 33px;
    font-weight: normal;
    line-height: 41px;

    letter-spacing: 1px;

    text-shadow:
        0 2px 2px rgba(25, 1, 16, 0.90);
}

.ggu-title-decoration {
    width: 210px;
    height: 19px;

    margin: 6px auto 8px auto;

    white-space: nowrap;
}

.ggu-title-decoration span {
    display: inline-block;

    width: 84px;
    height: 1px;

    margin-top: 9px;

    background:
        linear-gradient(
            90deg,
            transparent 0,
            #d3a956 100%
        );

    vertical-align: top;
}

.ggu-title-decoration span:last-child {
    background:
        linear-gradient(
            90deg,
            #d3a956 0,
            transparent 100%
        );
}

.ggu-title-decoration i {
    display: inline-block;

    width: 8px;
    height: 8px;

    margin: 5px 11px 0 11px;

    background: #e5c269;

    vertical-align: top;

    transform: rotate(45deg);
}

.ggu-description {
    margin: 0 auto;
    padding: 0 15px;

    color: #f5eaf0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 23px;
}


/* =========================================================
   INFO
   ========================================================= */

.ggu-info {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 38px auto;

    background:
        linear-gradient(
            180deg,
            rgba(74, 19, 52, 0.92) 0,
            rgba(45, 10, 32, 0.95) 100%
        );

    border: 1px solid rgba(204, 159, 79, 0.48);
    border-radius: 8px;

    overflow: hidden;

    box-shadow:
        0 6px 17px rgba(18, 1, 13, 0.28);
}

.ggu-info-row {
    width: 100%;

    padding: 13px 18px;

    border-bottom: 1px solid rgba(210, 170, 94, 0.22);
}

.ggu-info-row:last-child {
    border-bottom: 0;
}

.ggu-label {
    display: inline-block;

    width: 25%;

    padding-right: 22px;

    color: #e5c672;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;

    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;

    vertical-align: top;
}

.ggu-value {
    display: inline-block;

    width: 74%;

    color: #ffffff;
    font-size: 14px;
    line-height: 21px;

    text-align: left;
    vertical-align: top;
}


/* =========================================================
   PREVIEW TITLE
   ========================================================= */

.ggu-preview-heading {
    width: 100%;

    margin: 0 0 18px 0;

    text-align: center;
}

.ggu-preview-heading span {
    display: inline-block;

    color: #f7e8c7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;

    letter-spacing: 3px;
}


/* =========================================================
   THUMBNAILS
   ========================================================= */

.ggu-previews {
    width: 100%;
    max-width: 1160px;

    margin: 0 auto 38px auto;

    font-size: 0;
    text-align: center;
}

.ggu-thumb {
    display: inline-block;

    width: 20%;
    padding: 6px;

    vertical-align: top;
}

.ggu-thumb img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    border: 1px solid rgba(223, 180, 93, 0.62);
    border-radius: 5px;

    background: #250819;

    box-shadow:
        0 4px 10px rgba(16, 1, 11, 0.35);
}


/* =========================================================
   JOIN
   ========================================================= */

.ggu-join-area {
    width: 100%;

    margin: 10px auto 28px auto;
    padding: 25px 15px 28px 15px;

    background: #56223e;

    text-align: center;

    border-top: 1px solid rgba(221, 173, 89, 0.35);
    border-bottom: 1px solid rgba(221, 173, 89, 0.35);
}

.ggu-join-title {
    margin: 0 0 13px 0;

    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 30px;
}

.ggu-join-link {
    display: block;

    width: 100%;

    text-align: center;
}

.ggu-join-link img {
    display: inline-block;

    width: 73%;
    max-width: 900px;
    height: auto;

    margin: 0;
    padding: 0;
    border: 0;
}


/* =========================================================
   FOOTER
   ========================================================= */

.ggu-footer {
    width: 100%;
    padding: 12px 15px 0 15px;
    text-align: center;
}


@media screen and (max-width: 900px) {

    .ggu-page {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ggu-title {
        font-size: 29px;
        line-height: 36px;
    }

    .ggu-thumb {
        width: 25%;
    }

}


@media screen and (max-width: 650px) {

    .ggu-page {
        padding:
            18px 10px
            38px 10px;
    }


    /* большая иконка отдельно */

    .ggu-icon-main {
        float: none;

        width: 55%;
        max-width: 330px;

        margin: 0 auto;
        padding: 4px;
    }


    /* четыре горизонтальных ниже */

    .ggu-icon-side {
        float: none;

        width: 100%;
    }

    .ggu-icon-small {
        width: 50%;
    }


    .ggu-intro {
        margin-top: 5px;
    }

    .ggu-title {
        font-size: 25px;
        line-height: 31px;
    }

    .ggu-description {
        padding-left: 5px;
        padding-right: 5px;

        font-size: 14px;
        line-height: 21px;
    }


    /* Info */

    .ggu-info-row {
        padding: 11px 12px;
    }

    .ggu-label {
        width: 30%;

        padding-right: 13px;

        font-size: 10px;
    }

    .ggu-value {
        width: 69%;

        font-size: 13px;
    }


    /* 3 превью в ряд */

    .ggu-thumb {
        width: 33.3333%;
        padding: 4px;
    }


    .ggu-join-area {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ggu-join-link img {
        width: 92%;
    }

}


@media screen and (max-width: 430px) {

    .ggu-set-icons {
        padding: 4px;
    }

    .ggu-icon-main {
        width: 76%;
    }

    .ggu-icon-small {
        padding: 3px;
    }


    .ggu-title {
        font-size: 22px;
        line-height: 28px;
    }

    .ggu-title-decoration {
        width: 160px;
    }

    .ggu-title-decoration span {
        width: 59px;
    }


    /* Info уже вертикально */

    .ggu-label,
    .ggu-value {
        display: block;

        width: 100%;

        padding: 0;

        text-align: left;
    }

    .ggu-label {
        margin-bottom: 2px;

        color: #e5c672;
    }


    /* две превьюшки в ряд */

    .ggu-thumb {
        width: 50%;
    }


    .ggu-preview-heading span {
        font-size: 20px;
        letter-spacing: 2px;
    }


    .ggu-join-title {
        font-size: 19px;
    }

    .ggu-join-link img {
        width: 100%;
    }

}