/*****************************************/
/************ Template styles ************/
/*****************************************/
*::placeholder{
	color: rgba(0, 0, 0, .6);
	opacity: 1;
	text-overflow: ellipsis;
	transition: all .3s;
}
*:focus::-webkit-input-placeholder{
	opacity: 0;
}
*:focus:-moz-placeholder{
	opacity: 0;
}
*:focus::-moz-placeholder{
	opacity: 0;
}
*:focus:-ms-input-placeholder{
	opacity: 0;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid{}
body input:required:valid,
body textarea:required:valid{}
::selection{
    color: #fff;
    background: #b063ff;
}
a{
	text-decoration: none;
}
*:focus,
*:active{
	outline: none !important;
}
body input:not([type="checkbox"]),
body textarea,
body select,
body button{
	-webkit-appearance: none !important;
}
body{
	font-family: "Golos", sans-serif;
	font-size: 14px;
}
html{
	position: relative;
	min-height: 100vh;
}
ul{
	list-style-type: none;
	padding: 0;
}

/***************************/
/****** Common styles ******/
/***************************/
body.gorka-body-modal-open{
	overflow: hidden;
}
*::placeholder,
button,
img,
.no-select-elem,
.no-select-elem *{
	-webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.ellipsis-text{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.name-back-image{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50%;
}

div#content{
	margin-bottom: 30px;
}

.container{
	max-width: 100%;
	width: 1520px;
	margin: 0 auto;
	padding: 0 15px;
}

a.qk-btn,
button.qk-btn,
div#gorka-popup-about-us .about-us-popup-content a{
	display: inline-block;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 600;
	border-radius: 45px;
	padding: 5px 40px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a.qk-btn:disabled,
button.qk-btn:disabled,
div#gorka-popup-about-us .about-us-popup-content a:disabled{
	opacity: .5;
}
a.qk-purple-btn,
button.qk-purple-btn,
div#gorka-popup-about-us .about-us-popup-content a{
	color: #ffffff;
	background-color: #b063ff;
	border: 3px solid #b063ff;
}
a.qk-purple-btn:not(:disabled):hover,
button.qk-purple-btn:not(:disabled):hover,
div#gorka-popup-about-us .about-us-popup-content a:not(:disabled):hover{
	color: #b063ff;
	background-color: transparent;
}
a.qk-outline-btn,
button.qk-outline-btn{
	color: #1b0047;
	background-color: transparent;
	border: 2px solid #1b0047;
}
a.qk-outline-btn:hover,
button.qk-outline-btn:hover{
	color: #fff;
	background-color: #1b0047;
}

.qk-bg-block-wrap{
	position: relative;
}
.qk-bg-block{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.qk-video-background{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	opacity: .5;
	overflow: hidden;
}
.qk-form-field input,
.qk-form-field textarea{
	width: 100%;
	border: 2px solid #1b0047;
	border-radius: 30px;
	font-size: 15px;
	padding: 7px 20px;
	color: #000;
	transition: all .15s;
}
.qk-form-field input:disabled,
.qk-form-field textarea:disabled{
	opacity: .5;
}
.qk-form-field textarea{
	resize: none;
}
.qk-form-field input.gk-field-error,
.qk-form-field textarea.gk-field-error{
	border-color: #c40000;
}

/**************************/
/****** Header block ******/
/**************************/
header#masthead{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #1b0047;
	border-bottom: 1px solid transparent;
	transition: all .3s;
	z-index: 15;
}
body.gk-fixed-header header#masthead{
	border-bottom-color: #150036;
}
div#desktop-header .container-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	transition: all .3s;
}
body.gk-fixed-header div#desktop-header .container-wrap{
	padding: 15px 0;
}
div#desktop-header .left-col,
div#desktop-header .center-col,
div#desktop-header .right-col{
	display: flex;
	align-items: center;
}
div#desktop-header .left-col{
	width: 25%;
	justify-content: start;
}
div#desktop-header .center-col{
	width: 50%;
	justify-content: space-between;
}
div#desktop-header .right-col{
	width: 25%;
	justify-content: end;
}
header#masthead .site-branding img{
	height: 26px;
	width: auto;
}
.right-col-lang-btn{
	margin-right: 15px;
}
.right-col-lang-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	transition: all .15s;
}
.right-col-lang-btn a img{
	max-height: 33px;
	width: auto;
}

