/*!
Theme Name: web
Theme URI: #
Author: #
Author URI: #
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: web
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

site is based on Underscores #, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal #
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: var(--primary-one);
    list-style: none;
    outline: none;
}

p {
	font-size: 18px;
    line-height: 1.5;
    letter-spacing: .2px;
}
button {
    border: none;
}
.container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.content-text ul, .content-text ol {
  list-style: none; /* Remove default bullets */
  padding-bottom: 20px;
  margin-left: 20px;
}
.content-text ol li {
    margin: 10px 0;
    list-style: decimal;
}
.content-text li {
  font-size: 18px;
}

.content-text ul li::before {
  content: "\27A7";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--primary-two); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  padding-top: 15px;
}
@media (max-width: 1249px) {
    .container {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
}
#article .container {
    max-width: 850px;
}
.btn {
    background-color: var(--primary-two);
    padding: 13px 18px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    transition-duration: 0.4s;
}
.btn:hover {
    background-color: #d78b73;
}
.btn-yellow {
    background-color: var(--primary-three);
    padding: 16px 56px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    transition-duration: 0.4s;
}
.btn-yellow:hover {
    background-color: rgba(255, 220, 0, 0.64);
}
.btn-yellow.disabled {
    background-color: silver;
    pointer-events: none;
    color: #fff;
}
.btn-yellow span {
    transition-duration: .4s;
}
.btn-yellow.disabled span {
    color: #fff;
}
.check {
    display: flex;
}
.check__input {
    width: 24px;
    position: relative;
    border: 2px solid #fff;
    display: flex;
    height: 24px;
}
.check__input svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}
.check__input span {
    pointer-events: none;
    display: none;
    position: absolute;
    z-index: 1;
}
.check__input input {
    width: 24px;
    opacity: 0;
    margin-left: -2px;
    margin-top: -2px;
    height: 24px;
}
.check__input input:checked ~ svg {
    opacity: 1;
}
.check__input input:checked ~ span {
    display: block;
    left: 0;
    background-color: var(--primary-one);
    opacity: 0.4;
    top: 0;
    width: 100%;
    height: 100%;
}
.check-text {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    color: #fff;
}
.title {
    font-size: 46px;
    font-weight: 500;
    position: relative;
    margin-bottom: 54px;
	text-align: center;
	color: var(--primary-two);
}
@media (max-width: 759px) {
    .title {
        font-size: 34px;
        margin-bottom: 54px;
    }
}
.geo {
	margin-bottom: 64px;
}
.content-grid {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(6,1fr);
}
@media (max-width: 759px) {
    .content-grid {
		grid-template-columns: repeat(3,1fr);
    }
}
.content-grid a {
    font-size: 16px;
    color: var(--primary-two);
    text-decoration: underline;
	line-height: 2;
}
@media (max-width: 759px) {
    .title:after {
        bottom: -34px;
    }
}
.title span {
    color: var(--primary-two);
}
.label {
    margin-bottom: 10px;
}
.label span {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.label input,
.label textarea {
    padding: 10px 15px;
    resize: none;
    border: 1px solid silver;
    width: 100%;
}
.label textarea {
    height: 150px;
}
#menu-menu > li {
    padding: 21px 0;
}
#menu-menu > li > .sub-menu {
    max-width: 1200px;
    grid-gap: 40px;
    width: 100vw;
    display: grid;
    position: fixed;
    left: calc((100vw - 1200px)/2);
    transform: translateY(0);
    bottom: auto;
    padding: 20px 50px;
    top: 143px;
    margin-bottom: -10px;
}
#menu-menu > li > .sub-menu > li {
    margin-bottom: 10px;
}
@media (max-width: 1249px) {
    #menu-menu > li >.sub-menu {
        left: calc(50% - 7.5px);
        transform: translateX(-50%);
        width: calc(100% - 40px);
    }
}
#menu-menu > li > .sub-menu > li > a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
#menu-menu > li > .sub-menu > li > ul > li > a {
	font-size: 15px;
    font-weight: 400;
}
#menu-menu > li > .sub-menu > li > a:after {
    display: none;
}
#menu-menu > .menu-item-has-children:after {
    content: '';
    position: fixed;
    left: 0;
    top: 143px;
    width: 100vw;
    height: calc(100vh - 123px);
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    transition-duration: .2s;
}
#menu-menu > li:hover:after {
    opacity: .5;
    visibility: visible;
}
#menu-menu > li > .sub-menu > li > .sub-menu {
    position: static;
    transform: translateY(0);
    padding: 0;
    box-shadow: none;
}
#menu-menu > li > .sub-menu > li {
    margin-bottom: 0;
}
body.scroll {
    padding-right: 15px;
}
@media (max-width: 999px) {
    body.scroll {
    padding-right: 0;
}
}
#menu-menu > li > .sub-menu > li:not(:last-child) {
    position: relative;
}
#menu-menu > li > .sub-menu > li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    right: -20px;
    background-color: silver;
}
@media (max-width: 999px) {
    #menu-menu {
        display: none;
    }
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#menu-menu > li:not(:last-child) {
    margin-right: 40px;
}
#menu-menu > li > a {
    padding: 10px 0;
    display: block;
}
#menu-menu > .menu-item-has-children a {
    padding-right: 20px;
}


#custom-menu {
    padding-top: 10px;
}

