a {
    color: #262625;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #262625;
}

.container {
    position: relative;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    font-family: Circe, sans-serif;
    font-size: 20px;
    line-height: 60px;
    background: #fed204;
    -webkit-box-shadow: 0 3px 0 rgba(23, 23, 23, 0.5);
    box-shadow: 0 3px 0 rgba(23, 23, 23, 0.5);
    padding: 0 55px 0 41px;
    border: 0;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.theme-btn .fas {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 9px;
    font-size: 16px;
}

.theme-btn:hover {
    background: #262625;
    color: #fff;
}

#prev.theme-btn {
    background: #262625;
    overflow: hidden;
}

#prev.theme-btn:hover {
    background: #fed204;
}

.section {
    padding: 80px 0;
}

.section-header h1,
.section-header h2,
.section-header h3 {
    font-size: 30px;
    line-height: initial;
    margin: 0 0 55px;
    text-transform: uppercase;
    text-align: center;
}

.header-wrap {
    background: #fff;
    height: 100px;
}

.header-logo {
    width: 305px;
    background: #fff;
    height: 93px;
    margin: -10px 30px 0 0;
    padding-top: 16px;
    float: left;
    max-width: 100%;
}

.header-logo a {
    display: block;
}

.header-logo img {
    margin: -14px auto;
    height: 95px;
}

.header-description p {
    font-family: Circe, sans-serif;
    color: #4a4a4a;
    margin: 14px 0 0;
    letter-spacing: .02em;
    line-height: 14px;
}

.header-description span {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: initial;
}

.header-contacts ul {
    margin: 7px 0 0;
    padding: 0;
    text-align: center;
}

.header-contacts ul li {
    list-style: none;
}

.header-contacts a {
    color: #000;
    display: inline-block;
}

.header-contacts a:hover {
    color: #fed204;
}

.header-contacts .fas {
    color: #fed204;
    margin-right: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 14px;
}

.header-contacts .fab {
    color: #fed204;
    margin-left: 7px;
    font-size: 23px;
}

.header-contacts-phone a {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    margin-bottom: 10px;
}

.header-link {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -21px;
    right: 15px;
}

.header-link:hover {
    color: #fed204;
}



#touch-menu {
    display: none;
}

.masters__item {
    transition: transform ease-out .5s;
}

.masters__item:hover {
    transform: scale(1.15);
}


/*.fix-but{*/


/*font-size:14px;*/


/*line-height:43px;*/


/*display:inline-block;*/


/*background:#fed204;*/


/*padding-left:10px;*/


/*padding-right:10px;*/


/*float: right;*/


/*font-weight: 500;*/


/*}*/

@media (min-width: 991px) {
    .fix-but {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .mob-header {
        border-bottom: 1px solid #fff;
        margin: 0 -15px;
        padding: 0 15px;
        display: block !important;
    }
    #touch-menu {
        display: block;
        font-size: 21px;
        color: #fff;
        line-height: 42px;
    }
    .mob-phone {
        display: inline-block;
        color: white !important;
        line-height: 43px;
        font-size: 14px;
    }
    .mob-phone a {
        display: inline-block;
        color: white;
        line-height: 43px;
        font-size: 14px;
        margin-right: 24px;
    }
    .mob-phone a:hover {
        display: inline-block;
        color: #fed204 !important;
        line-height: 43px;
        font-size: 14px;
    }
    .mob-phone .fas {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        font-size: 15px;
        display: inline-block;
        margin-right: 12px;
        vertical-align: middle;
    }
    .mob-phone .fab {
        font-size: 23px;
        display: inline-block;
        margin-left: 15px;
        margin-right: 12px;
        position: relative;
        top: 5px !important;
    }
}

