@font-face {
    font-family: Museosans;
    src: url('../fonts/MuseoSansCyrl-300.ttf');
}
@font-face {
    font-family: icons;
    src: url('../fonts/icons.eot');
    src: url('../fonts/icons.eot') format("embedded-opentype"),url('../fonts/icons.ttf') format("truetype"),url('../fonts/icons.woff') format("woff"),url('../fonts/icons.svg') format("svg");
    font-weight: 400;
    font-style: normal
}
*,*:before,*:after{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    font-family: "Museosans" !important;
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}
main{
    margin-top: -110px;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #199bd7;
}
a:hover{
    color: rgba(25,155,215,.65);
}
h3 {
    font-size: 2.625rem;
    color: #272727;
    font-weight: 500;
    line-height: 1.3;
}
h3{
    width: 100%;
}
h4{
    font-size: 1.8rem;
    padding: 15px 0;
}
section>.content>h3+p, section>.content>p+p {
    margin-top: 40px;
}
section>.content>p, section>.content>p strong {
    font-size: 1.125rem;
}
p {
    font-size: 1rem;
    line-height: 1.5;
}
.horizontal label{
    display: block;
}
.wrapper{
    width: 100%;
    box-sizing: border-box;
}
body.lock{
    overflow: hidden;
}
[class*=" i_"],[class^=i_] {
    font-family: icons;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out
}
section:not(.section-image):not(.section-flat-height):not(.section-padding) {
    margin-top: 60px;
    margin-bottom: 60px;
}
.horizontal label{
    display: block;
}
.image-grayscale img{
    filter: grayscale(1);
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.mb-1{
    margin-bottom: .25rem !important;
}
.mb-2{
    margin-bottom: .5rem !important;
}
.mb-3{
    margin-bottom: 1.5rem !important;
}
.mb-4{
    margin-bottom: 2rem !important;
}
.mb-5{
    margin-bottom: 2.5rem !important;
}
.mt-1{
    margin-top: .25rem !important;
}
.mt-2{
    margin-top: .5rem !important;
}
.mt-3{
    margin-top: 1.5rem !important;
}
.mt-4{
    margin-top: 2rem !important;
}
.mt-5{
    margin-top: 2.5rem !important;
}
.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}
.mn-top--100{
    margin-top: -100px !important;
}
.z-5{
    z-index: 5;
}
.form-label{
    display: block;
    padding-bottom: 5px;
}
.image-grayscale:hover img{
    filter: grayscale(0);
}
.i_atom:before {
    content: "\e900"
}
.i_camera_lens:before {
    content: "\e901"
}
.i_eye:before {
    content: "\e902"
}
.designFeat_icon. {
    font-size: 4.4em;
}
.designFeat_icon {
    color: #fff;
    font-size: 4.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.border-success{
    border-color: #15ca20!important;
}
.border-5{
    --bs-border-width: 5px;
}
.alert-dismissible{
    padding-right: 3rem;
}
.alert{
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.fade {
    transition: opacity .15s linear;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.border-0 {
    border: 0!important;
}
.cursor-pointer{
    cursor: pointer;
}
.flex__justify_end{
    justify-content: flex-end;
}
.flex__justify_center{
    justify-content: center;
}
.flex__3_33{
    display: flex;
    flex: 3 1 33.33%
}
.align__items_end{
    align-items: end;
}
.col-md-4{
    width: 33.33%;
}
.col-md-2{
    width: 16.66%;
}
.col-md-5{
    width: 41.66%;
}
.flex-column{
    flex-direction: column;
}
.content__fluid{
    width: 100%;
    margin: 0;
    padding: 0;
}
.text-main{
    color: #199bd7 !important;
}
.text__red {
    color: #ef0909;
}
.text-center{
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
#main{
    margin: 60px 120px 60px;;
}
.form-floating{
    margin-bottom: 15px;
    margin-top: 15px;
}
.form-floating label{

}
.form-control{
    background: #fff;
    border: 1px solid #4e4e4e;
    border-radius: 0.5em;
    line-height: 1.15em;
    padding: 0.8em 1.7em;
    width: 300px;
    height: 3.1em;
    -webkit-transition: border-color .35s ease-out;
    -o-transition: border-color .35s ease-out;
    transition: border-color .35s ease-out;
}
.test_div{
    background: url("../images/rounded-wrap-top-xl@2x.png") no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: -130px;
    z-index: 5;
    display: flex;
    justify-content: center;
    padding: 100px 0 35px 0;

}
.carousel__bottom{
      background: url("../images/rounded-wrap-top-xl@2x.png") no-repeat center center;
      background-size: cover;
      position: relative;
      margin-top: -130px;
      z-index: 5;
    display: flex;
    justify-content: center;
    padding: 60px 0 10px 0;
}
.container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background: white;
}
.header:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #199bd7;
    z-index: 2;
}
.header__body{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
.header__burger{
    display: none;
}
.header__menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.header_nav{
    display: flex;
    flex-direction: row;
    color: #ffffff;
    z-index: 2;
    gap: 5px;
    list-style: none;
}
.header_nav li{
    padding: 16px 0;
    color: #FFFFFF;
}
.header_nav li a{
    color: #ffffff;
    text-decoration: none;
}
.header_nav li a:hover{
    color: rgba(255,255,255,.65);
}
.social__tm{
    display: block;
    margin-top: 23px;
    z-index: 5;
}
.header__list{
    display: flex;
    position: relative;
    z-index: 2;
}
.header__list li{
    list-style: none;
    margin: 0;
    padding: 16px 15px;
    color: #FFFFFF;
}
.header__link{
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}
.header__link:hover{
    color: rgba(255,255,255,.65);
}
.header__list .line:hover{
    color: #ffffff;
    background: #199bd7;
}
.header__contacts{
    text-align: left;
    margin-top: 10px;
    margin-left: 350px;
}
.header__contacts span{
    display: block;
    padding: 5px 0;
}
.logo_wrap{
    background: #ffffff;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    margin-bottom: -40px;
}
.logo_wrap img{
    width: 19vw;
    position: relative;
    display: block;
    z-index: 5;
}
.logo_wrap + img{
    position: relative;
    z-index: 2;
    height: 150px;
    margin-top: -100px;
}
.content{
    width: 100%;
    padding: 0 15px;
}
.block__title{
    color: #199bd7;
    font-size: 1.7em;
    text-align: left;
    letter-spacing: .2em;
    margin: 0 0 0.9em;
    font-weight: 300;
    display: block;
}
.__inner{
    padding: 50px;
}
.__innerX{
    padding: 0 40px;
}
.__innerX h1{
    color: #fff;
    font-weight: 300;
    font-size: 1.7em;
    margin: 0 0 2.1em;
    display: block;
}
.__innerX p{
    margin: 0 0 1.2em;
}
.btn{
    color: #fff;
    border-radius: 0.5em;
    font-size: .87em;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 2.2em 0.915em;
    min-height: 2.9em;
    display: inline-block;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    cursor: pointer;
}
.btn-primary{
    color: #199bd7;
    background: #fff;
    text-decoration: none;
}
.btn-overlay-primary{
    background: #199bd7;
    color: #fff;
}
.nav{
    display: flex;
    flex-direction: column;
}
.nav li{
    padding: 5px 3px;
}
.delimiter{
    display: block;
    height: 1px;
    background: #6a6a6a;
    width: 100%;
    margin: 2px 0;
    padding: 0 0 !important;
}
.flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col-md-4{
    width: 33.33%;
    padding: 0 15px;
    position: relative;
}
.col-md-8{
    width: 66.66%;
}
.col-md-3{
    width: 25%;
}
.col-md-9{
    width: 75%;
}
.col-md-6{
    width: 50%;
    padding: 0 15px;
    position: relative;
}
.col-md-12{
    width: 100%;
    padding: 0 15px;
}
.col-md-10{
    width: 83.33%;
    padding: 0 15px;
}
.width-100{
    width: 100% !important;
}
.margin__bottom_10{
    margin-bottom: 10px !important;
}
.margin__top_130{
    margin-top: 130px !important;
}
.margin__top_20{
    margin-top: 20px !important;
}
.control-label{
    text-align: justify;
    text-transform: uppercase;
    display: block;
}
.gap-10{
    gap: 10px;
}
.gap-25{
    gap: 25px;
}
.header__logo{
    background: url("../images/rounded-wrap-bottom-xl@2x.png") no-repeat center center;
    background-size: cover;
    position: relative;
    margin-bottom: -140px;
    display: flex;
    justify-content: center;
    margin-top: 51px;
    padding-bottom: 75px;
    z-index: 5;
}
.logo-link{
    display: block;
}
.logo-link img{
    display: block;
    width: 17vw;
}
.parallax-bg{
    background: url('../images/home-bg-new.jpg') no-repeat center center;
    padding-top: 250px;
    position: relative;
}
.parallax{
    background: rgba(25,155,215,.8);
    color: #fff;
    text-align: center;
}
.parallax-child {
    position: fixed;
    background-position: bottom center;
    background-size: auto 1038px;
    background-repeat: repeat-x;
    width: 100%;
    z-index: 10;
}
.footer_footer{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 25px;
}
.footer__logo img{
    width: 40%;
}
.p-top-600{
    padding-top: 600px;
}
.p-top-300{
    padding-top: 300px;
}
.margin__top_0{
    margin-top: 0 !important;
}
.col-img{
    background: 0 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 27.7em;
}
.inner_text {
    min-height: 27.7em;
    padding: 60px;
}
.bg-gray {
    background: #efefef;
}
.text_title {
    margin-bottom: 2.1em;
}
.text-gray{
    color: #939598;
}
.line-height{
    line-height: 1.5;
}
.fullContent{
    height: calc(100vh - 10em);
    min-height: 38em;
    margin: -8em 0;
    position: relative;
}
.slidesWrap{
    position: absolute;
    top: 0;
    width: 100%;
}
.slides_bg{
    width: 100%;
    height: 100%;
    top: -170px;
    position: relative;
}
.slides_bg_overlay{
    background: rgba(255,255,255,.7);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}
.slide_bgVideo{
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-white{
    background: #fff;
}
.relative{
    position: relative;
}
.z-5{
    z-index: 5;
}
.bg-sky{
    display: block;
    background: 50% 50% repeat-y;
    background-size: 100% auto;
    position: absolute;
    top: -40em;
    right: 0;
    bottom: -40em;
    left: 0;
    z-index: 0;
}
.bg-sky-1{
    background-image: url("../images/sky-1.jpg");
}
.bg-sky-2{
    background: url("../images/sky-2.jpg");
}
.bg-sky-3{
    background: url("../images/sky-3.jpg");
}
.designFeat{
    border-radius: 50%;
    text-align: center;
    width: 13em;
    height: 13em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.flex-wrap{
    flex-wrap: wrap;
}
.icon-large{
    color: #fff;
    font-size: 4.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
a.active{
    font-size: 1.2em;
}
.__inner_text{
    padding: 0 10px 0 30px;
}
.green{
    color: darkgreen !important;
}
.orange{
    color: orangered !important;
}
.p-b-15{
    padding-bottom: 15px;
}
.designScience_bg{
    background: url('/images/sky.jpg') repeat-y;
    background-size: 100% auto;
    z-index: 0;
    width: 100%;
    padding: 150px 0;
}
.designScience_inner{
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.__content{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}
.__content_left{
    padding: 10px 20px;
    position: relative;
    border: 4px solid #fff;
    font-size: 4.0em !important;
    color: #fff;
}
.__content_right{
    font-size: 3.0em;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    border: 4px solid #fff;
    border-left: none;
}
.text-white{
    color: #fff;
}
.font-1_8{
    font-size: 1.8em;
}
.font-1_4{
    font-size: 1.4em;
}
.table-bordered td, th{
    padding: 3px 5px;
}
.table-responsive td{
    padding: 3px;
    border-bottom: 1px solid #c4c4c4;
}
.p-b-80{
    padding-bottom: 80px;
}
.p-top-400{
    padding-top: 400px;
}
.p-top-800{
    padding-top: 800px;
}

.slider-item{
    max-height: 100vh;
    height: calc(100vh - 160px);
}
.slider-item {
    padding-top: 200px;
}
.slide-background:before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(59,124,156,.86)),color-stop(40%,rgba(70,143,178,.86)),color-stop(73%,rgba(97,191,235,.15)),color-stop(83%,rgba(97,191,235,.08)));
    background: linear-gradient(180deg,rgba(59,124,156,.86) 0,rgba(70,143,178,.86) 40%,rgba(97,191,235,.15) 73%,rgba(97,191,235,.08) 83%);
}
.slide-background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide-body {
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: center;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important;
    max-width: 1170px;
    position: relative;
    text-align: center;
}
.slide-body h2{
    font-size: 3.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.slide-body h2 span {
    color: #ff951d;
}
.slide-body h5 {
    font-weight: 600;
    font-size: 1.375rem;
    color: #fff;
    margin-top: 25px;
    display: block;
    line-height: 1.5;
    width: 100%;
}
section:not(.section-image):not(.section-flat-height):not(.section-padding) {
    margin-top: 110px;
    margin-bottom: 110px;
}
section:not(.section-flat-width) {
    padding-left: 50px;
    padding-right: 50px;
}
section {
    display: block;
    width: 100%;
    min-width: 300px;
}
section.with-icon>.additional, section.with-icon>.additional>.icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
section.with-icon>.additional {
    z-index: 5;
    margin-bottom: 100px;
    width: 100%;
    position: relative;
}
section.with-icon>.additional>.icon {
    background: #fff;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
}
section.with-icon>.additional, section.with-icon>.additional>.icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
section.with-icon>.additional>.icon>img {
    width: 64px;
    height: 64px;
}
section.with-icon:not(.light)>.additional>.icon:after {
    background: #272727;
}
section.with-icon>.additional>.icon:after {
    content: "";
    width: 230px;
    height: 1px;
    position: absolute;
    bottom: -50px;
}
section:not(.section-sides):not(.section-full-width)>.content {
    max-width: 1170px;
}
section:not(.section-mouse-effects)>.content {
    text-align: center;
}
section>.content {
    z-index: 5;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important;
    position: relative;
}
section.with-icon.section-image {
    padding-top: 100px;
    padding-bottom: 100px;
}
section.section-image:before {
    z-index: 3;
    background: -webkit-gradient(linear,left top,right top,from(rgba(21,108,152,.5)),color-stop(70%,rgba(21,108,152,0)),to(rgba(21,108,152,0)));
    background: linear-gradient(90deg,rgba(21,108,152,.5) 0,rgba(21,108,152,0) 70%,rgba(21,108,152,0));
}
section.section-image.parallax>.images {
    opacity: 0;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
}
section.section-image.parallax>.images img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    bottom: 0;
    left: 50%;
}
section.section-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
section.section-image:after, section.section-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

element.style {
    opacity: 1;
}
section.section-image .images {
    opacity: 0;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
}
section.section-image .images {
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
section.with-icon.section-image:after {
    background: rgba(0,0,0,.4);
}
section.section-image:after {
    z-index: 4;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),color-stop(70%,rgba(0,0,0,.1)),to(transparent));
    background: linear-gradient(90deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.1) 70%,transparent);
}
section.with-icon.title-preset-2>.content>h3, section.with-icon.title-preset-2>.content>h3 strong {
    text-transform: uppercase;
}
section.light.light>.content h3 {
    color: #fff;
}
section>.content>h3, section>.content>p {
    width: 100%;
}
section.children, section.timeline {
    background: #f1f3f9;
}
section.section-image:not(.section-flat-height), section.section-padding:not(.section-flat-height) {
    padding-top: 110px;
    padding-bottom: 110px;
}
section.tiles>.content>.slot {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
section.tiles>.content>.slot_cert {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

section>.content>h3+.slot, section>.content>p+.slot {
    margin-top: 60px;
}
section.tiles>.content>.slot>.tile:first-child, section.tiles>.content>.slot>.tile:nth-child(3) {
    width: 32%;
}
section.tiles>.content>.slot_cert>.tile:first-child, section.tiles>.content>.slot_cert>.tile:nth-child(3) {
    width: 32%;
}

section.tiles .content .slot .tile {
    padding: 50px 25px;
    background: #2a93c9;
    min-width: 300px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
section.tiles .content .slot_cert .tile {
    padding: 10px 25px;
    background: #2a93c9;
    min-width: 300px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
section.tiles .content .slot .tile .header {
    padding-bottom: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background: none;
}
 section.tiles>.content>.slot>.tile:first-child>.header>.icon, section.tiles>.content>.slot>.tile:nth-child(3)>.header>.icon {
     background: #fff;
     width: 80px;
     height: 80px;
     border-radius: 50%;
}
section.tiles>.content>.slot>.tile>.header>.icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
section.with-icon>.additional>.icon:after{
    background: #fff;
}
section.tiles>.content>.slot>.tile>.header:after {
    content: "";
    background: hsla(0,0%,100%,.3);
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
section.tiles>.content>.slot>.tile>.header:before{
    content: none;
}
section.tiles .content .slot_cert .tile .body {
    color: #fff;
    padding: 15px 0;
    font-size: 1.125rem;
}
section.tiles .content .slot .tile .body {
    color: #fff;
    padding: 50px 0;
    font-size: 1.125rem;
}

section.tiles>.content>.slot>.tile:nth-child(2) {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
    width: 36%;
}
section.tiles>.content>.slot_cert>.tile:nth-child(2) {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: 25px;
    margin-right: 25px;
    width: 36%;
}

section.tiles>.content>.slot>.tile:first-child>.header>.icon, section.tiles>.content>.slot>.tile:nth-child(3)>.header>.icon {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
section.tiles>.content>.slot>.tile:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,.3), 0 15px 12px rgba(0,0,0,.22);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
section.tiles>.content>.slot_cert>.tile:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,.3), 0 15px 12px rgba(0,0,0,.22);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

section>.content>h3+.slot, section>.content>p+.slot {
    margin-top: 60px;
}
section.list>.content>.slot .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
section.list>.content>.slot .item>.icon {
    flex-shrink: 0;
    border: 2px solid #f37110;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
section.list>.content>.slot .item:hover>.icon {
    border-color: #2a93c9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
section.list>.content>.slot .item {
    padding: 15px;
    width: 100%;
}
section.list>.content>.slot .item>.icon img {
    width: 32px;
    height: 32px;
}
section.list:not(.section-reversed)>.content>.slot .item>.text {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #e5e5e5;
}
section.list>.content>.slot .item>.text, section.list>.content>.slot .item>.text * {
    color: #272727;
    font-size: 1.375rem;
}
section.list>.content>.slot .item>.text .description {
    line-height: 1.3;
    padding-top: 10px;
    color: #767676;
    font-size: 1.125rem;
    text-align: start;
}
section.list>.content>.slot .item>.text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important;
}
section.children, section.timeline {
    background: #f1f3f9;
}
section.timeline:not(.section-reversed)>.content>.slot>.list {
    padding-left: 50px;
}
section.timeline>.content>.slot>.list {
    padding: 50px 0;
    position: relative;
}
section.timeline:not(.section-reversed)>.content>.slot>.list:before {
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 0;
}
section.timeline>.content>.slot>.list:before {
    content: "";
    background: #cdcdcd;
    width: 6px;
    border-radius: 5px;
}
section.timeline>.content>.slot>.list>.item {
    padding: 15px;
    background: #fff;
    line-height: 1.5;
    border-radius: 5px;
    position: relative;
}
section.timeline>.content>.slot>.list>.item+.item {
    margin-top: 25px;
}
section.timeline:not(.section-reversed)>.content>.slot>.list>.item:before {
    border-width: 15px 25px 15px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    left: -20px;
}
section.timeline>.content>.slot>.list>.item:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.timeline:not(.section-reversed)>.content>.slot>.list>.item:after {
    position: absolute;
    top: 50%;
    left: -56px;
}
section.timeline>.content>.slot>.list>.item:after {
    content: "";
    background: #2a93c9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
section>.content>.slot {
    width: 100%;
}
section>.content{
    padding: 0 0;
}
section.with-icon.title-preset-2 .content h3 strong {
    text-transform: uppercase;
}
section.with-icon.title-preset-2 .content h3 strong {
    font-size: 2.625rem;
    font-weight: 400;
    color: #f37110;
}
.partners_list{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.block-image img{
    display: block;
    width: 100%;
}
.partner-block{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
    padding: 5px;
}
.align__items_start{
    align-items: start !important;
}
.p-y-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.m-top-40{
    margin-top: 40px;
}
.m-top-80{
    margin-top: 80px;
}
.m-top-90{
    margin-top: 90px !important;
}

.m-top-160{
    margin-top: 160px;
}
.m-top-120{
    margin-top: 120px !important;
}
.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.image-grayscale img{
    height: auto !important;
}

@media(max-width: 767px) {
    .header{
        min-height: 0;
    }
    .header:before{
        height: 100%;
    }
    .header:before{
        top: 0;
    }
    .header__body{
        height: 50px;
        justify-content: center;
    }
    .header_logo{
        z-index: 5;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }
    .logo_wrap{
        height: 60px;
        background: #ffffff;
        margin-top: 10px;
    }
    .logo_wrap img{
        width: 25vw;
        position: relative;
        display: block;
    }
    .__inner{
        padding: 20px;
    }
    .__innerX{
        padding: 0 20px;
        text-align: center;
    }
    .__innerX p{
        text-align: justify;
        line-height: 1.5;
        margin: 0 0 1.2em;
    }
    .__innerX h1{
        font-size: 1.7em;
        font-weight: 300;
    }
    .carousel__bottom{
        position:relative;
        margin-top: -50px;
        z-index: 10
    }
    .btn{
        color: #fff;
        border-radius: 1.5em;
        font-size: .77em;
        line-height: 1.1;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        padding: 1em 2.2em 0.915em;
        min-height: 2.9em;
        display: inline-block;
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }
    .btn-primary{
        color: #199bd7;
        background: #fff;
        text-transform: none;
    }
    .btn-overlay-primary{
        background: #199bd7;
        color: #FFFFFF;
    }
    .btn-overlay-primary:hover{
        color: rgba(255,255,255,.65) !important;
    }
    .header__burger{
        display: block;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 3;
    }
    .header__burger:before,
    .header__burger:after{
        content: '';
        position: absolute;
        background-color: #FFFFFF;
        height: 3px;
        width: 100%;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger:before{
        top: 0;
    }
    .header__burger:after{
        bottom: 0;
    }
    .header__burger span{
        position: absolute;
        background-color: #FFFFFF;
        left: 0;
        width: 100%;
        height: 3px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__contacts{
        display: none;
    }
    .header__menu{
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1b7ca5;
        padding: 70px 10px 10px 10px;
        transition: all 0.3s ease 0s;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .header__menu.active{
        top: 0;
    }
    .header__list{
        display: block;
        text-align: center;
    }
    .header__list li{
        margin: 0 0 20px 0;
        padding: 0;
    }
    .header__list .line{
        display: none;
    }
    .header__burger.active:before{
        transform: rotate(45deg);
        top: 9px
    }
    .header__burger.active:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger.active span{
        transform: scale(0);
    }

    .header__link{
        font-size: 24px;
    }

    .header_nav{
        display: flex;
        flex-direction: row;
        justify-content: center;
        color: #FFFFFF;
        gap: 5px;
    }
    .d-sm-none{
        display: none;
    }
}

@media(max-width: 430px){
    html, body{
        font-size: 14px;
    }
    main{
        margin-top: -50px;
    }
    h3{
        position: relative;
        display: block;
    }
    #main{
        margin: 60px 10px 10px;
    }
    .__inner{
        padding: 10px 10px;
    }
    .__innerX{
        padding: 0 10px;
    }
    .logo_wrap img{
        width: 34vw;
    }
    .carousel__bottom{
        margin-top: -49px;
    }
    .carousel__bottom img{
        height: 50px;
    }
    .logo_wrap + img{
        height: 50px;
    }
    .col-m-12{
        width: 100%;
        padding: 0 15px;
    }
    .justify-m-center{
        justify-content: center;
    }
    .header__logo {
        padding-bottom: 31px;
        margin-top: 50px;
    }
    .header_nav{
        flex-direction: column;
        gap: 15px;
    }
    .header_nav .line{
        display: none;
    }
    .logo-link img{
        display: block;
        width: 25vw;
    }
    .m-order-1{
        order: 1;
        flex: 1;
    }
    .m-order-2{
        order-2;
        flex: 2;
    }
    .flex-m-wrap{
        flex-wrap: wrap;
    }
    .bg-m-position-1{
        background-position: 40% 0 !important;
    }
    .m-m-top-300{
        margin-top: 300px;
    }
    .inner_text{
        padding: 15px;
    }
    .flex-m-column{
        flex-direction: column;
    }
    .m-w-100{
        width: 100%;
        padding: 0;
    }
    .col-img{
        position: static;
        height: 24em;
        background-position: 50% 50%;
        min-height: 0;
    }
    .flex-m-reverse{
        flex-direction: column-reverse;
    }
    .footer_footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .gap-m-25{
        gap: 25px;
    }
    .flex-m-center{
        justify-content: center;
    }
    .title_href{
        font-size: 25px;
    }
    .__inner_text{
        padding: 0 0;
        text-align: left;
        font-size: 0.8em;
    }
    .form{
        margin-top: 25px;
    }
    .m-top-60{
        margin-top: 60px !important;
    }
    .text-m-center{
        text-align: center;
    }
    .slidesWrap{
        top: 220px;
    }
    .fullContent{
        height: calc(100vh - 16em);
        min-height: 24em;
    }
    .__content{
        flex-direction: column;
    }
    .designScience_inner{
        width: 100%;
    }
    .__content_right{
        border: 4px solid #fff;
        border-top: none;
        font-size: 2.4em;
    }
    .p-m-top-500{
        padding-top: 500px;
    }
    .slider-item{
        max-height: calc(100vh - 50px);
        height: calc(100vh - 40px);
    }
    .with-icon > .additional{
        z-index: 5;
        margin-bottom: 100px;
    }
    .additional{
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: relative;
    }
    .additional>.icon{
        background: #fff;
        border-radius: 50%;
        width: 88px;
        height: 88px;
        box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .additional>.icon:after{
        content: "";
        width: 230px;
        height: 1px;
        position: absolute;
        bottom: -50px;
        background: #272727;
        display: block;
    }
    .light>.additional>.icon:after{
        background: #fff;
    }
    .additional>.icon>img{
        width: 64px;
        height: 64px;
    }
    .block_title{
        text-align: center;
    }
    .slide-body{
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }
    .slide-body h2{
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        font-size: 2.125rem;
        line-height: 1.2;
        display: block;
        color: #fff;
    }
    .slide-body h2 span{
        color: #ff951d;
    }
    .slide-body h5{
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        font-size: 1.375rem;
        line-height: 1.5;
        display: block;
        color: #fff;
        margin-top: 25px;
    }
    .slider-item{
        display: flex;
    }
    .content{
        margin: 0 auto;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .content h3{
        font-size: 1.875rem;
        font-weight: 500;
        line-height: 1.3;
        text-transform: uppercase;
    }
    section.with-icon.title-preset-2>.content>h3, section.with-icon.title-preset-2>.content>h3 strong {
        font-size: 1.5rem;
    }
    .content p{
        color: #767676;
        margin-top: 15px;
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .light .content h3{
        color: #fff;
    }

    .light .content p{
        color: #fff;
    }

    .section-image{
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .section-image:before{
        background: rgba(21,108,152,.5);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
    }
    .section-image .images{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .section-image .images img{
        object-fit: cover;
        transform: translate(0) !important;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .children{
        background: #f1f3f9;
    }
    .section-padding{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tiles>.content>.slot{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }
    .tiles>.content>.slot_cert{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .slot .tile .header{
        position: relative;
        padding-bottom: 50px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: none;
    }
    .slot .tile .header:before{
        content: none;
    }
    .slot .tile .header:after{
        content: "";
        background: hsla(0,0%,100%,.3);
        height: 1px;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .slot .tile .header .icon{
        display: flex;
    }
    .slot .tile:first-child .header .icon{
        border-radius: 50%;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: #fff;
        width: 80px;
        height: 80px;
    }

    .slot .tile:last-child .header .icon{
        border-radius: 50%;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: #fff;
        width: 80px;
        height: 80px;
    }

    .slot .tile{
        padding: 50px 25px;
        background: #2a93c9;
        min-width: 300px;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        width: 100%;
    }
    .slot_cert .tile{
        padding: 50px 25px;
        background: #2a93c9;
        min-width: 300px;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        width: 100%;
    }

    .slot .tile .body{
        color: #fff;
        padding: 50px 0;
        font-size: 1.125rem;
    }
    .slot_cert .tile .body{
        color: #fff;
        padding: 50px 0;
        font-size: 1.125rem;
    }

    .tiles>.content>.slot>.tile+.tile {
        margin-top: 25px;
    }
    .tiles>.content>.slot_cert>.tile+.tile {
        margin-top: 25px;
    }

    section.tiles>.content>.slot>.tile:first-child, section.tiles>.content>.slot>.tile:nth-child(3), section.tiles>.content>.slot>.tile:nth-child(2) {
        width: 100%;
    }
    section.tiles>.content>.slot_cert>.tile:first-child, section.tiles>.content>.slot_cert>.tile:nth-child(3), section.tiles>.content>.slot_cert>.tile:nth-child(2) {
        width: 100%;
    }

    section.list>.content>.slot .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important;
    }
    section.list>.content>.slot_cert .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important;
    }

    section.list>.content>.slot .item>.icon {
        flex-shrink: 0;
        border: 2px solid #f37110;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }
    section.list>.content>.slot .item>.icon img {
        width: 32px;
        height: 32px;
    }
    section.list>.content>.slot .item>.text, section.list>.content>.slot .item>.text * {
        color: #272727;
        font-size: 1.375rem;
        font-weight: bold;
    }
    section.list>.content>.slot .item>.text {
        margin-top: 25px;
        padding-top: 25px;
        text-align: center !important;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important;
    }
    section.list>.content>.slot .item>.text {
        text-align: left;
        width: 100%;
        min-height: 60px;
        position: relative;
    }
    section.list>.content>.slot .item>.text .description {
        line-height: 1.3;
        padding-top: 10px;
        color: #767676;
        font-size: 1.125rem;
        font-weight: normal;
        text-align: center;
    }

    section.list>.content>.slot .item>.text:after {
        content: "";
        background: #e5e5e5;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: 0;
        left: 50%;
        width: 150px;
        height: 1px;
    }
    section.consultation, html.page-oklens body .app section.glasses {
        padding-top: 200px;
        padding-bottom: 200px;
    }
   section.glasses {
        padding-top: 200px;
        padding-bottom: 200px;
   }
    section.children, section.timeline {
        background: #f1f3f9;
    }
   section.timeline:not(.section-reversed)>.content>.slot>.list {
        padding-left: 50px;
   }
   section.timeline>.content>.slot>.list {
        padding: 50px 0;
       position: relative;
   }
   section.timeline:not(.section-reversed)>.content>.slot>.list:before {
        position: absolute;
        top: 25px;
        bottom: 25px;
        left: 0;
   }
   section.timeline>.content>.slot>.list:before {
        content: "";
        background: #cdcdcd;
        width: 6px;
        border-radius: 5px;
   }
   section.timeline>.content>.slot>.list>.item {
        padding: 15px;
        background: #fff;
        line-height: 1.5;
        border-radius: 5px;
       position: relative;
   }
    section.timeline:not(.section-reversed)>.content>.slot>.list>.item:before {
        border-width: 15px 25px 15px 0;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        top: 50%;
        left: -20px;
    }
    section.timeline>.content>.slot>.list>.item:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    section.timeline:not(.section-reversed)>.content>.slot>.list>.item:after {
        position: absolute;
        top: 50%;
        left: -56px;
    }
    section.timeline>.content>.slot>.list>.item:after {
        content: "";
        background: #2a93c9;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 4px solid #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    section:not(.section-flat-width) {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.timeline>.content>.slot>.list>.item+.item {
        margin-top: 25px;
    }
    section .content{
        padding: 0 0;
    }
    section.list:not(.section-reversed)>.content>.slot .item>.text {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
    section.section-image.parallax>.images img {
        left: 0;
    }
    .image-grayscale img {
        width: 80%;
        filter: grayscale(0.5);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .partner-block{
        padding-top: 25px;
        gap: 15px;
    }
    .d-none{
        display: none;
    }
    .partner-m-img img{
        display: block;
        max-width: 320px;
    }
    #userDropdownMenu{
        display: flex;
        flex-wrap: wrap;
    }
    #userDropdownMenu a{
        font-size: 18px;
        color: #FFF;
        padding: 5px 0;
        display: block;
        width: 100%;
    }

    #patientDropdownMenu a{
        font-size: 18px;
        color: #FFF;
        padding: 5px 0;
        display: block;
        width: 100%;
    }
    .dropdown:hover .patientMenu{
        display: block;
    }

}

@media(min-width: 576px){

}
@media (min-width: 768px) {
    .d-md-none{
        display: none;
    }
    .d-md-block{
        display: block;
    }
    .image-looper{
        height: auto;
        position: absolute;
        top: 100px;
        display: none;
        left: calc(50% - 360px);
        padding: 10px 25px;
        background: #2a93c9;
        min-width: 300px;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }
    .image-looper img{
        display: block;
        max-height: calc(100vh - 150px);
    }
    .close{
        position: absolute;
        top: 0;
        right: 0;
        height: 32px;
        width: 32px;
        cursor: pointer;
        background: url('/images/close_icon.png?v=1');
    }
    .dropbtn {
        background-color: #3498DB;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        display: block;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown:hover .patientMenu{
        display: block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #199bd7;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #FFFFFF;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .patientMenu a{
        padding: 10px 16px;
    }
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {color: rgba(255, 255, 255, .65);}

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

}

@media (min-width: 992px) {
    .d-lg-none{
        display: none;
    }
    .d-lg-block{
        display: block;
    }
}

@media (min-width: 1200px) {
    .d-xl-none{
        display: none;
    }
    .d-xl-block{
        display: block;
    }
}

.tab-container {
    margin: 1rem;
    padding: 1.5rem;
    border-radius: 0.375rem;
    width: 100%;
}

.tab {
    display: flex;
    width: 100%;
}

.tab-content {
    display: none;
}

.tab-content:target {
    display: block;
    width: 100%;
}

.tab-nav {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
    order: -1;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.tab-link {
    display: block;
    padding: 0.5rem 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    color: #0d6efd;
    border: 1px dotted #cecece;
    border-right: 1px solid #cecece;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    background: 0 0;
}

.tab-link.active{
    border-right: none;
}
.text-left{
    text-align: left;
}