#custom-menu > ul > li > p > a {
    font-size: 20px;
}
#custom-menu > ul > li > p {
    font-size: 20px!important;
}
#custom-menu > ul > li > ul > li > a {
    font-size: 18px;
	text-decoration: underline;
}
#custom-menu > ul > li > ul > li > ul > li > a {
    font-size: 16px;
}
#custom-menu p > a {
    position: relative;
    width: 100%;
    display: block;
}
#custom-menu p > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateX(180deg);
    width: 12px;
    height: 12px;
    background: url("/wp-content/themes/web/assets/img/arrow.svg") no-repeat center center;
    background-size: contain;
}
#custom-menu p > a.active:after {
    transform: translateY(-50%) rotateX(0);
}
#custom-menu > ul li {
    display: flex;
    flex-direction: column;
}
#custom-menu > ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
#custom-menu > ul > li > ul {
	display: none;
}
#custom-menu > ul > li > ul.active {
    display: block;
}
#custom-menu > ul li:not(:last-child) {
    margin-bottom: 10px;
}
#custom-menu a {
	color: #000!important;
}
#custom-menu > ul > li li a:after {
	display: none;
}
.simple-menu:after {
    display: none;
}
.simple-menu {
    position: relative;
}
.simple-menu > ul {
    display: flex!important;
    flex-direction: column;
    padding: 15px!important;
    left: 0!important;
    grid-gap: 20px!important;
    position: absolute!important;
    bottom: 0!important;
    top: auto!important;
    width: 180px!important;
    transform: translateY(100%) !important;
    margin-bottom: 0!important;
}
#menu-menu > li > .sub-menu > li > .sub-menu > li > ul {
	position: static;
    padding: 0;
    transform: none;
    box-shadow: none;
}
#menu-menu > li > .sub-menu > li > .sub-menu > li > a:after {
	display: none;
}
#menu-menu > li > .sub-menu > li > .sub-menu > li > ul > li > a {
	font-size: 15px;
    font-weight: 400;
}
#menu-menu > li > ul a {
	padding: 10px 0;
}
#menu-menu .sub-menu li:not(:last-child) {
	margin-bottom: 0;
}
.simple-menu > ul > li > a {
	padding: 0!important;
}
#custom-menu p a:after {
    display: none;
}
#custom-menu p .a-has-children:after {
    display: block;
}
.header {
    border-bottom: 2px solid #e2e2e2;
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 20;
}
.header.active {
    position: sticky;
}
.header__logo {
    width: 180px;
    height: 41px;
    margin-right: auto;
}
.header__top {
    padding: 8px 0;
    background-color: var(--primary-two);
}
@media (max-width: 999px) {
    .header__top {
        display: none;
    }
}
.header__top .container {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.header__top-menu {
    display: flex;
}
.header__top-menu a {
    color: #fff;
    transition-duration: 0.4s;
	font-size: 13px;
}
.header__top-menu a:hover {
    color: var(--primary-three);
}
.header__top-menu li:not(:last-child) {
    margin-right: 30px;
}
.header__top-num {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    transition-duration: 0.4s;
    margin-left: auto;
}
.header__top-num svg {
    margin-right: 10px;
}
.header__top-num svg path {
    fill: #fff;
    transition-duration: .4s;
}
.header__top-num:hover {
    color: var(--primary-three);
}
.header__top-num:hover svg path {
    fill: var(--primary-three);
}
.header__bot {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 759px) {
    .header__bot {
        flex-direction: row-reverse;
        margin: 0;
        width: 100%;
    }
}
.header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.header .btn {
    margin-left: 20px;
	background-color: #ec7b2e;
}
@media (max-width: 999px) {
    .header .btn {
        display: none;
    }
}
.header__menu {
    position: relative;
}
.header__menu.active .header__burger svg:first-child {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
.header__menu.active .header__burger svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header__absolute {
    opacity: 0;
    visibility: hidden;
    display: none;
    flex-direction: column;
    transform: translateX(-50px);
    padding: 113px 62px 60px 50px;
    position: fixed;
    transition-duration: 0.4s;
    top: 81px;
    left: 0;
    width: 100vw;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    height: calc(100vh - 81px);
    overflow: auto;
}
@media (max-width: 999px) {
    .header__absolute {
        display: flex;
        right: 0;
        transform: translateY(50px);
        left: auto;
        top: -19px;
    }
}
@media (max-width: 999px) {
    .header__absolute {
        right: 0;
        top: 81px;
        box-shadow: none;
        left: auto;
        width: 100vw;
        padding: 0 29px 36px 25px;
        flex-direction: column;
    }
}
.header__absolute-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid silver;
}
.header__absolute-links a,
.header__absolute-links p {
    font-size: 20px !important;
    line-height: 130% !important;
    font-weight: 300 !important;
}
.header__absolute-links p:not(:last-child) {
    margin-bottom: 15px;
}
.header__absolute-menu {
    display: flex;
    flex-direction: column;
}
.header__absolute-menu > a p {
    flex-grow: 1;
}
.header__absolute a {
    font-size: 20px;
    line-height: 56px;
    font-weight: 400;
    white-space: nowrap;
    transition-duration: 0.4s;
}
@media (max-width: 999px) {
    .header__absolute a {
        line-height: 30px;
        font-size: 20px;
    }
}
.header__absolute a:hover {
    color: var(--primary-two);
}
.header__absolute-menu .menu-item-has-children {
    display: block;
}
.header__absolute-menu .menu-item-has-children:not(:last-child) {
    margin-right: 0;
}
.header__absolute-menu .menu-item-has-children:hover {
    z-index: 2;
}
.header__absolute .btn {
    display: none;
}
@media (max-width: 999px) {
    .header__absolute .btn {
        display: block !important;
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
    }
}
.header__absolute.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.header__burger {
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: none;
    width: 24px;
    height: 24px;
}
@media (max-width: 999px) {
    .header__burger {
        display: flex;
    }
}
.header__burger svg {
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}
.header__burger svg:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
.header__burger svg:first-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.fast {
    margin-top: 80px;
    margin-bottom: 62px;
}
@media (max-width: 759px) {
    .fast {
        margin-top: 91px;
        margin-bottom: 40px;
    }
}
.fast-title {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
	color: var(--primary-two);
}
@media (max-width: 759px) {
    .fast-title {
        font-size: 34px;
        margin-bottom: 27px;
        width: 100%;
    }
}
.how {
    background-color: #f7f7f7;
    padding-top: 40px;
}
@media (max-width: 759px) {
    .how {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.how__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 999px) {
    .how__items {
        grid-gap: 20px;
    }
}
@media (max-width: 759px) {
    .how__items {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}
.how__item {
    padding: 40px 40px 52px 40px;
}
@media (max-width: 1249px) {
    .how__item {
        padding: 40px 10px;
    }
}
@media (max-width: 999px) {
    .how__item {
        padding: 20px 0;
    }
}
@media (max-width: 759px) {
    .how__item {
        padding: 0;
    }
}
.how__item-step {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-two);
    margin-bottom: 30px;
}
.how__item-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 30px;
    font-weight: 500;
	color: var(--primary-two);
}
@media (max-width: 999px) {
    .how__item-title {
        font-size: 24px;
        line-height: 90%;
    }
}
@media (max-width: 759px) {
    .how__item-title {
        font-size: 34px;
    }
}
.products {
    margin-bottom: 50px;
}
.products__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
@media (max-width: 999px) {
    .products__items {
        grid-gap: 15px;
    }
}
@media (max-width: 759px) {
    .products__items {
        margin: 0 -20px;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}
.products__item {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    padding: 40px 40px 40px 40px;
}
@media (max-width: 999px) {
    .products__item {
        padding: 20px;
    }
}
@media (max-width: 759px) {
    .products__item {
        padding: 40px;
    }
}
.products__item-title {
    color: var(--primary-two);
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 10px;
}
.products__item-title a{
	color: var(--primary-two);
	text-decoration: underline;
}
.online {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 759px) {
    .online {
        padding: 40px 0 40px 0;
    }
}
@media (max-width: 759px) {
    .online .title {
        margin-bottom: 58px;
    }
}
@media (max-width: 759px) {
    .online .title:after {
        bottom: -27px;
    }
}
.why {
    background-color: #f7f7f7;
    padding: 40px 0;
}
@media (max-width: 759px) {
    .why {
        padding: 40px 0 40px 0;
    }
}
@media (max-width: 759px) {
    .why .title {
        font-size: 33px;
        margin-bottom: 60px;
    }
}
@media (max-width: 759px) {
    .why .title:after {
        bottom: -29px;
    }
}
@media (max-width: 759px) {
    .why .title br {
        display: none;
    }
}
.why__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
@media (max-width: 759px) {
    .why__items {
        grid-template-columns: 1fr;
        margin-left: -20px;
        margin-right: -20px;
    }
}
.why__item {
    background-color: #fff;
    padding: 40px;
}
@media (max-width: 999px) {
    .why__item {
        padding: 20px;
    }
}
@media (max-width: 759px) {
    .why__item {
        background-color: transparent;
        padding: 0 20px;
    }
}
@media (max-width: 759px) {
    .why__item:not(:last-child) {
        margin-bottom: 78px;
    }
}
.why__item-img {
    display: flex;
}
.why__item-img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 759px) {
    .why__item-img img {
        height: 180px;
    }
}
.why__item-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 30px;
    font-weight: 500;
	color: var(--primary-two);
}
@media (max-width: 759px) {
    .why__item-title {
        margin-top: 20px;
        margin-bottom: 26px;
    }
}

