@charset "UTF-8";

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto-Bold") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto-Medium") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto Regular"), local("Roboto-Regular"), local("Roboto"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto-Regular") format("svg");
}

:root {
    --common-text-color: #222222;
    --additional-text-color: #ffffff;
    --special-text-color: #2B4D53;
    
    --accent-color: #2B4D53;
    --special-color: #C6D3C6;
    --additional-color: #55695f;

    --common-background-color: #FFFFFF;
    --additional-background-color: #F5F5F5;
    
    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #2B4D53;
    --header-logotype-color: #222222;
    --header-credo-color: #222222;

    --footer-accent-color: #55695f;
    --footer-background-color: #C6D3C6;
    --footer-text-color: #222222;
    --footer-credo-color: #222222;
    --footer-logotype-color: #222222;
}
select:focus {
    outline: none;
}

/* MAIN SETTINGS */
html,
body {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--common-text-color);
    background-color: var(--common-background-color);
    scroll-behavior: smooth;
}
.fancybox-infobar {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--common-text-color);
}
.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
    background-color: transparent;
}
.fancybox-button.fancybox-button--arrow_left div,
.fancybox-button.fancybox-button--arrow_right div {
    padding: 2px;
    border-radius: 100%;
    background-color: var(--common-background-color);
}
.fancybox-button:not([disabled]) svg path {
    fill: var(--accent-color);
}
.fancybox-button[disabled] svg path {
    fill: var(--additional-text-color);
}

@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
       background-image: none !important;
       border:0;
    }
}

