@font-face {
  font-family: CeraRoundPro;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/CeraRoundPro-Light.woff2) format("woff2")
}
@font-face {
  font-family: CeraRoundPro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/CeraRoundPro-Regular.woff2) format("woff2")
}
@font-face {
  font-family: CeraRoundPro;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/CeraRoundPro-Medium.woff2) format("woff2")
}
@font-face {
  font-family: CeraRoundPro;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/CeraRoundPro-Bold.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: CeraRoundPro,sans-serif;
  font-size: .875em;
  line-height: 1.285714;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  background-color: #fff;
  font-weight: 400
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 30px
}
.heading h2 {
  font-size: 40px;
  line-height: 46px
}
@media all and (max-width:575px) {
  .heading h2 {
    font-size: 34px;
    line-height: 120%
  }
}
.heading.heading-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
@media all and (max-width:767px) {
  .heading.heading-arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.heading.heading-small {
  margin-bottom: 20px
}
.heading.heading-small h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500
}
.btn, .bapf_button.bapf_reset, .button {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff9d60),to(#ff7f2f));
  background: linear-gradient(180deg,#ff9d60 0,#ff7f2f 100%);
  padding: 11px 27px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  -webkit-transition: .25s all;
  transition: .25s all;
  cursor: pointer
}
.btn:hover, .bapf_button.bapf_reset:hover, .button:hover  {
  color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7f2f),to(#ff9d60));
  background: linear-gradient(180deg,#ff7f2f 0,#ff9d60 100%)
}
.btn.btn-big {
  font-size: 18px;
  padding: 18px 27px
}
.btn.btn-line {
  border: 1px solid #ff8336;
  background: #fff;
  color: #ff8336;
  font-weight: 500
}
.btn.btn-line:hover {
  color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7f2f),to(#ff9d60));
  background: linear-gradient(180deg,#ff7f2f 0,#ff9d60 100%)
}
.button.btn {
  margin: 15px 0;
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px
}
@media all and (max-width:991px) {
  .row-20 {
    margin-left: -15px;
    margin-right: -15px
  }
}
.row-20 .box-20 {
  padding-left: 10px;
  padding-right: 10px
}
@media all and (max-width:991px) {
  .row-20 .box-20 {
    padding-left: 15px;
    padding-right: 15px
  }
}
@-webkit-keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.hidden {
  display: none;
}
.modal {
  max-width: 500px;
  width: 100%;
  background-color: #293444
}
.modal h2 {
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 30px;
  color: #fff
}
header .header__top {
  background-color: #f2f5f9;
  padding-top: 20px;
  padding-bottom: 20px
}
@media all and (max-width:991px) {
  header .header__top {
    display: none
  }
}
header .header__top .header__address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px
}
header .header__top .header__address p img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}
header .header__top .header__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 18px;
  color: #000
}
header .header__top .header__login a:hover {
  text-decoration: underline
}
header .header__top .header__login a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  -webkit-filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .08));
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .08))
}
header .header__main {
  padding-top: 15px;
  padding-bottom: 15px
}
@media all and (max-width:575px) {
  header .header__main {
    padding-top: 10px
  }
}
@media all and (max-width:991px) {
  header .header__main .header__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
header .header__main .header__logo .logo__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000
}
header .header__main .header__logo .logo__inner a img {
  width: 63px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17px
}
@media all and (max-width:575px) {
  header .header__main .header__logo .logo__inner a img {
    margin-right: 0
  }
}
header .header__main .header__logo .logo__inner a p {
  font-size: 15px;
  line-height: 15px
}
@media all and (max-width:575px) {
  header .header__main .header__logo .logo__inner a p {
    display: none
  }
}
header .header__main .header__search {
  padding-left: 0
}
@media all and (max-width:1199px) {
  header .header__main .header__search {
    padding-left: 15px
  }
}
@media all and (max-width:991px) {
  header .header__main .header__search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px
  }
}
header .header__main .header__search .search__inner {
  padding-right: 15px
}
@media all and (max-width:1199px) {
  header .header__main .header__search .search__inner {
    padding-right: 0
  }
}
header .header__main .header__search #searchform {
  width: 100%;
  height: 43px;
  border-radius: 22px;
  border: 1px solid #d9d9d9;
  position: relative;
  overflow: hidden
}
header .header__main .header__search #searchform #s {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  padding-left: 25px;
  padding-right: 70px
}
header .header__main .header__search #searchform #searchsubmit {
  background-size: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_18.svg);
  width: 63px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: none;
  background-color: #fff;
  z-index: 2;
  cursor: pointer
}
header .header__main .header__contacts {
  padding-left: 0
}
@media all and (max-width:991px) {
  header .header__main .header__contacts {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
header .header__main .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
header .header__main .header__contacts .contacts__inner .phone {
  padding-left: 36px;
  padding-right: 36px;
  margin-right: 36px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  header .header__main .header__contacts .contacts__inner .phone {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px
  }
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .phone {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0
  }
}
header .header__main .header__contacts .contacts__inner .phone:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 63px;
  background-color: #d0dae7;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .phone:before {
    display: none
  }
}
header .header__main .header__contacts .contacts__inner .phone:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 63px;
  background-color: #d0dae7;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .phone:after {
    display: none
  }
}
header .header__main .header__contacts .contacts__inner .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 7px
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .phone a {
    margin-bottom: 0
  }
}
@media all and (max-width:575px) {
  header .header__main .header__contacts .contacts__inner .phone a {
    font-size: 16px;
    line-height: 16px
  }
}
header .header__main .header__contacts .contacts__inner .phone a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .phone a img {
    display: none
  }
}
header .header__main .header__contacts .contacts__inner .phone p {
  font-weight: 300;
  font-size: 11px;
  line-height: 13px
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .phone p {
    display: none
  }
}
header .header__main .header__contacts .contacts__inner .btn {
  font-weight: 500
}
@media all and (max-width:1199px) {
  header .header__main .header__contacts .contacts__inner .btn {
    font-size: 13px
  }
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .btn {
    display: none
  }
}
header .header__main .header__contacts .contacts__inner .login {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px
}
header .header__main .header__contacts .contacts__inner .login img {
  width: 23px;
  height: 23px
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .login {
    display: block
  }
}
header .header__main .header__contacts .contacts__inner .header_burger {
  position: relative;
  display: none;
  margin-left: 20px
}
@media all and (max-width:991px) {
  header .header__main .header__contacts .contacts__inner .header_burger {
    display: block
  }
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ff8336;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__main .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #293444;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 50px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px
}
@media all and (max-width:767px) {
  header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul {
  padding-bottom: 20px
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li {
  padding-top: 8px;
  padding-bottom: 8px
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.current-menu-item a {
  color: #ff8336
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li a:hover {
  color: #ff8336
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.menu-item-has-children > a {
  position: relative;
  display: inline-block
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.menu-item-has-children > a.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  right: -25px;
  top: 3px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/icon_4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 19px;
  height: 19px
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.menu-item-has-children ul.sub-menu {
  display: none;
  margin-top: 3px;
  padding-left: 20px;
  padding-bottom: 10px
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.menu-item-has-children ul.sub-menu.slide {
  display: block;
  -webkit-animation: showBlock .2s linear forwards;
  animation: showBlock .2s linear forwards
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.menu-item-has-children ul.sub-menu li {
  padding-top: 3px;
  padding-bottom: 3px
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 300;
  color: #fff
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li a {
  font-size: 20px;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner .address img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}
header .header__main .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner .btn {
  display: inline-block;
  font-weight: 500;
	margin-bottom: 20px;
}

header .header__menu {
  background-color: #293444
}
@media all and (max-width:991px) {
  header .header__menu {
    display: none
  }
}
header .header__menu .menu__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
@media all and (max-width:1600px) {
  header .header__menu .menu__inner ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
header .header__menu .menu__inner ul li {
  position: relative
}
header .header__menu .menu__inner ul li.current-menu-item a {
  color: #ff8336
}
header .header__menu .menu__inner ul li:hover > a {
  color: #ff8336
}
header .header__menu .menu__inner ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 25px 15px;
  display: inline-block
}
header .header__menu .menu__inner ul li.menu-item-has-children {
  position: relative
}
header .header__menu .menu__inner ul li.menu-item-has-children:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_4.svg);
  width: 16px;
  height: 16px;
  top: 4px;
  bottom: 0;
  right: -5px;
  margin: auto
}
header .header__menu .menu__inner ul li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 69px;
  left: 0;
  padding: 5px 0 10px 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  background-color: #293444;
  z-index: 10;
  -webkit-box-shadow: 0 0 23px 0 rgba(82,82,82,.18);
  box-shadow: 0 0 23px 0 rgba(82,82,82,.18)
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu li {
  margin-right: 0
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu li:after {
  left: 16px
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu li:before {
  right: 8px;
  top: 13px;
  bottom: auto
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu li a {
  line-height: 20px;
  display: block;
  padding: 10px
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu li a:hover {
  text-decoration: underline
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu ul.sub-menu {
  left: 198px;
  top: -5px
}
#mainblock {
  position: relative;
  height: 680px;
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #mainblock {
    margin-bottom: 60px
  }
}
@media all and (max-width:991px) {
  #mainblock {
    height: auto
  }
}
#mainblock .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
#mainblock .main__slider .swiper-slide {
  height: auto
}
#mainblock .main__slider .slide__inner {
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:991px) {
  #mainblock .main__slider .slide__inner {
    min-height: 460px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px
  }
}
#mainblock .main__slider .slide__inner .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#mainblock .main__slider .slide__inner .bg__image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  display: none
}
@media all and (max-width:991px) {
  #mainblock .main__slider .slide__inner .bg__image:after {
    display: block
  }
}
#mainblock .main__slider .slide__inner .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#mainblock .main__slider .slide__inner .content {
  width: 100%
}
#mainblock .main__slider .slide__inner .content .content__inner {
  max-width: 530px;
  width: 100%
}
@media all and (max-width:991px) {
  #mainblock .main__slider .slide__inner .content .content__inner {
    color: #fff
  }
}
#mainblock .main__slider .slide__inner .content .content__inner h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #mainblock .main__slider .slide__inner .content .content__inner h2 {
    font-size: 36px;
    line-height: 100%
  }
}
#mainblock .main__slider .slide__inner .content .content__inner p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 34px
}
@media all and (max-width:575px) {
  #mainblock .main__slider .slide__inner .content .content__inner p {
    font-size: 16px;
    line-height: 24px
  }
}
#mainblock .main__slider .slide__inner .content .content__inner .choose {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #4e87d7;
  padding-right: 64px;
  position: relative
}
#mainblock .main__slider .slide__inner .content .content__inner .choose:hover:after {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px)
}
#mainblock .main__slider .slide__inner .content .content__inner .choose:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_5.svg);
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all;
  will-change: transform
}
#mainblock .main__form {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:991px) {
  #mainblock .main__form {
    position: relative;
    background-color: #293444;
    padding-top: 30px;
    padding-bottom: 30px
  }
}
#mainblock .main__form .form__inner {
  max-width: 410px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 50px 30px;
  position: relative;
  z-index: 2
}
@media all and (max-width:1199px) {
  #mainblock .main__form .form__inner {
    max-width: 370px
  }
}
@media all and (max-width:991px) {
  #mainblock .main__form .form__inner {
    border: 1px solid #fff;
    max-width: none
  }
}
.form__inner {
  border-radius: 10px;
  border: 1px solid rgba(55,55,55,.9);
  background: rgba(40,52,68,.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px)
}
.form__inner.form__inner-modal {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #293444
}
@media all and (max-width:575px) {
  .form__inner.form__inner-modal form .form__item {
    margin-bottom: 18px
  }
}
@media all and (max-width:575px) {
  .form__inner.form__inner-modal form .form__item .form__title {
    margin-bottom: 8px
  }
}
.form__inner h3 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 26px
}
.form__inner form .form__item {
  margin-bottom: 30px
}
.form__inner form .form__item .form__title {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px
}
.form__inner form .form__item input {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid rgba(222,222,222,.9);
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(24.5px);
  backdrop-filter: blur(24.5px);
  padding-left: 25px;
  padding-right: 10px;
  color: rgba(0,0,0,.8)
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__item input::-ms-placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__item input:-ms-input-placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__item input::-ms-input-placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__item input::placeholder {
  color: rgba(0,0,0,.8);
  opacity: 1
}
.form__inner form .form__submit {
  position: relative
}
.form__inner form .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto 16px auto
}
.form__inner form .form__policy .policy .text p {
  color: #fff;
  font-size: 13px;
  line-height: 16px
}
.form__inner form .form__policy .policy .text p a {
  text-decoration: underline;
  color: #ff8336
}
.form__inner form .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid #d8d8d8;
  width: 24px;
  height: 24px;
  border-radius: 5px
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0!important;
  color: transparent
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #ff8336;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
#directions {
  padding-bottom: 40px
}
@media all and (max-width:575px) {
  #directions .heading h2 {
    text-align: center
  }
}
#directions .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 20px
}
@media all and (max-width:991px) {
  #directions .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media all and (max-width:575px) {
  #directions .wrapper {
    display: block
  }
}
#directions .wrapper .item {
  width: 20%;
  margin-bottom: 40px
}
@media all and (max-width:991px) {
  #directions .wrapper .item {
    width: 31%
  }
}
@media all and (max-width:767px) {
  #directions .wrapper .item {
    width: 48%
  }
}
@media all and (max-width:575px) {
  #directions .wrapper .item {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 30px auto
  }
}
#directions .wrapper .item .icon {
  margin-bottom: 15px
}
#directions .wrapper .item .icon img {
  max-height: 160px
}
#directions .wrapper .content h5 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 10px
}
#directions .wrapper .content p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px
}
#directions .wrapper .content .more {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #ff8336
}
#directions .wrapper .content .more:hover {
  text-decoration: underline
}
.stock {
  margin-bottom: 80px
}
@media all and (max-width:991px) {
  .stock {
    margin-bottom: 60px
  }
}
.stock .stock__slider {
  border-radius: 20px;
  overflow: hidden
}
.stock .stock__slider .swiper-slide {
  height: auto
}
.stock .stock__slider .swiper-pagination {
  bottom: 40px!important;
  left: 50px!important;
  right: auto!important;
  width: auto
}
@media all and (max-width:575px) {
  .stock .stock__slider .swiper-pagination {
    left: 30px!important
  }
}
.stock__item {
  min-height: 313px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 50px 50px 73px 50px;
  border-radius: 20px;
  overflow: hidden
}
@media all and (max-width:575px) {
  .stock__item {
    padding: 30px 20px 73px 30px
  }
}
.stock__item .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.stock__item .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.stock__item .content h2 {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  .stock__item .content h2 {
    font-size: 34px
  }
}
.stock__item .content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  max-width: 422px;
  width: 100%
}
.swiper-pagination {
  bottom: 0!important
}
.swiper-pagination span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #4e87d7
}
#about {
  margin-bottom: 40px
}
@media all and (max-width:1199px) {
  #about {
    margin-bottom: 20px
  }
}
#about .box__content {
  margin-bottom: 40px
}
#about .box__content .content__inner .heading h2 {
  margin-bottom: 30px
}
#about .box__content .content__inner .heading p {
  font-size: 18px;
  line-height: 26px
}
#about .box__content .content__inner .box {
  margin-bottom: 30px
}
#about .box__content .content__inner .box .box__inner h6 {
  color: #4e87d7;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 5px
}
#about .box__content .content__inner .box .box__inner p {
  font-size: 18px;
  line-height: 26px
}
#about .box__image {
  margin-bottom: 40px
}
#about .box__image .image__inner {
  position: relative;
  text-align: right;
  padding-right: 64px
}
@media all and (max-width:1199px) {
  #about .box__image .image__inner {
    padding-right: 30px
  }
}
@media all and (max-width:991px) {
  #about .box__image .image__inner {
    padding-right: 0;
    text-align: left
  }
}
@media all and (max-width:575px) {
  #about .box__image .image__inner {
    text-align: center
  }
}
#about .box__image .image__inner:after {
  position: absolute;
  content: "";
  max-width: 489px;
  width: 100%;
  height: 506px;
  background-color: #e7eefd;
  border-radius: 60px 10px;
  bottom: 0;
  right: 0;
  z-index: -1
}
@media all and (max-width:991px) {
  #about .box__image .image__inner:after {
    left: 0;
    right: auto
  }
}
@media all and (max-width:575px) {
  #about .box__image .image__inner:after {
    height: 350px
  }
}
#about .box__image .image__inner img {
  max-height: 578px
}
@media all and (max-width:575px) {
  #about .box__image .image__inner img {
    max-height: 400px
  }
}
#advantages {
  margin-bottom: 40px
}
@media all and (max-width:1199px) {
  #advantages {
    margin-bottom: 20px
  }
}
#advantages.page {
  margin-bottom: 10px
}
@media (min-width:1200px) {
  #advantages.page .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%
  }
}
#advantages.page .box .box__inner p {
  font-size: 14px;
  line-height: 16px
}
@media all and (max-width:575px) {
  #advantages .heading {
    text-align: center
  }
}
#advantages .box {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #advantages .box {
    text-align: center
  }
}
#advantages .box .box__inner .icon {
  margin-bottom: 15px
}
#advantages .box .box__inner p {
  font-size: 20px;
  line-height: 24px;
  max-width: 280px;
  width: 100%
}
@media all and (max-width:575px) {
  #advantages .box .box__inner p {
    margin: 0 auto
  }
}
#stages {
  background-color: #e7eefd;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #stages {
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 60px
  }
}
#stages.page {
  margin-bottom: 50px;
  padding-top: 60px;
  padding-bottom: 30px
}
#stages.page .heading {
  margin-bottom: 20px
}
#stages.page .heading h2 {
  font-size: 30px;
  font-weight: 500
}
#stages .box {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #stages .box {
    margin-bottom: 20px
  }
}
#stages .box span {
  display: block;
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  color: #4e87d7;
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #stages .box span {
    margin-bottom: 5px
  }
}
#stages .box p {
  font-size: 16px;
  line-height: 27px
}
#stages .box p a {
  color: #ff8336;
  text-decoration: underline;
  display: inline-block
}
#teachers {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #teachers {
    margin-bottom: 60px
  }
}
#teachers.page {
  margin-bottom: 50px
}
#teachers.page .heading h2 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 500
}
#teachers .teachers__slider .swiper-slide {
  height: auto
}
#teachers .teachers__slider .slide__inner {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:991px) {
  #teachers .teachers__slider .slide__inner {
    max-width: 300px;
    width: 100%;
    margin: 0 auto
  }
}
#teachers .teachers__slider .slide__inner .photo {
  height: 355px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px
}
#teachers .teachers__slider .slide__inner .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#teachers .teachers__slider .slide__inner .content h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px
}
#teachers .teachers__slider .slide__inner .content p {
  font-size: 16px;
  line-height: 20px
}
.swiper__nav {
  border: 1px solid #7c9af2;
  width: 114px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto
}
@media all and (max-width:767px) {
  .swiper__nav {
    position: relative;
    margin-top: 15px
  }
}
.swiper__nav:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  background-color: #7c9af2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.swiper__nav .swiper-button {
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg)
}
.swiper__nav .swiper-button:after {
  display: none!important
}
.swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 16px
}
.swiper__nav .swiper-button.swiper-button-next {
  right: 16px
}
#feedback {
  margin-bottom: 70px
}
@media all and (max-width:1199px) {
  #feedback {
    margin-bottom: 50px
  }
}
#feedback.page {
  margin-bottom: 40px
}
#feedback.page .heading h2 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 500
}
#feedback .feedback__slider {
  padding: 10px 10px 10px 10px!important
}
#feedback .feedback__slider .swiper-slide {
  height: auto
}
#feedback .feedback__slider .slide__inner {
  min-height: 222px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 1px 8px 2px rgba(0,0,0,.08);
  box-shadow: 2px 1px 8px 2px rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 30px
}
#feedback .feedback__slider .slide__inner h5 {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 6px
}
#feedback .feedback__slider .slide__inner h6 {
  color: rgba(5,22,44,.4);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 14px
}
#partners {
  background-color: #e7eefd;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #partners {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 60px
  }
}
#partners .partners__slider {
  padding: 10px 10px 10px 10px!important
}
#partners .partners__slider .slide__inner {
  -webkit-box-shadow: 2px 1px 8px 2px rgba(0,0,0,.08);
  box-shadow: 2px 1px 8px 2px rgba(0,0,0,.08);
  border-radius: 10px;
  background-color: #fff;
  padding: 7px
}
#partners .partners__slider .slide__inner .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 141px;
  height: 56px;
  margin: 0 auto;
  width: 100%
}
#partners .partners__slider .slide__inner .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}
#faq {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #faq {
    margin-bottom: 60px
  }
}
#faq .faq_tabs .tabs_item {
  margin-bottom: 15px;
  background-color: #e7eefd;
  border-radius: 10px;
  border: 2px solid #e7eefd
}
#faq .faq_tabs .tabs_item.active {
  border: 2px solid #4e87d7
}
#faq .faq_tabs .tabs_item.active .title:after {
  content: "-"
}
#faq .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  padding: 22px 80px 22px 40px
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .title {
    padding: 16px 50px 16px 20px;
    font-size: 20px
  }
}
#faq .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "+";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ff8336;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .title:after {
    right: 10px
  }
}
#faq .faq_tabs .tabs_item .tab_content {
  display: none;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 20px 40px 40px 40px
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .tab_content {
    padding: 16px 30px 16px 20px
  }
}
#faq .faq_tabs .tabs_item .tab_content.open {
  display: block
}
#faq .faq_tabs .tabs_item .tab_content p {
  font-size: 18px;
  line-height: 130%
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .tab_content p {
    font-size: 16px
  }
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 500;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px;
  line-height: 38px
}
article h3 {
  font-size: 26px;
  line-height: 34px
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: .625em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: .625em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: .625em;
  padding-left: 15px
}
article table,
article table.wp-block-table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin: 0 0 33px 0;
  padding: 0;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.08);
  box-shadow: 0 0 12px rgba(0,0,0,.08);
  border: 3px solid rgba(0,0,0,.12);
  border-spacing: 0;
  border-radius: 4px
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table .product-del {
  min-width: 80px;
}
article table .product-remove {
  text-align: center;
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 160px
  }
  article table .product-remove, article table .product-del {
    min-width: 30px;
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
#news {
  margin-bottom: 45px
}
@media all and (max-width:1199px) {
  #news {
    margin-bottom: 25px
  }
}
#news .row {
  margin-left: -7.5px;
  margin-right: -7.5px
}
@media all and (max-width:991px) {
  #news .row {
    margin-left: -15px;
    margin-right: -15px
  }
}
#news .box {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 35px
}
@media all and (max-width:991px) {
  #news .box {
    padding-left: 15px;
    padding-right: 15px
  }
}
#news .box .box__inner {
  color: #000
}
#news .box .box__inner:hover {
  color: #ff8336
}
#news .box .box__inner:hover .image {
  opacity: .8
}
#news .box .box__inner:hover .content h5 {
  text-decoration: underline
}
#news .box .box__inner .image {
  height: 261px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: .25s all;
  transition: .25s all
}
#news .box .box__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#news .box .box__inner .content .date {
  font-size: 15px;
  line-height: 15px;
  color: rgba(0,0,0,.5);
  margin-bottom: 13px
}
#news .box .box__inner .content h5 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 14px
}
#news .box .box__inner .content p {
  color: #3c3c3c
}
@media all and (max-width:991px) {
  #footer {
    text-align: center
  }
}
#footer .footer__top {
  background-color: #20252f;
  padding-top: 30px
}
#footer .footer__top .footer__item {
  margin-bottom: 30px
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__item {
    margin-bottom: 38px
  }
}
#footer .footer__top h5 {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px
}
#footer .footer__top .footer__logo .logo__inner .logo {
  margin-bottom: 10px
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__logo .logo__inner .logo {
    margin-bottom: 20px
  }
}
#footer .footer__top .footer__logo .logo__inner .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__logo .logo__inner .logo a {
    display: block
  }
}
#footer .footer__top .footer__logo .logo__inner .logo a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17px
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__logo .logo__inner .logo a img {
    margin: 0 auto
  }
}
#footer .footer__top .footer__logo .logo__inner .logo a p {
  font-size: 15px;
  line-height: 100%
}
#footer .footer__top .footer__logo .logo__inner .social li {
  display: inline-block;
  margin-right: 8px
}
#footer .footer__top .footer__logo .logo__inner .social li a:hover {
  opacity: .8
}
#footer .footer__top .footer__menu.footer__menu-column .menu__inner ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__menu.footer__menu-column .menu__inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}
#footer .footer__top .footer__menu .menu__inner {
  padding-left: 20px
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__menu .menu__inner {
    padding-left: 0
  }
}
#footer .footer__top .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 15px
}
#footer .footer__top .footer__menu .menu__inner ul li.current-menu-item a {
  text-decoration: underline;
  color: #ff8336
}
#footer .footer__top .footer__menu .menu__inner ul li a {
  font-size: 15px;
  line-height: 15px;
  color: rgba(255,255,255,.7);
  display: inline-block
}
#footer .footer__top .footer__menu .menu__inner ul li a:hover {
  text-decoration: underline;
  color: #ff8336
}
#footer .footer__top .footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#footer .footer__top .footer__contacts .contacts__inner ul li:not(:last-child) {
  margin-bottom: 18px
}
#footer .footer__top .footer__contacts .contacts__inner ul li a,
#footer .footer__top .footer__contacts .contacts__inner ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 100%;
  color: rgba(255,255,255,.7)
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__contacts .contacts__inner ul li a,
  #footer .footer__top .footer__contacts .contacts__inner ul li p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#footer .footer__top .footer__contacts .contacts__inner ul li a img,