.about {
    margin-bottom: 40px;
}
@media (max-width: 759px) {
    .about {
        margin-bottom: 40px;
    }
}
@media (max-width: 759px) {
    .about .title {
        margin-bottom: 40px;
    }
}
.about .title:after {
    bottom: -26px;
}
.about .container {
    padding: 82px 0 58px 0;
    border-bottom: 2px solid #dcdcdc;
}
@media (max-width: 759px) {
    .about .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.faq {
    margin-bottom: 64px;
}
@media (max-width: 759px) {
    .faq {
        margin-bottom: 75px;
    }
}
@media (max-width: 759px) {
    .faq .title {
        margin-bottom: 61px;
    }
}
@media (max-width: 759px) {
    .faq .title:after {
        bottom: -30px;
    }
}
.faq__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
@media (max-width: 759px) {
    .faq__items {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.faq__item {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
@media (max-width: 759px) {
    .faq__item {
        padding: 27px 30px;
    }
}
.faq__item-top {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.faq__item-top:hover .faq__item-title {
    color: var(--primary-two);
}
.faq__item-title {
    font-size: 20px;
    transition-duration: 0.4s;
    line-height: 30px;
    font-weight: 500;
	color: var(--primary-two);
}
.faq__item-bot {
    margin-top: 18px;
    display: none;
}
.faq__item-border {
    margin-left: 28px;
    margin-right: 30px;
    flex-grow: 1;
    height: 2px;
    background-color: #dcdcdc;
}
.faq__item.active .faq__item-btn path:last-child {
    display: none;
}
.faq__item.active .faq__item-bot {
    display: block;
}

.app {
    background-color: #004318;
}
@media (max-width: 759px) {
    .app {
        overflow: hidden;
    }
}
.app .container {
    align-items: center;
    position: relative;
    padding: 40px 0;
}
@media (max-width: 759px) {
    .app .container {
        padding: 30px 0;
    }
}
.app-title {
    max-width: 100%;
    font-size: 28px;
    text-align: center;
}
@media (max-width: 759px) {
    .app-title {
        font-size: 28px;
    }
}
.app-sub {
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
}
.app-title, .app-title p {
    font-weight: 500;
    color: #fff;
    line-height: 130%;
}
.app-br-mob {
    display: none;
}
@media (max-width: 759px) {
    .app-br-mob {
        display: block;
    }
}
.app .btn-yellow {
    margin: 15px 0 0 0;
}
@media (max-width: 759px) {
    .app .btn-yellow {
        margin: 15px 0 0 0;
    }
}
.app-p, .app-p p {
    text-align: center;
    max-width: 500px;
    width: 100%;
    font-size: 16px!important;
    line-height: 130%;
    font-weight: 400!important;
    color: #fff;
}
.footer {
    padding-top: 30px;
}
.footer__cols {
    display: flex;
    padding-bottom: 32px;
}
@media (max-width: 1249px) {
    .footer__cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 759px) {
    .footer__cols {
        grid-gap: 20px;
        grid-template-columns: 1fr;
        padding-bottom: 47px;
    }
}
.footer__col {
    display: flex;
    flex-direction: column;
}
.footer__col h5 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}
.footer__col:first-child {
    margin-right: 15%;
}
@media (max-width: 1249px) {
    .footer__col:first-child {
        margin-right: 0;
    }
}
.footer__col:last-child {
    margin-left: 5%;
}
@media (max-width: 1249px) {
    .footer__col:last-child {
        margin-left: 0;
    }
}
.footer__col:nth-child(2) {
    margin-right: 58px;
    margin-left: -6.5px;
}
@media (max-width: 1249px) {
    .footer__col:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }
}
.footer__logo {
    display: flex;
    margin-bottom: 30px;
}
.footer__logo img {
    width: 240px;
    height: 61px;
}
.footer-p {
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 28px;
}
.footer__cop {
    background-color: #f0f0f0;
    padding: 30px 0;
    font-size: 14px;
}
@media (max-width: 759px) {
    .footer__cop {
        padding: 30px 0 46px 0;
    }
}
.footer__socials {
    display: flex;
}
.footer__socials a {
    transition-duration: 0.4s;
}
.footer__socials a:not(:last-child) {
    margin-right: 30px;
}
.footer__socials a:hover {
    opacity: 0.5;
}
.footer__links {
    display: flex;
    flex-direction: column;
}
.footer__links a,
.footer__links p {
    font-size: 16px;
    line-height: 36px;
}
.footer__links a:hover {
    text-decoration: underline;
}
.footer-main-link {
    color: var(--primary-two);
	font-weight: 500;
}

.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.pop-bg {
    background: #333333;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pop__wrapper {
    overflow: auto;
}
.pop__wrapper::-webkit-scrollbar {
    display: none;
}
.pop__cont {
    width: 100%;
    background-color: #ffffff;
    max-width: 1090px;
    max-height: calc(100vh - 100px);
    padding: 40px 140px 60px 140px;
    display: flex;
    position: relative;
    flex-direction: column;
    transform: translateY(50px);
    transition-duration: 0.4s;
}
@media (max-width: 1399px) {
    .pop__cont {
        max-width: 90%;
    }
}
@media (max-width: 999px) {
    .pop__cont {
        max-width: 100%;
        padding: 50px 35px;
    }
}
@media (max-width: 759px) {
    .pop__cont {
        height: 100%;
        width: 100%;
        max-height: 100%;
        padding: 20px 16px 30px 16px;
    }
}
.pop__cont::-webkit-scrollbar {
    display: none;
}
.pop-close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
}
@media (max-width: 999px) {
    .pop-close {
        right: 0;
        top: 0;
    }
}
.pop-title {
    margin-bottom: 40px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
}
@media (max-width: 759px) {
    .pop-title {
        margin-bottom: 26px;
    }
}
.pop__items {
    display: flex;
    flex-direction: column;
}
@media (max-width: 999px) {
    .pop__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 759px) {
    .pop__items {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
.pop__item {
    display: flex;
    flex-direction: column;
}
.pop__item:not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 999px) {
    .pop__item:not(:last-child) {
        margin-bottom: 0;
    }
}
.pop__item-title {
    margin-bottom: 30px;
}
@media (max-width: 999px) {
    .pop__item-title {
        margin-bottom: 15px;
    }
}
.pop__item-ul {
    display: flex;
    flex-direction: column;
}
.pop__item-li {
    display: flex;
}
@media (max-width: 999px) {
    .pop__item-li {
        flex-direction: column;
    }
}
.pop__item-li:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 1549px) {
    .pop__item-li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.pop__item-li span:first-child {
    color: #737373;
    width: 250px;
    min-width: 250px;
    margin-right: 30px;
}
@media (max-width: 999px) {
    .pop__item-li span:first-child {
        margin-bottom: 4px;
        margin-right: 0;
        width: auto;
        max-width: none;
    }
}
.pop__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
@media (max-width: 999px) {
    .pop__images {
        grid-gap: 40px 20px;
    }
}
@media (max-width: 759px) {
    .pop__images {
        grid-gap: 26px;
        grid-template-columns: 1fr;
    }
}
.pop__img {
    display: flex;
    height: 555px;
}
@media (max-width: 999px) {
    .pop__img {
        height: 482px;
    }
}
@media (max-width: 759px) {
    .pop__img {
        height: 488px;
    }
}
.pop__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.pop-2 .pop-title {
    margin-bottom: 30px;
}
@media (max-width: 999px) {
    .pop-2 .pop-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 759px) {
    .pop-2 .pop-title {
        margin-bottom: 26px;
    }
}
.pop-sub {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
}
@media (max-width: 1549px) {
    .pop-sub {
        font-size: 26px;
    }
}
@media (max-width: 999px) {
    .pop-sub {
        font-size: 24px;
    }
}
.pop-p {
    margin: 20px 0 50px 0;
    text-align: center;
}
@media (max-width: 999px) {
    .pop-p {
        margin: 10px 0 30px 0;
    }
}
.pop-3 .pop__cont {
    min-height: 600px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1549px) {
    .pop-3 .pop__cont {
        min-height: 472px;
    }
}
@media (max-width: 999px) {
    .pop-3 .pop__cont {
        min-height: 428px;
    }
}
@media (max-width: 759px) {
    .pop-3 .pop__cont {
        min-height: 100%;
    }
}
.pop-3 .btn-green {
    margin-left: auto;
    margin-right: auto;
}
.pop-3 .pop__wrapper {
    display: flex;
    flex-direction: column;
}
.pop.active {
    opacity: 1;
    visibility: visible;
}
.pop.active .pop__cont {
    transform: translateY(0);
}
.pop-close-btn {
    box-shadow: none;
}
.contacts {
    padding-top: 80px;
    padding-bottom: 50px;
}
.contacts-title {
    font-size: 40px;
    color: var(--primary-two);
    margin-bottom: 30px;
}
.contacts__first-title {
    font-size: 30px;
    color: var(--primary-two);
    margin-bottom: 20px;
}
.contacts__second {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.contacts__second-title {
    font-size: 30px;
    color: var(--primary-two);
    margin-bottom: 20px;
}
.contacts__second-items {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
@media (max-width: 999px) {
    .contacts__second-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 759px) {
    .contacts__second-items {
        grid-template-columns: 1fr;
    }
}
.contacts__second-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts__second-item img {
    margin-bottom: 15px;
    height: 70px;
}
.contacts__second-item-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--primary-two);
}
.contacts__second-item > p {
    font-size: 14px;
    line-height: 130%;
}
.contacts__second-item-socials {
    display: flex;
    margin-top: 10px;
    margin-bottom: 40px;
}
.contacts__second-item-socials a:not(:last-child) {
    margin-right: 10px;
}
.contacts__second-item-socials a img {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.contacts__third-title {
    font-size: 30px;
    color: var(--primary-two);
    margin-bottom: 20px;
}
.contacts__third > p {
    margin-bottom: 10px;
}
.contacts__fourth {
    margin-top: 10px;
}
.contacts__fourth-title {
    font-size: 30px;
    color: var(--primary-two);
    margin-bottom: 20px;
}
.contacts__fourth > p {
    margin-bottom: 10px;
}
.error {
    height: 600px;
}
@media (max-width: 759px) {
    .error {
        height: calc(100vh - 103px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.error-title > p {
    font-size: 300px!important;
    line-height: 130%;
    color: var(--primary-two);
    display: flex;
    justify-content: center;
}
@media (max-width: 759px) {
    .error-title > p {
        font-size: 150px!important;
        margin-top: -100px;
    }
}
.error-title strong {
    font-weight: inherit;
    color: var(--primary-three);
}
.error-p {
    font-size: 22px!important;
    text-align: center;
    margin: 20px 0 40px 0;
}
@media (max-width: 759px) {
    .error-p {
        font-size: 16px!important;
    }
}
.blog {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}
.blog-title {
    font-size: 50px;
    color: var(--primary-two);
    margin-bottom: 20px;
}
@media (max-width: 759px) {
    .blog-title {
        font-size: 40px;
        margin-bottom: 10px;
    }
}
.blog-sub {
    font-size: 30px;
    color: var(--primary-two);
    margin-bottom: 20px;
}
@media (max-width: 759px) {
    .blog-sub {
        font-size: 24px;
    }
}
.blog-p {
    margin-bottom: 10px;
    font-weight: 300;
}
.blog__items {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}
@media (max-width: 999px) {
    .blog__items {
        display: flex;
        flex-direction: column;
    }
}
.blog__item {
    position: relative;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
}
@media (max-width: 759px) {
    .blog__item {
        padding: 10px;
    }
}
.blog__item:hover:after {
    opacity: 0.7;
}
.blog__item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    width: 100%;
    height: 100%;
    background-color: var(--primary-one);
    opacity: 0.5;
}
.blog__item-title,
.blog__item p,
.blog__item-author {
    position: relative;
    z-index: 2;
}
.blog__item-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-top: auto;
    margin-bottom: 20px;
}
@media (max-width: 759px) {
    .blog__item-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
.blog__item > p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
@media (max-width: 759px) {
    .blog__item > p {
        font-size: 14px;
        line-height: 130%;
    }
}
.blog__item-author {
    display: flex;
}
.blog__item-author-img {
    margin-right: 15px;
}
.blog__item-author-img img {
    width: 36px;
    min-width: 36px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 36px;
}
.blog__item-author-text span {
    margin-top: 10px;
    display: block;
}
@media (max-width: 759px) {
    .blog__item-author-text span {
        margin-top: 5px;
    }
}
.blog__item-author-text p,
.blog__item-author-text span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
@media (max-width: 759px) {
    .blog__item-author-text p,
    .blog__item-author-text span {
        font-size: 12px;
        line-height: 130%;
    }
}
.blog__item:first-child {
    grid-area: 1 / 1 / 3 / 2;
}
.blog__item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}
.blog__item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}
.blog__item:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
}
.blog__item:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
}
.blog__item:nth-child(6) {
    grid-area: 4 / 1 / 5 / 2;
}
.blog__item:nth-child(7) {
    grid-area: 5 / 1 / 6 / 2;
}
.blog__item:nth-child(8) {
    grid-area: 4 / 2 / 6 / 3;
}
.blog__item:nth-child(9) {
    grid-area: 6 / 1 / 7 / 2;
}
.blog__item:nth-child(10) {
    grid-area: 6 / 2 / 7 / 3;
}
.related {
    padding: 50px 0 100px 0;
    background-color: #f0f0f0;
}
@media (max-width: 999px) {
    .related {
        padding-bottom: 50px;
    }
}
.related .container {
    max-width: 1200px;
}
.related-title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: var(--primary-two);
    margin-bottom: 50px;
}
.related__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
@media (max-width: 759px) {
    .related__items {
        grid-template-columns: 1fr;
    }
}
.related__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
@media (max-width: 999px) {
    .related__item {
        height: 220px;
    }
}
.related__item:hover:after {
    opacity: 0.7;
}
.related__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition-duration: 0.4s;
    background-color: var(--primary-one);
    opacity: 0.5;
}
.related__item-title,
.related__item-author {
    position: relative;
    z-index: 2;
}
.related__item-title {
    color: #fff;
    font-size: 26px;
    margin-bottom: auto;
}
@media (max-width: 999px) {
    .related__item-title {
        font-size: 20px;
    }
}
.related__item-author {
    display: flex;
}
.related__item-author-img {
    margin-right: 15px;
}
.related__item-author-img img {
    width: 36px;
    min-width: 36px;
    border-radius: 50%;
    height: 36px;
}
.related__item-author-text {
    display: flex;
    flex-direction: column;
}
.related__item-author-text a,
.related__item-author-text span {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.article-page .container {
    max-width: 800px;
}
@media (max-width: 1249px) {
    .article-page .container {
        max-width: 100%;
    }
}
.article {
    padding: 50px 0;
}
.article__table {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.article__table-title {
    font-size: 26px;
    color: var(--primary-two);
    font-weight: bold;
    margin-bottom: 20px;
}
.article__table a {
    font-size: 20px;
}
.article__table li {
    margin-left: 0!important;
    list-style: none!important;
}
.article__table li:not(:last-child) {
    margin-bottom: 15px;
}
.article p {
    margin-bottom: 15px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    color: var(--primary-two);
}
.article a {
    color: var(--primary-two);
    transition-duration: 0.4s;
    text-decoration: underline;
}
.article a:hover {
    text-decoration: none;
}
.article h1,
.article h2 {
    margin-bottom: 25px;
    margin-top: 10px;
}
.article h3 {
    margin-bottom: 20px;
}
.article h4,
.article h5,
.article h5 {
    margin-bottom: 15px;
}
.article img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px;
}
.article ul, .article ol {
    margin: 10px 0;
}
.article ul li{
    list-style-type: disc;
    margin-left: 20px;
}
.article ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.article ul li:not(:last-child), .article ol li:not(:last-child) {
    margin-bottom: 10px;
}
.article ul li::marker, .article ol li::marker {
    color: var(--primary-two);
}
.article__author {
    padding: 20px;
    border: 1px solid var(--primary-two);
    margin-top: 20px;
    margin-bottom: 50px;
}
.article table {
    position: relative;
}
.article table td, .article table th {
    padding: 3px;
    position: relative;
}
.article table td:after, .article table th:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: calc(100% + 2px);
    background-color: var(--primary-one);
}
.article table td:before, .article table th:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: calc(100% + 2px);
    background-color: var(--primary-one);
}
.article table:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: calc(100% - 6px);
    background-color: var(--primary-one);
}
.article table:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% - 2px);
    background-color: var(--primary-one);
}
@media (max-width: 759px) {
    .article__author {
        padding: 10px;
    }
}
.article__author-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.article__author-img img {
    width: 100px;
    min-width: 100px;
    height: 100px;
}
.article__author-title {
    font-size: 24px;
    color: var(--primary-two);
    margin-bottom: 10px;
}
@media (max-width: 759px) {
    .article__author-title {
        font-size: 18px;
    }
}
@media (max-width: 759px) {
    .article__author-bio {
        font-size: 14px;
    }
}
.article__comments {
    display: flex;
    flex-direction: column;
}
.article__comments-title {
    font-size: 26px;
    color: var(--primary-two);
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.article__comments-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.article__comments p {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.article__share {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article__share-title {
    margin-right: 20px;
    font-size: 16px;
}
.article__share-links {
    display: flex;
}
.article__share a {
    text-decoration: none;
    background-color: var(--primary-two);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition-duration: .4s;
}
.article__share a:hover svg path {
    fill: var(--primary-three);
}
.article__share a:not(:last-child) {
    margin-right: 10px;
}
.article__share a svg {
    width: 20px;
    height: 20px;
}
.article__share a svg path {
    fill: #fff;
    transition-duration: .4s;
}
.article__subscribe {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.article__subscribe-title {
    font-size: 20px;
    max-width: 200px;
    margin-right: 30px;
}
.article__subscribe form {
    width: 100%;
}
.article__subscribe form > p {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
.article__subscribe form .btn-yellow {
    max-width: 180px;
}
.article__subscribe .wpcf7-spinner {
    display: none;
}
.article__subscribe .wpcf7 {
    width: 100%;
    display: flex;
    align-items: center;
}
.article__subscribe .label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-right: 20px;
}
.article__subscribe .wpcf7-form-control-wrap {
    margin-bottom: 0;
}
.article__subscribe .btn-yellow {
    width: 100%;
    border: none;
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    padding: 10px 0;
}
@media (max-width: 759px) {
    .article__subscribe {
        flex-direction: column;
        align-items: normal;
    }
    .article__subscribe form > p {
        flex-direction: column;
    }
    .article__subscribe .label {
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .article__subscribe form .btn-yellow {
        max-width: 100%;
    }
}
.head {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--primary-one);
    opacity: 0.5;
}
.head .container {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 50px;
}
.head-title {
    color: #fff;
    font-size: 40px;
}
.head-info {
    margin-top: 30px;
}
.head-info p {
    color: #fff;
    font-weight: 300;
}
.head-author {
    display: flex;
    align-items: center;
}
.head-author:not(:last-child) {
    margin-right: 30px;
}
.head-author img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.head-author span, .head-author a {
    color: #fff;
}
.head-authors {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
@media (max-width: 759px) {
    .head-authors {
        flex-direction: column;
        align-items: normal;
    }
    .head-author:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.head .container {
    position: relative;
}
.head__verified {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background-color: var(--primary-two);
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
}
.head__verified span:first-child {
    background-color: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 10px;
}
.head__verified span svg {
    width: 10px;
    height: 10px;
}
.head__verified span:last-child {
    font-size: 12px;
    color: #fff;
}
.blog-page .container {
    max-width: 1200px;
}
.blog-page .breadcrumbs__link {
    color: #fff;
}
.blog-page .breadcrumbs__link:last-child a {
    color: #fff;
}
.blog-page .breadcrumbs__link a {
    color: #fff;
}
.pagination {
    display: flex;
    margin-bottom: 50px;
}
.pagination a, .pagination span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-two);
    color: var(--primary-two);
    transition-duration: 0.4s;
}
.pagination span, .pagination a:hover {
    background-color: var(--primary-two);
    color: #fff;
}
.pagination a, .pagination span {
    margin-right: 10px;
}
.pagination .next {
    background-image: url("/wp-content/themes/web/assets/img/pagination-arrow-default.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    color: transparent!important;
    background-position: center center;
}
.pagination .next:hover {
    background-image: url("/wp-content/themes/web/assets/img/pagination-arrow.svg");
}
.pagination .prev {
    background-image: url("/wp-content/themes/web/assets/img/pagination-arrow-default.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    color: transparent!important;
    transform: rotateY(180deg);
    background-position: center center;
}
.pagination .prev:hover {
    background-image: url("/wp-content/themes/web/assets/img/pagination-arrow.svg");
}

body.scroll {
    overflow: hidden;
}


input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 10px;
    background: #cf0a2c;
    border-radius: 10px;
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 10px;
}
input[type="range"]::-moz-track {
    -moz-appearance: none;
    height: 10px;
}
input[type="range"]::-ms-track {
    appearance: none;
    height: 10px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -14px;
    border: none;
    box-shadow: 0px 0px 30px rgba(1, 0, 0, 0.1);
}
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -16px;
    border: none;
    box-shadow: 0px 0px 30px rgba(1, 0, 0, 0.1);
}
input[type="range"]::-ms-thumb {
    appearance: none;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -16px;
    border: none;
    box-shadow: 0px 0px 30px rgba(1, 0, 0, 0.1);
}
input[type="range"]:active::-webkit-slider-thumb {
    background-color: #fff;
    border: 3px solid var(--primary-three);
}

.text {
    padding: 50px 0;
}
.text .container {
    display: block;
}
.text p {
    margin-bottom: 15px;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    color: var(--primary-two);
    margin-bottom: 25px;
}
.text strong {
    color: var(--primary-two);
}
.text a {
    color: var(--primary-two);
}
.footer-p a {
    color: var(--primary-two);
}
.top-menu a {
    color: var(--primary-two);
}
.text img {
    float: left;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}
@media (max-width: 759px) {
    .text img {
        float: none;
        margin-right: auto;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100px;
    }
}




.check-text p,
.check-text a {
    font-size: 12px!important;
    font-weight: 500!important;
    color: #fff;
    line-height: 130%;
}
.menu-item-has-children > p > a:after, .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: 0;
    transition-duration: .2s;
    top: 50%;
    transform: translateY(-50%) rotateX(180deg);
    width: 10px;
    height: 8px;
    background: url('/wp-content/themes/web/assets/img/arrow.svg') no-repeat center center;
    background-size: contain;
}
.wpcf7-response-output {
    display: none!important;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -7px;
    font-size: 12px!important;
    transform: translateY(100%);
}
.contacts-button {
    margin-top: 20px;
}


input[type='text'], input[type='password'], input[type='email'], input[type='number'], textarea {
    padding: 10px 15px;
    resize: none;
    border: 1px solid silver;
    width: 100%;
}
textarea {
    height: 150px;
}
.form-submit input {
    background-color: var(--primary-two);
    padding: 13px 18px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    color: #fff;
    transition-duration: .4s;
}
.form-submit input:hover {
    background-color: #d78b73;
}
#commentform {
    display: flex;
    flex-direction: column;
}
.form-submit {
    order: 3;
}
.comment-form-author {
    order: -1;
}
.comment-form-email {
    order: 1;
}
.comment-form-comment {
    order: 2;
}
.comment-form-author > label, .comment-form-email > label {
    display: none;
}




/* Comments */

.comment-meta {
    display: flex;
    flex-direction: column-reverse;
}
.edit-link {
    display: none;
}
.comment {
    padding: 20px;
    border: 1px solid silver;
}
.comment:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid silver;
}
.comment-author.vcard {
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.comment-author.vcard img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 20px;
    margin-bottom: 0;
}
.comment-author.vcard .fn {
    width: calc(100% - 70px);
    font-size: 18px;
    text-decoration: none;
    pointer-events: none;
    color: var(--primary-two);
}
.comment-author.vcard .fn a {
    font-size: 20px;
    text-decoration: none;
    pointer-events: none;
    color: var(--primary-two);
}
.comment-author.vcard .says {
    display: none;
}
.comment-metadata {
    font-size: 10px;
}
.comment-metadata a {
    text-decoration: none;
    pointer-events: none;
}
.children .comment {
    margin-left: 20px;
    margin-top: 20px;
    border: none;
    border-top: 1px solid silver;
}
.comment-content p {
    font-size: 14px;
}
.reply {
    margin-top: -10px;
}
.reply a {
    font-size: 12px;
}


.sitemap {
    padding: 70px 0 50px 0;
}
.sitemap h2 {
    margin-bottom: 20px;
	color: var(--primary-two);
}
.sitemap li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.sitemap li a {
	color: var(--primary-two);
}
.sitemap li a:hover {
    text-decoration: underline;
}
.apply-form {
    min-height: calc(100vh - 200px);
}
.menu-item-has-children {
    position: relative;
}
@media (max-width: 999px) {
    .menu-item-has-children {
        display: none;
    }
}
@media (max-width: 999px) {
    .menu-item-has-children.active > a svg, .menu-item-has-children.active > p > a svg {
        transform: rotateX(0);
    }
}
@media (max-width: 999px) {
    .menu-item-has-children.active .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 0 0 20px 20px
    }
}
@media (min-width: 1000px) {
    .menu-item-has-children:hover > a svg {
        transform: rotateX(0);
    }
}
@media (min-width: 1000px) {
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}
.menu-item-has-children:not(:last-child) {
    margin-right: 40px;
}
@media (max-width: 1249px) {
    .menu-item-has-children:not(:last-child) {
        margin-right: 20px;
    }
}
.menu-item-has-children > p > a, .menu-item-has-children > a {
    display: flex;
    align-items: center;
}
.menu-item-has-children > p > a svg, .menu-item-has-children > a svg {
    width: 10px;
    transition-duration: 0.2s;
    margin-left: 10px;
    height: 10px;
    transform: rotateX(180deg);
}
.menu-item-has-children > p > a, .menu-item-has-children > a {
    font-size: 18px;
    padding: 10px 0;
}
@media (max-width: 1249px) {
    .menu-item-has-children > p > a, .menu-item-has-children > a {
        font-size: 14px;
    }
}
@media (max-width: 999px) {
    .menu-item-has-children > p > a, .menu-item-has-children > a {
        padding: 5px 0;
        line-height: 40px !important;
    }
}
.sub-menu {
    position: absolute;
    transition-duration: 0.2s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 200px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
}
@media (max-width: 999px) {
    .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        max-height: 0px;
        overflow: hidden;
        padding: 0;

        box-shadow: none;
        width: auto;
        transform: translateY(0);
    }
}
.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.sub-menu a {
    font-size: 16px;
    display: block;
    transition-duration: 0.4s;
}
@media (max-width: 1249px) {
    .sub-menu a {
        font-size: 14px;
    }
}
.sub-menu a:not(:last-child) {
    margin-bottom: 20px;
}
.sub-menu a:hover {
    color: var(--primary-two);
}
.menu-item-has-children > p > a, .menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}
@media (min-width: 1000px) {
    .menu-item-has-children:hover > a:after{
        transform: translateY(-50%);
    }
}
.top-menu {
    display: flex;
}
@media (max-width: 999px) {
    .menu-item-has-children.active > a:after, .menu-item-has-children.active > p > a:after {
        transform: translateY(-50%);
    }
    .top-menu {
        flex-direction: column;
    }
}
.menu-item-has-children > p > a {
    font-size: 20px;
    line-height: 30px;
}
.comp {
    margin-bottom: 20px;
}
.comp__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.comp__top-logos {
    opacity: .6;
}
.comp__top-logos svg:not(:last-child) {
    margin-right: 20px;
}
.comp__top-links {
    display: flex;

}
.comp__top-links li:not(:last-child) {
    margin-right: 20px;
}
.comp__top-links li {
    text-decoration: underline;
}
.comp__top-links li:hover {
    text-decoration: none;
}
.comp__bot-items {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.comp__bot-item h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.cp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition-duration: .4s;
}
.cp-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,0,0,.7);
    backdrop-filter: blur(8px);
    opacity: 1;
}
.cp__cont {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 600px;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 10px;
}
.cp__top {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #dedede;
}
.cp__top-title {
    text-align: center;
    font-size: 20px;
}
.cp__top-close {
    color: #cf0a2c;
    text-decoration: underline;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    right: 20px;
}
.cp__top-close:hover {
    text-decoration: none;
}
.cp__bot {
    padding: 30px;
    height: 524px;
    overflow: auto;
}
.cp__bot p {
    display: flex;
    margin-bottom: 20px;
    font-weight: 400;
}
.cp__bot ul {
    margin-bottom: 20px;
}
.cp__bot strong {
    font-weight: bold;
}
.cp__bot li {
    margin-left: 20px;
}
@media (max-width: 1249px) {
    .comp__top-links li:not(:last-child) {
        margin-right: 10px;
    }
}
@media (max-width: 999px) {
    .comp__top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .comp__top-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 20px;
        margin-top: 20px;
    }
    .comp__top-logos:after {
        display: block;
        height: 2px;
        margin: auto 0;
        background: radial-gradient(circle,#8a968f 1px,transparent 0);
        background-repeat: repeat-x;
        background-size: 4px 2px;
        content: '';
        position: absolute;
        left: 0;
        top: 27px;
        width: 30px;
    }
    .comp__top-logos:before {
        display: block;
        height: 2px;
        margin: auto 0;
        background: radial-gradient(circle,#8a968f 1px,transparent 0);
        background-repeat: repeat-x;
        background-size: 4px 2px;
        content: '';
        position: absolute;
        right: 0;
        top: 27px;
        width: 30px;
    }
    .comp__top-links li {
        font-size: 14px!important;
    }
    .comp__bot-items {
        grid-template-columns: 1fr;
    }
    .cp__top-title {
        text-align: left;
        padding-left: 20px;
    }
    .cp__cont {
        max-width: calc(100% - 40px);
    }
    .cp__bot {
        padding: 20px;
    }
}
.cp.active {
    opacity: 1;
    visibility: visible;
}
.breadcrumbs {
    margin-bottom: -15px;
    position: relative;
    transform: translateY(20px);
    z-index: 10;
}
.breadcrumbs__links {
    display: flex;
    align-items: center;
}
.breadcrumbs__link {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 10px;
}
.breadcrumbs__link:last-child {
    pointer-events: none;
    color: transparent;
}
.breadcrumbs__link:last-child a {
    color: #fff;
    margin-right: 0;
    text-decoration: none;
}
.breadcrumbs__link:not(:last-child) {
    margin-right: 5px;
}
.breadcrumbs__link:not(:last-child)  a {
    text-decoration: none;
}
.breadcrumbs__link:not(:last-child) a:hover {
    text-decoration: underline;
}
.breadcrumbs__link a {
    font-weight: 300;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
}

.contacts__form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.contacts__form-inputs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contacts__form-inputs > p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contacts__form-inputs .label {
    width: calc(50% - 15px);
}
@media (max-width: 759px) {
    .contacts__form-inputs .label {
        width: 100%;
    }
}
.contacts__form-inputs .label:first-child {
    margin-right: 30px;
}
@media (max-width: 759px) {
    .contacts__form-inputs .label:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.contacts__form-inputs .label:nth-child(3) {
    width: 100%;
    margin-top: 10px;
}
.contacts__form .btn {
    margin-right: auto;
    margin-bottom: 20px;
    border: none;
}
.btn-mobile {
    display: none;
    padding: 15px 0;
    z-index: 19;
    opacity: 0;
    transition-duration: .4s;
    visibility: hidden;
}
@media (max-width: 999px) {
    .btn-mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        background: #fff;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
}
.btn-mobile p {
    font-size: 12px!important;
    margin-top: 10px;
    line-height: 130%!important;
    text-align: center;
}
.btn-mobile .btn-yellow {
    max-width: 100%;
}
.btn-mobile.active {
    opacity: 1;
    visibility: visible;
}
.personal {
	background: no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
	margin-bottom: 40px;
}
.personal .container {
    align-items: center;
}
.personal-h1 {
    font-size: 50px!important;
    margin-bottom: 50px;
    text-align: center;
	color: #fff;
    font-weight: bold;
}
.personal__ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 100px;
    margin-bottom: 30px;
	font-weight: 450;
}
.personal__ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
	color: #fff;
}
.personal__ul li span:first-child {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-two);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.personal-p {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
	font-weight: 600;
	color: #fff;
}
.personal-p h3 {
	color: #fff;
}
.personal .btn-yellow {
    animation: bounce 7s ease infinite;
}
@media (max-width: 999px) {
    .personal {
        padding-bottom: 50px;
    }
    .personal-h1 {
        font-size: 30px!important;
    }
    .personal__ul {
        grid-template-columns: 1fr;
    }
}
.fast {
    margin-top: 0;
}
@keyframes bounce {
    90% {
        transform: translateY(0%)
    }

    94% {
        transform: translateY(-15%)
    }

    95% {
        transform: translateY(0%)
    }

    97% {
        transform: translateY(-7%)
    }

    98% {
        transform: translateY(0%)
    }

    99% {
        transform: translateY(-3%)
    }

    100% {
        transform: translateY(0)
    }
}
.author-block {
    margin-top: 70px;
    margin-bottom: 50px;
}
.author-block .container {
    flex-direction: row;
    position: relative;
}
.author__image {
    margin-right: 30px;
}
.author__image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.author__text h1 {
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--primary-two);
}
.author__text p strong {
    position: absolute;
    top: 230px;
    left: 0;
    display: flex;
}
.author__text p strong a {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition-duration: .4s;
}
.author__text p strong a:hover {
    opacity: .6;
}
.author__text p strong a:first-child {
    background-image: url("/wp-content/themes/web/assets/icons/email.svg");
}
.author__text p strong a:nth-child(2) {
    background-image: url("/wp-content/themes/web/assets/icons/facebook.svg");
}
.author__text p strong a:nth-child(3) {
    background-image: url("/wp-content/themes/web/assets/icons/twitter.svg");
}

