

.tt-btn-outline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*height: auto;*/
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    padding: .75rem;
    cursor: pointer;
    position: relative;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #ffffff;
    font-weight: 600;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
    white-space: nowrap;
    letter-spacing: normal;
}

.wrapper_head_title {
    color: white;
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}

.section_opet_10_age {
    left: 0px;
    top: -25px;
    z-index: -1;
    height: 430px;
}

.text-x16-white {
    color: white;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

.text-title-x36-black {
    color: #323232;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 39.60px;
    word-wrap: break-word;
}

.text-title-x20-black-subtitle {
    color: #323232;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.breadcrumb_header {
    margin-top: 15px;
}

.breadcrumb_header a {
    color: #6984C2;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

.typo-content-text {
    color: #7B7B7B;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

.block-blue {
    align-self: stretch;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #DFE9FF;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.block-blue span {
    flex: 1 1 0;
    color: #323232;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 600;
    line-height: 25.20px;
    word-wrap: break-word
}

.container-img {
    position: relative;
}

.item-img-position-01 {
    position: absolute;
    top: 43px;
    left: 0;
}

.item-img-position-01 img {
    width: 700px;
    height: 450px;
    opacity: 0.2;
}

.item-img-position-02 {
    position: absolute;
    top: 0;
    left: -90px;
}

.item-img-position-03 {
    position: absolute;
    top: 317px;
    left: 168px;
}

.grey-bg {
    background: #F1F3F5;
    padding-bottom: 100px;
}

.nav .nav-item {
    height: 70px;
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: white;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    display: inline-flex;
}

.nav .nav-item .nav-link {
    display: contents;
}

.nav .nav-item .nav-link span {
    color: #99A4BD;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}

.table-custom tr > td {
    width: 310px;
    padding-left: 20px;
    padding-right: 20px;

}

.table-custom .table-left-text {
    color: #7B7B7B;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

.table-custom .table-right-text {
    color: #323232;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 22.40px;
    word-wrap: break-word;
}

.table-custom .table-head {
    border: 1px #6984C2 solid;
    color: #6984C2;
    font-size: 14px;
    font-weight: 600;
}

.card {
    margin-top: 10px;
    padding: 1.25rem;
    background: white;
    box-shadow: 0px 8px 10px rgba(87.23, 106.38, 150.34, 0.10);
    gap: 1.25rem;
    display: flex;
}

.card div:first-child {
    padding-top: 5px;
}

.card-uslugi {
    gap: 20px;
    padding: 0px 27px 11px 27px;
    background-color: #fdfefe;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    -webkit-transition: background-color .2s;
}

.card-uslugi img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tt-bloginfo-sub {
    margin-top: 10px;
    display: grid;
    text-align: center;
}

.tt-bloginfo-sub span {
    color: #323232;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.tt-bloginfo-sub p {
    color: #7B7B7B;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

.blockquote-position {
    position: absolute;
    right: 450px;
    top: -40px;
    width: 160px;
    height: 160px;
}

.button-sm-custom {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    width: 40px;
    height: 40px;
    background-color: #6984c2;
    border: 2px solid #6984c2;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
}

#subtitle-wrapper {
    background-image: url('../images/bg photo exstra.png');
    background-size: cover;
    height: 400px;
    background-size: cover;
    height: 400px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #5f5e63;
}

#subtitle-wrapper-head {
    background-image: url('../images/bg photo.png');
    background-size: cover;
    color: white;
    height: 400px;
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #5f5e63;
}

.head_button {
    margin-top: 50px;
    display: flex;
    gap: 10px;
}

.teat-info {
    background-color: #ffffff;
    -webkit-box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
    box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
    margin-bottom: 15px;
}

.added-info {
    padding: 1.25rem;
    gap: 1.25rem;
}

.added-info__description {
    margin-left: 0 !important;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {

    #subtitle-wrapper-head {
        background-image: url('../images/bg photo_mobile.png');
        height: 360px;
    }

    #subtitle-wrapper {
        background-image: url('../images/bg photo exstra_mob.png');
        height: 360px;
    }

    .subtitle__title_mob {
        font-size: 40px;
        line-height: 44px;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        padding: 0;
        position: relative;
    }

    .text-x16-white-mob {
        font-size: 20px;
    }

    .breadcrumb_header {
        margin-top: 10px;
    }

    .breadcrumb_header a {
        font-size: 20px;
    }

    .head_button {
        display: flex;
        gap: 10px;
    }

    .head_button a {
        height: 63px;
        width: 187px;
        font-size: 14px;
    }

    .elementor_mob img {
        margin-top: 10px;
        width: 350px;
    }

    .container-img {
        height: 600px;
    }

    .item-img-position-01 {
        top: -20px;
    }

    .btn-sm-custom {
        margin-bottom: 10px;
        height: 50px;
        width: 100%;
    }

    .title-block_label_mob {
        font-size: 16px;
    }

    .block_title_mob {
        display: flex;
        font-size: 43px;
        text-align: left;
        margin-left: 15px;
        line-height: 1;
    }

    .block__label_mob {
        font-size: 17px;
        text-align: left;
    }

    .grey-bg {
        background: #F1F3F5;
        padding-bottom: 40px;
    }

    .teat-info {
        background-color: #ffffff;
        -webkit-box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
        box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
        margin-bottom: 15px;
    }

    .tablist_mob {
        overflow-y: auto;
    }

    .nav_mob {
        display: contents;
    }

    .blockquote-position {
        z-index: -9;
        position: absolute;
        right: 7px;
        top: -3px;
        width: 100px;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

}

@media (min-width: 1025px) {
    .section-custom {
        padding-top: 100px;
    }
}

@media (max-width: 1024px) {
    .section-custom {
        padding-top: 80px;
    }
}

@media (max-width: 790px) {
    .section-custom {
        padding-top: 60px;
    }
}

@media (min-width: 1025px) {
    .section-indent:not(.no-margin) {
        margin-top: 100px;
    }
}

@media (max-width: 1024px) {
    .section-indent:not(.no-margin) {
        margin-top: 80px;
    }
}

@media (max-width: 790px) {
    .section-indent:not(.no-margin) {
        margin-top: 60px;
    }
}

@media (min-width: 1025px) {
    .section-indent-tabs:not(.no-margin) {
        margin-top: 80px;
    }
}
