/*
Theme Name: GeneratePress LFK
Theme URI: https://rita-lfk.ru
Template: generatepress
Author: Andrey Kuznetsov
Author URI: https:/ilovedraw.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.1.1695749896
Updated: 2023-09-26 20:38:16

*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../generatepress/assets/fonts/Robotothin.woff2') format('woff2'), url('Robotothin.woff') format('woff'), url('Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../generatepress/assets/fonts/Robotolight.woff2') format('woff2'), url('Robotolight.woff') format('woff'), url('Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../generatepress/assets/fonts/Roboto.woff2') format('woff2'), 
    url('../generatepress/assets/fonts/Roboto.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), 
        url('../generatepress/assets/fonts/Robotomedium.woff2') format('woff2'), 
        url('../generatepress/assets/fonts/Robotomedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), 
        url('../generatepress/assets/fonts/Robotobold.woff2') format('woff2'), 
        url('../generatepress/assets/fonts/Robotobold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../generatepress/assets/fonts/Robotoblack.woff2') format('woff2'), 
        url('../generatepress/assets/fonts/Robotoblack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

h2 {
    font-weight: 400;
    font-size: 29px;
}

.site-content {
	display: flex;
	flex-wrap: wrap;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.hero-section {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.promo_container,
.person_container {
    position: relative;
    text-align: center;
    flex: 0 0 auto;
    width: 50%;
}
.promo_container .promo {
    margin-top: 128px;
    font-size: 28px;
    color: #1b3158;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 90;
}
.promo_container .promo_back {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.hero-section .enroll {
    margin-top: 40px;
}
a.enroll {
    color: #fff;
    text-decoration: none;
}
.enroll {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 1em;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
    margin: 10px;
    padding: 1.1em 6em;
    background-size: 170% auto;
    background-image: linear-gradient(241.57deg, #4c2f95 -8.4%, #8f9cff 29.3%, #00b5f5 60.42%, #6c66bb 85.41%);
    background-position: -180px 0;
    transition: all 0.5s ease;
    z-index: 50;
}
.enroll:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: 200% auto;
    background-image: linear-gradient(241.57deg, #4c2f95 -8.4%, #8f9cff 29.3%, #00b5f5 60.42%, #6c66bb 85.41%);
    background-position: -180px 0;
    opacity: 0.55;
    z-index: 25;
    filter: blur(16px);
    will-change: transform;
    transition: all 0.3s ease;
}
.enroll:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 75;
}
.enroll div {
    position: relative;
    z-index: 100;
    cursor: pointer;
    font-size: 21px;
    font-family: Roboto;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.button__icon {
    background-image: url("../generatepress/assets/img/telegram.svg");
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 8px;
}
.enroll:hover {
    background-position: -80px 0;
    cursor: pointer;
}
.enroll:hover:before {
    background-image: linear-gradient(241.57deg, #4c2f95 -8.4%, #8f9cff 29.3%, #00b5f5 60.42%, #6c66bb 85.41%);
    background-position: -80px 0;
    filter: blur(17px);
    opacity: 0.95;
}
.promo_container .promo_back img {
    width: 100%;
    pointer-events: none;
}
.promo_container .promo .title {
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
}

.person_img {
    position: relative;
    z-index: 20;
    top: 7px;
}
.person_container .promo_back2 {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: calc(50% - 270px);
    bottom: 0;
}
.person_container .promo_back2 img {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.text-center {
    text-align: center;
}

.padding40 {
    padding: 40px;
}

.container {
    box-sizing: border-box;
    width: 100%;
}

.methods .col {
    flex: 1 0 0%;
}

.miniimg {
    background-size: 150px 150px;
    display: inline-block;
    width: 150px;
    height: 150px;
    transition: all 0.3s;
}

.miniimg_brain {
    background-image: url("../generatepress/assets/img/brain.svg");
}

.miniimg_knee {
    background-image: url("../generatepress/assets/img/knee.svg?v=1");
}

.miniimg_backache {
    background-image: url("../generatepress/assets/img/backache.svg");
}

.miniimg_seat {
    background-image: url("../generatepress/assets/img/seat.svg");
}

.methods h3 {
    padding: 20px;
    font-size: 25px;
    font-weight: 400;
}

.methods a:hover .miniimg{
    transform: scale(1.1);
}

.paging-navigation {
    display: none;
}

@media (max-width: 768px) {
    .hero-section {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .social-networks {
        justify-content: start;
    }

    .price .container {
        box-sizing: border-box;
    }

    .price .cards .card {
        background-color: #fff;
        box-shadow: none;
        margin: 25px;
    }

    .promo_back {
        display: none;
    }

    .container .brand {
        text-align: center;
    }

    nav .menu {
        text-align: center;
    }

    .person_container {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 305px;
        padding: 0;
    }

    picture.person_img * {
        width: 100%;
        display: block;
    }

    .promo_container .promo {
        font-size: 22px;
        margin-left: 12px;
        width: 50%;
		margin-top: 95px;
    }

    .promo_container .promo  .title {
        font-size: 20px;
    }
    .promo_container {
        width: 100%;
    }
    .person_container {
        width: 305px;
    }
    .site-branding-container {
        flex-shrink: 1;
        width: 80%;
    }
    .site-branding-container .main-title {
        font-size: 20px;
    }
}
.grid-container {
	max-width: 1300px;
}

.tg {
  background-image: url('../../../wp-content/uploads/2023/11/icons8-телеграм-48.png');
}
.max {
	background-image: url('../../../wp-content/uploads/2026/03/Max_logo_2025.png');
}
.wapp {
  background-image: url('../../../wp-content/uploads/2023/11/icons8-whatsapp-messenger-cross-platform-mobile-devices-messaging-application-48.png');
}
.phone {
  background-image: url('../../../wp-content/uploads/2023/11/phone_.png');
}
.vk {
  background-image: url('../../../wp-content/uploads/2023/11/vk_.png');
}
.contact-row {
  margin-bottom: 10px;
}
.contact {
  background-repeat: no-repeat;
  padding: 10px 0 10px 40px;
  background-size: 28px 28px;
  background-position: left;
}