.author__text p strong a:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 759px) {
    .author-block .container {
        flex-direction: column;
    }
    .author__text h1 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .author__text p strong {
        position: static;
        margin-top: 20px;
    }
    .author-block {
        margin-bottom: 0;
    }
}
.article__author-img img {
    margin-bottom: 0;
    object-fit: cover;
}
.article__author-img {
    margin-bottom: 5px;
}
h1 {
	font-size: 40px!important;
    font-weight: 600!important;
}
h2 {
	font-size: 30px!important;
    font-weight: 500!important;
}
h3 {
	font-size: 22px!important;
    font-weight: 500!important;
}
h4 {
	font-size: 20px!important;
    font-weight: 500!important;
}
h5, h6 {
	font-size: 18px!important;
    font-weight: 600!important;
}
@media (max-width: 999px) {
	h1 {
        font-size: 30px!important;
        font-weight: 600!important;
    }
    h2 {
        font-size: 24px!important;
        font-weight: 500!important;
    }
    h3 {
        font-size: 20px!important;
        font-weight: 500!important;
    }
    h4 {
        font-size: 18px!important;
        font-weight: 600!important;
    }
    h5, h6 {
        font-size: 18px!important;
        font-weight: 600!important;
    }
}
#menu-menu > li {
    padding: 21px 0;
}
#menu-menu > li > .sub-menu {
    max-width: 1200px;
    grid-gap: 40px;
    width: 100vw;
    display: grid;
    position: fixed;
    left: calc((100vw - 1200px)/2);
    transform: translateY(0);
    bottom: auto;
    padding: 20px 50px;
    top: 123px;
    margin-bottom: -10px;
}
#menu-menu > li > .sub-menu > li {
    margin-bottom: 10px;
}
@media (max-width: 1249px) {
    #menu-menu > li >.sub-menu {
        left: calc(50% - 7.5px);
        transform: translateX(-50%);
        width: calc(100% - 40px);
    }
}
#menu-menu > li > .sub-menu > li > a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
#menu-menu > li > .sub-menu > li > ul > li > a {
	font-size: 15px;
    font-weight: 400;
}
#menu-menu > li > .sub-menu > li > a:after {
    display: none;
}
#menu-menu > .menu-item-has-children:after {
    content: '';
    position: fixed;
    left: 0;
    top: 123px;
    width: 100vw;
    height: calc(100vh - 123px);
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    transition-duration: .2s;
}
#menu-menu > li:hover:after {
    opacity: .5;
    visibility: visible;
}
#menu-menu > li > .sub-menu > li > .sub-menu {
    position: static;
    transform: translateY(0);
    padding: 0;
    box-shadow: none;
}
#menu-menu > li > .sub-menu > li {
    margin-bottom: 0;
}
body.scroll {
    padding-right: 15px;
}
@media (max-width: 999px) {
    body.scroll {
    padding-right: 0;
}
}
#menu-menu > li > .sub-menu > li:not(:last-child) {
    position: relative;
}
#menu-menu > li > .sub-menu > li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    right: -20px;
    background-color: silver;
}
@media (max-width: 999px) {
    #menu-menu {
        display: none;
    }
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#menu-menu > li:not(:last-child) {
    margin-right: 40px;
	font-size: 18px;
}
#menu-menu > li > a {
    padding: 10px 0;
    display: block;
	font-weight: 500;
}
#menu-menu > .menu-item-has-children a {
    padding-right: 20px;
}



