/*
Theme Name: ukrinmarket
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1653126914
Updated: 2022-05-21 12:55:14

*/

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/wp-content/themes/hello-elementor-child/fonts/font/BasisGrotesquePro-Regular.eot');
    src: local('/wp-content/themes/hello-elementor-child/fonts/font/Basis Grotesque Pro Regular'), local('BasisGrotesquePro-Regular'),
        url('/wp-content/themes/hello-elementor-child/fonts/font/BasisGrotesquePro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-elementor-child/fonts/font/BasisGrotesquePro-Regular.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/font/BasisGrotesquePro-Regular.woff') format('woff'),
        url('/wp-content/themes/hello-elementor-child/fonts/font/BasisGrotesquePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.page-header, 
.site-header .header-inner .site-branding .site-description{
	display: none;
}
body {
/* 	background: rgb(46, 46, 42); */
	background: #1b2f4b;
	 color: #fff;
	
	
}
.site-navigation ul.menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all .2s;
    font-weight: 600;
font-family: 'Basis Grotesque Pro' !important;  
	font-size: 16px;
	padding: 8px 0px;
	margin: 0px 15px;
	border-bottom: 2px solid transparent;
	letter-spacing: .02em;
}
.site-navigation ul.menu li a:hover {
	 color: #fff;
	border-bottom: 2px solid #fff;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}
.site-header {
    border-bottom: #056bff solid 2px;
    background: #0e0c3d;
padding: 2px 0 0 0;
}
#site-footer {
    border-top: #056bff solid 2px;
    background: #0e0c3d;
    padding: 10px 0 8px 0;
}
#section1 {
	height: calc(100vh - 75px);
}
#h1 {
	margin-top: calc(100vh - 85vh); 
    color: #000;
	
}
.sectMobSlideWrap   h6 {
    font-size: 18px;
}
#kjdfhg .n2-ss-item-image-content	 {
    text-align: left;
}
#kjdfhg *, h2, .sectMobSlideWrap  *, h1, .zxcvb * {
	font-family: 'Basis Grotesque Pro' !important;
}
.zxcvb  h2 {	
    text-transform: uppercase !important;
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100%;
}
.custom-logo-link img  {
    width: 70px;
}
  .wpcf7-form label {
	width: 100%;
}
.textarea77 {
	height: 52px;
	overflow: hidden;
	margin-bottom: 5px;
}
 .wpcf7-form > p {
	margin-bottom: 5px;
}
 .wpcf7-submit[type="submit"] {
		color: #fff;
	background-color: transparent;
	border: 1px solid #fff;	
	 width: 200px;
}
 .wpcf7-submit[type="submit"]:hover {
		color: #fff;
	background-color: #0e0c3d;
	border: 1px solid #fff;	
}
textarea,  .wpcf7-form  input {
   padding: 6px 8px;
	line-height: 1.2;
 }
textarea::placeholder,  .wpcf7-form  input::placeholder {
  line-height: 1.2;
}
.wpcf7-form input {
	margin-bottom: -1px;
}

#cookiWrap {
    position: fixed;
    right: 0;
    bottom: 0px;
    background-color: #000 !important;
    border: 1px solid #656464 !important;
    border-radius: 5px !important;
    color: #fff;
    z-index: 10000;
    max-width: 350px;
    width: 100%;
    padding: 10px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

#cookiedesc {
    display: block;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 14px;
}

.cookielink {
    display: inline;
    text-decoration: underline;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.cookielink:hover {
    color: #F7CC09 !important;
}

.cookiBtn {
    color: rgb(0, 0, 0);
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    display: block;
    padding: 2px;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin: auto;
    width: 150px;
}

#cookiWrap.cokiesshow {
    opacity: 1;
    visibility: visible;
}
.sectMobSlideWrap, .sectMobTitle  {
  display: none;
}

.buttonToTop {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 1px solid #fff;
	cursor: pointer;
	background: #0e0c3d;
}
.buttonToTop:hover {
	background: transparent;
}

.arrow {
	width: 15px;
	height: 15px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-right: 20px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	left: 7px;
}
.arrow-top {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.butToTopHide {
	opacity: 0;
	visibility: hidden;
}
.privacy-policy .page-content {
	padding: 50px 0;
}
.me {
	font-size: 16px;
	color: #fff;
}
.myLink {
	text-align: right;
	width: 30%;
	display: block;
}
.yellM {
	color: #F7CC09;
	margin-right: -2px;
}
.blueK {
	color: #2275f7;
}
.allRights {
	width: 33%;
}
.year, .allRights span {
	display: block;
	text-align: center;
	font-size: 14px;
}

.site-footer:not(.footer-stacked) .footer-inner .site-branding, .footer-inner .allRights, .myLink {
    width: 30%;
	   max-width: 30%;
}
.site-footer .footer-inner {
    align-items: center;
}
.as45ghj {
    font-size: 27px!important;
    padding-bottom: 5px;
}
.wpcf7-form .xvvxxvvxxbn {
  font-size: 20px !important;
  line-height: 1.1 !important;
  display: block;
	padding-top: 15px;
}
.tel-2167 {
  margin-top: 20px;
  display: block;
}
#wpcf7-f454-p311-o1 .wpcf7-submit, 
#wpcf7-f455-p6-o1 .wpcf7-submit{
	padding: 10px !important;
	margin-top: 20px;
}
 .acceptance-437 .wpcf7-list-item {
	display: inline-block;
	margin: 0 5px 0 0;
}
#sdwe324 {
		padding: .5rem 1rem!important;
}
#kjf985 {
	margin-right: 10px;
}

