@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

.container-template {
    width: 100%;
    position: relative;
}
.image-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.template-main {
    position: relative;
    background: #fff;
    height: 100vh;
    width: 100%;
    padding-left: 0;
    padding-top: 14.6vh;
}
.breadcrumbs {
    margin-top: 0px;
}
.breadcrumbs-list {
    margin: 0;
    padding: 0;
}
.breadcrumbs-list li {
    display: inline-block;
}
.breadcrumbs-list li + li {
    position: relative;
    margin-left: 11px;
}
.breadcrumbs-list li:before {
    position: absolute;
    content: "";
    top: 6px;
    left: -8px;
    width: 1px;
    height: 14px;
    background: #23BD87;
}
.breadcrumbs-list li a {
    color: #23BD87;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    text-decoration: none;
    transition: all 0.3s;
}
.breadcrumbs-list li a:hover {
    color: #2D2D2D;
    transition: all 0.3s;
}
.breadcrumbs-list li:last-child a {
    color: #2D2D2D;
    pointer-events: none;
}
.breadcrumbs-list li:last-child:before {
    background: #2D2D2D;
}
.template-main-info {
    position: relative;
    left: 0;
    z-index: 5;
    top: 3.1vh;
    width: 62%;
}
.template-main-title {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 4.7vw;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0;
}
.template-main-title span {
    display: block;
    color: #23BD87;
    white-space: nowrap;
}
.template-main-text {
    color:  #FFF;
    font-family: "Merel", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.med-template .template-main-info .feedback {
    display: flex;
    width: 820px;
    gap:10px 30px;
    margin-top: 5vh;
    flex-wrap: wrap;
    flex-direction: row;
}
.template-main-info .feedback input {
    width: calc(33.333% - 20px);
}
.template-main-info .feedback button {
    width: calc(33.333% - 20px);
    height: 68px;
    border-radius: 5px;
    border: 1px solid #23BD87;
    background: #23BD87;
    color: #fff;
}
.template-main-info .feedback button:hover {
    background: #fff;
    color:  #23BD87;
}
.template-main-info .feedback label {
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 175%;
    letter-spacing: -0.03em;
    color: #2D2D2D;
    width: 100%;
    margin: auto;
}
.btn-feedback {
    cursor: pointer;
}
.template-main-link-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 326px;
    height: 94px;
    border-radius: 5px;
    background:#FFF;
    color: #0396D4;
    text-align: center;
    font-family: "Merel", sans-serif;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: 0.48px;
    border: 1px solid transparent;
    text-transform: uppercase;
    transition: all 0.3s;
}
.template-main-link-btn:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    transition: all 0.3s;
}
.template-device-1 {
    position: absolute;
    z-index: 5;
    top: 2.1vw;
    width: 100%;
    height: auto;
    transform: none;
    margin-left: auto;
    right: 9vw;
    max-width: 26%;
-webkit-animation-name: ipSolMAnim;
    animation-name: ipSolMAnim;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.template-device-2 {
    position: absolute;
    top: 21.2vw;
    width: 100%;
    height: auto;
    transform: none;
    margin-left: auto;
    right: 5.7vw;
    max-width: 14.5%;
    z-index: 6;
}
.template-device-3 {
    position: absolute;
    z-index: 3;
    top: 1vw;
    width: 100%;
    height: auto;
    transform: none;
    margin-left: auto;
    right: 5.7vw;
    max-width: 7%;
}
.template-device-4 {
    position: absolute;
    z-index: 3;
    top: 1.4vw;
    width: 100%;
    height: auto;
    transform: none;
    margin-left: auto;
    right: 29.9vw;
    max-width: 3%;
}
.template-device-5 {
    position: absolute;
    top: -1vw;
    width: 100%;
    height: auto;
    transform: none;
    margin-left: auto;
    right: 5.7vw;
    max-width: 40%;
    z-index: 2;
}
.template-logo {
    position: absolute;
    z-index: 4;
    display: none;
    right: 35.1%;
    top: 24.5vh;
}
.template-main-arrow-link {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    animation: moveUpDown 1s infinite alternate;
    z-index: 8;
}
@-webkit-keyframes ipSolMAnim {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
}

@keyframes ipSolMAnim {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
}
@keyframes moveUpDown {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    100% {
        transform: translateX(-50%) translateY(-25px);
    }
}
.wrap-med-main-img {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-top: 8.6vh;
}
.wrap-med-main-bottom-img {
    display: flex;
    align-items: center;
    gap: 15px;
}
.wrap-med-main-bottom-img img {
    width: 224px;
    height: auto;
}
.med-main-img-info {
    display: flex;
    flex-direction: column;
}
.med-main-img-info a {
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    width: fit-content;
}
.med-main-img-info a:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #2D2D2D;
}

.med-main-img-info p {
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    white-space: nowrap;
}
.glide_slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
/*    white-space: nowrap;*/
    
    
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
}