/* Lends */

.lend {
    padding-bottom: 100px;
}
.lend__filters {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 2fr;
    margin-bottom: 30px;
    grid-gap: 20px;
}
.lend__filter {
    display: flex;
    flex-direction: column;
}
.lend__filters .btn-yellow {
    margin: 0;
}
.lend__filter span {
    margin-bottom: 5px;
    color: var(--primary-two);
}
.lend__filter select {
    border: 1px solid var(--primary-one);
    padding: 10px 15px;
    transition-duration: .4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
}
.lend__filter select:hover {
    border-color: var(--primary-three)
}
.lend__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.lend__item {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid var(--primary-three)
}
.lend__item-img {
    margin-bottom: 10px;
}
.lend__item-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.lend__item-title {
    margin-bottom: 10px;
}
.lend-more {
    margin: 20px auto 0 auto;
}
.lend-more.hidden {
    display: none;
}
@media (max-width: 999px) {
    .lend__items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 759px) {
    .lend {
        padding-bottom: 50px;
    }
    .lend .title {
        margin-bottom: 50px;
    }
    .lend__items {
        grid-template-columns: 1fr;
    }
    .lend__filters {
        grid-template-columns: 1fr;
    }
}
.lend__item.none {
    display: none;
}
.lend__item.flex {
    display: flex;
}
.lend__item.hidden {
    display: none!important;
}
.lend__item.show {
    display: flex!important;
}
.lend-info {
    margin: 20px auto 0 auto;
    display: none;
}
.lend-info.active {
    display: block;
}
.personal__ul li span {
    color: #fff;
}
.personal .container {
    position: relative;
    z-index: 2;
}
.personal:after {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

body > span {
    display: none!important;
}
.text iframe {
    width: 100%;
}


/*.text table {*/
/*    position: relative;*/
/*	overflow: hidden;*/
/*}*/
/*.text table td, .text table th {*/
/*    padding: 3px;*/
/*    position: relative;*/
/*}*/
/*.text table td:after, .text table th:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 1px;*/
/*    height: calc(100% + 2px);*/
/*    background-color: var(--primary-one);*/
/*}*/
/*.text table td:before, .text table th:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 1px;*/
/*    width: calc(100% + 2px);*/
/*    background-color: var(--primary-one);*/
/*}*/
/*.text table:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 4px;*/
/*    width: 1px;*/
/*    height: calc(100% - 6px);*/
/*    background-color: var(--primary-one);*/
/*}*/
/*.text table:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 2px;*/
/*    height: 1px;*/
/*    width: calc(100% - 2px);*/
/*    background-color: var(--primary-one);*/
/*}*/
.personal {
    background-size: cover;
    position: relative;
}
.personal-h1, .personal__ul li span, .personal-p {
    color: #fff;
}
.personal-h1, .personal__ul li span, .personal-p, .btn-yellow {
    position: relative;
    z-index: 10;
}


.personal:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
.personaltext {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 40px
}
.textsimple h1 {
	color: var(--primary-two);
    margin-bottom: 25px;
}
.rank-math-howto-step {
    margin-bottom: 25px;
}
.personal, .hero {
    margin-bottom: 50px
}
.text {
    padding-top: 20px;
}

.text {
    display: flex;
}
@media (max-width: 1249px) {
    .text {
        flex-direction: column;
    }
}







/* MENUS */
.left {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    min-width: 320px;
    margin-right: 20px;
}
.left__item {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.left__item > a {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px 10px 30px;
}
.text {
    display: flex;
}
.left__item > ul {
    padding-left: 40px;
}
.left__item > ul > li > a {
    padding: 5px 0;
    display: block;
}
.left__item > ul > li > ul > li > a {
    padding: 5px 0;
    display: block;
}
.left__item > ul > li > ul {
    padding-left: 10px;
}
.left__item > ul > li > ul > li > ul {
    padding-left: 10px;
}
.left__item > ul > li > ul > li > ul > li > a {
    padding: 5px 0;
    display: block;
}
.left__item {
    border-bottom: 1px solid silver;
}
.left__item:first-child {
    border-top: 1px solid silver;
}
.left__item ul {
    display: none;
}
.left__item.active > ul, .left__item .active > ul {
    display: flex;
    flex-direction: column;
}
.left .has-child > a {
    position: relative;
}
.left .has-child > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateX(180deg);
    width: 12px;
    height: 12px;
    background: url("/wp-content/themes/web/assets/img/arrow.svg") no-repeat center center;
    background-size: contain;
}
.left .has-child.active > a:after {
    transform: translateY(-50%);
}
.right {
    padding: 10px 20px;
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 320px;
    margin-bottom: auto;
    margin-left: 20px;
    border-left: 2px solid var(--primary-two);
}
.right-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--primary-two);
}
.right-sub {
    font-size: 16px;
    color: var(--primary-two);
    margin-bottom: 10px;
}
.right ul li:not(:last-child) {
    margin-bottom: 10px;
}
.right ul li a {
    transition-duration: .4s;
}
.right ul li a:hover, .right ul li a.active {
    color: var(--primary-two);
}
.left-cont {
    position: sticky;
    top: 0;
    height: calc(100vh - 20px);
    transition-duration: .4s;
}
.left-btn {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: flex;
    width: 50px;
    background: var(--primary-three);
    border-radius: 50%;
    transform: rotateZ(90deg);
    height: 50px;
    min-height: 50px;
    transition-duration: .4s;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}
