/* START icon i */
i {

    width: 25px;
    height: 22px;
    background-repeat: no-repeat;
    display: block;

    margin-right: 10px;
    background-position: center;

    justify-content: center;
}
i.phone {
    background-image: url(/templates/turkin/img/icon_phone.png);
}
i.time {
    background-image: url(/templates/turkin/img/icon_time.png);
}
i.mail {
    background-image: url(/templates/turkin/img/icon_mail.png);
}
i.map {
    background-image: url(/templates/turkin/img/icon_map.png);
}


/* STOP icon i */

body{
    background: #EBEBEB;
}

header nav a{
    background: linear-gradient(
        180deg
        , rgba(255, 255, 255, 0.3) 31%, rgba(255, 255, 255, 0) 57%), #3C0B0B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.item--info, .item--info a {
    display: flex;
    color: black;
}
.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav_bar {
    height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.nav_bar nav ul {*/
/*    display: flex;*/
/*    padding-inline-start: 0px;*/
/*    flex-direction: row;*/
/*    justify-content: space-around;*/
/*    list-style: none;*/
/*    align-items: center;*/
/*    align-content: center;*/

/*}*/

.nav_bar nav ul {
    display: flex;
    padding-inline-start: 0px;
    justify-content: flex-start;
    list-style: none;
    flex-wrap: wrap;
}
.top_info {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}
.logo-text .bottom {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 30px;
    background: linear-gradient(
        180deg
        , rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 57%), #3C0B0B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.logo-text .top {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    color: #828282;

}
section.slider_container {
    height: 500px;
}
.slide_item {
    height: 100%;
}

.banner-content.slide_bg.container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-content: flex-start;
    height: 100%;
}
.banner-content.slide_bg.container h1 {
    color: white;
    display: flex;
    margin-left: 10%;
    font-size: 50px;
}
.body_bg {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.45));
    border-radius: 10px;
    background-color: white;
}
.block_body {

}
.block_body--item {
    padding: 10px;
    display: flex;
    flex-direction: row;
}
.block--photo img {

    height: 235px;
}
.block--content .text {
    font-size: 15px;
    padding-left: 15px;
}
.block--content .title {
    /* text-align: center; */
    padding-left: 15px;
    padding-top: 10px;
}
.arrow {

    position: absolute;
    right: 10px;
    display: flex;
    top: 10px;
    flex-direction: row;
    align-items: center;
}
.arrow_left {
    /* background-image: url(/templates/turkin/img/arrow-left.png); */
    height: 30px;
    width: 35px;
    display: block;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-color: red; */
    padding: 2px;
}
span.arrow_left:after {
    content: "";
    /* background-color: red; */
    width: 100%;
    height: 100%;
    background-size: contain;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: white; */
    background-repeat: no-repeat;
    /* font-size: 30px; */
    /* font-weight: 600; */
    background-image: url(/templates/turkin/img/arrow-left.png);
}
.arrow_right {
    height: 30px;
    width: 35px;
    display: block;
    padding: 2px;
}
span.arrow_right:after {
    content: "";
    /* background-color: red; */
    width: 100%;
    height: 100%;
    background-size: contain;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: white; */
    background-repeat: no-repeat;
    /* font-size: 30px; */
    /* font-weight: 600; */
    background-image: url(/templates/turkin/img/arrow-right.png);
}
.new_videos .block_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new_videos .block_body .block_bvody--item {
    width: 345px;
    margin: 10px;
}
.new_videos .block--photo img {
    height: 212px;
    width: 100%;
    object-fit: cover;
}
.new_videos .block--photo {
    margin: 20px;
}
.event__date {
    /* background-color: red; */
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.month {
    background-color: #F36E35;
    height: 40%;
    width: 70px;
    text-align: center;
    padding: 3px;
    border-radius: 10px 10px 0px 0px;
    /* border-bottom: solid; */
}


.event_list hr {
    height: 1px;
    background-color: #f8f6f6;
    display: block;
    margin-top: 6px;
}
.day {
    background-color: #ECEDF1;
    height: 70%;
    width: 70px;
    text-align: center;
    padding: 2px;
    border-radius: 0px 0px 10px 10px;
}

.month span {
    color: white;
}
.day span {

    font-size: 30px;
    color: #5E6F8B;
}
.event {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.event_list {
    padding: 11px;
}
.event .title {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    color: #3C0B0B;
    font-size: 14px;
}

.event .descr {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: black;
}

.event .title p, .event .descr p {
    margin-bottom: 0px;
}
.event  .text {
    padding-left: 10px;
}
.block_link {
    text-align: right;
    padding: 20px;

}

.block_link a span {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    color: black;
    font-size: 24px;
}
.news_list {
    padding: 11px;
}
.date_title p span {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: black;
}

.date_title p {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    color: #F36E35;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.news hr {
    margin: 6px;
}
section.new_books {
    position: relative;
    display: block;
    height: auto;

}
.book.body_bg {
    margin: 10px;
}
.book{

    height: 350px !important;
}
.book img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 11px;
}

.book .label {
    position: absolute;
    display: block;
    z-index: 999;
    top: 50px;
    right: 0px;
    background-color: #23BA3B;
    padding: 4px;
}
.book img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 11px;
}

.book .label {
    position: absolute;
    display: block;
    z-index: 999;
    top: 50px;
    right: 0px;
    background-color: #23BA3B;
    padding: 4px;
}

