@media screen and (max-width:480px) {
	
.full {
	min-width:100%;
}

.wrap {
	width:95%;
	margin:0 auto;
}

.nav {
	height:auto;
	overflow:hidden;
}

.nav .logo {
	padding:14px 0;
	font-family: 'Akrobat';
	float:left;
}

.nav .logo img {
    float: left;
    width: 40px;
	padding:4px 0 0;
}

.main-1 .phone {
	display:none;
}

.nav .logo p {
    font-size: 14px;
    width: 95px;
    padding: 1px 11px;
    float: left;
    line-height: 1.2;
}

.nav .phone {
    float: right;
    margin: 16px 0 0 0;
    position: relative;
    width: 136px;
}

.nav .phone p {
    color: #8a8b90;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.4px;
    margin: 0px 19px 10px 0;
    position: relative;
    top: -4px;
}

.nav .phone p span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding: 4px 0 3px;
    color: #484848;
}

.nav .lang {
    display: block;
    float: left;
    margin: -24px 0;
}

.nav .search {
	display:none;
}

.nav .snet {
	display:none;
}

.menu-header {
	clear: both;
    font-family: 'Akrobat';
    background: #f5f5f5;
    box-shadow: 0 1px 6px rgba(3, 3, 3, 0.24);
    position: relative;
    z-index: 100;
	text-align:center;
	overflow:hidden;
}

.menu-header .info {
	display:block;
	overflow:hidden;
}

.menu-header .info .search {
    float: right;
    position: relative;
    margin: 5px 9px 0 0;
}

.menu-header .info .search-content {
    position: absolute;
    top: 0;
    width: 247px;
    right: 42px;
    background: #fff;
    padding: 0;
	display:none;
}

.menu-header .info .search-content input {
    border: 1px solid #f2f2f2;
    display: block;
    padding: 12px 12px 13px;
    width: 219px;
}

.menu-header .info .search-button { 
	background: #fff url(images/1.png) center no-repeat;
    cursor: pointer;
    height: 21px;
    width: 21px;
    position: relative;
    left: 0;
    padding: 10px;
}

.menu-header .info .search-button:hover {
	background: #fff url(images/1.png) center no-repeat;
}

.menu-header .info .search-button.active {
	background: #fff url(images/close.svg) center no-repeat;
	background-size: 22px;
}

.menu-header .info .search-button.active:hover {
	background: #fff  url(images/close.svg) center no-repeat;
}

.menu-header .info .snet {
    float: right;
    margin: 14px 10px 0 0px;
    width: 103px;
    overflow: hidden;
}

.menu-header .info .snet a:nth-child(2) img {
	margin: -14px 21px;
}

.menu-header .info .snet a img {
	float:left;
	width:9px;
}

.menu-header .pda-menu {
    height: 22px;
    background: #227ca8;
    margin: 5px 3px;
    width: 40px;
    float: left;
    padding: 10px 0;
}

.menu-header .pda-menu span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 4px auto;
}

.menu-header .wrap ul {
	display:none;
}

.main-1 .item {
	height: auto;
}

.main-1 h2 {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 1px;
    padding: 65px 0 19px;
    color: #fff;
    position: relative;
    text-align: center;
}

.main-1 .text {
    font-size: 13px;
    color: #fff;
    width: 95%;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.main-1 .info {
    font-family: 'Akrobat';
    padding: 0 40px 50px;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    text-align: center
}

.main-1 .info p {
	position:relative;
	display:inline-block;
}

.main-1 .info p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    padding: 16px 0 7px 0;
}

.main-1 .info p:nth-child(2) {
	font-size: 25px;
    font-weight: 700;
}

.main-1 .owl-next,
.main-1 .owl-prev {
	display:none!important;
}

.main-2 .col {
    width: 90%;
    float: none;
    height: auto;
    margin: 0 5% 25px;
}

.main-2 .col .image {
    float: none;
    width: 100%;
    height: 140px;
	position:relative;
}

