/*
Theme Name: Dertheme
Author: Dmytro Filipov
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;800&display=swap');
html {
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
    overflow-x: hidden;
}
.container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
}
.site-main {
    min-height: 600px;
}
section.page {
    padding: 40px 0;
    min-height: 600px;
}
.Roboto-regular {
    font-weight: 400;
    font-style: normal;
}
.header {
    width: 100%;
    background: #effdf1; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header .logo {
	max-width: 290px;
}
.header .logo img {
	width: 100%;
}
.main-menu {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 0 10px 0;
}
.main-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul li {
    padding: 0 15px;
}
.main-menu ul li a{
    text-decoration: none;
    color: #094b15;
    font-size: 14px;
    font-weight: bold;
}
.mobile {
    display: none;
}
.post_grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0;
}
.category_post_wrapper {
	padding: 15px;
	border-radius: 8px;
	width: 30%;
	border: 1px #ddd solid;
}
.category_post_wrapper a {
	text-decoration: none;
}
.category_post_wrapper a img {

}
.category_post_wrapper a h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2B2B2B;
}
.page-header {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    padding: 0 0 10px 0;
}
    /* about us */

.about-us {
    background-color: #F4F4F4;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
.about-us h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    text-align: center;
    color: #2B2B2B;
    padding: 90px 0 70px;
    margin: 0;
}
.about-us .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 15px 48px;
    margin: 0 25px;
}
.about-us h3 {
    margin-bottom: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.about-us .star {
    font-size: 11px;
    color: #FFA033;
    padding-bottom: 22px;
}

.footer{
    background-color: #094b15;
    color: #FFFFFF;
    position: relative;
}

.footer .top {
    position: relative;
}

.footer .top .text-wrap {
    position: relative;
    padding-top: 78px;
    width: auto;
    padding-left: 280px;
}

.footer .top .text-wrap .title {
    max-width: 70%;
    width: auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 56px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.footer .top .text-wrap .text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 50px;
}

/* footer circle start */

.footer .top .text-wrap::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: calc(10px);
    top: calc(30px);
    background: #FFFFFF;
    opacity: 0.4;
    filter: blur(150px);
}
.footer .bottom {
    padding: 15px 0 30px 0;
}

.footer hr {
    position: relative;
    height: 1px;
    width: 100%;
    border-color: #ffffff;
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 25px;
}

.footer .logo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding: 40px 0;
}
.footer .logoblock {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 70%;
}
.disclaima {
	margin: 40px 0 0 0;
	padding-right: 40px;
}
.footer .logoblock img {
	max-width: 400px;
	filter: brightness(0) invert(1);	
}
.footer .logo .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .logo .text > * {
	padding: 10px 0 10px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.phone {
	background: transparent url('/wp-content/themes/dertheme/images/phone.svg') 0 50%/25px no-repeat;
}
.email {
	background: transparent url('/wp-content/themes/dertheme/images/email.svg') 0 50%/25px no-repeat;
}
.vudav {
	background: transparent url('/wp-content/themes/dertheme/images/vudav.svg') 0 50%/25px no-repeat;
}


.footer .social {
    display: flex;
    grid-gap:40px;
}
.footer .copyright-social {
    display: flex;
    justify-content: space-between;
}
.footer .copyright-social a {
    text-decoration: none;
}
.footer .copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.footer .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 35px 0 0;
    align-items: center;
    justify-content: start;
    grid-gap: 25px;
}
.footer .menu a{
    text-decoration: none;
    color: #ffffff;
}

a.button {
    margin-top: 40px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: max-content;
    background: #C8D200;
    border-radius: 30px;
    height: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.002em;
    color: #FFFFFF;
    transition: all 0.5s;
}
a.button:hover {
     background-color: #2B2B2B;
}
.btn {
    box-sizing: border-box;
    text-decoration: none;
    font-size: 15px;
    color: #2B2B2B;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 13px;
    border: 1px solid #2B2B2B;
    border-radius: 30px;

}
.login .mobile_menu {
    display: none;
}
.login .open_menu.active, .login .close_menu.active {
    display: block;
}
.login .open_menu, .login .close_menu {
    display: none;
}

.wrap_mobile_menu {
    display: block;
    width: 256px;
    height: 100vh;
    position: absolute;
    top: 0px;
    right: -256px;
    background-color: #ffffff;
    padding-top: 126px;
    border-bottom: 1px solid #c8d200;
    border-left: 1px solid #c8d200;
    z-index: 5;
    transition: all 0.3s;
}
.wrap_mobile_menu.active {
    right: 0;
}
.wrap_mobile_menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    padding-left: 40px;
    padding-bottom: 40px;
}
.wrap_mobile_menu .wrap {
     text-align: center;
     padding: 20px 0;
 }
.wrap_mobile_menu .wrap a {
    text-decoration: none;
    padding: 0 4px;
}
.wrap_mobile_menu ul a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
.wrap_mobile_menu a.close_menu {
    display: block;
    position: absolute;
    right: 70px;
    top: 45px;
}
h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    color: #2B2B2B;
    margin: 0;
}

/* slider */
.slick-dots {
    position: relative;
}
.slick-dots li button:before {
    font-size: 15px;
    width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #C8D200;
}
.slick-dotted.slick-slider {
    margin-bottom: 25px;
    padding-bottom: 20px;
}


/* popup */

.modal {
    max-width: 100% !important;
    width: 100% !important;
}
.modal::before {
    content: "";
    position: absolute;
    width: 641px;
    height: 641px;
    background: #C8D200;
    opacity: 0.1;
    filter: blur(150px);
}
.modal img {
    width: 100%;
    overflow: auto;
    display: block;
}
.screen-reader-text {
    clip-path: none;
    position: relative;
}
h1,h2 {
    font-style: normal;
    font-weight: 600;
}
.section4 .wrap::before {
    position: absolute;
    width: 50%;
    height: 50%;
    left: -6vw;
    top: 30vh;
    background: #C8D200;
    opacity: 0.1;
    filter: blur(150px);
}

@media (max-width: 767px) {
	.main-menu {
		width: 100%;
	}

	.main-menu .logo img {
		max-width: 270px;
		margin: 0 15px;
	}
	.menu-main-menu-container { display: none; }
	.wrap_mobile_menu.active .menu-main-menu-container { display: block; }
	.login .mobile_menu { display: block; margin: 0 0 0 15px; }
	.footer .logo {
	    width: 100%;
	    align-items: flex-start;
	    justify-content: flex-start;
	    flex-direction: column;
	    padding: 20px;
	    box-sizing: border-box;
	}
	.footer .logoblock {
	    max-width: 100%;
	}
	.footer .logoblock img {
	    max-width: 90%;
	}
	.disclaima { padding: 0 0 30px 0; }
	.footer .copyright-social {
		    align-items: flex-start;
		    justify-content: flex-start;
		    flex-direction: column;
		    padding: 20px;
		    box-sizing: border-box;
	}
	.footer .copyright { margin: 0 0 20px 0; }
}