/* ALL MEDIA */
@media screen and (min-width: 0) {

    /* COMMON */
    .af-page__od-webinar {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    .af-page__od-webinar .af-page-section {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__od-webinar .af-page-wrapper {
        display: flex;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;        
    }
    .af-page__od-webinar .af-page-title {
        display: block;
        height: auto;
        margin-top: 0;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        font-family: "Roboto", Arial, Arial, Helvetica, sans-serif;
    }
    .af-page__od-webinar .af-page-title small {
        display: block;
        width: 100%;
        height: auto;
        font-weight: 400;
        text-align: inherit;
        font-style: normal;
        letter-spacing: normal;
        font-family: "Roboto", Arial, Arial, Helvetica, sans-serif;
        margin-top: 0;
    }
    .af-page__od-webinar .af-page-upper {
        display: flex;
        width: 40px;
        height: 40px;
        color: var(--accent-color);
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        background-color: var(--special-color);
        position: fixed;
        right: 5%;
        bottom: 10%;
        z-index: 100;
        transition: 150ms ease;
    }
    .af-page__od-webinar .af-page-upper:active {
        color: var(--special-color);
        background-color: var(--additional-color);
    }
    .af-page__od-webinar .af-page-upper::before {
        content: "\276F";
        line-height: 1;
        color: inherit;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        font-style: normal;
        text-decoration: none;
        letter-spacing: normal;
        font-family: "Roboto", Arial, Arial, Helvetica, sans-serif;
        transform: rotate3d(0, 0, 1, 270deg);
    }

    /* MAIN */
    .af-page__od-webinar .af-main {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top left;
        background-attachment: fixed;
        background-image: url('../img/background.webp');
    }
    .af-page__od-webinar .af-main-title {
        width: auto;
        max-width: 50%;
        line-height: 1.1;
        text-align: left;
        color: var(--additional-text-color);
        margin: 0 auto 0 0;
    }
    .af-page__od-webinar .af-main-title small {
        line-height: 1;
        color: var(--additional-text-color);
    }
    .af-page__od-webinar .af-main-logotype {
        display: block;
        width: auto;
        height: auto;
        margin-left: auto;
        align-self: flex-end;
    }
    .af-page__od-webinar .af-main-logotype img {
        display: block;
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: left top;
    }

    /* INFORMATION */
    .af-page__od-webinar .af-information-item {
        display: flex;
        height: auto;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: stretch;
    }
    .af-page__od-webinar .af-information-title {
        display: block;
        height: auto;
        line-height: 1;
        font-weight: 700;
        text-align: left;
        letter-spacing: normal;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
    }
    .af-page__od-webinar .af-information-description {
        display: block;
        width: 50%;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: normal;
        text-align: left;
        margin: 0;
        box-sizing: border-box;
    }
    .af-page__od-webinar .af-information-image {
        display: block;
        width: 50%;
    }
    .af-page__od-webinar .af-information-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left top;
    }

    /* WEBINAR */
    .af-page__od-webinar .af-webinar-title {
        width: 100%;
        line-height: 1;
        color: var(--common-text-color);
        text-align: center;
    }
    .af-page__od-webinar .af-webinar-title small {
        line-height: 1.3;
        color: var(--common-text-color);
    }
    .af-page__od-webinar .af-webinar-container {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__od-webinar .af-webinar-video {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }
    .af-page__od-webinar .af-webinar-play {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .2);
        background-size: 100px 100px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../img/play.svg');
    }

    /* GOODS */
    .af-page__od-webinar .af-goods-title {
        width: 100%;
        line-height: 1;
        color: var(--common-text-color);
        text-align: center;
    }
    .af-page__od-webinar .af-goods-container {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        flex-wrap: wrap;
    }
    .af-page__od-webinar .af-goods-container[data-total=""][data-empty]::before,
    .af-page__od-webinar .af-goods-container[data-total="0"][data-empty]::before {
        content: attr(data-empty);
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        text-align: left;
        line-height: 1.5;
        color: var(--common-text-color);
        box-sizing: border-box;
    }
    .af-page__od-webinar .af-goods-more {
        display: block;
        width: 200px;
        height: auto;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: var(--accent-color);
        text-align: center;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        border-radius: 6px;
        margin-left: calc(50% - 100px);
        margin-right: calc(50% - 100px);
        border: 1px solid var(--accent-color);
        box-sizing: border-box;
        transition: 150ms ease;
    }
    .af-page__od-webinar .af-goods-more:active {
        color: var(--accent-color);
        border-color: var(--special-color);
        background-color: var(--special-color);
        box-shadow: inset 1px 1px 8px rgba(0, 0, 0, .1);
    }

    /* PRODUCT */
    .af-page__od-webinar .af-product {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        position: relative;
    }
    .af-page__od-webinar .af-product-image {
        display: block;
        width: 100%;
        align-self: flex-start;
    }
    .af-page__od-webinar .af-product-image.JSProductImage {
        position: relative;
    }
    .af-page__od-webinar .af-product-image.JSProductImage::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        background-color: var(--accent-color);
        background-size: 45% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/magnifier.svg");
    }
    .af-page__od-webinar .af-product-image img {
        display: block;
        width: 100%;
        height: 100%;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        font-style: normal;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--accent-color);
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        pointer-events: none;
    }
    .af-page__od-webinar .af-product-name {
        display: block;
        width: 100%;
        height: 3.9em;
        font-weight: 400;
        line-height: 1.3;
        text-align: left;
        font-style: normal;
        text-decoration: none;
        letter-spacing: normal;
        color: var(--accent-color);
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
        margin-bottom: auto;
        align-self: flex-start;
        display: -moz-box;
        display: -webkit-box;
        line-clamp: 3;
        -moz-line-clamp: 3;
        -webkit-line-clamp: 3;
            box-orient: vertical;
        -webkit-box-orient: vertical;
    }
    .af-page__od-webinar .af-product-availabilities {
        display: flex;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        letter-spacing: normal;
        color: var(--common-text-color);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .af-page__od-webinar .af-product-availabilities > strong {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        text-align: left;
        font-weight: 700;
        font-style: normal;
        font-size: inherit;
        letter-spacing: normal;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        color: var(--accent-color);
        margin: 0 0 5px;
    }
    .af-page__od-webinar .af-product-availability {
        display: block;
        width: auto;
        height: auto;
        line-height: 1;
        text-align: left;
        font-weight: 400;
        font-size: inherit;
        letter-spacing: normal;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin: 0 5px 5px 0;
    }
    .af-page__od-webinar .af-page-char {
        display: none;
    }
    .af-page__od-webinar .af-product-availability + .af-page-char {
        display: block;
        margin-right: 5px;
    }
    .af-page__od-webinar .af-product-availability__available strong,
    .af-page__od-webinar .af-product-availability__available-es strong,
    .af-page__od-webinar .af-product-availability__available-res strong {
        color: var(--accent-color);
    }
    .af-page__od-webinar .af-product-availability__unavailable {
        color: var(--common-text-color);
    }
    .af-page__od-webinar .af-product-availability strong {
        font-weight: 700;
    }
    .af-page__od-webinar .af-product-prices {
        display: flex;
        width: 100%;
        margin-top: auto;
        flex-wrap: wrap;
        white-space: nowrap;
        align-self: flex-end;
        align-items: baseline;
        justify-content: flex-start;
        margin-top: auto;
    }
    .af-page__od-webinar .af-product-price {
        display: block;
        width: auto;
        text-align: left;
        line-height: 1.3;
        font-style: normal;
        letter-spacing: normal;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
    }
    .af-page__od-webinar .af-product-price:not(.af-product-price__old) {
        font-weight: 700;
    }
    .af-page__od-webinar .af-product-price:not(.af-product-price__new):not(.af-product-price__old) {
        font-size: 1em;
        color: var(--common-text-color);
    }
    .af-page__od-webinar .af-product-price__new {
        font-size: 1em;
        color: var(--special-text-color);
    }
    .af-page__od-webinar .af-product-price__old {
        font-size: .85em;
        font-weight: 400;
        color: var(--special-color);
        margin-right: 10px;
        position: relative;
    }
    .af-page__od-webinar .af-product-price__old::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: var(--special-color);
        position: absolute;
        left: 0;
        top: 50%;
    }
    .af-page__od-webinar .af-product-button {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        letter-spacing: normal;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        border-radius: 6px;
        box-sizing: border-box;
        transition: 150ms ease;
        margin-top: auto;
    }
    .af-page__od-webinar .af-product-button:not(.added) {
        color: var(--additional-text-color);
        background-color: var(--accent-color);
    }
    .af-page__od-webinar .af-product-button.added {
        color: var(--additional-text-color);
        background-color: var(--additional-color);
    }
    .af-page__od-webinar .af-product-button:active {
        color: var(--common-text-color);
        background-color: var(--special-color);
        box-shadow: inset 1px 1px 8px rgba(0, 0, 0, .1);
    }
}

