*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display:none;}
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/


@font-face {
  font-weight: 400;
  font-family: 'TTFirsNeue';
  src: url("./fonts/TTFirsNeueRegular.ttf");
}

@font-face {
  font-weight: 700;
  font-family: 'TTFirsNeue';
  src: url("./fonts/TTFirsNeueBold.ttf");
}

@font-face {
  font-weight: 300;
  font-family: 'TTFirsNeue';
  src: url("./fonts/TTFirsNeueLight.ttf");
}

body {
  background: #F1F5FE;
  font-weight: 400;
  font-family: 'TTFirsNeue', sans-serif;
  color: #0E3363;
  font-size: 1rem;
  min-width: 20rem;
}
a, a:visited {
  color: #0E3363;
}
.hfeed {
    padding-top: 7.875rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden;
}
.text-center {
  text-align: center;
}
.main-content {
  flex: 1 0 auto;
}

.content-text ul {
  list-style: disc;
  padding-left: 20px;
}


.pt63 {
  padding-top: 4rem;
}
.pt71 {
  padding-top: 4.4375rem;
}
.pt120 {
  padding-top: 7.5rem;
}
.pt135 {
  padding-top: 8.4375rem;
}
.pb66 {
  padding-bottom: 8.125rem;
}
.pb95 {
  padding-bottom: 5.9375rem;
}
.pb150 {
  padding-bottom: 9.375rem;
}

.fblock {
  display: flex;
  align-items: center;
}
.container {
    max-width: 1171px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 68px;
  color: #0E3363;
}
h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 68px;
  text-transform: uppercase;
  color: #0E3363;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }
}


.pageheader {
    background: #600D12;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-height: 126px;
    position: fixed;
    top:0;
    z-index: 1000;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 28px 0 26px;
}

.header-logo {
}


.header-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacts-block {
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cblock-img {
  margin-right: 5px;
}
.cblock-text {
  margin-left: 28px;
}
.cblock-title {
    font-size: 24px;
    line-height: 30px;
}
.cblock-title a {
  color: #fff;
}

.header-menu_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation {
}



#toggle, #popup, #popup1, #popup2 {
    display: none;
  }
  #modalBtn1:hover, #modalBtn2:hover  {
    cursor: pointer;
    text-decoration: underline;
  }
  /**
    Hamburger
  **/
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    z-index: 5;
    background: linear-gradient(179.78deg, #FFB800 -0.22%, #FFFFFF 48.23%, #FFC218 99.81%);

  }
  .hamburger:hover {
    cursor: pointer;
    background: linear-gradient(179.78deg, #d89c05 -0.22%, #FFFFFF 48.23%, #d6a10d 99.81%);
    
  }

  
  .hamburger div {
    position: relative;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background-color: #0E3363;
    margin-top: 4px;
    transition: all 0.3s ease-in-out;
  }
  
  /**
  Nav Styles
  **/




  @media only screen and (min-width: 980px) {


    .nav-container {
      height: 100%;
    }
    .nav {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #F1F5FE;
      top: -100%;
      left: 0; 
      right: 0; 
      bottom: 0;
      overflow: hidden;
      transition: all 0.5s ease-in-out;
      z-index: 100;
    }
    .nav-wrapper {
      position: relative;
      overflow: hidden;
      overflow-y: auto;
      height: 100%;
    }
  
    .nav-inner {
      display: flex;
      padding: 56px 0 36px;
      height: 100%;
    }
  
    .nav-inner .menu > li > a {
      font-weight: 400;
      font-size: 2rem;
      color: #0E3363;
      display: block;
      margin-bottom: 0.3125rem;
    }
    .nav-inner .menu > li > .sub-menu {
      margin-bottom: 0.625rem;
    }
   
    .nav-inner .menu > li > .sub-menu > li > a {
      font-weight: 400;
      font-size: 20px;
      line-height: 26px;
      color: #0E3363;
      
      display: block;
    }
    .nav-inner .menu > li > .sub-menu > li > a:last-child {
      margin-bottom: 0px;
    }
    .nav-col2 {
      flex: 1 0 auto;
      
      display: flex;
      flex-direction: column;
      justify-content: flex-end;

    }
    .owner-text__wrapper {

    position: relative;
    min-width: 100%;
    display: block;
    height: 100%;

    }
    .nav-owner {
      position: absolute;
      right: 0;
      bottom: 90px;
      max-width: 50%;
      max-height:92%;
    }
    .nav-name {
      max-width: 400px;
      margin-inline: auto;
      margin-top: -196px;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 23px;
      color: #0E3363;
      bottom: 0;
    }
    .nav-owner-text {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 23px;
      color: #0E3363;
      background: linear-gradient(346.52deg, #FF1678 16.94%, #FBF22B 91.11%);
      border-radius: 50px;
      padding: 18px 28px;
      max-width: 300px;
      position: absolute;
      bottom: 60%;
      right: 36%;
      z-index: 10;
    }

    .feedback__link {
      text-align: right;
      font-size: 24px;
      font-weight: 400;
      text-transform: uppercase;
    }
    .feedback__link-mobile {
      display: none;
    }
  }
  
  /**
  Animations
  **/
  #toggle:checked + .hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top:10px;
  }
  #toggle:checked + .hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
  }
  #toggle:checked + .hamburger .meat {
    transform: rotate(45deg);
    margin-top: -2px;
  }
  
  @media only screen and (min-width: 980px) {
    #toggle:checked + .hamburger + .nav {
      top: 126px;
      transform: top;
      
    }
    #menu, .menu-main-menu-container {
      height: 100%;
    }
    #menu-main-menu {

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60%;

    }
    .footer-navigation {
      display: flex;
    }
    .social-nav {
      margin-top: 1rem;
      display: flex;
      gap: 1.6875rem;
    }
    .social-nav img {
      width: 2rem;
      height: 2rem;
    }
    .content-grid {
      margin-top: 10%;
    }
    
  }
  @media only screen and (max-width: 980px) {
    #toggle:checked + .hamburger + .nav {
      right: 0;
      transform: right;
    }
    .social-nav {
      display: none;
    }
    .col40 img {

      margin-inline: auto;
    }
    .thpage {
      margin-top: 1.875rem;
      margin-bottom: 2.8125rem;
    }
    .content-image img {
      height: 100%;
      margin-inline: auto;
    }
    .feedback__link {
      display: none;
    }
    .feedback__link-mobile {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 60px;
    }
    .feedback__link-mobile img {
      display: inline-block;
    }
    .feedback__link-mobile a {
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
    }
    .slick-slide {
      margin: 0 10px;
    }

   }

