@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('fonts/SourceSansPro-ExtraLight.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-ExtraLight.ttf.woff') format('woff'), url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('fonts/SourceSansPro-Light.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-Light.ttf.woff') format('woff'), url('fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url('fonts/SourceSansPro-LightIt.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-LightIt.ttf.woff') format('woff'), url('fonts/SourceSansPro-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('fonts/SourceSansPro-Regular.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-Regular.ttf.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('fonts/SourceSansPro-It.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-Regular.It.woff') format('woff'), url('fonts/SourceSansPro-It.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('fonts/SourceSansPro-Semibold.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-Semibold.ttf.woff') format('woff'), url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('fonts/SourceSansPro-Bold.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-Bold.ttf.woff') format('woff'), url('fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('fonts/SourceSansPro-Black.ttf.woff2') format('woff2'), url('fonts/SourceSansPro-Black.ttf.woff') format('woff'), url('fonts/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

*{line-height: 1;}

input,
button{
    border-radius: 0;
}

textarea,
input,
button,
a{
     -webkit-appearance: none;
     outline: none;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input::-webkit-clear-button{
    display: none; 
    -webkit-appearance: none;
}

body,
body *{
    margin: 0;
    font-family: Source Sans Pro;
    font-style: normal;
    font-size: 13pt;
    font-weight: 400;
}

h2{
    font-size: 32pt;
    font-weight: 700;
    margin: 0 0 32px;
    letter-spacing: 1pt;
    line-height: 1;
}

h3{
    font-size: 24pt;
    font-weight: 700;
    margin: 0 0 32px;
    line-height: 1.2;
}

h5{
    font-size: 20pt;
    font-weight: 700;
    margin: 0 0 32px;
    line-height: 1.2;
}

p,
pre,
b,
a,
i,
li,
input,
button,
textarea{
    line-height: 1.8;
    font-family: Source Sans Pro;
    font-size: 14pt;
    font-weight: 400;
    margin: 0 0 16px;
}

pre{
    white-space: pre-wrap;
}

pre>*{
    margin: 0;
}

.article{
    width: 100%;
    max-width: 720px;
    margin: 0 0 32px;
}

b{
    font-size: 14pt;
    font-weight: 600; 
}

i{
    font-style: normal; 
}

li{
    margin: 0;
}

a{
    color: #000000;
    text-decoration: none;
    margin: 0 0 16px;
}

a > u{
    color: #3763A4;
    text-decoration: none;
    border-bottom: 1px #3763A4 dotted;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

a:hover > u{
    color: #3763A4;
    border-bottom: 1px #3763A4 solid;
    transition: all 0.2s ease-in;
}

.subText{
    font-size: 10pt;
    margin: 0 0 16px;
}

header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 24px;
    right: 48px;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: 90;
    box-shadow: 0 0 1px rgba(0,0,0,0.8);
}

.menu_btn{
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border: 0;
    cursor: pointer;
}

.menu_btn > div{
    position: absolute;
    top: 8px;
    height: 1px;
    width: 42px;
    background-color: #000000;
    transition: all 0.2s ease-in;
}

.menu_btn > div:nth-child(2){
    top: 21px;
}

.menu_btn > div:nth-child(3){
    top: 34px;
}

.menu_panel{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 144px 48px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow-y: auto;
    z-index: 85;
}

.menu_line,
.menu_line_active{
    font-family: Source Sans Pro;
    font-size: 14pt;
    font-weight: 400;
    margin: 0 0 24px;
    letter-spacing: 1.2pt;
}

.menu_line_active{
    padding: 0 32px 0 0;
    font-weight: 600;
    border-radius: 4px;
    background-color: #EFC46E;
}

.menu_line:hover{
    font-weight: 600;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 332px);
    padding: 48px 0 0;
    box-sizing: border-box;
}

.block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 48px;
    box-sizing: border-box;
}

.wrap{
    width: 100%;
}

.data_block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 512px;
    margin: 0 0 16px;
}

.data_block > div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.data_block > div > b{
    width: 45%;
    padding: 0 16px 0 0;
    box-sizing: border-box;
}

.data_block > div > p{
    width: 55%;
}

form,
.slimBox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
    max-width: 640px;
    height: auto;
    margin: 0 0 32px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #ffffff;
}

.slimBox > form{
    width: 100%;
}

input,
textarea,
select{
    width: 100%;
    height: 48px;
    margin: 0 0 24px;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #000000;
}