/* Header menu */
ul#primary-menu{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 70%;
}
ul#primary-menu li{
	display: inline-flex;
}
ul#primary-menu li a{
	font-size: 13px;
	font-weight: 200;
	color: #fff;
	transition: all .3s;
}
ul#primary-menu li,
ul#primary-menu li a{
	font-size: 13px;
	font-weight: 200;
	color: #fff;
	transition: all .15s;
}
ul#primary-menu li:hover a,
ul#primary-menu li a:hover,
ul#primary-menu li a.active{
	color: #b063ff;
}

/* Mobile header */
div#mobile-header{
	display: none;
}
div#mobile-header .container-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	transition: all .3s;
}
div#mobile-header > div > div{
	margin: auto 0;
	text-align: center;
}
div#mobile-header .toggle-button-wrap{
	position: relative;
	width: 44px;
	height: 40px;
	margin: auto;
	padding: 6px 0;
	transform: scale(0.7);
}
div#mobile-header .toggle-button{
	position: fixed;
	width: 44px;
	height: 40px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
	left: 0;
}
div#mobile-header .toggle-button:hover{
	cursor: pointer;
}
div#mobile-header .toggle-button .menu-bar{
	position: absolute;
	display: block;
	width: 80%;
	border-radius: 2px;
	transition: .5s;
}
div#mobile-header .toggle-button .menu-bar-top{
	border: 4px solid #fff;
	border-bottom: none;
	top: 0;
}
div#mobile-header .toggle-button .menu-bar-middle{
	height: 4px;
	background-color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
div#mobile-header .toggle-button .menu-bar-bottom{
	border: 4px solid #fff;
	border-top: none;
	top: 22px;
}
div#mobile-header .button-open .menu-bar-top{
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
div#mobile-header .button-open .menu-bar-middle{
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
div#mobile-header .button-open .menu-bar-bottom{
	transform: rotate(-45deg) translate(8px, -7px);
	transition: .5s;
}
div#mobile-header .mobile-center-col-wrap a img{
	height: 26px;
}
div#mobile-header .mobile-right-col-wrap img{
	height: 33px;
}

/* Mobile menu */
div#mobile-menu-container{
	position: fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 700;
	background-color: #1b0047;
	overflow: auto;
	transition: .25s;
	z-index: 10010;
	color: #fff;
}
div#mobile-menu-container.menu-show{
	margin-left: 0;
	box-shadow: 0 10px 18px -5px rgba(0, 0, 0, 0.6);
}
div#mobile-menu-container .mob-menu-info-wrap{
	padding: 20px 0;
}
div#mobile-menu-container .mob-menu-btn-row{
	padding: 0 15px;
	text-align: right;
}
div#mobile-menu-container .mob-menu-logo-row{
	padding-bottom: 30px;
}
div#mobile-menu-container .mob-menu-btn-row a{
	font-size: 20px;
	color: #fff;
}
div#mobile-menu-container .mob-menu-logo-row img{
	display: block;
	width: 50%;
	margin: auto;
}