.main-2 .col .image:before {
	content: "";
	background: linear-gradient(to top, #df0024, #A70A3F);
    position: absolute;
    top: 0;
    left: 0;
    width: 11%;
    height: 137px;
    z-index: -1;
    margin: -10px -10px;
}

.main-2 .col .image:after {
	content: "";
	width:30px;
	height:30px;
	right:0;
	bottom:0;
	background: linear-gradient(to top, #df0024, #A70A3F);
    position: absolute;
	margin:-10px;
	 z-index: -1;
}

.main-2 .col  .text {
    float: none;
    width: 100%;
    padding: 20px 14px 0;
}

.main-2 .col .text h2 {
    line-height: 1.2;
    letter-spacing: 0px;
    margin: -5px 0 10px;
    text-transform: uppercase;
    font-size: 22px;
}

.main-2 .col:nth-child(4) .text h2 {
	height:auto;
} 

.main-2 .col .text a {
    display: inline-block;
    font-size: 14px;
    padding: 0 2px 7px;
    letter-spacing: 0.4px;
}


.main-4  .col-1 {
	width: 100%;
    float: none;
}

.main-4 .article {
	overflow:hidden;
	position:relative;
}

.main-4 .article:nth-child(1) {
	overflow: hidden;
    height: 350px;
    background: #666;
    margin: 0 0 35px;
}

.main-4 .article .info h3 {
    font-family: 'Akrobat';
    font-size: 25px;
    color: #fff;
    padding: 0 1px 12px;
}

.main-4 .article:nth-child(3),
.main-4 .article:nth-child(2) {
    float: none;
    width: 100%;
    border-right: none;
}

.main-4 .article:nth-child(3) {
	float:none;
	border-right:none;
}

.main-4 .article .image {
    width: 125px;
    background: #666;
    height: 125px;
    float: left;
    margin: 0 15px 25px 0;
}

.main-4 .article .text {
    float: none;
    width: 100%;
}

.main-4 .article .text .category {
    font-family: 'Akrobat';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 15px;
    display: block;
    color: rgb(181, 181, 181);
	padding:0;
}

.main-4 .article .text .category:hover {
	color:#666;
}

.main-4 .article .text h3 {
    font-size: 13px;
}

.main-4 .article .text h3:hover {
	color:#DF0024;
}

.main-4 .article .text .date {
    font-size: 12px;
}

.main-4  .col-2 {
    width: 100%;
    float: none;
    background: #f5f5f5;
    overflow: hidden;
}

.main-4  .col-2 h2 {
    font-family: 'Akrobat';
    font-size: 22px;
    margin: 25px 30px 32px;
}

.main-4  .col-2  ul {
    border-left: 1px solid #f2f2f2;
    padding: 0 30px 0 30px;
}

.main-4  .col-2 ul li {
	overflow:hidden;
	margin:0 0 20px;
}

.main-4  .col-2  ul .category {
    font-family: 'Akrobat';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    margin: -3px 0 15px;
    display: block;
	color: rgb(181, 181, 181);
	float: left;
	padding:0;
}

.main-4  .col-2  ul .category:hover {
	color:#666;
}

.main-4  .col-2  ul .date {
    font-family: 'Akrobat';
    text-transform: uppercase;
	font-size: 14px;
    font-weight: 800;
    margin: -3px 0 15px;
    display: block;
	color: #df0024;
	float: right
}

.main-4  .col-2  ul h3 {
    clear: both;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
}

.main-4  .col-2  ul h3:hover {
	color:#DF0024;
}

.next-page {
    font-family: 'Akrobat';
    font-weight: 700;
    font-size: 17px;
    color: #227ca8;
    margin: 15px 0 38px;
    display: inline-block;
    position: relative;
}

.next-page:before {
    content: "";
    width: 23px;
    height: 13px;
    background: url(images/12.png) no-repeat;
    position: absolute;
    right: -31px;
    top: 5px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.next-page:hover:before {
	right:-40px;
}

#main-5 {
	padding: 81px 0 35px;
	background:#f5f5f5;
	overflow:hidden;
	box-shadow: 0 1px 6px rgba(3, 3, 3, 0.14);
	position:relative;
	z-index:100;
}

.main-5 {
	position: relative;
}

.main-5 .background {
    position: absolute;
    top: -71px;
    font-family: 'Akrobat';
    font-weight: 900;
    font-size: 58px;
    letter-spacing: 0;
    color: #fafafa;
    left: -5px;
    line-height: 1;
}

.main-5 h2 {
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: 30px;
    margin: 0 0 30px;
}

.main-5 .image {
    height: 185px;
    background: #666;
    margin: 12px 0 0;
	position:relative;
	overflow:hidden;
}

.main-5 .image:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #227ca8b8;
    position: absolute;
    left: 0;
    top: 0;
}

.main-5 .image .read-more {
    font-family: 'Akrobat';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: absolute;
    margin: 15px;
    bottom: -40px;
	transition-duration: .5s;
}

.main-5 .image .read-more:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -25px;
    top: 11px;
}