.site-navigation-dropdown ul.menu li a {
	display: block;
	padding: 5px 20px;
	background: #0e0c3d;
	color: #fff;
	-webkit-box-shadow: inset 0 -1px 0 #0000001a;
	box-shadow: none;
	font-size: 20px;
}
.site-navigation-dropdown ul.menu {
		text-align: center;
	padding: 20px 0;
	background: #0e0c3d;
}
.site-navigation-toggle-holder .site-navigation-toggle {
	color: #fff;
}
.site-navigation-dropdown ul.menu li a:hover {
	text-decoration: none;
}
.site-navigation-dropdown ul.menu li a:focus-visible {
    outline: none;
}
 #wpcf7-f392-p6-o2  .wpcf7-form-control-wrap, 
#wpcf7-f393-p311-o2  .wpcf7-form-control-wrap  {
    margin-bottom: 5px;
    display: block;
}
#cookiWrap {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #000 !important;
    border: 1px solid #656464 !important;
    border-radius: 5px !important;
    color: #fff;
    z-index: 10000;
    max-width: 350px;
    width: 100%;
    padding: 10px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

#cookiedesc {
    display: block;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 14px;
}

.cookielink {
    display: inline;
    text-decoration: underline;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.cookielink:hover {
    color: #F7CC09 !important;
}

.cookiBtn {
    color: rgb(0, 0, 0);
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    display: block;
    padding: 2px;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin: auto;
    width: 150px;
}

#cookiWrap.cokiesshow {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 1000px) {
.zxcvb {
  display: none;
}
	.sectMobSlideWrap, .sectMobTitle   {
  display: block;
}
	#sdwe324 {
    padding: 12px !important;
    width: 70%;
    margin: auto;
    display: block;
}
	textarea, .wpcf7-form input {
        width: 70%;
    margin: auto;
    display: block;
}
	.acceptance-437  {
    margin: auto;
    display: block;
    text-align: center;
}
	.wpcf7-submit[type="submit"] {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    width: 200px;
    margin: auto;
    display: block;
    padding: 10px;
		margin-top: 20px;
}
input[name="text-907"], input[name="text-908"]	{
    height: 40px;
}
#kjf985 {
    width: auto;
	    margin: inherit;
	margin-right: 5px;
}	
.dkf49586	label {
    width: 100%;
    display: flex;
    align-items: baseline;
}
.site-footer .footer-inner {
    max-width: 80%;
}
	
}

@media (max-width: 830px) {
	
	.site-footer:not(.footer-stacked) .footer-inner .site-branding, .footer-inner .allRights {
    width: 50%;
    max-width: 50%;
}
.myLink {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
}
}


@media (max-width: 767px) {
	textarea, .wpcf7-form input {
    width: 90%;
   }
	
	
}

@media (max-width: 600px) {
	.textarea77 {
    height: 73px;
 }
		textarea, .wpcf7-form input, #sdwe324 {
    width: 100%;
   }	
	.acceptance-437 {
       text-align: left;
}
	.site-footer:not(.footer-stacked) .footer-inner .site-branding, .footer-inner .allRights {
    width: 100%;
    max-width: 100%;
		text-align: center;
}
	.site-footer .footer-inner {
    align-items: center;
    flex-direction: column;
}
} 

@media (max-width: 360px) {
	.textarea77 {
    height: 90px;
 }
		
} 

.privacy-policy h1 {
	color: #fff !important;
	}

.privacy-policy  #menu-item-13,
.privacy-policy  #menu-item-14,
.privacy-policy  #menu-item-15,
.privacy-policy  #menu-item-16,
.privacy-policy  #menu-item-17,
 .privacy-policy  #menu-item-329,
.privacy-policy  #menu-item-330,
.privacy-policy  #menu-item-331,
.privacy-policy  #menu-item-332,
.privacy-policy  #menu-item-333, #menu-item-481, #menu-item-480 {
	display: none;
}
.privacy-policy #menu-item-481, .privacy-policy #menu-item-480 {
	display: block;
}