select{
    background-color: transparent;
}

textarea{
    height: auto;
    min-height: 96px;
    resize: vertical;
}

.txt_short{
    min-height: 48px;
}

.input_time{
    width: 128px;
    height: 48px;
    padding: 0 16px;
    border: none;
    background-color: #ffffff;
    font-size: 16pt;
    font-weight: 600;
    cursor:pointer;
    background-color: #F4F4F4;
    box-sizing: border-box;
}

button,
.btn_gold_transparent,
.btn_transparent,
.btn_gold{
    width: auto;
    height: auto;
    min-height: 48px;
    padding: 0 32px;
    margin: 0;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #25335C;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: center;
    line-height: 1.6;
}

.btn_gold_transparent{
    background-color: transparent;
    border: 2px solid #EFC46E;
    color: #EFC46E;
}

.btn_transparent{
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.btn_gold{
    background-color: #EFC46E;
    border: 2px solid #EFC46E;
    color: #000000;
}

button:hover{
    background-color: #3763A4;
    transition: all 0.2s ease-in;
}

.btn_gold_transparent:hover{
    background-color: #EFC46E;
    color: #000000;
    transition: all 0.2s ease-in;
}

.btn_transparent:hover{
    background-color: #000000;
    color: #ffffff;
}

.btn_gold:hover{
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.btn_radio{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 48px;
    margin: 0 0 24px;
}

.btn_radio > button{
    width: auto;
    height: auto;
    min-height: 48px;
    padding: 0 32px;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #25335C;
    border-right: 0;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.btn_radio > button:first-child{
    border-radius: 4px 0 0 4px;
}

.btn_radio > button:last-child{
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #25335C;
}

.btn_radio > .btn_radio_active{
    background-color: #25335C;
    color: #ffffff;
}

button:disabled{
    background-color: #D0D0D0;
    border: 1px solid #D0D0D0;
}

.input_counter{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 0 0 24px;
}

.input_counter>button{
    width: 48px;
    height: 48px;
    padding: 0;
    text-align: center;
    font-size: 18pt;
    line-height: 48px;
}

.input_counter>button:first-child{
    border-radius: 4px 0 0 4px;
}


.input_counter>button:last-child{
    border-radius: 0 4px 4px 0;
}

.input_counter>input{
    width: 64px;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.checkbox{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    min-height: 38px;
    border-radius: 4px;
    margin: 0 0 24px;
}

.checkbox_mark{
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 8px 0 0;
    border: 1px solid #000000;
    cursor: pointer;
    border-radius: 4px;
    flex-shrink: 0;
}

.checkbox_label{
    display: inline-block;
    margin: 0;
	color: #000000;
	text-align: left;
	cursor: pointer;
}

.checkbox_input:checked + .checkbox_mark:before {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: #EFC46E;
    cursor: pointer;
    border-radius: 4px;
}

.error_bar{
    background-color: #EFC46E;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

.error_input{
    border: 2px solid #EFC46E;
    border-radius: 0 0 4px 4px;
}

.row,
.row_txt,
.row_time,
.row_btns{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.row_txt > b{
    margin: 0 24px 0 0;
}

.row_time{
    flex-wrap: wrap;
}

.row_time > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 240px;
    margin: 0 32px 32px 0;
    flex-shrink: 0;
    align-self: stretch;
}

.row_time > .filler{
    width: 0;
}

.row_btns > button{
    margin: 0 24px 0 0;
}

.row_time>div input,
.row_time>div button,
.row_time>div label,
.row_time>div h5,
.row_time>div .input_counter{
    margin: 0;
}

.divider{
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin: 32px 0;
    flex-shrink: 0;
}

form > .divider:last-child{
    margin: 32px 0 0;
}

.pop_up{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 48px;
    left: 48px;
    width: 1024px;
    max-width: calc(100% - 96px);
    height: auto;
    max-height: calc(100% - 96px);
    padding: 48px;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow-y: none;
    z-index: 90;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0,0,0,0.8);
}

.pop_up > div:nth-child(1){
    width: 100%;
    overflow-y: auto;
}

.pop_up > div:nth-child(2){
    height: 48px;
    margin: 24px 0 0;
    flex-shrink: 0;
}

.pop_up_fader{
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100% + 128px);
    background-color: #000000;
    opacity: 0.7;
    z-index: 80;
}

.cookie_warn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px 48px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    background-color: #F4F4F4;
    z-index: 99;
    box-shadow: 0 0 1px rgba(0,0,0,0.8);
}

.cookie_warn > p{
    margin: 0 32px 0 0;
}

.cookie_warn[hidden] {
	display: none;
}

footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 48px;
    margin: 0;
    box-sizing: border-box;
    background-color: #D0D0D0;
}

footer > div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(33% - 32px);
    min-width: 256px;
    margin: 0 32px 0 0;
    box-sizing: border-box;
}