#footer .footer__top .footer__contacts .contacts__inner ul li p img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px
}
#footer .footer__bottom {
  background-color: #11141e;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding-top: 14px;
  padding-bottom: 14px
}
#footer .footer__bottom a {
  color: #fff
}
#footer .footer__bottom a:hover {
  text-decoration: underline
}
#breadcrumbs {
  padding-top: 20px;
  padding-bottom: 30px
}
#breadcrumbs.catalog {
  background-color: #e7eefd
}
#breadcrumbs .breadcrumbs {
  color: #ff8336
}
#breadcrumbs .breadcrumbs span {
  color: #000;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a {
  color: #ff8336;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit;
  text-decoration: underline
}
#breadcrumbs .breadcrumbs .sep {
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_19.svg)
}
#page.catalog {
  background-color: #e7eefd;
  padding-bottom: 40px;
  margin-bottom: 30px
}
#page .page__heading {
  margin-bottom: 30px
}
#page .page__heading h1 {
  font-size: 40px;
  line-height: 46px
}
@media all and (max-width:575px) {
  #page .page__heading h1 {
    font-size: 30px;
    line-height: 120%
  }
}
#page .page__heading p {
  font-size: 20px;
  line-height: 100%;
  margin-top: 17px
}
#page .article {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #page .article {
    margin-bottom: 60px
  }
}
#page .catalog__search {
  padding-bottom: 20px
}
#page .catalog__search .is-search-form {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:767px) {
  #page .catalog__search .is-search-form {
    display: block
  }
}
#page .catalog__search .is-search-form .is-search-input-242 {
  width: 100%;
  height: 65px;
}
#page .catalog__search .is-search-form .is-search-input {
  background-color: #fafafa;
  border: 1px solid #e7e7e7!important;
  padding-left: 30px;
  padding-right: 10px;
  width: 100%;
  height: 65px;
  border-radius: 5px;
  font-size: 16px
}
@media all and (max-width:767px) {
  #page .catalog__search .is-search-form .is-search-input {
    margin-bottom: 10px;
    height: 54px
  }
}
#page .catalog__search .is-search-form .is-search-submit {
  text-transform: none;
  position: relative;
  height: 65px;
  width: 216px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff9d60),to(#ff7f2f));
  background: linear-gradient(180deg,#ff9d60 0,#ff7f2f 100%);
  padding: 11px 27px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  -webkit-transition: .25s all;
  transition: .25s all;
  cursor: pointer
}
@media all and (max-width:767px) {
  #page .catalog__search .is-search-form .is-search-submit {
    width: 100%;
    margin: 0 auto;
    height: 54px
  }
}
#page .catalog__list ul li {
  display: inline-block;
}
#page .catalog__list ul li.current-menu-item > a {
  background-color: #4e87d7;
  color: #fff
}
#page .catalog__list ul li a {
  display: inline-block;
  color: #000;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,.9);
  padding: 13px 14px;
  background: rgba(255,255,255,.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}
