*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto',sans-serif;
}

html{
    scroll-behavior: smooth;
}

header {
    margin: 21px 0 50px 0;
}

.colors {
    width:100%;
    line-height: 0.5;
    margin: -2px 0 0 0;
}

.colors img{
    width: 100%;
    height: 6px;
}

.logo{
    width: 239px;
}

a.main_link.activeT{
    background-color: #41a19a;
    color: #ffff;
}

/* BREADCRUMBS */

header .wrapper .sub_menu {
    width: 100%;
    padding-top: 15px;
}

header .wrapper .sub_menu ul {
    width: 100%;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .wrapper .sub_menu ul li {
    margin-left: 7px;
    margin-bottom: 7px;
}

header .wrapper .sub_menu ul li a {
    text-decoration: none;
    color: #efebea;
    font-size: 14px;
}

header .wrapper .sub_menu ul li img:first-of-type {
    height: 19px;
}

header .wrapper .sub_menu ul li img:last-of-type {
    height: 16px;
}

header .wrapper .sub_menu ul .sub_link {
    display: none;
}

/* BREADCRUMBS END */

/* NEWS */
.wrapper{
    margin: 0 10px 0 10px;
}

.news-item{
    padding: 5px;
}

.info_container h3{
    height: 55px;
}

.info_container p{
    height: 160px;
}

.news_info{
    overflow: hidden;
}

.info_container{
    margin-bottom: 35px;
}

.info_container img{
    height: 250px;
}

.news_info_container img {
    width: 100%;
}

.news_info h3{
    font-size: 24px;
    color: #586d8b;
}
.news_info h6{
    color: #9b9eae;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
}
.news_info p {
    color: #3c475e;
    font-size: 16px;
}

.news_info a{
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    background-color: #95174c;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: 25px;
}
.news_info a:hover{
    background-color: #a71b55;
}
.news_info a:active{
    background-color: #801441;
}

.news_info_text h6{
    width: 100%;
    font-size: 14px;
    color: #9b9eae;
    padding-bottom: 10px;
    margin-bottom: 50px;
    word-spacing: 3px;
    font-weight: 400;
    border-bottom: 1px solid #e1dad8;
}
.news_info_text p{
    width: 100%;
    font-size: 17px;
    color: #3c475e;
    font-weight: 500;
    word-spacing: 3px;
}

/* NEWS END */

/* Анімація мапи */
#fromKyiv{
    stroke-dasharray: 164;
    stroke-dashoffset: 164;
    transition: 1s;
}
#lengthKyiv, #timeKyiv, #timeTrainKyiv{
    opacity: 0;
    transition: 1s;
}
#fromKharkiv{
    stroke-dasharray: 154;
    stroke-dashoffset: 154;
    transition: 1s;
}
#lengthKharkiv, #timeKharkiv, #timeTrainKharkiv{
    opacity: 0;
    transition: 1s;
}

#fromLviv{
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    transition: 1s;
}
#lengthLviv, #timeLviv, #timeTrainLviv{
    opacity: 0;
    transition: 1s;
}

#fromOdesa{
    stroke-dasharray: 305;
    stroke-dashoffset: 305;
    transition: 1s;
}
#lengthOdesa, #timeOdesa, #timeTrainOdesa{
    opacity: 0;
    transition: 1s;
}
#fromTernopil{
    stroke-dasharray: 358;
    stroke-dashoffset: 358;
    transition: 1s;
}
#lengthTernopil, #timeTernopil, #timeTrainTernopil{
    opacity: 0;
    transition: 1s;
}

#KyivReg:hover {
    fill: #d7ae2b;
}

#Kyiv:hover {
    fill: #d7ae2b;
}

#Kharkiv:hover {
    fill: #d7ae2b;
}

#Lviv:hover {
    fill: #d7ae2b;
}

#Poltava:hover {
    fill: #d7ae2b;
}

#Ternopil:hover {
    fill: #d7ae2b;
}

#Odesa:hover {
    fill: #d7ae2b;
}

.ticket_buttons{
    margin: 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ticket_buttons a{
    width: 260px;
    padding:  20px 0;
    height: 17px;
    border: 2px solid #41a19a;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #41a19a;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;

}
.webcamera {
    padding: 20px 35px;
    height: 17px;
    border: 2px solid #41a19a;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #41a19a;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-left: 5%;
    margin-bottom: 39px;
}
.webcamera:hover, .webcamera:active{
    background-color: #41a19a;
    color: #ffff;
}
.ticket_buttons a:hover{
    background-color: #41a19a;
    color: #ffff;
}

.ticket_buttons a:active {
    background-color: #41a19a;
    color: #ffff;
}

#info-img{
    width: 50%;
}

#info{
    margin-left: 45px;
    /*padding-top: 18px;*/
}

#info div.monument_description{
    width: 80%;
}

 div .wrapper_guide p{
  margin-bottom: 5px;
}

.map3d img {
    width: 90%;
    margin: 50px auto;
    display: flex;
}

.lang{
    float:right;
    margin-right: 20px;
}