.author_block{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 48px;
    box-sizing: border-box;
    background-color: #25335C;
    color: #ffffff;
}

.author_block > img{
    width: 320px;
    margin: 0 48px 0 0;
}

.author_block > div{
    width: calc(100% - 368px);
}

.author_block > div > i{
    font-weight: 300;
}

.author_block > div > h3{
    color: #EFC46E;
    margin: 0 0 8px;
}

.author_block > div > div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-top: #EFC46E 1px solid;
    border-bottom: #EFC46E 1px solid;
    padding: 24px 0 0;
    margin: 48px 0 48px;
    box-sizing: border-box;
}

.author_block > div > div > div{
    width: auto;
    max-width: 128px;
    margin: 0 48px 48px 0;
    font-weight: 300;
}

.author_block > div > div > div:last-child{
    margin: 0 0 48px;
}

.author_block > div > div > div > h3{
    color: #EFC46E;
    margin: 0;
}

.author_block > div > div > div > p{
    font-weight: 300;
}

.yt_embed{
    position: relative;
    display: block; 
    width: 560px; 
    height: 350px; 
    margin: 0 0 32px;
    background-color: #000000;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.yt_embed>svg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    margin: -24px 0 0 -34px;
    fill: #212121;
    opacity: 0.8;
    transition: all 0.1s ease-in;
}

.yt_embed:hover>svg{
    fill: #ff0000;
    opacity: 1;
    transition: all 0.1s ease-in;
}

.yt_embed>iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 350px;
    margin: 0;
    z-index: 99;
}

.feedback_block{
    display: grid;
    grid-template-columns: repeat(auto-fit, 420px);
    grid-template-rows: repeat(auto-fit, 280px);
    grid-gap: 32px;
    width: 100%;
    height: auto;
}

.feedback_block .yt_embed{
    width: 100%;;
    height: 280px;
}

.feedback_block .yt_embed>iframe{
    width: 100%;;
    height: 280px;
}

.product_card_full,
.product_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    min-width: 240px;
    max-width: 420px;
    height: auto;
    padding: 16px;
    margin: 0 32px 32px 0;
    border: 2px solid #EFC46E;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}

.product_card{
    cursor: pointer;
}

.product_card_full>div{
    width: 100%;
}

.product_card:hover{
    opacity: 0.7;
    transition: all 0.2s ease-in;
}

.product_price h5{
    font-weight: 500;
    margin: 16px 0 8px;
}

.product_price p{
    color: #7f7f7f;
    margin: 0;
}

.product_price h3{
    font-size: 28pt;
}