@media (max-width: 767px) {
    .theme-btn {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 18px !important;
        line-height: 50px;
    }
    .section {
        padding: 50px 0;
    }
    .section-header h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .header-logo {
        margin-right: 15px;
    }
    .header-description p {
        margin: 0;
        padding-top: 14px;
    }
    .header-description span {
        font-size: 14px;
    }
    .header-link {
        display: none;
    }
    .mob-header {
        border-bottom: 1px solid #fff;
        margin: 0 -15px;
        padding: 0 15px;
    }
    #touch-menu {
        display: block;
        font-size: 21px;
        color: #fff;
        line-height: 42px;
    }
    .mob-phone {
        display: inline-block;
        color: #fff;
        line-height: 31px;
    }
    .mob-phone .fas {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        font-size: 16px;
        display: inline-block;
        margin-right: 12px;
    }
    .mob-phone .fab {
        font-size: 23px;
        position: relative;
        top: 3px !important;
    }
}

.fix-but {
    font-size: 14px;
    line-height: 43px;
    display: inline-block;
    background: #fed204;
    padding-left: 9px;
    padding-right: 9px;
    float: right;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    border: none;
    position: relative;
    color: black;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.fix-but:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.fix-but:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.fancybox-button svg path {
    fill: #fb9800;
}

.fancybox-button {
    background: transparent;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0;
}

.fancybox-button {
    padding: 5px;
}

@media (max-width: 440px) {
    .fancybox-navigation .fancybox-button div {
        padding: 13px;
    }
}

.main {
    background: url('../images/header-bg.jpg') no-repeat;
    background-size: cover;
    background-position: 27% center;
}
.main-privacy {
        background-size: cover;
        background-position: 27% center;

}

.main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0 100px;
    min-height: 85vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.main__content {
    margin-right: 50px; }

.main__title {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    margin: 0 0 43px; }

.main__subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 55px; }

.main__btn {
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    text-align: center;
    padding: 22px 80px;
    background: #FED049;
    border-radius: 25px;
    display: inline-block; }
.main__btn:hover {
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    background: #fec620; }

.main__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FED049;
    -webkit-box-shadow: 0px 9px 51px rgba(254, 208, 73, 0.79);
    box-shadow: 0px 9px 51px rgba(254, 208, 73, 0.79);
    border-radius: 30px;
    margin-top: 40px;
    padding: 45px 0;
    max-width: 400px;
    width: 100%; }

.main__form-title {
    max-width: 267px;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px; }

.main__form-input {
    display: block;
    margin: 0 auto;
    width: 230px;
    min-height: 45px;
    padding-left: 24px;
    padding-right: 15px;
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px; }
.main__form-input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #929292; }
.main__form-input::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #929292; }
.main__form-input:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #929292; }
.main__form-input::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #929292; }
.main__form-input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #929292; }
.main__form-input:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(26, 57, 114, 0.95);
    box-shadow: 0px 0px 2px 2px rgba(26, 57, 114, 0.95); }