.gradient {
  animation: gradient 8s infinite linear;
}
  @keyframes gradient {
    0% {
      opacity: 100%;
    }
    50% {
      opacity: 50%;
    }
    100% {
      opacity: 100%;
    }
}


  .mainpage-wrapper {
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: url('./img/main-img.webp');
    background-size: cover;
    justify-content: center;
    text-align: center;
  }
.mainimg-title {
  text-align: center;
}
.mainimg-title h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 103%;
  color: #F2F2F2;
}

.mainimg-count {
    display: flex;
    margin-top: 18px;
    justify-content: center;
    text-align: center;
    margin-bottom: 202px;
}
.count-title {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 68px;

}

.count {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  color: #F2F2F2;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding: 13px 9px;
  margin: 0 25px;
}
.count-1 {

}
.count-2 {
}
.count-3 {
}


.mainimg-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
 
background: linear-gradient(360deg, #FF1678 16.94%, #FBF22B 91.11%);
border-radius: 50px;
  padding: 21px 35px;
  transition: 0.3s;
}
.mainimg-btn:hover {
  background: linear-gradient(90deg, #FF1678 15.77%, #FBF32C 92.73%);
  border-radius: 50px;
  cursor: pointer;
}






.mainpage-block {
  overflow: hidden;
}
.mainpage-block h2 {
  margin-bottom: 50px;
}


.content-form {
  margin-top: 43px;
}
.content-form form {
  display: flex;
  flex-wrap: nowrap;
}

.content-form input[type=text] {
  border: none;
  background: transparent;
  border-bottom: 1px solid #0E3363;
  margin-right: 19px;
  outline: none;
 /* padding-bottom: 7px;*/
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #BDBDBD;
  flex: 1 0 auto;
}
.content-form input[type=button] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  background: linear-gradient(360deg, #FF1678 16.94%, #FBF22B 91.11%);
  border-radius: 50px;
  padding: 21px 35px;
  border: none;
  transition: all 1s;
}
input[type=button]:hover {
  cursor: pointer;
  background: linear-gradient(90deg, #FF1678 15.77%, #FBF32C 92.73%);
  border-radius: 50px;

}












.page-container {
  padding-top: 52px;
  padding-bottom: 250px;
}
.page-container h1 { 
  margin-bottom: 23px;
}

@media only screen and (max-width: 980px) {
.page-menu {
  white-space: nowrap; /* [1] */
  overflow-x: auto; /* [2] */
  -webkit-overflow-scrolling: touch; /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ }

/* [5] */
.page-menu::-webkit-scrollbar {
  display: none; }



  
}

@media only screen and (min-width: 980px) {

      .page-menu {
        position: relative;
        z-index: 10;
      }
      .page-menu a {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 26px;
        color: #0E3363;
        white-space: nowrap;
      }

      .page-menu > div > ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 39px;
      }
      .page-menu a {
        display: block;
        padding: 14px 19px;
        text-align: center;
        border: 1px solid #F1F5FE;
        border-radius: 25px;
      }
      .page-menu a:hover {
        border: 1px solid #0E3363;
        text-decoration: none;
      }
      .page-menu li {
        position: relative;
      }
      .page-menu li:first-child a {
        padding-left: 19px;
        margin-left: -19px;
      }
      .page-menu li:first-child.current-menu-item a {
        padding-left: 19px;
      }
      .page-menu .sub-menu {
        display: none;
      }
      .page-menu .sub-menu a {
        font-size: 16px;
      }
      .page-menu .current-menu-item > .sub-menu, .page-menu .current-menu-ancestor > .sub-menu {

        margin-top: 45px;
        position: absolute;
        display: flex;
      }
      .page-menu li + li {
        /*margin-left: 26px;*/
      }

      .page-menu li.current-menu-item > a, .page-menu .current-menu-ancestor > a {
        background: #0E3363;
        color: #FFF;
        border-radius: 25px;
      }


}

.page-content {
  display: flex;
  justify-content: flex-start;
}
.content-container {
  
  padding-left: 83px;
  
}
.content-image img {
  border-radius: 10px;
}
.content-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #0E3363;
}


