@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');
@font-face {
  font-family: 'aptos-light';
  font-style: normal;
  font-weight: 200;
  src: local('aptos'), url('/templates/wmarka/fonts/aptos-light.ttf') format('ttf');
}
@font-face {
  font-family: 'aptos-bold';
  font-style: normal;
  font-weight: bold;
  src: local('aptos'), url('/templates/wmarka/fonts/aptos-bold.ttf') format('ttf');
}
@font-face {
  font-family: 'con';
  src: local('con'), url('/templates/wmarka/fonts/CondensedBold.ttf') format('ttf');
}
strong,
.strong {
  font-family: arial;
  font-weight: bold;
}
body {
  background: white !important;
  margin: 0;
  padding: 0;
  font-family: "roboto";
}
body .component-wrapper {
  padding: 30px 50px 50px;
  margin: 30px auto;
  border: 1px solid #aaa;
}
.example-smallImage-to-base64 {
  background: url('../images/test.png');
  -test1-background: url('../images/test.png');
  -test2-background: url('../images/inner/test.png') 0 50% no-repeat;
}
.header_block {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
}
.menu_block {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  background: #329a2f;
  background: linear-gradient(0deg, #329a2f 0%, #295a28 100%);
}
ul.mod-menu li {
  display: inline !important;
}
ul.mod-menu li a {
  color: white;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  font-size: 20pt;
}
ul.mod-menu li a:hover {
  color: white;
  border-bottom: 6px solid white;
}
@media screen and (max-width: 1400px) {
  ul.mod-menu li a {
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-size: 16pt;
  }
}
@media screen and (max-width: 1200px) {
  ul.mod-menu li a {
    margin-left: 12px;
    margin-right: 12px;
    text-decoration: none;
    font-size: 15pt;
  }
}
@media screen and (max-width: 600px) {
  .header_block {
    margin-top: -30px;
  }
}
a {
  color: #295A28;
}
a:hover {
  color: #FF9900;
}
.bottom_menu_block {
  background-color: black;
  padding: 10px;
  padding-top: 20px;
  margin-top: 20px;
}
.bottom_menu_block a {
  font-size: 12pt !important;
}
.as-social,
.microdata {
  display: none;
}
.city {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 18pt;
}
.address {
  font-size: 16pt;
}
.phone {
  background-image: url(/images/templates/phone.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
  font-size: 20pt;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.uk-breadcrumb li {
  display: inline;
  background-image: url(/images/templates/arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
  color: gray;
}
.uk-breadcrumb li a {
  color: black;
  padding-right: 10px;
  color: gray;
}
.uk-article-title {
  text-align: center;
  font-weight: bold;
  font-size: 35pt;
  margin-bottom: 20px;
}
.podr {
  background-color: #295A28;
  padding: 6px;
  color: white;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  text-decoration: none;
}
.calc_block {
  font-size: 16pt;
  padding: 60px;
  background-color: #F3F3F3;
  padding: 20px;
  padding-bottom: 40px;
  padding-top: 20px;
}
.formbuilder-radio-inline {
  display: inline;
}
.formbuilder-radio-inline label {
  margin-right: 15px;
}
.formbuilder-checkbox-inline {
  display: inline;
}
.formbuilder-checkbox-inline label {
  margin-right: 15px;
}
.form-control {
  font-size: 18pt;
}
.btn-primary {
  background-color: #295A28;
  padding: 10px;
  color: white;
  font-size: 18pt;
  margin-top: 20px;
  border: 0px;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-primary:hover {
  background-color: #FF9900;
  transition: 0.5s;
  color: white;
  border: 0px;
}
.btn-default {
  background-color: #FF9900;
  padding: 10px;
  color: white;
  font-size: 24pt;
  margin-top: 20px;
  border: 0px;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-default:hover {
  background-color: #295A28;
  transition: 0.5s;
  color: white;
  border: 0px;
}
.accordion h2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.accordion-item {
  background-color: #F3F3F3 !important;
  border: 0px !important;
  margin-bottom: 20px;
}
.accordion-button {
  font-size: 27px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  box-shadow: none;
}
.accordion-body {
  font-size: 14pt;
  text-align: left;
  padding-left: 50px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: transparent!important;
  color: black;
}
.form-check a {
  color: #295A28;
}
.uk-article {
  min-height: 500px;
}
.summa {
  font-weight: 200;
  font-size: 20pt;
  font-family: aptos-light;
}
.price {
  font-weight: bold;
  font-size: 30pt;
  font-family: aptos-bold;
}
.form {
  background-color: #295A28;
  padding: 10px;
  color: white;
  font-size: 14pt;
  margin-top: 20px;
  border: 0px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  border-radius: 5px;
}
.form:hover {
  background-color: #FF9900;
  transition: 0.5s;
  color: white;
}
.about {
  font-size: 16pt;
}
h1 {
  text-transform: uppercase;
}
h2 {
  margin-top: 20px;
}
h4 {
  font-weight: normal;
}
.price_table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.price_table th,
.price_table td {
  font-size: 14pt;
  padding: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid white;
  background-color: #eeeeee;
}
.mobilemenuck-bar-title {
  display: none;
}
.mobilemenuck-title {
  background-color: #295A28 !important;
  color: #295A28;
}
.mobilemenuck {
  background-color: #295A28;
}
.mobilemenuck-bar-button {
  position: absolute !important;
  z-index: 3 !important;
  top: 10px;
  right: 10px !important;
}
.mobilemenuck-topbar {
  background-color: #295A28 !important;
}
.mobilemenuck-item > .level1 {
  background-color: #295A28 !important;
}
.mobilemenuck {
  background-color: #295A28 !important;
}
.mobilemenuck-bar-button {
  border-radius: 5px !important;
  background-color: #295A28 !important;
}