/* ONLY MOBILE MEDIA */
@media screen and (max-width: 767px) {

    /* COMMON */
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    header.af-header .af-header-toggle {
        width: 24px;
        height: 24px;
    }
    .af-page__od-webinar .af-page-wrapper {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .af-page__od-webinar .af-page-section.af-main .af-page-wrapper {
        padding-bottom: 20px;
    }
    .af-page__od-webinar .af-page-section:not(.af-main) .af-page-wrapper {
        padding-bottom: 40px;
    }
    
    /*  MAIN */
    .af-page__od-webinar .af-main-title {
        font-size: 34px;
    }
    .af-page__od-webinar .af-main-title small {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .af-page__od-webinar .af-main-logotype {
        width: 100px;
        margin-left: auto;
    }

    /* INFORMATION */
    .af-page__od-webinar .af-information-item:first-of-type {
        margin-bottom: 10px;
    }
    .af-page__od-webinar .af-information-title {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .af-page__od-webinar .af-information-description {
        font-size: 12px;
    }
    .af-page__od-webinar .af-information-item:nth-of-type(even) .af-information-description {
        padding-right: 10px;
    }
    .af-page__od-webinar .af-information-item:nth-of-type(odd) .af-information-description {
        padding-left: 10px;
    }
    .af-page__od-webinar .af-information-item + .af-information-item ~ .af-information-item .af-information-description {
        padding-top: 10px;
    }

    /* WEBINAR */
    .af-page__od-webinar .af-webinar-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .af-page__od-webinar .af-webinar-title small {
        font-size: 15px;
        margin-bottom: 5px;
    }

    /* GOODS */
    .af-page__od-webinar .af-goods-container[data-total=""][data-empty]::before,
    .af-page__od-webinar .af-goods-container[data-total="0"][data-empty]::before {
        font-size: 15px;
    }
    .af-page__od-webinar .af-goods-more {
        font-size: 15px;
        padding: 10px 0;
        margin-top: 40px;
    }

    /* PRODUCT */
    .af-page__od-webinar .af-product {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .af-page__od-webinar .af-product:nth-child(odd) {
        margin-right: auto;
    }
    .af-page__od-webinar .af-product-image {
        height: calc(40vw - 60px);
        margin-bottom: 10px;
    }
    .af-page__od-webinar .af-product-image img {
        font-size: 12px;
    }
    .af-page__od-webinar .af-product-name {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .af-page__od-webinar .af-product-availabilities {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .af-page__od-webinar .af-product-prices {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .af-page__od-webinar .af-product-button {
        font-size: 12px;
        padding: 10px 0;
    }
}

/* MOBILE AND TABLET MEDIA */
@media screen and (max-width: 999px) {

    /* COMMON */
    header.af-header .af-header-logo {
        width: 130px;
        height: 30px;
    }

    /* INFORMATION */
    .af-page__od-webinar .af-information-title {
        width: 100%;
    }
    .af-page__od-webinar .af-information-item:nth-of-type(even) {
        flex-direction: row;
    }
    .af-page__od-webinar .af-information-item:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    .af-page__od-webinar .af-information-item:first-of-type .af-information-image {
        display: none;
    }

    /* PRODUCT */
    .af-page__od-webinar .af-product-image.JSProductImage::after {
        width: 30px;
        height: 30px;
    }
    .af-page__od-webinar .af-product-tags {
        display: none;
    }
}

/* WITHOUT MOBILE MEDIA */
@media screen and (min-width: 768px) {

    /* COMMON */
    .af-page__od-webinar .af-page-section.af-main .af-page-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .af-page__od-webinar .af-page-section:not(.af-main) .af-page-wrapper {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    /*  MAIN */
    .af-page__od-webinar .af-main-title {
        font-size: 60px;
    }
    .af-page__od-webinar .af-main-title small {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .af-page__od-webinar .af-main-logotype {
        width: 181px;
        margin-left: auto;
    }

    /* INFORMATION */
    .af-page__od-webinar .af-information-title {
        margin-bottom: 15px;
    }

    /* WEBINAR */
    .af-page__od-webinar .af-webinar-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .af-page__od-webinar .af-webinar-title small {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /* GOODS */
    .af-page__od-webinar .af-goods-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .af-page__od-webinar .af-goods-container[data-total=""][data-empty]::before,
    .af-page__od-webinar .af-goods-container[data-total="0"][data-empty]::before {
        font-size: 15px;
    }
    .af-page__od-webinar .af-goods-more {
        font-size: 15px;
        padding: 15px 0;
        margin-top: 60px;
    }

    /* PRODUCT */
    .af-page__od-webinar .af-product {
        margin-bottom: 30px;
    }
    .af-page__od-webinar .af-product-image {
        margin-bottom: 15px;
    }
    .af-page__od-webinar .af-product-image img {
        font-size: 15px;
    }
    .af-page__od-webinar .af-product-name {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .af-page__od-webinar .af-product-availabilities {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .af-page__od-webinar .af-product-prices {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .af-page__od-webinar .af-product-button {
        font-size: 15px;
        padding: 15px 0;
    }
}

/* ONLY TABLET MEDIA */
@media (min-width: 768px) and (max-width: 999px) {

    /* COMMON */
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .af-page__od-webinar .af-page-section .af-page-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* INFORMATION */
    .af-page__od-webinar .af-information-item:first-of-type {
        margin-bottom: 30px;
    }
    .af-page__od-webinar .af-information-item > .af-information-title {
        font-size: 30px;
    }
    .af-page__od-webinar .af-information-description {
        font-size: 20px;
    }
    .af-page__od-webinar .af-information-description .af-information-title {
        font-size: 20px;
    }
    .af-page__od-webinar .af-information-item:nth-of-type(even) .af-information-description {
        padding-right: 30px;
    }
    .af-page__od-webinar .af-information-item:nth-of-type(odd) .af-information-description {
        padding-left: 30px;
    }
    .af-page__od-webinar .af-information-item + .af-information-item ~ .af-information-item .af-information-description {
        padding-top: 30px;
    }

    /* PRODUCT */
    .af-page__od-webinar .af-product {
        width: calc(33.33% - 20px);
    }
    .af-page__od-webinar .af-product:not(:nth-of-type(3n)) {
        margin-right: 30px;
    }
    .af-page__od-webinar .af-product:last-of-type {
        display: none;
    }
    .af-page__od-webinar .af-product-image {
        height: calc(25vw - 50px);
    }
}

/* ONLY FULL MEDIA */
@media screen and (min-width: 1000px) {
    
    /* COMMON */
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    .af-page__od-webinar .af-page-wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    .af-page__od-webinar .af-page-upper {
        cursor: pointer;
    }
    .af-page__od-webinar .af-page-upper:hover {
        color: var(--additional-text-color);
        background-color: var(--accent-color);
    }

    /* INFORMATION */
    .af-page__od-webinar .af-information-item {
        width: 50%;
        justify-content: space-between;
    }
    .af-page__od-webinar .af-information-item:nth-of-type(3),
    .af-page__od-webinar .af-information-item:nth-of-type(4) {
        flex-direction: row-reverse;
    }
    .af-page__od-webinar .af-information-title {
        font-size: 20px;
    }
    .af-page__od-webinar .af-information-description {
        font-size: 15px;
        padding: 20px;
    }
    .af-page__od-webinar .af-information-item > .af-information-title {
        max-width: calc(50% - 30px);
    }

    /* WEBINAR */
    .af-page__od-webinar .af-webinar-play {
        cursor: pointer;
        transition: 100ms ease;
    }
    .af-page__od-webinar .af-webinar-play:hover {
        background-size: 120px 120px;
    }
    
    /* GOODS */
    .af-page__od-webinar .af-goods-more {
        cursor: pointer;
    }
    .af-page__od-webinar .af-goods-more:hover {
        color: var(--additional-text-color);
        border-color: var(--special-color);
        background-color: var(--additional-color);
    }

    /* PRODUCTS */
    .af-page__od-webinar .af-product {
        width: calc(20% - 24px);
    }
    .af-page__od-webinar .af-product:not(:nth-of-type(5n)) {
        margin-right: 30px;
    }
    .af-page__od-webinar .af-product-image.JSProductImage::after {
        width: 35px;
        height: 35px;
        transition: 100ms ease;
    }
    .af-page__od-webinar .af-product-image {
        height: calc(20vw - 80.25px);
        max-height: 180px;
        margin-bottom: 5px;
        cursor: pointer;
     }
    .af-page__od-webinar .af-product-image.JSProductImage:hover::after,
    .af-page__od-webinar .af-product-image.JSProductImage:active::after {
        background-color: var(--common-text-color);
    }
    .af-page__od-webinar .af-product-button {
        transition: 100ms ease;
    }
    .af-page__od-webinar .af-product-button:hover {
        color: var(--common-text-color);
        background-color: var(--special-color);
    }
    .af-page__od-webinar .af-product-tags {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .af-page__od-webinar .af-product-tags .af-commoncontent-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .af-page__od-webinar .af-product-tag,
    .af-page__od-webinar .af-product-tags .af-commoncontent {
        display: flex;
        width: 100%;
        max-width: 28px;
        overflow: hidden;
        height: auto;
        flex-flow: row nowrap;
        transition: 300ms ease;
        margin: 0 0 5px 0;
    }
    .af-page__od-webinar .af-product-tag > a,
    .af-page__od-webinar .af-product-tags .af-commoncontent > a {
        display: flex;
        font-weight: 500;
        margin: 0;
        white-space: nowrap;
        flex-flow: row nowrap;
    }
    .af-page__od-webinar .af-product-tag:hover,
    .af-page__od-webinar .af-product-tags .af-commoncontent:hover {
        max-width: 300px;
    }
}