#page .catalog__list ul li a:hover {
  background-color: #4e87d7;
  color: #fff
}

#page .catalog__list ul li#menu-item-207 {
  display: inline-block!important;
}

#page .catalog__list ul li#menu-item-207 a {
  display: block!important;
}

#page .catalog__list .sub-menu {
  display: none;
}

#page .catalog__list ul li a {
  /* display: none; */
	margin-right: 5px;
  margin-bottom: 10px
}

#page .catalog__list ul .current-menu-item.menu-item-has-children > a {
  display: none!important;
}
#page .catalog__list ul .current-menu-item > a {
  display: block;
}

#page .catalog__list ul .current-menu-item.menu-item-has-children > .sub-menu {
  display: block;
}

#page .catalog__list ul .current-menu-item.menu-item-has-children > .sub-menu > li > a {
  display: block;
}

#page .catalog__list ul .current-menu-ancestor.current-menu-parent > .sub-menu > li.current-menu-item > a {
  display: block;
}

#page .catalog__list ul .current-menu-ancestor > .sub-menu {
  display: block;
}

#page .product .product__desc {
  margin-bottom: 20px
}
#page .product .product__desc ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
  margin-right: 25px
}
#page .product .product__desc ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px
}
#page .product .product__attribute {
  margin-bottom: 40px
}
#page .product .product__attribute .attribute__inner ul li {
  font-size: 18px;
  line-height: 100%;
  color: #666
}
#page .product .product__attribute .attribute__inner ul li:not(:last-child) {
  margin-bottom: 17px
}
#page .product .product__attribute .attribute__inner ul li strong {
  font-weight: 500;
  color: #000
}
#page .product .product__price {
  margin-bottom: 40px
}
#page .product .product__price .price__inner {
  max-width: 494px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 10px;
  background-color: #e7eefd;
  padding: 27px 24px 13px 24px
}
@media all and (max-width:991px) {
  #page .product .product__price .price__inner {
    max-width: none
  }
}
#page .product .product__price .price__inner .price {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  color: #4e87d7;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b0c0e1;
  display: block
}
#page .product .product__price .price__inner .price ins {
  text-decoration: none
}
#page .product .product__price .price__inner .price del {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  color: rgba(0,0,0,.6);
  margin-right: 15px
}
#page .product .product__price .price__inner h4 {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 10px
}
#page .product .product__price .price__inner .box__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:575px) {
  #page .product .product__price .price__inner .box__form {
    display: block
  }
}
#page .product .product__price .price__inner .box__form select {
  width: 219px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #9aadd6;
  background-color: #fff;
  padding-left: 15px;
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #page .product .product__price .price__inner .box__form select {
    width: 100%;
    margin-bottom: 10px
  }
}
#page .product .product__price .price__inner .box__form .btn {
  margin-bottom: 15px
}
@media all and (max-width:1199px) {
  #page .product .product__price .price__inner .box__form .btn {
    padding: 11px 14px
  }
}
@media all and (max-width:575px) {
  #page .product .product__price .price__inner .box__form .btn {
    width: 100%
  }
}
#page .product .tabs {
  margin-bottom: 50px
}
#page .product .tabs .tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #4e87d7
}
@media all and (max-width:1199px) {
  #page .product .tabs .tabs__caption {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
#page .product .tabs .tabs__caption li {
  cursor: pointer;
  -webkit-transition: .25s all;
  transition: .25s all;
  font-size: 15px;
  line-height: 100%;
  padding: 17.5px 15px;
  text-align: center;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 25px
}
@media all and (max-width:1199px) {
  #page .product .tabs .tabs__caption li {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
  }
}
#page .product .tabs .tabs__caption li.active {
  background-color: #4e87d7;
  color: #fff
}
#page .product .tabs .tabs__content {
  display: none
}
#page .product .tabs .tabs__content.active {
  display: block;
  -webkit-animation: showBlock .3s linear forwards;
  animation: showBlock .3s linear forwards
}
#page .product .tabs .tabs__content .feedback__item:not(:last-child) {
  margin-bottom: 28px
}
#page .product .tabs .tabs__content .feedback__item .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px
}
#page .product .tabs .tabs__content .feedback__item .stars img {
  width: 20px;
  height: 20px;
  margin-right: 2px
}
@media (min-width:992px) {
  #catalog .page__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.2%;
    flex: 0 0 28.2%;
    max-width: 28.2%
  }
}
#catalog .page__aside .aside__inner .aside__item {
  margin-bottom: 30px
}
#catalog .page__aside .aside__inner .aside__item #filter-btn {
  display: none;
  padding: 10px;
  text-align: center
}
@media all and (max-width:991px) {
  #catalog .page__aside .aside__inner .aside__item #filter-btn {
    display: block
  }
}
#catalog .page__aside .aside__inner .aside__item .aside__filters {
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.1);
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.1)
}
@media all and (max-width:991px) {
  #catalog .page__aside .aside__inner .aside__item .aside__filters {
    margin-top: 20px;
    display: none
  }
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_head {
  margin-bottom: 20px;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .berocket_single_filter_widget:not(:last-child){
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 25px;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_head h3 {
  font-size: 24px;
  line-height: 100%;
  color: #000;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_slidr_all .bapf_from input,
#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_slidr_all .bapf_to input {
  width: 90px;
  height: 35px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 10px;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_slidr_all .bapf_tbprice {
  margin-right: 4px;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_slidr_main {
  margin-top: 15px;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_slidr_main .ui-slider-range {
  background: #FF534A;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_slidr_main .ui-slider-handle {
  background: #FF534A;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_body ul li:not(:last-child) {
  margin-bottom: 15px!important;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_ckbox_greychck .bapf_body ul li {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_ckbox_greychck .bapf_body ul li input {
  border-radius: 4px;
  flex-shrink: 0;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_ckbox_greychck input[type=checkbox]:checked {
  background-color: #ddd;
  border: none;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_ckbox_greychck input[type=checkbox]:checked:after {
  border-bottom: 2px solid #FF534A;
      border-right: 2px solid #FF534A;
}


#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_asradio  .bapf_body ul li {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_asradio  .bapf_body ul li input {
  flex-shrink: 0;
  width: 20px!important;
  height: 20px!important;
  padding: 0;
  border: 2px solid transparent;
  background-color: #ddd;
}

#catalog .page__aside .aside__inner .aside__item .aside__filters .bapf_asradio  input[type=checkbox]:checked {
  width: 20px;
  height: 20px;
  border: 2px solid #FF534A;
}

.bapf_button.bapf_reset {
  margin-top: 10px;
  width: 100%;
}


#catalog .page__main {
  padding-bottom: 64px
}
@media (min-width:992px) {
  #catalog .page__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71.8%;
    flex: 0 0 71.8%;
    max-width: 71.8%
  }
}
@media all and (max-width:991px) {
  #catalog .page__main {
    padding-bottom: 44px
  }
}
#catalog .page__main .main__inner .product__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.1);
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.1);
  margin-bottom: 20px;
  padding: 20px
}
#catalog .page__main .main__inner .product__item .product__title {
  display: inline-block;
  margin-bottom: 20px;
  color: #000
}
#catalog .page__main .main__inner .product__item .product__title:hover {
  text-decoration: underline;
  color: #ff8336
}
#catalog .page__main .main__inner .product__item .product__title h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: inherit
}
#catalog .page__main .main__inner .product__item .product__desc {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px
}
#catalog .page__main .main__inner .product__item .product__desc ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
  margin-right: 25px
}
#catalog .page__main .main__inner .product__item .product__desc ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px
}
#catalog .page__main .main__inner .product__item .product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:575px) {
  #catalog .page__main .main__inner .product__item .product__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
