/* assets/css/style.css */

/*
//======================================================================
// TABLE OF CONTENTS
//======================================================================

= NORMALIZE

= CUSTOM RESETS

= WHOLE SITE

//======================================================================
// TABLE OF CONTENTS - END
//======================================================================
*/

/*
//======================================================================
// NORMALIZE
//======================================================================
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible;
	outline: none;
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

/*
//======================================================================
// NORMALIZE - END
//======================================================================
*/

/*
//======================================================================
// CUSTOM RESETS
//======================================================================
*/

a {
	text-decoration: none;
	color: inherit;
	outline: unset;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

select {
	background-color: #fff;
	border-radius: 0;
}

input:not([type="checkbox"]) {
	width: 100%;
}

pre {
	margin: 0;
	padding: 14px;
	border-radius: 20px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-family: monospace;
	direction: ltr;
	text-align: left;
	word-break: break-all;
	white-space: break-spaces;
}

button {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	outline: unset;
}

/*
//======================================================================
// CUSTOM RESETS - END
//======================================================================
*/

/*
//======================================================================
// WHOLE SITE
//======================================================================
*/

:root {
	--gray: #575354;
	--orange: #FF9300;
	--blue: #1c3e94;
	--blue2: #253F8E;
	--red: #e31b21;
	--red2: #D1232A;
	--fz10: 0.625em;
	--fz12: 0.75rem;
	--fz14: 0.875rem;
	--fz16: 1rem;
	--fz18: 1.125rem;
	--fz20: 1.25rem;
	--fz22: 1.375rem;
	--fz25: 1.563rem;
	--fz30: 1.875rem;
	--fz40: 2.5rem;
	--fz50: 3.125rem;
	--fw400: 400;
	--fw500: 500;
	--fw700: 700;
	--fw800: 800;
	--layer-lvl: 10;
}

html {
	font-size: 16px;
	max-width: 1920px;
	margin: 0 auto;
}

body {
	font-family: 'Rubik', sans-serif;
	color: #444;
}

body * {
	box-sizing: border-box;
}

.bg-cover,
.bg-contain,
.site-bg {
	background-position: center;
	background-repeat: no-repeat;
}

.bg-cover,
.site-bg {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.content-no-margin-top-bottom> :first-child,
.wnm> :first-child {
	margin-top: 0;
}

.content-no-margin-top-bottom> :last-child,
.wnm> :last-child {
	margin-bottom: 0;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.centered {
	display: grid;
	align-items: center;
}

.centered>* {
	grid-area: 1/1/2/2;
}

.page-bg {
	height: 100vh;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	pointer-events: none;
}

.container-1140,
.container-1200 {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.container-1140 {
	max-width: 1170px;
}

.container-1200 {
	max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
}

.slick-slide {
	outline: none;
}

/*
//======================================================================
// WHOLE SITE - END
//======================================================================
*/

.popups-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: var(--layer-lvl);
	display: none;
}

/*
//----------------------------------------------------------------------
// Modal
//----------------------------------------------------------------------
*/

.site-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: var(--layer-lvl);
	transform: translate(-50%, -50%);
	max-width: 700px;
	width: 100%;
	border-radius: 10px;
}

.site-modal .exit-modal {
	color: var(--gray3);
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	font-size: 18px;
	width: 24px;
	height: 24px;
}

.site-modal .exit-modal span {
	position: relative;
	top: 1px;
}

.site-modal .modal-inner {
	width: 100%;
	height: 100%;
}

/*
//----------------------------------------------------------------------
// Modal - end
//----------------------------------------------------------------------
*/

/*
//======================================================================
// Header
//======================================================================
*/

.site-header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	margin-bottom: 3px;
	border-bottom: 2px solid #000;
}

.site-header nav .menu {
	display: flex;
}

.site-header nav .menu li:not(:last-child) {
	border-left: 2px solid #000;
}

.site-header nav .menu li a {
	font-size: var(--fz22);
	padding: 0 16px;
}

.site-header nav .menu li.current-menu-item a {
	font-weight: var(--fw700);
}

.site-header .header-logos .logos-list {
	display: flex;
}

.site-header .header-logos .logos-list .logo:not(:last-child) {
	margin-left: 20px;
}

.site-header .header-logos .logos-list img {
	height: 40px;
}

/*
//======================================================================
// Header - End
//======================================================================
*/

/*
//======================================================================
// Footer
//======================================================================
*/

.site-footer {
	padding: 0 15px;
	font-size: var(--fz14);
	color: #fff;
	background: rgba(227, 27, 35, 1);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(227, 27, 35, 1)), color-stop(0%, rgba(241, 111, 92, 1)), color-stop(100%, rgba(28, 62, 148, 0.6)));
	background: linear-gradient(45deg, rgba(227, 27, 35, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(28, 62, 148, 0.6) 100%);
}