nav#mobile-navigation a{
	color: #fff;
	transition: all .15s;
}
nav#mobile-navigation a:hover{
	color: #b063ff;
}
nav#mobile-navigation > ul,
nav#mobile-navigation > ul > li > ul{
	margin: 0;
	padding: 0;
}
nav#mobile-navigation > ul{
	border-top: 1px solid #1b0047;
}
nav#mobile-navigation > ul > li{
	border-bottom: 1px solid #1b0047;
	list-style-type: none;
	transition: all 0.3s;
}
nav#mobile-navigation > ul > li > a{
	display: block;
	padding: 10px 15px;
}
nav#mobile-navigation > ul li ul{
	display: none;
}
nav#mobile-navigation > ul > li.menu-item-has-children > a{
	position: relative;
	display: inline-block;
	width: 85%;
}
nav#mobile-navigation > ul > li.menu-item-has-children > span{
	display: inline-block;
	width: 15%;
	padding: 10px 0 10px;
	border-left: 1px solid #dbdada;
	text-align: center;
}
nav#mobile-navigation > ul > li.menu-item-has-children > span > *{
	position: relative;
	top: -1px;
	transition: all 0.3s;
}
nav#mobile-navigation > ul > li.menu-item-has-children > span.btn-sub-menu-open{
	box-shadow: inset rgba(0,0,0,.2) 0 4px 4px;
	border: none;
}
nav#mobile-navigation > ul > li.menu-item-has-children > span.btn-sub-menu-open > *{
	transform: rotate(180deg);
}
nav#mobile-navigation > ul > li.menu-item-has-children.sub-menu-open{
	background-color: rgba(0, 0, 0, 0.05);
}
nav#mobile-navigation > ul > li.menu-item-has-children.sub-menu-open > a{
	border-bottom: none;
}
nav#mobile-navigation ul.sub-menu > li > a{
	display: block;
	padding: 10px 30px;
}
div#mobile-overlay{
	display: none;
    position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
	z-index: 20;
}
div#mobile-menu-container .mob-menu-contacts-wrap .mob-menu-contacts-row {
	margin-top: 25px;
	padding: 15px;
}
div#mobile-menu-container .mob-menu-contacts-wrap .mob-menu-contacts-row .mob-menu-contacts-item-email a {
	color: #fff;
}

/**************************/
/****** Footer block ******/
/**************************/
footer#colophon{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	line-height: 2em;
}
footer#colophon .footer-box{
	padding: 150px 0 100px;
	background-color: #1b0047;
}
footer#colophon .footer-row-1,
footer#colophon .footer-row-2{
	display: flex;
	justify-content: space-between;
}
footer#colophon .footer-row-1{
	align-items: center;
}
footer#colophon .footer-row-1 .footer-logo-col,
footer#colophon .footer-row-1 .footer-contacts-col,
footer#colophon .footer-row-1 .footer-socials-col{
	display: flex;
	align-items: center;
}
footer#colophon .footer-row-1 .footer-logo-col,
footer#colophon .footer-row-1 .footer-socials-col{
	width: 25%;
}
footer#colophon .footer-row-1 .footer-contacts-col{
	width: 50%;
}
footer#colophon .footer-row-1 .footer-logo-col{
	justify-content: start;
}
footer#colophon .footer-row-1 .footer-contacts-col{
	justify-content: center;
}
footer#colophon .footer-row-1 .footer-socials-col{
	justify-content: end;
}
footer#colophon .footer-row-1 .footer-socials-col a{
	color: #fff;
} 
footer#colophon .footer-row-1 .footer-contacts-col p{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 400;
	margin: 0;
}
footer#colophon .footer-row-1 .footer-logo-col a img{
	height: 37px;
	width: auto;
}
footer#colophon .footer-row-1 .footer-socials-col ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
footer#colophon .footer-row-1 .footer-socials-col ul li{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
footer#colophon .footer-row-1 .footer-socials-col ul li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	transition: all .3s;
}
footer#colophon .footer-row-1 .footer-socials-col ul li a:hover{
	transform: scale(1.05);
}
footer#colophon .footer-row-1 .footer-socials-col ul li a img{
	height: 100%;
}
footer#colophon .footer-row-2{
	margin: 100px 0 0;
}
footer#colophon .footer-row-2 > div{
	width: 25%;
}
footer#colophon .footer-row-2 .footer-menu-col h5,
footer#colophon .footer-row-2 .footer-subscribe-col h5{
	color: #b063ff;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 600;
	margin: 0 0 10px;
}
footer#colophon .footer-row-2 .footer-menu-col ul{
	margin: 0;
	padding: 0;
}
footer#colophon .footer-row-2 .footer-menu-col ul li a{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 400;
	transition: all .15s;
}
footer#colophon .footer-row-2 .footer-menu-col ul li a:hover{
	color: #b063ff;
}
form#qk-subscribe-form .qk-form-buttons-row{
	margin: 15px 0 0;
}
footer#colophon .footer-row-3{
	margin: 70px 0 0;
}
footer#colophon .footer-row-3 .footer-copyright-icon,
footer#colophon .footer-row-3 .footer-copyright-text{
	text-align: center;
}
footer#colophon .footer-row-3 .footer-copyright-icon img{
	max-height: 50px;
}
footer#colophon .footer-row-3 .footer-copyright-text p{
	color: #c4c4c4;
	font-size: 9px;
	line-height: 1.55;
	font-weight: 200;
	margin: 10px 0 0;
}
form#qk-subscribe-form button[type="submit"]{
	position: relative;
}
form#qk-subscribe-form button[type="submit"]::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	border-radius: 45px;
	color: #ffffff !important;
	background-color: #b063ff !important;
	background-image: url(/wp-content/themes/blank_theme_2.3.3/assets/img/check-icon-filled.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .15s;
}
form#qk-subscribe-form button[type="submit"].success::after{
	opacity: 1;
}