.main-5 .image:hover .read-more { 
	bottom: 0;
}


.main-5 h3 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    margin: 17px 0 -2px;
}

.main-5 h3:hover {
	color:#DF0024;
}

.main-5 .date {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #df0024;
}

.main-5 .owl-nav {
    position: absolute;
    top: -75px;
    right: 0;
} 

.main-5 .owl-next,
.main-5 .owl-prev {
    position: relative;
    width: 29px;
    height: 29px;
    background: rgba(0,0,0,.13) url(images/8.png) center no-repeat;
    font-size: 0;
    background-size: 31px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.main-5 .owl-prev {
	background-position: 11px 3px;
}

.main-5 .owl-next {
	background-position: -12px 3px;
}


.main-6 .block {
    border: 1px solid #efeeef;
    margin: 17px 0 50px;
    padding: 20px 5% 20px;
	width:90%;
    background: #f5f5f5;
}

.main-6 .block .col {
    float: none;
    width: 100%;
}

.main-6  .next-page.active {
	display:none;
}

.main-6  .next-page {
	margin: 0 0 49px;
	cursor:pointer;
}

.main-6  .next-page:before {
	content: "";
    width: 23px;
    height: 13px;
    background: url(images/12.png) no-repeat;
    position: absolute;
    right: -31px;
    top: 6px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.main-6  .next-page:hover:before {
	right:-40px;
}

.main-6 .block:nth-child(2) {
    margin: 17px 0 50px;
}

.main-7 h2 {
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: 30px;
    margin: 0 0 30px;
	text-transform:uppercase;
}

.main-7 {
	padding: 0 0 58px;
	position:relative;
	background:#fff;
}

.main-7 img {
    display: block;
    width: 84%;
    padding: 5%;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid#f2f2f2;
    margin: 0 5px;
}


#footer {
    overflow: hidden;
    padding: 27px 0 17px;
    background: #485158;
}

.footer .col {
	float:none;
}

.footer .col-1 {
	width: 100%;
	text-align:center;
}

.footer .col-2 {
	display:none;
}

.footer .col-3 {
	display:none;
}

.footer .col-4 {
	display:none;
}

.footer .col-5 {
	display:none;
}

#copy  {
	background: #3d454b;
}

.copy  {
	overflow:hidden;
}

.copy  .col {
	float:left;
}

.copy  .col-1 {
    width: 157px;
}

.copy  .col-2 {
    padding: 11px 0 0;
    width: 34px;
}

.copy  .col-3 {
    width: 90px;
    padding: 25px 0 0;
    float: right;
}

.copy  .col-3  a {
	color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.copy  .col-4 {
    float: right;
    padding: 16px 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.copy  .col-4 a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.69);
}

.copy .logo {
    padding: 13px 0;
    font-family: 'Akrobat';
} 

.copy .logo img {
    float: left;
    margin: 6px 0 0;
}

.copy .logo p {
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
    padding: 0px 11px;
    float: left;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
}

.copy .snet {
	display:none;
}

.fixed {
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 500;
}

.category-header {
    height: auto;
    background: #666666;
	padding:0 0 20px
}

