* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Lato", serif;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.separator {
    height: 20px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.main-bg {
    background: url('../img/examples_of_our_work/bg-main.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 75%;
}

.work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
}

.work__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.work__block-title {
    color: #020405;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.work__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.work__list-obg {
    width: 33.3333%;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.work__list-obg:last-child {
    margin-right: 0;
}

.work__list-obj-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;
}

.work__list-obj-gallery-img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.work__list-obj-gallery-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 5;
}

.work__list-obj-gallery-title span {
    font-size: 20px;
}

.work__list-obj-gallery-gradient {
    background: -o-linear-gradient(89deg, #000 0.6%, rgba(0, 0, 0, 0.00) 84.88%);
    background: linear-gradient(1deg, #000 0.6%, rgba(0, 0, 0, 0.00) 84.88%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.work__list-obj-link {
    padding: 16px;
    border-radius: 16px;
    background: #1D9EE0;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.work__list-obj-link:hover {
    background: #1681b6;
}

.work__list-obj-link img {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    height: 20px;
    margin-left: 8px;
    width: auto;
}


/* radiology */

.radiology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
}

.radiology__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.radiology__block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}


.radiology__block-title {
    color: #020405;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.radiology__slider-text, .pathology__slider-text {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;

}

.radiology__slider-text-window, .pathology__slider-text-window {
    overflow: hidden;
    width: 100%;

}

.radiology__slider-text-slider, .pathology__slider-text-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}


.radiology__block-subtitle {
    color: #555;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: lowercase;
    margin-bottom: 20px;
    min-width: 100%;
    text-align: left;
}

.radiology__block-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}

.radiology__block-slider-container {
    max-width: 75%;
}

.radiology__slider-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 12px;
}

.radiology__slider-gallery-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.radiology__slider-gallery-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.radiology__slider-gallery-slider-obj-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.radiology__slider-gallery-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #02B2A7;
    max-width: 80px;
}

.radiology__slider-gallery-button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50%;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* border-bottom: 1px solid #D9D9D9; */
}

.radiology__slider-gallery-button-separator {
    width: 100%;
    height: 2px;
    background: #D9D9D9;
}

.radiology__slider-gallery-button-link:hover {
    background: #02958b;
}

.radiology__slider-gallery-button-img {
    display: block;
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.radiology__block-slider-miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.radiology__miniature-obj {
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.radiology__miniature-obj-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.radiology__miniature-obj-container img {
    height: 100%;
    /* width: 100%; */
    width: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}


/* renderingwork */


.renderingwork {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
    background: #FFFFFF;
}

.renderingwork__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.renderingwork__block-title {
    color: #555;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.renderingwork__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.renderingwork__block-list-left {
    width: 50%;
}

.renderingwork__block-list-left-container {
    padding-right: 20px;
}

.renderingwork__list-left-video {
    margin-bottom: 12px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #F4F4F4;
}

.renderingwork__list-left-video-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0 0 10px;
    border-radius: 20px 0 0 0;
    background: #FFFFFF;
}

.renderingwork__list-left-video-bg-block {
    padding: 28px;
    background: #1D9EE0;
    border-radius: 20px;
    display: block;
    text-decoration: none;
}

.renderingwork__list-left-video-bg-img {
    width: 28px;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.renderingwork__list-left-subtitle {
    color: #555;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

}

.renderingwork__block-list-right {
    width: 50%;
}

.renderingwork__block-list-right-container {
    padding-left: 20px;
}

.renderingwork__list-right-video {
    margin-bottom: 12px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #F4F4F4;
}

.renderingwork__list-right-video-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0 0 10px;
    border-radius: 20px 0 0 0;
    background: #FFFFFF;
}

.renderingwork__list-right-video-bg-block {
    padding: 28px;
    background: #1D9EE0;
    border-radius: 20px;
    display: block;
    text-decoration: none;
}

.renderingwork__list-right-video-bg-img {
    width: 28px;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.renderingwork__list-right-subtitle {
    color: #555;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* pathology */

.pathology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFFFFF;
    margin-bottom: 80px;
}

.pathology__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.pathology__block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;

}

.pathology__block-title {
    color: #020405;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.pathology__block-subtitle {
    color: #555;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: lowercase;
    margin-bottom: 20px;
    min-width: 100%;
    text-align: left;
}

.pathology__block-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pathology__block-slider-container {
    max-width: 75%;
}


.pathology__slider-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 12px;
}