/**********************/
/* "Scroll up" button */
/**********************/
div#gk-back-to-top{
	position: fixed;
	bottom: 0;
	right: 40px;
	width: 40px;
	height: 40px;
	background-color: #b063ff;
	border-radius: 50%;
	transform: translateY(45px);
	opacity: 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	transition: all .3s;
	z-index: 15;
}
div#gk-back-to-top.gk-active-scroll-up{
	transform: translateY(-35px);
	opacity: 1;
}
div#gk-back-to-top a{
	display: flex;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 25px;
}
div#gk-back-to-top a > *{
	position: relative;
	top: -2px;
	margin: auto;
	transition: all .3s;
}
div#gk-back-to-top a:hover > *{
	transform: translateY(-5px);
}

/**************************/
/****** Popup styles ******/
/**************************/
body.gorka-body-modal-open{
    overflow: hidden;
}
.gorka-popup-container,
.gorka-popup-container .gorka-popup-container-wrap{
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
}
.gorka-popup-background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	z-index: 20;
}
.gorka-popup-container{
    display: none;
    position: fixed;
    z-index: 10050;
	backdrop-filter: blur(10px);
}
.gorka-popup-container .gorka-popup-container-wrap{
    display: flex;
    position: absolute;
}
.gorka-popup-content{
    position: relative;
    width: 650px;
    max-height: 100vh;
    margin: auto;
    padding: 35px 90px;
    background-color: #fff;
    border: 2px solid #1b0047;
    border-radius: 35px;
    transform: translate(0, 50px);
    z-index: 50;
    transition: transform .5s;
}
.gorka-popup-content.gorka-open-modal{
    transform: translate(0);
}
.gorka-popup-content .gorka-popup-response-wrap{
    display: none;
}
.gorka-popup-content .gorka-popup-response-wrap,
.gorka-popup-content .gorka-popup-response-wrap > div{
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, .5);
}
.gorka-popup-content .gorka-popup-response-wrap > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    font-size: 18px;
    transition: background-image .1s;
}
.gorka-popup-content .gorka-popup-response-wrap > div > *{
    display: none;
}
.gorka-popup-content .gorka-popup-response-wrap > div img{
    max-height: 150px;
    max-width: 150px;
    height: auto;
}
.gorka-popup-content .gorka-popup-response-wrap > div > p:nth-of-type(1){
    margin: 0 auto 10px auto;
}
.gorka-popup-content .gorka-popup-response-wrap > div > p:nth-last-of-type(1){
    margin: 10px auto 0 auto;
}
.gorka-popup-content .gorka-popup-response-wrap-loading > div{
    background-image: url(/wp-content/themes/blank_theme_2.3.3/assets/img/cocologorka-white-loader.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 200px;
}

/* Popup / Modal close button */
.gorka-popup-head .gorka-modal-close-btn{
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: #fff0;
	border: none;
	background-image: url(/wp-content/themes/blank_theme_2.3.3/assets/img/close-icon.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .15s;
}
.gorka-popup-head .gorka-modal-close-btn:hover{
    transform: rotate(180deg);
}

/**********************/
/****** 404 page ******/
/**********************/
section#error-404-section{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-color: #1b0047;
	margin-bottom: -10px;
}
section#error-404-section .error-404-col{
	text-align: center;
}
section#error-404-section .error-404-col h1{
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0;
	z-index: 5;
}
section#error-404-section .error-404-col p{
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 15px 0 0;
	z-index: 5;
}
section#error-404-section .error-404-col img{
	max-height: 400px;
}

