body {
    background: rgb(255, 153, 102);
    background: linear-gradient(120deg, rgba(255, 153, 102, 1) 0%, #ffcc66 50%);
    color: #660000;
    font-family: "Montserrat Regular";
    overflow-x: hidden;
}

header {
    margin-top: 40px;
}

.logo p {
    font-size: 11px;
    font-family: "OpenSans Regular";
    line-height: 13px;
    color: #fff;
    margin-top: 13px;
}

.menu-icons a {
    height: auto;
}

.menu-icons svg {
    height: 40px;
}

.menu-icons {
    height: auto;
    overflow: hidden;
}

.menu-icons svg:hover path,
.menu-icons svg:hover rect {
    fill: #660000 !important;
}


/* alerts */

.alert {
    padding: 40px 0px 0px 40px;
    border-radius: 40px;
    display: flex;
    /* display: flex; */
}

.danger {
    background-color: #FF965C;
    border: 6px solid #E80902;
    color: #7C0500;
}

.danger button {
    color: #E80902;
}

.warning {
    background-color: #FACF4C;
    border: 6px solid #F6A50B;
    color: #CD7700;
}

.warning button {
    color: #FD7111;
}

.green {
    background-color: #B1DB47;
    border: 6px solid #1BA208;
    color: #0A2F00;
}

.green button {
    color: #103A0E;
}

.alert img {
    height: 180px;
    margin-bottom: 40px;
}

.alert button {
    border: none;
    background: none;
    font-size: 50px;
}

.danger-full,
.warning-full,
.green-full {
    display: none;
}

.alert-text {
    font-family: "Montserrat Medium";
    font-size: 25px;
    padding-right: 40px;
}


/* contacts */

.contacts {
    margin-top: 6px;
}

.contacts .dropdown-toggle {
    font-family: "Montserrat Medium";
    font-size: 22px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
}

.contacts .dropdown-toggle:hover,
.contacts .dropdown-toggle.show {
    background-color: #660000;
    transition: 0.2s;
}

.contacts a {
    color: #fff;
}

.contacts .dropdown-menu.show {
    padding: 30px 0px 10px 0px;
    transform: translate3d(-260px, 60px, 0px) !important;
    border: none;
    background-color: #660000 !important;
    border-radius: 10px 10px 10px 10px !important;
    --bs-dropdown-min-width: 1260px;
}

.contacts .dropdown-menu {
    color: #fff;
    font-size: 14px;
    transition: 0.2s;
}

.contacts .dropdown-menu img {
    margin-top: 5px;
}

.contacts .first .icons {
    display: flex;
    width: 100px;
    justify-content: center;
}

.contacts .first .icon img {
    margin-right: 5px;
}

.contacts .dropdown-menu a {
    text-decoration: 1px underline;
    text-underline-offset: 5px;
}

.contacts .dropdown-menu .first a {
    text-decoration: none;
}

.contacts .dropdown-menu a:hover {
    color: #ffcc66;
    transition: 0.2s;
}

.contacts .icon p {
    font-size: 14px;
    width: 100px;
}

.contacts ul {
    font-size: 14px;
    padding-left: 30px;
    list-style: none;
}

.contacts ul li {
    padding-bottom: 5px;
}

.contacts .text {
    padding: 5px 30px 0px 30px;
    font-size: 14px;
}


/* language menu */

.language-dropdown .dropdown-toggle {
    font-family: "Montserrat Bold";
    display: flex;
    font-size: 22px;
    color: #fff;
    outline: 1px solid #ffff;
    padding: 4px 0px 4px 15px;
    text-align: left;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
    width: 95px !important;
    align-items: center;
    margin-left: 80px;
}

.language-dropdown .dropdown-toggle span {
    width: 50px;
}

.language-dropdown .dropdown-toggle::after {
    justify-content: end;
}

.language-dropdown .dropdown-toggle:hover,
.language-dropdown .dropdown-toggle.show {
    background-color: #660000;
    outline: none;
    transition: 0.2s;
    border: none;
}

.language-dropdown a {
    color: #fff;
    transition: 0.2s;
}

.language-dropdown .dropdown-menu a:hover {
    color: #ffcc66;
    transition: 0.2s;
    background: none;
}

.language-dropdown .dropdown-menu.show {
    padding: 20px 0px 10px 0px;
    transform: translate3d(92px, 32px, 0px) !important;
    border: none;
    background-color: #660000 !important;
    border-radius: 0px 0px 10px 10px !important;
    --bs-dropdown-min-width: 95px;
}

.language-dropdown .dropdown-menu.show~.language-dropdown .dropdown-toggle {
    border-radius: 10px 10px 0 0;
}

.language-dropdown .dropdown-menu {
    font-family: "Montserrat Bold";
    color: #fff;
    font-size: 22px;
    transition: 0.2s;
    margin-top: 0;
}


/* right menu */

.menu {
    margin-left: 35px;
}

.menu img {
    height: 37px;
}

.offcanvas {
    background-color: #660000;
    padding-top: 20px;
}

.offcanvas-body {
    margin-top: 30px;
}

.offcanvas-body ul li a {
    text-decoration: none;
    list-style: none;
    color: #fff;
    transition: 0.2s;
}

.offcanvas-body ul li a:hover {
    color: #ffcc66;
    transition: 0.2s;
}

.offcanvas-header .btn-close {
    color: #fff !important;
    fill: #fff !important;
}

.offcanvas-body ul {
    list-style: none;
    padding: 0;
}

.offcanvas-body ul li {
    list-style: none;
    margin-bottom: 20px;
    font-family: "Montserrat Bold";
    font-size: 20px;
}

.offcanvas-body .language {
    display: none;
    margin: -10px;
}

.offcanvas-body .language li {
    margin: 10px;
    font-family: "Montserrat SemiBold";
}

.offcanvas-body .current {
    opacity: 0.7;
}

.offcanvas-body .links {
    display: none;
}

.menu {
    background: none;
    border: none;
}

.menu-icons div {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.btn-close {
    margin-left: -5px;
}


/*buttons */

.ozo-btn {
    width: 236px !important;
    height: 55px;
    border: none;
    border-radius: 10px;
    background-color: #ff3300;
    background: linear-gradient(37deg, #ff6600 40%, #ff3300 80%);
    font-size: 20px;
    font-family: "Montserrat Bold";
    text-transform: uppercase;
    padding-top: 5px;
    color: #FFFFFF;
    margin-top: 50px;
}

.ozo-btn:hover {
    background: linear-gradient(37deg, #660000 40%, #660000 80%);
}


/*sections */

.section-heading {
    font-family: "Montserrat ExtraBold";
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 75px;
}

.section-subheading {
    font-family: "Montserrat ExtraBold";
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 25px;
}

.text {
    font-size: 16px;
    font-family: "Montserrat Regular";
}


/*header*/

.header-block {
    margin-top: 50px;
}

header .heading,
.choose .heading {
    font-family: "Montserrat ExtraBold";
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

header .text,
.choose .text,
.price .text,
.support .text {
    font-size: 20px;
    font-family: "Montserrat Regular";
}


/* prices */

#price-text-full {
    display: none;
}

#showPriceText {
    border: none;
    background: none;
    /*font-size: 40px;*/
    color: #ee6f2d;
    margin-top: -30px;
    padding: 0 !important;
}
#showPriceText:hover {
    color: #660000;
}
.price {
    padding: 0 !important;
}

.price a {
    font-family: "Montserrat SemiBold";
}

.price a:active {
    font-family: "Montserrat SemiBold";
}

.price .nav>div a.nav-item.nav-link,
.price .nav>div a.nav-item.nav-link.active {
    margin: 0;
    align-items: center !important;
    font-family: "Montserrat SemiBold";
}

.price .nav-tabs {
    border: 0 !important;
    margin: 0 0 !important;
    align-items: center;
    position: relative;
    z-index: 3;
}

.price .tab-content {
    color: #fff;
    font-size: 20px;
    padding: 20px;
    position: relative;
}

.price {
    border: 0;
    z-index: 3;
}

.price .nav-item.nav-link {
    margin: 0px 10px;
    padding: 10px 0 10px 0;
    margin-bottom: 50px;
    border-radius: 10px !important;
    background: none !important;
    border: 1px solid #ffffff !important;
    font-size: 22px;
    font-family: "Montserrat SemiBold";
    color: #ffffff;
    transition: 0.2s;
}

.price .item-content {
    padding: 0 !important;
    height: 33px;
}

.tab-content .decimal {
    margin-left: 15px;
}

.inactive {
    color: #ed6d32!important;
    background: #fff;
    opacity: 0.4;
}

.inactive .ozo-btn {
    display: none;
}

.column ul {
    height: 180px;
}

.test {
    font-size: 22px;
    margin-left: 5px;
    color: #fff;
    margin-bottom: 0;
}

.price-icon {
    display: flex;
    position: absolute;
    z-index: 1;
    bottom: 480px;
    right: 0px;
}

.price {
    position: relative;
    z-index: 3;
}

.price .column {
    width: 30%;
    margin: 0px;
    padding: 40px;
    background-color: #ffc2a3;
    border-radius: 10px;
    color: #660000;
    font-family: "Montserrat SemiBold";
    font-size: 20px;
    text-transform: uppercase;
}

.price .column.col-9 {
    width: 65%;
    text-transform: none !important;
    font-family: "Montserrat Medium";
}

.price .column p {
    font-family: "Montserrat ExtraBold";
}

.price .nav-item.nav-link:hover,
.price .nav-item.nav-link:focus,
.price .nav-item.nav-link.active {
    border-color: #ffc2a3 !important;
    background: #ffc2a3 !important;
    color: #660000;
    align-items: center !important;
    border: 1px solid #ffc2a3;
    font-family: "Montserrat SemiBold";
    transition: 0.2s;
}

.order {
    position: absolute;
    bottom: 0px !important;
    margin-left: 8px;
}

.choose {
    margin-top: 150px;
}

.price {
    font-family: "Montserrat Light";
    font-size: 42px;
}

.price-amount {
    display: flex;
    padding: 0;
    width: 250px !important;
    margin: auto;
}

.number-full {
    display: flex;
    width: auto !important;
    align-items: flex-end;
    padding: 0 !important;
}

.number {
    font-family: "Montserrat Medium";
    font-size: 60px;
    margin-left: 10px;
}

.currency {
    margin-bottom: 10px;
}

.decimal {
    display: flex;
    font-size: 25px;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 15px !important;
    text-decoration: underline;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 5px;
    margin-left: 5px !important;
}


/* choose */

.choose-img {
    max-width: 600px;
    margin-top: -50px !important;
}

.choose-img img {
    width: 550px !important;
}

.choose .nav>div a.nav-item.nav-link,
.choose .nav>div a.nav-item.nav-link.active {
    margin: 0;
}

.choose-tabs {
    display: block;
    height: auto;
    margin: 0;
}

.choose .nav-tabs {
    border: 0 !important;
    margin: 0 !important;
    margin-top: -100px !important;
    font-size: 16px;
    font-family: "Montserrat SemiBold";
}

.choose .tab-content .show {
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
    padding: 30px;
    border-radius: 10px;
    background-color: #660000;
}

.choose .item-content p {
    height: 20px;
}

.choose .item-content .item-img {
    display: flex;
    height: 120px;
    align-items: flex-end;
    justify-content: center;
}

.choose .item-content img {
    max-width: 100px !important;
    max-height: 100px;
    align-self: flex-end;
}

.choose .nav-item.nav-link {
    margin: 10px;
    padding: 30px 10px;
    margin-bottom: 50px;
    border-radius: 10px !important;
    border: 1px solid #660000 !important;
    color: #660000;
    transition: 0.2s;
}

.choose .nav-item.nav-link:hover,
.choose .nav-item.nav-link:focus,
.choose .nav-item.nav-link.active {
    border: none;
    background: #660000 !important;
    color: #fff;
    transition: 0.2s;
}

.tab-content .columns {
    font-size: 16px;
}

.tab-content .columns img {
    width: 100%;
}

.tab-content .columns .column-img {
    padding: 0;
    margin: 0;
}

.tab-heading {
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    line-height: 1.2;
}

.tab-content a {
    color: #FFFFFF !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

.tab-content a:hover {
    color: #ffcc66 !important;
    text-decoration: none !important;
}


/*specials */

.specials .icon {
    height: 130px;
}


/*decoder */

.decoder {
    font-family: "Montserrat Medium";
    font-size: 18px;
    color: #660000;
}


/* why ozo */

.whyozo .item-name,
.specials .item-name {
    font-size: 24px;
    font-family: "Montserrat Regular";
    font-weight: bold;
}

.whyozo .item-desc,
.specials .item-desc {
    font-size: 18px;
}

.whyozo .item-desc {
    width: 300px;
}

.whyozo .item-icon {
    width: 90px;
}


/*support */

.support {
    padding: 0 !important;
}

.support .nav>div a.nav-item.nav-link,
.support .nav>div a.nav-item.nav-link.active {
    margin: 0;
}

.support .nav-tabs {
    border: 0 !important;
    margin: 0 !important;
    font-size: 20px;
    font-family: "Montserrat SemiBold";
}

.support .tab-content .show {
    margin: 0 10px !important;
    background: #660000;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    font-size: 18px;
}

.support {
    border: 0;
}

.support-item .item-content p {
    height: 50px;
}

.support-item .item-content .item-img {
    display: flex;
    height: 220px;
    align-items: flex-end;
    justify-content: center;
}

.support-item .item-content img {
    max-width: 180px !important;
    max-height: 200px;
    align-self: flex-end;
}

.support .nav-item.nav-link {
    margin: 10px;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 10px !important;
    border: 1px solid #660000 !important;
    color: #660000;
    transition: 0.2s;
}

.support .nav-item.nav-link:hover,
.support .nav-item.nav-link:focus,
.support .nav-item.nav-link.active {
    border: none;
    background: #660000 !important;
    color: #fff;
    transition: 0.2s;
}

.orange {
    background-color: #FE9961;
    padding: 30px;
    border-radius: 10px;
}

.red {
    background-color: #fa5a62;
    padding: 30px;
    border-radius: 10px;
}

.lime {
    background-color: #5fc171;
    padding: 30px;
    border-radius: 10px;
}

.blue {
    background-color: #789fcc;
    padding: 30px;
    border-radius: 10px;
}

.rectangle {
    margin-top: 20px;
}

.rectangle img {
    text-align: center;
}

.rectangle img {
    width: 50%;
}

.rectangle .img {
    text-align: center;
}

.rectangle.small {
    font-size: 14px;
    line-height: 1.2;
}


/* Q&A */

.question-item .item-content p {
    height: auto !important;
}

.accordion-item {
    background: none;
    border: none;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-item a {
    font-family: "Montserrat SemiBold";
    color: #FFFFFF !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    cursor: pointer;
}

.accordion-item a:hover {
    text-decoration: none !important;
}

.accordion-item a[aria-expanded="true"] {
    text-decoration: none !important;
}

.accordion-body {
    font-family: "Montserrat Regular";
    background-color: none;
    color: #FFFFFF;
    padding: 0;
    margin-top: 10px;
}

.questions .tab-content {
    padding-bottom: 30px;
}

.questions .support-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.questions .support-item p {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}


/* form */

.contactform form input,
.contactform form select {
    font-family: "Montserrat Bold";
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
}

.highlight>div iframe {
    border: 3px solid red;
    /* Пример стиля подсветки */
}

.contactform form input::placeholder,
.form-group textarea::placeholder {
    color: #CCCC !important;
    font-family: "Montserrat Bold";
    font-size: 20px;
}

.contactform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    text-align-last: center;
}

.contactform select:invalid,
.contactform .default-selected {
    color: #CCCC !important;
}

.contactform select.form-control option[value=""][disabled] {
    display: none;
}

.contactform select.form-control option {
    color: black !important;
}

select {
    border: unset;
    width: 100%;
    appearance: none;
    text-align: center !important;
    justify-content: center !important;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGBAMAAAAFwGKyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEX/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD///8mMxDkAAAADHRSTlMAlffwDqoFnAGLiYozLQ5CAAAAAWJLR0QN9rRh9QAAAAd0SU1FB+gCCAsSDYOnq08AAAAsSURBVAjXYxAyBgJFBtczQBDCwFZz5szxBAaGxjNnJBiAYM5JEMnAtYGBAQAjpwxaKH5gfQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

.personal-password select, .personal-password select option {
    font-family: "Montserrat Regular";
}

.form-control option {
    font-size: 18px !important;
    text-align: center !important;
}

.form-group textarea::placeholder {
    text-align: center;
    vertical-align: middle !important;
    line-height: 110px;
}

.form-group textarea {
    text-align: start !important;
}

footer {
    margin: 0;
    margin-top: 150px;
    height: 100px;
    color: #ff9933;
    font-family: "Montserrat Medium";
}

footer a {
    color: #ff6600;
    font-size: 16px;
    transition: 0.2s;
}

footer a:hover {
    color: #660000;
    transition: 0.2s;
}

footer .links {
    margin: auto;
    display: flex;
    justify-content: center;
}

footer .links a {
    margin: 0 10px;
}

footer .logo-text {
    font-size: 14px;
    width: auto;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.footer-logo {
    margin: 0;
    padding: 0;
}

.footer-logo img {
    width: 100%;
}

@media (max-width: 1399.98px) {
    .alert {
        padding: 40px 0px 0px 40px;
        border-radius: 40px;
    }
    .alert img {
        height: 150px;
        margin-bottom: 40px;
    }
    .alert button {
        font-size: 50px;
    }
    .alert-text {
        font-size: 25px;
        padding-left: 30px;
    }
    .logo p {
        margin-top: 13px;
        margin-left: 20px;
    }
    .contacts .dropdown-menu.show {
        padding: 30px 0px 10px 0px;
        transform: translate3d(-245px, 60px, 0px) !important;
        --bs-dropdown-min-width: 1100px;
    }
    .language-dropdown .dropdown-menu.show {
        transform: translate3d(52px, 32px, 0px) !important;
    }
    .contacts .dropdown-menu a {
        white-space: nowrap;
    }
    .language-dropdown .dropdown-toggle {
        margin-left: 40px;
    }
    .menu {
        margin-left: 22px;
    }
    .header-block img {
        width: 600px;
    }
    .price {
        padding: 0 !important;
    }
    .price a {
        font-family: "Montserrat SemiBold";
    }
    .price a:active {
        font-family: "Montserrat SemiBold";
    }
    .price .nav>div a.nav-item.nav-link,
    .price .nav>div a.nav-item.nav-link.active {
        margin: 0;
        align-items: center !important;
        font-family: "Montserrat SemiBold";
    }
    .price .nav-tabs {
        border: 0 !important;
        margin: 0 0 !important;
        align-items: center;
        position: relative;
        z-index: 3;
    }
    .price .tab-content {
        color: #fff;
        font-size: 12px;
        padding: 5px;
        position: relative;
    }
    .price {
        border: 0;
        z-index: 3;
    }
    .price .nav-item.nav-link {
        margin: 0px 5px;
        padding: 10px 0 10px 0;
        margin-bottom: 50px;
        border-radius: 10px !important;
        background: none !important;
        border: 1px solid #ffffff !important;
        font-size: 22px;
        font-family: "Montserrat SemiBold";
        color: #ffffff;
        transition: 0.2s;
    }
    .price .item-content {
        padding: 0 !important;
        height: 33px;
    }
    .price .text {
        margin-left: 85px;
    }
    .tab-content .decimal {
        margin-left: 15px;
    }
    .inactive {
        color: #ed6d32!important;
        background: #fff;
        opacity: 0.4;
    }
    .inactive .ozo-btn {
        display: none;
    }
    .column ul {
        height: 170px;
    }
    .test {
        font-size: 22px;
        margin-left: 5px;
        color: #fff;
        margin-bottom: 0;
    }
    .price-icon {
        display: flex;
        position: absolute;
        z-index: 1;
        bottom: 480px;
        right: 80px;
    }
    .price {
        position: relative;
        z-index: 3;
    }
    .price .column {
        width: 30%;
        margin: 0 10px;
        padding: 40px;
        background-color: #ffc2a3;
        border-radius: 10px;
        color: #660000;
        font-family: "Montserrat SemiBold";
        font-size: 16px;
        text-transform: uppercase;
    }
    .price .column.col-9 {
        width: 65%;
        text-transform: none !important;
        font-family: "Montserrat Medium";
    }
    .price .column p {
        font-family: "Montserrat ExtraBold";
    }
    .order {
        position: absolute;
        bottom: 0px !important;
        margin-left: -10px;
        margin-bottom: -20px;
    }
    .choose {
        margin-top: 150px;
    }
    .price {
        font-family: "Montserrat Light";
        font-size: 40px;
    }
    .price .price-amount {
        display: flex;
        padding: 0;
        width: 200px !important;
        margin: auto;
    }
    .number-full {
        display: flex;
        width: auto !important;
        align-items: flex-end;
        padding: 0 !important;
    }
    .number {
        font-family: "Montserrat Medium";
        font-size: 60px;
        margin-left: 10px;
    }
    .currency {
        margin-bottom: 10px;
    }
    .decimal {
        display: flex;
        font-size: 25px;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 15px !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
        text-underline-offset: 5px;
        margin-left: 5px !important;
    }
    .choose-img {
        display: flex;
        justify-content: center;
        max-width: 600px;
        margin-top: -50px !important;
    }
    .choose-img img {
        max-width: 500px;
        width: auto !important;
        height: fit-content;
    }
    .choose .nav>div a.nav-item.nav-link,
    .choose .nav>div a.nav-item.nav-link.active {
        margin: 0;
    }
    .choose-tabs {
        display: block;
        height: auto;
        margin: 0;
    }
    .choose .nav-tabs {
        border: 0 !important;
        margin: 0 !important;
        margin-top: -100px !important;
        font-size: 16px;
    }
    .choose .tab-content .show {
        font-size: 18px;
        margin-top: 0px;
        padding: 30px;
        border-radius: 10px;
    }
    .choose .item-content p {
        height: 30px;
    }
    .choose .item-content .item-img {
        display: flex;
        height: 100px;
        align-items: flex-end;
        justify-content: center;
    }
    .choose .item-content img {
        max-width: 80px !important;
        max-height: 80px;
        align-self: flex-end;
    }
    .choose .nav-item.nav-link {
        margin: 5px;
        padding: 20px 5px;
        margin-bottom: 0px;
        border-radius: 10px !important;
    }
    .decoder img {
        max-width: 350px;
    }
    .decoder {
        margin-bottom: 60px;
    }
    .whyozo .item-name {
        font-size: 20px;
    }
    .whyozo .item-desc {
        font-size: 18px;
    }
    .whyozo .item-desc,
    .whyozo .temname {
        width: 245px;
    }
    .whyozo .item-icon {
        width: 100px;
    }
    .support .nav-tabs {
        font-size: 20px;
    }
    .support .tab-content {
        font-size: 18px;
    }
    .support-item .item-content p {
        height: 40px;
    }
    .support-item .item-content .item-img {
        height: 170px;
    }
    .support-item .item-content img {
        max-width: 150px !important;
        max-height: 150px;
    }
    .support .nav-item.nav-link {
        padding: 30px 10px;
        margin-bottom: 30px;
    }
    .support .text {
        padding: 0;
        margin: 0 10px;
    }
}

@media (max-width: 1199.98px) {
    .price .text {
        margin-left: -10px;
        margin-top: 50px !important;
    }
    .alert {
        padding: 40px 0px 0px 20px;
        border-radius: 40px;
    }
    .alert img {
        height: 150px;
        margin-bottom: 40px;
    }
    .alert button {
        font-size: 45px;
    }
    .alert-text {
        font-size: 22px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .danger {
        border: 4px solid #E80902;
    }
    .warning {
        border: 4px solid #F6A50B;
    }
    .green {
        border: 4px solid #1BA208;
    }
    .logo img {
        width: 100px;
    }
    .logo {
        display: flex;
        align-items: center;
    }
    .logo p {
        margin-top: 20px;
        margin-left: 20px;
    }
    .menu {
        margin-left: 0px;
    }
    .contacts {
        display: flex;
        justify-content: center;
        margin: auto;
    }
    /*buttons */
    .ozo-btn {
        width: 220px !important;
        height: 52px;
        border-radius: 10px;
        font-size: 18px;
        padding-top: 2px;
        margin-top: 30px;
    }
    .contacts .dropdown-menu.show {
        padding: 30px 0px 10px 0px;
        transform: translate3d(-150px, 60px, 0px) !important;
        --bs-dropdown-min-width: 800px;
    }
    .contacts img {
        margin-left: 25px;
        margin-bottom: 10px;
    }
    .contacts ul {
        padding-left: 65px;
    }
    .contacts .first ul {
        padding-left: 20px;
    }
    .contacts .first .icon {
        margin-left: -10px;
    }
    .contacts .first .icons {
        display: flex;
        width: 70px;
        text-align: center;
        justify-content: center;
    }
    .contacts .first .icon img {
        text-align: center;
        margin-right: 0px;
    }
    .contacts .text {
        padding: 5px 20px 0px 20px;
        font-size: 14px;
    }
    .language-dropdown .dropdown-toggle,
    .menu-icons {
        display: none;
    }
    .offcanvas-body .language {
        display: inline-flex;
        margin: -10px;
    }
    .offcanvas-body .links {
        display: inline-flex;
        margin-left: -20px;
    }
    .offcanvas-body .links a svg {
        height: 40px;
        width: 70px;
        overflow: hidden !important;
    }
    .offcanvas-body .links a {
        overflow: hidden;
    }
    .offcanvas-body .links {
        height: auto !important;
        overflow: hidden !important;
    }
    .offcanvas-body {
        overflow: hidden;
    }
    .offcanvas-body .links a svg:hover path,
    .offcanvas-body .links a:hover rect {
        fill: #ffcc66!important;
    }
    .price-icon img {
        width: 160px;
    }
    .price-icon {
        right: 80px;
    }
    .price {
        padding: 0 !important;
    }
    .price a {
        font-family: "Montserrat SemiBold";
    }
    .price a:active {
        font-family: "Montserrat SemiBold";
    }
    .price .nav>div a.nav-item.nav-link,
    .price .nav>div a.nav-item.nav-link.active {
        margin: 0;
        align-items: center !important;
        font-family: "Montserrat SemiBold";
    }
    .price .nav-tabs {
        border: 0 !important;
        margin: 0 0 !important;
        align-items: center;
        position: relative;
        z-index: 3;
    }
    .price .tab-content {
        color: #fff;
        font-size: 12px;
        padding: 5px;
        position: relative;
    }
    .price {
        border: 0;
        z-index: 3;
    }
    .price .nav-item.nav-link {
        margin: 0px 5px;
        padding: 10px 0 10px 0;
        margin-bottom: 50px;
        border-radius: 10px !important;
        background: none !important;
        border: 1px solid #ffffff !important;
        font-size: 22px;
        font-family: "Montserrat SemiBold";
        color: #ffffff;
        transition: 0.2s;
    }
    .price .item-content {
        padding: 0 !important;
        height: 33px;
    }
    .tab-content .decimal {
        margin-left: 15px;
    }
    .inactive {
        color: #ed6d32!important;
        background: #fff;
        opacity: 0.4;
    }
    .inactive .ozo-btn {
        display: none;
    }
    .column ul {
        height: 170px;
    }
    .test {
        font-size: 22px;
        margin-left: 5px;
        color: #fff;
        margin-bottom: 0;
    }
    .price-icon {
        display: flex;
        position: absolute;
        z-index: 1;
        bottom: 480px;
        right: 80px;
    }
    .price {
        position: relative;
        z-index: 3;
    }
    .price .column {
        width: 30%;
        margin: 0 10px;
        padding: 40px;
        background-color: #ffc2a3;
        border-radius: 10px;
        color: #660000;
        font-family: "Montserrat SemiBold";
        font-size: 16px;
        text-transform: uppercase;
    }
    .price .column.col-9 {
        width: 65%;
        text-transform: none !important;
        font-family: "Montserrat Medium";
    }
    .price .column p {
        font-family: "Montserrat ExtraBold";
    }
    .order {
        position: absolute;
        bottom: 0px !important;
        margin-left: -10px;
        margin-bottom: -20px;
    }
    .price .ozo-btn {
        margin-left: 8px;
    }
    .choose {
        margin-top: 150px;
    }
    .price {
        font-family: "Montserrat Light";
        font-size: 40px;
    }
    .price .price-amount {
        display: flex;
        padding: 0;
        width: 200px !important;
        margin: auto;
        margin-left: -5px;
    }
    .number-full {
        display: flex;
        width: auto !important;
        align-items: flex-end;
        padding: 0 !important;
    }
    .number {
        font-family: "Montserrat Medium";
        font-size: 60px;
        margin-left: 10px;
    }
    .currency {
        margin-bottom: 10px;
    }
    .decimal {
        display: flex;
        font-size: 25px;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 15px !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
        text-underline-offset: 5px;
        margin-left: 5px !important;
    }
    .choose-img {
        margin-top: -50px !important;
    }
    .choose-img img {
        max-width: 500px !important;
        height: auto;
    }
    .choose .nav>div a.nav-item.nav-link,
    .choose .nav>div a.nav-item.nav-link.active {
        margin: 0;
    }
    .choose-tabs {
        display: block;
        height: auto;
        margin: 0;
    }
    .choose .nav-tabs {
        border: 0 !important;
        margin: 0 !important;
        margin-top: -150px !important;
        font-size: 20px;
        font-family: "Montserrat SemiBold";
    }
    .choose .tab-content .show {
        color: #fff;
        font-size: 18px;
        margin-top: 0px;
        padding: 30px;
        border-radius: 10px;
        background-color: #660000;
        margin: 0 10px;
    }
    .choose .item-content p {
        height: 20px;
    }
    .choose .item-content .item-img {
        display: flex;
        height: 120px;
        align-items: flex-end;
        justify-content: center;
    }
    .choose .item-content img {
        max-width: 100px !important;
        max-height: 100px;
        align-self: flex-end;
    }
    .choose .nav-item.nav-link {
        margin: 10px;
        padding: 30px 10px;
        margin-bottom: 50px;
        border-radius: 10px !important;
    }
    .decoder img {
        max-width: 280px;
    }
    .decoder {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .whyozo .item-name {
        font-size: 20px;
    }
    .whyozo .item-desc {
        font-size: 18px;
    }
    .whyozo .item-desc,
    .whyozo .temname {
        width: 210px;
    }
    .whyozo .item-icon {
        width: 75px;
    }
    .whyozo .item-icon img {
        width: 60px;
    }
    .support .nav-tabs {
        font-size: 16px;
    }
    .support .tab-content {
        font-size: 16px;
    }
    .support-item .item-content p {
        height: 30px;
    }
    .support-item .item-content .item-img {
        height: 140px;
    }
    .support-item .item-content img {
        max-width: 120px !important;
        max-height: 120px;
    }
    .support .nav-item.nav-link {
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    footer {
        margin-top: 120px;
        height: 100px;
    }
    footer a {
        font-size: 14px;
    }
    footer .link {
        margin-top: 10px;
    }
    .section-heading {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .section-subheading {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .text,
    .price .text,
    .support .text {
        font-size: 16px;
        font-family: "Montserrat Regular";
    }
    /*header*/
    .header-block {
        margin-top: 70px;
    }
    section.price {
        margin-top: -20px;
    }
    section.choose {
        margin-top: 120px !important;
    }
    section.decoder {
        margin-top: -30px !important;
    }
    section.specials {
        margin-top: -40px !important;
    }
    section.tworooms {
        margin-top: -40px !important;
    }
    section.support {
        margin-top: -40px !important;
    }
    section.questions.support {
        margin-top: -60px !important;
    }
    section.contactform {
        margin-top: -20px;
    }
    footer {
        margin-top: 60px !important;
        height: 60px;
    }
    footer a {
        font-size: 16px;
    }
    footer .links {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    footer .links a {
        margin: 0 10px;
    }
    footer .logo-text {
        font-size: 10px;
        width: auto;
        margin: 0;
        padding: 0;
        padding-right: 10px;
    }
    .footer-logo {
        margin: 0;
        padding: 0;
    }
    .footer-logo img {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .price .text {
        margin-top: 30px !important;
    }
    header {
        margin-top: 20px;
    }
    .header-block {
        margin-top: 75px;
    }
    .alert {
        padding: 30px 0px 0px 20px;
        border-radius: 30px;
    }
    .alert img {
        height: 130px;
        margin-bottom: 40px;
    }
    .alert button {
        font-size: 45px;
    }
    .alert-text {
        font-size: 22px;
        padding-left: 60px;
        padding-right: 20px;
    }
    .logo img {
        width: 90px;
    }
    .logo {
        display: flex;
        align-items: center;
    }
    .logo p {
        margin-top: 20px;
        margin-left: 35px;
    }
    .menu {
        margin-left: 0px;
    }
    .contacts {
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .ozo-btn {
        width: 200px !important;
        height: 48px;
        border-radius: 10px;
        font-size: 18px;
        padding-top: 2px;
        margin-top: 30px;
    }
    .contacts .dropdown-menu.show {
        padding: 30px 0px 10px 0px;
        transform: translate3d(-120px, 60px, 0px) !important;
        --bs-dropdown-min-width: 600px;
    }
    .contacts img {
        margin-left: 25px;
        margin-bottom: 10px;
    }
    .contacts ul {
        padding-left: 85px;
    }
    .contacts .first ul {
        padding-left: 50px;
    }
    .price .nav-tabs {
        border: 0 !important;
        margin: 0 0 !important;
        align-items: center;
        position: relative;
        z-index: 3;
    }
    .price .tab-content {
        color: #fff;
        font-size: 14px !important;
        padding: 20px;
        position: relative;
    }
    .price {
        border: 0;
        z-index: 3;
    }
    .price .nav-item.nav-link {
        margin: 0px 3px;
        padding: 10px 0 10px 0;
        margin-bottom: 10px;
        border-radius: 10px !important;
        background: none !important;
        border: 1px solid #ffffff !important;
        font-size: 15px;
        font-family: "Montserrat SemiBold";
        color: #ffffff;
    }
    .price .item-content {
        padding: 0 !important;
        height: auto !important;
    }
    .tab-content .decimal {
        margin-left: 15px;
    }
    .inactive {
        color: #ed6d32 !important;
        background: #fff;
        opacity: 0.4;
    }
    .inactive .ozo-btn {
        display: none;
    }
    .column ul {
        height: 120px;
        padding: 0 0 0 20px;
    }
    .test {
        font-size: 14px;
        margin-left: 2px;
        color: #fff;
        margin-bottom: 0;
    }
    .price-icon {
        display: flex;
        position: absolute;
        z-index: 1;
        bottom: 330px;
        right: 30px;
    }
    .price-icon img {
        width: 120px;
    }
    .price {
        position: relative;
        z-index: 3;
    }
    .price .column {
        margin: -5px;
        padding: 20px;
        border-radius: 10px;
        color: #660000;
        font-size: 14px;
    }
    .price .column p {
        margin-bottom: 10px;
    }
    .order {
        position: absolute;
        bottom: 0px !important;
        margin-left: 8px;
    }
    .order button {
        width: 150px !important;
        font-size: 16px;
        padding: 0px 30px !important;
        margin-bottom: 15px;
    }
    .choose {
        margin-top: 150px;
    }
    .price {
        font-size: 42px;
    }
    .price-amount {
        display: flex;
        padding: 0;
        width: 160px !important;
        margin: auto;
        margin-left: -15px !important;
    }
    .price .number-full {
        display: flex;
        width: auto !important;
        align-items: flex-end;
        padding: 0 !important;
    }
    .price .number {
        font-size: 45px;
        margin-left: 10px;
    }
    .price .currency {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .price .decimal {
        display: flex;
        font-size: 18px;
        margin-top: 10px !important;
        margin-left: 5px !important;
        font-family: "Montserrat Regular";
        text-underline-offset: 4px;
    }
    .specials .icon {
        height: 100px;
    }
    .specials .icon img {
        height: 100px;
    }
    .choose-img {
        display: flex;
        justify-content: center;
        max-width: 80% !important;
        margin-top: -60px !important;
    }
    .choose-img img {
        width: 100% !important;
        max-width: 50%;
        padding: 0;
        margin: 0;
    }
    .choose .nav>div a.nav-item.nav-link,
    .choose .nav>div a.nav-item.nav-link.active {
        margin: 0;
    }
    .choose-tabs {
        display: block;
        height: auto;
        margin: 0;
    }
    .choose .nav-tabs {
        border: 0 !important;
        margin: 0 !important;
        margin-top: -150px !important;
        font-size: 14px;
        font-family: "Montserrat SemiBold";
    }
    .choose .tab-content .show {
        color: #fff;
        font-size: 14px;
        margin-top: 0px;
        padding: 30px;
        border-radius: 10px;
        background-color: #660000;
        margin: 0 10px;
    }
    .choose .item-content p {
        height: 20px;
    }
    .choose .item-content .item-img {
        display: flex;
        height: 100px;
        align-items: flex-end;
        justify-content: center;
    }
    .choose .item-content img {
        max-width: 80px !important;
        max-height: 80px;
        align-self: flex-end;
    }
    .choose .nav-item.nav-link {
        margin: 10px;
        padding: 30px 10px;
        margin-bottom: 30px;
        border-radius: 10px !important;
    }
    .tab-content .columns {
        font-size: 14px;
    }
    .tab-content .columns img {
        width: 100%;
    }
    .tab-content .columns .column-img {
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }
    .tab-heading {
        font-family: "Montserrat SemiBold";
        font-size: 16px;
        line-height: 1.2;
    }
    .decoder img {
        max-width: 400px;
    }
    .decoder {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .decoder .price {
        margin: auto !important;
    }
    .whyozo .item-name,
    .specials .item-name {
        font-size: 18px;
    }
    .whyozo .item-desc,
    .specials .item-desc {
        font-size: 14px;
    }
    .whyozo .item-desc,
    .whyozo .temname {
        width: 250px;
    }
    .whyozo .item-icon {
        width: 75px;
    }
    .whyozo .item-icon img {
        width: 50px;
    }
    .support .nav-tabs {
        font-size: 14px;
    }
    .support .tab-content .show {
        font-size: 14px;
        margin: 0;
    }
    .support-item .item-content p {
        height: 60px;
    }
    .support-item .item-content .item-img {
        height: 80px;
    }
    .support-item .item-content img {
        max-width: 80px !important;
        max-height: 80px;
    }
    .support .nav-item.nav-link {
        margin: 5px;
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    footer {
        margin-top: 60px !important;
        height: 70px;
    }
    footer a {
        font-size: 10px;
    }
    footer .links {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    footer .links a {
        margin: 0 10px;
    }
    footer .logo-text {
        font-size: 10px;
        width: auto;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }
    .footer-logo {
        margin: 0;
        padding: 0;
        text-align: end;
    }
    .footer-logo img {
        text-align: end;
        justify-self: end;
        width: 40%;
    }
    section.price {
        margin-top: -20px;
    }
    section.choose {
        margin-top: 80px !important;
    }
    section.decoder {
        margin-top: -30px !important;
    }
    section.specials {
        margin-top: -40px !important;
    }
    section.tworooms {
        margin-top: -40px !important;
    }
    section.support {
        margin-top: -40px !important;
    }
    section.questions.support {
        margin-top: -20px !important;
    }
    section.contactform {
        margin-top: -20px;
    }
    footer {
        margin-top: 60px !important;
    }
    .orange {
        background-color: #FE9961;
        padding: 20px;
        border-radius: 10px;
    }
    .red {
        background-color: #fa5a62;
        padding: 20px;
        border-radius: 10px;
    }
    .lime {
        background-color: #5fc171;
        padding: 20px;
        border-radius: 10px;
    }
    .blue {
        background-color: #789fcc;
        padding: 20px;
        border-radius: 10px;
    }
    .rectangle {
        margin-top: 20px;
    }
    .rectangle img {
        width: 70%;
    }
    .rectangle .col-2,
    .rectangle .col-1 {
        text-align: center;
    }
    .rectangle.small {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (max-width: 767.98px) {
    #showPriceText {
       /* font-size: 30px;*/
        margin-top: -30px;
    }
    .rectangle.small {
        font-size: 8px;
        line-height: 1.2;
    }
    .rectangle img {
        width: 100%;
    }
    .price .text {
        margin-left: -8px;
        font-size: 14px;
        margin-top: 30px !important;
    }
    .support .text {
        width: 100%;
        margin: auto;
        padding: 0 10px;
        font-size: 12px;
    }
    .support .text p {
        margin: 0;
    }
    .tab-content a {
        color: #FFFFFF !important;
        text-decoration: underline !important;
        text-underline-offset: 2px;
    }
    .header-block {
        margin-top: 50px;
    }
    .ozo-btn {
        width: 170px !important;
        height: 45px;
        border-radius: 10px;
        font-size: 16px;
        padding-top: 3px;
        margin-top: 20px !important;
    }
    .alert {
        padding: 20px 0px 0px 0px;
        border-radius: 30px;
    }
    .alert img {
        height: 100px;
        margin-bottom: 40px;
    }
    .alert button {
        font-size: 35px;
    }
    .alert-text {
        font-size: 18px;
        padding-left: 60px;
        padding-right: 0px;
    }
    .logo img {
        width: 90px;
    }
    .logo {
        display: flex;
        margin-top: -6px;
        align-items: center;
    }
    .logo p {
        margin-top: 27px;
        font-size: 9px;
        margin-left: 50px;
    }
    .menu {
        margin-left: 0px;
    }
    .contacts a {
        margin-left: 50px;
    }
    .dropdown.contacts a {
        font-size: 16px;
    }
    .dropdown.contacts {
        margin-top: 12px;
    }
    .menu img {
        height: 30px;
    }
    .contacts .dropdown-menu.show {
        padding: 30px 0px 10px 0px;
        transform: translate3d(-110px, 60px, 0px) !important;
        --bs-dropdown-min-width: 500px;
    }
    .contacts img {
        margin-left: -15px;
        margin-bottom: 10px;
    }
    .contacts ul {
        padding-left: 0px !important;
        margin-left: 0;
        line-height: 23px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .contacts ul a {
        margin-left: 0;
    }
    .contacts .first ul {
        padding-left: 0px;
    }
    .contacts .first .icon {
        margin-left: 0px;
    }
    .contacts .first .icons {
        display: flex;
        width: auto;
        text-align: start;
        justify-content: center;
    }
    .contacts .first .icon img {
        text-align: center;
    }
    .section-heading {
        font-size: 28px;
        line-height: 28px;
        margin-top: 70px;
        margin-bottom: 35px;
    }
    .section-subheading {
        font-size: 28px;
        line-height: 28px;
        margin-top: 70px;
        margin-bottom: 35px;
    }
    header .heading,
    .choose .heading {
        font-size: 28px;
        line-height: 28px;
    }
    header .text,
    .choose .text,
    .text {
        font-size: 14px;
    }
    .header-block img {
        width: 500px;
    }
    .choose {
        margin-top: 150px;
    }
    .test {
        font-size: 12px;
        margin-left: -2px;
        color: #fff;
        margin-bottom: 0;
    }
    .price-icon {
        bottom: 280px;
        right: 20px;
    }
    .price-icon img {
        width: 80px;
    }
    .price {
        position: relative;
        z-index: 3;
    }
    .price .column {
        margin: -5px;
        padding: 20px;
        border-radius: 10px;
        color: #660000;
        font-size: 14px;
    }
    .price .column ul {
        height: 90px;
        max-height: auto;
    }
    .price .column p {
        margin-bottom: 10px;
    }
    .order {
        position: absolute;
        bottom: 0px !important;
        margin-left: 0px;
    }
    .order button {
        width: 120px !important;
        height: 35px;
        font-size: 12px;
        padding: 0px 20px !important;
        margin-bottom: 15px;
    }
    .price {
        font-size: 42px;
    }
    .price-amount {
        display: flex;
        padding: 0;
        width: 50px !important;
        margin: auto;
        margin-left: -30px !important;
    }
    .price .number-full {
        display: flex;
        width: auto !important;
        align-items: flex-end;
        padding: 0 !important;
    }
    .price .tab-pane .column {
        padding: 18px;
        width: 32%;
        font-size: 10px;
    }
    .price .column.col-9 {
        width: 66.6%;
        text-transform: none !important;
        font-family: "Montserrat Medium";
    }
    .price .number {
        font-size: 35px;
        margin-left: 10px;
    }
    .price .currency {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .price .decimal {
        display: flex;
        font-size: 14px;
        margin-top: 8px !important;
        margin-left: 5px !important;
    }
    .specials .icon {
        height: 60px;
    }
    .specials .icon img {
        height: 60px;
    }
    .choose-img {
        display: flex;
        justify-content: center;
        max-width: 80% !important;
        margin-top: -70px !important;
    }
    .choose-img img {
        width: 100% !important;
        max-width: 50%;
        padding: 0;
        margin: 0;
    }
    .choose .nav>div a.nav-item.nav-link,
    .choose .nav>div a.nav-item.nav-link.active {
        margin: 0;
    }
    .choose-tabs {
        display: block;
        height: auto;
        margin: 0;
    }
    .choose .nav-tabs {
        border: 0 !important;
        margin: 0 !important;
        margin-top: -200px !important;
        font-size: 12px;
        font-family: "Montserrat SemiBold";
    }
    .choose .tab-content .show {
        color: #fff;
        font-size: 12px;
        margin-top: 0px;
        padding: 20px;
        border-radius: 10px;
        background-color: #660000;
        margin: 0 5px;
    }
    .choose .item-content p {
        height: 10px;
    }
    .choose .item-content .item-img {
        display: flex;
        height: 80px;
        align-items: flex-end;
        justify-content: center;
    }
    .choose .item-content img {
        max-width: 60px !important;
        max-height: 60px;
        align-self: flex-end;
    }
    .choose .nav-item.nav-link {
        margin: 5px;
        padding: 15px 5px;
        margin-bottom: 30px;
        border-radius: 10px !important;
    }
    .tab-content .columns {
        font-size: 10px;
    }
    .tab-content .columns div {
        padding: 4px !important;
    }
    .tab-content .columns img {
        width: 100%;
    }
    .tab-content .columns .column-img {
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }
    .tab-heading {
        font-family: "Montserrat SemiBold";
        font-size: 12px;
        line-height: 1.2;
    }
    .decoder img {
        max-width: 300px;
    }
    .decoder {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .decoder .price.price-amount {
        width: 400px !important;
        left: 15px !important;
    }
    .whyozo .item-name,
    .specials .item-name {
        font-size: 18px;
    }
    .whyozo .item-desc,
    .specials .item-desc {
        font-size: 14px;
    }
    .whyozo .item-desc,
    .whyozo .temname {
        width: 110%;
    }
    .whyozo .item-icon {
        width: 60px;
    }
    .whyozo .item-icon img {
        width: 50px;
    }
    .support .nav-tabs {
        font-size: 10px;
        padding: 5px;
    }
    .support .tab-content .show {
        font-size: 12px;
        padding: 20px;
    }
    .support-item .item-content p {
        height: 40px;
    }
    .support-item .item-content .item-img {
        height: 60px;
    }
    .support-item .item-content img {
        max-width: 60px !important;
        max-height: 60px;
    }
    .support .nav-item.nav-link {
        margin: 5px;
        padding: 15px 5px;
        margin-bottom: 20px;
    }
    .contactform form input,
    .contactform form select {
        height: 45px;
        font-size: 14px;
    }
    .contactform form input::placeholder,
    .contactform form select,
    .form-group textarea::placeholder {
        font-size: 16px;
    }
    .form-control option {
        font-size: 16px !important;
    }
    .form-group textarea::placeholder {
        line-height: 110px;
    }
    section.choose {
        margin-top: 50px !important;
    }
    footer {
        margin-top: 60px !important;
        height: 70px;
    }
    footer a {
        font-size: 10px;
    }
    footer .links {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    footer .links a {
        margin: 0 10px;
    }
    footer .logo-text {
        font-size: 10px;
        width: auto;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }
    .footer-logo {
        margin: 0;
        padding: 0;
        text-align: end;
    }
    .footer-logo img {
        width: 60px;
    }
    .tab-content i {
        font-size: 2em !important;
    }
}

@media (max-width: 575.98px) {
    .support .text {
        width: 100%;
        margin: auto;
        padding: 0 8px;
        font-size: 12px;
    }
    .support .text p {
        margin: 0;
    }
    .ozo-btn {
        width: 160px !important;
        height: 40px;
        border-radius: 10px;
        font-size: 14px;
        padding-top: 3px;
        margin-top: 20px !important;
    }
    .choose-img {
        display: flex;
        justify-content: center;
        max-width: 80% !important;
        margin-top: -60px !important;
        padding-bottom: 30px;
    }
    .choose-img img {
        width: 100% !important;
        max-width: 50%;
        padding: 0;
        margin: 0;
    }
    .logo img {
        width: 90px;
    }
    .logo {
        display: flex;
        align-items: center;
        margin-top: 0px;
        margin-left: 1%;
    }
    .logo p {
        display: none;
    }
    .menu {
        margin-left: 0px;
    }
    .menu img {
        max-width: 28px;
        height: auto;
    }
    .contacts a {
        margin-top: -10px;
        margin-left: 60px;
    }
    .contacts .first p {
        font-size: 12px;
        width: auto;
    }
    .contacts .dropdown-menu.show {
        overflow-x: hidden;
        padding: 30px 0px 10px 0px;
        transform: translate3d(-24.1%, 60px, 0px) !important;
        --bs-dropdown-min-width: 200%;
    }
    .contacts img {
        width: auto;
        height: 40px;
        margin-bottom: 10px;
        margin-left: 2%;
    }
    .contacts .text {
        padding: 5px 10px 0px 20px !important;
        font-size: 12px;
    }
    .first img {
        margin: 0 !important;
    }
    .contacts ul {
        padding-left: 0px !important;
        margin-left: 5px;
        line-height: 18px;
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .contacts ul a {
        margin-left: 0;
        font-size: 12px !important;
    }
    .contacts .icon {
        text-align: center;
    }
    .contacts .first ul {
        padding-left: 0px;
    }
    .header-block img {
        width: 100%;
    }
    .ozo-btn {
        margin-top: 25px;
    }
    .end-menu {
        margin: 0;
    }
    .price-icon {
        bottom: 260px;
        right: 50px;
    }
    .price-icon img {
        width: 80px;
    }
    .price {
        position: relative;
        z-index: 3;
    }
    .price .column {
        margin: -5px;
        padding: 20px;
        border-radius: 10px;
        color: #660000;
        width: 33.2% !important;
        font-size: 8px !important;
        word-wrap: break-word;
    }
    .price .column.col-9 {
        width: 67.6% !important;
        text-transform: none !important;
        font-family: "Montserrat Medium";
    }
    .price .column ul {
        height: 80px;
        max-height: auto;
        padding-right: 0;
        list-style: none;
        padding-left: 0px;
    }
    .price .column p {
        margin-bottom: 10px;
    }
    .decoder .price {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100% !important;
        margin: auto;
    }
    .decoder .price .number {
        font-size: 35px;
        margin-left: 5px;
    }
    .decoder .price .currency {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .decoder .price .decimal {
        display: flex;
        width: auto;
        font-size: 14px;
        margin-top: 8px !important;
        margin-left: 5px !important;
    }
    .order {
        position: absolute;
        width: 25%;
        bottom: 0px !important;
        margin-left: 0% !important;
        margin-right: 0;
        padding: 0;
        display: flex;
        padding: 0 0% 0 0%;
    }
    .order button {
        margin: auto;
        width: 100% !important;
        height: 30px;
        font-size: 8px;
        border-radius: 8px;
        padding: 1px 0px 0 0!important;
        margin: auto;
        margin-bottom: 20px;
    }
    .price .nav-item.nav-link {
        display: flex;
        padding: 0px 10px;
        font-size: 12px;
        line-height: 16px;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .test {
        font-size: 8px;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-family: "Montserrat SemiBold";
        margin-left: -4px;
    }
    .price {
        font-size: 42px;
    }
    .price-amount {
        display: flex;
        padding: 0;
        width: 10% !important;
        max-width: 90%;
        margin: auto !important;
        justify-content: center;
    }
    .price .number-full {
        display: flex;
        width: auto !important;
        align-items: flex-end;
        padding: 0 !important;
    }
    .price .tab-pane .column {
        padding: 15px;
        width: 32%;
        font-size: 10px;
    }
    .price .number {
        font-size: 25px;
        margin-left: 0px;
    }
    .price .currency {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .price .decimal {
        display: flex;
        font-size: 12px;
        margin-top: 5px !important;
        margin-left: 2px !important;
    }
    .price .text {
        margin: 0;
    }
    .decoder img {
        max-width: 80%;
    }
    .decoder {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .decoder .price.price-amount {
        max-width: 400px !important;
        width: auto !important;
        left: auto !important;
        margin: auto !important;
    }
    .whyozo .item-name {
        font-size: 16px;
    }
    .whyozo .item-desc {
        font-size: 12px;
    }
    .whyozo .item-desc,
    .whyozo .temname {
        width: 110%;
    }
    .whyozo .item-icon {
        width: 40px;
    }
    .whyozo .item-icon img {
        width: 30px;
    }
    .support .nav-tabs {
        font-size: 8px;
        padding: 5px;
        word-wrap: break-word;
    }
    .support .tab-content .show {
        font-size: 10px;
        padding: 20px;
    }
    .support-item .item-content p {
        height: 30px;
    }
    .support-item .item-content .item-img {
        height: 60px;
    }
    .support-item .item-content img {
        max-width: 60px !important;
        max-height: 60px;
    }
    .support .nav-item.nav-link {
        margin: 2px;
        padding: 15px 5px;
        margin-bottom: 20px;
    }
    .contactform form input,
    .contactform form select {
        height: 40px;
        font-size: 12px;
    }
    .contactform form input::placeholder,
    .contactform form select,
    .form-group textarea::placeholder {
        font-size: 10px;
    }
    .form-control option {
        font-size: 12px !important;
    }
    .form-group textarea::placeholder {
        line-height: 110px;
    }
    footer {
        margin-top: 60px !important;
        height: auto;
        margin-bottom: 10px;
    }
    footer a {
        font-size: 8px !important;
    }
    footer .links {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    footer .links a {
        margin: 0 10px;
    }
    footer .logo-text {
        font-size: 6px;
        line-height: 6px !important;
        width: auto;
        margin: 0;
        padding: 0;
        margin-top: 5px;
        margin-right: 25px !important;
    }
    .footer-logo {
        margin: 0;
        padding: 0;
        text-align: end;
    }
    .footer-logo img {
        margin-right: 25px !important;
        text-align: end;
        justify-self: end;
        width: 40%;
    }
    .choose-img {
        display: flex;
        justify-content: center;
        max-width: 80% !important;
        margin-top: -70px !important;
    }
    .choose-img img {
        width: 100% !important;
        max-width: 50%;
        padding: 0;
        margin: 0;
    }
    .choose .nav>div a.nav-item.nav-link,
    .choose .nav>div a.nav-item.nav-link.active {
        margin: 0;
    }
    .choose-tabs {
        display: block;
        height: auto;
        margin: 0;
    }
    .choose .nav-tabs {
        border: 0 !important;
        margin: 0 !important;
        margin-top: -200px !important;
        font-size: 12px;
        font-family: "Montserrat SemiBold";
    }
    .choose .tab-content .show {
        color: #fff;
        font-size: 12px;
        margin-top: 0px;
        padding: 20px;
        border-radius: 10px;
        background-color: #660000;
        margin: 0 3px;
    }
    .choose .item-content p {
        height: 20px;
    }
    .choose .item-content .item-img {
        display: flex;
        height: 80px;
        align-items: flex-end;
        justify-content: center;
    }
    .choose .item-content img {
        max-width: 60px !important;
        max-height: 60px;
        align-self: flex-end;
    }
    .choose .nav-item.nav-link {
        margin: 3px;
        padding: 15px 5px;
        margin-bottom: 30px;
        border-radius: 10px !important;
    }
}

@media (max-width: 475px) {
    .order {
        width: 24%;
    }
}

@media (max-width: 447px) {
    .order {
        width: 23%;
    }

    ._cart_button_service label {
        height: auto !important;
    }
}

@media (max-width: 373px) {
    .order {
        width: 21%;
    }
}

.accordion-collapse.collapse.show {
    margin: 0 !important;
    padding: 0 !important;
}

.item-content .item-img .hover {
    display: none;
}

a.nav-item.nav-link.choose-item:hover .item-content .item-img .main,
a.nav-item.nav-link.choose-item.active .item-content .item-img .main {
    display: none;
}

a.nav-item.nav-link.choose-item:hover .item-content .item-img .hover,
a.nav-item.nav-link.choose-item.active .item-content .item-img .hover {
    display: block;
}

.offcanvas-body {
    overflow-y: auto;
}

.offcanvas-body::-webkit-scrollbar {
    width: 0;
}


.cursor-pointer {
    cursor: pointer;
}

.paytype-block {
    display: none;
}

.paytype-block .wrapper {
    background-color: #660000;
    color: #fff;
    padding: 20px 30px 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.paytype-block.active {
    display: block;
}
.paytype-block .row.buttons {
    align-items: center;
    justify-content: center;
}
.paytype-block a {display:inline-block; width: auto;}
.paytype-block button {margin: 0;}

.paytype-block .var {
    display: inline-block;
    width: auto;
}

.paytype-block ._main {
    background: #FF9966;
    padding: 40px;
    margin: 0;
    border-radius: 10px;
}

.paytype-block ._title {
    font-family: "Montserrat ExtraBold";
    font-size: 24px;
    color: #000;
    line-height: 24px;
}

.paytype-block ._text {
    color: #000;
}

.paytype-block ._text._bold {
    font-family: "Montserrat Bold";
}

.paytype-block ._summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #000;
}
.paytype-block ._summary .amount {
    font-family: "Montserrat Bold";
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.paytype-block ._divider {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #660000;
    margin-top: 5px;
}

.paytype-block ._white-box {
    display: flex;
    align-items: center;
    background: #FFF;
    border-radius: 5px;
    color: #000;
    padding: 10px 0;
    width: 100%;
}

.paytype-block ._white-box ._icon-wrapper {
    height: 100%;
    padding: 20px;
}
.paytype-block ._white-box ._icon {
    flex-shrink: 0;
    padding: 20px;
}

.paytype-block ._white-box ._icon._bank {
    color: #660000;
    font-size: 30px;
}

.paytype-block ._white-box > ._text {
    padding-right: 30px;
}


.paytype-block ._white-box ._icon img{
    width: 40px;
    height: 40px;
}

.paytype-block ._white-box ._col {
    flex: 0 0 auto;
    width: 50%;
}

.paytype-block ._white-box a:hover {
    color: #583A3A;
}

.paytype-block ._red-box {
    display: flex;
    align-items: center;
    background: #fa5a62;
    border-radius: 5px;
    color: #fff;
    padding: 20px 20px 20px 0;
    width: 100%;
}

.paytype-block ._red-box ._icon {
    flex-shrink: 0;
    padding: 0 30px;
    font-size: 2.8em;
}

.paytype-block ._red-box > ._text {
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
}


/* Absolute Center Spinner */
.loading {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 80px;
    width: 80px;
    overflow: show;
    margin: 20px;
    top: 20px;
    left: 20px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    border: 2px solid #660000;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.theme_xbox .pace_activity, .theme_xbox .pace_activity::after, .theme_xbox .pace_activity::before, .theme_xbox_lg .pace_activity, .theme_xbox_lg .pace_activity::after, .theme_xbox_lg .pace_activity::before, .theme_xbox_sm .pace_activity, .theme_xbox_sm .pace_activity::after, .theme_xbox_sm .pace_activity::before {
    border-top-color: #660000;
}

.abc {height: 4px;}

.bubble {
    display: inline-block;
    position: absolute;
    left: 103px;
    top: -12px;
}


.bubble .text {
    display: inline-block;
    background-color: #800000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 20px;
    position: absolute;
    width: auto;
    line-height: 14px;
    white-space: nowrap;
    z-index: 2;
    overflow: visible; /* Пузырёк может выходить за пределы */
}

.bubble .point {
    content: "";
    position: absolute;
    top: 15px;
    left: 9px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #800000;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .bubble {
        left: 88px;
        top: 6px;
    }
    .bubble .text {
        font-size: 8px;
        padding: 0 10px;
    }
    .bubble .point {
        top: 11px;
        left: 9px;
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 991.98px) {
    .bubble {
        left: 80px;
        top: 9px;
    }
    .bubble .text {

    }
    .paytype-block ._red-box > ._text {
        font-size: 12px;
    }

}

@media (max-width: 767.98px) {
    .bubble2 {
        display: none;
        left: 82px;
        top: 10px;
    }
    .bubble .text {

    }

    .paytype-block ._main {
        padding: 10px;
    }
    .paytype-block ._title {
        font-size: 16px;
    }

    .paytype-block ._text {
        font-size: 14px;
    }
    .paytype-block ._icon._bank {
        font-size: 16px;
    }
    .paytype-block ._red-box > ._text {
        font-size: 10px;
        line-height: 14px;
    }
    .paytype-block ._white-box ._icon._bank {
        font-size: 20px;
        padding: 0;
    }

}

@media (max-width: 575.98px) {
    .bubble {
        display: none;
        left: 82px;
        top: -3px;
    }

    .paytype-block ._text ._account{
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .paytype-block ._white-box ._icon-wrapper {

    }

    .paytype-block ._white-box ._icon-wrapper ._icon{
        display: none;
    }

    .paytype-block ._white-box ._col {
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .paytype-block ._red-box ._icon {
        padding: 0 15px;
        font-size: 1.8em;
    }
}




.circle-container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
}

.checkmark {
    color: white;
    z-index: 5;
    width: 17%;
    height: 17%;
}

.ring {
    position: absolute;
    border-radius: 50%;
}

.ring-1 {
    width: 40%;
    height: 40%;
    background-color: rgba(81, 183, 76, 1.0);
    z-index: 4;
}

.ring-2 {
    width: 55%;
    height: 55%;
    background-color: rgba(81, 183, 76, 0.45);
    z-index: 3;
}

.ring-3 {
    width: 70%;
    height: 70%;
    background-color: rgba(81, 183, 76, 0.30);
    z-index: 2;
}

.ring-4 {
    width: 85%;
    height: 85%;
    background-color: rgba(81, 183, 76, 0.20);
    z-index: 1;
}


.btn-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    background: #660000;
    color: #fff;
}

._ozo-text-dark {
    color: #660000;
}

._ozo-bg-dark {
    color: #660000;
}

.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
