@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,cyrillic-ext');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.t3-wrapper{
    width: 100% !important;
}

body {
	
	    font-size: 14px;
    font-weight: 400;
}

.zag1 {
	
	    font-size: 13px;
		font-family: 'PT Sans', 'Arial', sans-serif;
}

.zag2 {
	
	   font-weight:700;
		font-family: 'PT Sans', 'Arial', sans-serif;

color: #000000;
    font-size: 26px;
}

.zag3 {
	
	  color: #730d1e;
    font-size: 24px;
		font-family: 'PT Sans', 'Arial', sans-serif;
}

.t3-header .header-phone {
   
    font-size: 22px;
    font-weight: 600;
}

.article-title, .article-header h1 {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    color: #730d1e;
	  font-family: "Roboto", sans-serif;
}

.header-top {
    border-bottom: 0px solid #e7e7e7;
    font-size: 18px;
}

.header-top .nav-stacked > li > a {
    color: #000000;
}

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.t3-copyright {
    background: #5b5b5b;
    border-top: 0;
    padding: 20px 0;
    color: #eee;
    display: none;
}

.t3-footer {
    background: #730d1e;
    border-top: 0;
}

@media screen and (min-width: 768px) {
.t3-footnav {
    padding: 10px 0;
}
}