#catalog .page__main .main__inner .product__item .product__price .price {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #4e87d7
}
@media all and (max-width:575px) {
  #catalog .page__main .main__inner .product__item .product__price .price {
    margin-bottom: 15px
  }
}
#catalog .page__main .main__inner .product__item .product__price .price ins {
  text-decoration: none
}
#catalog .page__main .main__inner .product__item .product__price .price del {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: rgba(0,0,0,.6);
  margin-right: 8px
}
#catalog .page__main .main__inner .product__item .product__price .btn {
  min-width: 163px
}

.woocommerce-pagination {
  padding-top: 10px;
  /*margin-bottom: 30px;*/
  text-align: center;
}

.woocommerce-pagination ul li {
  display: inline-block;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  padding: 3px 11px;
  line-height: 1.42857143;
  color: #cecece;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid #cecece;
  border-radius: 6px;
  margin: 3px 10px;
  min-width: 37px;
  display: inline-block;
}

.woocommerce-pagination a {
  color: #FF8336;
}

.woocommerce-pagination span {
  border-color: #FF8336;
  background-color: #FF8336;
  color: #fff;
}

/*#catalog .page__main .main__inner .product__pagination {
  padding-top: 10px
}
#catalog .page__main .main__inner .product__pagination .btn {
  min-width: 200px
}*/
.form__program {
  border-radius: 10px;
  background-color: #e7eefd;
  padding: 30px 25px 15px 25px;
  margin-top: 40px;
  margin-bottom: 40px
}
.form__program .program__heading {
  margin-bottom: 20px
}
.form__program .program__heading h3 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 8px
}
.form__program .program__heading p {
  font-size: 18px;
  line-height: 100%
}
.form__program form .form__item {
  margin-bottom: 15px
}
.form__program form .form__item input {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  border: 1px solid rgba(222,222,222,.9);
  background-color: rgba(255,255,255,.9);
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px
}
.form__program form .form__submit {
  margin-bottom: 15px;
  position: relative
}
#patent .patent__content {
  margin-bottom: 50px
}
@media all and (max-width:991px) {
  #patent .patent__content {
    margin-bottom: 30px
  }
}
#patent .patent__image {
  margin-bottom: 50px
}
#patent .patent__image .image__inner a img {
  border-radius: 10px
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*****************  contact form 7 style  *****************/