/**************************************/
/************ Theme styles ************/
/**************************************/
main#main > section{
	overflow: hidden;
}

section#error-404-section .container-wrap,
footer#colophon .container-wrap,
section#home-about-us-section .container-wrap,
section#home-main-functions-section .container-wrap,
section#home-primary-repository-section .container-wrap,
section#home-video-banner-section .container-wrap,
section#home-management-info-section .container-wrap,
section#home-eoid-and-fid-section .container-wrap,
section#home-step-by-step-section .container-wrap,
section#home-advantages-section .container-wrap{
	max-width: 1170px;
	margin: auto;
}

/***********************************/
/****** #1 Main banner (Home) ******/
/***********************************/
section#home-main-banner-section{
	display: flex;
	align-items: center;
	min-height: 100vh;
	background-color: #1b0047;
}
section#home-main-banner-section .container-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
section#home-main-banner-section .main-banner-image-block{
	width: 55%;
}
section#home-main-banner-section .main-banner-info-block{
	width: 45%;
}
section#home-main-banner-section .main-banner-image-block img{
	padding: 0 25px;
}
section#home-main-banner-section .main-banner-info-block img{
	max-width: 400px;
}
section#home-main-banner-section .main-banner-info-block p{
	color: #ffffff;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
	margin: 0 0 40px;
}

/*************************************/
/****** #2 About us info (Home) ******/
/*************************************/
section#home-about-us-section{
	padding: 110px 0 50px;
}
section#home-about-us-section .about-us-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#home-about-us-section .about-us-row.about-us-row-1{
	align-items: stretch;
	margin-bottom: 140px;
}
section#home-about-us-section .about-us-row > div{
	width: 50%;
}
section#home-about-us-section .about-us-row > div:nth-of-type(odd){
	padding-right: 100px;
}
section#home-about-us-section .about-us-row > div:nth-of-type(even){
	padding-left: 100px;
}
section#home-about-us-section .about-us-image-block .qk-bg-block{
	background-position: -70px 50%;
	background-size: 105%;
}
section#home-about-us-section .about-us-text-block h4{
	color: #000000;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0;
}
section#home-about-us-section .about-us-text-block h5{
	color: #000000;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0;
}
section#home-about-us-section .about-us-text-block p{
	color: #000000;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 15px 0 0;
}
.about-us-text-1-block a.gorka-modal-open-btn{
	position: relative;
	padding: 15px 22px 15px 45px;
	margin-top: 25px;
}
.about-us-text-1-block a.gorka-modal-open-btn::after{
	content: '';
	position: absolute;
	top: calc(50% - 14px);
	left: 10px;
	width: 28px;
	height: 28px;
	background-image: url(/wp-content/themes/blank_theme_2.3.3/assets/img/about-us-btn-icon.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.2s;
}
.about-us-text-1-block a.gorka-modal-open-btn:hover::after{
	filter: invert(1);
}

div#gorka-popup-about-us .gorka-popup-content{
	padding: 35px 50px;
}
div#gorka-popup-about-us .about-us-popup-content p{
	color: #000000;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 0 0 15px;
}
div#gorka-popup-about-us .about-us-popup-content p:nth-last-of-type(1){
	margin: 0 0 0;
}