.main__form-btn {
    display: inline-block;
    margin: 20px auto 0;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 15px;
    max-width: 270px;
    padding: 12px 30px;
    cursor: pointer;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    font-size: 17px;
    line-height: 23px;
    color: #000000; }
.main__form-btn:hover {
    border-color: #4977fe; }

@media (max-width: 1200px) {
    .main__title {
        font-size: 35px;
        line-height: 47px; }
    .main__subtitle {
        font-size: 25px;
        line-height: 31px; }}

@media (max-width: 1015px) {
    .main__title {
        font-size: 32px;
        line-height: 44px; }
    .main__subtitle {
        font-size: 23px;
        line-height: 31px; }
    .main__btn {
        font-size: 23px;
        line-height: 31px; }
    .main__inner {
        display: block; }
    .main__content {
        margin-right: 0; }
    .main__form {
        margin: 100px auto 0; } }

@media (max-width: 600px) {
    .menu__list {
        padding: 50px 0 150px; } }

@media (max-width: 460px) {
    .main__inner {
        padding: 50px 0;
        text-align: center; }
    .main__title {
        font-size: 27px;
        line-height: 36px; }
    .main__subtitle {
        font-size: 18px;
        line-height: 24px; }
    .main__btn {
        display: none; }
    .main__form {
        margin: 50px auto 0; } }

@media (max-width: 405px) {
    .main__btn {
        padding: 22px 0;
        width: 100%; }
    .main__title {
        margin: 0 0 30px;
        font-size: 23px;
        line-height: 32px; } }

@media (max-width: 360px) {
    .main__btn {
        font-size: 19px;
        line-height: 25px; }
    .main__title {
        font-size: 21px;
        line-height: 30px; }
    .main__form-btn {
        padding: 12px 25px;
        font-size: 16px;
        line-height: 20px; } }


.container, .container-md, .container-sm {
    max-width: 100%!important;
    padding: 0!important;
}

div.errors {
    color: maroon;
}
.radio {
    right: 10%;
    top: 40%;
    position: absolute;
    bottom: 100px;
    z-index: 10;
    width: 20%;
}
.RP-SCRIPT .RP-PLAYER-CONTROL svg{
    height: 3rem !important;
}
.RP-currentSong.RP-text-shadow-light{
    font-size: 1.25rem !important;
}
.slider-text{
    width: 60% !important;
    /**left: 40% !important;**/
}
.RP-SCRIPT .RP-LINK {
  font-size: 1.8rem !important;
}
.RP-SCRIPT .RP-VOLUME-WRAPPER {
  width: 12rem !important;
}

@media (max-width: 1200px) {
  .radio {
      display:none;
  }
.slider-text{
    width: 100% !important;
   /** left: 50% !important;**/
}  
}
#slider-wrap2 .slider-text{
    width: 100% !important;
    left: 50% !important;
}  

.benefits-item__text--clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.benefits-item--expanded .benefits-item__text--clamp {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.benefits-item__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 10px;
    background: rgba(254, 210, 4, 0.22);
    color: #262625;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.benefits-item__more:hover {
    background: rgba(254, 210, 4, 0.35);
}

/* Cleaner UI for the first "Наши преимущества" section (cards 1-6) */
.benefits.container .benefits-content {
    gap: 16px;
}

.benefits.container .benefits-item {
    width: calc(100% / 3 - 16px) !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 18px 18px 16px !important;
    border-radius: 18px;
    box-shadow: 0px 0px 12px rgba(254, 210, 4, 0.45) !important;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefits.container .benefits-item:nth-child(2n) {
    box-shadow: 0px 0px 12px rgba(26, 57, 114, 0.35) !important;
}

.benefits.container .benefits-item:hover {
    transform: translateY(-3px) !important;
}

.benefits.container .benefits-item__text {
    font-size: 14px;
    line-height: 1.45;
}

.benefits.container .benefits-item__more {
    background: transparent;
    padding: 0;
    margin-top: 10px;
    border-radius: 0;
    border: 0;
    color: #1A3972;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.benefits.container .benefits-item__more:hover {
    background: transparent;
    color: #000;
}

.benefits.container .benefits-item__icon {
    position: static !important;
    transform: none !important;
    margin-top: 14px;
}

.benefits.container .benefits-item__logos {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

@media (max-width: 980px) {
    .benefits.container .benefits-item {
        width: calc(100% / 2 - 16px) !important;
    }
}

@media (max-width: 640px) {
    .benefits.container .benefits-item {
        width: 100% !important;
    }
}

/* "Наши инструменты" (mobile: photo first, then text + Подробнее) */
@media (max-width: 768px) {
    #benefits .benefits__inner {
        display: flex;
        flex-direction: column;
    }

    #benefits .benefits__item {
        order: 1;
        width: 100% !important;
        margin-right: 0 !important;
    }

    #benefits .our-tools__text {
        order: 2;
    }
}

#benefits .our-tools__text-content--clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
}

#benefits .our-tools__text.our-tools__text--expanded .our-tools__text-content--clamp {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

#benefits .our-tools__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1A3972;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#benefits .our-tools__more:hover {
    color: #000;
}