@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    outline: none;
    position: relative;
}

a {
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.blue {
    color: #1ab5f8;
}

.main-fixed {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    min-height: 120px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

.main-header--row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 15px;
}

.mh-text {
    margin-left: auto;
    color: #4f5663;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
}

.main-header {
    padding-top: 120px;
    background:url("../img/bg_2.jpg") center center no-repeat;
    background-size: cover;
}

.main-header--menu {
    border: 1px solid #1ab5f8;
    border-left:none;
    border-right: none;
}

.main-header--menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
}

.main-header--menu a {
    color: #4f5663;
    display: block;
    padding: 15px 0;
    transition: .2s ease-in-out;
}

.main-header--menu a:hover,
.main-header--menu a.current {
    color: #1ab5f8;
}

.mh-logo {
    display: flex;
    align-items: center;
}

.mh-logo img {
    width: 120px;
}

.mh-logo--text {
    padding-left: 15px;
    text-transform: uppercase;
    color: #4f5663;
    font-weight: 600;
}

.mh-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mh-btns--btn.blue {
    display: block;
    background-image: linear-gradient(0deg,#24bbfd,#1390c7);
    color: #FFF;
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 15px 10px 20px;
    line-height: 1.4;
}

.mh-btns--btn.blue::before {
    content: "";
    background: url("../img/finger.svg") no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    z-index: 2;
    position: absolute;
    left: -15px;
    bottom: -15px;
    transform: rotate(45deg);
}

.mh-btns--btn.callback {
    display: block;
    color: #4f5663;
    font-weight: bold;
    border-radius: 15px;
    padding: 8px 15px 8px 20px;
    line-height: 1.4;
    border: 2px solid #25beff;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.mh-btns--btn.callback:hover {
    color: #FFF;
}

.mh-btns--btn.callback::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
    background-image: linear-gradient(0deg,#24bbfd,rgba(19, 145, 199, 1));
    opacity: 0;
    transition: .3s ease-in-out;
}

.mh-btns--btn.callback:hover::before {
    opacity: 1;
}

.main-header--content {
    padding-top: 100px;
    padding-bottom: 75px;
}

.mc-title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #4f5663;
    line-height: 54px;
}

.mc-title.big {
    font-size: 57px;
}

.mc-description {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #4f5663;
    margin-top: 20px;
    text-transform: uppercase;
}

.mc-container {
    margin-top: 30px;
    display: flex;
    gap: 40px;
}

.mc-cl--adventages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mc-cla--item {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    max-width: calc(50% - 10px);
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px rgba(0,53,138,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}

.mc-cla--item-img {
    text-align: center;
}

.mc-cla--item-text {
    color: #4f5663;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.mc-cl--btn.blue a {
    display: block;
    background:transparent;
    color: #FFF;
    font-weight: bold;
    border-radius: 15px;
    padding: 24px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
}

.mc-cl--btn.blue a:hover::before {
    opacity: 1;
}

.mc-cl--btn.blue a span {
    z-index: 2;
}

.mc-cl--btn,
.mcl-btn {
    margin-top: 20px;
}

.mcl-img img {
    max-width: 560px;
}

.order-btn--overlay {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-image: linear-gradient(180deg,rgba(112,154,218,1) 0%,rgba(165,197,244,1) 100%);
    opacity: 1;
    transition: .3s ease-in-out;
}

.order-btn--overlay::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
    background-image: linear-gradient(0deg,#1daeeb,rgba(19, 145, 199, 1));
    opacity: 0;
    transition: .3s ease-in-out;
}

.mc-cl--btn.blue a:hover .order-btn--overlay::before {
    opacity: 1;
}

.mcl-btn a {
    display: block;
    background:transparent;
    color: #FFF;
    font-weight: bold;
    border-radius: 15px;
    padding: 22px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    border: 2px solid #a5c5f4;
    color: #4f5663;
    transition: .3s ease-in-out;
}

.mcl-btn a:hover {
    color: #FFF;
}

.mcl-btn a .order-btn--overlay {
    content:"";
    background-image: linear-gradient(180deg,rgba(112,154,218,1) 0%,rgba(165,197,244,1) 100%);
    opacity: 0;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 1;
}

.mcl-btn a:hover .order-btn--overlay {
    opacity: 1;
}

.mcl-btn a span {
    z-index: 2;
}

.main-menu--img img {
    max-width: 100%;
}

.main-menu--row {
    display: flex;
    gap: 30px;
}

.main-menu--item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 25%;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    transform: scale(1);
    transition: .2s ease-in-out;
}

.main-menu--item:hover {
    transform: scale(1.1);
}

.main-menu {
    padding-top: 60px;
    padding-bottom: 90px;
}