.pathology__slider-gallery-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.pathology__slider-gallery-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.pathology__slider-gallery-slider-obj-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.pathology__slider-gallery-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #02B2A7;
    max-width: 80px;
}



.pathology__slider-gallery-button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50%;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pathology__slider-gallery-button-link:hover {
    background: #02958b;
}

.pathology__slider-gallery-button-img {
    display: block;
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.pathology__slider-gallery-button-separator {
    width: 100%;
    height: 2px;
    background: #D9D9D9;
}

.pathology__block-slider-miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.pathology__miniature-obj {
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pathology__miniature-obj-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.pathology__miniature-obj-container img {
    height: 100%;
    width: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

/* datascientists */

.datascientists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFFFFF;
    margin-bottom: 80px;
}

.datascientists__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.datascientists__block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}

.datascientists__block-title {
    color: #020405;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.datascientists__block-subtitle {
    color: #555;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: lowercase;
    margin-bottom: 40px;
}

.datascientists__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.datascientists__block-list-container {
    max-width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    ;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}

.datascientists__block-list-left {
    width: 50%;
}

.datascientists__block-list-left-container {
    padding-right: 20px;
}

.datascientists__block-list-left-picture {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}

.datascientists__block-list-left-picture-img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.datascientists__block-list-left-subtitle {
    color: #555;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.datascientists__block-list-right {
    width: 50%;
}

.datascientists__block-list-right-container {
    padding-left: 20px;
}

.datascientists__block-list-right-picture {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}

.datascientists__block-list-right-picture-img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.datascientists__block-list-right-subtitle {
    color: #555;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.datascientists__block-subtitle-bottom {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* Contact Us */

.contactus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    margin-bottom: 40px;
}

.contactus__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #02B2A7;
    border-radius: 12px;
}

.contactus__block-form {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;

    background: url('../img/home/bg-form.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
}

.contactus__form-title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contactus__form-subtitle {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}

.contactus__form-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}