.wpcf7-validation-errors {
  display: none!important;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 3px auto 10px auto!important;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}


select.wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=date].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, #block-7 input[type=text].wpcf7-not-valid, #block-7 input[type=tel].wpcf7-not-valid, #block-15 input[type=tel].wpcf7-not-valid, #block-15 input[type=text].wpcf7-not-valid{
    border: 2px solid #ec3c06!important;
    position:relative;
}

body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: none;
}
body span.wpcf7-not-valid-tip-no-ajax{
  display:inline-block;
  font-size:18px;
  margin:0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size:18px;
    text-align:center;
    position:relative;
    z-index:12000;
}
.contact-inner-form .wpcf7-response-output{
  width:95%;
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align:center;
}

.page__search {

}

.page__search ol {
  margin-left: 18px;
}

.page__search ol li {
  margin-bottom: 12px;
}

.form__program .wpcf7-response-output {
  color: #000!important;
}



/*Blog
 -----------------------------------------------*/
.napravitem {
    width: 245px;
    height: 245px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.1);
    margin: 20px;
    display: inline-block;
    position: relative;
    line-height: 0;
    background-size: auto 100% !important;
    background-position: center !important;
    z-index: inherit;
}

.napravcontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
}

.napravitem span {
    color: #293444; 
    /* text-transform: uppercase; */
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    background: #fff;
    opacity: 0.9;
    padding: 30px 10px;
    border-radius: 0 0 20px 20px;
}

.napravitem:hover, .napravitem:focus {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1), -15px -15px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    background-size: auto 120% !important;
}

.hours .reset_variations, .hours .woocommerce-variation-add-to-cart {
    /*display: none!important;*/
}

.hours .label {
  font-weight: 500;
  margin-bottom: 5px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	box-shadow: 0 0 0 3px rgba(0,0,0, 1);
}

.product .quantity .qty {
  display: none!important;
}

.product .reset_variations {
  display: none!important;
}

.product .variations {
  margin-bottom: 20px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 20px;
}

.woocommerce-input-wrapper input {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid rgba(222,222,222,.9);
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(24.5px);
  backdrop-filter: blur(24.5px);
  padding-left: 25px;
  padding-right: 10px;
  color: rgba(0,0,0,.8)
}

.form-row.place-order {
  margin-top: 40px;
}

.wc_payment_methods {
  list-style-type: none!important;
  padding-left: 0!important;
}