* {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100%;
    height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

input {border:0;outline:0;}
input:focus {outline:none!important;}

.container{
    max-width: 95% !important;
}
.custom-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar .custom-container{
    display: flex;
    justify-content: space-between;
}

.py-4{
    padding-left: 65px;
    padding-right: 65px;
}

.h-100{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

#app{
    min-height: 100%;
}

.footer-content{
    padding: 20px 80px;
}

#footer-img{
    height: 290px;
}

a {
    color: currentColor;
    text-decoration: none;
}

hr {
    opacity: 0.15;
}

.container-fluid {
    padding: 0 1.5rem;
}

.fw-bold {
    font-weight: 500!important;
}

.lh-1 {
    line-height: 1;
}


.w-40 {
    width: 40px!important;
    height: 40px!important;
}
.w-24 {
    width: 24px!important;
    height: 24px!important;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50,50,50,.15);
}

.app > * {
    min-height: 100vh;
    height: 100vh;
}

.app > .aside {
    width: 250px;
    flex-shrink: 0;
    background-color: #e6eaef;
}

.app > .wrapper {
    width: 100%;
    background-color: #fafbfb;
    padding: 0rem 0rem 5rem;
    overflow-y: scroll;
}


.table {
    font-size: inherit;
    border-spacing: 0 10px!important;
    border-collapse: separate!important;
    line-height: inherit;
    white-space: nowrap;
}

.table-rows tr th {
    font-size: .7rem!important;
    font-size: 0.875rem;
    border-bottom: 0;
    padding: 0.25 .75rem;
}

.table-rows tr td {
    padding: 0.75rem;
    background-color: #fff;
    vertical-align: middle;
}

.table-rows tbody td:first-child {
    border-radius: .25rem 0 0 .25rem;
}

.table-rows tbody td:first-last {
    border-radius: 0 .25rem .25rem 0;
}

.form-control, .form-select {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


body {
    font-family: "Roboto", sans-serif;
    background-color: #fff3d9;
}

.overflow-auto{
    overflow-x: hidden !important;
}

.with_border {
    background: #fff;
    color: #000;
    border: 1px solid #3dc76f69;
    border-radius: 0.25rem;
    /*margin: 10px 0;*/
    -webkit-box-shadow: 0px 5px 4px 2px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 5px 4px 2px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 5px 4px 2px rgb(34 60 80 / 10%);
    padding: 15px;
}

.photo{
    max-width: 400px;
    border-radius: 50%;
}

#custom_container{
    max-width: 1270px;
    margin: 0 auto;
    margin-top: 50px;
}

.custom_row{
    flex-wrap: nowrap;
}

.about_title{
    font-weight: bold;
    font-size: 20px;
}

h2{
    color: #000000;
    font-size: 45px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
}

.text{
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    opacity: 0.5;
}

.about_text{
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
}

.custom_button{
    width: 170px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-width: 2px;
    border-radius: 30px;
    background-color: #000000;
    background-position: center center;
    border-color: #000000;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-bottom: 25px;
    margin-top: 25px;
    cursor: pointer;
}

.email{
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.nav-tabs .nav-link {
    /*color: #495057;*/
    color: #000;
    background: unset;
    border: 1px solid #000;
    border-radius: 0.25rem;
}
.nav-tabs {
    border-bottom: unset;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #000;
}

.qr{
    margin: 15px 0;
}

.select_language{
    padding: 0.2rem 0.4rem;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 0.25rem;
}

/*  MODAL  */
.modal__close{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s linear;
    position: absolute;
    right: -20px;
    top: -20px;
}
.modal__close:hover {
    background: #363636;
    transition: all 0.2s linear;
}

.modal-content {
    padding: 40px 50px;
}

.modal__header {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
    margin-bottom: 30px;
}


.form-control {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #9aaab2;
    border: 2px solid #dbe6ec;
    height: 45px;
}

.form-control:focus {
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%) !important;
    outline: 0;
    border: 2px solid #dbe6ec;
}

.btn__form {
    background: #00d7f7;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 30px;
    transition: all 0.2s linear;
    text-decoration: none;
}

.btn__form:hover {
    background: #0181bd;
    color: #FFF;
    text-decoration: none;
    transition: all 0.2s linear;
}