.left-btn svg {
    width: 20px;
    height: 20px;
}
.left-cont.active .left {
    opacity: 0;
    visibility: hidden;
}
.left-cont.active .left-btn {
    transform: rotateZ(-90deg);
    right: 20px;
    left: auto;
}
@media (max-width: 1249px) {
    .text {
        flex-direction: column-reverse;
    }
    .left-cont {
        height: auto;
    }
    .left {
        min-width: 100%;
        margin-right: 0;
        width: 100%;
        margin-top: 20px;
    }
    .left-btn {
        display: none;
    }
    .right {
        position: static;
        margin-bottom: 50px;
    }
}



/* styles menu */
#custom-menu p .a-has-children:after {
    display: none;
}
.custom-menu p {
    display: flex;
    align-items: center;
}
.menu-arrow {
    width: 20px;
    display: none;
    min-width: 20px;
    height: 20px;
    transform: rotateZ(180deg);
    min-height: 20px;
    background: url('/wp-content/themes/web/assets/img/arrow.svg') no-repeat center center;
    background-size: 70% 70%;
}
.menu-arrow.a-has-children {
    display: block;
}
.menu-arrow.a-has-children.active {
    transform: none;
}
.left__item.has-child {
    position: relative;
}
.left .has-child > a:after {
    display: none;
}
.left__item.has-child .left-arrow {
    width: 100%;
    min-width: 20px;
    position: absolute;
    right: 6px;
    cursor: pointer;
    top: 4px;
    height: 20px;
    transform: rotateZ(180deg);
    min-height: 20px;
    background: url('/wp-content/themes/web/assets/img/arrow.svg') no-repeat center left;
    background-size: 14px 14px;
}
.left__item ul {
    position: relative;
}
.left li.has-child > a {
    margin-right: auto;
    position: relative;
    z-index: 10;
}
.left li {
    display: flex;
    flex-direction: column;
}
.left > li > .left-arrow {
    top: 19px!important;
}
.left .has-child.active > .left-arrow {
    transform: none;
    background-position: center right;
}
@media (max-width: 1249px) {
    .left__item.has-child .left-arrow {
        right: 20px;
    }
}
.custom-menu a {
	text-decoration: none!important;
}
@media (max-width: 1249px) {
	.text {
    	flex-direction: column!important;
    }
}
@media (max-width: 999px) {
	.page-template-Page-with-menus .faq {
        display: none;
    }
}
.right-arrow {
	position: absolute;
    right: 20px;
    top: 7px;
    display: none;
    height: 24px;
    width: 24px;
    transition-duration: .4s;
    cursor: pointer;
}
.right ul {
    margin-top: 10px;
}

