.site-logo img {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
}
footer .site-logo img {
  margin-right: 0;
}
li {
  line-height: 16px;
}
.header_main .site-logo {
  padding: 0px 0;
}
a {
  text-decoration: none;
  color: #262626;
}
.primary-navigation > div > .menu-wrapper {
  height: 100%;
  align-items: center;
}

.primary-navigation {
  margin-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 6px;
}
.admin-bar .primary-navigation {
  align-items: center;
}
.primary-menu-container {
  display: flex;
  padding: 0px 0;
  align-items: center;
  flex-grow: 1;
  justify-content: end;
}
.primary-navigation > div > .menu-wrapper li {
  padding: 0 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-mobile > div > .menu-wrapper li {
  padding: 0 0px;
}
.container_dread {
  box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 22%), 0px 0px 2px 0 rgb(0 0 0 / 22%);
  background-color: #fafafa;
  z-index: 999;
  position: relative;
}
.full_but_about .wp-block-button__link {
  cursor: pointer;
  margin-top: 0px;
  border: none;
  background: initial;
  padding: 0px;
  color: #fafafa;
  border-radius: 5px;
}

.breadcrumbs,
.comment-form > p {
  margin-bottom: 10px;
}
footer .form_my input {
  height: 40px;
  font-size: 16px;
}
.breadcrumbs {
  padding: 4px 10px;
  width: fit-content;
  border-radius: 0;
  margin-top: 0px;
  font-size: 14px;
  z-index: 99;
}
.breadcrumbs__link:hover {
  opacity: 0.6;
}
.breadcrumbs__current {
  font-weight: 600;
}
.primary-navigation > div > .menu-wrapper li:hover {
  background-color: #08c;
  transition: 0.2s;
}
.primary-navigation > div > .menu-wrapper > li:hover > a {
  color: #fafafa;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
}
.but_zakaz_mn {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: 4px;
  border: none;
  text-align: left;
}
tbody tr:nth-child(2n) {
  background-color: rgb(206, 206, 206);
}
.post-thumbnail .wp-post-image {
  margin-top: 20px;
}
.wp-block-table thead {
  border: none;
  background-color: #262626;
  color: #fafafa;
}
.singular .has-post-thumbnail .entry-header {
  padding-bottom: 20px;
}
.table_main tbody {
  border: 1px solid rgba(196, 196, 196, 0.5);
}
.entry-footer {
  display: flex;
  justify-content: center;
  margin: 0;
}
.no-widgets .site-footer {
  margin-top: 30px;
  padding-top: 16px;
}
nav.navbar {
  display: none;
}
.wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 20px;
}
.yakorya_main ul {
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 0;
}
.yakorya_main ul li {
  padding: 0 8px;
  height: 100%;
  display: flex;
  align-items: center;
}

.yakorya_main ul li:hover {
  background-color: #616161;
  transition: 0.2s;
}
.yakorya_main {
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-mobile a:link,
.primary-mobile a:visited {
  color: #262626;
}
.primary-mobile .yakorya_main ul {
  display: block;
}
.primary-mobile {
  position: initial;
  display: block;
  margin-top: 10px;
}
.navbar-offcanvas {
  padding-top: 70px;
}

#menu__toggle {
  opacity: 0;
}
.hamburger-menu {
  width: 30px;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: initial;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: inherit;
  height: 3px;

  background-color: #262626;

  transition-duration: 0.25s;
}
.menu__btn > span::before {
  content: "";
  top: -8px;
}
.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: 0.25s;
}
.menu__item:hover {
  background-color: #cfd8dc;
}
input[type="checkbox"] + label.menu__btn {
  display: flex;
  padding: 0;
  margin: 0;
}
.navbar-toggle {
  background-color: initial;
  border: none;
}
.navbar-header {
  display: flex;
}
.menu__btn {
  margin-bottom: 0px;
}
.close_my {
  border-top: 1px solid #262626;
  width: 20px;
  transform: rotate(45deg);
  position: relative;
}
.close_my::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #262626;
  width: 20px;
  transform: rotate(-90deg);
  top: -1px;
  right: 0px;
}

