
@media only screen and (max-width:500px) {
    .vik-winners-bl .lb_top {
        padding: 10px 10px 10px 30px
    }

    .vik-winners-bl .lb_top:before {
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%
    }

    .vik-winners-bl .lbt_text_1 {
        font-size: 18px;
        line-height: 20px
    }

    .vik-winners-bl .lbt_text_2 {
        margin-top: 5px
    }

    .vik-winners-bl .lb_text {
        font-size: 26px;
        line-height: 27px;
        margin-top: 20px
    }

    .vik-winners-bl .lb_text>span {
        font-size: 40px;
        line-height: 41px
    }
}

.vik-winners-bl .left_block {
    display: inline-block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 50px;
    background: #f9f9f9;
    font-family: sans-serif
}

.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
    background: #fff
}

.vik-winners-bl .lb_top {
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    padding: 20px;
    position: relative
}

.vik-winners-bl .lb_top:before {
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 25px
}

.vik-winners-bl .lbt_text_1 {
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    text-align: center
}

.vik-winners-bl .lbt_text_2 {
    font-size: 13px;
    line-height: 15px;
    color: #626262;
    margin-top: 10px;
    text-align: center
}

.vik-winners-bl .lb_text {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 50px 0 15px;
    text-align: center
}

.vik-winners-bl .lb_text>span {
    display: inline-block;
    font-size: 30px;
    line-height: 76px
}

.vik-winners-bl .wins {
    border: 1px solid #d8d8d8;
    border-radius: 15px
}

.vik-winners-bl .win_line {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d8d8d8
}

.vik-winners-bl .win_line>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 5px 0 15px;
    font-size: 17px;
    line-height: 19px
}

.vik-winners-bl .win_line:first-child {
    background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%)
}

.vik-winners-bl .win_line:last-child {
    border-bottom: none
}

@media only screen and (max-width:1100px) {
    .vik-winners-bl .left_block {
        display: block
    }
}

@media only screen and (max-width:1000px) {
    .vik-winners-bl .left_block {
        padding: 30px 10px;
        max-width: 435px
    }
}

@media only screen and (max-width:880px) {
    .vik-winners-bl .left_block {
        max-width: 100%;
        float: none
    }

    .vik-winners-bl .lb_text {
        text-align: center
    }
}

@media (max-width:720px) {
    .vik-winners-bl .win_line:first-child {
        display: none
    }

    .vik-winners-bl .win_line {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .vik-winners-bl .win_line>div {
        width: 100% !important
    }
}

@media only screen and (max-width:500px) {
    .vik-winners-bl .lb_top {
        padding: 10px 10px 10px 30px !important
    }

    .vik-winners-bl .lb_top:before {
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%
    }

    .vik-winners-bl .lbt_text_1 {
        font-size: 18px;
        line-height: 20px
    }

    .vik-winners-bl .lbt_text_2 {
        margin-top: 5px
    }

    .vik-winners-bl .lb_text {
        font-size: 26px;
        line-height: 27px;
        margin-top: 20px
    }

    .vik-winners-bl .lb_text>span {
        font-size: 40px;
        line-height: 41px
    }
}

@media only screen and (max-width:450px) {
    .vik-winners-bl .win_line>div {
        padding: 0 5px 0 10px;
        font-size: 15px;
        line-height: 19px
    }
}

@media (max-width:460px) {
    .vik-winners-bl .left_block {
        padding: 0 !important
    }

    .vik-winners-bl .win_line>div {
        font-size: 14px !important
    }

    .vik-winners-bl .lb_text>span {
        font-size: 20px
    }

    .vik-winners-bl .lb_top {
        padding: 10px
    }
}

.wincomment {
    transition: opacity .3s;
    transition: margin-top 1s
}

.wins {
    overflow: hidden
}


.matreshka__wrapper {
    background-image: url(../images/bg1-100.jpg);
    background-position: center center;
}


.matreshka__wrapper.go_go_dance .matreshka__item {
    -webkit-animation: bounceAndRotate 3s linear infinite;
    -moz-animation: bounceAndRotate 3s linear infinite;
    -ms-animation: bounceAndRotate 3s linear infinite;
    -o-animation: bounceAndRotate 3s linear infinite;
    animation: bounceAndRotate 3s linear infinite;
}


@-webkit-keyframes bounceAndRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes bounceAndRotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.matreshka__wrapper.go_go_dance:hover .matreshka__item {
    animation: shake 1.22s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(3px, 0, 0);
    }
}


.trust_wrap {
    margin: 30px auto !important;
    padding: 0 20px !important
}

.trust_group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important
}

.logo_trust {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px !important;
    max-width: 150px !important
}


@media screen and (max-width:480px) {
    .base {
        margin: 0 auto;
        width: 90%
    }

    header {
        display: none
    }
}


.loading {
    display: flex;
    align-items: center
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-add {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.35em 0 0 currentColor;
    }

    100% {
        text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
    }
}


.order__price-old {
    text-decoration: line-through
}

.loading {
    display: flex;
    align-items: center
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.35em 0 0 currentColor;
    }

    100% {
        text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
    }
}

.white_base img {
    margin: 0 auto;
    display: block
}

.pg img {
    margin: 15px 0
}

figure {
    margin-left: 0;
    margin-right: 0
}

.order-img {
    width: 100% !important;
    max-width: 350px !important
}