textarea.form-control {
    min-height: 100px;
}

.input_warning {
    display: none;
    padding-left: 5px;
    color: red;
    font-size: 13px;
}

#send{
    width: 170px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-width: 2px;
    border-radius: 30px;
    background-color: #000000;
    background-position: center center;
    border-color: #000000;
    border-style: solid;
}

#send:focus{
    outline: none;
    box-shadow: unset;
}
.alert{
    display: none;
}

.title{
    width: 100%;
    /*text-align: center;*/
    display: block;
    /*font-size: 18px;*/
    font-weight: bold;
}

/* Вынесенные стили главной */
#blog{
    max-height: 690px;
    overflow: auto;
    padding-right: 10px;
}
/* width */
#blog::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#blog::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
#blog::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

/* Handle on hover */
#blog::-webkit-scrollbar-thumb:hover {
    background: #5d5d5d;
}


.news_list_container{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.news_container{
    display: flex;
    margin-bottom: 15px;
}

.post_img{
    margin-right: 15px;
}
.poster{
    width: 220px;
    height: 125px;
    object-fit: cover;
}

.post_title{
    font-size: 16px;
    font-weight: bold;
}

.title_link:hover{
    color: #000;
}

.post_date{
    font-size: 13px;
    color: #787878;
}

.post_link{
    font-size: 16px;
    color: #000;
}

.post_link:hover{
    opacity: 0.8;
    color: #000;
    text-decoration: none;
}

.post_short_desc{
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

/* Стили главной конец */


/* SLIDER */
section{
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 15px;
}

.slider{
    max-width: 825px;
    margin-bottom: 1rem;
    background: #3c3c3c;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
    max-height: 618px;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    max-height: 151px;
    opacity: 0.4;
}
.mySwiper2 swiper-slide img{
    max-height: 150px;
}

.mySwiper2 swiper-slide video{
    max-height: 111.8px;
    width: 100%;
    height: 100%;
}
.video-preview {
    pointer-events: none;
}
.video-preview::-webkit-media-controls {
    display: none;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 618px;
    object-fit: cover;
}
/* END SLIDER */


.post_description:focus{
    border: none;
    outline: none;
}
.post_description:focus-visible{
    border: none;
    outline: none;
}
.post_description{
    width: 100%;
    box-sizing: border-box;
    border: none;
    resize: none;
    font-weight: 300;
    background: transparent;
    margin-bottom: 1rem;
}


.single_photo{
    max-width: 825px;
    margin-bottom: 1rem;
}

.views{
    display: flex;
    justify-content: flex-start;
}
#eye{
    margin-top: -1px;
    margin-right: 5px;
}

.nav-item{
    margin: 5px;
    margin-left: 0;
}

.post_description::-webkit-scrollbar {
    display: none;
}
.post_description {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media (max-width: 1290px){
    .photo {
        max-width: 300px;
    }
}

@media (max-width: 980px){
    .custom_row {
        flex-wrap: wrap;
        justify-content: center;
    }

    h2 {
        text-align: center;
        line-height: 50px;
    }
    /*.text{*/
    /*    text-align: center;*/
    /*}*/
    .custom_col_1{
        width: 100%;
        text-align: center;
    }
    .custom_col{
        width: 100%;
    }
    .app{
        padding-bottom: 30px;
    }
}

@media (max-width: 760px){
    .news_container {
        flex-wrap: wrap;
    }
}

@media (max-width: 360px){
    .photo {
        max-width: 250px;
    }
    h2 {
        font-size: 35px;
        line-height: 40px;
    }
}


@media (max-width: 800px){
    .mySwiper{
        max-height: 418px;
    }
}
@media (max-width: 700px){
    .mySwiper{
        max-height: 360px;
    }
}
@media (max-width: 600px){
    .mySwiper{
        max-height: 312px;
    }
}
@media (max-width: 500px){
    .mySwiper{
        max-height: 255px;
    }
}
@media (max-width: 400px){
    .mySwiper{
        max-height: 200px;
    }
}
@media (max-width: 360px){
    .mySwiper{
        max-height: 176px;
    }
}
@media (max-width: 310px){
    .mySwiper{
        max-height: 153px;
    }
}