.category-header h1 {
    font-size: 45px;
    font-weight: 900;
    padding: 48px 0 23px;
    color: #fff;
}

.category-header .text {
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 1.5;
    padding: 0 0 30px;
}

.category-kerivnictvo .row .col-1,
.category .row .col-1 {
	display:none;
}

.category-kerivnictvo .row .col-2,
.category .row .col-2 {
	float:none;
	width:100%;
}

.category .row .col-2-full {
	width:100%;
	float:none;
}

.category .row .col-2-full article {
	margin: 0 0 30px 0;
	border-right: none;
	padding:0;
	width:100%;
}

.category .row .col-2-full article:nth-child(3n+2) {
	margin: 0 0 30px 0;
	border-left: none;
	padding:0;
}

.category .row .col-2 article {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 0 30px;
}

.category .row .col-2 article:nth-child(3n+2) {
    margin: 0 0 20px;
    border-left: none;
    border-right: none;
    padding: 0 0;
    overflow: hidden;
}

.category .row .col-2 article .image {
	height: 160px;
	position:relative;
	overflow:hidden;
}

/*---*/
.page-navigation {
	text-align: center;
	overflow: hidden;
	margin: 40px 0 10px;
	clear:both;
}

.page-navigation span {
	margin:0 0 5px;
}

.page-navigation a {
	margin:0 0 5px;
}

.single {
	padding:0 0 50px;
}

.single .col-1 {
	float: none;
    width: 100%;
}

.single .col-1 .like {
    font-family: 'Akrobat';
    font-weight: 700;
    font-size: 16px;
    padding: 16px 6px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    width: auto;
    margin: 20px auto 0;
    text-align: center;
}

.single .col-1 .like p {
    display: inline-block;
    padding: 0 15px 0 0;
}

.single .col-1 .like a {
	display:inline-block;
	margin:0 10px;
}

.single .col-2 {
	float: none;
    width: 100%;
	padding:67px 0 0;
}

.single .info-kerivnictvo {
	overflow:hidden;
	margin:52px 0 20px;
}

.single .info-kerivnictvo h1 {
	font-size: 26px;
    margin: 0 0 20px;
    line-height: 1.5;
}

.single .info-kerivnictvo .image-kerivnictvo {
    width: 100%;
    height: 260px;
    float: none;
    border: 2px solid #f2f2f2;
}

.single .info-kerivnictvo .col {
    float: none;
    width: 100%;
	font-size:15px;
	line-height:1.5;
}

.single .info-kerivnictvo .col p {
	padding:0 0 15px;
}

.contact .row .col {
	width: 100%;
    float: none;
}

.page .row .col:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 0 0;
    width: 100%;
    margin: 30px 0;
}

.page .row .col:nth-child(3) {
	width: 100%;
}

.contact .row .col h3 {
    font-size: 21px;
    font-family: 'Akrobat';
    padding: 0 10px 18px;
    position: relative;
}

.contact .row .col a,
.contact .row .col p {
	padding: 0 0 14px 21px;
    position: relative;
    display: block;
    font-size: 14px;
}

.contact .row-2 {
	padding:20px 0 0;
}

.contact form {
	width: 100%;
    padding: 25px;
    margin: 50px 0 0;
    background: #F5F5F5;
    float: none;
}

.contact .input {
	position: relative;
    width: 100%;
    float: none;
}

.contact .input-right {
	float:none;
}

.contact label {
    position: absolute;
    top: 19px;
    left: 24px;
}

.contact input {
    padding: 15px 30px 15px 53px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    width: 57%;
    background: #fff;
    font-size: 14px;
    margin: 0 0 10px;
}

.contact textarea {
    padding: 18px 22px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    width: 70%;
    background: #ffffff;
    font-size: 14px;
    margin: 0 0 10px;
    height: 70px;
}

.contact .col-2 {
	display:none;
}


.category-kerivnictvo .row .col-2 article {
    overflow: hidden;
    padding: 15px;
	background:#F5F5F5;
	margin:0 0 15px;
}