@media (max-width:360px) {
    .door__sales {
        top: 0 !important
    }
}

.hidden-xs {
    display: block
}

.hidden-sm {
    display: none
}

@media (max-width:768px) {
    .pop-up-text {
        font-size: 19px !important
    }

    .api-form1 .deadline1 {
        font-size: 16px !important
    }

    .order__price-old,
    .order__price-new {
        text-align: center
    }

    .text_section {
        background: #fff
    }

    .hidden-xs {
        display: none
    }

    .hidden-sm {
        display: block
    }
}

.btn-main {
    color: #fff !important
}

form#form1 input,
form#form1 select {
    height: 54px !important
}


.doctor-comment {
  position: relative;
  margin: 20px 0;
  padding: 15px;

  border-radius: 10px;
}

.doctor-avatar {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 20px 10px 0;

}

.doctor-content {
  overflow: hidden;
}

.doctor-name {
  margin: 0 0 10px 101px; 
  color: #2c3e50;
  font-weight: 700;
  font-size: 20px;
       line-height: 26px;
       font-family: sans-serif;
}



.doctor-comment p {

     color: rgb(30, 30, 30);
       font-size: 20px;
       line-height: 26px;
        font-weight: 400;

        font-family: sans-serif;
}

.doctor-content p {
  margin: 0;
  line-height: 1.6;
  text-align: justify;
  margin-left: 120px; 

  font-size: 20px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 700;
}




[scroll="goScrollToForm"] {
  cursor:pointer;
}


.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px!important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto!important;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
@keyframes loadingD {
  0% {
        transform: rotate(0deg);
    }
  50% {
    transform: rotate(180deg);
    }
  100% {
    transform: rotate(360deg);
    }
}




.header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header,
.footer {
  box-sizing: border-box;
}

.footer ul,
.header ul {
  list-style: none;
  padding: 0;
}

.header-top {
  padding: 10px;
  max-width: 1300px;
  margin: 0 auto;
}

.header-top-search {
  margin-left: auto;
}

.header img {
  display: block;
}

.header-top,
.header-top span {
  display: flex;
  align-items: center;
}

.header-top-menu {
  margin: 0 20px;
}

.header-top-menu a {
  margin: 0 10px;
}

.header-top-icons {
  margin-left: 50px;
}

.header-top-icons a {
  margin-left: 15px;
}

.header-middle {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.header-middle ul {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(10, auto);
  border-right: 1px solid #dcdcdc;
  overflow: hidden;
}

.header-middle a {
  border-left: 1px solid #dcdcdc;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.1s ease-in;
  line-height: normal;
  color: black;
}

.header-middle ul li {
  padding: 10px;
}

.header-middle a:hover {
  background: #ededed;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px auto;
  max-width: 1300px;
}

.header-bottom span,
.header-bottom ul {
  display: flex;
  align-items: center;
  font-size: 11px;
}

.header-bottom-weather img {
  margin: 5px auto;
  width: 100%;
}

.header-bottom-weather {
  text-align: center;
  width: 100%;
}

.header-bottom-menu a,
.header-bottom-weather li {
  margin: 0 15px;
}

.footer {
  padding-left: 10px;
  padding-right: 10px;
}

.footer .footer-middle {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  font-size: 13px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
}

.footer a {
  font-size: 13px;
  color: black;
}

.footer img {
  display: block;
}

.footer .footer-middle ul {
  display: flex;
  align-items: center;
  margin: 7px 0 7px 15px;
}

.footer ul li {
  margin: 0 2px;
}

.footer .copyright {
  margin-left: auto;
}

.footer-top {
  max-width: 1300px;
  margin: 0 auto;
  border-top: 30px solid #FFD200;
}

.footer-top ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin: 7px 0;
}

.footer-bottom {
  text-align: justify;
  color: rgb(123, 123, 123);
  font-size: 12px;
  border-top: 1px solid rgb(220, 220, 220);
  padding: 12px 0 30px;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1200px) {

  .footer ul,
  .header-bottom,
  .header-top-search {
    display: none;
  }

  .header-top-menu {
    margin-left: auto;
  }

  .header-middle a {
    padding: 10px;
    font-size: 12px;
  }

  .footer .footer-middle {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {

  .header {
    border-bottom: 1px solid #e4e4e4;
  }

  .footer .footer-middle ul,
  .banner,
  .header .header-top-menu,
  .header-middle {
    display: none;
  }

  .header-top-logo {
    margin-right: auto;
  }
}

@media (max-width: 700px) {

  body * {
    box-sizing: border-box;
  }

  .header .header-top-icons,
  .header-top-btn {
    display: none;
  }

  .header-top-logo {
    margin: 0 auto;
  }

  h1,
  h2 {
    font-size: 23px;
  }

  .footer {
    flex-direction: column;
  }

  .footer .copyright {
    margin: 10px auto 0;
  }

  .footer-top {
    border-top: 10px solid #FFD200;
  }
}

.oneImageWidget__wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.oneImageWidget__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.checkedList__itemImg {
    width: auto;
    height: auto;
    max-width: 35px;
}


/* Переопределение инлайновых стилей */
img[style*="height: 100%"] {
    height: auto !important;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .oneImageWidget__wrapper {
        max-width: 100% !important;
    }
    
    .checkedList__itemImgWrapper {
        max-width: 60px !important;
        height: 60px !important;
    }
}