/*******************************************/
/****** #3 Main functions info (Home) ******/
/*******************************************/
section#home-main-functions-section{
	padding: 50px 0 120px;
}
section#home-main-functions-section .main-functions-title h3{
	color: #000000;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0;
}
section#home-main-functions-section .main-functions-blocks{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}
section#home-main-functions-section .main-functions-block-item{
	min-height: 265px;
	width: 33.3333333%;
	border: 2px solid #1b0047;
	border-radius: 40px;
	padding: 20px 35px;
	transition: all .5s;
}
section#home-main-functions-section .main-functions-block-item:hover{
	background-color: #1b0047;
}
section#home-main-functions-section .main-functions-block-item-2{
	margin: 0 15px;
}

section#home-main-functions-section .main-functions-block-item h5{
	display: inline-block;
	min-height: 65px;
	color: #000000;
	font-size: 21px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0;
	transition: all .5s;
}
section#home-main-functions-section .main-functions-block-item:hover h5{
	color: #b063ff;
}
section#home-main-functions-section .main-functions-block-item p{
	display: inline-block;
	min-height: 81px;
	color: #000000;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 300;
	margin: 20px 0 5px;
	transition: all .5s;
}
section#home-main-functions-section .main-functions-block-item:hover p{
	color: #fff;
}
section#home-main-functions-section .main-functions-block-item .main-functions-block-item-icon{
	position: relative;
	margin: 0 -15px;
	height: 70px;
	text-align: right;
}
section#home-main-functions-section .main-functions-block-item .main-functions-block-item-icon img{
	position: absolute;
	top: 0;
	right: 0;
	max-height: 100%;
	z-index: 1;
	transition: all .5s;
}
section#home-main-functions-section .main-functions-block-item .main-functions-block-item-icon img:nth-of-type(2){
	opacity: 0;
}
section#home-main-functions-section .main-functions-block-item:hover .main-functions-block-item-icon img:nth-of-type(2){
	opacity: 1;
}

section#home-main-functions-section .main-functions-block-item p { 
	height: 100px;
}

/***********************************************/
/****** #4 Primary repository info (Home) ******/
/***********************************************/
section#home-primary-repository-section{
	padding: 140px 0 140px;
	background-color: #1b0047;
}
section#home-primary-repository-section .primary-repository-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#home-primary-repository-section .primary-repository-row.primary-repository-row-1{
	align-items: stretch;
	margin-bottom: 140px;
}
section#home-primary-repository-section .primary-repository-row > div{
	position: relative;
	width: 40%;
}
section#home-primary-repository-section .primary-repository-image-block .qk-bg-block{
	top: -130px;
	bottom: -130px;
	background-position: 450% 50%;
	background-size: contain;
}
section#home-primary-repository-section .primary-repository-text-1-block::before{
	content: '';
	position: absolute;
	top: -180%;
	bottom: -180%;
	left: -180%;
	right: -180%;
	background-image: url(/wp-content/themes/blank_theme_2.3.3/assets/img/primary-repositroy-bg.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	opacity: 0.4;
	animation: fadeInOut 5.3s infinite linear;
}
@keyframes fadeInOut{
	0%{
		opacity: 0;
		transform: translateY(0px);
		animation-timing-function: 0;
	}
	1%{
		opacity: 0;
		transform: translateY(0px);
		animation-timing-function: 0;
	}
	44%{
		opacity: 0.4;
		transform: translateY(16px);
		animation-timing-function: 0;
	}
	100%{
		opacity: 0;
		transform: translateY(16px);
	}
}
section#home-primary-repository-section .primary-repository-text-block h4{
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0;
	z-index: 5;
}
section#home-primary-repository-section .primary-repository-text-block h5{
	position: relative;
	color: #b063ff;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0;
	z-index: 5;
}
section#home-primary-repository-section .primary-repository-text-block p{
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 15px 0 0;
	z-index: 5;
}

/************************************/
/****** #5 Video banner (Home) ******/
/************************************/
section#home-video-banner-section{
	padding: 100px 0 70px;
}
section#home-video-banner-section .video-banner-wrap video{
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

