.dop-menu {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
@media (max-width: 991px) {
  .dop-menu {
    display: none;
  }
}
.dop-menu .oxmenu {
  justify-content: flex-end;
}
.dop-menu .menu {
  width: 100%;
  max-width: 550px;
  justify-content: flex-end;
}
.dop-menu .menu li {
  margin-left: initial;
}
.dop-menu .menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #333;
  transition: all 250ms ease-out;
}
.dop-menu .menu li a:hover {
  background: transparent;
  color: #0059c1;
}
.ava_menu {
  display: none;
}
@media (max-width: 767px) {
  .menu {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
}
.menu ul li {
  margin-left: initial;
  padding: 0 !important;
}
.menu ul li a {
  padding: 0.5rem;
}
.menu ul li a:hover {
  background: transparent;
}
.menu li {
  width: initial;
}
.menu li a {
  color: #000;
  font-size: 0.85rem;
}
.menu li.menu-item-has-children a:after {
  width: initial;
  height: initial;
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
  background: initial;
  transition: initial;
  display: inline-block;
}
.menu li .sub-menu {
  background: #fff;
}
@media (max-width: 767px) {
  .menu li .sub-menu {
    background: #f2f2f2;
  }
}
.menu li .sub-menu li a {
  background: transparent;
}
@media (max-width: 767px) {
  .menu li .sub-menu li a {
    font-size: 0.85rem !important;
    font-weight: 400;
  }
  .menu li .sub-menu li a:hover {
    color: #0059c1;
  }
}
.content-withe {
  padding: 40px;
  border-radius: 24px;
  box-shadow: initial;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .content-withe {
    padding: 24px;
  }
}
.content-withe h2 {
  font-size: 1.5rem;
}
.cap {
  margin-bottom: 24px;
}
.menu_logout,
.oxhidden,
.spinner {
  display: none !important;
}
.oxform-control {
  padding: 0.5rem 1rem;
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
  display: block;
  border-radius: 0px;
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  font-size: 1rem;
  transition: all 250ms ease-out;
}
.oxform-control:focus {
  background: #fff;
}
@media (max-width: 767px) {
  .oxform-control {
    padding: 0.5rem 1.5rem;
  }
}
.oxform__cont {
  margin-left: -1rem;
  margin-top: -1rem;
  margin-right: -1rem;
  border-top: 10px solid #0059c1;
  position: relative;
  padding: 1rem;
}
.oxform__cont:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #0059c1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.oxform__cont p {
  font-size: 0.85rem;
}
.oxform__title {
  text-align: center;
  text-transform: uppercase;
  color: #0059c1;
  font-weight: 600 !important;
}
.oxtext-right {
  text-align: right;
}
.wpcf7-list-item {
  margin-left: 0;
}
.oxbtn {
  cursor: pointer;
  border-radius: 0px;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: 0px solid transparent;
  white-space: normal;
}
@media (max-width: 767px) {
  .oxbtn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
.oxbtn:focus {
  box-shadow: 0px 0px transparent;
}
.oxbtn-block {
  display: block;
  width: 100%;
}
.oxbtn-primary {
  position: relative;
  color: #fff;
  background: #0059c1;
  transition: all 250ms ease-out;
  text-transform: uppercase;
}
.oxbtn-primary:hover {
  color: #fff;
  background: #0f7dff;
}
.oxbtn-primary:active,
.oxbtn-primary:focus {
  color: #fff;
}
.oxbtn-primary:active:hover,
.oxbtn-primary:focus:hover {
  color: #fff;
  background: #0f7dff;
}
.oxbtn__default {
  color: #0059c1;
  background: #dbebff;
  border-radius: 1000px;
  padding: 0.75rem 2rem;
}
.oxbtn__default:hover {
  background: #8ec2ff;
}
.oxbtn__default:active,
.oxbtn__default:focus {
  color: #0059c1;
  background: #dbebff;
}
.oxbtn__default:active:hover,
.oxbtn__default:focus:hover {
  background: #a7d0ff;
}
.oxbtn__primary {
  position: relative;
  color: #fff;
  background: #0059c1;
  transition: all 250ms ease-out;
  border-radius: 1000px;
  text-align: left;
  padding: 0.75rem 2rem;
  padding-right: 4rem;
}
.oxbtn__primary:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  border-radius: 1000px;
  background: #dbebff;
  right: 0;
  top: 50%;
  transform: translate3d(-20%, -50%, 0);
}
.oxbtn__primary:after {
  content: '\f062';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(-110%, -50%, 0) rotate(45deg);
  color: #0059c1;
}
.oxbtn__primary:hover {
  color: #fff;
  background: #0f7dff;
}
.oxbtn__primary:hover:after {
  color: #0f7dff;
}
.oxbtn__primary:active,
.oxbtn__primary:focus {
  color: #fff;
}
.oxbtn__primary:active:hover,
.oxbtn__primary:focus:hover {
  color: #fff;
  background: #0f7dff;
}
.oxbtn__soc {
  position: relative;
  transition: all 250ms ease-out;
  border-radius: 1000px;
  text-align: left;
  padding: 0.75rem 2rem;
  padding-right: 4rem;
}
.oxbtn__soc:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  border-radius: 1000px;
  right: 0;
  top: 50%;
  transform: translate3d(-20%, -50%, 0);
}
.oxbtn__soc__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(-20%, -50%, 0);
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oxbtn__wa {
  color: #fff;
  background: #25d366;
}
.oxbtn__wa:before {
  background: #ffffff;
}
.oxbtn__wa .oxbtn__soc__icon {
  color: #25d366;
}
.oxbtn__wa:hover {
  color: #fff;
  background: #61e392;
}
.oxbtn__wa:hover .oxbtn__soc__icon {
  color: #61e392;
}
.oxbtn__wa:active,
.oxbtn__wa:focus {
  color: #fff;
}
.oxbtn__wa:active:hover,
.oxbtn__wa:focus:hover {
  color: #fff;
  background: #61e392;
}
.oxbtn__tg {
  color: #fff;
  background: #0188ca;
}
.oxbtn__tg:before {
  background: #e5f6ff;
}
.oxbtn__tg .oxbtn__soc__icon {
  color: #0188ca;
}
.oxbtn__tg:hover {
  color: #fff;
  background: #1ab3fe;
}
.oxbtn__tg:hover .oxbtn__soc__icon {
  color: #1ab3fe;
}
.oxbtn__tg:active,
.oxbtn__tg:focus {
  color: #fff;
}
.oxbtn__tg:active:hover,
.oxbtn__tg:focus:hover {
  color: #fff;
  background: #1ab3fe;
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu_open .header__menu {
    display: block;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.35);
  }
}
.mob-menu span {
  background: #000;
}
.mob-menu span:nth-child(1) {
  width: 30px;
}
.mob-menu span:nth-child(2) {
  width: 30px;
}
.mob-menu span:nth-child(3) {
  width: 30px;
}
.cookie-inner {
  border-radius: 24px 24px 0 0;
  box-shadow: 0px -5px 20px -5px rgba(0, 0, 0, 0.15);
}
.cookie .container {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}
h3 strong {
  font-weight: inherit;
}
@media (max-width: 560px) {
  .cap .h1 {
    font-size: 26px;
  }
}
.oxtop {
  background: #fff;
  margin-top: -40px;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .oxtop {
    padding: 0;
  }
}
.oxtop__cont {
  display: grid;
  grid-template-columns: 3fr 4fr;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .oxtop__cont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .oxtop__cont {
    grid-template-columns: 100%;
  }
  .oxtop__cont:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
  }
}
.oxtop__item {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .oxtop__item {
    text-align: center;
    padding: 4rem 0;
  }
}
.oxtop__item_img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .oxtop__item_img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .oxtop__item_img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.oxtop__btns {
  display: flex;
  grid-gap: 1rem;
}
@media (max-width: 991px) {
  .oxtop__btns {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .oxtop__btns {
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
  }
}
.oxtop__title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.16;
}
@media (max-width: 1199px) {
  .oxtop__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .oxtop__title {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .oxtop__title {
    font-size: 26px;
  }
}
.oxtop__desc {
  margin-bottom: 1.5rem;
  font-size: 1.45rem;
}
@media (max-width: 991px) {
  .oxtop__desc {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .oxtop__desc {
    font-size: 1.25rem;
  }
}
.oxnumblock {
  background: #0059c1;
  padding: 3rem 0;
  margin-bottom: 3rem;
}
.oxnumblock__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
  margin-top: -5.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .oxnumblock__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .oxnumblock__list {
    grid-template-columns: 100%;
    grid-gap: 1.5rem;
  }
}
.oxnumblock__item {
  background: #dbebff;
  padding: 2rem;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .oxnumblock__item {
    padding: 1rem 1.5rem;
  }
}
.oxnumblock__num {
  font-size: 4rem;
  font-weight: 700;
  color: #0059c1;
  width: 100%;
}
@media (max-width: 560px) {
  .oxnumblock__num {
    font-size: 2.5rem;
  }
}
.oxnumblock__title {
  width: 100%;
  font-size: 1.45rem;
}
@media (max-width: 767px) {
  .oxnumblock__title {
    font-size: 1.25rem;
  }
}
.oxpref__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .oxpref__list {
    grid-template-columns: 100%;
  }
}
.oxpref__item {
  padding: 2rem;
}
.oxpref__item_light {
  background-color: #dbebff;
  background-image: url('../ox/img/hends.png');
  background-size: 320px;
  background-repeat: no-repeat;
  background-position: 10% 90%;
}
@media (max-width: 767px) {
  .oxpref__item_light {
    background-image: initial;
  }
}
.oxpref__item_darken {
  background: #a7d0ff;
}
.oxpref__item_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}
@media (max-width: 767px) {
  .oxpref__item_grid {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .oxpref__item {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .oxpref__infolist {
    display: grid;
    grid-gap: 1rem;
  }
}
.oxpref__info {
  background: #a7d0ff;
  padding: 1rem;
  margin-left: auto;
  margin-right: -2rem;
  border-radius: 1rem 0 0 1rem;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  display: flex;
  grid-gap: 0.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .oxpref__info {
    margin: 0 auto;
    width: 100%;
    border-radius: 1rem;
  }
}
.oxpref__icon {
  width: 35px;
  height: 35px;
}
.oxpref__icon svg {
  display: block;
  width: 100%;
}
.oxpref__text {
  width: calc(100% - 35px - 0.5rem);
}
@media (max-width: 767px) {
  .oxpref__title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.oxeform-control {
  padding: 0.75rem 1.5rem;
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
  display: block;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  font-size: 1rem;
  transition: all 250ms ease-out;
}
.oxeform-control:focus {
  background: #fff;
}
@media (max-width: 767px) {
  .oxeform-control {
    padding: 0.5rem 1.5rem;
  }
}
.citys__cont {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-gap: 2rem;
  padding: 3rem 0;
  position: relative;
}
@media (max-width: 991px) {
  .citys__cont {
    grid-template-columns: 100%;
  }
}
.citys__cont:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../ox/img/ru.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
  opacity: 0.1;
}
.citys__info {
  grid-row: span 2;
}
@media (max-width: 991px) {
  .citys__info {
    text-align: center;
    grid-row: initial;
  }
}
.citys__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .citys__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .citys__list {
    grid-template-columns: 100%;
  }
}
.citys__desc {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1300px) {
  .citys__desc {
    font-size: 1.15rem;
    margin-bottom: 1.15rem;
  }
}
@media (max-width: 991px) {
  .citys__desc {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.citys__title {
  font-size: 1.45rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .citys__title {
    text-align: center;
  }
}
.citys__link {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  transition: all 250ms ease-out;
  position: relative;
}
.citys__link:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0059c1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.citys__link:hover {
  color: #0059c1;
}
.citys__phone {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  display: block;
}
@media (max-width: 1300px) {
  .citys__phone {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .citys__phone {
    text-align: center;
  }
}
.citys__footer {
  grid-template-columns: 100%;
}
.citys__footer .citys__phone {
  color: #fff;
}
.citys__footer .citys__desc {
  margin-bottom: 0;
}
.howwork__list {
  align-items: flex-start;
}
.howwork__item {
  position: relative;
  display: flex;
  grid-gap: 1rem;
}
.howwork__num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #0059c1;
}
.template_two .testem .slick-arrow {
  position: initial;
  top: initial;
  left: initial;
  background: initial;
  box-shadow: initial;
  border-radius: initial;
  width: initial;
  height: initial;
  display: initial;
  z-index: initial;
  align-items: initial;
  justify-content: initial;
  border: initial;
  transform: initial;
}
.template_two .testem .slick-arrow.testem__control_prev {
  transform: rotateY(-180deg);
}
.testem__list .slick-track {
  display: flex;
}
@media (max-width: 560px) {
  .testem__list .slick-track {
    align-items: flex-start;
  }
}
.testem__list .slick-slide {
  float: initial;
  height: initial;
  min-height: initial;
}
.testem__item {
  padding: 2rem;
  border-radius: 1rem;
  background: #f4f9ff;
}
@media (max-width: 560px) {
  .testem__item {
    width: 100%;
    max-width: 280px;
    padding: 1rem;
  }
}
.testem__top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .testem__top {
    grid-template-columns: 100%;
  }
}
.testem__date {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .testem__date {
    text-align: left;
  }
}
.testem__rate {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .testem__rate {
    justify-content: flex-start;
  }
}
.testem__who {
  font-weight: 700;
}
.testem__num {
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
}
.testem__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 0.5rem;
  color: #0059c1;
  font-size: 0.75rem;
  width: 100%;
  max-width: 220px;
}
.testem__icon {
  display: block;
  width: 20px;
}
.testem__icon svg {
  display: block;
  width: 100%;
  height: initial;
}
.testem__text {
  margin-bottom: 1.5rem;
}
.testem__controls {
  display: flex;
  justify-content: center;
  grid-gap: 1rem;
}
.testem__control {
  cursor: pointer;
}
.testem__control:hover svg {
  fill: #0059c1;
}
.testem__control_prev {
  transform: rotateY(-180deg);
}
.testem__control svg {
  fill: rgba(0, 89, 193, 0.5);
  transition: all 250ms ease-out;
}
.testem__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
@media (max-width: 560px) {
  .testem__btns {
    flex-direction: column-reverse;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
.oxstars {
  color: #bfbfbf;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  display: inline-block;
}
.oxpostfooter {
  text-align: center;
  background: #004da8;
  border-top: 1px solid #003675;
  padding: 1rem 0;
  color: #fff;
}
.oxpostfooter p {
  text-align: center;
}
.oxpostfooter a {
  color: #ececec;
  text-decoration: underline;
  transition: all 250ms ease-out;
}
.oxpostfooter a:hover {
  color: #fff;
}
.oxlogo {
  display: block;
  width: 100%;
  max-width: 250px;
}
.oxlogo img {
  display: block;
  width: 100%;
}
.oxfooter {
  background: #0059c1;
  padding: 3rem 0;
  color: #fff;
}
.oxfooter__cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 991px) {
  .oxfooter__cont {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
@media (max-width: 991px) {
  .oxfooter .oxlogo {
    margin: 0 auto;
  }
}
.oxfooter__socbtns {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.5rem;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 250px;
}
@media (max-width: 991px) {
  .oxfooter__socbtns {
    margin: 1.5rem auto 3rem;
  }
}
.oxfooter__menu {
  display: flex;
  flex-direction: column;
}
.oxfooter__menu .menu-item a {
  color: #ececec;
  text-decoration: underline;
  transition: all 250ms ease-out;
}
.oxfooter__menu .menu-item a:hover {
  color: #fff;
}
.oxwidget {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .oxwidget {
    text-align: center;
  }
}
.oxwidget__title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .oxwidget__title {
    text-align: center;
  }
}
.oxwidget__cont p {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .oxwidget__cont p {
    text-align: center;
  }
}
.oxwidget__cont li {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .oxwidget__cont li {
    text-align: center;
  }
}
/*# sourceMappingURL=ox_fix.css.map */