.btn-theme{}
.btn-theme:hover{}
.btn-theme.active, .btn-theme:active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}
.nav-left .nav-left__item:after, 
.nav-left .dropdown-item:after {

}

.form-reviews{}
.form-reviews_header{}


.reviews .reviews-item {
}

.reviews .reviews-item:nth-child(odd) {
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover{
     font-weight: 500;
}
.nav-tabs li a {
    font-weight: 500;
    color: #000;
    border-bottom: 2px dashed #000000;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 20px 0px 0px;
}

.question_answers{
    margin-top: 20px;
    margin-bottom: 30px;
}
.question_answer-item{
    border: 1px solid #f2f2f2;
    padding: 25px 80px 15px 25px;
    cursor: pointer;
}
.question_answer-item .title{
    font-weight: 600;
    position: relative;
}
.question_answer-item .title .fa{
    position: absolute;
    right: -60px;
    top: -5px;
    font-size: 30px;
}
.question_answer-item .answer-text{
    display: none;
    margin-top: 20px;
}
.question_answer-item.show .answer-text{
    display: block;
}

.question_answer-item.show {
    background: #f9f9f9;
}

.slick-list {
    padding: 0px 0px !important;
    margin: 0;
}


.block_left_text{
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
}

.logotip img{
    max-width: inherit;
}

.nav-left .nav-left__title {
    padding: 12px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 15px;
    color: #212c4a;
}

.category-title{
    font-size: 19px;
    color: #212c4a;
    font-weight: 500;
}

.category-list__title:after{
    display: block;
    content: "";
    height: 3px;
    width: 120px;
    margin: 10px auto;
    position: relative;
    background: #bba269;
}

.page-title:after{
    display:block;content:"";height:3px;width:200px;margin:5px 0 30px;position:relative;background: #8aa2c4;
}


.main-top-contacts{
    margin: 30px 0 0 0;
    text-align: right;
    color: #1a2c5c;
    font-size: 18px;
}

.main-top-contacts a{
    color: #1a2c5c;
    font-size: 18px;
    text-decoration: none;
    line-height: 25px;
}
.main-top-contacts .info-text .fa{
    font-size: 18px;
}

.page .top-contacts {
    margin: 30px 0 0 0;
    text-align: right;
    color: #1a2c5c;
    font-size: 18px;
    text-decoration: none!important;
    line-height: 25px;
}

.page .top-contacts a {
    color: #1a2c5c;
}


.main-top-slogan{
    font-size: 42px;
    padding: 0 140px;
    line-height: 49px;
    color: #000;
    font-weight: 700;
    margin-top: -5px;
    text-align: center;
}

.btn-quiz:hover{
    color: #ffffff;
    background: #212c4a;
}
.btn-quiz{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    color: #ffffff;
    padding: 21px 10px 17px;
    background: #006ab6;
    border-bottom: #212c4a 5px solid;
    text-decoration: none;
    overflow: hidden;
    position: absolute;
    width: 400px;
    z-index: 9999;
    text-align: center;
    text-transform: uppercase;
}

.btn-main{
    margin: 30px 0 0 10px;
}

.btn-quiz:before{
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
    rgba(255, 255, 255, 0.8), /* Цвет блика */
    rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */
    );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear; /* Анимация блика */
}

@keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
  }
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
  }
  100% {
    left: 100%; /* Завершение анимации */
  }
}

.page .btn-main {
    margin: 30px 0 60px 0;
}

.page .btn-quiz {
    text-align: center;
}

.desc-quiz{
    margin: 100px 0 0 10px;
    width: 400px;
    font-size: 22px;
    color: #151515;
    text-shadow: 1px 1px #ffffff;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    padding: 14px 0;
    font-weight: 600;
    line-height: 26px;
}

.features-item {
    display: inline-block;
    vertical-align: top;
}

.features-box {
    margin-bottom: 40px;
    margin-top: 30px;
}

.features-text {
    overflow: hidden;
    text-align: center;
}

.features-text .desc{
    color: #212c4a;
}

.icon-box {
    line-height: 68px !important;
    text-align: center;
    float: none;
    font-size: 22px;
    color: #fff;
    margin: 0 auto 20px;
}

.features-text h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.category-item {
    margin-top: 20px;
}

.category-list__title {
    margin-bottom: 20px;
    color: #006ab6;
    font-size: 42px;
    text-align: center;
}

.photomain .gallery-list__item{
    margin-bottom:-5px;
}
.photomain{
    padding-left: 0;
    padding-right: 0;
}

.reviews{
    margin: 30px 0;
}

.alboms-list>div, .gallery-list>div {
    padding: 25px;
}

.photomain .alboms-list>div, .gallery-list>div {
    padding: 15px;
}

.lic .albom-list__item .title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 16px;
}

.content-text{
    font-size: 18px;
    line-height: 32px;
}

.foot{background: #15181e;}

#quick p a{color: #335478}
#quick p {color: #335478}