@keyframes animation_1 {
	from {
	opacity: 0.1;
}
    to {
	opacity: 1;
}
}


@media screen and (max-width: 700px) {
    .h3{
	font-size: 14px !Important;
}
    
    .firstpart {
	margin-bottom: 5vw !Important;
}
    .footer_contact_item {
	font-size: 1.5rem !Important;
}
    .bodycopy{
	font-size: 12px !Important;
}
    .bodycopy_2{
	font-size: 8px !Important;
}
	.submit_btn {
    border: solid thin #ff421c;
    border-radius: 3rem;
    background: transparent;
    padding-top: 0.5rem;
    padding-left:36.5vw !Important;
    padding-bottom: 0.5rem;
    padding-right: 36.5vw !Important;
    color: #ff421c;
    font-size: 12px !Important;
}
    #uname {
	width: 90vw;
    font-size: 12px;
    margin-top: 3rem;
}
    #e-mail {
	width: 90vw;
    font-size: 14px;
}
    .sculp_descr {
    height: auto !Important;
    margin-bottom: 2vh !Important;
}
    .arrow_back {
	display: none;
}
    .arrow_forward {
	display: none;
}
    .btn_container {
	margin-top: 3rem !Important;
}
	.article_descr {
    height: auto !Important;
    margin-bottom: 2vh;
}
	.data_form{
	width: 90vw !Important;
    display: flex;
    align-items: center;
}
	.inst {
	scale: 0.35;
    margin-left: -1.75rem !Important;
}
    .mail {
	scale: 0.35;
    margin-left: -2vw !Important;
    
}
    .order_btn {
	font-size: 3.5vw;
	padding-left: 2.5vw !Important;
    padding-right: 2.5vw !Important;
}
    .arrow {
	display: none;
}
    .btn_sect {
	text-align: left !Important;
}

    .click_block{
	display: none;
}
    .pavilion_descr{
    height: auto !Important;
	margin-bottom: 3vw !Important;
    max-width: 100vw !Important;
}
    .icons_mob {
	display:  flex! Important;
    margin-top: -4.5vw !Important;
}
    .see_btn {
	display: inline !Important;
    opacity: 0.6;
}
    .arrow_img {
	margin-top: 1.5vw !Important;
}
	.lang_mob {
    display: flex !Important;
    margin-top: 3vw !Important;
	margin-bottom: 5vw !Important;
}
    .footer_mob {
	margin-top: 3vh !Important;
    margin-bottom: 3vw !Important;
}
    .footer_menu_sect {
	margin-top: 0.5vw !Important;
}
    .footer_menu_item{
	margin-top: 2vw !Important;
}
    .footer_form_header{
	margin-left: 0vw !Important;
}
    .about_1 {
	display: flex !Important;
}
    .about_2 {
	display: none;
}
    .request_sect {
	text-align: center !Important;
    margin-top: 2vw !Important;
}
    .request_btn {
	padding-bottom: 1.75vw !Important;
    padding-top: 1.75vw !Important;
    padding-left: 10vw !Important;
    padding-right: 10vw !Important;
   
}
    .book_overview {
    height: 76vw !Important;
	display: grid;
    align-content: space-between;
	justify-content: space-around;
    margin-bottom: 0vw !Important;
}
    .book_descr {
	margin-bottom: 5vw !Important;
}
    .sculp_text {
	margin-bottom: -10vw !Important;
}
    .article {
    width: 100% !Important;
    margin-left: 0% !Important;
}
    .art_descr {
	margin-bottom: 2vw !Important;
}
    .discover_btn {
	padding-top: 2vw !Important;
    padding-bottom: 2vw !Important;
}
    .discover_section {
	margin-bottom: 12vw !Important;
}
    #books_name {
	margin-left: 0vw !Important;
}
    #art_name {
	margin-left: 0vw !Important;
}
    #pav_text_descr{
	max-width: 100% !Important;
        margin-left: 0vw !Important;
}
    #about_text_descr {
	max-width: 100% !Important;
    margin-top: 0vw !Important;
}
    .about_1 {
	margin-left: 0vw !Important;
}
    .descr_text {
	margin-left: 2vw;
    margin-bottom: 17vw !Important;
    margin-top: -10vw !Important;
}
    .descr_text_2 {
	margin-left: 2vw;
    margin-bottom: 20vw !Important;
    
}
    .book_overview_2 {
    height: 83vw !Important;
	display: grid;
    align-content: space-between;
	justify-content: space-around;
    margin-bottom: 2vw;
}
    .submit_sect {
	width: 90vw !Important;
    margin-top: 10vw !Important;
}
    .footer_contact_section {
    margin-top: 0px !Important;
}
}

