@font-face {
    font-family: 'e-Ukraine';
    font-weight: 200;
    src: url('../fonts/e-Ukraine-UltraLight.otf') format("opentype");
}
@font-face {
    font-family: 'e-Ukraine';
    font-weight: 300;
    src: url('../fonts/e-Ukraine-Light.otf') format("opentype");
}
@font-face {
    font-family: 'e-Ukraine';
    font-weight: 400;
    src: url('../fonts/e-Ukraine-Regular.otf') format("opentype");
}
@font-face {
    font-family: 'e-Ukraine';
    font-weight: 500;
    src: url('../fonts/e-Ukraine-Medium.otf') format("opentype");
}
@font-face {
    font-family: 'e-Ukraine';
    font-weight: 700;
    src: url('../fonts/e-Ukraine-Bold.otf') format("opentype");
}
html{
    font-family: 'e-Ukraine', sans-serif;
    overflow-x: hidden;
}
body{
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    color: #090909;
    margin: 0 ;
    padding: 0;
}
p {
    margin: 0 0 20px;
}
.container-medium{
    max-width: 950px;
}
.ttl-h1 {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 95px;
    font-style: normal;
    font-weight: 700;
    line-height: 105px;
    color: #090909;
    margin: 0;
}
.ttl-h2 {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    color: #090909;
    margin: 0;
}
.ttl-h2_blue {
    color: #0B35E9;
    margin: 0 0 30px;
}
.ttl-h2_padding_left {
    padding-left: 35px;
}
.ttl-h3 {
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 500;
    font-size: 43px;
    line-height: 53px;
    color: #090909;
    margin: 0 0 10px;
}
.ttl-h4 {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.txt_orange {
    color: #FBAF62;
}
.txt_yellow {
    color: #FFEC00;
}
.txt_blue {
    color: #0B35E9;
}
.txt_white {
    color: #FFFFFF;
}
.background_gray {
    background: #F2F2F2;
}
.mb_35 {
    margin-bottom: 35px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_120 {
    margin-top: 120px;
}
.txt_center {
    text-align: center;
}
.txt_left {
    text-align: left;
}
.button{
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color:#090909;
    border:solid 1px #090909;
    border-radius: 25px;
    text-decoration: none;
}

.button_yellow{
    background: #FFE601;
    border-color: #FFE601;
    font-size: 19px;
    font-weight: 700;
    padding:  16px 58px;
}
.header.header-transparent{
    border-bottom: 1px solid transparent;
    background: transparent;
}
.header.header-transparent .header__logo img{
    content: url('../images/Cities4cities_main_white.svg');
}
.header.header-transparent .menu_wrap a{
    color: #FFFFFF;
}
.header.header-transparent .search svg path{
    stroke: #FFFFFF;
}
.header.header-transparent .cabinet svg path{
    stroke: #FFFFFF;
}
.header.header-transparent .pll_the_languages select{
    color: #FFFFFF;
    background: transparent;
}
.header.header-transparent .header__menu .menu-item-has-children .sub-menu a{
    color: #090909;
}
.header.header-transparent .header__menu .menu-item-has-children:before{
    border-top: 5px solid #FFFFFF;
}
.header.header-transparent .header_info .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
.header.header-transparent .pll_the_languages:after {
    background: #FFFFFF;
}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
    body{
        font-size: 16px;
        line-height: 28px;
    }
    .ttl-h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .ttl-h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .ttl-h3 {
        font-size: 26px;
        line-height: 37px;
    }
    .ttl-h4 {
        font-size: 17px;
        line-height: 24px;
    }
}
@media (max-width: 767.98px) {
}

@media (max-width: 575.98px){

}