.site-footer .footer-inner {
	padding: 5px 0;
}

.site-footer .upper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.site-footer .upper .menu {
	display: flex;
}

.site-footer .upper .menu>li:not(:last-child) {
	border-left: 1px solid #fff;
}

.site-footer .upper .menu>li a {
	font-size: var(--fz12);
	padding: 0 10px;
}

.site-footer .lower {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-footer .lower>*:not(:last-child) {
	margin-left: 15px;
}

/*
//======================================================================
// Footer - End
//======================================================================
*/

/* assets/css/style.css - end */
@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.eot?d126ecdb4d8459b1b2989f3d55e17e66);
  src: url(../fonts/icomoon.eot?d126ecdb4d8459b1b2989f3d55e17e66#iefix) format('embedded-opentype'),
    url(../fonts/icomoon.ttf?e9ad6c5bd2bf3b3951df494a596d70b0) format('truetype'),
    url(../fonts/icomoon.woff?df1e95e532685c2ee3d40183b5d5a4b9) format('woff'),
    url(../fonts/icomoon.svg?f501b5ed9e8437b6995bc41eef8e9ecf#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e905";
}

.icon-fullscreen-alt:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e902";
}

.icon-chevron-up:before {
  content: "\e903";
}
/* contact form 7 */
/* @import url('../../../../plugins/contact-form-7/includes/css/styles.css'); */
/* 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;
    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
{
    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;
}

/*
//======================================================================
// Slider
//======================================================================
*/

.gallery-page .gallery-box {
    max-width: 930px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 75%);
    padding: 20px;
}

.gallery-container {
    position: relative;
}

.gallery-container.fs-active {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.gallery-container.fs-active .slider-container,
.gallery-container.fs-active .slider,
.gallery-container.fs-active .slider .slick-list,
.gallery-container.fs-active .slider .slick-track,
.gallery-container.fs-active .slider .slick-slide>div,
.gallery-container.fs-active .slider .slick-slide li {
    height: 100%;
}

.gallery-container.fs-active .slider {
    height: 100vh;
}

.gallery-container.fs-active .slider .slick-slide img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.gallery-container .fs-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #cecece;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    transition: all .2s ease-in-out;
}

.gallery-container .fs-btn:hover {
    color: #fff;
}

.slider .slick-arrow {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.slider .slick-prev {
    right: 20px;
}

.slider .slick-next {
    left: 20px;
}

.slider .slick-slide img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/*
//======================================================================
// Slider - end
//======================================================================
*/

/*
//======================================================================
// Thumbnails
//======================================================================
*/

.thumbnails-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

.thumbnails .slick-slide {
    cursor: pointer;
    margin: 0 3px;
    border: 1px solid transparent;
    position: relative;
}

.thumbnails .slick-slide:hover:not(.slick-current):after {
    background-color: transparent;
}

.thumbnails .slick-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
}

.thumbnails .slick-slide img {
    height: 50px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.thumbnails .slick-slide:not(.slick-current):after {
    background-color: rgba(0, 0, 0, 0.4);
}

.thumbnails .slick-slide.slick-current {
    border: 1px solid #fff;
}

/*
//======================================================================
// Thumbnails - end
//======================================================================
*/

/*
//======================================================================
// Video
//======================================================================
*/

.video-container .video {
    display: grid;
    justify-items: center;
    align-items: center;
    height: 500px;
}

.video-container .video>* {
    grid-area: 1/1/2/2;
}

.video .play-video {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 50px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
}

.video .thumbnail {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.gallery-container.fs-active .video-container,
.gallery-container.fs-active .video-container .video {
    height: 100%;
}

/*
//======================================================================
// Video - end
//======================================================================
*/

/*
//======================================================================
// Galleries
//======================================================================
*/

.galleries {
    margin-top: 10px;
}

.galleries-list {
    display: flex;
}

.galleries-list .gallery:not(:last-child) {
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.galleries-list .gallery:not(:last-child):after {
    content: '|';
    margin-right: 6px;
    color: var(--blue);
}

.galleries-list .gallery.active a {
    color: var(--orange);
}

.galleries-list .gallery a {
    font-size: var(--fz20);
    color: var(--blue);
}

/*
//======================================================================
// Galleries - end
//======================================================================
*/