#toolset {
	display: none;
}
@font-face {
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c2099538/Switzer-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Zodiak';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c2099538/Zodiak-Bold.woff') format('woff');
}
body {
	background-color: #fff;
	color: rgba(255, 255, 255, 1);
    animation: animation_1 0.8s;
}

.page_container {
	animation: animation_1 0.8s;
}

a:active {
	opacity: 0.7;
    animation: animation_1 0.8s;
}

.page a.active {
	opacity: .4;
    animation: animation_1 0.8s;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Switzer, Icons;
	font-style: normal;
	line-height: 1.2;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Switzer", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: .1rem;
}

[data-predefined-style="true"] bodycopy_2 {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Switzer", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: .1rem;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 66, 28, 1);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
   
	font-family: "Switzer", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 0.9;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Switzer", Icons;
	font-style: normal;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.5rem;
	line-height: 0.9;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h3 {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.2;
	font-family: Switzer, Icons;
	letter-spacing: 0rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	border-bottom-width: 0em;
}

[data-predefined-style="true"] zodiak {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-family: "Zodiak";
	letter-spacing: 0rem;
	font-style: normal;
	font-weight: 400;
	color: black;
}


[data-predefined-style="true"] title_font {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-family: "Switzer";
	letter-spacing: 0rem;
	font-style: normal;
	font-weight: 400;
	color: black;
}

[data-predefined-style="true"] h3 {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Switzer", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.1rem;
}
[data-predefined-style="true"] menu {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Switzer", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: .1rem;
}
/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
}

[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}
data-css-preset_body {
	background-color: transparent /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 97%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2.5rem /*!main_margin*/;
	padding-bottom: 2.5rem /*!main_margin*/;
	padding-left: 2.5rem /*!main_margin*/;
	padding-right: 2.5rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Switzer", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
	position: fixed;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
    font-size: 20px;
    color: black;
    position: absolute;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
    margin-top: -20px;
}

#site_menu_button.active {
    display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Switzer", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(255, 255, 255, 0.71); 
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 40px 20px 40px;
	width: 100%;
	text-align: center;
    display: flex;
    justify-content: space-between;
}

body.mobile #site_menu {
	width: 100%;
    background: rgba(255, 255, 255, 1); 
    background-image: url("https://files.cargocollective.com/c2099538/Frame-1.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#site_menu .page-link a {
	color:#fff;
    font-family: "Switzer";
    margin-top: 10px;
    font-size: 24px;
}

#site_menu .set-link  a {
	color: #fff;
    font-family: "Switzer";
    font-weight: 400;
    font-size: 24px;
}

#site_menu a:active {
	opacity: 0.7;
}

#site_menu a.active {
	opacity: 0.7;
}

#site_menu .close {
	color: black;
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	margin-top: 1.5rem;
    font-size: 48px;
	line-height: 1em;
    color: white;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 2px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Switzer", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
*/

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Switzer", Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: "Switzer", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
    animation: animation_1 0.6s;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Switzer, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}
/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 2px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
	font-family: "Monument Grotesk Mono", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

.go_back_2 {
	width: 25.625rem;
	border-color: #FF421C;
    border-radius: 2rem;
    background-color: transparent;
    color:#ff421c;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    margin-top: 45rem;
}
.projects_grid {
	margin-top: 2rem;
}
.btn {
	border: solid thin;
    border-radius: 3rem;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    border-color: #ff421c;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
}
.name {
	margin-bottom: 2vw;
}
.sculpt_list {
	margin-top: 2rem;
}
.nav_bar {
	margin-left: 15rem;
        animation: animation_1 0.6s;
}
.btn_2 {
	border: solid thin;
    border-radius: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-color: #ff421c;
    color: #ff421c;
}
.arrow_back {
	margin-top: 30rem;
}
.arrow_forward {
	margin-top: 30rem;
}
.btn_section_art {
	margin-top: 34rem;
}
.footer_menu_item {
	margin-top: 1.2rem;
    font-size: 18px;
}
.form_item {
    margin-top: 3rem;
    width: 30vw;
	border-color: #ff421c;
    border: solid;
    border-width: 0rem 0rem 0.10rem 0rem;
}
.data_form {

}
.submit_btn {
    border: solid thin #ff421c;
    border-radius: 3rem;
    background: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
 	padding-left: 13vw;
    padding-right: 13vw;
    color: #ff421c;
    font-size: 16px;
    margin-top: 2vw;  
}