@media all and (max-width: 1023px){
    
    body,
    body *{
        font-size: 11pt;
    }
    
    h1{
        font-size: 43pt;
        margin: 0 0 32px;
    }
    
    h2{
        font-size: 27pt;
        margin: 0 0 32px;
    }
    
    h3{
        font-size: 17pt;
        margin: 0 0 24px;
    }
    
    h5{
        font-size: 14pt;
        margin: 0 0 24px;
    }
    
    p,
    input,
    button,
    a,
    b,
    u,
    pre{
        font-size: 10pt;
        margin: 0 0 16px;
    }
    
    pre>*{
        margin: 0;
    }
    
    .article{
        width: 100%;
        max-width: none;
        margin: 0 0 24px;
    }
    
    .subText{
        font-size: 8pt;
    }
    
    .content{
        min-height: 60vh;
        padding: 38px 0 0;
    }
    
    .block,
    .author_block,
    footer{
        padding: 24px 8px;
    }
    
    header{
        top: 8px;
        right: 8px;
        width: 48px;
        height: 48px;
    }
    
    .menu_btn,
    .menu_btn > div{
        width: 32px;
    }
    
    .menu_panel{
        height: 100vh;
        padding: 88px 8px 64px;
    }
    
    .menu_line,
    .menu_line_active{
        font-size: 12pt;
    }
    
    form,
    .slimBox{
        width: 100%;
        margin: 0 0 24px;
    }
    
    input,
    select{
        height: 38px;
        padding: 0 8px;
    }
    
    .input_time{
        height: 38px;
        padding: 0 0 0 16px;
        font-size: 14pt;
    }
    
    button,
    .btn_gold_transparent,
    .btn_transparent,
    .btn_gold{
        min-width: 38px;
        min-height: 38px;
        padding: 8px;
    }
    
    .btn_gold_transparent{
        border: 1px solid #EFC46E;
    }
    
    .btn_radio{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        min-height: 38px;
        margin: 0 0 24px;
    }
    
    .btn_radio > button{
        width: 100%;
        min-height: 38px;
        padding: 0 16px;
        border-bottom: 0;
    }
    
    .btn_radio > button:first-child{
        border-radius: 4px 4px 0 0;
    }
    
    .btn_radio > button:last-child{
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #25335C;
    }
    
    .input_counter{
        height: 38px;
    }
    
    .input_counter>button{
        width: 38px;
        height: 38px;
        font-size: 14pt;
        line-height: 38px;
    }

    .input_counter>input{
        width: 48px;
    }
    
    .checkbox{
        min-height: 34px;
        margin: 0 0 16px;
    }
    
    .checkbox_mark{
        position: relative;
        display: inline-block;
        width: 28px;
        height: 28px;
        margin: 0 6px 0 0;
    }
    
    .checkbox_input:checked + .checkbox_mark:before {
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px;
    }
    
    .divider{
        margin: 24px 0;
    }
    
    form > .divider:last-child{
        margin: 24px 0 0;
    }
    
    .row{
        flex-wrap: wrap;
    }
    
    .row_time > div{
        width: 128px;
        margin: 0 32px 32px 0;
    }
    
    .row_time > .filler{
        width: 128px;
        height: 0;
    }
    
    .row_btns > button{
        margin: 0 16px 0 0;
    }
    
    .row_txt > b{
        margin: 0 16px 0 0;
    }
    
    .error_bar{
        padding: 8px 8px;
    }
    
    .error_input{
        border: 1px solid #EFC46E;
    }
    
    .pop_up{
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        position: fixed;
        top: 72px;
        left: 8px;
        max-width: calc(100% - 16px);
        min-height: 80vh;
        padding: 24px 16px;
    }
    
    .pop_up > div:nth-child(2){
        height: 38px;
        margin: 16px 0 0;
    }
    
    .pop_up_fader{
        height: calc(100% + 64px);
    }
    
    .cookie_warn{
        padding: 16px 8px;
    }
    
    .cookie_warn > p{
        margin: 0 16px 0 0;
    }
    
    footer > div{
        margin: 0 0 24px;
    }
    
    .author_block {
        flex-direction: column;
    }
    
    .author_block > img{
        width: 160px;
        margin: 0 0 24px;
    }
    
    .author_block > div{
        width: 100%;
    }
    
    .author_block > div > div{
        padding: 16px 0 0;
        margin: 32px 0 32px;
        box-sizing: border-box;
    }
    
    .author_block > div > div > div{
        width: 104px;
        margin: 0 32px 32px 0;
    }
    
    .author_block > div > div > div:nth-child(3),
    .author_block > div > div > div:nth-child(4){
        margin: 0 32px 0 0;
    }
    
    .author_block > div > div > div:last-child{
        margin: 0;
    }
    
    .yt_embed{
        width: 280px; 
        height: 160px; 
        margin: 0 0 24px;
     }
    
    .yt_embed>iframe{
        width: 280px;
        height: 160px;
    }
    
    .feedback_block{
        grid-template-columns: repeat(auto-fit, 280px);
        grid-template-rows: repeat(auto-fit, 160px);
        grid-gap: 24px;
    }
    
    .feedback_block .yt_embed{
        width: 280px;
        height: 160px;
        margin: 0;
    }
    
    .feedback_block .yt_embed>iframe{
        width: 280px;;
        height: 160px;
    }
    
    .product_card_full,
    .product_card{
        width: 100%;
        padding: 8px;
        margin: 0 16px 16px 0;
    }

    .product_price h5{
        margin: 12px 0 8px;
    }

    .product_price h3{
        font-size: 22pt;
    }


}

* [hidden]{
    display: none;
}