@font-face {
    font-family: Spectral-Bold;
    src: url("../fonts/Spectral-Bold.ttf");
}

@font-face {
    font-family: Spectral-SemiBold;
    src: url("../fonts/Spectral-SemiBold.ttf");
}

@font-face {
    font-family: Spectral-Medium;
    src: url("../fonts/Spectral-Medium.ttf");
}

@font-face {
    font-family: Sans-Light;
    src: url("../fonts/SourceSansPro-Light.ttf");
}

@font-face {
    font-family: Sans-Regular;
    src: url("../fonts/SourceSansPro-Regular.ttf");
}

@font-face {
    font-family: Sans-SemiBold;
    src: url("../fonts/SourceSansPro-SemiBold.ttf");
}

@font-face {
    font-family: Sans-Bold;
    src: url("../fonts/SourceSansPro-Bold.ttf");
}

body {
    font-family: Sans-Regular;
    transition: .3s linear;
}
body.openBurger {
    margin-left: -300px;
    margin-right: 300px;
}
a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

body a {
    color: #17394D;
}
li.share {
    display: none;
}
.mobileHeader header{
    display: none;
}
.indexHeader header {
    box-shadow: none;
    border-bottom: 2px solid #17293d;
    padding-bottom: 25px;
}

.indexHeader header .top {
    background: #17293D;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 40px;
}

.indexHeader header .top > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexHeader header ul a {
    color: #C8AFA8;
    padding: 10px 0 15px;
    display: inline-block;
    font-family: Sans-SemiBold;
}

.indexHeader header .container-fluid {
    width: 1260px;
}
.indexHeader header .bottom {
    margin-top: 40px;
}

.indexHeader header .bottom > ul {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    align-items: center;
}

.indexHeader header .bottom ul a {
    padding: 0;
    color: #17293D;
}

.indexHeader header ul li {
    margin-right: 10px;
    position: relative;
}

.indexHeader header ul li:last-child {
    margin-right: 0;
}

.indexHeader header ul li.logo {
    width: 280px;
}

.indexHeader header ul li.logo img {
    width: 100%;
}
.indexHeader header .top > ul ul, .indexHeader header .bottom > ul ul {
    position: absolute;
    max-width: 300px;
    min-width: 170px;
    width: max-content;
    background: white;
    z-index: 2;
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.05);
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
}

.navSub {
    left: 100%;
    top: 0;
}

.indexHeader header .top > ul .sub a, .indexHeader header .bottom > ul .sub a {
    color: #17293d;
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
}

.indexHeader header .top > ul .sub li, .indexHeader header .bottom > ul .sub li {
    margin-right: 0;
    padding: 0 15px;
}

.indexHeader header .top > ul .sub li:first-child, .indexHeader header .bottom > ul .sub li:first-child {
    padding-top: 15px;
}

.indexHeader header ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.indexHeader header ul li .sub li:hover .navSub {
    opacity: 1;
    visibility: visible;
}
.sub > li > a {
    position: relative;
}

.sub > li.havSub > a:after {
    position: absolute;
    content: '';
    right: 0;
    background-image: url(../img/subArrow.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 3px;
}
.indexHeader header .lang {
    margin-left: 0;
}

.indexHeader header .lang a:first-child {
    margin-left: 0;
}
header .topHeader {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 13px;
    align-items: center;
}

header .topHeader .right {
    display: flex;
    align-items: center;
}

header .topHeader .right a {
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
}

header .topHeader .right .searchBar {
    margin-left: 35px;
    margin-right: 35px;
}

header svg path {
    fill: #C4A8A1;
}

header .topHeader .right .searchBar input {
    background: rgba(191, 207, 217, 0.2);
    border: 0;
    padding: 4px 20px 5px;
    font-size: 15px;
    width: 100%;
    font-family: Sans-Light;
    letter-spacing: 1px;
}

header .topHeader .right .searchBar .form-group {
    margin-bottom: 0;
    position: relative;
    width: 250px;
}

header .topHeader .right .searchBar .form-group button {
    position: absolute;
    right: 20px;
    border: 0;
    background: 0;
    padding: 0;
    top: 1px;
}

header .topHeader .right a svg {
    margin-right: 10px;
    margin-bottom: -1px;
    display: none;
}
header.indexHeader .topHeader .right a svg {
    display: inline-block;
}

header.indexHeader .topHeader .right a img {
    display: none;
}

header .topHeader .right a img {
    margin-right: 10px;
    margin-bottom: 3px;
}
header hr {
    border-color: rgba(191, 207, 217, 0.5);
    margin-top: 0;
    margin-bottom: 0;
}

header nav > ul {
    display: flex;
    justify-content: space-between;
    /* padding: 15px 0; */
}

header nav > ul > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 0px;
    display: block;
    position: relative;
    transition: .4s;
}

.subMenu {
    display: block;
    position: absolute;
    left: -45px;
    right: -45px;
    top: 100%;
    height: 0;
    background: #275977;
    z-index: 98;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    -webkit-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.16);
    padding-left: 90px;
}

.subMenu ul li a {
    color: white;
    font-size: 17px;
    letter-spacing: 1px;
    transition: .3s linear;
}

.subMenu > ul > li {
    margin-bottom: 10px;
    position: relative;
    width: 200px;
    cursor: pointer;
}

.subSubMenu {
    position: absolute;
    left: 220px;
    top: 0;
    opacity: 0;
    transition: .3s linear;
    visibility: hidden;
}

.subSubMenu li {
    margin-bottom: 5px;
}

.subMenu > ul > li.havSub:hover .subSubMenu {
    opacity: 1;
    visibility: visible;
}

.subMenu > ul > li.havSub svg {
    position: absolute;
    right: 0;
    bottom: 3px;
}

.subMenu > ul > li.havSub svg path {
    fill: none;
    transition: .3s linear;
}

.subMenu > ul > li.havSub:hover path {
    stroke: #C4A8A1;
}

.subMenu > ul > li:hover > a {
    color: #C4A8A1;
}

.subSubMenu li:hover a {
    color: #C4A8A1;
}

header nav > ul > li:hover .subMenu {
    height: 305px;
}

.subSubMenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.subMenu > ul {
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

header nav > ul > .havSub:hover > a {
    color: #FFFFFF;
    background: #275977;
    padding: 15px 30px;
}

header nav > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #C4A8A1;
    width: 0;
    left: 50%;
    transform: translate(-50%);
    transition: .4s;
}

header nav > ul > .havSub:hover a:after {
    width: 64%;
}

header {
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.05);
}

header.indexHeader {
    position: absolute;
    width: 100%;
    box-shadow: none;
    z-index: 1051;
}

header.indexHeader a {
    color: white;
    letter-spacing: 1px;
}

header.indexHeader svg path {
    fill: white;
}

header.indexHeader .topHeader .right .searchBar input {
    background: rgba(255, 255, 255, 0.2);
}

header.indexHeader .topHeader .right .searchBar input::placeholder {
    color: white;
}
header .lang {
    display: flex;
    margin-left: 30px;
    align-items: flex-start;
}

