body {
    color: #2a2f31;
}
a, a:hover, a:focus {
    color: #fe7a00;
}
p {
    line-height: 26px;
}
textarea {
    max-width: 100%;
    min-width: 100%;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
/*******  HEADER  ******/
#header {
    background: #fff;
    color: #3e4e55;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.logo {
    text-decoration: none;
}
.header__logotite {
    font-size: 28px;
    color: #0ea1db;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 20px;
    font-weight: 300;
    line-height: 35px;
}
.header__logotite span {
    font-size: 32px;
    font-weight: 500;
    display: block;
}
.header__address, .header__email {
    padding-left: 33px;
    background-image: url(../img/header-icon.png);
    background-repeat: no-repeat;
    margin-top: 20px;
}
.header__address {
    background-position: 0 0;
    line-height: 22px;
}
.header__email {
    background-position: 0 -20px;
}
.header__phone {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    margin-top: 16px;
}
.header__phone a{
	color:#3e4e55;
	text-decoration:none;
}

.header__link {
    width: 180px;
    float: right;
    margin-top: 10px;
}
.topnav ul li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 15px;
}
.excurs__list{
	display:flex;
	flex-wrap:wrap;
}

.btn__blueLine {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4e55;
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px;
    border: 2px solid #30a9de;
    transition: 0.3s;
}
.btn__blueLine:hover, .btn__blueLine:focus {
    background: #30a9de;
    color: #fff;
    text-decoration: none;
}