.form__input, .form__textarea {
    background: none;
    padding: 8px 8px 8px 0;
    border: none;
    border-bottom: #FFFFFF 2px solid;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form__input.err,
.form__textarea.err,
.form__input:focus.err,
.form__textarea:focus.err {
    border-bottom: #FF5252 2px solid;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.form__input::placeholder,
.form__textarea::placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.form__input:focus,
.form__textarea:focus {
    outline: none;
    border-bottom: #ffffff 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#form__email {
    margin-bottom: 40px;
}

.form__textarea {
    resize: vertical;
    max-height: 300px;
    min-height: 40px;
    height: 40px;
}

.form__submit {
    border: none;
    cursor: pointer;
    display: block;
    padding: 16px 28px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #02B2A7;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    width: 50%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form__submit:hover {
    background: #D9D9D9;
}

.contactus__block-name-bg {
    padding: 0 0 12px 12px;
    border-radius: 0 0 0 12px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
}

.contactus__block-name {
    color: #B3B3B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 12px;
    border: 2px solid #B3B3B3;

}

/* Creator */

.creator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    margin-bottom: 40px;
}

.creator__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.creator__block-design,
.creator__block-dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.creator__block-design {
    margin-bottom: 12px;
}

.creator__block-design-title,
.creator__block-dev-title {
    color: #B7B7B7;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.creator__block-design-title a,
.creator__block-dev-title a {
    color: #B7B7B7;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.creator__block-design-icon,
.creator__block-dev-icon {
    height: 18px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 8px;
}

/* ---------------------Adaptive-------------------- */

@media (max-width: 1440px) {
    .container {
        max-width: 1024px;
    }
    
    .form__submit {
        padding: 12px 22px;
        font-size: 20px;
    }

    .separator {
        height: 16px;
    }

    .work__block-title, .radiology__block-title, .pathology__block-title, .datascientists__block-title {
        font-size: 28px;
    }

    

    .radiology__block-subtitle, .pathology__block-subtitle, .datascientists__block-subtitle {
        font-size: 20px;
    }

    .renderingwork__block-title {
        font-size: 22px;
    }

    .work__list-obj-gallery-title {
        bottom: 30px;
        left: 30px;
        font-size: 20px;
    }

    .work__list-obj-gallery-title span {
        font-size: 16px;
    }

    .work__list-obj-link {
        font-size: 18px;
    }

    .work__list-obj-link img {
        height: 16px;
    }

    .work, .radiology, .renderingwork, .pathology, .datascientists {
        margin-bottom: 60px;
    }

    .radiology__block-slider-miniature {
        gap: 16px;
    }

    .radiology__slider-gallery-button, .pathology__slider-gallery-button {
        max-width: 60px;
    }

    .radiology__slider-gallery-button-link, .pathology__slider-gallery-button-link {
        padding: 16px;
    }

    .renderingwork__list-left-video-bg, .renderingwork__list-right-video-bg {
        padding: 8px 0 0 8px;
    }

    .renderingwork__list-left-video-bg-block, .renderingwork__list-right-video-bg-block {
        padding: 22px;
    }

    .renderingwork__list-left-video-bg-img, .renderingwork__list-right-video-bg-img {
        width: 22px;
    }

    .renderingwork__block-list-left-container {
        padding-right: 16px;
    }

    .renderingwork__block-list-right-container {
        padding-left: 16px;
    }

    iframe {
        height: 300px;
    }





    




    .contactus__block-form {
        padding: 30px;
    }

    .contactus__form-title {
        font-size: 28px;
    }

    .contactus__form-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .contactus__form-container {
        width: 60%;
    }

    .contact__form-block-submit {
        padding: 12px 22px;
        font-size: 20px;
    }

    .contactus__block-name-bg {
        padding: 0 0 8px 8px;
    }

    .contactus__block-name {
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 10px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 768px;
    }
    
    .form__submit {
        padding: 10px 18px;
        font-size: 16px;
    }

    .separator {
        height: 12px;
    }

    .work__list-obg {
        margin-right: 30px;
    }

    .work__list-obj-gallery {
        margin-bottom: 16px;
    }

    .work__list-obj-link {
        font-size: 14px;
        padding: 12px;
        border-radius: 12px;
    }

    .work__list-obj-link img {
        height: 12px;
    }

    .work__list-obj-gallery-title {
        bottom: 24px;
        left: 24px;
        font-size: 16px;
    }

    .work__list-obj-gallery-title span {
        font-size: 14px;
    }
    
    .work, .radiology, .renderingwork, .pathology, .datascientists {
        margin-bottom: 40px;
    }

    .work__block-title, .radiology__block-title, .pathology__block-title, .datascientists__block-title {
        font-size: 22px;
    }

    .radiology__block-subtitle, .pathology__block-subtitle, .datascientists__block-subtitle {
        font-size: 16px;
    }

    .radiology__block-slider-miniature,.pathology__block-slider-miniature {
        display: none;
    }

    iframe {
        height: 220px;
    }

    .datascientists__block-list-left-subtitle, .datascientists__block-list-right-subtitle {
        font-size: 18px;
    }

    .datascientists__block-subtitle-bottom {
        font-size: 14px;
    }

    .radiology__slider-gallery, .pathology__slider-gallery {
        margin-bottom: 0;
    }




    .contactus__form-title {
        font-size: 22px;
    }

    .contactus__form-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    #contactus__form-input-name,
    #contactus__form-input-email,
    #contactus__form-input-message {
        font-size: 14px;
    }

    #contactus__form-input-name::-webkit-input-placeholder,
    #contactus__form-input-email::-webkit-input-placeholder,
    #contactus__form-input-message::-webkit-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name::-moz-placeholder,
    #contactus__form-input-email::-moz-placeholder,
    #contactus__form-input-message::-moz-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name:-ms-input-placeholder,
    #contactus__form-input-email:-ms-input-placeholder,
    #contactus__form-input-message:-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name::-ms-input-placeholder,
    #contactus__form-input-email::-ms-input-placeholder,
    #contactus__form-input-message::-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name::-webkit-input-placeholder, #contactus__form-input-email::-webkit-input-placeholder, #contactus__form-input-message::-webkit-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name::-moz-placeholder, #contactus__form-input-email::-moz-placeholder, #contactus__form-input-message::-moz-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name:-ms-input-placeholder, #contactus__form-input-email:-ms-input-placeholder, #contactus__form-input-message:-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name::-ms-input-placeholder, #contactus__form-input-email::-ms-input-placeholder, #contactus__form-input-message::-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #contactus__form-input-name::placeholder,
    #contactus__form-input-email::placeholder,
    #contactus__form-input-message::placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__block-form {
        background-size: 75% auto;
        padding: 24px;
    }

    .contact__form-block-submit {
        padding: 10px 18px;
        font-size: 16px;
    }

    .contactus {
        margin-bottom: 20px;
    }

    .creator__block-design-title,
    .creator__block-dev-title,
    .creator__block-design-title a,
    .creator__block-dev-title a {
        font-size: 14px;
    }

}

@media (max-width: 768px) {
    .container {
        max-width: 425px;
    }
    
    .form__submit {
        width: 100%;
    }


    .work__list-obg {
        margin-right: 10px;
    }

    .work__list-obj-gallery {
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .work__list-obj-gallery-title {
        bottom: 12px;
        left: 12px;
        font-size: 12px;
    }

    .work__list-obj-gallery-title span {
        font-size: 8px;
    }

    .work__block-title {
        margin-bottom: 12px;
    }

    .work__block-title, .radiology__block-title, .pathology__block-title, .datascientists__block-title {
        font-size: 18px;
    }

    .work__list-obj-link {
        font-size: 12px;
    }

    .work__list-obj-link img {
        display: none;
    }

    .work__list-obj-link {
        border-radius: 10px;
        padding: 8px;
    }

    .radiology__block-header {
        margin-bottom: 12px;
    }

    .radiology__block-subtitle, .pathology__block-subtitle, .datascientists__block-subtitle {
        font-size: 14px;
    }

    .radiology__block-slider-container, .pathology__block-slider-container {
        max-width: none;
    }

    .radiology__block-subtitle, .pathology__block-subtitle {
        margin-bottom: 8px;
    }
    
    
    
    .datascientists__block-subtitle {
        margin-bottom: 20px;
    }

    .radiology__slider-text, .pathology__slider-text {
        max-width: 100%;
    }



    .radiology__slider-gallery-button-link, .pathology__slider-gallery-button-link {
        padding: 12px;
        width: 50%;
        height: 100%;
    }

    .radiology__slider-gallery-button, .pathology__slider-gallery-button {
        max-width: 80px;
    }

    .radiology__slider-gallery, .pathology__slider-gallery {
        border-radius: 12px;
    }

    .radiology__slider-gallery-button, .pathology__slider-gallery-button {
        position: relative;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 50px;
    }

    .radiology__slider-gallery-button-separator, .pathology__slider-gallery-button-separator {
        height: 100%;
        width: 2px;
    }

    .radiology__slider-gallery-button-img, .pathology__slider-gallery-button-img {
        width: auto;
        height: 100%;
    }

    .renderingwork__block-title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .renderingwork__block-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .renderingwork__block-list-left, .renderingwork__block-list-right {
        width: 100%;
    }

    .renderingwork__block-list-right-container, .renderingwork__block-list-left-container {
        padding: 0;
    }

    .renderingwork__block-list-left {
        margin-bottom: 20px;
    }
    
    .renderingwork__list-left-video, .renderingwork__list-right-video {
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .renderingwork__list-left-subtitle, .renderingwork__list-right-subtitle {
        font-size: 14px;
        text-align: center;
    }

    .renderingwork__list-left-video-bg, .renderingwork__list-right-video-bg {
        display: none;
    }

    .datascientists__block-list-container {
        max-width: none;
    }

    .datascientists__block-list-left-picture, .datascientists__block-list-right-picture {
        border-radius: 12px;
        margin-bottom: 8px;
    }

    .datascientists__block-list-left-subtitle, .datascientists__block-list-right-subtitle {
        font-size: 14px;
        text-align: center;
    }

    .datascientists__block-list {
        margin-bottom: 12px;
    }

    .datascientists__block-subtitle-bottom {
        font-size: 12px;
    }

    .datascientists__block-list-left-container {
        padding-right: 10px;
    }

    .datascientists__block-list-right-container {
        padding-left: 10px;
    }
   




    .contactus__form-container {
        width: 100%;
    }

    .contactus__block-name-bg {
        padding: 0 0 4px 4px;
    }

    .contactus__block-name {
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 8px;
    }

    .contactus__form-subtitle {
        font-size: 12px;
    }

    .contactus__form-title {
        font-size: 18px;
    }

    .contact__form-block-submit {
        width: 100%;
    }

    .creator {
        margin-bottom: 20px;
    }

    .contactus__block-form {
        background-size: 100% auto;
    }


}

@media (max-width: 425px) {
    .container {
        max-width: 375px;
    }

    .radiology__slider-gallery-button, .pathology__slider-gallery-button {
        height: 40px;
    }

    .work__list-obj-link {
        border-radius: 8px;
        font-size: 10px;
    }






}

@media (max-width: 375px) {
    .container {
        max-width: 320px;
    }

    .form__submit {
        padding: 8px 12px;
    }
    
    .work__list-obg {
        margin-right: 8px;
    }

    .work__list-obj-gallery-title {
        bottom: 8px;
        left: 8px;
        font-size: 10px;
    }

    .work__list-obj-gallery-title span {
        font-size: 6px;
    }

    .work__list-obj-link {
        font-size: 8px;
    }

    .work__block-title, .radiology__block-title, .pathology__block-title, .datascientists__block-title {
        font-size: 14px;
    }

    .radiology__block-subtitle, .pathology__block-subtitle, .datascientists__block-subtitle {
        margin-bottom: 16px;
        font-size: 12px;
    }

    iframe {
        height: 180px;
    }

    .renderingwork__block-title {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .renderingwork__list-left-subtitle, .renderingwork__list-right-subtitle {
        font-size: 12px;
    }

    .datascientists__block-list-left-container {
        padding-right: 6px;
    }

    .datascientists__block-list-right-container {
        padding-left: 6px;
    }

    .datascientists__block-list-left-subtitle, .datascientists__block-list-right-subtitle {
        font-size: 10px;
    }

    .datascientists__block-subtitle-bottom {
        font-size: 10px;
        text-align: center;
    }





   

    .contactus__block-form {
        padding-top: 40px;
    }

    .contactus__form-title {
        text-align: center;
    }

    .contactus__form-subtitle {
        font-size: 10px;
        text-align: center;
        margin-bottom: 12px;
    }

    #contactus__form-input-name,
    #contactus__form-input-email,
    #contactus__form-input-message {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .contact__form-block-submit {
        padding: 8px 12px;
    }





}