.content-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid-item {
  flex: 0 0 30%;
  margin-bottom: 100px;
}
.item-inner{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 980px) {
  .container {
    max-width: 100%;
    margin-inline: auto;
  }
  img {
    display: block;
    max-width: 100%;
  }

  .item-inner{
    flex-direction: column;
  }

  .colls {
    flex-direction: column;
  }
  .colls.revers .col40 {
    order: 1;
  }
  .colls.revers .col60 {
    order: 2;
  }
}
.item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 18px;
}
.item-img img {
  border-radius: 10px;
  max-height: 150px;
  max-width: 130px;
}
.item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #0E3363;
 /* margin-bottom: 18px;*/
}
.item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #0E3363;
  flex: 0 1 auto;
}

.item-readmore {
  align-self:flex-end;
}


.content-price {
  margin-top: 38px;
  display: flex;
}
.block-price + .block-price {
  margin-left: 73px;
}
.price-price {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #0E3363;
}
.price-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #0E3363;
}
.block-btn {
  align-self:center;
  padding: 0 5px;
}
.block-btn a {font-weight: 400;
  font-size: 24px;
  line-height: 105%;
  color: #0E3363;}

.owner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 68px;
  color: #0E3363;
}
.mt45 {
  margin-top: 45px;
}
.owner-text {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0E3363;
}


.parallax {
  position: fixed;

  transform: translateZ(0.2px) scale(0.8);
}

.parallax img {
  transform: translateZ(0.4px) scale(0.6);
  z-index: 400;
  top: 0px;
  left: 0px;
  
}