.right-sub {
	margin-bottom: 0px;
}
.right-title {
	margin-bottom: 0px;
}
@media (max-width: 1249px) {
	.right ul {
    	display: none;
    }
	.right {
    	position: relative!important;
    }
    .right-arrow {
    	right: 0;
        display: block;
    }
    .right-arrow path {
	stroke: var(--primary-two);
}
.right.active .right-arrow {
	transform: rotateX(180deg)
}
.right.active ul {
	display: block;
}
}
.page-template-Page-with-menus .breadcrumbs__link,
.page-template-Page-with-menus .breadcrumbs__link a,
.page-template-Menu-edit-inside .breadcrumbs__link,
.page-template-Menu-edit-inside .breadcrumbs__link a,
.page-template-Menu-one-lvl .breadcrumbs__link,
.page-template-Menu-one-lvl .breadcrumbs__link a
{
	color: #fff!important;
}
.left-cont-title {
    font-size: 20px;
    padding: 10px 20px;
    background-color: var(--primary-two);
    color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1249px) {
	.left-cont-title {
    	margin-right: 0;
    }
    .left-cont {
        margin-top: 50px;
    }
    .right {
        max-width: calc(100% - 40px);
    }
}
/* Table style */

thead {
    background: var(--primary-three);
    border-bottom: none!important;
}
thead th {
    border: none!important;
    line-height: 200%;
}
tbody tr td:first-child {
    font-weight: bold;
}
td {
    line-height: 200%;
    text-align: center;
    font-weight: 300;
    border: none!important;
}
tbody td:not(:last-child) {
    position: relative;
}
tbody td:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.1);
}
tbody tr:nth-child(2n) {
    background: rgba(0,0,0,.1);
}
.wp-block-table {
    overflow-x: visible;
}
.left-cont-title a {
    color: #fff;
}
.app-p {
    margin-top: 10px;
}
.screen-reader-response {
    display: none;
}
/* Basic Styles */
.company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 15px;
    
}
.company::before {
    content: none !important;
}
.calc__tab-right-ul li::before {
    content: none !important;

}
.company-info {
    flex-grow: 1;
}