.category-kerivnictvo .row .col-2 article .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
	padding:0 0 85%;
    float: none;
}

.category-kerivnictvo .row .col-2 article .col {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0;
}


.category-kerivnictvo .row .col-2 article .col .text {
    font-size: 12px;
    line-height: 1.5;
    width: 90%;
	padding: 0 0 10px;
    height: auto;
    overflow: hidden;
}

.category-kerivnictvo .row .col-2 article .col .text p {
	padding: 0 0 10px;
}

.director h1 {
	font-size: 30px;
    margin: 52px 0 30px;
    line-height: 1.5;
}

.director .info {
    padding: 15px 15px;
    margin: 0 0 55px;
}

.director .info .image {
    width: 100%;
    height: auto;
	padding:0 0 80%;
    float: none;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
}

.director .info .col {
	width: 100%;
    float: none;
}

.director .info h2 {
    font-size: 26px;
    line-height: 1;
    margin: 20px 0 0;
}

.director .info .text {
	margin: 20px 0 5px;
    line-height: 1.5;
    font-size: 14px;
}

.director .row .col {
	width:100%;
	float:none;
}


/*---*/
.thank {
    width: 84%;
    padding: 70px 0;
    margin: 70px auto 70px;
    border: 10px solid #f2f2f2;
    text-align: center;
}

.thank h1 {
    font-weight: 700;
    font-size: 28px;
	padding:0 15px;
}

.thank h2 {
    padding: 15px 15px 10px;
    font-size: 20px;
    font-weight: 300;
}

.thank a {
    color: #444;
    text-decoration: underline;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 16px;
}

.thank a:hover {
	text-decoration: none;
}


.page-404 a {
	display: block;
    background: #227CA8;
    padding: 23px;
    color: #fff;
    font-size: 12px;
    width: 230px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
	margin: 24px auto 0;
    font-weight: 700;
}

.blog h1 {
    font-size: 30px;
    padding: 42px 0 25px;
    text-transform: uppercase;
}

.blog .info {
    font-size: 15px;
    padding: 0 0 40px;
}

.blog h4 {
    font-size: 15px;
    padding: 0 0 10px;
}

.document iframe {
    display: block;
    margin: 0 auto;
    border: 2px solid #f2f2f2;
    width: 100%;
}

.blog {
	padding:0 0 50px;
}

.blog form {
    padding: 5%;
    background: #f5f5f5;
    border: 1px solid #f2f2f2;
    margin: 0 0 70px;
    display: inline-block;
    width: 90%;
}

.blog input {
	padding: 10px 5%;
    width: 88%;
    border: 1px solid #ccc;
	font-size: 14px;
	margin:0 0 10px;
}

.blog input.submit {
	background: #227ca8;
    border: 1px solid #227ca8;
    color: #fff;
    font-size: 14px;
    width: 152px;
}

.blog input.submit:hover {
	opacity:0.8;
}

.blog  article {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 0 30px 0px;
}

.blog  article .image {
	height: 150px;
	position:relative;
	overflow:hidden;
}

.blog article h3 {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 400;
}

.site-map .block {
	width: 100%;
    float: none;
    border-right: none;
    margin: 0 0 20px 0;
}

.theme_1_header .block {
	position:relative;
	z-index:100;
}

.theme_1_header h1 {
	font-size: 33px;
    padding: 75px 0 11px;
    text-transform: uppercase;
    color: #fff;
}

.theme_1_header {
    height: auto;
    background: url(images/f6.jpg) center;
    background-size: cover;
    position: relative;
    padding: 0 0 70px;
}

.theme_1_header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #253a447a;
    position: absolute;
    left: 0;
    top: 0;
}

.theme_1_header .block p {
	color: #fff;
    padding: 0 0 41px;
    font-size: 18px;
}

.theme_1_header .block a.link-1 {
	display: inline-block;
    padding: 16px;
    font-size: 15px;
    font-weight: 700;
    width: 200px;
    background: #df0024;
    text-align: center;
    font-family: 'Akrobat';
    text-transform: uppercase;
    color: #fff;
}