/***************************************/
/****** #6 Management info (Home) ******/
/***************************************/
section#home-management-info-section{
	padding: 0 0 50px;
}
section#home-management-info-section .management-info-block{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#home-management-info-section .management-info-block{
	align-items: stretch;
}
section#home-management-info-section .management-info-block > div{
	width: 50%;
}
section#home-management-info-section .management-info-block > div:nth-of-type(1){
	padding-right: 5%;
}
section#home-management-info-section .management-info-block > div:nth-of-type(2){
	padding-left: 10%;
}
section#home-management-info-section .management-info-block > div h1,
section#home-management-info-section .management-info-block > div h2,
section#home-management-info-section .management-info-block > div h3,
section#home-management-info-section .management-info-block > div h4,
section#home-management-info-section .management-info-block > div h5,
section#home-management-info-section .management-info-block > div h6{
	color: #000000;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0 15px;
}
section#home-management-info-section .management-info-block > div h1,
section#home-management-info-section .management-info-block > div h2,
section#home-management-info-section .management-info-block > div h3{
	font-size: 28px;
}
section#home-management-info-section .management-info-block > div h4,
section#home-management-info-section .management-info-block > div h5,
section#home-management-info-section .management-info-block > div h6{
	font-size: 20px;
}
section#home-management-info-section .management-info-block > div p{
	color: #000000;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 0 0 15px;
}
section#home-management-info-section .management-info-block > div img{
	width: 100%;
}

/***************************************/
/****** #7 EOID & FID indo (Home) ******/
/***************************************/
section#home-eoid-and-fid-section{
	position: relative;
	padding: 100px 0 100px;
}
section#home-eoid-and-fid-section .container{
	position: relative;
	z-index: 5;
}
section#home-eoid-and-fid-section .eoid-fid-row.eoid-fid-title-row{
	margin-bottom: 20px;
	text-align: center;
}
section#home-eoid-and-fid-section .eoid-fid-row.eoid-fid-title-row h3{
	color: #000000;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
}
section#home-eoid-and-fid-section .eoid-fid-info-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#home-eoid-and-fid-section .eoid-fid-info-row{
	align-items: stretch;
}
section#home-eoid-and-fid-section .eoid-fid-info-row > div{
	width: 50%;
	border-radius: 35px;
	background-color: #1b0047;
	padding: 40px 25px 50px;
}
section#home-eoid-and-fid-section .eoid-fid-block.eoid-fid-text-block.eoid-fid-text-1-block{
	margin-left: 20px;
	margin-right: 10px;
}
section#home-eoid-and-fid-section .eoid-fid-block.eoid-fid-text-block.eoid-fid-text-2-block{
	margin-left: 10px;
	margin-right: 20px;
}
section#home-eoid-and-fid-section .eoid-fid-info-row > div h4,
section#home-eoid-and-fid-section .eoid-fid-info-row > div h5{
	color: #c663ff;
	font-size: 24px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0 0;
}
section#home-eoid-and-fid-section .eoid-fid-info-row > div p{
	color: #ffffff;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 20px 0 0;
}

section#home-eoid-and-fid-section .feedback-block{
	max-width: 45%;
	margin: 200px auto 0;
	text-align: center;
}
section#home-eoid-and-fid-section .feedback-block h3{
	color: #000000;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0 15px;
}
section#home-eoid-and-fid-section .feedback-block p{
	color: #000000;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 0 0 15px;
}
section#home-eoid-and-fid-section .feedback-block a{
	margin: 10px 0 0;
}
div#gorka-popup-contact-form .qk-form-head{
	text-align: center;
}
div#gorka-popup-contact-form .qk-form-head h3{
	color: #000000;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0 15px;
}
div#gorka-popup-contact-form .qk-form-head p{
	color: #000000;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 15px 0 0;
}
div#gorka-popup-contact-form .qk-form-body{
	margin: 20px 0 0;
}
div#gorka-popup-contact-form .qk-form-row{
	margin-bottom: 15px;
}
div#gorka-popup-contact-form .qk-form-buttons-row{
	margin-bottom: 0;
	text-align: center;
}
div#gorka-popup-contact-form .qk-form-response-row{
	display: none;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-color: #fff;
}
div#gorka-popup-contact-form .qk-form-response-row .qk-form-response-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
div#gorka-popup-contact-form .qk-form-response-message{
	display: none;
	text-align: center;
}
div#gorka-popup-contact-form .qk-form-response-message h3{
	color: #000000;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0 15px;
}
div#gorka-popup-contact-form .qk-form-response-message p{
	color: #000000;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	margin: 15px 0 0;
}


