@import "fonts.css";
:root {
    --white: #ffffff;
    --black: #000000;
    --dark: #494A51;
    --light-gray: #F3F3F3;
    --dark-blue: #2A347E;
    --green: #5BB546;
}
* {
    box-sizing: border-box;
}
a, a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style-type: none;
}
p {
    margin: 0;
}
input:focus,textarea:focus, select:focus {
    box-shadow: none;
    outline: none;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
#hidden{
    overflow: hidden;
    height: 0;
    width: 0;
}
#hidden-categories{
    overflow: hidden;
    height: 0;
    width: 0;
}
.wrapper {
    max-width: 1720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    background-image: url("../images/general/HomePage-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.wrapper.contact-wrapper {
    background-image: url("../images/general/contact-bg.png");
}
.main-padding{
    padding-left: 65px;
    padding-right: 65px;
}
.section-content{
    margin: 0 auto;
    width: 100%;
}
.page-title{
    font-family: montserratarm-regular;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.51px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--dark-blue);
    text-transform: uppercase;
}
.section-title{
    font-family: montserratarm-regular;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--dark);
}
/*HEADER*/
header{
    width: 100%;
    padding: 33px 0  32px 0;
}
.header-list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
}
.header-logo{
    display: flex;
    justify-content: flex-start;
    width: 185px;
}
.header-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.nav-menu-item a{
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--dark);
    font-family: montserratarm-regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