.theme_1_header .block a.link-2 {
	display:none;
}

.theme_1_1 {
	padding:0 0 50px;
}

.theme_1_1 h2 {
	text-align: center;
    padding: 55px 0 22px;
    font-size: 27px;
}

.theme_1_1 .text {
	font-size:15px;
	padding:0 0 40px;
	line-height:1.5;
}

.theme_1_1 .col-1 {
	width:100%;
	float:none;
	padding:0 0 40px;
}


.theme_1_2 .row .col {
    width: 44%;
    float: left;
    padding: 0 3% 20px;
}


.theme_1_3 {
	padding:65px 0;
}


.theme_1_3 .text .image {
	width: 100%;
    height: 320px;
    float: none;
    margin: 0 0 20px 0;
}

.theme_1_4 {
	background:#f5f5f5;
	padding:65px 0 35px;
}

.theme_1_4 h2 {
	text-align: center;
	padding: 0 0 57px;
    font-size: 27px;
}

.theme_1_4 .row {
	overflow:hidden;
}

.theme_1_4 .row .col {
    width: 100%;
    float: none;
    margin: 0 3% 30px 0;
    overflow: hidden;
}

.theme_1_4 .row .col span {
    display: inline-block;
    float: left;
    padding: 10px;
    border: 2px solid #fff;
}

.theme_1_4 .row .col span img {
	width: 60px;
}

.theme_1_4 .row .col p {
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    float: none;
    width: auto;
    margin: 8px 0 0 100px;
}

.theme_1_4 .row .col:nth-child(4) p {
	margin: 2px 0 0 100px;
}

.theme_1_5 ul {
	width: 100%;
    float: none;
    position: relative;
    left: 4px;
}

.theme_1_5 h3 {
    width: 100%;
}

.theme_1_5 ul li {
    padding: 0 15px 20px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.theme_1_5 ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #227ca8;
    position: absolute;
    left: -3px;
    top: 7px;
}

.theme_1_5 p {
	font-size: 14px;
    line-height: 1.5;
	padding:20px 0 0;
	font-style:italic;
}

.theme_1_5 .row {
	overflow:hidden;
}


.theme_1_6 .text .image {
	width: 100%;
    height: auto;
	padding:0 0 80%;
    float: none;
    margin: 0 0 20px 0;
}

.theme_1_7 {
    padding: 0 0 50px;
}

.theme_1_7 .col {
    width: 48%;
    margin: 0 1% 14px;
    float: left;
    background: #f8f8f8;
}

.theme_1_7 .col .image {
    height: 238px;
}

.theme_1_7 .col span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Akrobat';
    color: #df0024;
}

.theme_1_7 .col p {
    font-size: 12px;
    line-height: 1.5;
    padding: 17px 22px;
    height: 135px;
}

.theme_1_8 {
    overflow: hidden;
    padding: 0 0 70px;
}

.theme_1_8 h2 {
    text-align: center;
    padding: 0 0 55px;
    font-size: 27px;
}

.theme_1_8 form {
    width: 90%;
    padding: 5%;
	background:#F5F5F5;
	float:none;
}

.theme_1_8 form h2 {
    font-size: 24px;
    padding: 3px 0 36px;
}

.theme_1_8 .input {
    position: relative;
    width: 100%;
    float: none;
	margin:0 0 10px;
}

.theme_1_8 .input-right {
	float:none;
}

.theme_1_8 label {
    position: absolute;
    top: 19px;
    left: 24px;
}

.theme_1_8 input {
    padding: 15px 30px 15px 53px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    width: 73%;
    background: #fff;
    font-size: 14px;
}

.theme_1_8 textarea {
    padding: 18px 22px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    width: 85%;
    background: #ffffff;
    font-size: 14px;
    margin: 0 0 10px;
    height: 70px;
}

.theme_1_8 input.submit {
	background: #DF0024;
    padding: 19px 0;
    color: #fff;
    width: 230px;
    border: none;
	cursor:pointer;
}

.theme_1_8 input.submit:hover {
	opacity:0.8;
}