img.g_br {
  border-radius: 10px;
}
.br337 {
  border-radius: 337px;
  display: block;
  max-width: 100%;
  height: auto;
}
.slider-results .slick-track {
  height: 560px;
  display: flex !important;
}
@media only screen and (max-width: 980px) {
  .slider-results .slick-track {
    height: 260px;
    display: flex !important;
  }
}
.slider-results img {
  max-height: 380px;
}
.slider-results .slick-track img {
  margin-right: 22px;
}
.slider-results .slick-track img:nth-child(odd) {
  align-self: flex-end;
}
.slider-pronas {
  margin-top: 50px;
}
.slider-pronas img {
  max-height: 720px;
}
.vfl-sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.colls {
  display: flex;
}
.col40 {
  flex: 0 0 40%;
}
.col50 {
  flex: 0 0 50%;
}
.col60 {
  flex: 0 0 60%;
}
.col60 iframe {
  width: 100%;
}
.col33 {
  flex: 0 1 33.333%;
}
.text-b-r {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  color: #0E3363;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 128px;
  background: url('./img/Ellipse.png') right center no-repeat;
}
.text-l {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #0E3363;
  padding-right: 30px;
}
.pr80 {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-r {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0E3363;
}
.text-r img {
  margin-bottom: 28px;
}
.text-feedback {
  display: flex;
  justify-content: center;
}
.text-feedback-btn {
  font-weight: 400;
  font-size: 24px;
  line-height: 105%;
  color: #0E3363;
  background: url('./img/feedback-btn-bg.png') center center no-repeat;
  display: block;
  width: 361px;
  height: 228px;
  padding: 80px;
}


.pWrapper {
  background: url('./img/pText.svg') center bottom no-repeat;
  background-size: contain;
  min-height: 100%;
  display: flex;
  justify-content: center;
}
.pInn {
  text-align: center;
  padding-bottom: 10%;
}



.footer-wrapper {
  background: #0E3363;
  border-radius: 60px 60px 0px 0px;
}
.footer {
  display: flex;
  min-height: 250px;
  color: #fff;
  flex-wrap: wrap;
}
.footer-photo {
  position: relative;
  flex: 1 0 35%;
}
.footer-photo img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-height: 160%;
}
.footer-navigation {
  padding: 33px 0 42px;
  flex: 1 0 50%;
  color: #F1F5FE;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.footer-navigation ul.menu > li {
  float: left;
  min-width: 25%;
}
.footer-navigation ul.menu > li:not(:first-child)  {
  margin-left: 1.875rem;
  margin-bottom: 20px;
}
.footer-navigation ul.menu > li:last-child {
  display: none;
}
.footer-navigation a {
  color: #F1F5FE;
  font-size: 16px;
}
.footer-navigation ul.menu > li:first-child li {
  margin-bottom: 0.5625rem;
}
.footer-navigation ul.menu > li:first-child .sub-menu {
margin-top: 0.6875rem;
}
.footer-navigation ul.menu > li:first-child .sub-menu a {
  font-size: 14px;
}
.footer-social {
  flex: 1 0 15%;
  display: flex;
  justify-content: flex-end;
}
.footer-social a + a {
  margin-left: 19px;
}

#frameModal {
  display: none;
  transition: 1s;
}



/* The Modal (background) */
@media only screen and (min-width: 980px) {
.modal {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: fixed; /* Stay in place */
  z-index: 900; /* Sit on top */
  left: 0;
  bottom: -2000px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  transition: 1s;
}
}

@media only screen and (max-width: 980px) {
  .modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed; /* Stay in place */
    z-index: 900; /* Sit on top */
    left: 0;
    bottom: -2000px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
  }
  ol {
    margin-left: 30px;
  }
}

/* Modal Content/Box */
@media only screen and (min-width: 980px) {
  .modal-content {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-bottom: 2%;
    padding: 56px 41px 0 26px;
    background-color:  #F1F5FE;
    border-radius: 80px;
    max-width: 850px;
    position: relative;

  }
}
@media only screen and (max-width: 980px) {
  .modal-content {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 56px 41px 0 26px;
    background-color:  #F1F5FE;
    border-radius: 80px;
    max-width: 850px;
    position: relative;

  }
}