.company-info h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #333;
    margin-bottom: 5px;
}

.rating {
    font-size: 24px;
    margin: 5px 0;
    color: #ffc107; /* Yellow color */
}

.actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.actions a {
    display: inline-block;
    padding: 10px 10px;
    margin-top: 10px;
    background-color: white;
    color: #334862;
    border: 1px solid #d7d4d4;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.actions a:hover {
    background-color: #f0f0f0;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .company {
        flex-direction: column;
    }
    .actions {
        flex-direction: row;
        justify-content: flex-end;
    }
    .actions a {
        margin-top: 0;
        margin-left: 10px;
    }
}
  .alternatives {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-gap: 20px;
    list-style: none;
  }
  .alternatives li::before {
    content: none !important;
  }
  .box {
	background-color: var(--primary-two); /* Primary button color, typically blue */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d7d4d4;

  }
  .box a {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
  
.alternatives div:hover {
    background-color: var(--primary-three); /* Darker shade of blue on hover for visual feedback */
}
.alternatives li:hover a {
    color: black;
}

  /* Responsive adjustments */
  @media screen and (min-width: 768px) {
    ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (min-width: 1200px) {
    ul {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
.personal {
background-color: #004318;
}
@media (max-width: 999px) {
.personal {
background-color: #004318;
}
}


.faq-accordion {
	width: 100%;
}
.faq-accordion section {
	border: 1px solid var(--primary-two);
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.faq-accordion label {
	display: block;
	padding: 10px;
	padding-left: 35px; /* Increased left padding to accommodate the icon */
	background: #ffffff;
	font-size: 19px;
	cursor: pointer;
	border: none;
	text-align: left;
	width: 100%;
	position: relative;
}
.faq-accordion label:hover {
	background: #ddd;
}
.faq-accordion input {
	display: none; /* Hide the checkbox */
}
.faq-answer {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	background-color: #f9f9f9;
}
.faq-accordion input:checked + label + .faq-answer {
	padding: 10px;
	max-height: 500px; /* Adjust this value based on your content's needs */
}
/* Toggle icons */
label::before {
	content: "+";
	position: absolute;
	left: 10px; /* Positioning the icon inside the padding area */
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: var(--primary-two);
}
input:checked + label::before {
	content: "-";
}

.responsive-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
}
.content-text .responsive-list li::before {
    content: none;  /* Removes the ::before content specifically for .responsive-list inside .content-text */
}

@media (max-width: 768px) {
    .responsive-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .responsive-list {
        grid-template-columns: repeat(5, 1fr);
    }
}

.responsive-list li {
    background-color: var(--primary-two); /* Primary button color, typically blue */
    color: white; /* Text color for readability */
    padding: 5px; /* Padding to increase the clickable area */
    border: none; /* Typically buttons do not have a border unless it's a style choice */
    border-radius: 5px; /* Rounded corners for a modern button look */
    text-align: center; /* Ensures text is centered within each 'button' */
    cursor: pointer; /* Changes the cursor to indicate the item is clickable */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    display: inline-block; /* Align items in a row, adjust as necessary */
    margin: 5px; /* Space between buttons */
    text-decoration: none; /* Remove underline from links if any */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional: adds shadow for a 3D effect */
}

.responsive-list li:hover {
    background-color: var(--primary-three); /* Darker shade of blue on hover for visual feedback */
}
.responsive-list a {
	color: white;
}
.responsive-list li:hover a {
    color: black;
}