.theme_1_8 .col-2 {

}

/*---*/
.theme_2_header .block {
	position:relative;
	z-index:100;
}

.theme_2_header h1 {
	font-size: 35px;
    padding: 75px 0 11px;
    text-transform: uppercase;
    color: #fff;
}

.theme_2_header {
	height: auto;
	padding:0 0 60px;
    background: url(images/f5.jpg) center;
    background-size: cover;
    position: relative;
}

.theme_2_header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #253a447a;
    position: absolute;
    left: 0;
    top: 0;
}

.theme_2_header .block p {
	color: #fff;
    padding: 0 0 41px;
    font-size: 18px;
}

.theme_2_header .block a.link-1 {
	display: inline-block;
    padding: 16px;
    font-size: 15px;
    font-weight: 700;
    width: 200px;
    background: #df0024;
    text-align: center;
    font-family: 'Akrobat';
    text-transform: uppercase;
    color: #fff;
}

.theme_2_header .block a.link-2 {
	display:none;
}

.theme_2_2 {
	overflow:hidden;
	padding:55px 0 0;
}

.theme_2_2 .row {
	overflow:hidden;
}

.theme_2_2 h2 {
    text-align: left;
    padding: 0 5px 40px;
    font-size: 27px;
	text-transform:uppercase;
}

.theme_2_2 .row article:nth-child(5) {
	clear:both;
}

.theme_2_2 .row article {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 0 30px;
    border-right: none;
    padding: 0 0 0;
}

.theme_2_2 .row article:nth-child(8),
.theme_2_2 .row article:nth-child(4) {
    padding: 0;
    margin: 0 0 30px;
    border-right: none;
}

.theme_2_2 .row article .image {
	height: 200px;
	position:relative;
	overflow:hidden;
}

.theme_2_2 .row article:hover .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #227ca8b8;
    position: absolute;
    left: 0;
    top: 0;
}

.theme_2_8 {
    overflow: hidden;
    padding: 0 0 70px;
}

.theme_2_8 h2 {
    text-align: center;
    padding: 25px 0 55px;
    font-size: 27px;
}

.theme_2_8 form {
    width: 90%;
    padding: 5%;
	background:#F5F5F5;
	float:none;
}

.theme_2_8 form h2 {
    font-size: 24px;
    padding: 3px 0 36px;
}

.theme_2_8 .input {
    position: relative;
    width: 100%;
    float: none;
	margin:0 0 10px;
}

.theme_2_8 .input-right {
	float:none;
}

.theme_2_8 label {
    position: absolute;
    top: 19px;
    left: 24px;
}

.theme_2_8 input {
    padding: 15px 30px 15px 53px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    width: 73%;
    background: #fff;
    font-size: 14px;
}

.theme_2_8 textarea {
    padding: 18px 22px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    width: 85%;
    background: #ffffff;
    font-size: 14px;
    margin: 0 0 10px;
    height: 70px;
}

.theme_2_8 input.submit {
	background: #DF0024;
    padding: 19px 0;
    color: #fff;
    width: 230px;
    border: none;
	cursor:pointer;
}

.theme_2_8 input.submit:hover {
	opacity:0.8;
}

.theme_2_8 .col-2 {
	display:none;
}


.partneri {
	overflow:hidden;
}

.partneri img {
    display: inline-block;
    width: 40%;
    padding: 4%;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid#f2f2f2;
    margin: 1px;
}

.partneri img:nth-child(1),
.partneri img:nth-child(2),
.partneri img:nth-child(3),
.partneri img:nth-child(4),
.partneri img:nth-child(5),
.partneri img:nth-child(6) {
	border-top: none;
}

.partneri img:nth-child(1),
.partneri img:nth-child(7),
.partneri img:nth-child(13) {
	border-left: none;
}

#theme_1_101 .col-2 {
	width:100%;
}

#theme_1_101 .col-2 p {
    font-size: 17px;
    padding: 0 0 30px;
    font-weight: 700;
    width: 100%;
    float: none;
    text-align: center;
}
}