body,
body * {
    font-family: sans-serif
}

* {
    box-sizing: border-box
}

body {
    margin: 0 !important
}

h1,
h2,
h3,
p,
ul {
    margin: 0
}

.content-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.aside-content {
    max-width: 360px;
    flex-shrink: 0;
}

a,
li {
    text-decoration: none
}

a {
    cursor: pointer;
    color: inherit
}

.ctContainer {
    margin: 0 auto;
    width: 100%;
    background: 0 0
}

.ctContent {
    max-width: 1152px;
    margin: 0 auto;
    box-sizing: border-box
}

.ctContent {
    width: 100%;
    background: #fff
}

.checkedList {
    display: flex;
    width: 100%
}

.checkedList ul {
    padding-left: 0
}

.checkedList ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px
}

.checkedList ul li::before {
    content: none
}

.checkedList__itemText {
    padding-left: 0;
    font-weight: 400;
    font-size: 20px;
    word-break: break-word
}

.checkedList__itemImgWrapper {
    display: flex;
    width: 100%;
    height: fit-content;
    max-width: 30px;
    margin-right: 15px;
}

.checkedList__itemImg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.some-list .checkedList__itemImg {
    width: 100%;
    max-width: 60px;
    margin-right: 15px;
}

.knifeContentBB {
    padding: 10px 65px
}

.knifeContentBB__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 3px solid #1da1f2;
    border-bottom: 3px solid #1da1f2;
    padding: 15px 0
}

.knifeContentBB__text {
    margin: 0 auto;
    padding: 0 10px;
    width: 85%;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    word-break: break-word;
    text-align: center
}

.knifeContentBB__imgWrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 32px
}

.knifeContentBB__img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.oneImageWidget__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin-top: 15px;
}

.oneImageWidget__img,
.quotidianoAside__bigContent ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.paragraphWidget__text {
    margin: 0;
    padding: 15px 0 0;
    line-height: 30px;
    word-break: break-word;
    text-align: left;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
}

.quotidianoAside {
    margin: 0;
    padding: 0 0px;
    box-sizing: border-box
}

