﻿/*   
Theme Name: EVOLT.KZ
Version: 1.0
Author: bawstudio
*/
@font-face {
  font-weight: 500; /* Соответствует значению normal */
  font-family: DrukCyr;
  src: url("/wp-content/themes/evolt/fonts/druktextwidecyr-medium.ttf");
}
body {
	 font-family: "Montserrat", serif;
	 font-weight: 400;
	 color: #595968;
}
header.desktop {
	padding: 15px 0;
}
.uk-container-large {
    max-width: 1420px;
}
.text-dark {
	font-family: DrukCyr;
	line-height: normal;
}
.text-balck {
	color: #19191D;
}
.bg-black {
	background-color: #19191D;
}
.text-green {
	color: #27CE2D;
}
.text-white {
	color: #FFFFFF;
}
.bg-green {
	background-color: #27CE2D;
}
.font-47 {
	font-size: 47px;
	padding-bottom: 10px;
}
.font-32 {
	font-size: 32px;
	padding-bottom: 10px;
}
.font-24 {
	font-size: 24px;
	line-height: 140%;
	padding-bottom: 10px;
}
.font-20 {
	font-size: 20px;
	padding-bottom: 10px;
}
.font-18 {
	font-size: 18px;
	padding-bottom: 10px;
}
.font-14 {
	font-size: 14px;
	padding-bottom: 10px;
}
.btn-bg {
    background-color: #27CE2D;
    color: #19191D;
    padding: 10px 30px;
    display: inline-block;
    font-family: DrukCyr;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px 0px 20px 0px;
}
.btn-bg:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.btn-nobg {
	border: 2px solid #27CE2D;
    color: #19191D;
    padding: 10px 30px;
    display: inline-block;
    font-family: DrukCyr;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px 0px 20px 0px;
}
.btn-nobg:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #27CE2D;
}
.btn-block {
    margin-top: 15px;
    gap: 10px;
    display: flex;
}
.uk-navbar-nav>li>a {
    color: #ffffff !important;
    text-transform: inherit !important;
    font-size: 18px !important;
}
.cards {
	padding: 60px;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
}
.right-top {
    position: absolute;
    top: 0;
    right: 0;
}
.right-bottom {
	position: absolute;
    bottom: 0;
    right: 10px;
}
.top-30 {
	margin-top: 30px;
}
.top-10 {
	margin-top: 10px;
}
.bottom-30 {
	margin-bottom: 30px;
}
.uk-border-rounded {
    border-radius: 20px !important;
}
.cifra {
	color: #27CE2D;
	font-size: 48px;
	font-family: DrukCyr;
}
.bg-1 {
	background: url('/wp-content/themes/evolt/images/home.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-2 {
	background: url('/wp-content/themes/evolt/images/busines.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-3 {
	background: url('/wp-content/themes/evolt/images/prom.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.my-card {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myblock {
	width: 300px;
    color: #FFFFFF;
}
.uk-heading-bullet::before {
	border-left: calc(5px + .1em) solid #27CE2D !important;
}
.my-card a:hover {
	text-decoration: none;
}
.footer-bg {
    background: url(/wp-content/themes/evolt/images/bg-footer.jpg);
    height: 25vw;
    background-size: 100%;
    background-repeat: no-repeat;
}
.block-footer {
	margin: auto;
    max-width: 700px;
    width: 100%;
    text-align: center;
}
.title-form {
	background-color: #FFFFFF;
    border-radius: 0 0 20px 20px;
    padding: 15px;
}
.form-body {
    background-color: #FFFFFF;
    max-width: 500px;
    width: 100%;
    margin: auto;
    border-radius: 0 0 20px 20px;
}
.bottom-footer {
	background-color: #19191D;
	padding: 10px 0;
}
.gap-10 {
	gap: 10px;
}
.gap-20 {
	gap: 20px;
}
.bg-doma {
	background: url(/wp-content/themes/evolt/images/for-home/bg-doma.png);
    background-size: contain;
    box-shadow: none !important;
    background-repeat: no-repeat;
}
.bg-connteg {
	background: url(/wp-content/themes/evolt/images/for-home/bg-connteg.png);
    background-size: contain;
    box-shadow: none !important;
    background-repeat: no-repeat;
}
.wpcf7-form p {
	margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
}
.wpcf7-form-control-wrap input {
	border: 1px solid;
    border-radius: 20px;
    padding: 15px 15px;
}
.wpcf7-spinner {
	position: absolute;
}
.wpcf7-submit {
    border: 1px solid;
    position: absolute;
    top: 3px;
    right: 83px;
    height: 87%;
    border-radius: 20px;
    background: #27ce2d;
    text-transform: uppercase;
    font-family: DrukCyr;
    font-size: 10px;
    padding: 0 14px;
    cursor: pointer;
}
.wpcf7-form-control-wrap input:focus-visible {
    outline: none;
}
.wpcf7-not-valid-tip {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
.uk-card-grey {
	background-color: #F7F7F7 !important;
}
@media(max-width:768px) {
	.font-47 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.font-32 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.font-24 {
		font-size: 18px;
		line-height: 140%;
		padding-bottom: 10px;
	}
	.cifra {
		font-size: 24px;
	}
}