/* The Close Button */
.close {
  position: absolute;
  color: #000;
  right: 15px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #F1F5FE;
  top: 0;
  margin-top: -53px;
  line-height: 53px;
  font-size: 44px;
  text-align: center;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal__inner {
  display: flex;
  flex-wrap: nowrap;
}
.modal__block {
  flex: 0 0 50%;
}
.owner-bg {
  background: url("https://dev.aurum.org.ua/wp-content/themes/blankslate/img/nav-bg.webp") left bottom no-repeat;
  background-size: contain;
}
.modal__owner-text {
  color: var(--main-blue, #0E3363);
  text-align: justify;
  font-size: 20px;
  padding: 22px 38px;
  border-radius: 50px;
  background: var(--main-gradient, linear-gradient(327deg, #FF1678 0%, #FBF22B 90.87%));
  margin-left: -40px;
  width: 90%;
}
.form-vertical {
  padding-bottom: 5.6875rem;
  margin-left: 16px;
}
.form-vertical form {
  display: flex;
  flex-direction: column;
}
.form-vertical .content-form {
  margin-top: 90px;
}
.form-vertical .content-form input[type=text] {
  border-radius: 15px;
  border: 1px solid var(--main-blue, #0E3363);
  margin-bottom: 2.5rem;
  margin-right: 0;
  padding: 24px 22px 23px;
}

.form-vertical .content-form input[type=button] {
  font-size: 20px;
  text-transform: uppercase;
}

.fixed-link {
  position: fixed;
  right: 180px;
  bottom: 75px;
  z-index: 9;
}
@media only screen and (max-width: 980px) {
  .fixed-link {
  right: 1.375rem;
  bottom: 5.9375rem;
  }
  .fixed-link img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@-webkit-keyframes fadein {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

@-moz-keyframes fadein {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

@keyframes fadein {
  from { opacity: 0.3; }
  to { opacity: 1; }
}
.fixed-img {
  filter: none;
  -webkit-animation: fadein 2s ease-in alternate infinite;
  -moz-animation: fadein 2s ease-in alternate infinite;
  animation: fadein 2s ease-in alternate infinite;
}

.block-contacts {
  display: flex;
  flex-direction: column;
}
.contacts-row {
  display: flex;
  margin-bottom: 30px;
}
.contacts-cell {
  margin-right: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #0E3363;
  display: flex;
  flex-direction: column;
}


@media (max-width: 980px) {
  h1 {
    font-size: 2rem;
    line-height: 99%;
  }
  .hidden-m {
    display: none !important;
  }
  .contacts-block {
    order: 1;
  }
  .header-logo {
    order: 2;
  }
  .header-menu_btn {
    order: 3;
  }
  .page-content {
    flex-direction: column;
  }
  .page-menu > div > ul {
    
  }
  .content-container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .content-text {
    order: 2;
  }
  .content-price {
    order: 1;
  }
  .content-form {
    order: 3;
  }
  

.hfeed {
    padding-top: 3.25rem;
    min-width: 320px;
}
.pageheader {
    /*max-height: 74px;*/
   
}
.header-wrapper {
  padding: 20px 0 9px;
}

.nav-owner {
  display: none;
}

}
.btn__out {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
}
.feedback__btn {
  font-size: 1.5rem;
  width: 22.5rem;
  max-width: 100%;
  height: 12.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.5s ease-in-out;
  background: url('./img/feedback-btn-bg.png') center center no-repeat;
  background-size: contain;
}
.feedback__btn:hover {
  background: url('./img/feedback-btn-bg-hover.png') center center no-repeat;
  background-size: contain;
}

.services__out {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.services__link {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}


.disk { 
  position: relative; 
  background: url('./img/vidguky.webp') center center no-repeat;
  border-radius: 373px;
  font: 4.5vmin monospace; 
  transform: rotate(-50deg);
  height: 50px;
}
.disk img {
  visibility: hidden;
}

.disk b { 
  font: 26px Monaco, MonoSpace;
  height: 200px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  transform-origin: bottom center;
}


.thpage {

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thpage__content {
  display: flex;
  padding-top: 3.375rem;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.thpage__content h1 {
  margin-bottom: 1rem;
  font-size: 48px;
  font-weight: 600;
}
.thpage__content p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3.75rem;
}




@media (max-width: 991.98px) {

  



}

.visible-m {
  display: none;
  visibility: hidden;
}



@media only screen and (max-width: 980px) {

  .nav-container {
    height: 100%;
  }
  .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #600D12;
    top: 0;  right: -100%; bottom: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 100;
  }
  .nav-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
  }
  #toggle:checked + .hamburger {
    z-index: 999;
    background: transparent;
  }
  #toggle:checked + .hamburger div {
    background-color: #FFF;
    width: 1.5625rem;
  }


  .sub-menu {
    display: none;
  }

  .nav-wrapper {
    background: url(https://dev.aurum.org.ua/wp-content/themes/blankslate/img/footer-photo.png) right bottom no-repeat;
    background-size: 50%;
    max-width: 600px;
    margin-inline: auto;
  }

  .nav-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav-inner {
    flex: 1 1 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 5.9375rem;
  }
  .menu-item a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #F1F5FE;
    padding: 0.75rem 1.5625rem;
  }
  .nav-owner-text {
    color: var(--main-blue, #0E3363);
    font-size: 14px;
    line-height: 113.5%;
    letter-spacing: -0.45px;
    padding: 0.75rem 0.5625rem;
    margin: 0.375rem 1.5625rem;;
    border-radius: 15px;
    background: var(--main-gradient, linear-gradient(327deg, #FF1678 0%, #FBF22B 90.87%));
    margin-top: 0.375rem;
    max-width: 50%;
  }
  .nav-name {
    color: var(--main-bg, #F1F5FE);
    font-size: 16px;
    font-weight: 600;
    padding: 1.5625rem;
  }
  .mainimg-title h1 {
    font-size: 1.75rem;
    line-height: 103%;
  }

  .mainpage-wrapper {
    background: url(./img/main-img.webp) center top no-repeat;
    background-size: cover;
}


.mainimg-count {
  flex-wrap: wrap;
  margin-bottom: 3.125rem;
}


.count {
  flex: 0 0 auto;
  margin-bottom: 1.25rem;
}
.count-title {
  text-align: center;
}
.count img {
  display: inline;
}

.mainpage-block {
  padding-top: 2.75rem;
}
.mainpage-block h2 {
  margin-bottom: 1rem;
  text-align: center;
  line-height: 100%;
}
.menu-poslugy-container a {
  color: #0E3363;
  font-size: 1rem;
  font-weight: normal;
}
.grid-item {
  flex: 1 0 100%;
  margin-bottom: 3.4375rem;
}
  .item-content {
    margin-left: 0;
  }
  .item-img {
    text-align: center;
  }
  .item-title {
    padding:1rem 0 1.3125rem 0;
    text-align: center;
  }
  .item-img img {
    max-width: 100%;
    height: auto;
    max-height: 450px;
    margin: 0 auto;
  }

  .text-b-r {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 2.3125rem;
    margin-top: 1.25rem;
    background: url(./img/Ellipse-mob.png) center center no-repeat;
    padding: 0.625rem 0;
    background-size: contain;
  }
  .text-l {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 1rem 0 0.6875rem 0;
  }
  .slider-pronas {
    margin: 0;
  }
  .pb150 {
    padding-bottom: 0;
  }
  .br337 {
    margin: 0 auto;
    max-width: 85%;
  }
  img.g_br { 
    margin: 0 auto;
  }
  .visible-m {
    display: block;
    visibility: visible;
  }
  .text-r {
    font-size: 1rem;
  }
  .btn__out {
    margin-top: 0.625rem;
    justify-content: center;
 
  }
  .feedback__btn {
    font-size: 1rem;
    max-width: 70%;
  }

  .block-owner {
    display: flex !important;
    flex-direction: column;
  }
  .owner-title {
    order: 2;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.8125rem;
    line-height: 2.1875rem;
  }
  .owner-text {
    order: 3;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
  }
  .col33.slick-slide img {
    order: 1;
    
  }
  .colls-slick .slick-dots li {
    border-radius: 50%;
    border: 1px solid #0E3363;
    background-color: #fff;
  }
  .colls-slick .slick-dots li.slick-active  {
    background: #0E3363;
  }
  .contacts-cell {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .block-contacts {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 50%;
  }
  .contacts-row {
    flex: 0 0 50%;
  }
  .phone-row {
    flex: 0 0 100%;
    justify-content: center;
  }
  .phone-row img {
    width: 1.625rem;
    height: 1.625rem;
  }
  .footer  {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer-photo {
    flex: 0 0 50%;
  }
  .footer-navigation {
    flex: 0 1 40%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
  }
  .footer-social {
    flex: 0 0 20%;
  }
  .footer-wrapper {
    border-radius: 30px 30px 0px 0px;
  }
  .menu-main-menu-container > ul {
    display: flex;
    flex-direction: column;
  }
  .footer-navigation ul.menu > li, .footer-navigation ul.menu > li:not(:first-child) {
    margin-left: 0;
    margin-bottom: 0.5625rem;
  }
  .footer-navigation a {
    color: #F1F5FE;
    font-size: 0.75rem;
  }
  .footer-navigation .menu-item a {
    
    padding: 0;
  }
  .footer-social {
    justify-content: flex-start;
    margin-top: 0.9375rem;
  }


  .modal__inner {
    flex-direction: column;
  }
  .modal__inner .owner-bg {
    order: 2;
  }
  
  .modal__inner .block-form {
    order: 1;
  }

  .modal-content {
    border-radius: 35px;
    max-width: 95%;
    padding: 0 1.4375rem 0;
  }
  .modal-content .form-vertical .content-form {
    margin-top: 50px;
  }
  .modal-content .form-vertical {
    
    margin-left: 0;
  }
  .close {
    top: auto;
    position: absolute;
    color: #000;
    right: 50%;
    margin-right: -27px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    color: #F1F5FE;
    background-color: #0E3363;
    bottom: -53px;
    margin-top: -53px;
    line-height: 53px;
    font-size: 44px;
    text-align: center;
  }


}


@media only screen and (max-width: 480px) {

  .header-logo a {
    display: block;
    max-width: 80%;
    margin-inline: auto;
  }

}

@media only screen and (max-width: 980px) {
  .thpage__content h1 {
    font-size: 1.875rem;
  }
  .thpage__content p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 980px) {
  .slider-pronas {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 980px) {
  
  .content-price {
    display: block;
   
  }
  .price-price {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
  .price-text {
    margin-bottom: 1.4375rem;
    text-align: center;
  }

  .snav {
    position: relative;
    z-index: 2;
    height: 2.5rem;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  .sul {
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1.5rem;
      padding-left: 0;
      margin-block: 0;
      overflow-x: auto;
      list-style: none;
      text-align: center;
      white-space: nowrap;
    }


    
  }

.quote__text {
  font-size: 2.25rem;
  line-height: 125%;
}

@media only screen and (max-width: 980px) {
  .quote__text {
    font-size: 1.625rem
  }


  .modal__block .form-vertical .content-form input[type=text]   {
    border-radius: 10px;
    border: 1px solid var(--main-blue, #0E3363);
    margin-bottom: 1.5rem;
    margin-right: 0;
    padding: 20px 16px 10px;
  }

  .modal_form__owner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
   
  }
  .modal_form__owner-text p {
    color: #fff;
    background-color: #0E3363;
    padding: 1.25rem;
    border-radius: 1.875rem;
    float: right;
    max-width: 95%;
  }
  .modal_form__owner-text {
   
   
  }
  .modal_form__owner-image {
    align-self: end;
  }


}
@media only screen and (min-width: 980px) {
 .modal_inner {
  display: flex;
 }
  .block-form {
    order: 2;
    align-self: end;
  }
  .modal_form__owner {
    order: 1;
  }

  .modal_form__owner-text {
    position: relative;
  }
  .modal-content {
    padding: 85px 41px 0 26px;
  }
  .modal_form__owner-text p {
    color: #0E3363;
    text-align: justify;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    top:0;
    margin-top: -20%;
    margin-right: -80%;
    width: 100%;
    padding: 1.37rem 2.38rem;
    border-radius: 3.125rem;
    background: var(--main-gradient, linear-gradient(327deg, #FF1678 0%, #FBF22B 90.87%));
  }






  .marquee-infinite {
    margin: 30px auto;
    max-width: 100%;
    overflow: hidden;
}

.marquee-infinite div {
    display: flex;
    width: 170%;
    animation: marquee-infinite 15s linear infinite;
}



.marquee-infinite span {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.marquee-infinite img {
    
}

.marquee-infinite:hover div {
    animation-play-state: paused;
}


@keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}


}


@media only screen and (max-width: 980px) {

.page-menu {
  margin-bottom: 1.25rem;
}
.menu-poslugy-container{
  position: relative;
  z-index: 2;
  height: 2.5rem;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
  .page-menu ul {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1.5rem;
    padding-left: 0;
    margin-block: 0;
    overflow-x: auto;
    list-style: none;
    text-align: center;
    white-space: nowrap;
  }
  .sub-mobile-nav {
    margin-bottom: 30px;
  }
  .sub-mobile-nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .menu-poslugy-container a,
  .sub-mobile-nav a {
    padding: 0.38rem 0.8rem;
    margin-right: 0.7rem;
  }
  .current_page_item li {
    display: block;
  }
  .menu-poslugy-container .current_page_item a,
  .menu-poslugy-container .current-menu-ancestor a,
  .sub-mobile-nav .current_page_item a {
    color: #fff;
    background-color: #0E3363;
    border-radius: 25px;
  }
  .hidden-sm {
    display: none;
  }

}


@media only screen and (min-width: 980px) {
  .sub-nav {
    margin-bottom: 4.25rem;
  }

  .sub-nav ul {
    display: flex;
  }

  .sub-nav a {
      display: block;
      padding: 14px 19px;
      text-align: center;
      border: 1px solid #F1F5FE;
      border-radius: 25px;
      font-size: 0.875rem;
  }
  .sub-nav .current_page_item a {
  background: #0E3363;
  color: #FFF;
  border-radius: 25px;
  
  }

  .visible-sm {
    display: none;
    visibility: hidden;
  }
  html {
    scroll-padding-top: 120px;
  }

}








@media only screen and (max-width: 980px) {
  .marquee-infinite {
    margin: 30px auto;
    max-width: 100%;
    overflow: hidden;
  }

  .marquee-infinite div {
    display: flex;
    width: 200%;
    animation: marquee-infinite 7s linear infinite;
  }



  .marquee-infinite span {
    display: flex;
    justify-content: space-around;
    gap: 40px;
  }

  .marquee-infinite img {
    max-width: 100%;

  }

  .marquee-infinite:hover div {
    animation-play-state: paused;
  }


  @keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
  }

  html {
    scroll-padding-top: 90px;
  }

  .block-price + .block-price {
    margin-left: 0;
  }
  .feedback-form {
    order: 3;
  }

  .page-container {
    padding-top: 70px;
    padding-bottom: 150px;
}
.page-template-default   #feedback_form {
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: center;
  align-items: center;
}

}

.container__video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container__video .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('./img/mask.png') left top repeat;
}

video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video__wrapper {
  position: absolute;
  z-index: 800;
}




@media screen and (max-width:768px) {
  
}

@media screen and (min-width:768px) {
  .container {
  }
  .page-container {
  }
  .list-category {
  }
  .list-category h1 {
    color: rgb(14, 51, 99);
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 79px;
  }
  .list-category h2 {
    margin-bottom: 79px;
  }
  .category-item {
    display: flex;
    column-gap: 32px;
    margin-bottom: 50px;
  }
  .category-item .img-th {
    flex: 0 0 450px;
    overflow: hidden;
  }
  .category-item .img-th a {
    display: block;
  }
  .category-item .img-th img {
    max-width: 100%;
    height: auto;
  }
  .category-item .entry-content {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }
  .category-item .entry-content > div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .category-item .item-title {
    color: rgb(14, 51, 99);
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-align: left;
    text-transform: uppercase;
  }
  .category-item .item-date {
    color: rgb(14, 51, 99);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 8px;
  }
  .category-item .item-text {
    color: rgb(14, 51, 99);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 60px;
  }
  .more-link {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-radius: 35px;
    background: linear-gradient(-32.93deg, rgb(255, 22, 120) 33.029%,rgb(251, 242, 43) 88.008%);
    padding: 18px 43px;
    transition: 0.5s;
    display: inline-block;
  }
  .more-link:hover {
    background: linear-gradient(32.93deg, rgb(255, 22, 120) 33.029%,rgb(251, 242, 43) 88.008%);
    
  }
  .all-news, .nav-links a, .nav-links{
    color: rgb(14, 51, 99);
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
  }
  .newscat-link {
    text-align: right;
   
  }
  .nav-links {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
  }
  .all-news:hover {
    text-decoration: none;
  }











  .container {
  }
  .page-container {
  }
  .singlenews-page h1{
    color: rgb(14, 51, 99);

    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 13px;
  }

  .singlenews-page .item-date {
    margin-bottom: 95px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .singlenews-page .single-th {
    text-align: center;
    margin-bottom: 41px;
  }
  .singlenews-page .page-content {
    margin-bottom: 83px;
    color: rgb(14, 51, 99);
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
  }
}


@media screen and (max-width:768px) {

  .list-category h1 {
    color: rgb(14, 51, 99);
    font-size: 34px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 29px;
  }
  .list-category h2 {
    margin-bottom: 29px;
  }
  .category-item {
    display: flex;
    column-gap: 32px;
    margin-bottom: 70px;
    flex-direction: column;
  }
  .category-item .img-th {
    flex: 0 0 auto;
    overflow: hidden;
  }
  .category-item .img-th a {
    display: block;
  }
  .category-item .img-th img {
    max-width: 100%;
    height: auto;
  }
  .category-item .entry-content {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
  }
  .category-item .entry-content > div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .category .item-title {
    color: rgb(14, 51, 99);
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-align: left;
    text-transform: uppercase;
  }
  .item-date {
    color: rgb(14, 51, 99);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 8px;
  }
  .item-text {
    color: rgb(14, 51, 99);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .more-link {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-radius: 35px;
    background: linear-gradient(-32.93deg, rgb(255, 22, 120) 33.029%,rgb(251, 242, 43) 88.008%);
    padding: 18px 43px;
    transition: 0.5s;
    display: inline-block;
  }
  .more-link:hover {
    background: linear-gradient(32.93deg, rgb(255, 22, 120) 33.029%,rgb(251, 242, 43) 88.008%);
    
  }
  .all-news, .nav-links a, .nav-links{
    color: rgb(14, 51, 99);
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
  }
  .newscat-link {
    text-align: right;
   
  }
  .nav-links {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
  }
  .all-news:hover {
    text-decoration: none;
  }








  .singlenews-page h1{
    color: rgb(14, 51, 99);
    font-size: 26px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 13px;
  }

  .singlenews-page .item-date {
    margin-bottom: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .singlenews-page .single-th {
    text-align: center;
    margin-bottom: 41px;
  }
  .singlenews-page .page-content {
    margin-bottom: 83px;
    color: rgb(14, 51, 99);
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
  }
}