.navbar-offcanvas .navbar-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}
.primary-mobile ul {
  padding-left: 0;
}
.primary-mobile ul li {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin-bottom: 0 !important;
  padding-left: 0;
}
.primary-mobile ul li a {
  font-size: 24px;
  font-weight: 900;
}
.navbar-default .navbar-offcanvas {
  background-color: #dcdaff;
  height: 100% !important;
  max-width: 320px;
  left: -320px;
}
.navbar-offcanvas.in{
  left: -250px;
}
.footer-navigation {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  justify-content: space-evenly;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  margin-top: 15 px;
  padding-top: 0px;
  padding-bottom: 5px;
}
.footer-navigation .yakorya_main ul {
  padding-left: 0;
  display: block;
}
.footer-navigation .yakorya_main ul li a {
  color: #fafafa;
  font-weight: 700;
  padding: 0px 0px;
  line-height: initial;
  font-size: 18px;
}
.post-navigation .meta-nav {
  font-size: 14px;
  box-shadow: inset 0 -3em 3em rgb(197 197 197 / 30%),
    0px 5px 13px 0px rgb(0 0 0 / 38%);
  padding: 4px;
  margin-bottom: 6px;
  border-radius: 8px;
}
.post-navigation .meta-nav:hover {
  box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 38%);
}
.post-navigation .nav-links {
  justify-content: space-around;
}
.post-navigation .post-title {
  font-size: 16px;
  text-align: center;
}
.singular .entry-header {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-navigation-wrapper li a {
  font-weight: 700;
  padding: 0px 0px;
  font-size: 14px;
}
.footer-navigation-wrapper li a:link,
.footer-navigation-wrapper li a:visited,
.footer-navigation-wrapper li a:active {
  color: #fafafa;
}
.footer-navigation-wrapper li:hover {
  background-color: #616161;
  transition: 0.2s;
}
.footer-navigation-wrapper li {
  line-height: initial;
  display: block;
  padding: 4px 0;
}
.footer-navigation-wrapper {
  width: 100%;
}
.footer-navigation-wrapper #primary-menu-list {
  width: 100%;
  display: flex;
  gap: 15px;
  padding: 0;
  justify-content: center;
}
.site-footer .yakorya_main ul li {
  padding: 4px 0;
}
.site-footer {
  padding-top: 5px;
  position: relative;
}
.but_zakaz input {
  background-color: initial;
  border: none;
  font-size: 18px;
}
.wpcf7-spinner {
  /* display: none; */
}
footer .but_zakaz {
  padding: 6px 0px;
  width: 200px;
  display: flex;
  justify-content: center;
}
.revolution input {
  width: 16px;
  height: 16px;
}
input[type="checkbox"]:after {
  left: 2px;
  top: 0px;
  position: absolute;
  width: 5px;
  height: 8px;
  border: 2px solid var(--form--color-text);
  border-top: 0;
  border-left: 0;
  transform: rotate(30deg);
}
.form_footer {
  margin-top: 0px;
}
.wpcf7-response-output {
  display: none;
}
.offcan_contacts_main .address_main p {
  line-height: 17px;
  text-align: left;
  padding-bottom: 16px;
}
.offcan_contacts_main .contacts_main {
  gap: 16px;
}
.offcan_contacts_main .cosial_main {
  justify-content: initial;
  margin-top: 0px;
  margin-bottom: 16px;
}
.offcan_contacts_main .address_main span {
  bottom: 0px;
  right: 10px;
}
.recapch .captcha-image {
  border: none;
  padding: 0px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.recapch {
  width: 100%;
  display: flex;
  justify-content: center;
}
.top_menu_dop ul {
  list-style: none;
  display: flex;
  gap: 15px;
  font-size: 14px;
}

li.menu-item-has-children {
  position: relative;
}
li.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-color: #3c5d6e transparent transparent transparent;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: none;
}
.head_main_rigth {
  width: 100%;
  display: flex;
  justify-content: end;
}
.primary-navigation .head_top_nav a {
  font-size: 13px;
  font-weight: 400;
}
.head_top_nav {
  display: flex;
  gap: 15px;
  align-items: center;
}
.dop_tel_my {
  display: flex;
  gap: 15px;
}
.dop_tel_my a {
  font-size: 16px;
}
.dop_tel_my .contacts_item img {
  width: 20px;
}
.dop_tel_my .contacts_item:last-child img {
  width: 16px;
}
.dop_tel_my .contacts_item {
  display: flex;
  gap: 2px;
  align-items: center;
}
.but_zakaz {
  background: linear-gradient(
    163deg,
    #acb6ff 0,
    #3a49b3 30%,
    #3a49b3 53%,
    #acb6ff 100%
  );

  box-shadow: 0 5px 13px 0 rgb(0 0 0 / 22%);
  border-radius: 5px;
  border: none;
  width: max-content;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 600;
}
.container_header {
  display: none;
}
.about_full_but a,
.but_zakaz,
.site-name a,
footer form label {
  color: #fafafa;
}
.main_record {
  margin-bottom: 40px;
}
.wp-block-latest-posts > li > a {
  font-size: 22px;
}
.about_full_but {
  display: none;
  line-height: 26px;
  transition: 5s;
  cursor: pointer;
  margin-top: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background: #205af9;
  padding: 0 10px;
  color: #fafafa;
  border-radius: 5px;
}
.wp-block-buttons > .full_but_about {
  display: none;
}
.full_but_about.active {
  display: block;
  transition: 0.2s;
}
.small_but_about.active {
  display: block;
  transition: 1s;
}
.but_null_main {
  margin-top: 10px;
  display: flex;
  justify-content: end;
}
.navbar-offcanvas .primary-menu-container {
  height: auto;
}
.desc_opacity_main {
  line-height: 18px;
}
.desc_opacity_main li {
  margin-bottom: 5px;
}
.list6b {
  padding: 0;
  list-style: none;
}
.list6b li {
  padding: 6px;
  line-height: 18px;
  font-size: 14px;
}
.list6b li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #7b66ed;
  content: "\2714";
  transition-duration: 0.5s;
}
.list6b li:hover:before {
  color: #337ab7;
  content: "\2714";
}
.single-post .entry-content p a {
  font-weight: 600;
  text-decoration: underline;
}
.single-post .entry-content p {
  text-indent: 20px;
  margin-bottom: 10px;
}
.galery_main.has-nested-images.columns-default figure.wp-block-image {
  max-width: 32% !important;
}
.list6a {
  padding: 0;
  list-style: none;
}
.list6a li {
  padding: 6px;
}
.list6a li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #77aedb;
  content: "\2606";
  transition-duration: 0.5s;
}
.list6a li:hover:before {
  color: #337ab7;
  content: "\2605";
}
.container_1 .entry-header .entry-title {
  font-size: 20px;
  min-height: 52px;
  margin-bottom: 5px;
}
.container_1 figure.post-thumbnail {
  margin-top: 0;
}
h1.page-title {
  display: block;
}
.container_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
figure.wp-block-gallery.has-nested-images {
  margin-top: 30px;
}
.container_1 article {
  width: 32%;
}
.container_1 article .post-thumbnail .wp-post-image {
  margin-top: 0;
}
.container_1 article .entry-header {
  margin-bottom: 0;
}
a.more-link {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 10px;
}
.head_main_rigth .button_zakaz_main {
  margin-left: 15px;
}
.primary-mobile .primary-menu-container {
  justify-content: start;
}
.primary-mobile .address_cont {
  margin-top: 15px;
}
h2.entry-title a {
  line-height: 22px;
}
.header_main .primary-navigation a {
  padding: 15px 8px;
}
.form_foot_left {
  width: 100%;
  margin-right: 10px;
}
form .form_foot_left .form_my input,
form .form_foot_left .form_my textarea {
  width: 100%;
  margin: 0 0 10px 0;
  font-style: italic;
}
.form_acceptance input {
  width: 16px;
  height: 16px;
}
.price_main .but_zakaz input {
  font-weight: 600;
  color: #fafafa;
}
.stycki_my {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  background-color: #fafafa;
  z-index: 999;
  justify-content: center;
  box-shadow: initial;
  box-shadow: 0px 0 7px 0 rgb(0 0 0 / 20%);
}
.stycki_my .primary-navigation a {
  padding: 8px;
}
.stycki_my .primary-navigation > div > .menu-wrapper li {
  padding: 0;
}
.stycki_my .primary-menu-container {
  padding: 0;
}
.modal {
  z-index: 999999999;
}
.modal .but_zakaz input {
  color: #fafafa;
  font-weight: 600;
}
.about_full_but:hover {
  background-color: #1f45af;
}
.list1a {
  margin: 20px 0 0;
  padding:0;
  list-style: none;
  counter-reset: li;
}
.list1a li {
  border: 2px solid #337AB7;
  background: #EBF3FA;
  position: relative;
  margin-bottom: 20px;
  padding: 16px 10px;
}
.list1a li:hover {
  z-index: 1;
}
.list1a li:before {
  border: 2px solid #337AB7;
  position: absolute;
  top: -14px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #337AB7;
  background: #F7FAFD;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list1a li:hover:before {
  background: #337AB7;
  color: #FFF;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.list1a li:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: -1;
  background: #FFF;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.list1a li:hover:after {
  width: 100%;
}
.list2a {
  margin-bottom: 8px;
  padding:0;
  list-style: none;
  counter-reset: li;
}    
.list2a li {
  position: relative;
  border: 2px solid #337AB7;
  background: #EBF3FA;
  padding:16px 20px 16px 28px;
  margin:12px 0 12px 0px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600;
}
.list2a li:hover {
  background: #FFF;
}
.list2a li:before {
  line-height: 32px;
  position: absolute;
  top: 4px;
  left:-40px;
  width:40px;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #337AB7;

  transition-duration: 0.2s;
  content: '';
}
.list2a li:hover:before {
  width:46px;
}
.list2a li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #337AB7;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}
.list2a li:hover:after {
  margin-left: 6px;
}