/*!
Theme Name: Polmark
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polmark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Polmark is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
.instrukcia_block{
	width:100%;
}
.error{
	border: 1px solid red!important;
}
.favorited svg path{
	fill:#E31E27ed;
	fill-opacity: 1;
}
.single__post{
	margin:100px 0;
}
.single__post h1{
	font-size:42px;
	font-weight:700;
	line-height: 45px;
}
.single__post img{
	margin:30px 0;
}
.single__post p{
	font-size:18px;
}
.single__post p{
	margin-bottom:30px;
}
.single__post ol.wp-block-list{
	list-style: auto; 
	margin:20px;
}
.single__post ul.wp-block-list{
	list-style: unset;
	margin:20px;
}
.single__post h3.wp-block-heading{
	margin-top:10px;
	margin-bottom:10px;
	font-size:24px;
}


.five_inner_block{
	display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.header_button a {
  padding: 10px 22px;
  background: #0F4F96;
  border-radius: 100px;
  font-size: 16px;
  line-height: 21.86px;
  color: #fff;
   display:flex;
  justify-content:center;
  align-items:center;
}

.header_button a:hover {
  background: #2D6DB4;
}

.footer_button a {
  width: 206px;
  height: 42px;
  border-radius: 100px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  color: #fff;
  display:flex;
  justify-content:center;
  align-items:center;
}

.footer_button a:hover {
  background: #fff;
  color: #161616;
}
.footer_logo span{
	color:#fff;
	font-size:20px;
	font-weight:600;
}
.five_inner p{
	max-width: 158px;
}