.qk-form-policy-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.qk-form-checkbox label {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.qk-form-checkbox input[type="checkbox"] {
	margin: 0;
}

.qk-form-checkbox-label p {
	margin: 0;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}

/************************************/
/****** #8 Step-by-step (Home) ******/
/************************************/
section#home-step-by-step-section{
	padding: 100px 0 100px;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-title-row{
	width: 50%;
	margin: 0 auto 75px;
	text-align: center;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-title-row h3{
	color: #000000;
	font-family: "TildaSans-Regular", sans-serif;
	font-size: 28px;
	line-height: 1.23;
	font-weight: 600;
	margin: 0;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row{
	position: relative;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 170px;
	width: 2px;
	left: calc(50% - 1px);
	background-color: #1b0047;
	z-index: -1;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div:nth-of-type(odd){
	flex-direction: row;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div:nth-of-type(even){
	flex-direction: row-reverse;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div .step-by-step-item-content,
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div .step-by-step-item-empty{
	width: 45%;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div .step-by-step-item-count{
	width: 10%;
	text-align: center;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div .step-by-step-item-content h5{
	color: #000000;
	font-family: "TildaSans-Regular", sans-serif;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
	margin: 0 0 10px;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div .step-by-step-item-content p{
	color: #000000;
	font-family: "TildaSans-Light", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 100;
	margin: 0 0 30px;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div .step-by-step-item-count span{
	display: inline-flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #1b0047;
	background-color: #b063ff;
}
section#home-step-by-step-section .step-by-step-row.step-by-step-list-row > div .step-by-step-item-content p span{
	font-weight: 800;
}

.step-by-step-item-content.revealator-slideright {
	direction: rtl;
	text-align: right;
}

.step-by-step-item-content.revealator-slideleft {
	direction: ltr;
	text-align: left;
}

/**********************************/
/****** #9 Advantages (Home) ******/
/**********************************/
section#home-advantages-section{
	background-color: #f4f4f4;
	padding: 150px 0 150px;
}
section#home-advantages-section .advantages-title-row{
	margin: 0 0 50px;
	text-align: center;
}
section#home-advantages-section .advantages-title-row h3{
	color: #000000;
	font-family: "TildaSans-Regular", sans-serif;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0 0;
}
section#home-advantages-section .advantages-items-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 70px;
}
section#home-advantages-section .advantages-items-row:nth-last-of-type(1){
	margin: 0;
}
section#home-advantages-section .advantages-items-row > div{
	position: relative;
	width: 48%;
	padding-left: 70px;
}
section#home-advantages-section .advantages-items-row > div::before{
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/themes/blank_theme_2.3.3/assets/img/check-icon.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
section#home-advantages-section .advantages-items-row > div h5{
	color: #000000;
	font-family: "TildaSans-Regular", sans-serif;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
	margin: 0 0 15px;
}
section#home-advantages-section .advantages-items-row > div p{
	color: #000000;
	font-family: "TildaSans-Light", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 100;
	margin: 0;
}


/**********************************/
/****** Privacy Policy ******/
/**********************************/
.main-content-wrap .main-content {
	margin-top: 110px;
	padding-bottom: 40px;
}

.main-content-wrap .main-content p a {
	color: #ab5efa;
}

.main-content-wrap .main-content ul {
	list-style-type: disclosure-closed;
}

.main-content-wrap .main-content ol {
	margin: auto;
}