/* 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'); */
/* uncomment if you want to use slick slider */
/* @import url('../../../../node_modules/slick-carousel/slick/slick.css'); */

/*
//======================================================================
// Box
//======================================================================
*/

.about-page .box {
    display: grid;
    grid-template-columns: minmax(0, 24%) 38% 38%;
}

.about-page .box>* {
    padding: 0 15px;
}

.about-page .box .box-title {
    display: flex;
    justify-content: flex-end;
    background-color: rgba(28, 62, 148, 0.8);
}

.about-page .box .title {
    font-size: 65px;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 15px 10px;
}

.about-page .box .box-content,
.about-page .box .icons {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-page .box .box-content {
    padding-left: 24px;
}

.about-page .box .box-content .content {
    font-size: var(--fz14);
    line-height: 22px;
    border-left: 1px dotted #8394bf;
    padding-left: 24px;
}

/*
//======================================================================
// Box - end
//======================================================================
*/

/*
//======================================================================
// Icons
//======================================================================
*/

.about-page .box .icons {
    padding-right: 0;
}

.about-page .box .icons-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.about-page .box .icons-list .icon {
    text-align: center;
}

.about-page .box .icons-list img {
    width: 68px;
    margin: auto;
}

.about-page .box .icons-list .number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    font-size: var(--fz18);
}

.about-page .box .icons-list .description {
    font-size: var(--fz10);
    font-weight: var(--fw700);
}

/*
//======================================================================
// Icons - end
//======================================================================
*/
