/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, ARTICLE, ASIDE, CANVAS, DETAILS, EMBED, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION
{
	display: block;
}
OL, UL
{
	list-style: none;
}
BODY
{
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	color: #1E1E1E;
}
*
{
	box-sizing: border-box;
}
.header
{
	position: fixed;
	width: 140px;
	background-color: rgba(30, 30, 30, 0.8);
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	padding: 70px 50px 57px;
	flex-wrap: wrap;
	z-index: 100;
	transition: 1500ms ease;
	transform: translateX(-100%);
}
.header.prel
{
	transform: none;
}
.header.prel.loaded
{
	transition: 550ms;
}
.h1
{
	font-weight: 900;
	font-size: 70px;
	line-height: 85px;
	text-transform: uppercase;
}
.gamb
{
	height: 28px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.gamb > DIV
{
	position: absolute;
	height: 2px;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	transition: 350ms;
}
.gamb_child1
{
	top: 0;
}
.gamb_child2
{
	top: 50%;
	transform: translateY(-50%);
}
.gamb_child3
{
	bottom: 0;
}
.gamb:hover > DIV
{
	background-color: #F9B706;
}
.header.open_menu .gamb_child1
{
	transform: rotate(135deg);
	top: 12px;
}
.header.open_menu .gamb_child2
{
	transform: scale(0);
}
.header.open_menu .gamb_child3
{
	transform: rotate(45deg);
	top: 12px;
}
.header_socials
{
	align-self: flex-end;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: end;
	justify-content: center;
}
.header_socials > A
{
	margin-top: 27px;
	display: block;
	width: 100%;
}
.header_socials > A *
{
	transition: 350ms;
}
.header_socials > A:hover *
{
	fill:#F9B706;
}
.lp
{
	padding-left: 140px;
}
.container_block1
{
	display: flex;
	flex-wrap: wrap;
	padding: 55px;
	justify-content: center;
	align-content: center;
	position: relative;
	min-height: 100vh;
}
#block1
{
	background-size: cover;
	color: #FFFFFF;
}
#block1 .top_fix
{
	position: absolute;
	width: calc(100% - 110px);
	display: flex;
	justify-content: space-between;
	left: 55px;
	top: 55px;
}
#block1 .phones > A
{
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 22px;
	line-height: 33px;
	text-align: right;
	color: #FFFFFF;
	transition: 350ms;
}
#block1 .phones > A:hover
{
	color: #F9B706;
}
.container_block1 .center_block
{
	margin: auto;
	width: 100%;
	padding: 50px 0;
}
.subtitle_h1
{
	display: block;
	font-weight: normal;
	font-size: 40px;
	line-height: 57px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.default_text
{
	font-size: 22px;
	line-height: 27px;
}
.container_block1 .default_text
{
	max-width: 656px;
}
.button
{
	background: #F9B706;
	border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 21px 11px;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	border: 3px solid #F9B706;
	transition: 350ms;
}
.button:hover
{
	background-color: transparent;
	/*+box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);*/
	-moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.400);
}
.container_block1 .button_container
{
	margin-top: 50px;
}
.container
{
	padding: 0 200px;
}
.header:hover
{
	background-color: rgba(30, 30, 30, 0.9);
}
.header.open_menu
{
	background-color: #1E1E1E;
}
.main_menu_block
{
	position: fixed;
	left: 140px;
	width: 0;
	background-color: #1E1E1E;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	transition: 550ms;
	overflow: hidden;
	pointer-events: none;
	background-color: rgba(30, 30, 30, 0.8);
}
.header:hover .main_menu_block
{
	background-color: rgba(30, 30, 30, 0.9);
}
.header.open_menu .main_menu_block
{
	width: 370px;
	pointer-events: auto;
	background-color: #1E1E1E;
	padding-left: 10px;
}
.main_menu
{
	padding-bottom: 70px;
}
.main_menu A
{
	font-weight: 900;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	transition: 350ms;
}
.main_menu A:hover
{
	color: #F9B706;
}
.animation_text
{
	text-transform: uppercase;
	position: absolute;
	pointer-events: none;
	right: 15vw;
	width: 25vw;
	height: 100vh;
	top: 0;
	overflow: hidden;
}
.animation_text_body
{
	color: transparent;
	font-weight: 900;
	font-size: 9.90vw;
	display: block;
	transform: rotate(-90deg);
	width: 100vh;
	height: 25vw;
	left: -25.6vh;
	position: relative;
	top: 13.1vw;
	padding: 2.9vw;
}
.animation_text SPAN
{
	display: block;
}
.vert_two
{
	animation: vert_two 16s linear infinite;
}
.vert_first
{
	animation: vert_two 16s linear infinite reverse;
}
@keyframes vert_two
{
	from
	{
		transform: translateX(-120vh);
		-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
	}
	50%
	{
		transform: translateX(0);
		-webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
	}
	to
	{
		transform: translateX(120vh);
		-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
	}
}
.before_h2
{
	position: relative;
	padding: 140px 55px 60px;
	margin-bottom: 10px;
	margin-left: -55px;
	margin-top: -40px;
}
.before_h2 .h2
{
	position: relative;
	z-index: 2;
}
@font-face
{
	font-family: 'Berlingske Serif';
	font-swap:swap;
	src: local('Berlingske Serif Black'), local('Berlingske-Serif-Black'), url('../fonts/BerlingskeSerif-Blk.woff2') format('woff2'), url('../fonts/BerlingskeSerif-Blk.woff') format('woff'), url('../fonts/BerlingskeSerif-Blk.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
.fix_book
{
	pointer-events: none;
}
.before_h2 .fix_book
{
	position: absolute;
	font-family: Berlingske Serif;
	font-style: normal;
	font-weight: 900;
	font-size: 250px;
	line-height: 250px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.07);
	left: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
}
.before_h2 .fix_book .advanced_text
{
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	font-family: Montserrat;
	margin-left: 15px;
	color: #C4C4C4;
	display: inline-block;
	height: 60px;
}
.h2
{
	font-weight: 900;
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
}
.orange
{
	color: #F9B706;
	font-weight: 600;
}
.row_cols
{
	display: flex;
	flex-wrap: wrap;
}
.col50
{
	width: 50%;
}
.col60
{
	width: 60%;
}
.col40
{
	width: 40%;
}
IMG
{
	max-width: 100%;
	height: auto;
}
#block2
{
	padding: 40px 0;
	min-height: 100vh;
}
.text-right
{
	text-align: right;
}
.h3
{
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 20px;
}
.number_list_item
{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.nli_number
{
	font-weight: 900;
	font-size: 49px;
	color: #F9B706;
	align-self: flex-start;
}
.nli_text
{
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	/* identical to box height */
	color: #1E1E1E;
	padding-left: 20px;
}
.message_block
{
	margin-top: 55px;
}
.message_block .mb_text
{
	background: #F9B706;
	padding: 20px 40px;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	color: #1E1E1E;
}
#block3
{
	background-color: #1E1E1E;
	color: #FFFFFF;
	padding: 60px 0 380px;
}
#block3 .fix_book
{
	color: rgba(255, 255, 255, 0.07);
}
#block3 .default_text
{
	font-weight: 600;
	margin-bottom: 25px;
}
#block3 .col60 .default_text
{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 60px;
}
#block3 .h3
{
	margin-top: 0;
}
#block3 .col60
{
	padding-top: 100px;
	position: relative;
}
.advantages
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	position: absolute;
	width: 100%;
}
.advantages_item
{
	width: calc(33.33333333% - 20px);
	background-position: center;
	background-size: cover;
	margin: 10px;
	position: relative;
}
.advantages_item:nth-child(2)
{
	top: 5vw;
}
.advantages_item .quat
{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	display: flex;
	justify-content: center;
}
.advantages_item .quat_body
{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.advantages_item_text
{
	display: block;
	margin: auto;
	padding: 5px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.block4_left_image
{
	width: 100%;
	height: 120%;
	margin-top: -250px;
	background-position: center;
	background-size: cover;
}
#block4 .before_h2
{
	margin-top: -120px;
}
#block4 .fix_book
{
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	left: -40px;
	margin-top: 0;
}
.icon_advantages_item
{
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
	padding-left: 5px;
}
.icon_advantages_item_image
{
	width: 90px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon_advantages_item_text
{
	width: calc(100% - 90px);
}
#block5 .before_h2
{
	padding-bottom: 25px;
}
.portfolio_nav_item
{
	height: 17.5vw;
	border: 1px solid white;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7vw;
	line-height: 1.5vw;
	position: relative;
	margin-bottom: -3px;
	transition: 450ms linear;
	cursor: pointer;
}
.portfolio_nav_item_img
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.portfolio_nav_item:hover
{
	background-size: auto 115%;
}
.portfolio_nav_item_wrap
{
	display: flex;
	align-items: flex-end;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	padding: 1vw;
	background: rgba(30, 30, 30, 0.4);
	transition: 450ms linear;
}
.portfolio_nav_item:hover > .portfolio_nav_item_wrap
{
	background: rgba(30, 30, 30, 0.2);
}
.portfolio_nav_body .slick-slide
{
	border: 4px solid white;
	transition: 350ms;
}
.portfolio_nav_body .slick-current .portfolio_nav_item
{
	background-size: auto 115%;
}
.portfolio_nav_body .slick-current .portfolio_nav_item_wrap
{
	background: rgba(30, 30, 30, 0.2);
}
.portfolio_nav_body .slick-current
{
	border: 4px solid rgba(246, 180, 6, 0.3);
}
.portfolio_nav_arrows
{
	position: absolute;
	height: 70px;
	width: 150px;
	display: flex;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%);
	justify-content: space-between;
}
.portfolio_nav
{
	position: relative;
	margin-top: 25px;
}
.portfolio_nav_arrows > DIV
{
	background: #F9B706;
	border-radius: 10px;
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	transition: 350ms;
	cursor: pointer;
	border: 2px solid #F9B706;
}
.portfolio_nav_arrows > DIV:hover
{
	background: #FFFFFF;
}
.portfolio_nav_left_arrow SVG
{
	margin-right: 5px;
}
.portfolio_nav_right_arrow SVG
{
	margin-left: 5px;
}
.portfolio_nav_arrows > DIV:hover *
{
	fill:#F9B706;
}
.portfolio_sliders_item
{
	padding: 30px 45px;
}
.portfolio_sliders_item .col40
{
	background-color: #EFEFEF;
}
.portfolio_slider
{
	height: 42vw;
	position: relative;
}
.portfolio_slider_body
{
	height: 42vw;
}
.portfolio_slider_item
{
	height: 42vw;
	background-position: center;
	background-size: cover;
}
.portfolio_slider_arrows
{
	position: absolute;
	right: 15px;
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.portfolio_slider_arrows .portfolio_slider_numbers
{
	margin-right: 30px;
	font-size: 30px;
	line-height: 37px;
	font-weight: bold;
	color: #C4C4C4;
}
.portfolio_slider_all_numbers
{
	color: #FFFFFF;
}
.portfolio_slider_arrows .slick-arrow
{
	background: #F9B706;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	cursor: pointer;
	border: 2px solid #F9B706;
	transition: 350ms;
}
.portfolio_slider_arrows .slick-arrow:hover
{
	background-color: #FFFFFF;
}
.portfolio_slider_arrows .portfolio_slider_left_arrow
{
	margin-right: 7px;
}
.portfolio_slider_left_arrow SVG
{
	margin-right: 3px;
}
.portfolio_slider_right_arrow SVG
{
	margin-left: 3px;
}
.portfolio_slider_arrows .slick-arrow:hover *
{
	fill:#F9B706;
}
.modal
{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9000;
	top: 0;
	left: 0;
	display: flex;
	align-content: center;
	transition: 450ms;
	opacity: 0;
	pointer-events: none;
	perspective: 2000px;
}
BODY.flow
{
	overflow: hidden;
}
.open.modal
{
	opacity: 1;
	pointer-events: auto;
}
.modal_overlay
{
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal_body .modal_exit
{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	display: block;
}
.modal_exit
{
	cursor: pointer;
}
.modal_body .modal_exit:before, .modal_body .modal_exit:after
{
	content: '';
	width: 2px;
	height: 115%;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	left: calc(50% - 2px);
	top: -1px;
	transition: 350ms;
}
.modal_body .modal_exit:before
{
	transform: rotate(45deg);
}
.modal_body .modal_exit:after
{
	transform: rotate(-45deg);
}
.modal_body .modal_exit:hover:before
{
	transform: rotate(45deg) scale(1.1);
	background-color: #464646;
}
.modal_body .modal_exit:hover:after
{
	transform: rotate(-45deg) scale(1.1);
	background-color: #464646;
}
.modal_body
{
	margin: auto;
	background-color: #FFFFFF;
	z-index: 10;
	position: relative;
	align-self: center;
	overflow-y: auto;
	max-height: 98vh;
	min-width: 300px;
	transition: all 0.6s ease-in-out;
	transform-style: flat;
	transform: translateY(-30%) scale(0.7) rotateX(180deg);
	/*+box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);*/
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
}
.open.modal .modal_body
{
	transform: rotateY(0deg);
}
.modal_title
{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 24px;
}
.contact_form
{
	display: flex;
	justify-content: flex-end;
	width: 800px;
	background-position: 330px;
	background-size: auto;
}
#contactform
{
	background-color: #1E1E1E;
	color: #FFFFFF;
	text-align: center;
	padding: 100px 100px 70px 100px;
	position: relative;
}
#contactform .this_form
{
	width: 290px;
}
#contactform .result_form
{
	width: 290px;
}
.result_form H2.h2
{
	font-size: 42px !important;
}
.result_form .default_text
{
	font-size: 16px;
	line-height: 1.5;
}
.this_form .errors
{
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	color: red;
}
#contactform .fix_book
{
	color: rgba(255, 255, 255, 0.07);
	font-weight: 900;
	font-size: 160px;
	line-height: 145px;
	position: absolute;
	top: 10px;
	left: 38px;
	font-family: Berlingske Serif;
}
#contactform .h2
{
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 30px;
}
.form_group INPUT, .form_group TEXTAREA
{
	border: 1px solid #C4C4C4;
	border-radius: 30px;
	background-color: transparent;
	width: 100%;
	padding: 12px 18px;
	text-align: center;
	font-size: 16px;
	font: inherit;
	color: #FFFFFF;
	transition: 150ms;
}
.form_group TEXTAREA
{
	border-radius: 20px;
}
.form_group
{
	margin-bottom: 10px;
}
#contactform .button
{
	width: 100%;
}
.form_group INPUT::-webkit-input-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
.form_group INPUT:-ms-input-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
.form_group INPUT::-moz-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
.form_group INPUT:-moz-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
.form_group TEXTAREA::-webkit-input-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
.form_group TEXTAREA:-ms-input-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
.form_group TEXTAREA::-moz-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
.form_group TEXTAREA:-moz-placeholder
{
	color: #C4C4C4;
	font: inherit;
}
TEXTAREA
{
	resize: none;
	/* Запрещаем изменять размер */
}
INPUT.error
{
	border: 1px solid red;
}
*:focus
{
	outline: none;
}
#block5
{
	overflow: hidden;
}
.portfolio_sliders_item .col40
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px;
}
.portfolio_slider_text_wrap
{
	margin: auto;
}
.portfolio_slider_text_wrap .h3
{
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	text-transform: uppercase;
	color: #1E1E1E;
	display: block;
}
.portfolio_slider_text_wrap .h2
{
	font-weight: bold;
	font-size: 42px;
	line-height: 42px;
	color: #1E1E1E;
	display: block;
}
.portfolio_slider_text_wrap .atribute
{
	font-size: 22px;
	color: #1E1E1E;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 26px;
}
.portfolio_slider_text_wrap .atribute STRONG
{
	font-weight: bold;
}
.portfolio_slider_text_wrap .button
{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 40px;
}
#block6
{
	background-color: #1E1E1E;
	color: #FFFFFF;
	margin-top: 115px;
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}
#block6:before
{
	display: block;
	background-color: #FFFFFF;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
}
.reviews
{
	display: flex;
	padding-left: 200px;
	padding-top: 90px;
	width: 120%;
}
.reviews_nav .before_h2 .fix_book
{
	color: rgba(255, 255, 255, 0.07);
}
.reviews_arrows
{
	display: flex;
	margin-top: -25px;
}
.reviews_nav
{
	width: 300px;
}
.reviews_body
{
	width: calc(100% - 300px);
}
.reviews_arrows .slick-arrow
{
	background: #F9B706;
	border-radius: 10px;
	height: 70px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #F9B706;
	cursor: pointer;
	transition: 350ms;
}
.reviews_arrows .slick-arrow:hover
{
	background-color: #FFFFFF;
}
.reviews_arrows .slick-arrow:hover *
{
	fill:#F9B706;
}
.reviews_arrows .reviews_left_arrow
{
	margin-right: 10px;
}
.reviews_item
{
	border: 15px solid transparent;
}
.reviews_item .name
{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #F9B706;
	display: block;
}
.reviews_item .owner
{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #C4C4C4;
	margin-bottom: 35px;
	display: block;
}
.reviews_item .text_rev
{
	border: 1px solid #C4C4C4;
	padding: 35px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	background-color: #1E1E1E;
}
.text_rev .bottom_img
{
	margin-top: 30px;
	display: block;
}
.video_rev
{
	display: block;
	background-position: center;
	background-size: cover;
}
.video_rev .quan_wrap
{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 64%;
	display: flex;
	justify-content: center;
}
.video_rev .quan_content
{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video_rev .center_img
{
	max-width: 25%;
}
.video_rev .center_img
{
	transition: 450ms;
}
.video_rev:hover .center_img
{
	filter: brightness(80%);
}
#block7
{
	padding: 140px 0 120px;
}
#block7 .advanced_text
{
	color: #F9B706;
	margin-left: 0;
}
.anty
{
	background-color: #EFEFEF;
	padding: 53px;
}
.anty .top_text
{
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 50px;
}
.anty .bottom_text .name
{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	display: block;
	margin-bottom: 5px;
}
.anty .bottom_text .work
{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
#block7 .col40
{
	padding-bottom: 100px;
}
#block7 .row_cols
{
	align-items: center;
}
#block8 .contacts
{
	background-color: #1E1E1E;
	color: #FFFFFF;
	padding: 60px 60px 95px 145px;
}
#block8 .contacts .fix_book
{
	color: rgba(255, 255, 255, 0.07);
}
#block8 .contacts_item
{
	margin-bottom: 42px;
}
#block8 .contacts_item .contacts_title
{
	font-weight: bold;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}
#block8 .contacts_item .contacts_val
{
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}
#block8 .contacts_item A
{
	text-decoration: none;
	color: #FFFFFF;
}
.contacts_social
{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.contacts_social A
{
	margin-right: 21px;
}
.contacts_social A *
{
	fill:#F9B706;
	transition: 450ms;
}
.contacts_social A:hover *
{
	fill:#FFF;
}
#block8 .col60 IFRAME
{
	height: 100%;
	width: 100%;
}
.footer .container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-right: 45px;
}
.footer .copy
{
	font-size: 18px;
	line-height: 27px;
	color: #1E1E1E;
}
.footer_contacts .phone
{
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	color: #1E1E1E;
	margin-right: 25px;
	text-decoration: none;
	transition: 350ms;
}
.footer_contacts .phone:hover
{
	color: #F9B706;
}
.footer_contacts
{
	display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.button_call
{
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 27px 11px;
	text-decoration: none;
	border: 2px solid #F9B706;
	border-radius: 20px;
	color: #FFFFFF;
	background-color: #F9B706;
	transition: 350ms;
	animation: call_but 5s linear infinite normal;
}
.button_call *
{
	fill:#fff;
	transition: 350ms;
}
.button_call .svg
{
	position: relative;
	top: 1px;
	margin-right: 8px;
}
.footer_contacts A.button_call
{
	margin-left: 30px;
}
.footer_contacts .button_call *, .button_call:hover *
{
	fill:#F9B706;
}
.footer_contacts .button_call, .button_call:hover
{
	color: #1E1E1E;
	background-color: #FFFFFF;
}
.footer_contacts .button_call:hover
{
	color: #FFFFFF;
	background-color: #F9B706;
}
.footer_contacts .button_call:hover *
{
	fill:#fff;
}
.fix_callme
{
	position: fixed;
	bottom: 40px;
	right: 45px;
}
.button_call .exit_fix_call
{
	margin: 0 0 0 15px;
}
.anim
{
	opacity: 0;
	visibility: hidden;
	will-change: transform, opacity;
}
.svg_call
{
	animation: call 3000ms ease infinite normal;
}
.footer .logo
{
	display: flex;
	align-items: center;
	width: 490px;
	justify-content: space-between;
	margin-right: 20px;
}
.footer
{
	white-space: nowrap;
}
@keyframes call
{
	from
	{
		transform: rotate(10deg);
	}
	50%
	{
		transform: rotate(-5deg) scale(1.1);
	}
	to
	{
		transform: rotate(10deg);
	}
}
@keyframes call_but
{
	from
	{
		transform: none;
	}
	30%
	{
		transform: none;
	}
	35%
	{
		transform: scale(0.98);
	}
	45%
	{
		transform: rotate(-2deg) scale(1.02);
	}
	50%
	{
		transform: rotate(0) scale(1.07);
	}
	55%
	{
		transform: rotate(2deg) scale(1.02);
	}
	65%
	{
		transform: scale(0.98);
	}
	70%
	{
		transform: none;
	}
	to
	{
		transform: none;
	}
}
@media (min-width: 1201px)
{
	.hide1200
	{
		display: none;
	}
}
@media (min-width: 767px)
{
	.hide766
	{
		display: none;
	}
}
@media (max-width: 1438px)
{
	#block8 .contacts
	{
		padding-left: 90px;
		padding-right: 90px;
	}
	#block8 .col40, #block8 .col60
	{
		width: 50%;
	}
	.footer_contacts_phones A
	{
		display: block;
	}
	.footer_contacts .button_call
	{
		margin-left: 0 !important;
	}
}
@media (max-width: 1200px)
{
	.h1
	{
		font-size: 40px;
		line-height: 49px;
	}
	.subtitle_h1
	{
		font-size: 22px;
		line-height: 27px;
	}
	.default_text
	{
		font-size: 15px;
		line-height: 18px;
	}
	#block1 .phones A
	{
		font-size: 14px;
		line-height: 150%;
	}
	.show1200
	{
		display: none;
	}
	#block2 .col60
	{
		width: 100%;
	}
	.block2_cols .row_cols .col50
	{
		width: 100%;
	}
	.block2_cols .row_cols
	{
		width: 60%;
		display: block;
	}
	.block2_cols
	{
		display: flex;
	}
	.block2_cols .hide1200
	{
		width: 40%;
		padding-left: 15px;
	}
	.h2
	{
		font-size: 30px;
		line-height: 37px;
	}
	.before_h2 .fix_book
	{
		font-size: 200px;
	}
	.before_h2 .fix_book .advanced_text
	{
		font-size: 18px;
	}
	.h3
	{
		font-size: 20px;
		line-height: 24px;
	}
	.nli_text
	{
		font-size: 18px;
		line-height: 22px;
	}
	.nli_number
	{
		font-size: 34px;
		line-height: 60px;
	}
	.number_list_item
	{
		margin-bottom: 0;
	}
	#block3 .col60
	{
		padding-top: 0;
	}
	#block3 .tablet
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#block3 .row_cols
	{
		display: block;
	}
	#block3 .col40, #block3 .col60
	{
		width: 100%;
	}
	#block3
	{
		padding-bottom: 660px;
	}
	.container
	{
		padding-right: 30px;
		padding-left: 110px;
	}
	#block4 .row_cols .col50
	{
		width: 100%;
	}
	#block4 .before_h2
	{
		margin-top: 0 !important;
		width: 400px;
		margin-left: auto;
	}
	#block4 .tablet
	{
		position: relative;
		justify-content: flex-end;
		margin-bottom: 35px;
	}
	.block4_left_image
	{
		position: absolute;
		height: 180%;
		width: calc(100% - 320px);
		margin: 0;
		left: 0;
		top: -80%;
	}
	.icon_advantages_item_text
	{
		font-size: 20px;
		line-height: 24px;
	}
	.portfolio_sliders_item .col40, .portfolio_sliders_item .col60
	{
		width: 100%;
	}
	.header
	{
		width: 80px;
		padding: 30px 20px;
	}
	.main_menu_block
	{
		left: 80px;
	}
	.portfolio_sliders_item
	{
		padding-left: 110px;
		padding-right: 30px;
	}
	.before_h2
	{
		margin-left: 0;
	}
	.reviews
	{
		padding-left: 110px;
	}
	#block7
	{
		padding-top: 0;
	}
	#block7 .col40, #block7 .col60
	{
		width: 100%;
		padding-bottom: 0;
	}
	#block8 .col40, #block8 .col60
	{
		width: 100%;
	}
	#block8 .contacts
	{
		display: flex;
		padding-bottom: 30px;
		align-items: center;
	}
	#block8 .contacts_item
	{
		font-size: 20px;
	}
	.footer .logo
	{
		width: auto;
		display: block;
	}
	.lp
	{
		padding-left: 80px;
	}
	.container_block1
	{
		padding: 30px;
	}
	#block1 .top_fix
	{
		width: calc(100% - 60px);
		left: 30px;
		top: 30px;
	}
	#block8 IFRAME
	{
		height: 60vw !important;
	}
	.footer_contacts_phones A
	{
		font-size: 16px !important;
		line-height: 150% !important;
	}
	.footer .copy
	{
		font-size: 14px;
	}
	.footer .logo IMG
	{
		width: 110px;
	}
	.portfolio_nav_item
	{
		height: 20vw;
	}
	.reviews
	{
		width: 100%;
	}
}
@media (max-width: 850px)
{
	.contact_form
	{
		width: 490px;
	}
}
@media (max-width: 766px)
{
	.header
	{
		width: 0;
		/*width: 60px;*/
		padding: 0;
	}
	.header.open_menu
	{
		width: 60px;
	}
	.gamb
	{
		width: 26px;
		height: 20px;
		position: fixed;
		top: 20px;
		left: 15px;
		z-index: 15;
	}
	.header_socials
	{
		z-index: 15;
		padding: 15px;
		opacity: 0;
		transition: 350ms;
		pointer-events: none;
	}
	.header.open_menu .header_socials
	{
		opacity: 1;
		pointer-events: auto;
	}
	.header_socials SVG
	{
		max-width: 18px;
		max-height: 18px;
	}
	.header_socials A
	{
		margin-top: 15px;
	}
	.gamb:before
	{
		height: 60px;
		width: 60px;
		background-color: rgba(30, 30, 30, 0.8);
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
	}
	.main_menu_block
	{
		left: 0;
		z-index: 10;
	}
	.header.open_menu .main_menu_block
	{
		width: 100%;
		overflow-y: auto;
		pointer-events: auto;
		background-color: #1E1E1E;
		padding-left: 10px;
		padding-left: 60px;
	}
	.main_menu A
	{
		font-size: 20px;
		line-height: 44px;
	}
	.lp
	{
		padding: 0;
	}
	.h1
	{
		font-size: 30px;
		line-height: 37px;
	}
	.subtitle_h1
	{
		font-size: 16px;
		line-height: 20px;
	}
	.default_text
	{
		font-size: 14px;
		line-height: 17px;
	}
	.container_block1 .phones A
	{
		font-size: 12px !important;
		line-height: 150% !important;
	}
	.container_block1 .logo IMG
	{
		width: 85px;
	}
	.container_block1
	{
		padding-top: 15px;
	}
	.container_block1 .top_fix
	{
		top: 15px !important;
		left: 75px !important;
		width: calc(100% - 90px) !important;
	}
	.container
	{
		padding: 0 15px;
	}
	.h2
	{
		font-size: 24px;
		line-height: 29px;
	}
	.before_h2 .fix_book
	{
		font-size: 120px;
		line-height: normal;
	}
	.before_h2 .fix_book .advanced_text
	{
		display: none;
	}
	.before_h2
	{
		padding: 74px 10px 50px 63px;
	}
	.h3
	{
		font-size: 17px;
		line-height: 21px;
	}
	.block2_cols .hide1200
	{
		display: none;
	}
	.nli_text
	{
		font-size: 14px;
		line-height: 17px;
	}
	.block2_cols .row_cols
	{
		width: 100%;
	}
	.mb_text
	{
		font-size: 18px !important;
		line-height: 22px !important;
		text-align: center !important;
		display: block;
		padding: 10px !important;
	}
	.nli_number
	{
		font-size: 28px;
		line-height: 55px;
	}
	#block3 .tablet
	{
		display: block;
	}
	.advantages_item
	{
		width: calc(50% - 10px);
		background-position: center;
		background-size: cover;
		margin: 5px;
		position: relative;
	}
	.advantages_item:nth-child(4)
	{
		top: 5vw;
	}
	.advantages_item_text
	{
		font-size: 13px;
		line-height: normal;
	}
	.advantages
	{
		position: static;
	}
	#block4 .tablet
	{
		display: block;
	}
	#block4 .before_h2
	{
		padding-left: 35px;
		top: -25px;
	}
	.block4_left_image
	{
		height: 90vw;
		position: static;
		width: 100%;
		margin-top: 35px;
	}
	#block3
	{
		padding-bottom: 40px;
	}
	.icon_advantages_item
	{
		flex-wrap: wrap;
	}
	.icon_advantages_item_text
	{
		width: 100%;
		font-size: 14px;
		line-height: 17px;
	}
	.icon_advantages_item_image
	{
		width: auto;
		margin-bottom: 15px;
	}
	#block5
	{
		padding-top: 25px;
	}
	.fix_callme .button_call
	{
		font-size: 0;
		padding: 10px;
	}
	.fix_callme
	{
		right: 15px;
		bottom: 15px;
	}
	.fix_callme .button_call .svg_call
	{
		margin: 0;
	}
	.portfolio_nav_arrows
	{
		height: 30px;
		width: 65px;
	}
	.portfolio_sliders_item
	{
		padding: 15px;
	}
	.portfolio_slider
	{
		height: 80vw;
	}
	.portfolio_slider_body
	{
		height: 80vw;
	}
	.portfolio_slider_item
	{
		height: 80vw;
	}
	.portfolio_sliders_item .col40
	{
		padding: 0 15px 30px;
	}
	.portfolio_slider_text_wrap .h3
	{
		font-size: 18px;
		line-height: 22px;
	}
	.portfolio_slider_text_wrap .h2
	{
		font-size: 28px;
		line-height: 42px;
	}
	.portfolio_slider_text_wrap .atribute
	{
		font-size: 14px;
	}
	.portfolio_slider_text_wrap .button_container .button
	{
		margin-top: 0;
	}
	.reviews
	{
		padding: 35px 15px 15px;
		display: block;
		width: 100%;
	}
	.reviews_body
	{
		width: 100%;
	}
	#block7
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.anty
	{
		padding: 15px;
	}
	.anty .top_text
	{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	#block8 .contacts
	{
		padding: 35px 15px 15px;
		display: block;
	}
	.contacts_item
	{
		margin-bottom: 20px !important;
	}
	.contacts_title
	{
		font-size: 16px !important;
	}
	.contacts_val
	{
		font-size: 16px !important;
	}
	.footer .logo
	{
		margin: 0;
	}
	.footer .container
	{
		flex-direction: column;
		text-align: center;
	}
	.footer_contacts_phones A.phone
	{
		margin: auto;
	}
	.footer_contacts
	{
		flex-direction: column;
	}
	.footer_contacts_phones
	{
		margin: 15px;
	}
	.contact_form
	{
		width: 320px;
	}
	.modal_body
	{
		height: 100%;
		max-height: none;
		display: flex;
		align-items: center;
		background-color: #1E1E1E;
		width: 100%;
	}
	#contactform
	{
		padding: 17px;
	}
	.modal_body .contact_form
	{
		margin: auto;
	}
	.portfolio_nav_item
	{
		height: 30vw;
	}
	.reviews_arrows DIV
	{
		width: 40px !important;
		height: 40px !important;
	}
	.reviews_arrows SVG
	{
		margin: 0;
		height: 17px !important;
		width: auto !important;
	}
	.portfolio_nav_arrows DIV
	{
		width: 30px;
		height: 30px;
	}
	.portfolio_nav_arrows SVG
	{
		margin: 0;
		height: 17px !important;
		width: auto !important;
	}
	.portfolio_slider_numbers
	{
		font-size: 20px !important;
		line-height: 24px !important;
	}
	.portfolio_slider_arrows .slick-arrow
	{
		width: 30px !important;
		height: 30px !important;
		padding: 0;
	}
	.portfolio_slider_arrows .slick-arrow SVG
	{
		margin: 0;
		height: 17px !important;
		width: auto !important;
	}
	#block4 .tablet .before_h2
	{
		width: auto;
	}
	.footer .container
	{
		padding: 20px 15px;
	}
}
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}