.book .title {
    position: absolute;
    display: block;
    z-index: 999;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-color: #fff;
    padding: 4px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.book .title p.h2 {
    color: #F36E35;
    text-align: center;
    font-size: 20px;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
}

.book .title p.author {
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
}
.slick-arrow {
    width: 34px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0px;
    border: 0px;
    position: absolute;
    z-index: 9999;

    top: calc(50% - 20px);
}
.slick-prev.slick-arrow {
    left: -38px;
    background-image: url(/templates/turkin/img/arrow-left.png);

}
.slick-next.slick-arrow {
right: -38px;
    background-image: url(/templates/turkin/img/arrow-right.png);

}
.article.article_slider {
    max-height: 256px;
    height: 100%;
}

.arrows {
    float: right;
    margin-top: -35px;
}
.arrows .slick-prev.slick-arrow, .arrows .slick-next.slick-arrow {
    left: 0px;

    margin-right: 10px;
}
.arrows .slick-arrow {

     float: unset;
    position: relative;

}
.article.article_slider .block_body--item {
    display: flex !important;
    margin: 10px;
}
.book .label span {
    color: white;
}
.heading-first {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    background: linear-gradient(
        180deg
        , rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 57%), #3C0B0B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.article_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.article_item.body_bg {
    margin: 9px;
    width: 259px;
    min-height: 440px;
}
.article_item .title .h2 {

    min-height: 55px;
}
.article_item .text {
    min-height: 100px;
    overflow: hidden;
    max-height: 100px;
}
.event .title p {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    color: #3C0B0B;
    font-size: 14px;
}
.label {
    position: absolute;
    display: block;
    z-index: 999;
    top: 25%;
    right: 0px;
    background-color: #23BA3B;
    padding: 4px;
}
.article_item img {
    width: 219px;
    height: 165px;
    object-fit: cover;

}

.item{
    padding: 20px;
}
.article_item .title .h2 {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #f46e35;
    float: left;
    width: 100%;
}
.article_item .title .date {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    color: #000;
    float: left;
}
.article_item .p_span {
    max-height: 94px;
    overflow: hidden;
}
.label span {
    color: white;
}
.full_text {
    float: right;

}

.full_text a {
    color: #f46e35;
}
.full_text a:hover {

    color: black;
}
.gal_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gal_list .gal_item {
    margin: 11px;
    width: 338px;
    height: 220px;
    text-align: center;
}

.gal_list .gal_item a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: solid 8px white;
}
.gal_list .gal_item a {

    border-radius: inherit;
}
.sert.item {
    margin: 17px;
    height: auto;
}
section {
    position: relative;
}
.backfon {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9;
    top: 0px;
    z-index: -9;

    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.45));
    border-radius: 10px;
}
.rotate{
    transform: rotate(
        4deg
    );
}
.rotate2{
    transform: rotate(
        2deg
    );
}
.rotate3{
    transform: rotate(
        -4deg
    );
}
.rotate4{
    transform: rotate(
        8deg
    );
}
.bg-animation {
    animation: bg-animation 30s ease-in-out infinite;
    padding: 160px 20px;
    text-align: center;

    background-repeat: no-repeat;
    /*border: 8px solid #BFE2FF;*/
    margin: 0px 0;
    color: #337AB7;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
}


@keyframes bg-animation {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 150%;
        background-position: 0 50%;
    }
    40% {
        background-size: 110%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 120%;
        background-position: 40% 70%;
    }
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}
section:after {
    background-image: url(https://365psd.ru/images/backgrounds/paper-pattern-002.jpg);
    content: "";

    opacity: 0.3;
    background-attachment: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-repeat: repeat;
    height: 100%;
}
footer {
    background-image: url(/templates/turkin/img/slide.png);
}
.footer_block {
    padding: 13px;
    /* background-color: red; */
    margin: 30px 0px 0px 0px;
}
.footer_block .h2 {
    color: white;
    font-size: 50px;
}
.footer_block .h3 {
    color: #d2d2d2;
    font-size: 23px;
    font-variant: all-small-caps;
    font-weight: 300;
}
.contacts {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
}
.contacts span a {
    color: white;
    margin-left: 0px;
}
.contacts i {
    background-color: white;
    border-radius: 25px;
    padding: 15px;
}
.contacts .item--info {
    margin: 10px;
}
input {
    background: unset !important;
    border: unset !important;
    border-bottom: solid 2px #a4a3a5 !important;
    border-radius: 0px !important;
    font-weight: 300 !important;
    color: white !important;
}
textarea {
    background: unset !important;
    border: unset !important;
    border-bottom: solid 2px #a4a3a5 !important;
    border-radius: 0px !important;
    color: white !important;
    font-weight: 300 !important;
}
textarea::placeholder {
    color: white !important;
    font-weight: 300 !important;

}
footer button.btn.btn-primary {
    float: right;
    width: 50%;
    height: 50px;
    background-color: #f68252;
    margin-top: 10px;
    box-shadow: unset !important;
    border: 0px;
}
.footer_bottom {
    background-color: white;
    padding: 10px;
}
.new_publication {margin-top: 10px;}

.new_videos {
    margin-top: 30px;
}

.news__list {
    margin-top: 10px;
}
.hamburger-menu {
    display: none;
}
.nav_bar nav ul li {

    padding-inline-start: 17px;
    text-align: center;
}