.main-menu--title {
    padding: 18px 20px;
    color: #4f5663;
    font-size: 18px;
    font-weight: 600;
}

.main-menu--link {
    color: #86c671;
    font-weight: 600;
    padding: 0 20px 22px;
    margin-top: auto;
}

.main-menu--link::after {
    content: "\00a0→";
    font-family: Arial, Helvetica, sans-serif;
}

.gost {
    padding: 60px 0;
    background: url("../img/bg_2.jpg") center center no-repeat;
    background-size: cover;
}

.gost-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.gost-text {
    line-height: 33px;
    color: #4f5663;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.gost-text .gost-green {
    color: #86c671;
}

.gost-img {
    max-width: 130px;
    min-width: 130px;
}

.gost-img img {
    max-width: 100%;
}

.gost-img.right {
    transform: rotate(30deg);
}

.main-title {
    line-height: 42px;
    color: #4f5663;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.prices {
    padding: 60px 0;
}

.prices-tabs {
    margin-top: 40px;
}

.prices-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #709ada;
}

.prices-tabs li {
    flex: 1;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #4f5663;
    border-left: 2px solid #709ada;
    border-right: 2px solid #709ada;
    text-align: center;
    width: 100%;
}

.prices-tabs li:not(.current) {
    cursor: pointer;
}

.prices-tabs li.current {
    color: #FFF;
    font-weight: 700;
    background:#709ada;
    cursor: default;
}

.prices-tabs li:first-of-type {
    border-right: none;
}

.prices-tabs li:last-of-type {
    border-left: none;
}

.prices-row--container {
    display: none;
    flex-wrap:wrap;
}

.prices-row--container.current {
    display: flex;
}

.prices-item {
    width: 100%;
    max-width: 25%;
    margin: 30px 0;
    padding:0 15px;
}

.prices-item--img {
    height:150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prices-item--img img {
    max-width: 100%;
}

.prices-item--title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #4f5663;
}

.prices-item--price {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.55;
    font-weight: 300;
    color: #4f5663;
}

.prices-row--container.carpet .prices-item {
    max-width:33.33%;
}

.results {
    padding: 60px 0;
}

.results-slider {
    margin-top: 40px;
}

.results-slider--item {
    text-align: center;
}