.article_pres {
	display: flex;
    justify-content: center;
}
.order_btn {
    border: solid thin #ff421c;
    border-radius: 3rem;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw; 
}
.book_overview {
    height: 40vw;
	display: grid;
    align-content: space-between;
	justify-content: space-around;
    margin-bottom: 2vw;

}
.book_descr {
	margin-bottom: 0vw;
}
.books {
	height: auto;
    margin-bottom: 5vw;
}
.request_btn {
    border: solid thin #ff421c;
    border-radius: 3rem;
    padding-top: 0.5vw;
    padding-left: 2.5vw;
    padding-bottom: 0.5vw;
    padding-right: 2.5vw;
    font-size: 20px;
}
.services {
    margin-top: 5vw;
    
}
.pictures_pavilion {
	margin-top: 3rem;
}
.footer {
	margin-top: 2vw;
    margin-bottom: 2vw;
}
.sculp_descr {
	height: 40vw;
    display: grid;
    align-content: space-between;
    max-width: 20vw;
}
.article_descr {
	height: 59vw;
    display: grid;
    align-content: space-between;
}
.pavilion_descr {
	height: 50vw;
    display: grid;
    align-content: space-between;
    max-width: 30vw;
}

#uname {
	font-size: 12px;
}
#e-mail {
	font-size: 12px;
}
.header_menu {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.header_menu_item {
	font-size: 18px;
}
.footer_menu_sect {
	margin-top: 25px;
}
.see_btn {
	display: none;
}

.mail {
	margin-left: 2vw;
}
.language {
    margin-bottom: 5vw;
}

.head_menu_section{
	display: flex;
    width: 57%;
    justify-content: space-between;
}
.main_head_text {
    font-family: "Switzer";
	font-size: 24px;
}

#naming {
	font-size: 18px;
}
.mob_naming {
	margin-top: 2vw;
}
.article {
	width: 70%;
    display: block;
	align-items: center;
    margin-left: 15%;
}
#name_article {
	text-align: center;
}
#books_name {
	margin-left: 6vw;
}
.about_2 {
	display: none;
}
.about_1 {
	margin-left: 8.5vw;
}
#art_name {
	margin-left: 3vw;
}
#pav_text_descr {
	max-width: 80%;
    margin-left: 10vw;
}
#about_text_descr {
    max-width: 35vw;
    margin-top: -2vw;
}
.header {
	border-bottom: solid thin lightgrey;
    padding-bottom: 0.5vw;
    width: 100%;
    margin-top: 0.5vw;
	padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.about_main_section {
    justify-content: center;
}
.descr_text {
	margin-left: 2vw;
    margin-bottom: 3vw;
    margin-top: -5vw;
}
.request_sect {
	margin-left: 2vw;
}
.book_overview_2 {
    height: 40vw;
	display: grid;
    align-content: space-between;
	justify-content: space-around;
    margin-bottom: 2vw;
}
.submit_sect {
	margin-top: 3vw;
    width: 32vw;
}
.footer_contact_item {
	font-size: 18px;
    margin-top: 1.2rem;
}
.footer_contact {
	margin-top: 0px;
    font-family: switzer;
    font-size: 16px;
    color: red;
}
#google_translate_element {
	margin-top: 2vw;
}
.footer_contact_item_2 {
	margin-top: 1.2rem;
}
.newsletter {
	font-size: 16px;
}
.EmailandAdress {
	display: block;
    margin-top: 1.2rem;
}
.RuudKuijer {
	font-size: 16px;
}
.footer_form_header {
	display: flex;
    justify-content: space-between;
}
.icons {
	margin-top: 5px;
}