/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./resources/scss/core.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::selection {
  color: #fff;
  background: #0AA2D4;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font: 16px/1.5625 "Montserrat-Regular", Helvetica, Arial, sans-serif;
}

a {
  color: #0AA2D4;
  text-decoration: none;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

p {
  margin: 0px 0 20px;
}

strong, b {
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

hr {
  border: 0;
  border-bottom: 1px solid #B4D1DC;
  margin-bottom: 40px;
}

h1,
.h1 {
  line-height: 1.3;
  font-size: 50px;
  font-family: "DelaGothicOne-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 70px;
  text-transform: uppercase;
}

h2,
.h2 {
  line-height: 1.3;
  font-size: 45px;
  font-family: "DelaGothicOne-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 30px;
  text-transform: uppercase;
}

h3,
.h3 {
  line-height: 1.3;
  font-size: 37px;
  font-family: "DelaGothicOne-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 25px;
  text-transform: uppercase;
}

h4,
.h4 {
  line-height: 1.3;
  font-size: 20px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 5px;
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
table th {
  text-align: left;
  background: #D9E8ED;
  padding: 10px 20px;
  font-weight: normal;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
table td {
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #CBD9DE;
}

.site {
  overflow-x: hidden;
}

.site-main {
  min-height: 800px;
  padding-top: 162px;
  padding-bottom: 60px;
}

.container {
  max-width: 1420px;
  padding: 0 60px;
  margin: 0 auto;
}

.entry-content ul {
  margin-bottom: 10px;
}
.entry-content ul li {
  padding: 0 0 25px 34px;
  background: url(images/52bae53358007a56e026.svg) 0 0 no-repeat;
}

figure.wp-block-gallery {
  max-width: 100vw;
  margin: 60px -210px 80px;
}

.about + figure.wp-block-gallery {
  margin-top: 0px;
}

.wp-block-gallery figure.wp-block-image img {
  border-radius: 20px;
}

.wp-block-gallery.wp-block-gallery-1 {
  gap: 20px !important;
}

.wp-block-gallery figure.wp-block-image {
  height: 300px;
}

.wp-block-gallery.columns-5 figure.wp-block-image {
  width: calc(20% - 20px) !important;
}

.wp-block-gallery.columns-4 figure.wp-block-image {
  width: calc(25% - 20px) !important;
}

.wp-block-gallery.columns-3 figure.wp-block-image {
  width: calc(33.3333% - 20px) !important;
}

.wp-block-gallery.columns-2 figure.wp-block-image {
  width: calc(50% - 20px) !important;
}

.pagging {
  width: 100%;
  padding: 30px 10px 40px;
  display: flex;
  justify-content: center;
}
.pagging a {
  border-radius: 100px;
  border: 1px solid #0AA2D4;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  margin: 0 5px 10px;
  padding-top: 6px;
}
.pagging a.active, .pagging a:hover {
  background: #0AA2D4;
  color: #fff;
  text-decoration: none;
}
.pagging .back {
  text-indent: -9999px;
  background: url(images/1840494f05dcc05c22e7.svg) center center no-repeat;
}
.pagging .back:hover {
  background: #0AA2D4 url(images/c723dc6a75f22e84eb80.svg) center center no-repeat;
}
.pagging .next {
  text-indent: -9999px;
  background: url(images/b5c8d9f01272c018831f.svg) center center no-repeat;
}
.pagging .next:hover {
  background: #0AA2D4 url(images/f1bc70687d2f648e79d8.svg) center center no-repeat;
}

.share {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #B4D1DC;
  padding-bottom: 100px;
  color: #0AA2D4;
  display: flex;
  align-items: center;
}
.share .h4 {
  margin: 0;
  font-size: 16px;
}
.share .icons {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.share .icons a {
  margin-right: 15px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.share .icons .facebook {
  background: url(images/be2c72da6373ae58d995.svg) center center no-repeat;
  background-size: cover;
}
.share .icons .linkedin {
  background: url(images/07215c45b01e0a47e9d7.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1760px) {
  figure.wp-block-gallery {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1399px) {
  h1 {
    margin: 0 0 50px;
  }
  body {
    font-size: 15px;
  }
  .wp-block-gallery figure.wp-block-image {
    height: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 30px;
  }
  figure.wp-block-gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .site-main {
    padding-top: 110px;
  }
  .wp-block-gallery figure.wp-block-image {
    height: 175px;
  }
}
@media screen and (max-width: 991px) {
  h1,
.h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  .wp-block-gallery figure.wp-block-image {
    height: 130px;
  }
  figure.wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-main {
    padding-top: 103px;
  }
  h1 {
    margin: 0 0 40px;
  }
  h1,
.h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  .share {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding: 0 15px;
  }
  h1,
.h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  table th,
table td {
    font-size: 14px;
  }
  table td {
    padding: 10px 15px;
  }
  table th {
    padding: 10px 15px;
  }
  .site-main {
    padding-top: 68px;
  }
  .wp-block-gallery.columns-4 figure.wp-block-image {
    width: calc(50% - 20px) !important;
  }
  .wp-block-gallery figure.wp-block-image {
    height: 145px;
  }
}
@media screen and (max-width: 410px) {
  h1,
.h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 100;
}
.site-header a {
  color: #000;
}
.site-header a:hover {
  color: #0AA2D4;
  text-decoration: none;
}
.site-header .top {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-header .top .logo {
  padding-right: 10px;
}
.site-header .top .logo img {
  display: block;
}
.site-header .top .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-header .top .info .help {
  padding: 7px 25px;
  border-right: 1px solid #D9D9D9;
}
.site-header .top .info .help a {
  padding-left: 28px;
  margin-left: 6px;
  display: inline-block;
  background: url(images/567bd520a248253b5399.svg) 0 center no-repeat;
}
.site-header .top .info .eshop {
  padding: 7px 25px;
  border-right: 1px solid #D9D9D9;
}
.site-header .top .info .eshop a {
  padding-left: 36px;
  display: inline-block;
  background: url(images/05e89d5abb198f847a23.svg) 0 center no-repeat;
}
.site-header .top .info .search {
  position: relative;
  margin-left: 25px;
  width: 24px;
  height: 24px;
  background: url(images/35299c3733fc1f0f5175.svg) 0 center no-repeat;
}
.site-header .top .info .reserve-holder {
  position: relative;
  margin-left: 25px;
  width: 222px;
  height: 52px;
}
.site-header .top .info .reserve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 13px 30px 12px;
  border-radius: 100px;
  background: #0AA2D4 url(images/fad0d6cbdfb03f5d64bb.svg) right 30px top 16px no-repeat;
  font-size: 17px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
}
.site-header .top .info .reserve:hover {
  border-radius: 10px 10px 5px 5px;
}
.site-header .top .info .reserve:hover .links {
  display: block;
}
.site-header .top .info .reserve .links {
  font-size: 15px;
  letter-spacing: 0.45px;
  text-transform: none;
  display: none;
}
.site-header .top .info .reserve .links li {
  padding-top: 15px;
}
.site-header .top .info .reserve .links li a {
  color: #fff;
}
.site-header .top .info .reserve .links li a:hover {
  text-decoration: underline;
}
.site-header .top .info .lang {
  margin-left: 25px;
}
.site-header .top .info .lang ul li a {
  text-transform: uppercase;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  padding-left: 29px;
  display: inline-block;
  background: url(images/221bb38611bc1b05b639.svg) 0 center no-repeat;
}
.site-header .bottom .main-navigation ul {
  display: flex;
  margin: 0 -15px;
}
.site-header .bottom .main-navigation ul li {
  font-size: 17px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  position: relative;
}
.site-header .bottom .main-navigation ul li a {
  display: inline-block;
  padding: 25px 15px;
}
.site-header .bottom .main-navigation ul li ul {
  margin: 0;
  display: none;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  padding: 5px 15px;
  position: absolute;
  left: 0;
  top: 55px;
  min-width: 240px;
  z-index: 10;
}
.site-header .bottom .main-navigation ul li ul li {
  font-size: 15px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.45px;
  text-transform: none;
}
.site-header .bottom .main-navigation ul li ul li a {
  padding: 7px 0px;
}
.site-header .bottom .main-navigation ul li.menu-item-has-children a {
  padding-right: 40px;
  background: url(images/1ac7833c229161c96744.svg) right 15px top 27px no-repeat;
}
.site-header .bottom .main-navigation ul li.menu-item-has-children a:hover {
  background: url(images/6fed79ac77a7ca5abfb6.svg) right 15px top 27px no-repeat;
}
.site-header .bottom .main-navigation ul li.menu-item-has-children ul li a {
  padding-right: 0px;
  background: none !important;
}
.site-header .bottom .main-navigation ul li.menu-item-has-children ul li a:hover {
  background: none !important;
}
.site-header .bottom .main-navigation ul li:hover ul {
  display: block;
}

.site-header .bottom .main-navigation ul li.current_page_parent a,
.site-header .bottom .main-navigation ul li.current-menu-item a {
  color: #0AA2D4;
}

.site-header .bottom .main-navigation ul li.menu-item-has-children.current-menu-item a,
.site-header .bottom .main-navigation ul li.menu-item-has-children.current_page_parent a {
  background: url(images/8614131592f198f4d3f7.svg) right 15px top 27px no-repeat;
}

.site-header .bottom .main-navigation ul li.current_page_parent li a,
.site-header .bottom .main-navigation ul li.current-menu-item li a {
  color: #000;
}
.site-header .bottom .main-navigation ul li.current_page_parent li a:hover,
.site-header .bottom .main-navigation ul li.current-menu-item li a:hover {
  color: #0AA2D4;
}

.site-header .bottom .main-navigation ul li.current_page_parent li.current-menu-item a {
  color: #0AA2D4;
}

.site-header .mobile-menu {
  display: none;
  width: 32px;
  margin-left: 20px;
  margin-top: 8px;
  cursor: pointer;
}
.site-header .mobile-menu span {
  display: block;
  margin-bottom: 8px;
  height: 2px;
  background: #000;
}

.sticky .site-header {
  position: fixed;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}
.sticky .site-header .top {
  display: none;
}
.sticky .site-header .bottom .main-navigation ul li a {
  padding-top: 23px;
  padding-bottom: 21px;
  background-position-y: 25px;
}
.sticky .site-header .bottom .main-navigation ul li a:hover {
  background-position-y: 25px;
}
.sticky .site-header .bottom .main-navigation ul li ul li a {
  padding: 7px 0px;
}

@media screen and (max-width: 1399px) {
  .site-header .bottom .main-navigation ul li {
    letter-spacing: 0.2px;
    font-size: 16px;
  }
  .site-header .top .info .reserve-holder {
    width: 212px;
  }
  .site-header .top .info .reserve {
    font-size: 16px;
  }
}
@media screen and (max-width: 1299px) {
  .site-header .bottom .main-navigation ul {
    margin: 0 -12px;
  }
  .site-header .bottom .main-navigation ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-header .bottom .main-navigation ul li {
    font-size: 15px;
    letter-spacing: 0;
  }
  .site-header .top .info .help {
    padding: 0px 20px;
    max-width: 190px;
  }
  .site-header .top .info .eshop {
    padding: 6px 20px;
  }
  .site-header .top .info .reserve .links {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .site-header .bottom .main-navigation ul {
    display: none;
  }
  .site-header .top .info .help {
    display: none;
  }
  .site-header .top .info .search {
    margin-left: 20px;
  }
  .site-header .top .info .reserve-holder {
    margin-left: 20px;
  }
  .site-header .top .info .lang {
    margin-left: 20px;
  }
  .site-header .top {
    padding-bottom: 25px;
  }
  .site-header .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .site-header .top .info .reserve-holder {
    display: none;
  }
  .site-header .top .info .eshop {
    padding: 0px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .site-header .top .info .eshop a strong {
    display: none;
  }
  .site-header .top .info .eshop a {
    height: 25px;
    vertical-align: middle;
    padding-left: 26px;
  }
  .site-header .top .logo img {
    max-width: 290px;
  }
}
@media screen and (max-width: 599px) {
  .site-header .top .logo img {
    max-width: 175px;
  }
  .site-header .top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-header .top .info .search {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .site-header .top .info .lang {
    display: none;
  }
}
.page-header {
  position: relative;
  padding: 80px 0 33px;
  color: white;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 100px;
}
.page-header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/614ade0ae8c5007fa68d.jpg) center center no-repeat;
  background-size: cover;
  filter: blur(4.5px);
}
.page-header .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
}
.page-header .container {
  position: relative;
}
.page-header a {
  color: #fff;
  display: inline-block;
  padding-right: 34px;
  background: url(images/a6b3063b9b186152b9e7.svg) right 11px top 6px no-repeat;
}
.page-header .breadcrumb_last {
  opacity: 0.5;
}

@media screen and (max-width: 1399px) {
  .page-header {
    padding-top: 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.slider-holder {
  margin: 0 -100% 100px;
}

.slider {
  margin: 0 auto;
  max-width: 100vw;
  min-height: 450px;
}

.slider-list .slick-dots {
  max-width: 1420px;
  padding: 0 60px;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.slider-list .slick-dots li {
  display: inline-block;
  padding: 0 10px 0 0;
  background: none;
}
.slider-list .slick-dots li button {
  text-indent: -9999px;
  border: none;
  border-radius: 100px;
  width: 34px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.slider-list .slick-dots li.slick-active button {
  background: #0AA2D4;
}

.slider-item {
  position: relative;
}
.slider-item img {
  width: 100%;
  display: block;
}
.slider-item .container-holder {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-item .container {
  color: #fff;
  width: 100%;
}

.slider-item-inner {
  max-width: 675px;
}
.slider-item-inner .h1 {
  line-height: 1.4;
  margin-bottom: 40px;
}
.slider-item-inner .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.slider-item-inner .buttons a {
  margin-right: 20px;
  margin-bottom: 20px;
}

.site-footer {
  background: #000;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  text-decoration: none;
  color: #0AA2D4;
}
.site-footer .top {
  padding: 70px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .top .logo {
  padding-right: 10px;
}
.site-footer .top .logo img {
  display: block;
}
.site-footer .top .social {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.site-footer .top .social .h4 {
  font-size: 17px;
  padding-right: 5px;
  margin-bottom: 0;
}
.site-footer .top .social .icon {
  display: inline-block;
  width: 28px;
  margin-left: 15px;
  height: 28px;
  border-radius: 50%;
}
.site-footer .top .social .facebook {
  background: url(images/630cd15cf858a310df44.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .top .social .facebook:hover {
  background: url(images/be2c72da6373ae58d995.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .top .social .instagram {
  background: url(images/33bb0cad844596e24508.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .top .social .instagram:hover {
  background: url(images/ecf4927cb75aca14f86f.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .top .social .linkedin {
  background: url(images/7507ae0cdeb6d030853d.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .top .social .linkedin:hover {
  background: url(images/07215c45b01e0a47e9d7.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .top .social .youtube {
  background: url(images/106eebe7ae7af14d47ff.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .top .social .youtube:hover {
  background: url(images/90c56c7213eb6114dbc1.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .info {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 -20px;
}
.site-footer .info .h4 {
  margin-bottom: 40px;
  font-size: 18px;
}
.site-footer .info .contacts {
  padding: 0 20px;
}
.site-footer .info .contacts .cols {
  display: flex;
}
.site-footer .info .contacts ul li {
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
}
.site-footer .info .contacts .title {
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
.site-footer .info .contacts .phone {
  background: url(images/49f428550150cd9c3f57.svg) 0 0 no-repeat;
}
.site-footer .info .contacts .email {
  background: url(images/325d69d3921ac5cea631.svg) 0 0 no-repeat;
}
.site-footer .info .contacts .location {
  background: url(images/6597993d8f343a3cd034.svg) 0 0 no-repeat;
}
.site-footer .info .information {
  padding: 0 20px;
}
.site-footer .info .information div.menu {
  display: flex;
}
.site-footer .info .information div.menu ul li {
  font-size: 15px;
  letter-spacing: 0.45px;
  padding-bottom: 14px;
  padding-right: 40px;
}
.site-footer .info .bottom {
  padding: 0 20px;
  max-width: 240px;
  font-size: 12px;
  letter-spacing: 0.36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer .info .bottom .solution {
  padding-left: 0px;
  white-space: nowrap;
  align-items: center;
  display: flex;
}
.site-footer .info .bottom .solution .cp {
  margin-left: 8px;
  display: inline-block;
  width: 72px;
  height: 22px;
  background: url(images/1a8f29eb8b8e1683d5de.svg) center center no-repeat;
  background-size: cover;
}
.site-footer .info .bottom .solution .cp:hover {
  background: url(images/05a424a93529c9a1eeac.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .site-footer .info .contacts ul li {
    padding-right: 30px;
  }
  .site-footer .info .information div.menu ul li {
    padding-right: 30px;
  }
  .site-footer .info {
    margin: 0 -10px;
  }
  .site-footer .info .contacts {
    padding: 0 10px;
  }
  .site-footer .info .information {
    padding: 0 10px;
  }
  .site-footer .info .bottom {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .top {
    display: block;
  }
  .site-footer .top .logo {
    padding: 0 0 30px;
  }
  .site-footer .top .social {
    padding-left: 0;
  }
  .site-footer .info {
    flex-wrap: wrap;
  }
  .site-footer .info .contacts {
    width: 65%;
  }
  .site-footer .info .information {
    width: 35%;
  }
  .site-footer .info .bottom {
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 30px;
  }
  .site-footer .info .bottom .copy {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .info .contacts {
    width: 100%;
    padding-bottom: 30px;
  }
  .site-footer .info .information {
    width: 100%;
  }
  .site-footer .info .contacts .cols ul {
    width: 50%;
  }
  .site-footer .info .information div.menu .main-navigation {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .site-footer .info .contacts .cols ul {
    width: 100%;
  }
  .site-footer .info .contacts .cols {
    flex-wrap: wrap;
  }
  .site-footer .info .information div.menu .main-navigation {
    width: auto;
  }
  .site-footer .info .h4 {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=core.css.map*/