.results-slider--item img {
    height: 450px;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.order-block {
    padding: 60px 0;
    background: url("../img/bg_2.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
}

.order-block--title {
    color: #4f5663;
    font-size: 35px;
    font-weight: 700;
    line-height: 39px;
}

.order-block--title .green {
    color: #86c671;
}

.order-block--description {
    color: #4f5663;
    margin-top: 16px;
    line-height: 23px;
    font-size: 18px;
    font-weight: 400;
}

.order-block--tel-container {
    display: flex;
    border: 1px solid #709ada;
    border-radius: 15px;
    background: #FFF;
    overflow: hidden;
    padding: 0 15px;
}

.order-block--tel-flag {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.order-block--tel-flag::before {
    content: "";
    width: 18px;
    height: 13px;
    background: url("../img/flag-ru.png") center center no-repeat;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin-right: 15px;
}

.order-block--tel-flag::after {
    content: "+7";
}

.order-block--tel-input {
    flex: 1;
    height: 100%;
}

.order-block--tel-input input {
    height: 100%;
}

.order-block--tel-container input {
    border: none;
    padding: 27px 0;
    flex: 1;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

#order-block--form-form,
#order-block--form-form-2 {
    max-width: 640px;
    display: flex;
    margin: 20px auto 0;
    gap: 10px;
}

#order-block--form-form > input,
#order-block--form-form > div,
#order-block--form-form-2 > input,
#order-block--form-form-2 > div {
    flex: 1;
}

#order-block--form-form > input,
#order-block--form-form-2 > input {
    background: #709ada;
    border: none;
    font-size: 18px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    padding: 27px 0;
    color: #FFF;
    cursor: pointer;
}

.order-block--info {
    margin-top: 10px;
    color: #272727;
    font-weight: 300;
    font-size: 13px;
}

.order-form--timer-title {
    margin-top: 40px;
    color: #4f5663;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
}

.order-form--timer-timer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-form--hours,
.order-form--minutes,
.order-form--seconds {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    min-width: 100px;
    line-height: 19px;
    color: #4f5663;
    font-size: 16px;
    font-weight: 400;
}

.order-form--hours span,
.order-form--minutes span,
.order-form--seconds span {
    color: #709ada;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}

.order-form--minutes {
    margin: 0 15px;
}

.order-form--minutes span {
    display: flex;
}

.order-form--minutes::before,
.order-form--minutes::after {
    content:":";
    color: #709ada;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.order-form--minutes::before {
    left: -15px;
}

.order-form--minutes::after {
    right: -15px;
}

.cleaning-from {
    padding: 60px 0;
}

.cleaning-from--row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.cleaning-from--item {
    width: 100%;
    max-width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
}

.cleaning-products {
    padding: 60px 0;
}

.cleaning-from--item-text {
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    color: #4f5663;
}

.cleaning-from--item-img img {
    max-width: 100%;
}

.cleaning-products--item-text {
    margin-top: 37px;
    font-size: 18px;
    font-weight: 600;
    color: #4f5663;
}

.cleaning-products--item-img img {
    width: 50px;
}

.cleaning-products--item {
    text-align: center;
    flex: 1;
}

.cleaning-products--row {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.equipment {
    padding: 60px 0;
}

.equipment-row {
    margin-top: 40px;
    display: flex;
    gap: 40px;
}

.equipment-left {
    display: flex;
    flex-direction: column;
}

.equipment-right {
    flex: 1;
    font-size: 0;
}

.equipment-right img {
    max-width: 560px;
}

.equipment-description {
    font-size: 18px;
    color: #4f5663;
    font-weight: 600;
}

.equipment-left--row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: auto
}

.equipment-item {
    width: 100%;
    max-width: calc(50% - 10px);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px rgba(0, 53, 138, 0.1);
    text-align: center;
}

.equipment-item .equipment-img img {
    width: 27px;
}

.equipment-text {
    margin-top: 20px;
    line-height: 22px;
    font-weight: 400;
}

.stages {
    padding: 60px 0;
}

.stages-row {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.stages-item {
    width: 100%;
    max-width: 50%;
}

.stages-item.empty {
    max-width: calc(50% - 1px);
}

.stages-item.left {
    border-right: 2px solid #709ada;
    max-width: calc(50% + 1px);
    padding-right: 56px;
    text-align: right;
}

.stages-item.right {
    border-left: 2px solid #709ada;
    max-width: calc(50% + 1px);
    padding-left: 56px;
}

.stages-item.right.transparent {
    border-left: 2px solid transparent;
}

.stages-item--row-number {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    background: #709ada;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stages-item--row-number span {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.stages-item.left .stages-item--row-number {
    top: -10px;
    right: -81px;
}

.stages-item.right .stages-item--row-number {
    top: -10px;
    left: -81px;
}

.stages-item.left .stages-item--row {
    margin-left: auto;
}

.stages-item--row {
    max-width: 325px;
    margin-top: 10px;
}

.stages-item--title {
    font-size: 18px;
    font-weight: 600;
    color: #4F5663;
}

.stages-item--description {
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
}

.stages-item--description a {
    display: inline-block;
    margin-top: 6px;
    color: #86c671;
    text-decoration: underline;
    font-weight: 700;
}

.edge {
    padding: 60px 0 120px;
}

.edge-row {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
}

.edge-item {
    width: 100%;
    max-width: calc(33.33% - 26px);
}

.edge-item--title::before {
    content: "";
    background: url("../img/drop.svg") center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 24px;
    display: block;
    margin-right: 15px;
}

.edge-item--title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #4f5663;
    line-height: 1.35;
}

.edge-item--description {
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.55;
    color: #4F5663;
}

.contacts {
    padding: 120px 0;
}

.contacts-item--img {
    text-align: center;
}

.contacts-item--img::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.contacts-item--img.one::before {
    background: url("../img/contacts-1.svg") center center no-repeat;
    background-size: contain;
}

.contacts-item--img.two::before {
    background: url("../img/contacts-2.svg") center center no-repeat;
    background-size: contain;
}

.contacts-item--img.three::before {
    background: url("../img/contacts-3.svg") center center no-repeat;
    background-size: contain;
}

.contacts-item--img.four::before {
    background: url("../img/contacts-4.svg") center center no-repeat;
    background-size: contain;
}

.contacts-item--text {
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #4f5663;
}

.contacts-item--text a {
    color: #86c671;
    text-decoration: underline;
}

.contacts-row {
    display: flex;
    margin-top: 40px;
    gap: 40px;
    align-items: flex-start;
} 

.contacts-item {
    width: 100%;
    max-width: calc(25% - 30px);
}

.contacts-map {
    margin-top: 20px;
}

.contacts-map img {
    max-width: 100%;
}

.contacts-text {
    margin-top: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #4f5663;
}

footer {
    background: #4f5663;
    padding: 50px 0;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 170px;
}

.footer-logo img {
    max-width: 100%;
    width: 100%;
}

.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.footer-list a {
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
}

.footer-politic {
    margin-top: 15px;
}

.footer-politic a {
    color: #9b9fa8;
    font-size: 14px;
}

.callback-box {
    position: fixed;
    z-index: 15;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease-in-out;
}

.callback-box.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.callback-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    cursor: pointer;
}

.callback-container {
    width: 100%;
    max-width: 560px;
    padding: 40px 45px;
    background: #FFF;
}

.callback-title {
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #4F5663;
}



.callback-popup--tel-container {
    display: flex;
    border: 1px solid #c9c9c9;
    border-radius: 15px;
    background: #FFF;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 25px;
}

.callback-popup--tel-flag {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.callback-popup--tel-flag::before {
    content: "";
    width: 18px;
    height: 13px;
    background: url("../img/flag-ru.png") center center no-repeat;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin-right: 15px;
}

.callback-popup--tel-flag::after {
    content: "+7";
}

.callback-popup--tel-input {
    flex: 1;
    height: 100%;
}

.callback-popup--tel-input input {
    height: 100%;
}

.callback-popup--tel-container input {
    border: none;
    padding: 20px 0;
    flex: 1;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.callback-politic--check > input {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.callback-check--box {
    font-size: 0;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.callback-check--box::after  {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s ease-in-out;
}

.callback-politic--check > input:checked ~ .callback-check--box::after {
    opacity: 1;
}

.callback-popup-politic {
    display: flex;
    margin-bottom: 25px;
}

.callback-popup > input {
    color: #FFF;
    background-color: #1ab5f8;
    font-weight: 700;
    border:none;
    border-radius: 15px;
    padding: 20px 60px;
    text-align: center;
    display: flex;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

.callback-politic--link {
    font-size: 15px;
    font-weight: 300;
    color: #4f5663;
    padding-left: 10px;
}

.callback-politic--link a {
    color: #b5b5b5;
}

.callback-container--close {
    position: absolute;
    width: 26px;
    height: 26px;
    z-index: 3;
    top: 15px;
    right: 15px;
    opacity: 0.8;
    transition: opacity .2s ease-in-out;
}

.callback-container--close::before {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #333;
    transform: rotate(45deg);
    margin-top: 50%;
    position: relative;
    top: 1px;
}

.callback-container--close::after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #333;
    transform: rotate(-45deg);
}

.callback-container--close:hover {
    opacity: 1;
}





.politic-box {
    position: fixed;
    z-index: 15;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    display: flex;
    justify-content: center;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 50px 30px;
    transition: .3s ease-in-out;
}

.politic-box.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.politic-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    cursor: pointer;
}

.politic-container {
    width: 100%;
    max-width: 90%;
    padding: 40px 45px;
    background: #FFF;
    height: fit-content;
}

.politic-title {
    font-size:32px;
    line-height: 1.17;
    color: #4f5663;
    font-weight: 700;
}

.politic-description {
    margin-top: 17px;
}

.politic-description p {
    background-color: #FFF;
    font-size: 16px;
    color: #4f5663;
    font-weight: 300;
    line-height: 1.55;
}

.politic-subtitle {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.politic-description .strong {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.politic-container--close {
    position: absolute;
    width: 26px;
    height: 26px;
    z-index: 3;
    top: 15px;
    right: 15px;
    opacity: 0.8;
    transition: opacity .2s ease-in-out;
}

.politic-container--close::before {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #333;
    transform: rotate(45deg);
    margin-top: 50%;
    position: relative;
    top: 1px;
}

.politic-container--close::after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #333;
    transform: rotate(-45deg);
}

.politic-container--close:hover {
    opacity: 1;
}

.politica {
    color: #86c671;
}

.onlymob {
    display: none;
}

.onlypc {
    display: block;
}

.main-menu--anim,
.prices-anim {
    display: none;
}

.mobile-menu {
    display: none;
}

.mh-btns--menu {
    display: none;
    flex-direction: column;
    gap: 4px;
}

.mh-btns--menu span {
    display: block;
    width: 40px;
    height: 0;
    padding: 1px;
    background: transparent;
    border:2px solid #333;
    border-radius: 6px;
}

.prices-item--price .old-price span {
    display: inline-block;
    font-size: 14px;
}

.prices-item--price .old-price span::before {
    content: "";
    background: #e94444;
    width: 100%;
    opacity: .3;
    height: 2px;
    position: absolute;
    z-index: 2;
    left:0;
    top:calc(50% - 2px);
}

.prices-item--btn a {
    display: block;
    padding: 15px;
    color: #FFF;
    background: #1ab5f8;
    text-align: center;
    font-weight: 600;
}

.prices-item--btn {
    padding-top: 15px;
    margin-top: auto;
}

.prices-item {
    padding: 0;
    overflow: hidden;
}

.prices-item {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}