.header-contact-content{
    width: calc(100% - 235px);
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
}
.header-contact{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.header-contact-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.header-contact-item img{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.header-contact-item p{
    font-family: Noto Sans Armenian;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: var(--dark);
}
/*BANNER*/
.banner-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.banner-inner-main-title-second-slide{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    top: 150px;
}
.banner-inner-main-title-second-slide h2{
    max-width: 760px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    letter-spacing: 0.3em;
    text-align: left;
    font-family: montserratarm-regular;
    color: var(--dark-blue);
    text-transform: uppercase;
}
.banner-inner-main-title{
    max-width: 755px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 28px;
}
.banner-inner-main-title h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    letter-spacing: 0.3em;
    text-align: left;
    font-family: montserratarm-regular;
    color: var(--dark-blue);
    text-transform: uppercase;
}
.swiper{
    position: relative;
    width: 100%;
}
.swiper-button-next{
    display: none!important;
}
.swiper-button-prev{
    display: none!important;
}
.swipe-banner-pagination{
    position: absolute;
    top: unset !important;
    right: unset!important;
    width: unset !important;
    left: unset !important;
    bottom: unset !important;
    left: 50%!important;
    bottom: 0!important;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.swipe-banner-pagination span{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 1!important;
    background-color: transparent;
    position: relative;
    z-index: 998;
    border: 1px solid transparent;
}
.swipe-banner-pagination span:before{
    position: absolute;
    background-color: #8990C5;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate( -50%, -50% );
    color: #007aff;
    z-index: 10;
}
.swiper-pagination-bullet-active{
    border-color: var(--dark-blue)!important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active:before{
    background-color: var(--green) !important;
}

.banner-swiper-slide-item-first{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 107px 35px 247px 35px;
}
.banner-swiper-slide-item-first-img{
    width: 654px;
    height: 682px;
    background-color: var(--light-gray);
    border-radius: 30px;
    position: relative;
}
.banner-swiper-slide-item-first-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
}
.banner-swiper-slide-item-first-img:after{
    position: absolute;
    content: '';
    background-image: url("../images/banner/cube-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 142px;
    height: 142px;
    right: -71px;
    top: -44px;
    z-index: -9;
}
.banner-swiper-slide-item-first-description{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.banner-swiper-slide-item-first-description-title{
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--dark);
    margin-bottom: 23px;
    margin-top: 30px;
}
.banner-swiper-slide-item-first-description-title p{
    font-family: montserratarm-regular;
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    text-align: center;
    position: relative;
    padding-left: 10px;
}
.banner-swiper-slide-item-first-description-title p:before{
    position: absolute;
    content: '';
    background-image: url("../images/banner/Line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 5px;
    height: 92px;
    left: 0;
    top: -12px;
    z-index: -9;
}
.banner-swiper-slide-item-first-description-title p span{
    font-size: 96px;
    line-height: 96px;
    margin-top: 17px;
}
.banner-swiper-slide-item-first-description-text{
    max-width: 515px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
    color: var(--dark);
}
.banner-swiper-slide-item-second{
    width: 100%;
    padding: 114px 275px;
    display: flex;
    flex-direction: column;
}
.banner-swiper-slide-item-second-item{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.banner-swiper-slide-item-second-top{
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.banner-swiper-slide-item-second-top-text{
    padding-top: 129px;
}
.banner-swiper-slide-item-second-bottom-text{
    padding-bottom: 50px;
}
.banner-swiper-slide-item-second-top-img, .banner-swiper-slide-item-second-bottom-img{
    width: 512px;
    height: 497px;
    position: relative;
}
.banner-swiper-slide-item-second-top-img img, .banner-swiper-slide-item-second-bottom-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-swiper-slide-item-second-bottom{
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -227px;
    gap: 30px;
}
.banner-swiper-slide-item-second-text{
    max-width: 515px;
    width: 100%;
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
}
.banner-swiper-slide-item-second-top-img:before{
    position: absolute;
    content: '';
    background-image: url("../images/banner/cube-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 142px;
    height: 142px;
    left: -18px;
    bottom: -15px;
    z-index: -9;
}
.banner-swiper-slide-item-second-top-img:after{
    position: absolute;
    content: '';
    background-image: url("../images/banner/cube-green.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 142px;
    height: 142px;
    right: -33px;
    top: -20px;
    z-index: -9;
}
.banner-swiper-slide-item-second-bottom-img:before{
    position: absolute;
    content: '';
    background-image: url("../images/banner/cube-green.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 142px;
    height: 142px;
    left: -18px;
    bottom: -15px;
    z-index: -9;
}
.banner-swiper-slide-item-second-bottom-img:after{
    position: absolute;
    content: '';
    background-image: url("../images/banner/cube-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 142px;
    height: 142px;
    right: -33px;
    top: -20px;
    z-index: -9;
}
/*FOOTER*/
#footer{
    background-color: var(--white);
}
.footer-contact-line-top{
    width: 100%;
    height: 331px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid var(--dark-blue);
    margin-bottom: 55px;
    padding: 0 3px;
}
.footer-contact-line-top-item{
    width: 368px;
    height: 91px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px 15px 0 0;
    border-top: 1px solid var(--dark-blue);
    border-left: 1px solid var(--dark-blue);
    border-right: 1px solid var(--dark-blue);
}
.footer-contact-line-top-item-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.footer-contact-line-top-item:hover{
    height: 250px;
    background-color: var(--dark-blue);
    transition: 0.3s;
}
.footer-contact-line-top-item:hover .footer-contact-line-top-item-inner{
    align-items: flex-start;
}
.footer-contact-line-top-item:hover .footer-contact-line-top-item-inner p{
    color: var(--white);
    margin-bottom: 56px;
}
.footer-contact-line-top-item:hover .footer-contact-line-top-item-inner p a{
    color: var(--white);
    margin-bottom: 56px;
}
.footer-contact-line-top-item:hover svg path{
    fill: var(--white);
}
.footer-contact-line-top-item-time-main:hover .footer-contact-line-top-item-time{
    display: flex;
}
.footer-contact-line-top-item-address-main:hover .footer-contact-line-top-item-address{
    display: flex;
}
.footer-contact-line-top-item-register-main:hover .footer-contact-line-top-item-register{
    display: flex;
}

.footer-contact-line-top-item-inner p, .footer-contact-line-top-item-inner p a{
    text-align: center;
    font-family: montserratarm-regular;
    font-size: 23.6px;
    font-weight: 400;
    line-height: 28.77px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--dark-blue);
}
.footer-contact-line-top-item-register{
    width: 270px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact-line-top-item-time{
    width: 270px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact-line-top-item-address{
    width: 270px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact-line-top-item-register{
    width: 270px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact-line-top-item-register-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 11px 11px 0;
}
.footer-contact-line-top-item-register-inner p a{
    color: var(--white);
    font-family: montserratarm-regular;
    font-size: 14.75px;
    font-weight: 400;
    line-height: 14.75px;
    align-items: center;
    padding: 11px 11px 11px 0;
}
.footer-contact-line-top-item-address-inner{
    color: var(--white);
    font-family: montserratarm-regular;
    font-size: 14.75px;
    font-weight: 400;
    line-height: 14.75px;
    align-items: center;
    padding: 11px 11px 11px 0;
}
.footer-contact-line-top-item-time-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: montserratarm-regular;
    font-size: 14.75px;
    font-weight: 400;
    line-height: 14.75px;
    text-align: left;
    color: var(--white);
    padding: 11px 11px 11px 0;
}
.footer-contact-line-top-item-time-inner:nth-child(1), .footer-contact-line-top-item-time-inner:nth-child(2){
    border-bottom: 1px solid var(--white);
}
.footer-map-line{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 73px;
    margin-bottom: 15px;
}
.footer-map-line-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-map-line-logo-line{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
}
.footer-map-line-logo{
    width: 168px;
    height: 100%;
    margin-bottom: 45px;
}
.footer-map-line-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 25px;
}
.footer-contact .footer-contact-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}
.footer-contact-item p{
    font-family: montserratarm-regular;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--dark);
}
.footer-social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.footer-social-mobile{
    display: none;
}
.footer-social span{
    width: 28px;
    height: 28px;
}
.footer-social span a{
    width: 100%;
    height: 100%;
}
.footer-social span a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-map-line-right{
    width: 956px;
    height: 387px;
    border-radius: 8px;
}
.footer-map-line-right iframe{
    border-radius: 8px;
}
.copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--black);
    margin-bottom: 55px;
}
.copyright a{
    color: inherit;
    text-decoration: none;
}

/*WELCOME*/
.welcome {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.welcome-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 36px;
    margin-top: 100px;
}
.welcome-title h2{
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.welcome-title h2 span{
    color: var(--green);
    margin-right: 5px;
}
.welcome-description{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 37px;
    text-align: left;
    color: var(--dark);
    max-width: 1178px;
    width: 100%;
    display: flex;
}
/*SERVICES*/
.services{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.services-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.services-title h3{
    position: relative;
}
.services-title h3:after{
    position: absolute;
    content: '';
    background-image: url("../images/general/services-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 237px;
    height: 3px;
    right: -40px;
    bottom: -10px;
}
.services-items{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.team-slide{
    width: 100%;
    padding: 0 50px;
    position: relative;
}
.swipe-wrapper-services{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 0;
}
.swipe-slide-services{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services-pagination{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.slider__pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.service-dot,
.endoprostheses-dot {
    cursor: pointer;
    width: 349px;
    height: 86px;
    border: 1px solid var(--dark);
    border-radius: 14px;
    background: var(--white);
    font-family: montserratarm-regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.02em;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 4px;
    padding: 10px;
    text-align: center;
}

.service-dot.active,
.endoprostheses-dot.active {
    background: var(--dark-blue)!important;
    border-radius: 14px 14px 0 0 ;
    margin-bottom: -10px!important;
    color: var(--white);
    border: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.swipe-services-item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 64px;
    border: 1px solid var(--green);
    border-radius: 74px 0 74px 74px;
    padding: 68px 62px 62px 53px;
    background-color: var(--white);
}
.swipe-services-item-img{
    width: 697px;
    height: 676px;
}
.swipe-services-item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swipe-services-item-inner{
    width: calc(100% - 761px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.swipe-services-item-inner h2{
    padding-top: 10px;
    margin-bottom: 43px;
    font-family: montserratarm-regular;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--dark);
}
.swipe-services-item-inner p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    color: var(--dark);
    margin-bottom: 42px;
}
.swipe-services-item-inner span{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swipe-services-item-inner span a{
    padding: 10px 49px;
    border: 1px solid var(--dark);
    border-radius: 14px;
    font-family: montserratarm-regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: var(--black);
    transition: 0.3s;
}
.swipe-services-item-inner span a:hover{
    border: 1px solid var(--green);
}
.services-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.services-info-description{
    max-width: 995px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-info-description p{
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 39px;
    text-align: center;
    color: var(--dark);
}
/*OUR TEAM*/
.our-team{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}
.our-team-title{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.our-team-title h3{
    position: relative;
}
.our-team-title h3:after{
    position: absolute;
    content: '';
    background-image: url("../images/general/team-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 237px;
    height: 3px;
    right: -87px;
    bottom: -10px;
}
.swipe-wrapper-our-team{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.swipe-slide-our-team{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swipe-slide-our-team-item{
    max-width: 441px;
    width: 100%;
}
.swipe-slide-our-team-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark-blue);
    border-radius: 21px 21px 0 0;
}
.swipe-slide-our-team-img-inner{
    width: 346px;
    height: 346px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.swipe-slide-our-team-img-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swipe-slide-our-team-info{
    width: 100%;
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    background-color: var(--dark-blue);
    border-radius: 0 0 21px 21px;
    padding: 10px 19px;
    text-align: center;
}
.swipe-slide-our-team-info h2{
    font-family: montserratarm-regular;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
}
.swipe-slide-our-team-info p{
    font-family: montserratarm-regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    letter-spacing: 0.02em;
    text-align: center;
}
.our-team-swiper-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    content: '';
    background-image: url('../images/icons/team-next.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
.our-team-swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    content: '';
    background-image: url('../images/icons/team-prev.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
/*RESULTS*/
.results{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}
.results-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 53px;
}
.results-title h3{
    position: relative;
}
.results-title h3:after{
    position: absolute;
    content: '';
    background-image: url("../images/general/results-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 237px;
    height: 3px;
    right: -87px;
    bottom: -10px;
}
.results-inner{
    width: 100%;
    padding: 69px 38px;
    border-radius: 74px;
    border: 1px solid var(--green);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 69px 38px;
    gap: 79px;
}
.results-inner-images{
    position: relative;
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 27px;
}
.results-inner-img{
    width: 100%;
    border-radius: 27px;
}
.results-inner-img img{
    width: 100%;
    object-fit: contain;
    border-radius: 27px;
}
.results-before, .results-after{
    position: relative;
}
.results-inner-info{
    width: 100%;
    min-width: calc(100% - 600px);
}
.results-inner-info h2{
    padding-top: 10px;
    margin-bottom: 20px;
    font-family: montserratarm-regular;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--dark);
}
.results-inner-info p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    color: var(--dark);
}
.results-inner-info span{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.results-inner-info span a{
    padding: 10px 49px;
    border: 1px solid var(--dark);
    border-radius: 14px;
    font-family: montserratarm-regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: var(--black);
    transition: 0.3s;
}
.results-inner-info span a:hover{
    border: 1px solid var(--green);
}
/*PRODUCTS*/
.products{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.products-items{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.swipe-slide-products{
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-item{
    width: 441px;
}
.products-item-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark-blue);
    border-radius: 21px 21px 0 0;
}
.products-item-img-inner{
    width: 346px;
    height: 346px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.products-item-img-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item-info{
    width: 100%;
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--dark-blue);
    border-radius: 0 0 21px 21px;
    padding: 10px 19px;
}
.product-item-info-title{
    font-family: montserratarm-regular;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
/*ABOUT-US*/
.about-us{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
.about-us-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-title h3{
    position: relative;
    margin-bottom: 80px;
}
.about-us-title h3:after{
    position: absolute;
    content: '';
    background-image: url("../images/general/about-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 237px;
    height: 3px;
    right: -30px;
    bottom: -10px;
}
.about-us-inner{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.about-us-inner-img{
    width: 697px;
    height: 676px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.about-us-img-mobile{
    display: none;
    align-items: center;
    justify-content: center;
}
.about-us-inner-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-us-inner-info{
    width: calc(100% - 737px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.about-us-inner-info h2{
    margin-top: 23px;
    margin-bottom: 62px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: var(--dark-blue);
    text-align: left;
    text-transform: uppercase;
}
.about-us-inner-info p{
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 39px;
    text-align: left;
    color: var(--dark);
}
/*NEWS*/
.news{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.news-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 53px;
}
.news-title h3{
    position: relative;
}
.news-title h3:after{
    position: absolute;
    content: '';
    background-image: url("../images/general/results-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 237px;
    height: 3px;
    right: -87px;
    bottom: -10px;
}
.news-items{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.swipe-slide-news{
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-item{
    max-width: 441px;
    width: 100%;
}
.news-item-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--green);
    border-radius: 21px 21px 0 0;
    border-bottom: none;
}
.news-item-img-inner{
    padding-top: 20px;
    width: 346px;
    height: 346px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.news-item-img-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    background-color: var(--white);
    border-radius: 0 0 21px 21px;
    padding: 20px;
    border: 1px solid var(--green);
    border-top: none;
}
.news-item-info-title{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.news-item-info-title p{
    font-family: montserratarm-regular;
    font-size: 18px;
    font-weight: 600;
    line-height: 29.26px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--dark-blue);
}
.news-item-info-description{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.news-item-info-description p{
    font-family: montserratarm-regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-info-inner{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 39px;
}
.news-info-img{
    max-width: 632px;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 41px;
    border: 1px solid var(--green);
}
.news-info-img-inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-info-img-inner img{
    width: 100%;
    object-fit: contain;
}
.news-info-description{
    width: calc(100% - 671px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.news-info-description-text{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 53px;
}
.news-info-description-text p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    color: var(--dark);
}
.news-info-description-buttons{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 39px;
}
.news-info-description-buttons span{
    width: 183px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--green);
    border-radius: 13px;
}
.news-info-description-buttons span a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: montserratarm-regular;
    font-size: 14.94px;
    font-weight: 400;
    line-height: 30.81px;
    text-align: center;
    color: var(--black);
}
/*ENDOPRSTHESES*/
.endoprostheses-slide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
}
.swipe-wrapper-endoprostheses{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 0;
}
.swipe-slide-endoprostheses{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--green);
    border-radius: 74px 0 74px 74px;
    padding: 100px;
    background-color: var(--white);
}
.endoprostheses__pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.swipe-endoprostheses-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}
.swipe-slide-endoprostheses:last-child > .swipe-endoprostheses-items{
    justify-content: flex-start;
}
.swipe-endoprostheses-item{
    width: 296px;
}
.swipe-endoprostheses-item-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #494A5180;
    border-radius: 14px 14px 0 0;
    padding: 20px 20px 0 20px;
}
.swipe-endoprostheses-item-inner{
    width: 207px;
    height: 290px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.swipe-endoprostheses-item-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swipe-endoprostheses-item-info{
    width: 100%;
    height: 123px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    background-color: var(--dark-blue);
    border-radius: 0 0 14px 14px;
    padding: 15px;
}
.swipe-endoprostheses-item-info p{
    font-family: montserratarm-regular;
    font-size: 16.13px;
    font-weight: 600;
    line-height: 16.13px;
    text-align: center;
    color: var(--white);
    margin-bottom: 23px;
}
.swipe-endoprostheses-item-info span a{
    padding: 5px 30px;
    font-family: montserratarm-regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    color: var(--white);
    border-radius: 10px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*RESULTS PAGE*/
.results-page{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 72px;
    margin-bottom: 154px;
}
.results-page-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.results-page-title h3{
    margin-top: 20px;
    position: relative;
}
.results-page-title h3:after{
    position: absolute;
    content: '';
    background-image: url("../images/general/results-page-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 308px;
    height: 3px;
    right: -30px;
    bottom: -10px;
}
.results-img-info-title{
    margin-bottom: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.results-img-info-title h3{
    font-weight: 400;
    position: relative;
}
.results-img-info-title h3:after{
    position: absolute;
    content: '';
    background-image: url("../images/general/results-page-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 158px;
    height: 3px;
    right: -40px;
    bottom: -10px;
}
.results-images{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 91px;
    margin-bottom: 37px;
}
.results-images-inner{
    width: 439px;
    height: 364px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
}
.results-images-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 27px;
}
.resalts-img-before, .resalts-img-after{
    position: relative;
}
.resalts-img-before:before{
    position: absolute;
    content: 'BEFORE';
    left: 18px;
    bottom: 18px;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--white);
}
.resalts-img-after:before{
    position: absolute;
    content: 'AFTER';
    left: 18px;
    bottom: 18px;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--white);
}
.results-img-info-description{
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
}
.results-img-info-description p{
    max-width: 995px;
    width: 100%;
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 39px;
    text-align: center;
    color: var(--black);
}
.results-img-info-item{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.results-page-pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 155px;
}
.results-page-pagination span a{
    padding: 12px 50px;
    border: 1px solid var(--dark);
    border-radius: 16px;
    font-family: montserratarm-regular;
    font-size: 18.33px;
    font-weight: 400;
    line-height: 37.81px;
    text-align: left;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*PROSTHESES*/
.prostheses{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 80px;
}
.prostheses-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.prostheses-title h3{
    margin-top: 20px;
    position: relative;
}
.prostheses-title h3:after{
    position: absolute;
    content: '';
    background-image: url('../images/general/results-page-line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 306px;
    height: 3px;
    left: 80px;
    bottom: -10px;
}
.prostheses-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}
.prostheses-info-inner{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 39px;
}
.prostheses-info-description-title-mobile{
    display: flex!important;
}
.prostheses-info-description-title-mobile-product{
    display: none!important;
}
.prostheses-slide-img{
    max-width: 632px;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.services-slide-img{
    max-width: 632px;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.swipe-wrapper-prostheses-img{
    width: 100%;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.swipe-wrapper-services-img{
    width: 100%;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.swipe-slide-prostheses-img{
    width: 632px;
}
.swipe-slide-services-img{
    width: 632px;
}
.prostheses-info-description{
    width: calc(100% - 671px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.prostheses-info-img{
    width: 100%;
    height: 632px;
    padding: 41px 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 41px;
    border: 1px solid var(--green);
}
.prostheses-info-img-inner{
    width: 433px;
    height: 536px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prostheses-info-img-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.services-info-img{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 41px;
    border: 1px solid var(--green);
}
.services-info-img-inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-info-img-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prostheses-info-description-title{
    max-width: 760px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}
.prostheses-info-description-title h2{
    font-size: 40px;
}
.prostheses-info-description-text{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 53px;
}
.prostheses-info-description-text p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    color: var(--dark);
}
.prostheses-info-description-buttons{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 39px;
}
.prostheses-info-description-buttons span{
    width: 183px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--green);
    border-radius: 13px;
}
.prostheses-info-description-buttons span a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: montserratarm-regular;
    font-size: 14.94px;
    font-weight: 400;
    line-height: 30.81px;
    text-align: center;
    color: var(--black);
}
.prostheses-slide-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
    background-color: var(--white);
    margin-bottom: 80px;
}
.prostheses-slide-title{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.prostheses-slide-title h3{
    font-size: 40px;
    position: relative;
}
.prostheses-slide-title h3:after{
    position: absolute;
    content: '';
    background-image: url('../images/general/prostheses-line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 372px;
    height: 3px;
    right: -175px;
    bottom: -10px;
}
.prostheses-slide{
    max-width: 1500px;
    width: 100%;
    padding: 0 50px;
    position: relative;
    margin: 0 auto;
}
.swipe-wrapper-prostheses{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.swipe-slide-prostheses{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swipe-slide-services{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swipe-slide-prostheses-item{
    width: 321px;
}
.swipe-prostheses-item-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #494A5180;
    border-radius: 15px 15px 0 0;
    padding: 20px 20px 0 20px;
}
.swipe-prostheses-item-inner{
    width: 225px;
    height: 315px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.swipe-prostheses-item-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swipe-prostheses-item-info{
    width: 100%;
    height: 133px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    background-color: var(--dark-blue);
    border-radius: 0 0 15px 15px;
    padding: 15px;
}
.swipe-prostheses-item-info p{
    font-family: montserratarm-regular;
    font-size: 17.54px;
    font-weight: 600;
    line-height: 17.54px;
    text-align: center;
    color: var(--white);
    margin-bottom: 23px;
}
.swipe-prostheses-item-info span a{
    padding: 5px 30px;
    font-family: montserratarm-regular;
    font-size: 17.4px;
    font-weight: 400;
    line-height: 35.88px;
    text-align: center;
    color: var(--white);
    border-radius: 10px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.results-swiper-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    background-image: url('../images/icons/team-next.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
.news-swiper-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    content: '';
    background-image: url('../images/icons/team-next.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
.results-swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    background-image: url('../images/icons/team-prev.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
.news-swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    content: '';
    background-image: url('../images/icons/team-prev.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
.swipe-slide-results{
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-prostheses-swiper-button-next,
.prostheses-swiper-button-next,
.servicesImg-swiper-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    content: '';
    background-image: url('../images/icons/team-next.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
.related-prostheses-swiper-button-prev,
.prostheses-swiper-button-prev,
.servicesImg-swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    content: '';
    background-image: url('../images/icons/team-prev.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}
/*CONTACT*/
.custom-select{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.custom-select select{
    width: 100%;
}
.custom-select .select2-selection .select2-selection__rendered{
    font-family: montserratarm-regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #494A518C;
}
.custom-select .select2-selection{
    padding: 24px 20px;
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: montserratarm-regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #494A518C;
}
.select2-container .select2-selection--single{
    height: 64px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-results__option{
    font-family: montserratarm-regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}
.select2-results__option:hover{
    background: #F0F2F5;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    font-family: montserratarm-regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #494A518C;
    background: #F0F2F5;
}
.select2-dropdown {
    z-index:99999;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent;
    border-width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after{
    position: absolute;
    content: '';
    background-image: url("../images/icons/ChevronDown.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    rotate: 180deg;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    z-index: 9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    position: absolute;
    content: '';
    background-image: url("../images/icons/ChevronDown.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.contact{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: var(--white);
}
.contact-inner{
    max-width: 883px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 57px 79px;
    border: 1px solid var(--dark-blue);
    border-radius: 34px;
}
.contact-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 113px;
}
.contact-title h2{
    font-family: montserratarm-regular;
    font-size: 40px;
    font-weight: 400;
    line-height: 48.76px;
    text-align: left;
    color: var(--dark);
    text-transform: uppercase;
}
.contact-validation-message{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin: 15px 0;
    animation-name: validationMessages;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    transition: 0.3s;
}
@keyframes validationMessages {
    from {
        opacity: 1;
    }
    to{
        opacity: 0;
        display: none;
    }
}
.contact-validation-message.error{
    background: rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}
.contact-validation-message.success{
    background: rgba(46, 204, 113, 0.3);
    color: #2ecc71;
}
.contact-form{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.short-form .hide-field{
    display: none;
}
.contact-form form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.form-line{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 45px;
}
.form-line-item{
    width: 100%;
    min-width: 342px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-line-item-txt{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-submit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}
.form-line-item-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-line-item input{
    width: 100%;
    height: 64px;
}
.form-line-item-txt textarea{
    width: 100%;
    height: 260px;
    resize: none;
}
.input-css textarea,
.input-css input{
    padding: 24px 20px;
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
}
input, textarea , input::placeholder, textarea::placeholder{
    outline: unset;
    border: none;
    font-family: montserratarm-regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #494A518C;
}
.form-line-item-btn-inner{
    padding: 22px 38px;
    border: 1px solid var(--dark-blue);
    border-radius: 10px;
    cursor: pointer;
}
.form-line-item-btn-inner input{
    background-color: unset;
    color: var(--dark);
    cursor: pointer;
}
.form-divider {
    position: relative;
    width: 100%;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-divider .switch-form{
    font-family: montserratarm-regular;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: var(--dark);
}
.form-divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 522px;
    height: 1px;
    background: var(--dark-blue);
}
.flatpickr-calendar.animate.open{
    top: 666px;
    left: 493px;
    right: auto;
    border: 1px solid var(--dark-blue);
    width: 342px;
}
.form-line-item-calendar, .form-line-item-time{
    position: relative;
}
.form-line-item-calendar:after{
    position: absolute;
    content: '';
    background-image: url("../images/icons/Calendar.png");
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 26px;
    height: 26px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.form-line-item-time:after{
    position: absolute;
    content: '';
    background-image: url("../images/icons/clock.png");
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 26px;
    height: 26px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.xzoom-source{
    opacity: 0!important;
}
#xZoomImg{
    transition: 0.3s;
    width: 100%!important;
}
.burger-menu-icon{
    position: fixed;
    display: none;
    align-items: center;
    justify-content: flex-end;
    width: 32px;
    height: 32px;
    z-index: 999;
    right: 20px;
    top: 20px;
    background-color: var(--white);
}
.burger-menu-icon img{
    width: 100%;
    height: 100%;
}
.nav-mobile{
    right: 0!important;
}
.banner-swiper-slide-item-first-description-title-mobile{
    display: none;
}

.doctor-info-details h3{
    font-size: 25px;
    color: var(--dark-blue);
    margin-bottom: 15px;
}
.doctor-info-details h4{
    font-size: 20px;
    color: var(--dark-blue);
    margin-bottom: 15px;
}


@media only screen and (max-width: 1650px){
    .header-list{
        gap: 20px;
    }
    .header-contact-content{
        width: calc(100% - 160px);
        gap: 20px;
    }
    .banner-inner-main-title{
        max-width: 600px;
    }
    .nav-menu{
        gap: 10px;
    }
    .header-logo{
        width: 150px;
    }
}
@media only screen and (max-width: 1600px) {
    .banner-inner-main-title-second-slide{
        width: 70%;
        left: 27%;
    }
    .banner-inner-main-title-second-slide h2{
        max-width: 660px;
    }
    .banner-inner-main-title{
        max-width: 450px;
    }
    .banner-swiper-slide-item-first{
        padding: 50px;
        gap: 50px;
    }
    .banner-swiper-slide-item-second{
        padding: 50px;
    }
    .header-list{
        gap: 20px;
    }
    .header-contact-content{
        gap: 20px;
    }
    .team-slide{
        padding: 0 20px;
    }
    .banner-swiper-slide-item-first-img:after{
        right: -45px;
    }
}
@media only screen and (max-width: 1440px) {
    .header-contact-content{
        justify-content: space-around;
    }
    .nav-menu-item a{
        font-size: 14px;
    }
    .nav-menu{
        gap: 10px;
    }
    .swipe-services-item-img{
        width: 500px;
        height: 500px;
    }
    .swipe-services-item{
        gap: 30px;
    }
    .swipe-services-item-inner {
        width: calc(100% - 530px);
    }
    .about-us-inner-img{
        width: 500px;
        height: 500px;
    }
    .about-us-inner-info{
        width: calc(100% - 540px);
    }
    .swipe-endoprostheses-items{
        gap: 30px;
    }
    .banner-inner-main-title-second-slide h2 {
        max-width: 580px;
    }
}
@media only screen and (max-width: 1366px) {
    .swipe-endoprostheses-items{
        gap: 20px;
    }
    .about-us{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .our-team{
        margin-bottom: 100px;
    }
    .products{
        margin-bottom: 100px;
    }
    .swipe-slide-endoprostheses{
        padding: 40px;
    }
    .main-padding{
        padding-left: 20px;
        padding-right: 20px;
    }
    .products-swiper-button-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        content: '';
        background-image: url('../images/icons/team-next.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        z-index: 99;
        cursor: pointer;
    }
    .products-swiper-button-prev{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        content: '';
        background-image: url('../images/icons/team-prev.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        z-index: 999;
        cursor: pointer;
    }
}
@media only screen and (max-width: 1280px) {
    .banner-inner-main-title-second-slide{
        display: none;
    }
    .banner-inner-main-title{
        width: 100%;
        max-width: unset;
        justify-content: center;
    }
    .banner-inner-main-title h2{
        text-align: center;
    }
    .burger-menu-icon{
        display: flex;
    }
    .header-contact-content {
        justify-content: flex-start;
        position: fixed;
        flex-direction: column;
        align-items: flex-start;
        right: -100%;
        background-color: var(--white);
        top: 0;
        padding: 172px 16px;
        width: 280px;
        height: 100vh;
        z-index: 999;
        transition: 0.3s;
        gap: 48px;
    }
    .nav-menu{
        width: 100%;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .nav-menu-item {
        height: 46px;
    }
    .nav-menu-item a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: var(--dark);
        padding: 7px 10px;
    }
    .nav-menu-item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .our-team-swiper-button-next{
        right: 0;
    }
    .our-team-swiper-button-prev{
        left: 0;
    }
    .banner-swiper-slide-item-first{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .banner-swiper-slide-item-first-description-text{
        display: none;
    }
    .banner-swiper-slide-item-second-text{
        display: none;
    }
    .banner-swiper-slide-item-first-description-title-mobile{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-swiper-slide-item-second-top-img, .banner-swiper-slide-item-second-bottom-img{
        width: 220px;
        height: 208px;
        position: relative;
    }
    .banner-swiper-slide-item-second{
        padding: 0;
    }
    .banner-swiper-slide-item-second-bottom{
        margin-top: 10px;
    }
    .banner-swiper-slide-item-second{
        padding: 100px;
    }
    .banner-swiper-slide-item-second-bottom-img:before{
        background-image: url("../images/banner/cube-blue-mobile.png");
        width: 55px;
        height: 55px;
        left: -8px;
        bottom: -7px;
    }
    .banner-swiper-slide-item-second-bottom-img:after{
        background-image: url("../images/banner/cube-green-mobile.png");
        width: 55px;
        height: 55px;
        right: -10px;
        top: -7px;
    }
    .banner-swiper-slide-item-second-top-img:before{
        background-image: url("../images/banner/cube-blue-mobile.png");
        width: 55px;
        height: 55px;
        left: -8px;
        bottom: -7px;
    }
    .banner-swiper-slide-item-second-top-img:after{
        background-image: url("../images/banner/cube-green-mobile.png");
        width: 55px;
        height: 55px;
        right: -10px;
        top: -7px;
    }
    .swipe-services-item{
        flex-direction: column-reverse;
        align-items: center;
    }
    .swipe-services-item-inner {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .swipe-services-item-img{
        max-width: 500px;
        width: 100%;
        height: 100%;
    }
    .swipe-services-item-inner p{
        text-align: center;
    }
    .results-inner{
        padding: 24px 15px;
        flex-direction: column;
        align-items: center;
    }
    .services-swiper-button-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        content: '';
        background-image: url('../images/icons/team-next.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        z-index: 99;
        cursor: pointer;
    }
    .services-swiper-button-prev{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        content: '';
        background-image: url('../images/icons/team-prev.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        z-index: 999;
        cursor: pointer;
    }
    .endoprostheses-swiper-button-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        content: '';
        background-image: url('../images/icons/team-next.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        z-index: 99;
        cursor: pointer;
    }
    .endoprostheses-swiper-button-prev{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        content: '';
        background-image: url('../images/icons/team-prev.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        z-index: 999;
        cursor: pointer;
    }
    .about-us-inner-img{
        display: flex;
        margin-bottom: 23px;
    }
    .about-us-inner-img-main{
        display: none;
    }
    .about-us-inner{
        flex-direction: column;
        align-items: center;
    }
    .about-us-inner-info{
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    .about-us-inner-info p{
        text-align: center;
    }
    .prostheses-info-inner{
        flex-direction: column;
        align-items: center;
    }
    .news-info-inner{
        flex-direction: column;
        align-items: center;
    }
    .prostheses-info-description-title-mobile{
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .prostheses-info-description-title-mobile-product{
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .prostheses-info-description-title-main{
        display: none;
    }
    .prostheses-info-description{
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    .news-info-description{
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    .prostheses-info-description-text p{
        text-align: center;
    }
    .news-info-description-text p{
        text-align: center;
    }
    .prostheses-info-description-buttons{
        justify-content: center;
    }
    .news-info-description-buttons{
        justify-content: center;
    }
    .prostheses{
        margin-bottom: 50px;
    }
    .prostheses-info-description-title h2{
        text-align: center;
    }
    .news-info-description-title h2{
        text-align: center;
    }
    .contact{
        justify-content: center;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .contact-inner{
        padding: 18px 27px;
        border-radius: 14px;
    }
    .contact-title h2{
        font-size: 16px;
        line-height: 20px;
    }
    .input-css textarea, .input-css input{
        padding: 17px 14px;
        border-radius: 8px;
    }
    input, textarea, input::placeholder, textarea::placeholder{
        font-size: 10px;
        line-height: 10px;
    }
    .form-line-item-calendar:after{
        width: 17px;
        height: 17px;
        right: 10px;
    }
    .form-line-item-time:after{
        width: 16px;
        height: 16px;
        right: 10px;
    }
    .custom-select .select2-selection{
        padding: 17px 14px;
        border-radius: 8px;
    }
    .custom-select .select2-selection .select2-selection__rendered,
    .select2-container--default .select2-results__option--highlighted[aria-selected],
    .select2-results__option{
        font-size: 10px;
        line-height: 10px;
    }
    .form-line-item-btn-inner{
        padding: 10px 13px;
        border-radius: 5px;
    }
    .form-submit{
        margin-bottom: 15px;
    }
    .form-divider .switch-form{
        font-size: 10px;
        line-height: 12px;
    }
    .form-line-item{
        min-width: 137px;
    }
    .contact-title{
        margin-bottom: 34px;
    }
    .form-line{
        margin-bottom: 22px;
        gap: 28px;
    }
    .flatpickr-calendar.animate.open{
        width: unset;
    }
    .banner-swiper-slide-item-first-img{
        max-width: 312px;
        width: 100%;
        height: auto;
    }
    .banner-swiper-slide-item-first-img:after{
        background-image: url("../images/banner/cube-blue-first.png");
        width: 80px;
        height: 80px;
        right: -16px;
        top: -12px;
    }
    .banner-swiper-slide-item-first-description-title p{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .banner-swiper-slide-item-first-description-title p span{
        font-size: 45px;
        line-height: 44.4px;
    }
    .banner-swiper-slide-item-first-description{
        max-width: 285px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .banner-swiper-slide-item-first-description-title p:before{
        height: 39px;
        top: 5px;
    }
    .banner-swiper-slide-item-first{
        margin-bottom: 50px;
    }
    .page-title{
        font-size: 24.21px;
        line-height: 29.51px;
    }
    .welcome-title{
        margin-top: 30px;
        margin-bottom: 18px;
    }
    .welcome-description{
        font-size: 14px;
        line-height: 23px;
        text-align: center;
    }
    .welcome {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .section-title{
        font-size: 21.69px;
        line-height: 26.44px;
    }
    .swipe-services-item{
        padding: 37px 27px;
        border-radius: 28px 0 28px 28px;
    }
    .swipe-services-item-inner h2{
        font-size: 16.44px;
        line-height: 20.04px;
        margin-bottom: 20px;
    }
    .swipe-services-item-inner p{
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .swipe-services-item-inner span a{
        font-size: 10px;
        line-height: 23px;
        padding: 7px 27px;
        border-radius: 8px;
    }
    .swipe-services-item-img{
        width: 290px;
        height: 281px;
    }
    .services-slide-img{
        max-width: 353px;
    }
    .services-info-img{
        border-radius: 22px;
    }
    .services-info-img-inner{
        width: 100%;
    }
    .our-team-title{
        margin-bottom: 30px;
    }
    .swipe-slide-our-team-item{
        max-width: 297px;
        width: 100%;
    }
    .swipe-slide-our-team-img-inner{
        width: 233px;
        height: 233px;
    }
    .swipe-slide-our-team-info h2{
        font-size: 16px;
        line-height: 20px;
    }
    .swipe-slide-our-team-info p{
        font-size: 14px;
        line-height: 17px;
    }
    .swipe-slide-our-team-info{
        height: 97px;
    }
    .our-team{
        margin-bottom: 30px;
    }
    .results-inner-images{
        width: 100%;
        gap: 10px;
        justify-content: space-around;
    }
    .results-inner{
        gap: 23px;
        border-radius: 28px;
    }
    .results-inner-info h2{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 23px;
        padding-top: 0;
    }
    .results-inner-info p{
        font-size: 14px;
        line-height: 23px;
        text-align: center;
    }
    .results-inner-info span a{
        font-size: 10px;
        line-height: 23px;
        padding: 7px 27px;
        border-radius: 8px;
    }
    .results{
        margin-bottom: 30px;
    }
    .slider__pagination{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .products{
        margin-bottom: 30px;
    }
    .products-item{
        width: 297px;
    }
    .news-item{
        width: 297px;
    }
    .products-item-img-inner{
        width: 207px;
        height: 270px;
    }
    .news-item-img-inner{
        width: 207px;
        height: 270px;
    }
    .product-item-info{
        height: 74px;
    }
    .news-item-info-title{
        height: 65px;
    }
    .news-item-info-description{
        height: 60px;
    }
    .product-item-info-title{
        font-size: 16px;
    }
    .news-item-info-title p{
        font-size: 16px;
    }
    .news-item-info-description p{
        font-size: 12px;
        line-height: 16px;
    }
    .footer-contact-line-top-item-inner a{
        display: none;
    }
    .footer-contact-line-top-item{
        width: unset;
        height: unset;
        padding: 14px 14px 14px 26px;
    }
    .footer-contact-line-top-item:hover .footer-contact-line-top-item-inner a{
        display: flex;
    }
    .footer-contact-line-top-item:hover{
        height: 175px;
    }
    .footer-contact-line-top-item:hover .footer-contact-line-top-item{
        width: 179px;
        padding: 20px;
    }
    .footer-contact-line-top-item-time{
        width: 139px;
    }
    .footer-contact-line-top-item-inner p, .footer-contact-line-top-item-inner p a{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
    }
    .footer-contact-line-top-item:hover .footer-contact-line-top-item-inner p{
        margin-bottom: 0;
    }
    .footer-contact-line-top-item:hover .footer-contact-line-top-item-inner p a{
        margin-bottom: 0;
    }
    .footer-contact-line-top-item:hover .footer-contact-line-top-item-inner{
        margin-bottom: 30px;
        align-items: flex-start;
    }
    .footer-contact-line-top-item-time-inner{
        font-size: 8px;
        height: 8px;
    }
    .footer-contact-line-top-item-register-inner p a, .footer-contact-line-top-item-address-inner{
        font-size: 8px;
        line-height: 8px;
    }
    .footer-contact-line-top-item-register-inner{
        padding: 0;
    }
    .footer-contact-line-top-item-register-main:hover .footer-contact-line-top-item-register{
        flex-direction: row;
    }
    .footer-contact-line-top-item-register, .footer-contact-line-top-item-address{
        width: 179px;
    }
    .footer-contact-line-top{
        gap: 5px;
        margin-bottom: 28px;
        height: 200px;
    }
    .footer-map-line{
        flex-direction: column;
        gap: 31px;
    }
    .footer-map-line-right{
        width: 100%;
        height: 145px;
    }
    .footer-social-main{
        display: none;
    }
    .footer-social-mobile{
        display: flex;
    }
    .footer-map-line-left{
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .footer-map-line-logo{
        width: 78px;
        height: 28px;
        object-fit: contain;
        margin-bottom: 0;
    }
    .footer-contact-item p{
        font-size: 10px;
        line-height: 16px;
    }
    .footer-contact-item svg{
        width: 14px;
        height: 14px;
    }
    .footer-contact{
        margin-bottom: 0;
    }
    .footer-social span{
        width: 17px;
        height: 17px;
    }
    .header-contact-content{
        width: 100%;
    }
    header{
        padding: 20px 0;
    }
    .header-logo{
        width: 78px;
        height: 27px;
    }
    .about-us-title h3{
        margin-bottom: 40px;
    }
    .about-us-inner-info h2{
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 21px;
        line-height: 14px;
    }
    .about-us-inner-img{
        max-width: 343px;
        width: 100%;
        height: 325px;
    }
    .about-us-inner-info p{
        font-size: 14px;
        line-height: 23px;
    }
    .about-us{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .copyright{
        font-size: 8px;
        line-height: 16px;
    }
    .services-title{
        margin-bottom: 18px;
    }
    .services-info-description p{
        font-size: 14px;
        line-height: 23px;
    }
    .services-info{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .swipe-slide-endoprostheses{
        padding: 37px 15px;
        border-radius: 28px 0 28px 28px;
    }
    .swipe-endoprostheses-item{
        width: 142px;
    }
    .swipe-endoprostheses-item-inner{
        width: 99px;
        height: 140px;
    }
    .swipe-endoprostheses-item-info{
        height: 59px;
        border-radius: 0 0 7px 7px;
    }
    .swipe-endoprostheses-item-img{
        border-radius: 7px 7px 0 0;
    }
    .swipe-endoprostheses-item-info p{
        font-size: 8px;
        line-height: 8px;
        margin-bottom: 11px;
    }
    .swipe-endoprostheses-item-info span a{
        font-size: 8px;
        line-height: 16px;
        padding: 0 14px;
        border-radius: 5px;
    }
    .prostheses{
        margin-top: 0;
    }
    .prostheses-title{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .prostheses-info-description-title h2{
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .news-info-description-title h2{
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .prostheses-info-img{
        min-width: 339px;
        width: 100%;
        height: 339px;
        padding: 20px;
    }
    .prostheses-info-img-inner{
        min-width: 232px;
        width: 100%;
        height: 249px;
    }
    .prostheses-info-description-text p{
        font-size: 14px;
        line-height: 23px;
    }
    .news-info-description-text p {
        font-size: 14px;
        line-height: 23px;
    }
    .prostheses-info-description-text{
        margin-bottom: 34px;
    }
    .prostheses-info-description-buttons span a{
        font-size: 10px;
        line-height: 20px;
    }
    .news-info-description-buttons span a{
        font-size: 10px;
        line-height: 20px;
    }
    .prostheses-info-description-buttons span{
        width: 116px;
        height: 37px;
        border-radius: 8px;
    }
    .news-info-description-buttons span{
        width: 116px;
        height: 37px;
        border-radius: 8px;
    }
    .news-info-description-text{
        margin-bottom: 30px;
    }
    .prostheses-info-description{
        height: 520px;
    }
    .prostheses-slide-title h3{
        font-size: 18px;
        line-height: 22px;
    }
    .prostheses-slide-section{
        gap: 32px;
        margin-bottom: 72px;
    }
    .swipe-slide-prostheses-item{
        width: 142px;
    }
    .swipe-prostheses-item-inner{
        width: 99px;
        height: 139px;
    }
    .swipe-prostheses-item-info{
        height: 59px;
        border-radius: 0 0 7px 7px;
    }
    .swipe-prostheses-item-img{
        border-radius: 7px 7px 0 0;
    }
    .swipe-prostheses-item-info p{
        font-size: 8px;
        line-height: 8px;
        margin-bottom: 11px;
    }
    .swipe-prostheses-item-info span a{
        font-size: 8px;
        line-height: 16px;
        padding: 0 14px;
        border-radius: 5px;
    }
    .results-page{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .results-img-info-title{
        margin-bottom: 37px;
    }
    .results-images-inner{
        width: 168px;
        height: 139px;
        border-radius: 10px;
    }
    .results-images-inner img{
        border-radius: 10px;
    }
    .results-images{
        margin-bottom: 32px;
    }
    .results-img-info-description p{
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .results-img-info-description{
        margin-bottom: 30px;
    }
    .results-before:before, .results-after:before, .resalts-img-before:before, .resalts-img-after:before{
        font-size: 16px;
        line-height: 20px;
        left: 7px;
        bottom: 7px;
    }
    .results-inner-img{
        border-radius: 10px;
        width: 100%;
    }
    .results-inner-img img{
        border-radius: 10px;
    }
    .results-page-pagination span a{
        font-size: 10px;
        line-height: 10px;
        padding: 7px 28px;
        border-radius: 8px;
    }
    .results-page-pagination{
        margin-bottom: 50px;
    }
    .services-title h3:after{
        width: 144px;
    }
    .our-team-title h3:after{
        width: 90px;
        right: -18px;
    }
    .results-title{
        margin-bottom: 30px;
    }
    .news-title{
        margin-bottom: 30px;
    }
    .news{
        margin-bottom: 30px;
    }
    .results-title h3:after{
        width: 117px;
        right: -10px;
    }
    .news-title h3:after{
        width: 117px;
        right: -10px;
    }
    .about-us-title h3:after{
        width: 139px;
    }
    .services-title h3{
        font-size: 24.21px;
    }
    .prostheses-title h3:after{
        width: 137px;
        left: 30px;
    }
    .prostheses-slide-title h3:after{
        width: 139px;
        right: -22px;
    }
    .results-page-title h3:after{
        width: 147px;
    }
    .results-img-info-title h3:after{
        width: 82px;
        right: -10px;
    }
    .prostheses-info-inner{
        gap: 0;
    }
    .news-info-inner{
        gap: 20px;
    }
    .prostheses-info-description-title{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .doctor-info-details{
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .header-contact-content{
        width: 100%;
    }
    .prostheses-slide-img{
        padding: 0;
        margin-bottom: 20px;
    }
    .team-slide{
        padding: 0;
    }
    .banner-swiper-slide-item-first{
        padding: 0 20px;
    }
    .banner-swiper-slide-item-second{
        padding: 0 20px;
        height: 75vh;
    }
    .swipe-banner-pagination{
        bottom: -30px!important;
    }
    .banner-inner-main-title h2{
        font-size: 10px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 570px) {

}
@media only screen and (max-width: 460px) {
    .our-team-swiper-button-prev{
        left: -22px;
    }
    .our-team-swiper-button-next{
        right: -22px;
    }
    .footer-contact-line-top-item{
        padding: 10px;
    }
    .prostheses-info-description{
        height: 650px;
    }
    .swipe-endoprostheses-items{
        justify-content: center;
    }
    .prostheses-info-img{
        min-width: unset;
        max-width: 339px;
    }
}
@media only screen and (max-width: 389px) {
    .form-line{
        flex-direction: column;
    }
}