.quotidianoAside__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.quotidianoAside__shortNews {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.quotidianoAside__bigContent ul,
.quotidianoAside__shortNews ul {
    padding-left: 0;
    width: 100%
}

.quotidianoAside__bigContent ul li,
.quotidianoAside__shortNews ul li {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #dedede;
    padding: 16px 0
}

.quotidianoAside__bigContent {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.quotidianoAside__bigContent ul li {
    flex-direction: column;
    width: 100%
}

.quotidianoAside__bigContent ul li img {
    margin-bottom: 15px
}

.quotidianoAside__linkItemWrapper {
    display: flex;
    margin-right: 10px;
    width: 100%;
    max-width: 70px
}

.quotidianoAside__linkItemWrapperBig {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 287px
}

.quotidianoAside__imageLinkItem {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.quotidianoAside__linkItem {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.quotidianoCom {
    padding: 15px 15px 0;
    width: 100%;
    /* max-width: 68% */
}

.quotidianoCom__wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid grey;
    padding-top: 15px;
}

.last {
    border-bottom: 0 !important;
    padding-bottom: 20px;
}

.first {
    border-top: 0 !important;
    padding-top: 0;
}

.quotidianoCom__avatarWrapper {
    display: inline-block;
    margin: 0 10px 0 0;
    border-radius: 50%;
    padding: 0;
    width: 100%;
    height: 50px;
    max-width: 50px
}

.quotidianoCom__avatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.quotidianoCom__info {
    width: 100%
}

.quotidianoCom__comment,
.quotidianoCom__name {
    padding: 0;
    font-size: 19px;
    line-height: 26px;
    word-break: break-word
}

.quotidianoCom__name {
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    color: #000
}

.quotidianoCom__comment {
    margin: 10px 0 0;
    font-weight: 400
}

a {
    font-weight: 700;
    word-break: break-word;
    /* text-decoration: underline; */
    color: blue
}

.quotidianoTexts {
    padding: 0 15px 20px 0;
    /* max-width: 68% */
}

.quotidianoTexts__mainTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4
}

.quotidianoTexts__commentTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5
}

.sunnyQuote {
    display: flex;
    padding: 10px 20px 10px 40px
}

.sunnyQuote__imgWrapper {
    display: flex;
    width: 100%;
    height: 36px;
    max-width: 48px;
    flex-shrink: 0;
}

.sunnyQuote__img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.sunnyQuote__paragraph {
    padding: 0 0 0px 20px;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    line-height: 36px;
    word-break: break-word;
    color: #020203
}

.api-form1 .form__wrap {
    padding-top: 0px !important;
    padding-left: 100px!important;
    position: relative;
    width: fit-content;
}


@media (max-width: 1200px) {
    .form__sale {
        width: 100% !important;
        top: 0!important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    /*.form__sale {*/
    /*    left: 20px!important;*/
    /*}*/

    .api-form1 .form__wrap {
        padding-top: 110px !important;
        padding-left: 0px!important;
        position: relative;
        width: fit-content;
    }

    .sunnyQuote__paragraph {
        font-size: 18px;
        line-height: 32px
    }

    .header-bottom-container li:last-child {
        display: none;
    }
}

@media (max-width: 1024px) {
    .content-wrap {
        display: block;
    }

    .aside-content {
        display: none;
    }

    .quotidianoCom {
        max-width: 100%
    }

    .quotidianoTexts {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 967px) {
    .knifeContentBB__text {
        padding: 0 20px;
        margin: 0;

    }

    .knifeContentBB {
        padding: 10px 15px
    }
}

@media (max-width: 768px) {
    .knifeContentBB {
        padding: 10px 0;
    }

    .quotidianoTexts__mainTitle {
        font-size: 23px
    }

    .knifeContentBB__text {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .textHeightMedia {
        line-height: normal
    }
}

@media (max-width: 767px) {
    .quotidianoCom {
        padding: 0px 15px 15px
    }

    .header-bottom li:nth-child(5) {
        display: none;
    }
}

@media (max-width: 480px) {
    .quotidianoCom {
        display: block
    }

    .knifeContentBBTwo__text--586141 {
        padding: 0 0 0 15px;
    }

    .quotidianoCom {
        padding: 0px 0 15px
    }
}

.footer {
    color: #323232;
    font-size: 16px;
    max-width: 1152px;
    margin: 0 auto
}

.footer a {
    color: inherit;
    transition: all .2s ease-in-out
}

.footer a:hover {
    color: #f60
}

.footer-bottom {
    text-align: center;
    padding: 25px;
    /* border-top: 5px solid #e6e6e6 */
}

.footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 15px;
    list-style: none;
    row-gap: 10px;
    padding: 0
}

.header {
    margin-bottom: 30px
}

.header a {
    white-space: nowrap;
    color: inherit;
    transition: all .3s ease-in-out
}

.header a:hover {
    color: #f60
}

.header-moddle-container,
.header-top {
    display: flex;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto
}

.header-top {
    height: 42px
}

.header-top img {
    height: 42px
}

.header-moddle-container {
    padding: 15px
}

.header-top ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 15px;
    color: #999;
    margin-left: auto
}

.header img {
    display: block
}

.header-middle {
    border-top: 1px solid #e6e6e6
}

.header-bottom {
    border-bottom: 5px solid #f90
}

.header-bottom-container {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    padding: 5px 15px
}

.header-bottom-container a {
    flex-shrink: 0;
}

.header-bottom ul {
    height: 17px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 17px;
    font-size: 16px;
    overflow: hidden;
}

.header-bottom ul a {
    display: block;
}

@media (max-width: 1200px) {
    .oneImageWidget__wrapper {
        max-width: 700px
    }
}

@media (max-width: 1100px) {
    .header-bottom ul {
        column-gap: 15px;
        font-size: 15px
    }

    .header-top ul {
        column-gap: 17px
    }
}

@media (max-width: 1000px) {

    .arrow-down-wrap {
        width: 136px;
        display: block;
        overflow: hidden;
    }

    .arrow-down-wrap img {
        position: relative;
        left: -20px;
    }

    .header-top ul {
        display: none
    }

    .header-bottom li:nth-child(7) {
        display: none;
    }

    .header {
        border-bottom: 5px solid #f90;
        margin-bottom: 15px;
    }

    .header-top {
        justify-content: space-between
    }
}

@media (max-width: 700px) {
    .header-middle .widget {
        display: none
    }

    .header img {
        /* max-width: 100%; */
        /* height: auto */
    }
}


.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40% !important;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.7 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 100 !important;
    color: #111 !important;
    text-shadow: none !important;
    text-indent: unset !important;
    border: none !important;
}

.pop-up-text {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.7 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 100 !important;
    margin: 0 !important;
}

p.ruletka-p.pop-up-text {
    text-align: center !important;
}

.pop-up-window .pop-up-text {
    margin-bottom: 20px !important;
}

.pop-up-heading,
.pop-up-button {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    line-height: 1.7 !important;
    text-shadow: none !important;
}

.pop-up-heading {
    font: 100 40px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    margin-bottom: 20px !important;
    color: #111 !important;
}

.danger-text {
    font: 700 16px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    color: red !important;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../img/cross.svg");
    background-size: 100%;
    top: -40px !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.ruletka-p {
    margin-top: 0 !important;
}

@media only screen and (max-width: 425px) {
    .pop-up-heading {
        font-size: 34px;
    }

    .pop-up-window .pop-up-text {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
        font-size: 18px;
    }

    .close-popup {
        right: 0;
    }
}


/*Отступ для дерева комментов*/

.api-form1 * {
    padding: 0 !important;
    margin: 0 !important;
    font-family: roboto, sans-serif !important;
}

.api-form1 .submit:hover {
    background: #2e7d32;
}


.api-form1 .submit,
.blg {
    outline: none !important;
    max-width: 100% !important;
    font-style: normal !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
    position: static !important;
    height: auto !important;
    box-shadow: none !important;
    text-align: center !important;
    clear: both !important;
    font-weight: 700 !important;
    border: 0;
    background: #388e3c;
    color: #fff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    padding: 15px 35px !important;
    border-radius: 35px !important;
    width: 100% !important;
    display: block !important;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
    text-transform: none !important;
}

.api-form1 *:before,
.api-form1 *:after {
    content: none;
}

.api-form1 .text {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
}

.api-form1 form {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 15px auto 0 !important;
    border: none;
}

.api-form1 {
    background: #fff !important;
    box-sizing: border-box !important;
    max-width: 700px !important;
    position: relative !important;
    margin: 0px auto !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 30px !important;
    clear: both !important;
}

.api-form1 .name:invalid,
.api-form1 .phone:invalid,
.api-form1 .name,
.api-form1 .phone {
    font-style: normal;
    transition: 0.25s !important;
    line-height: 20px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    background: #f2f2f2 !important;
    outline: none !important;
    box-sizing: border-box !important;
    border: 2.5px solid #ddd !important;
    border-radius: 35px !important;
    padding: 15px !important;
    margin: 0 0 15px !important;
}

.api-form1.name:focus,
.api-form1 .phone:focus {
    border: 2.5px solid #aaa !important;
}


.api-form1 .submit {
    font-size: 16px !important;
    padding: 15px 5px !important;
}


.api-form1 .phone:invalid {
    text-align: center !important;
    max-width: 445px;
    margin: 15px auto;
}

@media (max-width: 768px) {

    .api-form1 .text {
        font-size: 15px !important;
    }

    .api-form1 .name:invalid,
    .api-form1 .phone:invalid,
    .api-form1 .name,
    .api-form1 .phone {
        padding: 10px !important;
        margin: 0 0 10px !important;
    }


    .api-form1 .submit,
    .blg {
        margin: 10px 0 0 !important;
        font-size: 18px !important;
        padding: 10px 25px !important;
    }

    .close-popup {
        right: 0 !important;
    }

    .pop-up-heading {
        font-size: 25px !important;
    }

    .pop-up-text {
        font-size: 13px !important;
    }
}

.order_block {

    font-family: roboto, sans-serif !important;
    padding: 20px;
    padding-top: 10px;
    box-shadow: none !important;
    width: 100% !important;
    border: none !important;
    max-width: 100% !important;
    line-height: 1.7 !important;
}

input.form_control_vik:focus::placeholder {
    color: transparent;
}


/*.ex-logo{width:426px;height:55px;margin:40px auto 0;background:url(../img/exitsprite2.png) 0 0 no-repeat;} */

/*.footer-button a{
      background: #7D3B7C no-repeat scroll 445px center;
      color: #FFF !important;
      padding: 9px 22px;
      text-indent: 27px;
      border-radius: 20px;
      cursor: pointer;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 32px;
      margin-bottom: 10px;
      text-decoration: none;
      font-weight: normal;
      line-height: 2.3em;
  }*/

.title-range {
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

input.form_control_vik:focus::placeholder {
    color: transparent;
}


.v-order-wrapper-fon-bg1 {
    border: 1px solid #CFECCD;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
    background: -webkit-gradient(linear, left top, left bottom, from(#CFECCD), to(#F4FFF3));
    background: -o-linear-gradient(#CFECCD, #F4FFF3);
    background: linear-gradient(#CFECCD, #F4FFF3);
}

@media (max-width: 720px) {
    .v-order-wrapper-fon-bg1 {
        border-radius: 15px;
        padding: 0px;
    }

}

.form {
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: center;
}

.form__img {
    display: block;
    width: 100%;
    max-width: 270px;
    margin-right: 15px;
}

.form__input {
    display: block;
    width: 100%;
    padding: 7px 5px;
    font-size: 16px;
    border: 1px solid grey;
    border-radius: 3px;
    margin-bottom: 15px;
}

.prices {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.prices__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.prices__item span {
    white-space: nowrap;
}

.prices__item:first-child {
    margin-right: 15px !important;
    padding-right: 15px !important;
    border-right: 1px solid lightgrey;
}

.new-price {
    font-size: 24px;
    line-height: 1;
    color: red;
    font-weight: 700;
}

.old-price {
    text-decoration: line-through;
    line-height: 1;
}

.form__main {
    max-width: 270px;
}

@media only screen and (max-width: 880px) {
    .header-bottom li:nth-child(3) {
        display: none;
    }
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium;
}


.shakingbutton {
    animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
    0% {
        transform: translateX(0);
    }

    46% {
        transform: translateX(0);
    }

    48% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    52% {
        transform: translateX(-10px);
    }

    54% {
        transform: translateX(10px);
    }

    56% {
        transform: translateX(-5px);
    }

    58% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}


.shakingbutton {
    animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
    0% {
        transform: translateX(0);
    }

    46% {
        transform: translateX(0);
    }

    48% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    52% {
        transform: translateX(-10px);
    }

    54% {
        transform: translateX(10px);
    }

    56% {
        transform: translateX(-5px);
    }

    58% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

.form__img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-right: 15px;
}

.form__input {
    display: block;
    width: 100%;
    padding: 7px 5px;
    font-size: 16px;
    border: 1px solid grey;
    border-radius: 3px;
    margin-bottom: 15px;
}

.form__main {
    max-width: 270px;
}

.sl-con {
    max-width: 500px;
    margin: auto;
}

.ctContent {
    max-width: 1150px;
    padding: 0 15px;
}

.bold {
    font-weight: 700;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-after-label:before {
    top: 7%;
    left: auto;
    right: 13%;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
    top: 7%;
    left: 13%;
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 0;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twenty-part__title {
    position: absolute;
    top: 8%;
    left: 17%;
    font-size: 20px;
}

.twenty-part__title--before {
    z-index: 0;
}

.twenty-part__title--after {
    left: auto;
    right: 17%;
    z-index: 11;
}

.effect__check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.effect__item {
    position: relative;
    margin-bottom: 15px;
}

.effect__list {
    list-style: none;
    padding-left: 50px;
}

.effect {
    padding-top: 15px;
}

.effect__header {
    margin-bottom: 15px;
}

.effect__ttl {
    font-size: 20px;
    margin-bottom: 15px;
}

p {
    font-size: 20px !important;
    line-height: 1.4 !important;
}

.sl-con-1 img {
    width: 100%;
    /* height: 200px; */
}

.img__wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.paragraphWidget__text--240854 {
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    border: 12px double rgb(255, 0, 4);
}

.block {
    display: block;
}

.img__box {
    width: 25%;
    position: relative;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.img__box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.img__box:last-child {
    /* width: 15%; */
}

.img__box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/tryout-dashed-arrrow.png) no-repeat;
    background-size: 50px 60px;
    background-position: center;
    border-radius: 50%;
}

.img__box:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    display: block;
    width: 60px;
    height: 20px;
    background: url(../img/tryout-arrow.svg) no-repeat;
    background-size: 50px 60px;
    background-position: center;

}

.img__txt {
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px;
    border-radius: 10px;
    background-color: white;

}

/*Reset*/
input::-ms-clear {
    display: none;
}

/*End reset*/

/*Comment styles*/


.ev-answer__img {
    display: block;
    max-width: 600px;
    margin-bottom: 5px;
}

.ev-answer__name,
.ev-answer__town,
.ev-answer__comment {
    word-break: break-all;
}

/*End comment styles*/

/*Color | Choose styles for feedback form*/
.ev-feedback {
    margin: 15px 0;
    border: 4px solid #f2f3f7;
    border-radius: 15px;
}

.ev-feedback__title {
    color: black;
}

.ev-feedback__field {
    color: black;
    border: 1px solid #ececed;
    border-radius: 10px;
}

.ev-feedback__field:focus {
    border-color: #34909b;
}

.ev-feedback__field--comment::-webkit-scrollbar {
    width: 5px;
    background: none;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #34909b;
    opacity: .5;
}

.ev-feedback__svg {
    fill: #34909b;
    transition: all .3s ease-in-out;
}

.ev-feedback__comment {
    border-radius: 15px;
}

.ev-feedback__file {
    color: #34909b;
    border: 1px solid #34909b;
    border-radius: 10px;
}

.ev-feedback__file:hover {
    color: white;
    background: #34909b;
}

.ev-feedback__file:hover .ev-feedback__svg {
    fill: white;
}

.ev-feedback__profile--error .ev-feedback__field {
    border-color: red;
}

.ev-feedback__profile--error .ev-feedback__field:focus {
    border-color: red;
}

.ev-feedback__profile--error .ev-feedback__svg {
    fill: red;
}

.ev-feedback__file--loaded {
    color: #fff;
    background: white linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 0 0;
    border-color: #57cf02;
}

.ev-feedback__file--loaded:hover {
    color: white;
    background: #57cf02;
}

.ev-feedback__file--error {
    background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
    color: #fff;
    border-color: red;
}

.ev-feedback__file--error:hover {
    color: white;
    background: red;
    border-color: red;
}

.ev-feedback__file--loaded .ev-feedback__svg,
.ev-feedback__file--error .ev-feedback__svg {
    fill: white;
}

.ev-feedback__btn {
    color: white;
    border: none;
    border-radius: 10px;
    background: #34909b;
}

.ev-feedback__btn:hover {
    background: #0e5f68;
}

.ev-modal {
    background: rgba(0, 0, 0, .5);
}

.ev-modal__wrapper {
    background: #fff;
    border-radius: 8px;
}

.ev-modal__close::before,
.ev-modal__close::after {
    background: #474646;
}

.ev-modal__close:hover::before,
.ev-modal__close:hover::after {
    background-color: #34909b;
}

.ev-modal__title,
.ev-modal__subtitle {
    color: black;
}

.ev-modal__btn {
    color: white;
    background: #34909b;
    border: none;
    border-radius: 5px;
}

.ev-modal__btn:hover {
    background: #34909b;
}

/*Color | End | Choose styles for feedback form*/

/*Default | Keyframes*/
@keyframes fileLoaded {
    0% {
        background: white linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 100% 0;
        background-size: 200% 100%;
    }

    100% {
        background-position: 0 0;
        color: #fff;
    }
}

@keyframes fileError {
    0% {
        background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100% 0;
        background-size: 200% 100%;
    }

    100% {
        background-position: 0 0;
        color: #fff;
    }
}

/*Default | End keyframes*/

/*Default | Feedback styles*/
.ev-feedback {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    max-width: 500px;
}

.ev-feedback__title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.ev-feedback__section {
    display: flex;
    width: 100%;
}

.ev-feedback__section--data {
    margin-bottom: 15px;
}

.ev-feedback__section--files {
    margin-bottom: 30px;
}

.ev-feedback__profile {
    position: relative;
    width: calc(100% / 3);
}

.ev-feedback__profile:not(:last-of-type) {
    margin: 0 15px 0 0;
}

.ev-feedback__comment {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
}

.ev-feedback__field {
    display: block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    resize: none;
    transition: all .25s ease-in-out;
    width: 100%;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
}

.ev-feedback__field--comment {
    min-height: 80px;
    -ms-overflow-style: none;
    /*hide scrollbar IE*/
    scrollbar-width: none;
    /*hide scrollbar FF*/
    overflow: auto;
    border-radius: 15px;
}

.ev-feedback__svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.ev-feedback__svg--comment {
    top: 12px;
}

.ev-feedback__svg--file {
    position: static;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}

.ev-feedback__file {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 50%;
    padding: 10px;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}

.ev-feedback__file:not(:last-of-type) {
    margin-right: 15px;
}

.ev-feedback__file--loaded {
    background-size: 200% 100%;
    animation: fileLoaded .5s ease-in;
}

.ev-feedback__file--loaded:hover {
    transition: none;
}

.ev-feedback__file--error {
    background-size: 200% 100%;
    animation: fileError .5s ease-in;
}

.ev-feedback__file--error:hover {
    transition: none;
}

.ev-feedback__file--loaded .ev-feedback__svg--file,
.ev-feedback__file--error .ev-feedback__svg--file {
    fill: white;
}

.ev-feedback__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.ev-feedback__chooser {
    display: none;
}

.ev-feedback__btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: all .3s ease-in;
    max-width: 100%;
    width: 200px;
    padding: 13px;
}

/*Default | End feedback styles*/

/*Default | JS feedback styles*/
.ev-feedback__section--two .ev-feedback__profile {
    width: 50%;
}

.ev-feedback__section--one .ev-feedback__profile {
    width: 80%;
}

.ev-feedback__section--one .ev-feedback__file {
    width: 80%;
}

.ev-feedback__section--full .ev-feedback__file {
    width: 100%;
}

.ev-feedback--structure .ev-feedback__title {
    order: -1;
}

.ev-feedback--structure .ev-feedback__section {
    order: -1;
    margin-bottom: 15px;
}

.ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 30px;
}

/*Default | End JS feedback styles*/

/*Default | Modal*/
.ev-modal {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.ev-modal--active {
    display: flex
}

.ev-modal__wrapper {
    position: relative;
    cursor: auto;
    padding: 40px 30px 30px;
    margin: 0 20px
}

.ev-modal__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ev-modal__close::before,
.ev-modal__close::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 2px;
    transition: background-color .3s ease-in-out;
}

.ev-modal__close::before {
    transform-origin: left;
    transform: rotate(45deg);
    left: 2px;
}

.ev-modal__close::after {
    transform-origin: right;
    transform: rotate(-45deg);
    right: 4px;
}

.ev-modal__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px
}

.ev-modal__subtitle {
    text-align: center;
    margin-bottom: 20px
}

.ev-modal__btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 130px;
    width: 100%;
    word-break: break-all;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0 auto;
    transition: all .25s ease-in-out
}

/*Default | End modal*/

/*Default | Feedback media queries*/
@media (max-width: 639px) {
    .form__sale {
        top: 0px !important;
    }

    .ev-feedback {
        padding: 20px;
    }

    .ev-feedback__title {
        font-size: 21px;
    }

    .ev-feedback__title,
    .ev-feedback__section--files {
        margin-bottom: 20px;
    }

    .ev-feedback--structure .ev-feedback__comment {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {

    .order_block {
        padding: 10px;
    }
    .prices__item:first-child {
        margin-right: 10px !important;
        padding-right: 10px !important;
    }

    .ev-feedback__section--data,
    .ev-feedback__section--files {
        flex-direction: column;
    }

    .ev-feedback__section--data {
        margin-bottom: 10px;
    }

    .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__file {
        width: 100%;
    }

    .ev-feedback__file:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__comment {
        margin-bottom: 10px;
    }

    .ev-feedback__section--two {
        flex-direction: row;
    }

    .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
        margin: 0 15px 0 0;
    }

    .ev-feedback__section--one .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__section--one .ev-feedback__file {
        width: 100%;
    }

    .ev-modal__wrapper {
        padding: 30px 20px 20px
    }
}

/*Default | End feedback media queries*/

/*Errors*/
.ev-input-error {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: white;
    border: 1px solid #34909b;
    border-radius: 5px;
    padding: 5px;
}

.ev-input-error::before {
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    display: block;
    width: 10px;
    height: 10px;
    background: white;
    border-top: 1px solid #34909b;
    border-right: 1px solid #34909b;
    transform: rotate(-45deg);
}

.ev-input-error--hidden {
    display: none;
}

/*End error*/
.commentImgWrapper img {
    width: 250px;
    margin-top: 15px;
}

.date {
    display: block;
    color: grey;
    margin-top: 10px;
}

.btn-down {
    display: block;
    margin: 25px auto !important;
    width: 300px !important;
    padding: 10px 50px !important;
}

.rating {
    margin-bottom: 15px;
}

.star {
    font-size: 20px;
    /* Розмір зірочки */
    color: transparent;
    /* Початковий колір зірочок - прозорий */
    cursor: pointer;
    transition: color 0.2s;

    -webkit-text-stroke: 1px #FFA500;
    /* Оранжевий контур */
}

.star.filled {
    color: #FFA500;
    /* Оранжевий колір для заповнених зірочок */
}

/* Додатковий CSS для правильної роботи hover */
.star:hover,
.star:hover ~ .star {
    color: #FFA500;
}

.star:hover ~ .star {
    color: transparent;
    /* Відміна заливки наступних зірочок після наведеної */
}

.rating-1 .star {
    color: #FFA500;
    pointer-events: none;
}

.none {
    display: none;
}

.order__ttl {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    background: #fff !important;
    box-sizing: border-box !important;
    max-width: fit-content !important;
    position: relative !important;
    margin: 0px auto 20px !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 10px !important;
}


.form__sale {
    position: absolute;
    top: 0px;
    left: -20px;
    color: white;
    background: url(../img/form-discount-shape.png) no-repeat;
    width: fit-content;
    font-weight: 700;
    line-height: 1.3;
    font-size: 16px;
    padding: 30px 30px !important;
    background-size: 100% 100%;
}

.answ {
    padding-left: 75px;
}

.action-list {
    padding: 15px 0 0;
    list-style: none;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.action-list__item {
    max-width: 30%;
}

.action-list__img,
.action-list__img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.action-list__img {
    max-width: 150px;
}

.action-list__img img {
    margin-bottom: 15px;
}

.action-list__text {
    font-weight: 700;
    text-align: center;
}

.cenz {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 15px; */
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.cenz img {
    margin: 0 auto;
    display: block;
    filter: blur(10px);
}

.cenz::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cenz::after {
    width: 60px;
    height: 60px;
    content: "18+";
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 5px solid red;
    font-size: 27px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.cenz.active::before,
.cenz.active::after {
    opacity: 0;
}

.cenz.active img {
    filter: blur(0);
}

@media screen and (max-width: 1024px) {
    .img__box:not(:last-child):after {
        content: none;
    }

    .img__box {
        width: fit-content !important;
        max-width: 23%;
    }

    .img__txt {
        left: 50%;
        transform: translateX(-50%);
    }

    .img__box img {
        /* width: 100%; */
    }

    .doctor-img,
    .cenz,
    .baba-img {
        max-width: 500px;
    }

    .someman {
        width: 500px;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .checkedList--true .checkedList__itemText {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .quotidianoTexts__commentTitle {
        margin-bottom: 20px;
    }

    p,
    .paragraphWidget__text {
        font-size: 16px !important;
    }

    .order__ttl {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 700px) {
    .img__wrapper {
        margin-top: 20px;
    }

}

@media screen and (max-width: 639px) {

    .header-bottom li:nth-child(4) {
        display: none;
    }

    .quotidianoTexts__mainTitle {
        font-size: 21px;
    }

    .form__img {
        width: 180px;
        margin-bottom: 15px !important;
    }

    .form {
        gap: 0;
        flex-direction: column;
    }

    .checkedList ul li {
        padding: 10px 0 0 10px;
    }

    .checkedList__itemText {
        font-size: 18px;
    }

    h2,
    .order__ttl {
        font-size: 20px!important;
    }

    .img__wrapper {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .sunnyQuote {
        padding: 10px;
    }

    .img__box {
        width: 50% !important;
        max-width: 250px;
    }

    .action-list {
        flex-direction: column;
    }

    .action-list__item {
        max-width: none;
    }

    /*.checkedList--true .checkedList__itemText {*/
    /*    font-size: 18px !important;*/
    /*}*/

    .api-form1 {
        padding: 15px !important;
    }

    .form__wrap {
        padding-top: 110px !important;
    }



}

@media screen and (max-width: 600px) {
    .header-bottom li:nth-child(6) {
        display: none;
    }

}

@media screen and (max-width: 545px) {
    .sunnyQuote__imgWrapper {
        width: 25px;
    }
}

@media screen and (max-width: 500px) {
    .header-bottom li:nth-child(8) {
        display: none;
    }

}

@media screen and (max-width: 479px) {
    .answ {
        padding-left: 35px !important;
    }

    .commentImgWrapper img {
        width: 200px;
    }

    .form__wrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .form__sale {
        /* position: static; */
    }

    .footer-bottom {
        padding: 15px;
    }

    .ev-feedback {
        padding: 15px;
    }

    .header-bottom ul {
        /* display: none; */
    }

    .header-bottom-container {
        /* justify-content: end; */
    }

    p {
        font-size: 16px !important;
    }

    .ev-feedback__title {
        font-size: 18px;
    }

    .star {
        font-size: 20px;
    }

    .checkedList .some-list li {
        padding-left: 0;
        flex-direction: column;
    }

    .some-list .checkedList__itemText {
        display: block;
        text-align: center;
    }

    .some-list .checkedList__itemImg {
        margin: 0 0 10px;
    }

    .checkedList--true .checkedList__itemText {
        font-size: 16px !important;
    }

}

video {
    width: 100%;
    max-width: fit-content;
}

.eye {
    width: 80px;
    margin: 0 auto 20px!important;
}

.form__block {
    max-width: 250px;
    width: 100%;
}

/*.order__eye {*/
/*    display: block;*/
/*    max-width: 80px;*/
/*    width: 100%;*/
/*    margin: 0 auto 20px;*/
/*}*/

/*#eye {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*}*/

/*#eye svg {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*}*/

/*#eye svg #upper-eye-lid-cover {*/
/*    fill: #cfeccd;*/
/*}*/
h2 {
    line-height: 1.3;
}

.paragraphWidget__text--985283 {
    padding-bottom: 15px;
}