header .lang a {
    margin-left: 10px;
}
header .lang a.active {
    border-bottom: 2px solid white;
}
.mainVideo {
    height: 560px;
    position: relative;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin: 0 90px;
}
.mainVideo .flickity-viewport {
    width: 100%;
    height: 100%!important;
}
.mainVideo .coverVideo {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainVideo .coverVideo:before {
    content: '';
    background: linear-gradient(90deg, rgba(0,22,32,1) 0%, rgba(0,22,32,0.5970763305322129) 35%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
}
.mainVideo .title {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
    left: 0;
}
.mainVideo .title h1 {
    color: white;
    font-size: 29px;
    text-transform: uppercase;
    width: 600px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 41px;
    font-family: Spectral-SemiBold;
    user-select: none;
    margin-bottom: 0;
}

.mainVideo .title a {
    color: white;
    font-size: 18px;
    display: flex;
    text-transform: uppercase;
    margin-top: 40px;
}

.mainVideo .title a span {
    margin-top: 2px;
    border-bottom: 1px solid white;
    height: 100%;
    letter-spacing: 1px;
}

.container-fluid {
    width: 1170px;
}

.allSections {
    padding-top: 90px;
}

.pageTitle {
    font-size: 46px;
    color: #162238;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-family: Sans-SemiBold;
    line-height: 66px;
    width: 670px;
    font-size: 32px;
    line-height: 42px;
}

.allSections .pageTitle {
    margin-bottom: 52px;
    font-size: 26px;
    line-height: 42px;
    width: 100%;
}

.allForm {
    background: #C0D0DA;
    padding: 45px 90px 80px;
}

.onlineOrder .allDesc p {
    letter-spacing: 1px;
}

.allForm label {
    color: #1A4A68;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.catalog .allForm label {
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-family: Sans-Bold;
}

.allForm .form-control {
    border-color: #1A4A68;
    border-radius: 0;
    color: #1A4A68;
    font-family: Sans-Regular;
    letter-spacing: 1px;
    font-size: 14px;
}

.catalog .allForm .form-control {
    width: 82%;
    height: 70px;
    float: left;
}

.catalog.allSections .pageTitle {
    margin-bottom: 0;
}

.catalog .desc p {
    color: #17394D;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 0;
}

.catalog .desc {
    margin-right: 70px;
}

.catalog .row:last-child {
    align-items: center;
    /*margin-top: -30px;*/
}

.allForm button {
    background: #1A4A68;
    border: 0;
    color: white;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
    width: 16%;
    height: 70px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.catalog .row:first-child {
    z-index: 1;
    position: relative;
}

input.form-control:focus {
    outline: none;
    box-shadow: none;
}

.allForm:after {
    clear: both;
    content: '';
    display: block;
}

.newBookTabs {
    background: #E4E2DF;
    padding-bottom: 60px;
}

.newBookTabs .booksContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newBookTabs .booksContainer .item {
    width: 15.6%;
    background: white;
    margin-bottom: 20px;
}

.newBookTabs .booksContainer .item .bookImg {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}

.newBookTabs .booksContainer .item .name {
    padding: 12px 15px 0;
    color: #1A4A68;
}

.newBookTabs .booksContainer .item .name h4 {
    font-size: 16px;
    font-family: Sans-SemiBold;
}

.newBookTabs .booksContainer .item .desc p {
    color: #17394D;
    font-size: 14px;
    margin-bottom: 0;
}

.newBookTabs .booksContainer .item .desc {
    padding: 0 15px 15px;
}

.newBookTabs .tab-content {
    margin-top: 60px;
}

.nav-tabs .nav-item {
    width: 33.3%;
    text-align: center;
}
.four .nav-tabs .nav-item{
    width: 25%;
}
.nav-tabs .nav-item .nav-link.active {
    background: 0;
    border-bottom: 0;
    border-top: 6px solid #896A5D;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item .nav-link {
    color: #896A5D;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    border-top: 6px solid;
    padding-top: 20px;
    letter-spacing: 2px;
    padding-bottom: 0;
    border-radius: 0;
    border-color: rgba(137, 106, 93, 0.2);
    font-family: Sans-Bold;
}

.electronicBooks .item .electronicImg {
    padding-bottom: 73%;
    background-position: center;
    background-size: cover;
}

.electronicBooks .item .name p {
    font-size: 15px;
    color: white;
    /* margin-top: 20px; */
    margin-bottom: 0;
    font-family: Sans-Bold;
    letter-spacing: 1px;
}

.more a {
    color: #1A4A68;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Sans-Bold;
    letter-spacing: 1px;
}

.more a:before {
    background: #1A4A68;
    content: '';
    width: 32px;
    height: 2px;
    margin-right: 15px;
    display: block;
}

.services {
    padding-bottom: 85px;
}

.services .item {
    background: #1A4A68;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 262px;
}
.services .item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}
.services .icon {
    width: 120px;
    height: 120px;
    border: 4px solid #D3BBB7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .icon img {
    width: 37%;
}
.services .item .name p {
    margin-bottom: 0;
    margin-top: 28px;
    font-size: 20px;
    text-transform: lowercase;
    color: white;
    letter-spacing: 1px;
}

.insideWrapper {
    padding-top: 40px;
}

.allDesc {
    color: #274151;
    font-size: 16px;
    font-family: Sans-SemiBold;
}

.virtualSifarish .allDesc p:last-child {
    font-family: Sans-Regular;
}

.navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.navigation .breadCramps {
    width: 85%;
}

.navigation .back {
    width: 10%;
    text-align: right;
}

.navigation .breadCramps a:not([href]):not([tabindex]) {
    color: #896A5D;
}

.navigation .breadCramps a {
    letter-spacing: 1px;
    margin: 0 3px;
    font-size: 15px;
    font-family: Sans-SemiBold;
    text-transform: capitalize;
}

.navigation .breadCramps a:first-child {
    margin-left: 0;
}

.back a {
    color: #B79891;
    font-size: 15px;
    font-family: Sans-SemiBold;
}

.back a img {
    padding-bottom: 4px;
    margin-right: 5px;
}

.sendForm {
    background: #1A4A68;
    margin-top: 120px;
    padding-bottom: 120px;
}

.sendForm .col-12 {
    margin-top: -43px;
}

.sendForm .nav-tabs {
    background: #c0d0da;
    border: 0;
}

.sendForm .nav-tabs .nav-link {
    color: #1A4A68;
}

.sendForm .nav-tabs .nav-item .nav-link.active {
    border-color: #1A4A68;
}

.allForm .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.allForm .item .form-group {
    width: 49%;
    margin-bottom: 0;
}

.allForm .item .form-group .form-control {
    height: 42px;
}

.sendForm .allForm button {
    height: 60px;
    width: 16%;
}

.allForm .form-control::placeholder {
    color: #1A4A68;
}

.allForm p {
    color: #1A4A68;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Sans-SemiBold;
}

.allForm span {
    color: #1A4A68;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: Spectral-SemiBold;
}

.allForm span:after {
    content: '';
    background: #896A5D;
    height: 2px;
    width: 37px;
    display: block;
    margin-top: 12px;
}

.letters .title p {
    color: #17394D;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.letters .title span {
    color: #1A4A68;
    font-size: 15px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
    text-transform: lowercase;
}

.letters:after {
    background: #EAF5FC;
    content: '';
    position: absolute;
    bottom: 0;
    top: 52%;
    width: 100%;
    z-index: -1;
}

.letters {
    position: relative;
    padding-bottom: 120px;
}

.letters .letterImg {
    padding-bottom: 135%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #C0D0DA;
    position: relative;
}

.letters .letterImg .zoomIn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #162238;
    transition: .3s linear;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.letters .item:hover .zoomIn {
    opacity: .8;
    visibility: visible;
}

.letters .letterImg .zoomIn p {
    color: #D3BBB7;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: Sans-Bold;
    letter-spacing: 1px;
}

.letters .letterImg .zoomIn p:before {
    background: #D3BBB7;
    width: 42px;
    height: 2px;
    content: '';
    display: block;
    margin-right: 14px;
}

#map {
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
}
.contacts {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.wrapper {
    /* display: flex; */
    justify-content: flex-end;
    /* align-items: center; */
    position: relative;
}

.contacts .right {
    width: 100%;
}

.contacts .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    /* padding: 60px; */
    /* position: absolute; */
    left: 0;
    z-index: 1;
    background: white;
}

.contacts .left .info {
    /* display: flex; */
    margin-bottom: 15px;
}

.contacts .left .info ul {
    width: 100%;
}

.contacts .left .info ul li span {
    display: block;
    color: #896A5D;
    font-size: 17px;
    margin-bottom: 5px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.contacts .left p.title {
    color: #1A4A68;
    font-size: 26px;
    margin-bottom: 55px;
    font-family: Spectral-Bold;
    letter-spacing: 1px;
    display: none;
}

.contacts .left .info ul li a {
    color: #1A4A68;
    letter-spacing: 1px;
}

.contacts .left .info ul li {
    margin-bottom: 20px;
}

.contacts .left .info ul li a:not([href]):not([tabindex]) {
    line-height: 25px;
}

.rools .allDesc {
    color: #303030;
    font-size: 17px;
}

.rools .allDesc p {
    line-height: 25px;
    margin-bottom: 20px;
}
.rools .allDesc p:first-child {
    font-size: 20px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.rools .allDesc p:first-child br {
    display: none;
}
.rools .allDesc {
    color: #303030;
    font-size: 17px;
    position: relative;
    font-family: Sans-Regular;
}

.rools .allDesc p {
    line-height: 25px;
    margin-bottom: 20px;
}

.rools {
    position: relative;
    padding-bottom: 100px;
}

.rools:after {
    background: #E4E4E4;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    opacity: .3;
    width: 910px;
    z-index: -1;
    height: 450px;
}

.rools .allDesc:before {
    background: #EAF5FC;
    position: absolute;
    top: -50px;
    right: -130px;
    width: 479px;
    height: 460px;
    content: '';
    opacity: .55;
    z-index: -1;
}

.latest .topBar p {
    font-size: 18px;
    color: #C4A8A1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    letter-spacing: 1px;
    font-family: Sans-Bold;
}

.latest .topBar p span {
    display: inline-block;
    width: 115px;
}

.latest .topBar p:after {
    background: #C4A8A1;
    content: '';
    display: block;
    width: 92%;
    height: 1px;
    opacity: .5;
}

.latest .newsImg {
    padding-bottom: 57%;
}

.news .newsImg {
    background-position: center;
    background-size: cover;
    position: relative;
}

.news .newsImg:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .1;
    background: black;
}

.news .latest {
    margin-bottom: 70px;
    align-items: center;
}

.news .latest .item {
    padding-left: 50px;
}

.news .date p {
    color: #1A4A68;
    font-size: 15px;
    margin-bottom: 8px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.news .latest .item .cat p {
    color: #896A5D;
    font-size: 18px;
    font-family: Sans-Bold;
    letter-spacing: 1px;
}

.news .latest .item h2 {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #1A4A68;
    margin-bottom: 20px;
    font-family: Spectral-SemiBold;
}

.news .latest .item .desc p {
    color: #303030;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.news .latest .item .more a {
    color: #B79891;
}

.news .latest .item .more a:before {
    background: #B79891;
}

.newsTabs .nav-tabs {
    margin-bottom: 60px;
}

.newsTabs .nav-tabs .nav-item .nav-link {
    border-color: rgba(196, 168, 161, 0.5);
}

.newsTabs .nav-tabs .nav-item .nav-link.active {
    border-color: #896A5D;
}

.newsContainer .newsImg {
    padding-bottom: 73%;
}

.newsContainer .info h4 {
    color: #17394D;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
}

.newsContainer .info {
    padding: 15px 17px;
    background: white;
    margin-left: 25px;
    margin-top: -32px;
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
}

.pagination {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    font-size: 21px;
}

.pagination li {
    margin-right: 15px;
}

.news {
    padding-bottom: 120px;
}

.pagination li.active a {
    color: #896A5D;
}

.pagination li a {
    color: #1A4A68;
    font-family: Spectral-Medium;
}

.pagination li.notActive path {
    fill: #b79891;
}

.pagination li path {
    fill: #896a5d;
}

.newsOpen .desc {
    margin-top: 60px;
    margin-bottom: 60px;
}

.newsOpen .desc p {
    color: #303030;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
}

.newsOpen .latest .item h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 55px;
    font-family: Spectral-Bold;
}

.newsOpen .latest .item .cat p {
    margin-bottom: 10px;
}

.newsOpen .date p {
    color: #B79891;
    font-size: 17px;
    margin-bottom: 20px;
}

.newsOpen .date p:before {
    width: 45px;
    height: 2px;
    content: '';
    display: block;
    background: #C4A8A1;
    margin-bottom: 15px;
}

.newsOpen ul li {
    font-size: 20px;
    color: #B79891;
}

.newsOpen ul li img {
    margin-right: 15px;
    margin-bottom: 2px;
}

.newsOpen ul li p {
    margin-bottom: 10px;
    font-family: Sans-SemiBold;
}

.newsOpen ul li p a{
    color: #B79891;
}

.structureImg {
    text-align: center;
    padding-bottom: 120px;
}

.structureImg img {
    width: 100%;
}

.blurModal, .burgerBg {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background: #030E19;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1051;
}

body.modalOpen .blurModal, body.openBurger .burgerBg {
    opacity: 0.92;
    visibility: visible;
}

.randomModal {
    display: flex;
    position: fixed;
    top: 10%;
    right: 10%;
    left: 10%;
    bottom: 10%;
    z-index: 1052;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.closeBtn {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.modal-carousel {
    width: 65%;
}

.modalDesc {
    width: 35%;
    padding: 60px 30px 35px;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body.modalOpen .randomModal {
    opacity: 1;
    visibility: visible;
}

.modalImg {
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.randomModal.stuctureModal {
    top: 5%;
    /* right: 5%; */
    /* left: 5%; */
    bottom: unset;
    width: 80%;
    margin: 0 auto;
    background: white;
    justify-content: space-between;
    max-height: 85%;
    overflow-y: scroll;
}

.randomModal.stuctureModal .modal-carousel {
    width: 55%;
}

.randomModal.stuctureModal .modalDesc {
    width: 45%;
    padding: 20px 20px 20px 30px;
    letter-spacing: 1px;
    color: #030E19;
}

.randomModal.stuctureModal .position h2 {
    color: #896A5D;
    font-size: 19px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    line-height: 25px;
    font-family: Spectral-SemiBold;
    /* width: 80%; */
}

.randomModal.stuctureModal .name p {
    font-size: 20px;
    /* margin-bottom: 0; */
    font-family: Sans-SemiBold;
}

.randomModal.stuctureModal .info p {
    font-size: 16px;
    margin-bottom: 10px;
}

.randomModal.stuctureModal li {
    margin-bottom: 20px;
}

.randomModal.stuctureModal li span {
    display: block;
    margin-bottom: 5px;
    font-family: Sans-SemiBold;
    font-size: 16px;
}

.randomModal.stuctureModal li a {
    color: #303030;
    font-size: 15px;
}

body.modalOpen {
    overflow: hidden;
}

.projects .latest .item {
    padding-left: 0!important;
    padding-right: 50px;
}

.projects .row.latest {
    align-items: flex-start;
}

.projects .latest .newsImg {
    padding-bottom: 65%;
    margin-left: 70px;
}
.history {
    padding-bottom: 120px;
}
.history .item .historyImg {
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
}

.history .item .info {
    margin-left: 30px;
    height: 100%!important;
    background: white;
    margin-top: -30px;
    padding: 17px 20px;
    color: #1A4A68;
}

.history .item .info .date p {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: Spectral-SemiBold;
}

.history .item .info .name p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
    font-family: Sans-SemiBold;
}

.history .row {
    align-items: center;
    margin-bottom: 30px;
}

.history .col-lg-7:last-child .desc {
    padding-left: 50px;
}

.history .col-lg-7:first-child .desc {
    padding-right: 60px;
}

.history .col-lg-7 .desc p {
    color: #303030;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.history .col-lg-7 .desc p:last-child {
    margin: 0;
}

.rooms .item {
    margin-bottom: 35px;
    cursor: pointer;
}

.rooms .item .roomsImg {
    padding-bottom: 65%;
    background-position: center;
    background-size: cover;
    margin-right: 30px;
    position: relative;
}
.rooms .item .date p {
    font-size: 13px;
    margin-bottom: 8px;
}
.rooms .item .info {
    margin-left: 30px;
    background: white;
    margin-top: -40px;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: relative;
}

.rooms .item .roomsImg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.rooms .col-lg-6:first-child {
    /* padding-right: 45px; */
}

.rooms .col-lg-6:last-child {
    /* padding-left: 45px; */
}

.rooms .item .info .name p {
    color: #896A5D;
    font-size: 20px;
    margin-bottom: 12px;
    font-family: Spectral-Bold;
    letter-spacing: 1px;
}

.rooms .item .info .shortDesc p {
    color: #303030;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 27px;
}

.rooms {
    padding-bottom: 100px;
}

.rooms .row:last-child {
    /* margin-bottom: 50px; */
}

.roomsModal .modalDesc {
    padding: 40px 50px;
}

.roomsModal .modalDesc .title p {
    color: #896A5D;
    font-size: 23px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-family: Spectral-SemiBold;
    margin-top: 10px;
}

.roomsModal .modalDesc .desc p {
    color: #1A4A68;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 27px;
    font-size: 17px;
}

.flickity-page-dots {
    bottom: 20px;
}

.flickity-page-dots .dot {
    background: white;
    opacity: 1;
}

.mainVideo .flickity-page-dots .dot.is-selected {
    background: white;
}

.roomsModal .modalImg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.roomsModal .modalImg {
    position: relative;
}

.elektronBaza .item {
    margin-bottom: 30px;
}

.elektronBaza .item .bazaImg {
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.elektronBaza .item .bazaImg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.elektronBaza .item .info {
    margin-left: 20px;
    background: white;
    margin-top: -35px;
    position: relative;
    padding: 10px 15px;
}

.elektronBaza .item .info p {
    font-size: 17px;
    color: #17394D;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
}

.modal-content {
    background: #D3BBB7;
    padding: 50px 20px;
    font-size: 15px;
    color: #162238;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 0;
}

.modal-dialog {
    width: 600px;
    max-width: 600px;
}

.modal-content .close {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    margin: 0;
    color: #896A5D;
    opacity: 1;
    text-shadow: unset;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-content .head p {
    text-transform: uppercase;
    font-family: Spectral-Medium;
}

.modal-content p {
    margin-bottom: 20px;
}

.modal-content .bottom p {
    margin-bottom: 0;
    font-family: Spectral-Medium;
}

footer {
    background: #17293D;
    color: #BBDAED;
    padding: 60px 0 70px;
    letter-spacing: 1px;
}

footer .header h6 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Sans-SemiBold;
    text-transform: uppercase;
}

.reserved {
    font-size: 15px;
    font-family: Sans-SemiBold;
}

footer a {
    color: #BBDAED;
}

footer a:hover {
    color: #BBDAED;
}

footer .social {
    position: unset;
    display: flex;
}

footer .social a .item {
    margin-right: 20px;
    width: 15px;
    height: 15px;
    background: #BBDAED;
    color:#17293d;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    margin-bottom: 3px;
}

.openCell {
    background-position: center;
    background-size: cover;
    padding-bottom: 68%;
    width: 100%;
}

.carousel-cell {
    padding-bottom: 51%;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.slider {
    display: flex;
    align-items: end;
    position: relative;
    margin-bottom: 40px;
}

.slider .openSlider {
    width: 60%;
    margin-right: 30px;
    position: unset;
}

.carousel.carousel-nav {
    width: 40%;
    /*max-height: 658px;*/
    overflow: hidden;
}

.slider .flickity-prev-next-button {
    top: -55px;
    transform: none;
    background: 0;
    color: #896A5D;
    padding: 0;
    height: 30px;
    width: 30px;
}

.slider .flickity-prev-next-button.next {
    right: -7px;
}

.slider .flickity-prev-next-button.previous {
    right: 28px;
    left: unset;
}

.slider .head {
    position: absolute;
    top: -55px;
    left: 0;
    display: flex;
    align-items: center;
}

.slider .head p {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 20px;
    color: #896A5D;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.projectsIndex .date p {
    color: #1A4A68;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}

.projectsIndex .title p {
    color: #896A5D;
    font-size: 16px;
    font-family: Sans-SemiBold;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.projectsIndex .wrapper .left {
    width: 100%;
}

.latestProjImg {
    height: 500px;
    background-position: center;
    background-size: cover;
}

.projectsIndex .wrapper .right {
    width: 80%;
    background: white;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-left: -100px;
}

.projectsIndex .wrapper {
    margin-bottom: 75px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.projectsIndex .wrapper .right h2 {
    color: #1A4A68;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: Spectral-SemiBold;
}

.projectsIndex .wrapper .right .desc p {
    color: #303030;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.projectsIndex .wrapper .right .more a {
    color: #896A5D;
}

.projectsIndex .wrapper .right .more a:before {
    background: #896A5D;
}

.projectsIndex .wrapper .right .more {
    display: flex;
    justify-content: flex-end;
}

#nav-icon3 {
    width: 27px;
    height: 18px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

header.indexHeader #nav-icon3 span {
    background: white;
}

#nav-icon3 span {
    background: #C4A8A1;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.burgerMenu {
    display: none;
}

.elektronBaza.elektronResurslar .item .info p {
    color: #896A5D;
    font-size: 21px;
}

.munasibetler .item.text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 30px;
}

.munasibetler .item.text h2 {
    color: #896A5D;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: Spectral-SemiBold;
    margin-bottom: 0;
}

.munasibetler .item .profileImg {
    padding-bottom: 100%;
    background-position: top center;
    background-size: cover;
}

.munasibetler .item .info {
    background: white;
    margin-top: -40px;
    margin-left: 10px;
    padding: 10px;
}

.munasibetler .item .info .name p {
    color: #303030;
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
}

.munasibetler .item .info .position p {
    color: #303030;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.munasibetler .item {
    margin-bottom: 30px;
}

.munasibetler {
    padding-bottom: 70px;
}

.munasibetler.munasibetler-2 .item.text {
    height: auto;
    margin-bottom: 0;
}

.munasibetler.munasibetler-2 .item.text h2 {
    padding: 0;
}

.munasibetler.munasibetler-2 .profileImg {
    padding-bottom: 68%;
}

.munasibetler.munasibetler-2 .col-lg-6:first-child {
    padding-right: 60px;
}

.munasibetler.munasibetler-2 .col-lg-6:last-child {
    padding-left: 60px;
}

.munasibetler.munasibetler-2 .item .info .name p {
    font-size: 17px;
}

.munasibetler.munasibetler-2 .item .info .position p {
    font-size: 19px;
}

.communications {
    background: #F7F7F7;
    padding: 60px 0 120px;
}

.communications .item {
    border-bottom: 1px solid #C4A8A1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-right: 50px;
}

.communications .item .top {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 25px;
}

.communications .item .top .flagImg {
    margin-right: 30px;
}

.communications .item .top .name p {
    color: #1A4A68;
    font-size: 17px;
    font-family: Spectral-SemiBold;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.communications .item .getPdf {
    display: flex;
    align-items: center;
}

.communications .item .getPdf a {
    color: #896A5D;
    font-family: Sans-Bold;
    margin-right: 15px;
    font-size: 18px;
}

.communications .item .getPdf img {
    margin-right: 15px;
}

section.rools.insideWrapper.workHours:after {
    display: none;
}

.eduCenter h4 {
    color: #274151;
    font-size: 18px;
    font-family: Sans-SemiBold;
    letter-spacing: 2px;
    line-height: 27px;
    /* margin-top: 30px; */
}

.eduImg {
    height: auto;
    padding-bottom: 73%;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

.eduCenter .desc p {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #303030;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    margin: 0;
    margin-left: 25px;
    padding-right: 10px;
}
.eduCenter .desc p:nth-child(2n+1):after {
    content: '';
    position: absolute;
    height: 100%;
    left: -25px;
    top: 0;
    background: #E0F1F9;
    z-index: -1;
    right: 0;
}

.eduCenter .desc .mainDesc {
    padding: 30px 25px;
}
/*.eduCenter .col-lg-6:first-child {
    padding-right: 60px;
}

.eduCenter .col-lg-6:last-child {
    padding-left: 50px;
}*/
.eduCenter .col-lg-5 {
    /* padding-right: 60px; */
}

.eduCenter .col-lg-7 {
    /* padding-left: 50px; */
}

.eduCenter .col-lg-6:last-child:after {
    background: #E4E4E4;
    position: absolute;
    top: -10px;
    bottom: -120px;
    content: '';
    z-index: -1;
    left: 0;
    right: -115px;
    opacity: .3;
    display: none;
}

.eduCenter {
    padding-bottom: 100px;
}

.elektronBaza.neshirler .item .bazaImg {
    padding-bottom: 100%;
}

.elektronBaza {
    padding-bottom: 120px;
}

.insideWrapper.medeniyyetWrapper .pageTitle {
    margin-bottom: 60px;
}

.insideWrapper.medeniyyetWrapper .subTitle {
    color: #896A5D;
    font-size: 23px;
    font-family: Spectral-SemiBold;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

.neshirlerMedeniyyet .col-12 p {
    color: #1A4A68;
    font-size: 18px;
    font-family: Sans-Bold;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.neshirlerMedeniyyet .col-12 p:after {
    content: '';
    width: 37px;
    height: 2px;
    display: block;
    background: #896A5D;
    margin-top: 10px;
}

.neshirlerMedeniyyet .item {
    text-align: center;
    font-size: 19px;
    font-family: Spectral-SemiBold;
    margin-bottom: 20px;
    cursor: pointer;
}

.neshirlerMedeniyyet .yearRow .item {
    background: #EAF5FC;
}

.neshirlerMedeniyyet .item p {
    margin-bottom: 0;
    color: #1A4A68;
    letter-spacing: 1px;
}
.neshirlerMedeniyyet .yearRow .item.active {
    background: #1A4A68;
}

.neshirlerMedeniyyet .yearRow .item.active p {
    color: white;
}
.neshirlerMedeniyyet {
    padding-bottom: 120px;
}

.neshirlerMedeniyyet .monthRow .item {
    background: #F7F7F7;
    padding: 0;
}

.yearRow {
    margin-bottom: 40px;
}

.neshirlerMedeniyyet .monthRow .item a {
    display: block;
    padding: 20px;
}

.ekspertKomissiyasi .allDesc {
    font-family: inherit;
    margin-bottom: 60px;
    font-size: 18px;
}

.ekspertKomissiyasi .abideler h5 {
    font-size: 23px;
    color: #896A5D;
    font-family: Spectral-SemiBold;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.abideler {
    display: inline-block;
}

.abideler .more a {
    justify-content: flex-end;
    color: #B79891;
}

.abideler .more a:before {
    background: #B79891;
}

.rools.insideWrapper.ekspertKomissiyasi {
    padding-bottom: 50px;
    /*overflow: hidden;*/
}

.letters.certificates .item {
    width: 18.9%;
    margin-right: 20px;
}

.letters.certificates {
    margin-top: 20px;
}

.letters.certificates h4 {
    color: #1A4A68;
    font-size: 26px;
    margin-bottom: 60px;
    font-family: Spectral-Bold;
    letter-spacing: 1px;
}

.certificates.letters:after {
    top: 25%;
}

.letters.certificates .flickity-prev-next-button {
    top: -55px;
    transform: none;
    background: 0;
    color: #896A5D;
    padding: 0;
    height: 30px;
    width: 30px;
}

.letters.certificates .flickity-prev-next-button.next {
    right: -7px;
}

.letters.certificates .flickity-prev-next-button.previous {
    right: 28px;
    left: unset;
}

.ekspertKomissiyasi p a {
    color: #1A4A68;
    font-family: Sans-SemiBold;
}

.shura .mainDesc .title p {
    color: #1A4A68;
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
    margin-left: 0;
    padding: 0;
}

.shura .desc p {
    color: #303030;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    margin-left: 25px;
}
.shura .desc p:nth-child(2n+2) {
    padding: 18px 0;
}
.shura .desc p:nth-child(2n+2):after {
    content: '';
    position: absolute;
    height: 100%;
    left: -25px;
    top: 0;
    background: #E0F1F9;
    z-index: -1;
    right: 0;
}

.shura .mainDesc {
    padding: 30px 25px;
}
.shura .col-lg-6:first-child {
    /* padding-right: 100px; */
}

.shura .col-lg-6:last-child {
    /* padding-left: 60px; */
}

.shura {
    padding-bottom: 100px;
}

.shurImg {
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
    margin-top: 75px;
}

.shura .col-lg-6:last-child:before {
    background: #E4E4E4;
    opacity: .3;
    display: block;
    position: absolute;
    content: '';
    z-index: -1;
    left: -40%;
    right: 76px;
    top: -90px;
    bottom: -90px;
    display: none;
}

.neshirlerMain .col-12 p {
    color: #274151;
    font-size: 19px;
    font-family: Sans-SemiBold;
    margin-bottom: 45px;
    line-height: 30px;
    letter-spacing: 1px;
}

.neshirlerMain label {
    color: #1A4A68;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Sans-Bold;
    letter-spacing: 1px;
}

.neshirlerMain .form-control {
    width: 400px;
    border-color: #1A4A68;
    border-radius: 0;
    padding: 17px 20px;
    color: #1A4A68;
    height: auto;
    font-size: 17px;
    -webkit-appearance: none;
    background-image: url('../img/arrowDown.png');
    background-position-x: 94%;
    background-repeat: no-repeat;
    background-position-y: center;
}

.neshirlerMain .form-group {
    margin-bottom: 40px;
}

.neshirlerMain .right {
    background: rgba(233, 244, 252, 0.55);
    padding: 55px 80px;
    margin-left: 30px;
}

.neshirlerMain .right ol {
    padding-left: 17px;
}

.neshirlerMain .right ol li {
    padding-left: 5px;
    color: #17394D;
    font-size: 17px;
    font-family: Sans-SemiBold;
}

.neshirlerMain .right ol li p {
    margin-bottom: 12px;
}

.neshirlerMain .right .head p {
    color: #1A4A68;
    font-size: 18px;
    font-family: Sans-Bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 37px;
    text-transform: uppercase;
}

.neshirlerMain .right .head p:after {
    width: 37px;
    height: 2px;
    display: block;
    background: #896A5D;
    margin-top: 15px;
    content: '';
}

.neshirlerMain {
    padding-bottom: 120px;
}

.neshirlerMain .results ul a {
    color: #896A5D;
    display: block;
}

.neshirlerMain .results ul p {
    font-size: 17px;
    color: #303030;
    line-height: 27px;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
}

.neshirlerMain .results ul li {
    margin-bottom: 20px;
}

.neshirlerMain .col-lg-8 {
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
}

.neshirlerMain .col-lg-4 {
    flex: 0 0 39.333333%;
    max-width: 39.333333%;
}

.neshirlerMain .results ul li a:before {
    content: '';
    background: #896A5D;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}
section.rools.insideWrapper.workHours {
    padding-bottom: 235px;
}
section.rools.insideWrapper.workHours .allDesc p {
    font-size: 25px;
    margin-bottom: 23px;
    font-family: inherit;
}

section.rools.insideWrapper.workHours .allDesc p strong {
    font-weight: normal;
    font-family: Sans-SemiBold;
}
header .topHeader .right .lang {
    margin-right: 30px;
}
.burgerMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -50%;
    bottom: 0;
    width: 50%;
    background: #c0d0da;
    z-index: 1052;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 30px;
}
body.openBurger .burgerMenu {
    right: 0;
}
.burgerMenu .havSub, .burgerMenu .subSub {
    position: relative;
}

.burgerMenu ul .svgBtn {
    position: absolute;
    top: 1px;
    right: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s linear;
}

.burgerMenu ul .svgBtn.active {
    transform: rotate(90deg);
}
.burgerMenu ul a {
    display: inline-block;
    margin-bottom: 5px;
}
.elecBook {
    margin-bottom: 10px;
}

.burgerMenu ul .svgBtn svg path {
    stroke: #1A4A68;
}

.burgerMenu a {
    color: #1A4A68;
    font-family: Sans-SemiBold;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.elecBook a img {
    padding-right: 10px;
    margin-bottom: 5px;
}
.burgerSub {
    margin-bottom: 10px;
}
.burgerMenu .havSub ul {
    padding-inline-start: 25px;
}
#nav-icon3 {
    display: block;
}
.burgerMenu .closeBtn {
    position: absolute;
}
.teshkilatlar .item.text h2 {
    font-size: 21px;
    line-height: 32px;
    /* margin-right: 75px; */
}

.teshkilatlar .item .info .name p {
    /* font-size: 18px; */
}



.rools .allDesc .head p {
    color: #896A5D;
    font-size: 20px;
    font-family: Spectral-SemiBold;
}

.mainDesc {
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.08);
    padding: 20px 25px;
    background: white;
}

.rools .allDesc .mainDesc p {
    color: #1A4A68;
    font-size: 18px;
    font-family: Sans-SemiBold;
    margin-bottom: 15px;
}

.rools .allDesc .mainDesc ul p {
    font-size: 16px;
    font-family: Sans-Regular;
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    z-index: 1;
}

.mainDesc ul {
    padding-left: 25px;
    margin-bottom: 30px;
}

.rools .allDesc .mainDesc ul li:nth-child(2n+1) p:after {
    content: '';
    position: absolute;
    height: 100%;
    left: -25px;
    top: 0;
    background: #E0F1F9;
    z-index: -1;
    right: 0;
}

.mainDesc ul:last-child {
    /* margin-bottom: 0; */
}
.rools:after{
    display: none!important;
}
.rools .allDesc:before{
    display: none!important;
}
/*.rools.insideWrapper.ekspertKomissiyasi:after{
    display: block!important;
}

.rools.insideWrapper.ekspertKomissiyasi .allDesc:before{
    display: block!important;
}*/
/*.rools.insideWrapper.workHours .allDesc:before{
    display: block!important;
}*/
.rools .allDesc .mainDesc ul p strong {
    color: #1A4A68;
    font-weight: normal;
    font-family: Sans-Bold;
}
section.rools.insideWrapper.workHours .allDesc p {
    color: #303030;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
}

section.rools.insideWrapper.workHours .allDesc p strong {
    color: #1A4A68;
}

section.rools.insideWrapper.workHours .allDesc .mainDesc {
    padding: 30px 50px 75px;
}

section.rools.insideWrapper.workHours .allDesc p:nth-child(2):after {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E0F1F9;
    z-index: -1;
}
.ekspertKomissiyasi .allDesc .mainDesc p {
    color: #303030;
    font-family: Sans-Regular;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 27px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 15px 0;
    margin-left: 25px;
}
.ekspertKomissiyasi .allDesc .mainDesc p:nth-child(2n+1):after {
    content: '';
    position: absolute;
    height: 100%;
    left: -25px;
    top: 0;
    background: #E0F1F9;
    z-index: -1;
    right: 0;
}
.ekspertKomissiyasi .allDesc .mainDesc {
    padding: 30px 25px;
}
section.munasibetler.insideWrapper.teshkilatlar .profileImg {
    padding-bottom: 87%;
}
.mainVideo .flickity-prev-next-button.previous {
    left: 0;
}

.mainVideo .flickity-prev-next-button.next {
    right: 0;
}

.mainVideo .flickity-prev-next-button {
    color: white;
    background: #000000;
    border-radius: 0;
    width: 55px;
    height: 55px;
    padding: 0;
}

.mainVideo .flickity-prev-next-button svg {
    width: 40%;
    height: 40%;
    left: 29%;
    top: 29%;
}
.mainVideo .flickity-page-dots .dot {
    width: 18px;
    height: 18px;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.57);
    background: 0;
    border: 1px solid white;
    margin: 0 4px;
}

.catalog form .form-group button img {
    width: 100%;
}
.catalog form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    /*margin: 0 30px;*/
}

.catalog form .form-group button {
    position: absolute;
    right: 20px;
    top: 9px;
    background: 0;
    border: 0;
    padding: 0;
    width: 26px;
    height: 26px;
}

.catalog form .form-group .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: white;
    font-family: Sans-SemiBold;
    letter-spacing: 2px;
    background: 0;
    border-bottom: 3px solid white;
    padding: 5px 20px;
}

.catalog form .form-group .form-control::placeholder {
    color: white;
}
.catalog form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog.allSections {
    /*margin-top: 40px;*/
    background: #17293D;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.57);
    padding: 30px;
}
.newBooks.allSections .pageTitle {
    margin-bottom: 30px;
}
.electronicBooks .item a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.electronicBooks .item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 30px;
}
.allSections .more a {
    color: #C4A8A1;
}

.allSections .more a:before {
    background: #C4A8A1;
}

.allSections .more {
    position: absolute;
    top: 45px;
    right: 15px;
}

.latestNews .tab-pane.active .leftImg {
    height: 540px;
    background-position: center;
    background-size: cover;
    width: 55%;
    position: relative;
}

.latestNews .tab-pane.active .listNews {
    width: 45%;
    background: rgba(227, 227, 227, 0.4);
    padding: 25px 45px;
    padding-top: 100px;
}

.latestNews .tab-pane.active .leftImg .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px 30px;
}

.latestNews .tab-pane.active .leftImg .name .date p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.latestNews .tab-pane.active .leftImg .name h3 {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: Spectral-SemiBold;
    margin-bottom: 0;
}
.latestNews .tab-pane.active .listNews .date p {
    color: #896A5D;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 15px;
}

.latestNews .tab-pane.active .listNews h4 {
    font-size: 20px;
    color: #303030;
    line-height: 24px;
    font-family: Spectral-SemiBold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    height: 48px;
}

.latestNews .tab-pane.active .listNews li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(122, 139, 148, 0.51);
}

.latestNews .nav-tabs {
    /* position: absolute; */
    /* right: 15px; */
    /* width: 44%; */
    padding-bottom: 60px;
}

.latestNews .nav-tabs a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Sans-Bold;
    letter-spacing: 2px;
    padding: 20px;
    display: block;
    background: white;
    border: 2px solid rgba(227, 227, 227, 0.4);
}

.latestNews .nav-tabs li {
    /* width: 50%; */
    text-align: left;
    width: auto;
}
.latestNews.allSections .more {
    top: 55px;
}
.latestNews .nav-tabs li a.nav-link {
    border: 0;
    padding: 5px 10px;
    margin-right: 10px;
    color: #AEB4BB;
    font-size: 26px;
    font-family: Sans-SemiBold;
    background: 0;
}

.latestNews .nav-tabs li a.nav-link.active {
    border: 0;
    color: #17293D;
    background: #f7f7f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.latestNews .nav-tabs a.active {
    border: 0;
    background: rgba(227, 227, 227, 0.1);
}
.latestNews .nav-tabs a:hover {
    color: inherit;
}
.latestNews .tab-pane.active .listNews li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.latestNews.allSections {
    padding-top: 60px;
    position: relative;
    padding-bottom: 90px;
}
.newSection {
    background: rgba(227, 227, 227, 0.4);
    padding: 85px 0;
}
.latestNews.allSections .item .image {
    padding-bottom: 87%;
    background-position: center;
    background-size: cover;
}

.latestNews.allSections .item .info {
    background: rgba(10, 82, 133, 0.78);
    margin-top: -40px;
    /* margin-left: 25px; */
    padding: 15px;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
    position: absolute;
    bottom: 0;
}

.latestNews.allSections .item .info .date span {
    color: white;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.latestNews.allSections .item .info h3 {
    color: white;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
}

.latestNews.allSections:after {content: '';position: absolute;left: 0;right: 0;top: 109px;bottom: 25px;background: #E4E4E4;opacity: .3;z-index: -1;}

.electronicBooks.allSections {
    padding-top: 0;
    margin-top: -25px;
}

.newSection .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
}

.newSection .item a .image {
    width: 73px;
    min-width: 73px;
    background-size: contain;
    height: 76px;
    background-position: center;
    background-repeat: no-repeat;
}

.newSection .item a p {
    margin-bottom: 0;
    margin-left: 15px;
    color: #303030;
    font-size: 14px;
    line-height: 22px;
    font-family: Sans-SemiBold;
}
ul.menu {
    display: flex;
}

ul.menu > li {
    margin-right: 50px;
    position: relative;
}
.mainSub {
    position: absolute;
    box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.05);
    background: white;
    z-index: 1;
    margin-top: 10px;
    border-top: 3px solid #C4A8A1;
    padding: 10px;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}

.mainSub li {
    margin-bottom: 5px;
}

.mainSub li:last-child {
    margin-bottom: 0;
}

ul.menu > li:hover .mainSub {
    opacity: 1;
    visibility: visible;
}

.shareDiv {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%);
    z-index: 2;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
}

.shareDiv ul {
    display: flex;
    align-items: center;
    background: white;
    position: relative;
    padding: 55px 45px 25px;
}
.shareDiv li {
    margin-bottom: 0;
}
.shareDiv ul svg {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.shareBlur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .8;
    z-index: 1;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
}
.openShare .shareBlur{
    opacity: .8;
    visibility: visible;
}
.openShare .shareDiv{
    opacity: 1;
    visibility: visible;
}

.shareDiv ul li a {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    align-items: center;
}

.shareDiv ul li:last-child a {
    margin-right: 0;
}
li.share {
    cursor: pointer;
}
.btnClose {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
.partnersSlider {
    width: 100%;
    padding: 0 50px;
}
.newSection .flickity-prev-next-button {
    background: 0;
    border-radius: 0;
    padding: 0;
}

.newSection .flickity-prev-next-button path {
    fill: #C4A8A1;
}
.partnersSlider .flickity-slider {
    display: flex;
    align-items: center;
}
/*@media (min-width: 1920px) {*/
/*    !*.container-fluid{*/
/*        width: 1903px;*/
/*    }*!*/
/*    header .container-fluid{*/
/*        width: 100%;*/
/*    }*/
/*}*/
.projectsIndex .row:last-child {
    margin-bottom: 0;
}
.latestNews.allSections .item {
    position: relative;
}
.randomModal.stuctureModal .modalInfo > img {
    float: right;
    max-width: 20%;
}

.randomModal.stuctureModal .modalInfo {
    width: 100%;
    padding: 20px;
}



.elektronBaza.metbuat .tabs {
    margin-bottom: 50px;
}

.elektronBaza.metbuat .tabs .navItem {
    background: #F7F7F7;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.elektronBaza.metbuat .tabs .active.navItem {
    background: #1A4A68;
}

.elektronBaza.metbuat .tabs .navItem a {
    color: #17394D;
    font-size: 18px;
    font-family: Sans-Bold;
    letter-spacing: 2px;
    display: block;
    padding: 20px;
}

.elektronBaza.metbuat .tabs .navItem.active a {
    color: white;
}

.elektronBaza.metbuat .tabs .col-md-6:first-child {
    padding-right: 0;
}

.elektronBaza.metbuat .tabs .col-md-6:last-child {
    padding-left: 0;
}

.elektronBaza.metbuat form label {
    color: #1A4A68;
    font-size: 18px;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: Sans-Bold;
}

.elektronBaza.metbuat form label:after {
    bottom: 0;
    content: '';
    width: 37px;
    height: 2px;
    background: #896A5D;
    position: absolute;
    left: 0;
}

.elektronBaza.metbuat form .form-control {
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    border: 0;
    background: #F7F7F7;
    padding-left: 15px;
}
.elektronBaza.metbuat form .selectForm{
    background-color: #EFF7FD;
}
.elektronBaza.metbuat form select.form-control {
    background-image: url("../img/selectArr.png");
    background-position-y: center;
    background-position-x: 98%;
    background-repeat: no-repeat;
}
.elektronBaza.metbuat form select.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.elektronBaza.metbuat form .input-group img {
    position: absolute;
    right: 15px;
    width: 20px;
    top: 10px;
    z-index: 12;
}
.elektronBaza.metbuat .date span {
    color: #1A4A68;
    font-size: 15px;
    margin-bottom: 8px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
}
.srchCount {
    text-align: center;
    margin: 20px 0 30px;
}
.srchCount p {
    color: #17394D;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
}

.srchCount p span {
    color: #7D6257;
    display: inline-block;
    margin-left: 3px;
}
.elektronBaza.metbuat ._df_custom {
    display: block;
}
.df-ui-share {
    display: none;
}
.datepicker td, .datepicker th {
    width: 35px;
    height: 35px;
    color: #1A4A68;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    background: #F9F9F9;
    padding: 15px;
    font-family: Sans-Regular;
}

.table-condensed thead tr:nth-child(2) {
    background: white;
}

th.dow {
    color: #B79891;
}

.datepicker table tr td.today {
    background-color: #1A4A68!important;
    background-image: none;
    color: white;
}
.elektronBaza.metbuat form button {
    background: #1A4A68;
    border: 0;
    color: white;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
    width: 9%;
    height: 47px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
    margin-top: 20px;
}

.alphabet {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #BA9A93;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.alphabet .item {
    width: 59px;
    height: 62px;
    font-size: 18px;
    margin-right: 12px;
    margin-bottom: 12px;
    background: #F7F7F7;
    transition: .3s linear;
    color: #1A4A68;
}

.alphabet .item a {
    color: inherit;
    font-family: Sans-Bold;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.alphabet .item:hover {
    color: white;
    background: #1A4A68;
}

.alphabet .item.active {
    color: white;
    background: #1A4A68;
}

.dissertasiya .catName h2 {
    color: #162238;
    font-size: 24px;
    font-family: Sans-SemiBold;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.dissertasiya .catName h2:after {
    position: absolute;
    content: '';
    width: 37px;
    height: 2px;
    background: #896A5D;
    bottom: -7px;
    left: 0;
}

.dissertasiya .col-md-4 .item .subCat {
    background: #F7F7F7;
    margin-bottom: 13px;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .35s linear;
}
.dissertasiya .col-md-4 .item .subCat svg {
    min-width: 20px;
    transition: .3s linear;
}
.dissertasiya .col-md-4 .item .subCat p {
    color: #17394D;
    font-size: 17px;
    font-family: Sans-SemiBold;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.dissertasiya .col-md-4 .item .subItem ul li {
    padding: 10px 15px;
    background: #F7F7F7;
    margin-bottom: 7px;
    color: #7D6257;
    transition: .3s linear;
}

.dissertasiya .col-md-4 .item .subItem {
    margin-bottom: 25px;
    display: none;
}

.dissertasiya .col-md-4 .item .subItem ul li a {
    color: inherit;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: Sans-SemiBold;
    display: block;
}

.dissertasiya .col-md-4 .item .subItem ul li:hover {
    background: #EFF7FD;
    color: #1A4A68;
}

.dissertasiya .col-md-4 .item .subCat.opened {
    background: #1A4A68;
}

.dissertasiya .col-md-4 .item .subCat.opened p {
    color: white;
}

.dissertasiya .col-md-4 .item .subCat.opened svg path {
    fill: white;
}

.dissertasiya .col-md-4 .item .subCat.opened svg {
    transform: rotate(180deg);
}

.dissertasiya .col-md-4 .item {
    user-select: none;
}
.subAlphabet .item {
    width: 38px;
    height: 36px;
}

.subAlphabet {
    display: flex;
    margin-bottom: 70px;
}

.subAlphabet .item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #1A4A68;
    font-family: Sans-SemiBold;
}

.subAlphabet .active.item {
    background: #BA9A93;
}

.subAlphabet .active.item a {
    color: white;
}

.subCatName h4 {
    color: #7D6257;
    font-family: Sans-SemiBold;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.dissertasiya .result .item {
    background: #F7F7F7;
    margin-bottom: 35px;
    transition: .3s linear;
}

.dissertasiya .result .item a {
    font-size: 22px;
    color: #7D6257;
    transition: .3s linear;
    letter-spacing: 1px;
    padding: 10px 15px;
    display: block;
}
.dissertasiya .result .item:hover {
    background: #EFF7FD;
}

.dissertasiya .result .item:hover a {
    color: #1A4A68;
}
.selectedLetter {
    text-align: center;
    padding-top: 35px;
    margin-top: 35px;
    margin-bottom: 25px;
    border-top: 1px solid #BA9A93;
}

.selectedLetter span {
    font-size: 28px;
    font-family: Sans-Bold;
    color: #7D6257;
    position: relative;
    display: inline-block;
}

.selectedLetter span:after, .selectedLetter span:before {
    content: '';
    position: absolute;
    background: #1A4A68;
    width: 52px;
    height: 1px;
    top: 22px;
}

.selectedLetter span:after {
    right: -70px;
}

.selectedLetter span:before {
    left: -70px;
}
.withAlphabet .mainCats .col-md-4:last-child .catName {
    position: relative;
}

.withAlphabet .mainCats  .col-md-4:last-child .catName:after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/accDown.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    width: 28px;
    height: 20px;
    top: 5px;
    transition: .3s linear;
}
.withAlphabet .mainCats.opened  .col-md-4:last-child .catName:after {
    transform: rotate(180deg);
}
.withAlphabet .mainCats .item{
    display: none;
}
.withAlphabet .mainCats .catName {
    cursor: pointer;
}
.dissertation p + a {
    display: inline-block;
    font-size: 20px;
    font-family: Sans-SemiBold;
    padding: 15px 50px;
    background: #F7F7F7;
}

.dissertation p {
    color: #17394D;
    font-size: 18px;
    font-family: Sans-SemiBold;
    margin-bottom: 45px;
}
.datepicker-days>table>thead>tr>th.prev,
.datepicker-days>table>thead>tr>th.datepicker-switch,
.datepicker-days>table>thead>tr>th.next {
    display: none;
}

/* Hide days of previous month */
td.old.day{
    visibility: hidden;
}

/* Hide days of next month */
td.new.day{
    display: none;
}
@media (min-width: 1660px) {
    .projects .latest .newsImg{
        padding-bottom: 55%
    }
    /*.container-fluid{
         padding: 0 180px;
    }*/
    .mainVideo{
        margin: 0 180px;
    }/*
    .contactsWrapp .container-fluid{
        padding: 0 115px;
    }*/
    .rools .allDesc:before {
        right: -180px;
    }
    .eduCenter .col-lg-6:last-child:after {
        right: -165px;
    }
    .carousel-cell{
        padding-bottom: 49.4%;
    }
    .history .item .info .date p {
        /* font-size: 28px; */
    }

    .history .item .info .name p {
        /* font-size: 20px; */
    }

    .history .col-lg-7 .desc p {
        /* font-size: 18px; */
        /* line-height: 28px; */
    }
    header .container-fluid {
        /* padding: 0 60px; */
    }
    .catalog .desc p {
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 1px;
        font-family: Sans-SemiBold;
    }
}
@media (min-width: 991px){
    .elecBook{
        display: none;
    }
    .closeBtn {
        top: 15px;
        right: 15px;
    }

    .burgerMenu > nav > ul > li {
        border-bottom: 1px solid white;
        margin-bottom: 10px;
    }
    .burgerMenu {
        padding: 60px 50px;
        width: 410px;
        right: -410px;
        padding-right: 0;
    }

    .burgerMenu ul a {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .burgerSub ul li a {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .burgerMenu ul > .havSub > .svgBtn {
        right: 30px;
        width: 30px;
        height: 30px;
    }

    .burgerMenu .svgBtn svg {
        width: 60%;
        height: 60%;
    }

    .burgerMenu .subSub .svgBtn {
        width: 25px;
        height: 25px;
        right: 40px;
    }
}
@media (max-width: 1099px) and (min-width: 991px){
    .burgerMenu ul > .havSub > .svgBtn {
        right: 25%;
        width: 30px;
        height: 30px;
    }

    .burgerMenu .subSub .svgBtn {
        right: 35%;
        width: 25px;
        height: 25px;
    }

    .burgerMenu ul a {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .burgerSub ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1660px){
    .partnersSlider .col-md-3 {
        max-width: 33.3%;
    }
}
@media (max-width: 1440px) {
    .randomModal.stuctureModal{
        right: 15%;
        left: 15%;
    }
    .eduCenter .col-lg-5 {
        padding-right: 20px;
    }

    .eduCenter .col-lg-7 {
        padding-left: 20px;
    }

    .eduCenter .desc p {
        font-size: 16px;
        padding: 8px 0;
        margin-left: 20px;
    }

    .eduCenter .desc p:nth-child(2n+1):after {
        left: -20px;
    }
    .neshirlerMain .right {
        padding: 40px 50px;
    }
    .shura .col-lg-6:first-child {
        padding-right: 50px;
    }

    .shurImg {
        padding-bottom: 80%;
    }

    .shura .desc p {
        font-size: 17px;
    }
    /*.services .item {
        height: 300px;
    }*/
    header a {
        font-size: 14px;
    }
    header .topHeader .right a {
        font-size: 13px;
    }
    header .topHeader .right .searchBar input {
        font-size: 14px;
    }
    .mainVideo .title a {
        font-size: 15px;
        margin-top: 35px;
    }
    .allSections {
        padding-top: 80px;
    }
    .pageTitle {
        /*font-size: 40px;
        line-height: 60px;*/
        margin-bottom: 45px;
    }
    .catalog .desc p {
        font-size: 16px;
        line-height: 30px;
    }
    .catalog .desc {
        margin-right: 60px;
    }
    .allForm {
        padding: 50px 80px 70px;
    }
    .catalog .allForm label {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .catalog .allForm .form-control {
        height: 60px;
    }
    .allForm button {
        height: 60px;
        font-size: 17px;
    }
    .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
    /*.services .item .name p {
        font-size: 21px;
    }*/
    /*.services .icon {
        width: 150px;
        height: 150px;
    }*/
    .insideWrapper {
        padding-top: 50px;
    }
    .allDesc {
        font-size: 17px;
    }
    section.sendForm {
        margin-top: 100px;
    }
    .sendForm .allForm button {
        width: 19%;
        height: 70px;
    }
    .contacts .left p.title {
        font-size: 24px;
        margin-bottom: 45px;
    }
    /*.contacts .left {
        padding: 45px;
    }*/
    .contacts .left .info ul {
        width: 47%;
    }
    .contacts .left .info {
        justify-content: space-between;
    }
    .contacts .left .info ul li a {
        font-size: 15px;
    }
    .letters .title p {
        font-size: 18px;
        line-height: 26px;
    }
    .news .latest .item .cat p {
        font-size: 17px;
        margin-bottom: 13px;
    }
    .news .latest .item h2 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 15px;
    }
    .news .latest .item .desc p {
        font-size: 15px;
        line-height: 24px;
    }
    .news .latest .item .more a {
        font-size: 16px;
    }
    .news .latest .item .more a:before {
        width: 35px;
    }
    ul.pagination {
        margin-top: 40px;
    }
    .newsContainer .info h4 {
        font-size: 16px;
    }
    .news .date p {
        font-size: 14px;
    }
    .newsOpen ul li {
        font-size: 18px;
    }
    .newsOpen .desc p {
        font-size: 16px;
    }
    .rooms .item .info .name p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .rooms .item .info {
        padding: 20px 32px;
    }
    .projectsIndex .wrapper .right {
        padding: 35px;
    }
    .projectsIndex .wrapper .right h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .projectsIndex .wrapper .right .desc p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .projectsIndex .wrapper .right .more a {
        font-size: 17px;
    }
    .latestProjImg {
        height: 500px;
    }
    .projectsIndex .title p {
        font-size: 19px;
    }
    .projectsIndex .item .info {
        padding: 20px;
    }
    .projectsIndex .wrapper {
        margin-bottom: 70px;
    }
    .communications .item {
        margin-right: 0;
    }
    .communications .item .top .flagImg {
        width: 40%;
        margin-right: 20px;
    }
    .communications .item .top .flagImg img {
        width: 100%;
    }
    .communications .item .top .name p {
        font-size: 17px;
        line-height: 27px;
    }
    .communications .item .top .name {
        width: 60%;
    }
    .elektronBaza.elektronResurslar .item .info p {
        font-size: 19px;
    }
    .munasibetler .item.text h2 {
        font-size: 20px;
        line-height: 32px;
    }
    .munasibetler.munasibetler-2 .item .info .name p {
        font-size: 18px;
    }
    .munasibetler.munasibetler-2 .col-lg-6:first-child {
        padding-right: 50px;
    }
    .munasibetler.munasibetler-2 .col-lg-6:last-child {
        padding-left: 50px;
    }
    .munasibetler.munasibetler-2 .item .info .position p {
        font-size: 17px;
    }
    ul.menu > li {
        margin-right: 35px;
    }

    .mainSub {
        width: 180px;
    }

    .logo {
        width: 315px;
    }

    header .logo img {
        width: 100%;
    }

    /*.catalog form .form-group .form-control {
        font-size: 16px;
        padding-left: 40px;
    }*/

    .catalog form .form-group button {
        right: 40px;
        width: 30px;
    }

    .catalog form .form-group button img {
        width: 100%;
    }

    .latestNews .tab-pane.active .leftImg {
        height: 500px;
    }

    .latestNews .tab-pane.active .listNews h4 {
        font-size: 17px;
    }

    .latestNews .tab-pane.active .listNews {
        padding-top: 90px;
    }

    .latestNews .nav-tabs a {
        font-size: 18px;
        /* padding: 15px; */
    }

    .latestNews .tab-pane.active .listNews li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .newSection .item a .image {
        min-width: 60px;
        width: 60px;
    }

    .newSection .item a p {
        margin-left: 10px;
        font-size: 13px;
    }
}
@media(max-width: 1399px){
    .shura .col-lg-6:first-child {
        padding-right: 30px;
    }

    .shura .col-lg-6:last-child {
        padding-left: 30px;
    }
    .shura .mainDesc .title p {
        font-size: 18px;
    }

    .shura .desc p:nth-child(2n+2) {
        padding: 10px 0;
    }

    .shura .desc p {
        margin-left: 20px;
    }

    .shura .desc p:nth-child(2n+2):after {
        left: -20px;
    }

    .shura .mainDesc {
        padding: 20px;
    }
}
@media (max-width: 1299px) {
    .letters.certificates .item {
        width: 23.5%;
    }
    .eduCenter{
        padding-bottom: 90px;
    }
    section.rools.insideWrapper.workHours .allDesc p {
        font-size: 20px;
    }

    section.rools.insideWrapper.workHours {
        padding-bottom: 140px;
    }
    .neshirlerMain .results ul p {
        font-size: 15px;
    }

    .neshirlerMain .form-control {
        width: 350px;
        padding: 15px;
        font-size: 16px;
    }

    .neshirlerMain label {
        font-size: 16px;
    }

    .neshirlerMain .col-12 p {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 26px;
    }

    .neshirlerMain .right .head p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .neshirlerMain .right ol li {
        font-size: 15px;
    }

    .neshirlerMain .right {
        padding: 30px;
        margin-left: 15px;
    }
    .insideWrapper.medeniyyetWrapper .subTitle {
        font-size: 20px;
    }

    .neshirlerMedeniyyet .col-12 p {
        font-size: 16px;
    }

    .neshirlerMedeniyyet .item {
        font-size: 16px;
        padding: 15px;
    }
    .shura .col-lg-6:first-child {
        padding-right: 15px;
    }

    .shura .col-lg-6:last-child {
        padding-left: 30px;
    }

    .shura .desc p {
        font-size: 15px;
        line-height: 24px;
    }
    .eduCenter .col-lg-6:last-child:after {
        right: -65px;
    }
    header nav > ul > .havSub:hover > a {
        padding: 15px 20px;
    }
    .subMenu {
        left: -35px;
        right: -35px;
        padding-left: 70px;
    }
    header nav > ul > .havSub:hover a:after {
        width: 55%;
    }
    .subMenu ul li a {
        font-size: 16px;
    }
    header nav > ul > li:hover .subMenu {
        min-height: 330px;
    }
    .mainVideo .title h1 {
        /* font-size: 42px; */
        /* line-height: 60px; */
    }
    .mainVideo .title a {
        font-size: 14px;
        margin-top: 30px;
    }
    .mainVideo .title a img {
        height: 40px;
    }
    .pageTitle {
        /*font-size: 35px;
        line-height: 50px;*/
        width: 550px;
        letter-spacing: 2px;
    }
    .allSections {
        padding-top: 70px;
    }
    .catalog .row:last-child {
        margin-top: -22px;
    }
    .catalog .desc {
        margin-right: 30px;
    }
    .allForm {
        padding: 40px 70px 60px;
    }
    .catalog .allForm label {
        font-size: 14px;
    }
    .catalog .allForm .form-control {
        height: 50px;
    }
    .allForm button {
        height: 50px;
        font-size: 14px;
    }
    .allForm .form-control {
        font-size: 14px;
    }
    header .container-fluid {
        padding: 0 50px;
    }
    .catalog .desc p {
        font-size: 15px;
        line-height: 25px;
    }
    .allSections .pageTitle {
        /* margin-bottom: 60px; */
    }
    .container-fluid {
        padding: 0 80px;
    }
    /*.electronicBooks .item .name p {
        font-size: 16px;
    }*/
    /*.more a {
        font-size: 16px;
    }*/
    .more a:before {
        width: 35px;
    }
    .electronicBooks {
        /* padding-bottom: 90px; */
    }
    /*.services .item .name p {
        font-size: 18px;
    }*/
    /*.services .icon {
        width: 140px;
        height: 140px;
    }*/
    /*.services .icon img {
        width: 40%;
    }*/
    .reserved p {
        font-size: 15px;
    }
    footer .header h6 {
        font-size: 14px;
    }
    footer p {
        font-size: 14px;
    }
    .nav-tabs .nav-item .nav-link {
        font-size: 15px;
    }
    .services {
        padding: 50px 0 90px;
    }
    .sendForm .allForm button {
        width: 15%;
        height: 60px;
    }
    .allForm .item .form-group .form-control {
        height: 50px;
    }
    .allForm span {
        font-size: 19px;
    }
    .allDesc {
        font-size: 16px;
    }
    .navigation .breadCramps a {
        font-size: 14px;
    }
    .back a {
        font-size: 14px;
    }
    div#map {
        height: 500px;
    }
    /*.contacts .left {
        padding: 20px 30px;
    }*/
    .contacts{
        width: 100%;
        padding: 0 30px;
    }
    .contacts .left p.title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .contacts .left .info ul li span {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .contacts .left .info ul li a {
        font-size: 14px;
    }
    .contacts .left .info ul li {
        margin-bottom: 15px;
    }
    .contacts .left .info ul li:last-child {
        margin-bottom: 0;
    }
    .elektronBaza .item .info p {
        font-size: 15px;
    }
    .elektronBaza .item .info {
        padding: 10px;
    }
    ul.pagination {
        font-size: 18px;
    }
    .history .item .info {
        padding: 15px;
    }
    .history .item .info .date p {
        font-size: 20px;
    }
    .history .item .info .name p {
        font-size: 15px;
        line-height: 26px;
    }
    .letters .title p {
        font-size: 16px;
        line-height: normal;
        margin: 10px 0 6px;
    }
    .letters .title span {
        font-size: 14px;
    }
    .letters .letterImg .zoomIn p {
        font-size: 16px;
    }
    .letters .letterImg .zoomIn p:before {
        width: 35px;
    }
    .latest .topBar p {
        font-size: 16px;
    }
    .news .latest .item {
        padding-left: 30px;
    }
    .news .latest .item h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .news .latest .item .desc p {
        font-size: 14px;
        line-height: 22px;
    }
    .news .latest .item .more a {
        font-size: 15px;
    }
    .news .latest .item .more a:before {
        width: 30px;
    }
    .newsContainer .info {
        padding: 12px;
    }
    .newsContainer .info h4 {
        font-size: 15px;
    }
    .newsOpen ul li {
        font-size: 15px;
    }
    .newsOpen .desc p {
        font-size: 15px;
    }
    .newsOpen .desc {
        margin-top: 40px;
    }
    .slider .head p {
        font-size: 16px;
    }
    .slider .head {
        top: -50px;
    }
    .carousel-cell {
        padding-bottom: 48.5%;
    }
    .insideWrapper {
        padding-top: 40px;
    }
    .news {
        padding-bottom: 80px;
    }
    .slider {
        margin-bottom: 25px;
    }
    .rooms .item .info .name p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .rooms .item .info {
        padding: 15px 20px;
    }
    .rooms .item .info .shortDesc p {
        font-size: 15px;
    }
    .rooms {
        padding-bottom: 50px;
    }
    .rooms .item .info .name p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .rooms .item .info {
        padding: 15px 20px;
    }
    .rooms .item .info .shortDesc p {
        font-size: 15px;
    }
    .rooms {
        padding-bottom: 50px;
    }
    .roomsModal .modalDesc {
        padding: 30px 35px;
    }
    .roomsModal .modalDesc .title p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .roomsModal .modalDesc .desc p {
        font-size: 15px;
        line-height: 24px;
    }
    .rools .allDesc:before {
        width: 38%;
        right: -80px;
        height: 360px;
    }
    .rools:after {
        width: 50%;
        height: 470px;
    }
    .rools .allDesc p {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .rools .allDesc {
        font-size: 15px;
    }
    .structureImg img {
        width: 100%;
    }
    .randomModal.stuctureModal .modalDesc {
        padding: 30px 35px;
    }
    .randomModal.stuctureModal .position h2 {
        font-size: 17px;
        line-height: 26px;
        width: 100%;
    }
    .randomModal.stuctureModal li span {
        margin-bottom: 10px;
    }
    .randomModal.stuctureModal li {
        margin-bottom: 20px;
    }
    .randomModal.stuctureModal {
        top: 10%;
        right: 10%;
        left: 10%;
        bottom: 10%;
    }
    .projectsIndex .wrapper .right {
        padding: 25px;
    }
    .projectsIndex .date p {
        font-size: 14px;
    }
    .projectsIndex .wrapper .right h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 18px;
    }
    .projectsIndex .wrapper .right .desc p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .projectsIndex .wrapper .right .more a {
        font-size: 16px;
    }
    .projectsIndex .wrapper .right .more a:before {
        width: 30px;
    }
    .latestProjImg {
        height: 450px;
    }
    .projectsIndex .title p {
        font-size: 17px;
    }
    .communications .item .getPdf a {
        font-size: 16px;
    }
    .communications .item .top .name p {
        font-size: 16px;
    }
    .communications .item .top {
        margin-bottom: 20px;
    }
    .communications .item {
        padding-bottom: 20px;
    }
    .elektronBaza.elektronResurslar .item .info p {
        font-size: 17px;
    }
    .munasibetler .item.text h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .munasibetler .item .info {
        padding: 10px 15px;
        margin-left: 25px;
    }
    .munasibetler .item .info .name p {
        font-size: 16px;
    }
    .munasibetler .item .info .position p {
        font-size: 14px;
    }
    .munasibetler.munasibetler-2 .col-lg-6:first-child {
        padding-right: 30px;
    }
    .munasibetler.munasibetler-2 .col-lg-6:last-child {
        padding-left: 30px;
    }
    .munasibetler.munasibetler-2 .item.text h2 {
        font-size: 20px;
    }
    .munasibetler.munasibetler-2 .item .info .name p {
        font-size: 16px;
    }
    .munasibetler.munasibetler-2 .item .info .position p {
        font-size: 15px;
    }
    ul.menu {
        display: none;
    }

    .mainVideo {
        height: 500px;
        margin: 0 80px;
    }

    .newSection {
        padding: 55px 0;
    }

    .latestNews .tab-pane.active .leftImg {
        height: 455px;
    }

    .latestNews .nav-tabs a {
        padding: 15px;
        font-size: 16px;
    }

    .latestNews .tab-pane.active .listNews {
        padding: 20px 30px;
        padding-top: 56px;
    }

    .latestNews .tab-pane.active .listNews h4 {
        font-size: 16px;
        /* letter-spacing: 1px; */
    }

    .latestNews .tab-pane.active .listNews .date p {
        font-size: 14px;
    }

    .latestNews .tab-pane.active .leftImg .name h3 {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .latestNews .tab-pane.active .leftImg .name {
        padding: 15px 25px;
    }
    .mainVideo .flickity-page-dots .dot {
        width: 15px;
        height: 15px;
    }

    .mainVideo .flickity-prev-next-button {
        width: 50px;
        height: 50px;
    }
    .container-fluid {
        width: 100%;
        padding: 0 30px;
    }

    .indexHeader header .container-fluid {
        width: 100%;
        padding: 0 30px;
    }

    .indexHeader header .bottom > ul {
        padding: 0 15px;
    }

    .indexHeader header ul a {
        font-size: 13px;
    }

    .indexHeader header ul li.logo {
        width: 255px;
    }

}
@media (max-width: 1099px) {

    .letters.certificates .item {
        width: 32%;
    }
    .subMenu {
        right: -15px;
    }
    .eduCenter .col-lg-6:last-child:after {
        right: -35px;
    }
    .logo {
        width: 270px;
    }
    .logo img {
        width: 100%;
    }
    header .topHeader .right .searchBar {
        margin: 0 20px;
    }
    header .container-fluid {
        padding: 0 30px;
    }
    .allSections {
        padding-top: 50px;
    }
    .pageTitle {
        font-size: 30px;
        line-height: 40px;
    }
    .container-fluid {
        padding: 0 50px;
    }
    .contacts {
        padding: 0 50px;
    }
    .catalog .desc {
        margin: 0;
    }
    .allForm {
        padding: 30px 60px 50px;
    }
    .catalog .allForm label {
        margin-bottom: 15px;
    }
    .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }
    .newBookTabs .booksContainer .item {
        width: 23%;
    }
    /*.services .item {
        height: 280px;
    }*/
    /*.services .icon {
        width: 120px;
        height: 120px;
    }*/
    .services .item .name p {
        font-size: 16px;
    }
    .latestNews .item .desc p {
        font-size: 15px;
    }
    .latestNews .item .name p {
        font-size: 16px;
    }
    .latestNews .item .date p {
        font-size: 14px;
    }
    .modal-content {
        padding: 30px 15px;
        font-size: 14px;
    }
    .modal-content p {
        margin-bottom: 15px;
    }
    .allDesc {
        font-size: 14px;
    }
    section.sendForm {
        margin-top: 80px;
    }
    .allForm span {
        font-size: 17px;
    }
    .allForm .item {
        margin-bottom: 20px;
    }
    .sendForm .allForm button {
        height: 50px;
    }
    /*.contacts .left {
        padding: 20px 20px 20px 0;
        width: 35%;
    }*/
    .contacts .left p.title {
        font-size: 18px;
    }
    /*.contacts .right {
        width: 65%;
    }*/
    .history .col-lg-7 .desc p {
        font-size: 14px;
    }
    .history .col-lg-7:last-child .desc {
        padding-left: 25px;
    }
    .history .col-lg-7:first-child .desc {
        padding-right: 35px;
    }
    .history .item .info .date p {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .history .item .info {
        height: 130px;
        overflow: hidden;
        padding: 10px;
        margin-left: 20px;
    }
    .history .item .info .name p {
        font-size: 14px;
        line-height: normal;
    }
    .history .item .historyImg {
        padding-bottom: 70%;
    }
    .latest .newsImg {
        padding-bottom: 62%;
    }
    .news .latest .item .cat p {
        font-size: 15px;
        margin-bottom: 9px;
    }
    .news .latest .item h2 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .news .latest .item .desc p {
        margin-bottom: 25px;
    }
    .news .latest .item .more a:before {
        width: 25px;
    }
    .newsContainer .info h4 {
        font-size: 14px;
    }
    .newsContainer .info {
        margin-left: 15px;
        padding: 10px;
        margin-bottom: 30px;
    }
    .rooms .col-lg-6:first-child {
        padding-right: 25px;
    }
    .rooms .col-lg-6:last-child {
        padding-left: 25px;
    }
    .randomModal {
        top: 8%;
        left: 8%;
        right: 8%;
        bottom: 8%;
    }
    .closeBtn {
        top: 13px;
        right: 20px;
    }
    .roomsModal .modalDesc {
        padding: 25px;
    }
    .roomsModal .modalDesc .title p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .roomsModal .modalDesc .desc p {
        font-size: 14px;
    }
    .rools .allDesc:before {
        right: -50px;
        height: 320px;
    }
    .rools {
        padding-bottom: 90px;
    }
    .rools:after {
        height: 440px;
    }
    .rools .allDesc {
        font-size: 14px;
    }
    .rools .allDesc p {
        line-height: 24px;
    }
    .allForm label {
        font-size: 14px;
    }
    .projectsIndex .wrapper .left {
        width: 73%;
    }
    .communications .item .top .name p {
        font-size: 14px;
    }
    .munasibetler .item.text h2 {
        font-size: 15px;
        line-height: 25px;
    }
    .munasibetler .item .info {
        padding: 10px;
        margin-left: 15px;
    }
    .munasibetler .item .info .name p {
        font-size: 15px;
    }
    .rools .allDesc .head p{
        font-size: 20px;
    }
    .rools .allDesc .mainDesc p{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .rools .allDesc .mainDesc ul p {
        font-size: 15px;
    }

    .mainDesc ul {
        margin-bottom: 20px;
    }
    .mainVideo {
        height: 450px;
        margin: 0 50px;
    }
}
@media (max-width: 1024px) {
    .randomModal,
    .randomModal.stuctureModal {
        top: 30%;
        bottom: 30%;
    }
}
@media (max-width: 991px) {
    .eduCenter .col-lg-7 {
        padding-left: 15px;
        margin-top: 20px;
    }

    .eduCenter .desc .mainDesc {
        padding: 20px;
    }

    .eduCenter h4 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }

    .eduImg {
        margin-top: 40px;
    }
    .neshirlerMain .right {
        margin-left: 0;
        padding: 20px;
    }

    .neshirlerMain .results ul p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .neshirlerMain .form-control {
        padding: 10px 15px;
        font-size: 15px;
    }

    .neshirlerMain .form-group {
        margin-bottom: 20px;
    }

    .neshirlerMain .results ul li {
        margin-bottom: 10px;
    }

    .neshirlerMain .right .head p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 22px;
    }

    .neshirlerMain .right ol li {
        font-size: 14px;
    }
    .neshirlerMedeniyyet .monthRow .item a {
        padding: 15px;
    }
    .neshirlerMedeniyyet .col-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .insideWrapper.medeniyyetWrapper .subTitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .insideWrapper.medeniyyetWrapper .pageTitle {
        margin-bottom: 40px;
    }
    .neshirlerMedeniyyet .item {
        font-size: 14px;
    }
    .shurImg {
        padding-bottom: 50%;
        margin-top: 20px;
    }

    .shura .col-lg-6:last-child {
        padding-left: 15px;
    }

    .shura .title p {
        font-size: 19px;
    }
    .eduCenter .col-lg-6:last-child:after {
        right: -15px;
    }
    header .topHeader {
        padding: 15px 0;
        align-items: center;
    }
    header .topHeader .right {
        margin-bottom: 0;
    }

    .mainVideo .title h1 {
        font-size: 27px;
        line-height: 38px;
        width: 400px;
    }
    .mainVideo .title a {
        margin-top: 20px;
    }
    .pageTitle {
        font-size: 26px;
        width: 500px;
        margin-bottom: 40px;
    }
    .catalog .allForm {
        padding: 30px 40px 45px;
    }
    .catalog .desc p {
        font-size: 14px;
    }
    .allSections .pageTitle {
        margin-bottom: 45px;
    }
    .nav-tabs .nav-item .nav-link {
        padding-top: 15px;
    }
    .newBookTabs .booksContainer .item .name h4 {
        font-size: 14px;
    }
    .newBookTabs .booksContainer .item .name,
    .newBookTabs .booksContainer .item .desc {
        padding-left: 10px;
        padding-right: 10px;
    }
    .newBookTabs {
        padding-bottom: 30px;
    }
    .electronicBooks .item .name p {
        font-size: 14px;
    }
    .allSections {
        padding-top: 40px;
    }
    .services .item {
        height: auto;
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .services .icon {
        width: 100px;
        height: 100px;
        border-width: 4px;
    }
    .services .item .name p {
        font-size: 15px;
    }
    .services {
        padding: 40px 0 ;
    }
    .latestNews .item .name p {
        font-size: 14px;
        margin-top: 15px;
    }
    .latestNews .item .desc p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .container-fluid {
        padding: 0 30px;
    }
    .contacts {
        padding: 0 30px;
    }
    .reserved p {
        font-size: 14px;
    }
    .catalog .row:last-child {
        margin-top: -10px;
    }
    .allForm {
        padding: 30px;
    }
    .allForm .item .form-group {
        width: 48%;
    }
    section.sendForm {
        padding-bottom: 90px;
    }
    .contacts .left {
        width: 40%;
        left: 33px;
    }
    .elektronBaza .item .info p {
        font-size: 14px;
    }
    .elektronBaza .item .info {
        margin-left: 10px;
    }
    .history .item .info .date p {
        font-size: 15px;
    }
    .history .item .info {
        margin-left: 10px;
    }
    .history .col-lg-7:last-child .desc {
        padding-left: 15px;
    }
    .history .col-lg-7:first-child .desc {
        padding-right: 15px;
    }
    .history .col-lg-7 .desc p {
        line-height: 24px;
    }
    .letters:after {
        top: 29%;
    }
    .letters {
        padding-bottom: 80px;
    }
    .news .latest .item {
        padding-left: 0;
    }
    .news .latest .item h2 {
        font-size: 14px;
    }
    .news .latest .item .desc p {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .newsContainer .info h4 {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .newsContainer .info {
        margin-left: 10px;
    }
    .newsTabs .nav-tabs {
        margin-bottom: 40px;
    }
    .newsOpen ul li {
        font-size: 14px;
    }
    .slider .head p {
        font-size: 14px;
    }
    .slider .head {
        top: -45px;
    }
    .navigation .back {
        display: none;
    }
    .rooms .item .info {
        margin-left: 20px;
        padding: 12px 15px;
    }
    .rooms .item .info .name p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .rooms .item .info .shortDesc p {
        font-size: 14px;
    }
    .rooms .row:last-child {
        margin-bottom: 20px;
    }
    .randomModal,
    .randomModal.stuctureModal {
        top: 15%;
        bottom: 15%;
        right: 5%;
        left: 5%;
    }
    .roomsModal .modalDesc {
        padding: 15px;
    }
    .roomsModal .modalDesc .title p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .projects .latest .newsImg {
        margin-left: 0;
    }
    .projects .latest .item {
        padding-right: 0;
    }
    .projects .row.latest .pageTitle {
        width: auto;
    }
    .rooms .col-lg-6:first-child {
        padding-right: 15px;
    }
    .rooms .col-lg-6:last-child {
        padding-left: 15px;
    }
    .projectsIndex .wrapper .right {
        padding: 20px;
        width: 50%;
        margin-left: -195px;
    }
    .projectsIndex .wrapper .right h2 {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .projectsIndex .wrapper .right .desc p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .projectsIndex .wrapper .right .more a {
        font-size: 14px;
    }
    .projectsIndex .wrapper .right .more a:before {
        width: 27px;
    }
    .latestProjImg {
        height: 400px;
    }
    .projectsIndex .title p {
        font-size: 15px;
    }
    .rools .allDesc:before {
        right: -30px;
    }
    .elektronBaza.elektronResurslar .item .info p {
        font-size: 14px;
    }
    .munasibetler.munasibetler-2 .col-lg-6:first-child {
        padding-right: 15px;
    }
    .munasibetler.munasibetler-2 .col-lg-6:last-child {
        padding-left: 15px;
    }
    .munasibetler.munasibetler-2 .item .info .name p {
        font-size: 14px;
    }
    .munasibetler.munasibetler-2 .item .info .position p {
        font-size: 14px;
    }
    .munasibetler.munasibetler-2 .item.text h2 {
        font-size: 16px;
    }
    .munasibetler.munasibetler-2 .item.text {
        padding-bottom: 15px;
    }
    .navigation .breadCramps {
        width: 100%;
    }
    .mainVideo {
        margin: 0;
    }

    .catalog.allSections {
        padding: 15px;
    }

    .catalog form .form-group .form-control {
        height: 60px;
        letter-spacing: 1px;
        padding-left: 25px;
    }

    .catalog form:before, .catalog form:after {
        width: 100px;
    }

    .catalog form .form-group button {
        width: 25px;
        right: 25px;
        top: 15px;
    }

    .allSections .pageTitle {
        font-size: 26px;
        width: 500px;
    }

    .latestNews .tab-pane.active .listNews h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .latestNews .nav-tabs a {
        font-size: 15px;
        padding: 12px;
    }

    .latestNews .tab-pane.active .listNews .date p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .latestNews .tab-pane.active .listNews li {
        padding-bottom: 0;
    }

    .latestNews .tab-pane.active .leftImg {
        height: 393px;
    }

    .latestNews .tab-pane.active .leftImg .name h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .latestNews .tab-pane.active .leftImg .name .date p {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .latestNews .tab-pane.active .leftImg .name {
        padding: 10px 15px;
    }

    .latestNews .tab-pane.active .listNews {
        padding-left: 20px;
        padding-right: 20px;
    }

    .electronicBooks .col-lg-3:last-child {
        display: none;
    }
    .newSection .item a {
        flex-direction: column;
    }

    .newSection .item a p {
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }

    .newSection {
        padding: 30px 0;
    }
    .newSection .item a .image {
        width: 70px;
        min-width: 70px;
    }

    .indexHeader header {
        display: none;
    }

    .mobileHeader header {
        display: block;
    }

    header .topHeader .right .lang {
        margin-right: 15px;
        margin-left: 15px;
    }

    .latestNews.allSections .item .info h3 {
        font-size: 14px;
        height: 43px;
        overflow: hidden;
    }

    .latestNews.allSections .item .info .date span {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .latestNews.allSections .item .info {
        padding: 10px;
    }
}
@media (max-width: 768px){
    .burgerMenu {
        right: -60%;
        width: 60%;
    }
    .randomModal, .randomModal.stuctureModal {
        top: 30%;
        bottom: 30%;
    }
    .wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .contacts .left {
        width: 100%;
        position: unset;
        padding-top: 0;
    }

    .contacts .right {
        width: 100%;
    }

    div#map {
        height: 350px;
    }

    .pageTitle {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .partnersSlider .col-md-3 {
        max-width: 50%;
    }
    .projectsIndex .title p {
        font-size: 14px;
    }

    .rooms .item .info {
        margin-left: 10px;
    }

    .projectsIndex .date p {
        font-size: 13px;
    }
    .latestProjImg {
        height: auto;
        padding-bottom: 70%;
    }
    .projectsIndex .wrapper {
        display: block;
    }

    .projectsIndex .wrapper .left {
        width: 100%;
    }

    .projectsIndex .wrapper .right {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .carousel.carousel-nav {
        display: none;
    }

    .slider .openSlider {
        width: 100%;
        margin: 0;
    }
    .newsOpen .desc {
        margin-top: 0;
        margin-bottom: 0;
    }
    .shura .mainDesc .title p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .shura .mainDesc {
        padding: 15px;
    }

    .shura .desc p {
        margin-left: 0;
        padding: 8px!important;
        margin-bottom: 0;
    }

    .shura .desc p:nth-child(2n+2):after {
        left: 0;
    }
    .eduCenter{
        padding-bottom: 60px
    }
    .eduCenter h4 {
        margin-top: 0;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .eduImg {
        margin-top: 20px;
    }
    .eduCenter .desc p {
        font-size: 14px;
        margin-left: 0;
        padding: 8px;
    }

    .eduCenter .desc p:nth-child(2n+1):after {
        left: 0;
    }

    .eduCenter .desc .mainDesc {
        padding: 15px;
    }
    section.rools.insideWrapper.workHours .allDesc .mainDesc {
        padding: 20px;
    }
    section.rools.insideWrapper.workHours .allDesc p {
        font-size: 17px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section.rools.insideWrapper.workHours {
        padding-bottom: 120px;
    }
    .rools .allDesc .mainDesc {
        padding: 15px 20px;
    }

    .rools .allDesc .head p {
        font-size: 16px;
    }

    .rools .allDesc .mainDesc p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .rools .allDesc .mainDesc ul p {
        font-size: 14px;
    }

    .mainDesc ul {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .rools .allDesc .mainDesc ul li:nth-child(2n+2) p:after {
        left: 0;
    }
    .history .item {
        margin-bottom: 15px;
    }

    .history .col-lg-7:last-child .desc {
        padding-left: 0;
    }

    .history .row:nth-child(2n+2) {
        flex-direction: column-reverse;
    }

    .history {
        padding-bottom: 80px;
    }
    section.neshirlerMain {
        padding-bottom: 80px;
    }
    .neshirlerMain .form-control {
        width: 85%;
    }

    .neshirlerMain .col-12 p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .neshirlerMain .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .neshirlerMain .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .neshirlerMain label {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .insideWrapper {
        padding-top: 20px;
    }
    .randomModal.stuctureModal .modalDesc {
        padding: 20px;
    }

    .randomModal.stuctureModal .position h2 {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    .randomModal.stuctureModal .name p {
        font-size: 15px;
    }

    .randomModal.stuctureModal .info p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .randomModal.stuctureModal li span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .randomModal.stuctureModal li a {
        font-size: 14px;
    }

    .randomModal.stuctureModal li {
        margin-bottom: 10px;
    }
    .contacts .left {
        padding-top: 0;
    }

    .contacts .left p.title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contacts .left .info ul li a {
        font-size: 12px;
    }

    .contacts .left .info ul li span {
        font-size: 14px;
        margin-bottom: 0;
    }

    .contacts .left .info ul li a:not([href]):not([tabindex]) {
        line-height: 20px;
    }

    div#map {
        height: 300px;
        width: 100%;
    }
    .allForm span {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .allForm {
        padding: 15px;
    }

    .allForm .item {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .allForm .item .form-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .allForm .item .form-group .form-control {
        height: 40px;
    }

    .sendForm .allForm button {
        width: 35%;
    }

    .nav-tabs .nav-item .nav-link {
        padding-top: 10px;
        font-size: 13px;
        border-width: 3px;
        font-family: Sans-SemiBold;
    }

    .nav-tabs .nav-item .nav-link.active {
        border-width: 3px;
    }
    .neshirlerMedeniyyet .col-2 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .insideWrapper.medeniyyetWrapper .subTitle {
        font-size: 16px;
    }
    .ekspertKomissiyasi .allDesc .mainDesc p:nth-child(2n+1):after {
        left: 0;
    }

    .ekspertKomissiyasi .allDesc .mainDesc {
        padding: 15px;
    }

    .ekspertKomissiyasi .allDesc .mainDesc p {
        padding: 8px;
        margin-left: 0;
    }
    .ekspertKomissiyasi .allDesc {
        margin-bottom: 0;
    }
    .neshirlerMedeniyyet .col-12 p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    section.neshirlerMedeniyyet {
        padding-bottom: 80px;
    }
    .letters.certificates .item {
        width: 48%;
    }
    .shura .title p {
        font-size: 16px;
    }
    .shura .desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .shura {
        padding-bottom: 80px;
    }

    .shura .col-lg-6:last-child:before {
        display: none;
    }
    .randomModal, .randomModal.stuctureModal {
        top: 15%;
        bottom: 15%;
    }
    .burgerMenu {
        right: -80%;
        bottom: 0;
        width: 80%;
    }
    .burgerMenu a {
        font-size: 14px;
    }

    .burgerMenu ul .svgBtn svg {
        width: 85%;
        height: 60%;
    }

    .burgerMenu ul .svgBtn {
        right: 30px;
    }
    .modal-dialog {
        width: 95%;
    }

    .modal-content p {
        font-size: 13px;
    }

    .modal-content {
        padding: 15px;
    }

    .modal-body {
        padding: 0;
    }
    header .lang a {
        font-size: 14px!important;
    }

    header .container-fluid {
        padding: 0 15px;
    }

    .logo {
        width: 260px;
    }

    #nav-icon3 {
        width: 27px;
        height: 15px;
    }

    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 6px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 12px;
    }

    #nav-icon3 span {
        height: 2px;
    }

    header .topHeader .right .lang {
        margin-left: 0;
        margin-right: 11px;
    }

    header .lang a:first-child {
        margin-left: 0;
    }
    .pageTitle {
        width: 100%;
    }

    .newBookTabs .booksContainer .item {
        width: 48%;
    }

    .container-fluid {
        padding: 0 15px;
    }
    .contacts {
        padding: 0 15px;
    }
    .newBookTabs ul.nav.nav-tabs {
        display: none;
    }

    .newBookTabs .tab-content {
        margin-top: 20px;
    }

    .pageTitle {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 25px;
    }

    .allSections .pageTitle {
        margin-bottom: 25px;
    }

    .catalog .desc p {
        margin: 20px 0;
        line-height: 20px;
    }

    .catalog .allForm {
        padding: 20px;
    }

    .catalog .allForm .form-control {
        width: 100%;
        margin-bottom: 15px;
    }

    .catalog .allForm button {
        width: 30%;
    }

    .services .item {
        margin-bottom: 20px;
    }

    .services {
        padding: 40px 0;
    }

    footer {
        padding: 40px 0;
    }

    footer .text-right {
        text-align: left!important;
        margin-top: 15px;
    }

    footer .header {
        margin-top: 15px;
    }

    footer .header h6 {
        margin-bottom: 20px;
    }

    .mainVideo .title h1 {
        width: 70%;
        font-size: 24px;
        line-height: 35px;
    }
    .rools .allDesc:before {
        right: -15px;
    }
    .eduCenter .col-lg-6:last-child:after {
        right: 0;
    }
    .modal-carousel {
        width: 100%!important;
    }

    .modalDesc {
        width: 100%!important;
    }

    .randomModal, .randomModal.stuctureModal {
        flex-direction: column;
    }

    .modalImg {
        padding-bottom: 80%;
        height: auto;
    }
    .rooms .item .info .name p {
        font-size: 14px;
    }

    .rooms .item .info .shortDesc p {
        font-size: 13px;
    }

    .rooms .item .roomsImg {
        margin-right: 10px;
    }
    .rooms .row:last-child .col-lg-6:last-child .item {
        margin-bottom: 0;
    }
    .latest .newsImg {
        margin-bottom: 20px;
    }
    .newBookTabs .booksContainer .item:nth-child(2n) {
        display: none;
    }
    .electronicBooks .col-sm-6:nth-child(3) {
        display: none;
    }

    .catalog form .form-group .form-control {
        font-size: 15px;
        padding-left: 16px;
        height: 50px;
    }

    .catalog form .form-group button {
        width: 20px;
        right: 20px;
    }

    .catalog form:before, .catalog form:after {
        width: 60px;
    }

    .catalog form .form-group {
        /* margin: 0 20px; */
    }

    .allSections .pageTitle {
        font-size: 24px;
        width: 100%;
    }

    .allSections .more {
        /* position: unset; */
    }

    .allSections .more a {
    }

    .latestNews .nav-tabs {
        position: unset;
        width: 100%;
        margin-top: 15px;
    }

    .latestNews .tab-pane.active {
        flex-direction: column;
    }

    .latestNews .tab-pane.active .leftImg {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
    }

    .latestNews .tab-pane.active .listNews {
        width: 100%;
        padding: 20px 15px;
    }

    .latestNews .tab-pane.active .listNews h4 {
        height: auto;
    }

    .latestNews .tab-pane.active .listNews li {
        padding-bottom: 10px;
    }

    .electronicBooks .item .electronicImg {
        margin-top: 15px;
    }

    .mainVideo .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
    }

    .mainVideo .flickity-prev-next-button {
        width: 40px;
        height: 40px;
    }
    .latestNews.allSections {
        padding-top: 40px;
    }

    .latestNews .nav-tabs li a.nav-link {
        font-size: 21px;
    }

    .latestNews.allSections .item .image {
        padding-bottom: 73%;
    }

    .latestNews.allSections .item .info {
        width: 100%;
        right: 0;
        left: 0;
    }

    .latestNews.allSections .item .info h3 {
        font-size: 17px;
        height: auto;
        overflow: visible;
    }

    .latestNews.allSections:after {
        top: 95px;
    }

    .latestNews.allSections .more {
        top: 67px;
    }

    .latestNews.allSections .item {
        margin-bottom: 25px;
    }
}
@media (max-width: 600px){
    .partnersSlider .col-md-3 {
        max-width: 100%;
    }
    .mainVideo {
        height: 390px;
    }

    .mainVideo .flickity-prev-next-button {
        display: none;
    }

    .mainVideo .title h1 {
        width: 90%;
        font-size: 20px;
        line-height: 30px;
    }

    .catalog form:before, .catalog form:after {
        display: none;
    }

    .catalog form .form-group {
        width: 100%;
        margin: 0;
    }

    .catalog form .form-group .form-control {
        font-size: 14px;
        padding-left: 10px;
    }

    .catalog form .form-group button {
        right: 10px;
    }

    .allSections .pageTitle {
        font-size: 19px;
    }

    .allSections .more a {
        font-size: 13px;
    }

    .latestNews .nav-tabs {
        margin-top: 10px;
    }

    .latestNews .tab-pane.active .leftImg {
        padding-bottom: 70%;
    }

    .latestNews .tab-pane.active .leftImg .name h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .electronicBooks .col-sm-6:nth-child(3) {
        display: block;
    }
    .logo {
        width: 210px;
    }

    header .lang a {
        font-size: 12px!important;
    }

    header .topHeader .right .lang {
        margin-right: 7px;
    }

    #nav-icon3 {
        width: 22px;
    }

    .catalog.allSections {
        padding: 10px;
    }

    .catalog form .form-group button {
        top: 11px;
    }

    .latestNews .nav-tabs li a.nav-link {
        font-size: 19px;
    }

    .latestNews.allSections:after {
        top: 87px;
    }
}
@media(max-width: 375px){
    .mainVideo {
        height: 345px;
    }
}
.neshirlerMedeniyyet .yearRow .item a{
    color: #fff;
    display: block;
    padding: 20px;
}
.elektronBaza.metbuat form select.form-control#date, .elektronBaza.metbuat form select.form-control#year, .elektronBaza.metbuat form select.form-control#month, .elektronBaza.metbuat form select.form-control#day{
    background-image: none;
}