.med-reviews-slider {
    width: 100%;
    overflow: hidden;
}
.med-reviews-slider-item {
    width: 100%;
}
.med-template h2 {
    color: #2D2D2D;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.med-template .new-partners-info h2 {
    text-align: left;
}
.med-reviews {
    display: none;
    background: #F6F6F6;
    padding: 88px 0 106px;
}
.med-reviews-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
/*    max-width: 1510px;
    margin:45px auto 0;*/
}
.med-reviews-slider-item {
    width: 100%;
}
.med-reviews-slider-item-side {
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 20px;
    justify-content: space-between;
}
.med-reviews-slider-item-left {
    display: block;
    width: calc(50% - 15px);
    padding-right: 9%;
    white-space: normal;
}
.med-reviews-slider-item-right {
    width: calc(50% - 15px);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
}
.med-reviews-slider-item-left img {
    margin-bottom: 37px;
}
.med-reviews-slider-item-left .link-reviews-btn img {
    margin-bottom: 0px;
}
.med-reviews-slider-item-left p {
    color: #2D2D2D;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 13px;
}
ul {
    padding-left: 24px;
    list-style-type: disc;
}
.med-reviews-slider-item-left ul {
    margin-top: 10px;
    margin-bottom: 20px;
}
ul li:not(.header__main-aside-item),
ul li:not(.footer__elem-list-item) {
    color: #2D2D2D;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
}
.link-reviews-btn {
    display: flex;
    gap: 15px;
    margin-top: 80px;
}
.link-reviews-btn p {
    margin: 0;
}
.link-reviews-btn a {
    color: #23BD87;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.wrap-right-img {
    position: relative;
    width: 100%;
    display: block;
    height: 250px;
}
.wrap-right-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    object-position: center;
}
.wrap-right-img a {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrap-right-rev-info {
    padding: 30px 40px;
    background: #fff;
    text-align: center;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.10);
}
.right-rev-quote {
    border-radius: 2px;
    background: #F6F6F6;
    padding: 24px 56px;
    color: #2D2D2D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: normal;
}
.wrap-right-rev-info p {
    color: #A2A2A2;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.med-reviews-slider-count {
    text-align: center;
}
.med-reviews-slider-count .cur,
.med-reviews-slider-count .sep {
    color: #2D2D2D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.med-reviews-slider-count all {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.med-reviews-slider-count  {
    margin-top: 32px;
    text-align: center;
}
.med-tarif-slider .glide__arrow,
.med-cases-slider .glide__arrow,
.med-reviews-slider .glide__arrow {
    width: 32px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 10px;
}


.med-tarif-slider .glide__arrow--left,
.med-cases-slider .glide__arrow--left,
.med-reviews-slider .glide__arrow--left {
    background-image: url('./.././../../../imgs/med-img/arr-left.svg');
    left: calc(50% - 92px);
}
.med-tarif-slider .glide__arrow--right,
.med-cases-slider .glide__arrow--right,
.med-reviews-slider .glide__arrow--right {
    background-image: url('./.././../../../imgs/med-img/arr-right.svg');
    left: calc(50% + 60px);
}
.med-cases {
/*    padding: 137px 0 160px;*/
    padding: 80px 0;
}
.clients-marquee.section {
    padding: 0 0 60px;
}
.med-cases-slider-item-side {
    width: 100%;
    display: flex;
    gap: 30px;
}
.med-cases-slider-item-left {
    width: 660px;
    min-width: 660px;
    max-width: 660px;
    height: 660px;
    padding: 20px 30px;
    border-radius: 5px;
    position: relative;
}
.cas-logo {
    width: 280px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 49px;
}
.med-cases-slider-item-left p {
    font-family: "Merel", sans-serif;
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    padding-right: 175px;
    white-space: wrap!important;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 9px;
}
.med-cases-slider-item-left p span {
    font-family: "Merel", sans-serif;
    color: #253D65;
    font-size: 51px;
    font-style: normal;
    font-weight: 900;
    line-height: 51px;
    text-transform: uppercase;
}
.med-cases-slider {
    overflow: hidden;
}
.st-2 .med-cases-slider-item-left p {
    padding-right: 0;
}
.st-2 .med-cases-slider-item-left p span {
    color: #FFB061;
}
.st-2.cas-logo {
    width: 189px;
}
.st-3 .cas-logo {
    width: 157px;
}
.st-4 .cas-logo {
    width: 299px;
}
.st-3 .med-cases-slider-item-left p {
    color: #000;
    padding-right: 0;
}
.st-3 .med-cases-slider-item-left p span {
    color: #009CDE;
}
.st-4 .med-cases-slider-item-left p {
    padding-right: 0;
}
.st-4 .med-cases-slider-item-left p span {
    color: #FB94BF;
}
.med-cases-slider {
    margin-top: 51px;
}
.cas-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.med-cases-slider-item {
    width: 100%;
}
.med-cases-slider-item-right {
    width: calc(100% - 690px);
    border-radius: 5px;
    background: #F6F6F6;
    padding: 36px 0 40px 40px;
}
.med-cases-slider-item-right-mob {
    display: none;
}
.med-cases-slider-item-right h3 {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
}
.wrap-cas-tag {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 52px;
    margin-bottom: 13px;
}
.wrap-cas-tag span {
    border-radius: 32px;
    border: 1px solid #A2A2A2;
    height: 43px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.wrap-cas-items-scroll {
    overflow: auto;
    width: 100%;
    margin-bottom: 70px;
}
.wrap-cas-items-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd;
}

.wrap-cas-items-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #77c54d;
}