.btn__blue {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 18px;
    border: none;
    transition: 0.3s;
    background: #44b5e3;
    background: -webkit-linear-gradient(top,#44b5e3,#2496d5);
    background: -o-linear-gradient(top,#44b5e3,#2496d5);
    background: -moz-linear-gradient(top,#44b5e3,#2496d5);
    background: linear-gradient(to bottom, #44b5e3, #2496d5);
}
.btn__blue:hover, .btn__blue:focus {
    background: #2496d5;
    background: -webkit-linear-gradient(top,#2496d5,#44b5e3);
    background: -o-linear-gradient(top,#2496d5,#44b5e3);
    background: -moz-linear-gradient(top,#2496d5,#44b5e3);
    background: linear-gradient(to bottom, #2496d5, #44b5e3);
    color: #fff;
    text-decoration: none;
}

.btn__orange {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 18px;
    border: none;
    transition: 0.3s;
    background: #fe8b00;
    background: -webkit-linear-gradient(top,#fe8b00,#fe6600);
    background: -o-linear-gradient(top,#fe8b00,#fe6600);
    background: -moz-linear-gradient(top,#fe8b00,#fe6600);
    background: linear-gradient(to bottom, #fe8b00, #fe6600);
}
.btn__orange:hover, .btn__orange:focus {
    background: #fe6600;
    background: -webkit-linear-gradient(top,#fe6600,#fe8b00);
    background: -o-linear-gradient(top,#fe6600,#fe8b00);
    background: -moz-linear-gradient(top,#fe6600,#fe8b00);
    background: linear-gradient(to bottom, #fe6600, #fe8b00);
    color: #fff;
    text-decoration: none;
}
/******* -HEADER- ******/


/*******  CONTENT  ******/
.respnd__input-wrap img{
	width: 84px;
    vertical-align: top;
}
#middle {
    margin-top: 70px;
    margin-bottom: 100px;
}
#content {
    min-height: 500px;
}
.sidebar {
    margin-bottom: 30px;
}

#oneslide {
    height: 470px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
}
.oneslide__title {
    font-size: 48px;
    line-height: 50px;
    margin: 170px 0 15px;
    font-weight: 800;
}
.oneslide__subtitle {
    font-weight: 500;
}

section {
    padding: 55px 0;
}
.section-title,
.section-title h2,
.section-title h3,
.section-title h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 40px;
    text-align: center;
}

#middle .section-title,
#middle .section-title h2,
#middle .section-title h3,
#middle .section-title h4 {
    text-align: left;
}

.cityinfo .section-title,
.cityinfo .section-title h2,
.cityinfo .section-title h3,
.cityinfo .section-title h4 {
    text-align: left;
}
ul.cityinfo__facts, ul.blue-arrow {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cityinfo__facts li, .blue-arrow li {
    position: relative;
    padding: 0 0 5px 42px;
    line-height: 24px;
    margin: 0 0 15px;
}
.cityinfo__facts li:before, .blue-arrow li:before {
    content: '';
    background: url(../img/list-facts.png) center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

ul.orange-arrow {
    list-style: none;
    margin: 0;
    padding: 0;
}
.orange-arrow li {
    position: relative;
    padding: 0 0 5px 42px;
    line-height: 18px;
    margin: 0 0 15px;
}
.orange-arrow li:before {
    content: '';
    background: url(../img/list-org.png) center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -4px;
    top: -4px;
}

.cityinfo__left {
    padding: 50px 20px 50px 70px;
    background: #fdf2de;
}
.cityinfo-left__nameblock {
    font-size: 35px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cityinfo-witget__title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fe7a00;
    margin-bottom: 7px;
}
.cityinfo-time__city {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
}
.cityinfo__witget {
    margin-top: 36px;
}
.cityinfo-found__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
.cityinfo-populat__sum {
    font-size: 30px;
    font-weight: 600;
}
.cityinfo-temper__title {
    font-size: 13px;
    text-transform: uppercase;
}
.cityinfo-temper__title span {
    font-weight: 600;
    display: block;
}
.cityinfo__witget {
    position: relative;
}
.cityinfo__witget:before {
    content: '';
    position: absolute;
    left: -40px;
    background-image: url(../img/cityinfo-icon.png); 
    background-repeat: no-repeat;
    top: -5px;
}
.cityinfo__time:before {
    width: 22px;
    height: 30px; 
    background-position: 0 0;
    top: -6px;
    left: -46px;
}
.cityinfo__found:before {
    width: 23px;
    height: 30px; 
    background-position: 0 -35px;
    top: -2px;
    left: -44px;
}
.cityinfo__populat:before {
    width: 31px;
    height: 31px; 
    background-position: 0 -71px;
    top: -5px;
    left: -49px;
}
.cityinfo__climate:before {
    width: 28px;
    height: 28px; 
    background-position: 0 -108px;
    top: -4px;
    left: -48px;
}
.cityinfo__temper:before {
    width: 15px;
    height: 29px; 
    background-position: 0 -142px;
    top: -4px;
    left: -39px;
}
.cityinfo-temper__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cityinfo-temper__list li {
    padding-left: 46px;
    margin: 30px 4% 0 0;
    display: inline-block;
    width: 45%;
    position: relative;
}
.cityinfo-temper__grade {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin: 3px 0 0 -3px;
}
.cityinfo-temper__list .cityinfo-witget__title{
    letter-spacing: 1px;
    margin: 0;
}
.cityinfo-temper__list li:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 3px;
    background-image: url(../img/cityinfo-icon.png); 
    background-repeat: no-repeat;
}
.cityinfo-temper__winter:before {
    width: 38px;
    height: 43px; 
    background-position: 0 -177px;
}
.cityinfo-temper__spring:before {
    width: 39px;
    height: 43px;
    background-position: 0 -223px;
}
.cityinfo-temper__summer:before {
    width: 39px;
    height: 39px;
    background-position: 0 -269px;
}
.cityinfo-temper__autumn:before {
    width: 38px;
    height: 43px;
    background-position: 0 -310px;
}

.excurs {
    padding: 0 0 50px;
}
.excurs__item {
    margin-top: 25px;
}
.excurs-item__img img {
    width: 100%;
}
.excurs-item__block {
    padding: 29px 24px 60px;
    border: 2px solid #fdeed2;
    border-top: none;
    height: 360px;
    position: relative;
}
.excurs-item__block-inner {
    max-height: 260px;
    overflow: hidden;
}
.excurs-item__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 15px;
}
.excurs-item__info {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    padding: 0 20px;
}
.excurs-item__price {
    font-size: 13px;
    font-weight: 300;
    color: #767677;
    float: left;
    text-transform: uppercase;
    margin-right: 10px;
}
.excurs-item__price span {
    font-size: 20px;
    font-weight: 800;
    color: #fe7a00;
    text-transform: initial;
}
.excurs-item__link {
    float: right;
}
.excurs-item__link a {
    font-size: 14px;
    text-decoration: underline;
}
.excurs-item__link a:hover {
    text-decoration: none;
}

.dosug {
    background: #e5f2f7;
}
.dosug__item {
    text-align: center;
    margin: 0 0 30px;
}
.dosug__item a {
    color: #2a2f31;
}
.dosug-item__title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.dosug__list {
    margin: 80px 0 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news {
    padding: 0 0 0;
}
.news__item {
    padding: 33px 20px;
    border: 2px solid #fdeed2;
	margin-bottom: 20px;
}
.news-item__date {
    font-size: 14px;
    color: #767677;
}
.news_item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #2c2c2c;
    margin: 15px 0 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_item__text {
    line-height: 21px;
    height: 84px;
    overflow: hidden;
}
.news_item__link {
    margin-top: 20px;
}
.news_item__link a {
    font-size: 14px;
    text-decoration: underline;
}
.news_item__link a:hover {
    text-decoration: none;
}

.map {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.map:before {
    content: '';
    background: #e5f2f7;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 53%;
    z-index: 1;
    opacity: 0.99;
}
#ymap {
    width: 100%;
    height: 640px;
    position: relative;
}
.map__block {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.map__contact {
    width: 350px;
    max-width: 100%;
    padding: 45px 40px;
    margin-top: 80px;
    display: inline-block;
    background: #fff;
    box-shadow: 17px 17px 40px rgba(32, 34, 35, 0.23);
}
.map-contact__title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 43px;
}
.map-contact__minititle {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #30a8de;
    margin-bottom: 5px;
}
.map-contact__block{
    margin-bottom: 20px;
}
.map-contact__phone{
    font-size: 20px;
    font-weight: 600;
}
.map-contact__link {
    margin-top: 30px;
}

.map__form {
    margin-top: 80px;
}
.map-form__title {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 27px;
    text-align: center;
    margin-bottom: 30px;
}
.map-form__title span {
    font-weight: 600;
    display: block;
}
.map__form .btn__blue {
    width: 200px;
    margin: auto;
}
.map__form .respnd__input-wrap input[type=text], 
.map__form .respnd__input-wrap textarea {
    box-shadow: none;
    text-align: center;
    font-size: 16px;
}
input::-webkit-input-placeholder {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}
input::-moz-placeholder          {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}
input:-moz-placeholder           {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}
input:-ms-input-placeholder      {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}
textarea::-webkit-input-placeholder {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}
textarea::-moz-placeholder          {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}
textarea:-moz-placeholder           {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}
textarea:-ms-input-placeholder      {color:#b5bfc3; text-transform: uppercase;font-weight: 600;}



.B_crumbBox, .B_crumbBox a {
    color: #b5bfc3;
    font-size: 12px;
    text-transform: uppercase;
}

.tour__programm {
    margin-top: 30px;
}
.tour__programm li {
    font-weight: 300;
}
.tour__programm li b,
.tour__programm li strong {
    font-weight: 600;
}

.tour__guide {
    background: #e5f2f7;
    padding: 40px 30px;
    margin-bottom: 45px;
}
.tour-guide__title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.tour-guide__img {
    display: inline-block;
    width: 31%;
    margin-right: 5%;
    vertical-align: top;
}
.tour-guide__img img {
    max-width: 100%;
}
.tour-guide-info__right {
    display: inline-block;
    width: 62%;
}
.tour-guide__name {
    font-size: 20px;
    font-weight: 600;
    color: #30a9de;
    margin: 3px 0 5px;
}
.tour-guide__prof {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}
.tour-guide__exp {
    background: #cae7f3;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
}
.tour-guide__exp span {
    color: #30a8de;
    display: inline-block;
    margin-right: 10px
}
.tour-guide__text {
    clear: both;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 0;
    line-height: 24px;
    max-height: 200px;
    -webkit-transition: max-height 2.5s, padding 2.5s;
    transition: max-height 2.5s, padding 2.5s;
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}
.tour-guide__text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: transparent;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(229,242,247,100) 50%);
    background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(229,242,247,100) 50%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(229,242,247,100) 50%);
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(229,242,247,100) 50%);
    transition: 2s;
}
.tour-guide__text.active:before {
    opacity: 0;
    bottom: -110px;
}
.tour-guide__text.active {
    max-height: 999px;
    padding-bottom: 20px;
}
.tour-guide__text.active .tour-guide__readmore {
    display: none;
}
.tour-guide__readmore {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3aafe1;
    text-align: center;
    margin: 15px 0 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.tour-guide__readmore a {
    color: #3aafe1;
}
.tour-guide__link a {
    position: relative;
    max-width: 310px;
}
.tour-guide__link a:before, .tour-guide__link a:after {
    content: '?';
    position: absolute;
    font-size: 36px;
    font-weight: 800;
    color: #008fd0;
    left: 35px;
    top: 0;
    height: 24px;
    bottom: 0;
    margin: auto;
}
.tour-guide__link a:after {
    left: auto;
    right: 35px;
}

.tour__prices {
    position: relative;
    border: 2px solid #fdeed2;
    padding: 18px 25px;
    margin-bottom: 30px;
}
.tour-prices__block {
    position: relative;
}
.tour-prices__title {
    display: inline-block;
    background: #fe7a00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 0 11px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.tour-prices__title:before {
    content: '';
    position: absolute;
    top: 0;
    left: -27px;
    width: 100%;
    height: 100%;
    background: #fe7a00;
    padding: 0 30px;
    box-sizing: content-box;
    z-index: -1;
}
.tour-prices__name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: table-cell;
    min-width: 90px;
}
.tour-prices__desc {
    font-size: 14px;
    font-weight: 300;
    display: table-cell;
    text-align: right;
    width: 100%;
}
.tour-prices__row {
    margin-bottom: 6px;
}
.tour-prices__block {
    margin-bottom: 40px;
}
.tour-prices__block:last-child {
    margin-bottom: 0;
}

.tour__org {
    background: #fdf2de;
    padding: 32px 25px 20px;
}
.tour-org__title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 36px;
    line-height: 26px;
}
.tour__org .orange-arrow b {
    font-weight: 600;
}

.jot-form-wrap {
    background: #e5f2f7;
	margin-bottom: 20px;
}
.jot-reply-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}
.jot-reply-title:before, .jot-reply-title:after {
    content: '';
    position: absolute;
    background: url(../img/review-icon.png) no-repeat;
    width: 65px;
    height: 27px;
    left: 10%;
    top: 5px;
}
.jot-reply-title:after {
    left: auto;
    right: 10%;
}
.comments .respnd__input-wrap input[type=text], 
.comments .respnd__input-wrap textarea {
    box-shadow: none;
    font-size: 16px;
}
.comments .btn__blue {
    width: 200px;
    margin: 30px auto 0;
}
.comments {
    margin-top: 60px;
}
/******* -CONTENT- ******/


/*******  FOOTER  ******/
#footer {
    position: relative;
    background: #fff;
    font-size: 13px;
    padding: 60px 0 34px;
}
.flink
{
    display: block;
    text-align: center;
}
.flink li {
    display: inline-block;
    float: none;
}
.flink li a {
    padding: 0 15px;
    color: #fff;
}
.copyright {
    margin-top: 10px;
}

.footer__socseti {
    text-align: center;
}
.footer__socseti a {
    display: inline-block;
    width: 38px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 20px;
}
.footer__socseti a.socseti__vk {
    background-image: url(../img/soc-vk.png);
}
.footer__socseti a.socseti__in {
    background-image: url(../img/soc-in.png);
}
.webstr__link {
    font-size: 9px;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    color: #9c9faa;
    display: inline-block;
    line-height: 10px;
    vertical-align: top;
    margin-left: 5px;
    text-align: left;
}
/******* -FOOTER- ******/



/*********** Новостной блок ***********/
.block_news {
    width: 100%;
}
.block_news .news_item {
    width: 100%;
    margin-bottom: 10px;
}
.block_news .news_item__title {
    font-size: 1.2em;
}
.block_news .news__title
{
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 20px;
}
.block_news .date {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}
.block_news .news_item img {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    display: block;
}

/**************************************/

.content_inner .qform {
	padding: 0!important;
	font-family: inherit!important;
}
.content_inner form .qform-field__submit.malachite .qform-field__submit__input, 
.content_inner form.qform.qform-theme-black .qform-field__submit.malachite .qform-field__submit__input {
	background: #fe8b00;
    background: -webkit-linear-gradient(top,#fe8b00,#fe6600);
    background: -o-linear-gradient(top,#fe8b00,#fe6600);
    background: -moz-linear-gradient(top,#fe8b00,#fe6600);
    background: linear-gradient(to bottom, #fe8b00, #fe6600);
}
.content_inner form .qform-field__submit_agree-box__link, form.qform form.qform.qform-theme-black .qform-field__submit_agree-box__link {
	color: #fe8b00;
}
@media (max-width:1200px) {
    #header {
        font-size: 16px;
    }
    .header__logotite {
        font-size: 22px;
        margin-left: 10px;
    }
    .header__logotite span {
        font-size: 28px;
    }
    .topnav ul li a {
        padding: 15px 15px;
    }
    .news_item__text {
        height: 105px;
    }
    .map-form__title {
        font-size: 25px;
    }
    .footer__socseti a {
        margin: 0 12px;
    }
    .jot-reply-title:before {
        left: 0;
    }
    .jot-reply-title:after {
        right: 0;
    }
	.topnav ul li a {
    	padding: 10px 9px;
    	font-size: 11px;
	}
}
@media (max-width: 992px) {
    #header {
        padding-top: 55px;
    }
    .sidebar .nav-wrap {
        margin-top: 0
    }
    .topnav ul {
        margin: 0;
        text-align: left;
    }
    .topnav ul li {
        display: block;
    }
    .topnav ul ul {
        display: block;
        position: static;
        box-shadow: none;
        margin: 0 0 20px;
    }
    .header__logotite {
        display: none;
    }
    .map-form__title {
        font-size: 22px;
        text-transform: none;
        line-height: 25px;
    }
    .dosug__item {
        margin: 0 0 40px;
    }
    .news_item__text {
        height: 150px;
    }
    .respnd__input-wrap .foragree {
        display: inline;
        vertical-align: bottom;
    }
    .cityinfo-temper__list {
        position: relative;
        left: -40px;
        width: 240px;
    }
    .cityinfo-found__title {
        line-height: 24px;
    }
    .cityinfo-populat__sum {
        line-height: 25px;
    }
    .tour-guide__link {
        text-align: center;
    }
    .tour-guide__link .btn__blue {
        display: inline-block;
    }
    .tour-guide__img {
        text-align: center;
    }
}
@media (max-width:767px) {
    .logo{
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    #header {
        text-align: center;
    }
    .contact{
        width: 100%;
    }
    .header__address, .header__email {
        display: inline-block;
        margin-top: 10px;
    }
    .header__phone {
        text-align: center;
    }
    .header__link {
        float: none;
        margin: 20px auto;
    }
    .oneslide__title {
        font-size: 38px;
        line-height: 40px;
        margin: 100px 0 15px;
    }
    #oneslide {
        height: 350px;
    }
    .section-title,
	.section-title h2,
	.section-title h3,
	.section-title h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .excurs__item {
        text-align: center;
    }
    .excurs-item__block {
        height: auto;
        padding-bottom: 30px;
        border: none;
    }
    .excurs-item__text {
        margin-bottom: 10px;
    }
    .excurs-item__info {
        padding: 0;
        position: static;
        text-align: center;
    }
    .excurs-item__price, .excurs-item__link {
        float: none;
        margin: 10px 0 0;
    }
    section {
        padding: 30px 0;
    }
    .dosug__list {
        margin: 0;
    }
    .excurs-item__img img {
        max-width: 300px;
    }
    .news_item__text {
        height: auto;
    }
    .news__item {
        margin-bottom: 20px;
    }
    .map-contact__link .btn__orange {
        max-width: 300px;
    }
    .map {
        overflow: visible;
    }
    .map:before {
        display: none;
    }
    .map__block {
        position: static;
        padding: 30px 0;
        background: #e6f3f7;
    }
    .map__contact {
        position: absolute;
        top: 0;
        max-width: 90%;
    }
    .map__block .row >div {
        position: static;
    }
    .map__form {
        margin: 0;
    }
    #footer {
        text-align: center;
    }
    #ymap {
        height: 550px;
    }
    .footer__socseti {
        margin: 20px 0;
    }
    .tour-guide__link a:before, .tour-guide__link a:after {
        display: none;
    }
    #middle {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .tour-prices__title {
        padding: 7px 30px 11px;
        text-align: center;
        display: block;
    }
    .tour-prices__title:before {
        display: none;
    }
}

.topnav ul li:nth-child(2) a
{
 background: -webkit-linear-gradient(90deg, #fe8b00 0%, #d60d37 39%, #d60d37 40%,#fe8b00 59%,  #fe8b00 100%);
    background: linear-gradient(90deg, #fe8b00 0%,  #d60d37 39%,#d60d37 40%,#fe8b00 59%, #fe8b00 100%);
 background-size: 3200px 200px;
 /*color: transparent;*/
 /*-webkit-background-clip: text;*/
 -webkit-animation: animate-logo;
 -webkit-animation-delay: 0;
 -webkit-animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-fill-mode: forwards;
 transition: font-size 500ms ease-in-out;
}

@-webkit-keyframes animate-logo {
 0% {
 background-position: 0 3200px;
 }
 100% {
 background-position: 3200px 0;
 }
}
 .link_messengers
 {
    text-align: right;
    margin-top: 6px
 }
 .link_messengers a
 {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
 }
 .link_messengers a.viber
 {
    background: url('../image/viber.png') center no-repeat;
    background-size: contain;
 }
  .link_messengers a.whatsapp
 {
    background: url('../image/wa.png') center no-repeat;
    background-size: contain;
 }
@media(max-width: 768px)
{
    .link_messengers
    {
        text-align: center;
        margin-top: 14px;
    }
}