.wrap-cas-items-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}
.wrap-cas-items {
    display: flex;
    padding: 20px 0px 20px 20px;
}
.cas-item {
    width: fit-content;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-right: 30px;
    height: 244px;
}
.wrap-cas-number {
    display: flex;
    white-space: nowrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.cas-item p {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    white-space: nowrap;
}
.cas-item .wrap-cas-number p {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    margin-top: 40px;
}
.wrap-cas-number span {
    color: #23BD87;
    font-family: "Merel", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
}
.wrap-cas-number span.bn {
    color: #2D2D2D;
}
.cas-arr-right {
    width: 67px;
    height: 16px;
    background-image: url('./.././../../../imgs/med-img/arr-cas-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 13px;
}
.cas-arr-top {
    width: 16px;
    height: 52px;
    background-image: url('./.././../../../imgs/med-img/arr-cas-top.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 13px;
}
.cas-arr-down {
    width: 16px;
    height: 52px;
    background-image: url('./.././../../../imgs/med-img/arr-cas-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 13px;
}
.cas-btn {
    border-radius: 5px;
    background: #23BD87;
    height: 68px;
    padding: 0 69px;
    width: fit-content;
    color: #FFF;
    text-align: center;
    border: 1px solid #23BD87;
    font-family: "Merel", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
}
.cas-btn:hover {
    background: #fff;
    color: #23BD87;
    transition: all 0.3s;
}
.med-audit {
    position: relative;
    height: 812px;
    background-color: #23BD87;
    background-image: url('/imgs/stomat-img/fos-bg-new.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 88px 0;
    overflow: hidden;
}
.med-audit label a:hover {
    color: #23527c;
}
.med-audit .feedback label {
    text-align: left;
}
.med-audit-img {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.med-audit-form {
    width: 880px;
}
.med-audit-form h3 {
    color: #FFF;
    font-family: "Merel", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}
.med-audit-form h3 span {
    display: block;
    color: #2D2D2D;
}
.med-audit-form ul {
    padding-left: 35px;
}
.med-audit-form ul li {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.med-template .med-audit-form .feedback {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px 20px;
    width: 100%;
}
.med-audit-form .feedback input {
    width: calc(50% - 15px);
    margin: 0;
}
.med-audit-form .feedback button {
    width: calc(50% - 15px);
    background: #23BD87;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
}
.med-audit-form .feedback label {
    position: relative;
    padding-left: 25px;
    margin-left: auto;
    font-size: 16px;
    margin-right: 0;
}
.med-work {
    padding: 138px 0 0;
}
.med-work h2 span {
    display: block;
    color: #23BD87;
}

.wrap-med-work-items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 65px;
    margin-bottom: 50px;
}
.med-work-item {
    width: calc(33.333% - 20px);
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    min-height: 320px;
}
.med-work-item img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 9px;
}
.med-work-item h5 {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}
.med-work-item p {
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.med-work .cas-btn {
    margin: auto;
}
.med-diff {
    position: relative;
    background: #F6F6F6;
    padding: 138px 0 101px;
}
.med-diff-bg {
    position: absolute;
    right: 0;
    top: -10.7%;
}
.wrap-med-diff-top {
    display: flex;
    gap: 135px;
    align-items: flex-end;
}
.wrap-med-diff-top h3 {
    color: #2D2D2D;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    margin: 0;
    max-width: 750px;
}
.wrap-med-diff-top h3 span {
    color: #23BD87;
}
.wrap-med-diff-top p {
    max-width: 660px;
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.wrap-med-diff-items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 84px;
    margin-bottom: 50px;
}
.med-diff-item {
    width: calc(25% - 24px);
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    min-height: 276px;
}
.med-diff-item img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 9px;
}
.med-diff-item p {
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.med-tarif {
    padding: 138px 0 150px;
    background-image: url('./.././../../../imgs/med-img/tarif-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.med-tarif-slider .med-reviews-slider-count,
.med-tarif-slider .slider__arrows {
    display: none;
}

.wrap-med-tarif-items {
    display: flex;
    gap: 30px;
    margin-top: 41px;
    padding: 100px 0 30px;
}
.med-tarif-item {
    cursor: pointer;
    margin: 25px 0;
    padding: 24px 40px;
    width: calc(31.2% - 20px);
    background: #FFF;
    box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.med-tarif-item  * {
    white-space: wrap!important;
}
.med-tarif-item:nth-child(2) {
    margin: -60px 0 0;
    width: calc(37.5% - 20px);
    box-shadow: 11px 4.846px 55px 0px rgba(45, 45, 45, 0.12);
}
.med-tarif-item h5 {
    color: #2D2D2D;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 16px;
}
.med-tarif-item:nth-child(2) h5 {
    font-size: 35px;
}
.wrap-med-tarif-item-list ul {
    display: none;
}
.med-tarif-item:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.med-tarif-item:nth-child(2):hover {
    transform: scale(1);
}
.wrap-med-tarif-quote {
    position: relative;
    padding-left: 20px;
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.med-tarif-item:nth-child(2) .wrap-med-tarif-quote {
    font-size: 18px;
}
.wrap-med-tarif-quote:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    border-radius: 5px;
    background: #23BD87;
}
.wrap-med-tarif-item-price {
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.med-tarif-item:nth-child(1) .wrap-med-tarif-item-price{
    justify-content: center;
}
.med-tarif-item-price {
    text-align: center;
}
.med-tarif-item-price span {
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.med-tarif-item-price span i {
   color: #A2A2A2; 
}
.med-tarif-item-price p {
    color: #23BD87;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-top: 0;
}

.med-tarif-item-price p i {
    font-size: 26px;
    font-style: normal;
}
.med-tarif-item-btn {
    width: 100%;
    border-radius: 5px;
    background: #23BD87;
    border: 1px solid #23BD87;
    display: flex;
    height: 68px;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}
.med-tarif-item:nth-child(2) .med-tarif-item-btn {
    height: 88px;
}
.med-tarif-item-btn:hover {
    background: #fff;
    color: #23BD87;
    transition: all 0.3s;
}
.wrap-med-tarif-item-list {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 49px;
    margin-top: 30px;
}
.wrap-med-tarif-item-list p {
    position: relative;
    text-align: center;
    margin: auto;
    width: fit-content;
    padding-left: 30px;
    background-image: url('./.././../../../imgs/med-img/ico.svg');
    background-repeat: no-repeat;
    background-position: left center;
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.med-tarif-item:nth-child(2) .wrap-med-tarif-item-list p {
    font-size: 20px;
}
.wrap-med-tarif-item-list p span {
    position: absolute;
    right: -20px;
    top: 5px;
    width: 16px;
    height: 16px;
    background-image: url('./.././../../../imgs/med-img/ar.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.wrap-med-tarif-item-list p.open span {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.wrap-med-tarif-item-list ul {
    list-style-type: none;
    padding-left: 27px;
}
.wrap-med-tarif-item-list ul li {
    position: relative;
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}
.wrap-med-tarif-item-list ul li:before {
    position: absolute;
    left: -27px;
    content: '';
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url('./.././../../../imgs/med-img/mark-b.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.med-tarif-item:nth-child(2) .wrap-med-tarif-item-list ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.med-tarif-item:nth-child(2) .wrap-med-tarif-item-list ul li:before {
    background-image: url('./.././../../../imgs/med-img/mark-g.svg');
}
.med-tarif-item h6 {
    text-align: center;
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 27px;
    line-height: normal;
}
.med-tarif-item:nth-child(2) .wrap-med-tarif-item-list {
    padding-bottom: 82px;
}
.med-tarif-item:nth-child(2) .med-tarif-item h6 {
    margin-top: 15px;
}
.med-tarif-item img {
    width: 100%;
}
.med-client {
    padding: 140px 0;
}
.med-client h2 span {
    color: #23BD87;
}
.wrap-med-client-side {
    display: flex;
    gap: 30px;
    margin-top: 52px;
    flex-wrap: wrap;
}
.client-img {
    width: calc(100% - 1040px);
    height: auto;
    object-fit: contain;
}
.med-client-left {
    width: 990px;
}
.med-client-item {
    padding: 24px 0;
    display: flex;
    gap: 85px;
    align-items: center;
}
.med-client-item + .med-client-item {
    border-top: 1px solid #E8E8E8;
}
.med-client-item h3 {
    color: #2D2D2D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 20px;
}
.med-client-item p {
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.wrap-med-client-info-img {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E3E7EB;
    background: #FFF;
    justify-content: center;
    width: 245px;
    min-width: 245px;
    height: 170px;
    padding: 20px;
}
.wrap-med-client-text {
    position: relative;
/*    top: -50px;*/
}
.wrap-med-client-text p {
    color: #A2A2A2;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.wrap-med-client-text p a {
     color: #23BD87;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}













.form-container {
    display: flex;
    width: 100%;
    max-width: 1540px;
    padding: 0 15px;
    margin:0 auto;
}
.request {
    position: relative;
    display: flex;
    padding-top: 6vw;
    padding-bottom: 6vw;
    overflow: hidden;
}
.med-template .feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 56%;
}
.request::after {
    content: "";
    background: #F6F6F6;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.med-template .request-header {
    width: 41.7%;
    color: #fff;
    margin-right: 30px;
}

.med-template .request-subtitle {
    font-family: "Merel", sans-serif;
    font-size: 30px;
    line-height: 120%;
    color: #2D2D2D;
    width: 100%;
}

.med-template h2.request-title {
    text-align: left;
    font-size: 60px;
    margin-bottom: 48px;
    margin-top: 20px;
    color: #2D2D2D;
}

.med-template .request .feedback {
    display: flex;
    width: 820px;
    gap:10px 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}
.med-template .request .feedback input {
    width: calc(50% - 20px);
}
.med-template .request .feedback button {
    width: calc(50% - 20px);
    height: 68px;
    border-radius: 5px;
    border: 1px solid #23BD87;
    background: #23BD87;
    color: #fff;
}

.feedback input {
    height: 68px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid rgba(162, 162, 162, 0.50);
    font-family: "Merel", sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #A2A2A2;
    outline: none!important;
}

.feedback input::placeholder {
    font-family: "Merel";
    font-size: 16px;
    line-height: 120%;
    color: #A2A2A2;
}

.request .feedback button {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    cursor: pointer;
    height: 68px;
    margin-bottom: 1vw;
    background: #23BD87;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: "Merel", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
}

.request .i-btn.i-green::before {
    background-color: #ffffff;
}
.request .feedback button:hover {
    color: #23BD87;
    border: 1px solid #23BD87;
}

.med-template .request .feedback label {
    cursor: pointer;
    position: relative;
    padding-left: 1.5vw;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #2D2D2D;
    width: fit-content;
    margin-left: auto;
}
.feedback {
    position: relative;
    z-index: 1;
}
#check {
    display: none;
}

#check + span {
    position: absolute;
    top: 0.1vw;
    left: 0px;
    width: 22px;
    height: 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #d6d6d6;
    border-radius: 5px;
}

#check + span::before {
    content: "";
    background-image: url('./../../../../imgs/med-img/ar-ico.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 3px;
    right: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

#check:checked + span::before {
    opacity: 1;
}

.btn-up {
    cursor: pointer;
    position: fixed;
    bottom: 19px;
    right: 40px;
    border-radius: 50%;
    border: 1px solid #00000050;
    width: 75px;
    height: 75px;
}
.btn-up::before {
    content: url(/img/request/arrow.svg);
    color: #00000050;
    position: absolute;
    top: 29px;
    left: 29px;
}

.btn-up:hover {
    background: rgba(255, 255, 255, 0.6);
}

.btn-up__invers {
    border: 1px solid #ffffff50;
}
.btn-up__invers::before {
    content: url(/img/request/arrowInvers.svg);
}

.inputText {
    display: block;
}
.only-support-text h2 {
    color: #2D2D2D;
    text-align: center;
    font-family: "Merel", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    line-height: 72px;
    text-transform: uppercase;
}
.only-support-text {
    background: #f6f6f6;
}
.only-support-text p {
    color: #2D2D2D;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
}
.med-plan {
    padding: 80px 0;
    background: url('./.././../../../imgs/med-img/med-plan-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.med-plan.med-plan-new {
    padding: 72px 0 80px;
    background: url('./.././../../../imgs/med-img/med-plan-bg-new.jpg');
}
.med-plan-img {
    position: absolute;
    bottom: 0;
    left: 22%;
}
.med-plan-new .med-plan-img {
    position: absolute;
    bottom: 0;
    left: 16.6%;
}
.med-plan h3 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-top: 0;
    text-transform: uppercase;
}
.med-plan-new.med-plan h3 {
    margin-bottom: 29px;
}
.med-plan h3 span {
    display: block;
    color: #2D2D2D;
}
.med-plan-side {
    display: flex;
    gap: 80px;
}
.med-plan-new .med-plan-side {
    gap: 97px;
}
.med-plan-left {
    width: 630px;
}
.med-plan-new .med-plan-left {
    width: 630px;
    padding-top: 5px;
}
.med-plan-left p {
    margin-top: 0;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.2px;
}
.med-plan-right {
    width: 100%;
    max-width: 810px;
}
.med-plan-right p {
    display: none;
}
.med-plan-new .med-plan-right p {
    display: block;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.med-plan-btn {
    width: fit-content;
    height: 68px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #23BD87;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.med-plan-new .med-plan-btn {
    margin-top: 51px;
    padding: 0 46px;
}
.med-plan-btn:hover {
    background: #fff;
    color: #23BD87;
    transition: all 0.3s;
}
.new-partners-info {
    background: url('./.././../../../imgs/med-img/p-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.new-partners-info {
    position: relative;
}
.new-partners-info img {
    position: absolute;
    bottom: 0;
    left: 24%;
}
@media (min-width: 1921px) {
    .container {
        margin: auto;
        max-width: 1920px;
        padding: 0 20px;
    }
    .template-main-title {
        font-size: 64px;
        font-style: normal;
        line-height: 71px;
    }
}
@media (max-width: 1560px) {
    .anchor-block {
        padding: 30px 50px;
    }
    .feedback {
        display: flex;
        flex-direction: column;
        width: calc(43% - 30px);
    }
    .med-audit {
        background-image: none;
    }
    .med-plan-img {
        width: 200px;
    }
}
.team__s {
    padding: 150px 0 0;
}
@media (max-width: 1340px) {
    .template-device-1,
    .template-device-2,
    .template-device-3,
    .template-device-5,
    .template-device-4 {
        display: none;
    }
    .team__s {
    padding: 0px 0;
}
    .wrap-med-client-text {
        top: 0;
    }
.glide_slides.wrap-med-tarif-items {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
     white-space: nowrap; 
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
}
.new-partners-info img {
    display: none;
}
.med-tarif-slider .med-reviews-slider-count, .med-tarif-slider .slider__arrows {
    display: block;
}
.med-tarif-slider {
    overflow: hidden;
    padding: 0px;
}
.wrap-med-tarif-items {
    gap: 0;
}
.med-tarif-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
    .request-title {
        text-align: left;
        font-size: 48px;
        margin-bottom: 48px;
        margin-top: 0px;
        color: #2D2D2D;
    }
    .request-subtitle {
        font-family: "Merel", sans-serif;
        font-size: 28px;
        line-height: 120%;
        color: #2D2D2D;
    }
    .template-main-info .feedback {
        display: none;
    }
    .template-device {
    position: relative;
    z-index: 3;
    top: 0;
    width: 100%;
    height: auto;
    transform: none;
    margin-left: auto;
    right: 0;
    max-width: 100%;
}
.template-main {
    height: auto;
    padding-bottom: 100px;
}
.usability {
    padding-top: 120px;
    overflow: hidden;
}
.usability-side {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.usability-side-left {
    max-width: 100%;
}
.usability-cycle-side {
    gap: 30px;
}
.med-reviews-slider-item-left {
    padding-right: 0;
}
.med-cases-slider-item-left {
    display: none;
}
.med-cases-slider-item-right {
    width: 100%;
}
.wrap-med-main-img {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.med-diff-item {
    width: calc(50% - 15px);
}
.wrap-med-client-side {
    display: flex;
    gap: 30px;
    margin-top: 52px;
    flex-direction: column;
}
.client-img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.med-plan-side {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.med-plan-left {
    width: 100%;
}
.med-plan-new .med-plan-img,
    .med-plan-img {
        left: 50%;
    }
}
@media (max-width: 1024px) {
    .template-body-left {
        display: none;
    }
    .template-body-content {
        width: 100%;
        padding: 0 20px;
    }
    * + .template-content-title {
        margin-top: 60px;
    }
    .med-work-text-side {
    gap: 20px;
    justify-content: space-between;
    margin-top: 52px;
    flex-direction: column;
}
.med-work-text-left {
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
}
.med-work-text-right {
    width: 100%;
    max-width: 100%;
}
.wrap-med-work-bottom-side {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}
.med-audit-img {
    display: none;
}
}
.template-device-mobile {
    display: none;
}
@media (max-width: 768px) {
    .new-partners-info {
    background: url('./.././../../../imgs/med-img/p-bg-m.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
    .request {
        padding: 60px 0;
    }
    .form-container {
        flex-wrap: wrap;
    }
    .template-main {
        position: relative;
           height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .only-support-text h2 {
        font-size: 24px;
        line-height: 28.8px;
    }
     .support-template .vacancy-block1,
     .support-template .target-types {
        background-color: #f6f6f6;
    }
    .support-template .i-btn.btn-bg {
        background: #23BD87;
        color: #fff;
    }
    .template-body {
        margin-top: 56px;
        margin-bottom: 65px;
    }
    .template-device-mobile {
        display: block;
        position: relative;
        z-index: 3;
        top: 0;
        width: 100%;
        height: auto;
        max-width: 360px;
        transform: none;
        right: -10px;
        bottom: 0;
        margin-left: auto;
    }
    .template-main {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10.4vh;
        background: url('./.././../../../imgs/med-img/main-plan-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .template-main-title {
        font-size: 28px;
        font-style: normal;
        line-height: 130%;
    }
    .template-logo {
        display: block;
        position: relative;
        z-index: 4;
        right: auto;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 63vw;
    }
    .template-main-text {
        color: #FFF;
        font-family: "Merel", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        max-width: 540px;
        line-height: normal;
        margin: 18px 0 0;
    }
    .template-main-info {
        position: relative;
        left: 0;
        z-index: 5;
        top: 0;
        margin-top: 17px;
        width: 100%;
        margin-bottom: 30px;
    }
    .template-main-title span {
        display: inline;
        color: #23BD87;
    }
    .i-btn.btn-bg {
        background: #fff;
        margin: 0 10px;
        color: #23BD87;
        width: calc(100% - 20px);
        margin-top: 68px;
    }
    .template-main {
        padding-bottom: 0px;
    }
    .usability {
        padding-top: 42px;
        overflow: hidden;
    }
    .usability-side-left p {
        color: #373737;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
    }
    .template-main-arrow-link {
        bottom: 0;
    }
    .usability-side-left h2 {
        color: #2D2D2D;
        font-family: "Merel", sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: 36px;
        margin-top: 18px;
        text-transform: uppercase;
        margin-bottom: 36px;
    }
    .usability-audit h2 {
        color: #2D2D2D;
        font-family: "Merel", sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-top: 18px;
        text-transform: uppercase;
    }
    .usability-audit-item img {
        max-width: 44px;
        max-height: 44px;
    }
    .usability-audit-items {
        margin-top: 34px;
    }
    .usability-cycle h2 {
        color: #2D2D2D;
        text-align: center;
        font-family: "Merel", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        margin-top: 0;
        line-height: 30px;
    }
    .usability-audit-item span {
        display: block;
        color: #000;
        text-align: center;
        font-family: "Merel", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
    }
    .usability-cycle {
        padding: 55px 0;
    }
    .usability-cycle-side h4 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .usability-audit-item p {
        color: #000;
        text-align: center;
        font-family: "Merel", sans-serif;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 105%;
        margin-bottom: 10px;
        padding: 0 20px;
        margin-top: 13px;
    }
    .usability-cycle-side {
        gap: 5px;
        flex-direction: column;
        margin-top: 29px;
    }
    .usability-cycle-side p {
        color: #2D2D2D;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .usability-cycle-side ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .usability-cycle-right, .usability-cycle-left {
        width: 100%;
    }
    .usability-audit-item {
        width: 100%;
    }
    .usability-audit {
        padding: 42px 0;
    }
    .usability-side img {
        width: 197px;
        position: relative;
        margin-left: auto;
        right: -23px;
    }
    .template-device {
        display: none;
        position: relative;
        z-index: 3;
        top: auto;
        width: 100%;
        height: auto;
        transform: none;
        right: 0;
        bottom: 0;
        margin-top: 22px;
    }
    .template-content-title {
        font-size: 24px;
        font-style: normal;
        line-height: 30px;
        margin-bottom: 23px;
        min-height: auto;
    }
    .template-content-title br,
    .template-content-text br {
        display: none;
    }
    .template-content-text {
        font-size: 16px;
        font-style: normal;
        line-height: 150%;
    }
    .template-body-content {
        width: 100%;
        padding: 0 10px;
    }
    .template-content-list li {
        font-size: 16px;
        font-style: normal;
        line-height: 150%;
    }
    .request-title {
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 20px;
    }
    .template-content-text + .template-content-title {
        margin-top: 60px;
    }
    .nova-request.request {
        padding-top: 14.9vw;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 14vw;
        flex-direction: column;
        background-color: transparent;
    }
    .request-header {
        width: 100%;
    }

    .request-subtitle {
        white-space: inherit;
        width: auto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 7vw;
    }

    .feedback {
        margin-top: 7vw;
        width: 94vw;
    }

    .feedback input {
/*        padding-top: 8vw;
        padding-bottom: 8vw;
        padding-left: 8vw;
        font-size: 4.8vw;
        margin-bottom: 3vw;*/
    }

/*    .inputText {
        display: none;
    }*/
    
    .feedback input::placeholder {
/*        font-size: 4.8vw;*/
    }

    .request .feedback button {
        height: 68px;
/*        padding-top: 6vw;
        padding-bottom: 7.2vw;
        margin-bottom: 1vw;
        font-size: 4.4vw;*/
    }
    .request::after {
        bottom: 0;
        height: 100%;
    }
    .feedback label {
        margin-top: 20px;
        padding-left: 37px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 150%;
        text-align: left;
        margin: 0;
    }
    #check + span {
        top: 0px;
        left: 0;
        margin-right: 15px;
        width: 22px;
        height: 22px;
    }
    #check + span::before {
        top: 5px;
        left: 4px;
        width: 16px;
        height: 12px;
    }
    .med-template .breadcrumbs {
        display: none;
    }
    .med-template .template-main-info .feedback {
    display: flex;
    width: 100%;
    gap: 0px 30px;
    margin-top: 27px;
    flex-wrap: wrap;
    flex-direction: column;
}
.template-main-info .feedback input {
    width: 100%;
    margin-bottom: 9px;
}
.template-main-info .feedback button {
    width: 100%;
}
.template-main-info .feedback label {
    cursor: pointer;
    position: relative;
    padding-left: 38px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #2D2D2D;
    width: 100%;
    margin: 22px auto 0;
}
.wrap-med-main-img {
    overflow: auto;
}
.med-template h2 {
    color: #2D2D2D;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 18px;
}

.med-reviews {
    background: #F6F6F6;
    padding: 54px 0 46px;
}
.med-reviews-slider-item-side {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}
.med-reviews-slider-item-left p,
.med-reviews-slider-item-left ul {
    display: none;
}
.med-reviews-slider-item-left .link-reviews-btn p {
    display: block;
    font-size: 14px;
    line-height: 11px;
}
.med-reviews-slider-item-left img {
    margin-bottom: 37px;
    display: none;
}
.med-reviews-slider-item-left .link-reviews-btn img {
    display: block;
}
    .med-reviews-slider-item-left {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    .med-reviews-slider-item-left .link-reviews-btn img {
    margin-bottom: 0px;
    width: 32px;
}
.med-reviews-slider-item-right {
    width: 100%;
    order: 1;
}
.med-reviews-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1510px;
    margin: 20px auto 0;
}
.wrap-right-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    object-position: center;
    border-radius: 5px;
}
.wrap-right-img {
    position: relative;
    width: 100%;
    display: block;
    height: 160px;
}
.wrap-right-img a svg {
    width: 64px;
    height: 64px;
}
.wrap-right-rev-info {
    padding: 15px 20px 8px;
    background: #fff;
    text-align: center;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.10);
}
.right-rev-quote {
    border-radius: 2px;
    background: #F6F6F6;
    padding: 7px 12px;
    color: #2D2D2D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.right-rev-quote {
    margin-bottom: 19px;
}
.wrap-right-rev-info p {
    color: #A2A2A2;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.link-reviews-btn {
    display: flex;
    gap: 10px;
    margin-top: 3px;
}
.link-reviews-btn a {
    color: #23BD87;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
}
.med-cases {
    padding: 56px 0 60px;
}
.med-cases h2 {
    margin-bottom: 0;
}
.med-cases-slider {
    margin-top: 30px;
}
.med-cases-slider-item-right {
    padding: 20px 10px;
}
.med-cases-slider-item-right-mob {
    display: block;
    width: 157px;
    margin-bottom: 18px;
}
.med-cases-slider-item-right h3 {
    font-size: 21px;
}
.wrap-cas-tag span {
    border-radius: 32px;
    border: 1px solid #A2A2A2;
    height: 38px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
    .wrap-cas-tag {
        display: flex;
        gap: 8px;
        flex-wrap: nowrap;
        margin-top: 34px;
        overflow: auto;
        margin-bottom: 0px;
        padding-bottom: 5px;
    }
    .wrap-cas-items {
    display: flex;
    padding: 20px 0px 20px 0px;
}
.wrap-cas-number span {
    font-size: 32px;
    line-height: 32px;
}
.cas-arr-right {
    width: 34px;
    height: 15px;
    background-image: url('./.././../../../imgs/med-img/arr-cas-right-m.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 13px;
}
.cas-arr-top {
    width: 16px;
    height: 23px;
    background-image: url('./.././../../../imgs/med-img/arr-cas-top-m.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 13px;
}
.cas-arr-down {
    width: 16px;
    height: 23px;
    background-image: url('./.././../../../imgs/med-img/arr-cas-down-m.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 13px;
}
.cas-item .wrap-cas-number p {
    margin-top: 8px;
    font-size: 14px;
}
.cas-item {
    width: fit-content;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 20px;
    margin-right: 30px;
    height: 144px;
}
.cas-item p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.wrap-cas-items-scroll {
    overflow: auto;
    width: 100%;
    margin-bottom: 37px;
}
.cas-btn {
    width: 100%;
}
.med-audit-form h3 {
    color: #FFF;
    font-family: "Merel", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 27px;
}
.med-audit {
    height: auto;
    background-color: #23BD87;
    background-image: url('./../../../../imgs/stomat-img/fos-bg-m.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 57px 0;
}
.med-audit-form {
    width: 100%;
}
.med-audit-form ul {
    padding-left: 22px;
}
.med-audit-form ul li {
    font-size: 16px;
}
.med-template .med-audit-form .feedback {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px 20px;
    width: 100%;
    margin-top: 30px;
}
.med-audit-form .feedback input {
    width: 100%;
    margin: 0;
}
.med-audit-form .feedback button {
    width: 100%;
    background: #23BD87;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    height: 68px;
} 
.med-audit-form .feedback label {
    position: relative;
    padding-left: 36px;
    margin-left: auto;
    font-size: 14px;
    margin-right: 0;
    margin-top: 10px;
}
.med-work {
    padding: 58px 0 0;
}
.wrap-med-work-items {
        display: flex;
        gap: 30px;
        flex-wrap: nowrap;
        margin-top: 31px;
        margin-bottom: 30px;
        overflow: auto;
        width: 100%;
        padding-bottom: 29px;
}
    .med-work-item {
        width: 300px;
        min-width: 300px;
        border-radius: 5px;
        box-shadow: 0px 4.846px 21.808px 0px rgba(0, 0, 0, 0.10);
            min-height: 304px;
    }
    .med-work-item img {
    max-width: 56px;
    max-height: 56px;
    margin-bottom: 16px;
}
.med-work-item h5 {
    font-size: 21px;
}
.med-work {
    background: #ebebeb88;
}
.med-work-item p {
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.med-tarif {
    padding: 60px 0 64px;
    background-image: url(./.././../../../imgs/med-img/tarif-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.med-tarif-item h5,
.med-tarif-item:nth-child(2) h5 {
    font-size: 21px;
}
.med-tarif-item .wrap-med-tarif-quote,
.med-tarif-item:nth-child(2) .wrap-med-tarif-quote {
    font-size: 14px;
    width: 100%;
    white-space: normal;
}
.wrap-med-tarif-item-price {
    flex-direction: column;
}
.med-tarif-item-btn {
    order: 5;
        padding: 2px 0px;
}
.glide_slides.wrap-med-tarif-items {
    padding: 0px;
}
.med-tarif-slider {
    padding: 0px;
}
.med-tarif-item {
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-shadow: none;
}
.med-tarif-item:nth-child(2) {
      padding: 30px;
    box-shadow: none;  
}
.wrap-med-tarif-item {
    display: flex;
        flex-direction: column;
        background: #fff;
    box-shadow: 11px 4.846px 55px 0px rgba(45, 45, 45, 0.12);
    padding: 30px 20px;
}
.med-tarif-item img {
    display: none;
}
.med-tarif-item h6 {
    display: none;
}
.med-diff-bg {
    display: none;
}
.wrap-med-diff-top {
    display: flex;
    gap: 25px;
    align-items: flex-end;
    flex-direction: column;
}
.wrap-med-diff-top h3 {
    color: #2D2D2D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0;
    max-width: 100%;
    text-align: center;
}
.med-diff {
    position: relative;
    background: #F6F6F6;
    padding: 56px 0 33px;
}
.wrap-med-diff-top p {
    max-width: 660px;
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    text-align: center;
}
.wrap-med-diff-items {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    padding-top: 28px;
    padding-bottom: 50px;
    width: 100%;
    overflow: auto;
    margin: 0;
}
.med-diff-item {
    width: 300px;
    min-width: 300px;
    min-height: 250px;
}
.med-diff-item img {
    max-width: 55px;
    max-height: 55px;
    margin-bottom: 0px;
}
.med-diff-item p {
    font-size: 16px;
}
.med-client {
    padding: 56px 0;
}
.med-client-left {
    width: 100%;
    overflow: auto;
    display: flex;
    padding-bottom: 26px;
    gap: 20px;
}
.med-client-item {
    padding: 0px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    width: 300px;
}
.med-client-item h3 {
    color: #2D2D2D;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
}
.med-client-item p {
    color: #2D2D2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    margin-top: 14px;
}
.wrap-med-client-side {
    display: flex;
    gap: 30px;
    margin-top: -3px;
    flex-wrap: wrap;
    flex-direction: row;
}
.wrap-med-client-info-img {
    width: 300px;
    height: 120px;
    padding: 20px;
}
.wrap-med-client-text {
    width: 42%;
    position: absolute;
    bottom: 0;
    right: 10px;
    top: auto;
}
    .client-img {
        width: 45%;
        height: auto;
        object-fit: contain;
    }
.med-plan {
    padding: 56px 0;
    background: url(./.././../../../imgs/med-img/med-plan-bg-m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.med-plan-left {
    display: none;
}
.med-plan-right h3 {
    font-size: 24px;
    line-height: 29px;
}
.med-plan-right p {
    display: block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.med-plan-img {
    display: none;
}
.med-plan-right {
    width: 100%;
    max-width: 100%;
}
.med-plan h3 span {
    display: inline;
    color: #2D2D2D;
}
.med-plan-btn {
    width: 100%;
    font-size: 14px;
}
.med-template .request-header {
    width: 100%;
    color: #fff;
    margin-right: 0;
}
.med-template h2.request-title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 29px;
    color: #2D2D2D;
}
.form-container {
    padding: 0 10px;
}
.med-template .request-subtitle {
    font-family: "Merel", sans-serif;
    font-size: 20px;
    line-height: 120%;
    color: #2D2D2D;
    width: 100%;
    margin-top: 0;
}
.med-template .request .feedback {
    display: flex;
    width: 100%;
    gap: 10px 30px;
    margin-top: 4px;
    flex-wrap: wrap;
    flex-direction: row;
}
.med-template .request .feedback input {
    width: 100%;
    margin-bottom: 0;
}
.med-template .request .feedback button {
    width: 100%;
}
}
.index-ipos-text {
    display: none!important;
}

.wrap-med-work-text p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}
.wrap-med-work-text ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px; 
}
.wrap-med-work-text h3 {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 20px;
}
.wrap-med-work-text p + h3 {
    margin-top: 56px;
    margin-bottom: 43px;
}
.med-work-text-counter-item {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: 33px;
}
.wrap-counter-item-number {
    display: flex;
    align-items: flex-start;
}
.counter-item-number {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wrap-counter-item-content p {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}
.wrap-counter-item-content p span {
    display: block;
    color: #2D2D2D;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    margin-top: 4px;
}
.med-work-text-side {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 52px;
}
.med-work-text-left {
    width: 100%;
    max-width: 630px;
    padding-top: 5px;
}
.med-work-text-right {
     width: 100%;
    max-width: 850px;
}
.med-work-text-counter-item:first-child .wrap-counter-item-number {
    padding-left: 29px;
}
.med-work-text-right ul {
    margin-top: 25px;
    padding-left: 22px;
    margin-bottom: 41px;
}
.med-work-bottom-side-right ul li::marker,
.med-work-text-right ul li::marker {
    color: #23BD87;
}
.med-work-bottom {
    background: #F6F6F6;
    margin-top: 50px;
    padding: 54px 0;
}
.wrap-med-work-bottom-side {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: space-between;

}
.med-work-bottom-side-left {
    width: 100%;
    max-width: 630px;
    padding-top: 6px;
}
.med-work-bottom-side-right {
     width: 100%;
    max-width: 850px;
}
.border-work-block {
    width: 100%;
    padding: 24px 40px 29px;
    border: 1px solid #23BD87;
    background: #FFF;
}
.border-work-block h3 {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 26px;
}
.border-work-block p {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #2D2D2D;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.border-work-block p svg {
    min-width: 48px;
}
.border-work-block p + p {
    margin-top: 20px;
}
.border-work-block p a {
    color: #23BD87;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
}
.med-work-bottom-side-right h3 {
    color: #2D2D2D;
    font-family: "Merel", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}
.med-work-bottom-side-right ul li {
    color: #2D2D2D;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.med-work-bottom-side-right ul {
    padding-left: 18px;
}
.only-mob {
    display: none;
}
@media (max-width: 768px) {
.team__s .container {
    padding: 0 15px;
}
.med-template h2 br {
    display: none;
}
.med-work-text-side {
    gap: 30px;
    justify-content: space-between;
    margin-top: 21px;
    padding: 0 10px;
}
.wrap-med-work-text p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}
.wrap-med-work-text p + h3 {
    margin-top: 41px;
}
.wrap-med-work-text h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    letter-spacing: 0.42px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.med-work-text-counter-item {
    align-items: flex-start;
    gap: 20px;
    margin-top: 33px;
    flex-direction: column;
}
.wrap-med-work-text .wrap-counter-item-content p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;
}
.wrap-cas-tag::-webkit-scrollbar {
  width: 0;
}
.med-reviews-slider-count {
    margin-top: 20px;
}
.wrap-med-tarif-items {
    margin-top: 0;
}
.med-tarif h2 {
    margin-bottom: 0;
}
.wrap-med-tarif-item-list {
    margin-top: 0;
}
.med-tarif-item:nth-child(2) .med-tarif-item-btn {
    height: 68px;
}
.med-client-item + .med-client-item {
    border-top: none;
}
.only-mob {
    display: block;
    font-family: "Merel", sans-serif;
    color: #2D2D2D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400; 
}
.partners-info-text.only-desc {
    display: none;
}
.team__s,
.certificate.section,
.partners-info {
    padding: 60px 0;
}
}
.bid {
    display: none!important;
}