/**
* Place your custom styles here.

MAIN
LAYOUT BUILDER
HEADER
MENU
CONTENT
FOOTER
ADAPTIVE

*/


/* MAIN */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {
  font-family: pnbk;
  src: url(../includes/fonts/ProximaNova-Black.ttf)
}
@font-face {
  font-family: pnb;
  src: url(../includes/fonts/ProximaNova-Bold.ttf)
}
@font-face {
  font-family: pneb;
  src: url(../includes/fonts/ProximaNova-Extrabld.ttf)
}
@font-face {
  font-family: pnl;
  src: url(../includes/fonts/ProximaNova-Light.ttf)
}
@font-face {
  font-family: pnr;
  src: url(../includes/fonts/ProximaNova-Regular.ttf)
}
@font-face {
  font-family: pnsb;
  src: url(../includes/fonts/ProximaNova-Semibold.ttf)
}



body {
  font-size: 17px;
  line-height: 24px;
  font-family: pnsb;
  margin: 0;
  padding: 0;
  color: #333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

a {
  text-decoration: none;
  color: #00cfff;
}

a:hover {
  color: #058aa8;
}

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

h1 {
  font-size: 50px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

ul {
  list-style: none;
}

article ul,
.page-text__text ul {
  list-style: disc;
}

article > div .page-content {
  /*! min-height: 80vh; */
}

article > div > div:nth-child(n+2) {
  /*! display: none; */
}

.anchor {
  position: relative;
}

.anchor > div {
  position: absolute;
  visibility: hidden;
}

.layout-builder .anchor {
  position: relative;
}

.layout-builder .anchor > div {
  position: absolute;
  visibility: hidden;
}





/* LAYOUT BUILDER */
.layout-builder .page-header > div {
  display: flex;
  flex-wrap: wrap;
}

.layout-builder .page-header__smm {
  display: block;
}




/* BRUMBCRUMBS */
.page-breadcrumbs {
  
}

.page-breadcrumbs__block ol {
  padding-left: 0;
  list-style: none;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}

.page-breadcrumbs__block ol li a {
  color: #000;
}

.page-breadcrumbs__block ol li:after {
  content: '/';
  margin-left: 5px;
}

.page-breadcrumbs__block ol li:last-child:after {
  display: none;
}





/* CONTENT */
.front-tenth-screen__contacts {
  margin-left: 250px;
}

.page-title__title {
  font-size: 2.5rem;
  margin-bottom: 1em;
}

.page-title__title h1 {
  font-size: 2.5rem;
}

.grecaptcha-badge { visibility: hidden; }





/* HEADER */





/* MENU */




/* CONTENT */
/*.paragraphs-widget-2__button,*/
/*.page-buttons p,*/
/*.page-buttons input {*/
/*  background: -webkit-gradient(linear, left bottom, left top, from(var(--red)), to(var(--red)));*/
/*  background: -webkit-linear-gradient(bottom, var(--red) 0, var(--red) 100%);*/
/*  background: -o-linear-gradient(bottom, var(--red) 0, var(--red) 100%);*/
/*  background: linear-gradient(360deg, var(--red) 0, var(--red) 100%);*/
/*  -webkit-border-radius: 6px;*/
/*  border-radius: 6px;*/
/*  border: none!important;*/
/*  -webkit-box-shadow: 0 4px 0 0 var(--red);*/
/*  box-shadow: 0 4px 0 0 var(--red);*/
/*  font-size: 20px;*/
/*  font-family: pnb;*/
/*  margin-top: 22px;*/
/*  cursor: pointer;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  justify-content: center;*/
/*  color: var(--white)!important;*/
/*  width: fit-content;*/
/*  padding: 5px 20px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*.paragraphs-widget-2__button:hover,*/
/*.page-buttons p:hover,*/
/*.page-buttons:hover input {*/
/*  background: -webkit-gradient(linear, left top, left bottom, from(#C00000), to(#ff7171));*/
/*  background: -webkit-linear-gradient(top, #C00000 0, #ff7171 100%);*/
/*  background: -o-linear-gradient(top, #C00000 0, #ff7171 100%);*/
/*  background: linear-gradient(180deg, #C00000 0, #ff7171 100%);*/
/*}*/

.paragraphs-widget-2__button,
.page-buttons p,
.page-buttons input {
  width: 170px;
  height: 36px;
  -webkit-border-radius: 4px;
  border-radius: var(--border-radius);
  font-size: 14px;
  background: var(--red);
  border: var(--border-base);
  color: var(--white);
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1;
  grid-column: 4;
  text-transform: inherit;
  margin-top: 6px;
  margin-bottom: 6px;
}

.paragraphs-widget-2__button:hover,
.page-buttons p:hover,
.page-buttons:hover input {
  background: -webkit-gradient(linear, left top, left bottom, from(#C00000), to(#ff7171));
    background: -webkit-linear-gradient(top, #C00000 0, #ff7171 100%);
    background: -o-linear-gradient(top, #C00000 0, #ff7171 100%);
    background: linear-gradient(180deg, #C00000 0, #ff7171 100%)
}

.page-buttons p,
.page-buttons input {
  margin: 0!important;
}

/* Map */
.page-map {
  display: grid;
  grid-template-columns: 4fr 5fr;
  column-gap: 5em;
}

.page-map >.layout__region--first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-map__title {
  margin-bottom: 2em;
}

.page-map__text {
  
}

.webform-freesize form,
.webform-callback form {
  max-width: 300px;
}

.webform-freesize-button {
  /* display: flex; */
  justify-content: center;
  margin-top: 1rem;
}

.webform-freesize form input,
.webform-callback form input {
  width: 86%;
  font-size: 16px;
  padding: 10px 19px;
  border: 1px solid #ccc;
  color: #FFF;
  font-family: inherit;
  height: auto;
  font-weight: 500;
  max-width: none;
}

.webform-freesize-button input {
  width: 100%!important;
  border-radius: var(--border-radius)!important;
  color: var(--white);
  background-color: var(--red);
  cursor: pointer;
}

.webform-freesize-button input:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#C00000), to(#ff7171));
    background: -webkit-linear-gradient(top, #C00000 0, #ff7171 100%);
    background: -o-linear-gradient(top, #C00000 0, #ff7171 100%);
    background: linear-gradient(180deg, #C00000 0, #ff7171 100%)
}






/* FOOTER */
.page-footer {
  background: var(--background-footer);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

/* .page-footer > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  row-gap: 30px;
}

.page-footer__col-1 {
  font-size: 14px;
}

.page-footer__col-2 {
  font-size: 20px;
  font-family: pnr;
  text-align: center;
}

.page-footer__col-3 p {
  display: flex;
  flex-direction: column;
}

.page-footer__col-3 a {
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
  justify-content: right;
}

.page-footer__col-3 a {
  color: #fff;
}

.page-footer__col-3 .link-tel {
  font-size: 18px;
  margin-bottom: 5px;
}

.page-footer__col-3 .link-mail {
  font-size: 16px;
}

.page-footer__footer {
  grid-row: 2;
  grid-column: 1/4;
  color: rgb(255,255,255,0.5);
  font-size: 12px;
} */




/* TEMP CONTENT */
.front-ninth-screen__button,
.front-seventh-screen__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}









/* ADAPTIVE */
@media (min-width: 2151px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

@media (max-width: 2150px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

@media (max-width: 1919px) {
}

@media (max-width: 1800px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .front-tenth-screen__contacts {
    margin-left: 250px;
  }
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .front-tenth-screen__contacts {
    margin-left: 180px;
  }
}

@media (max-width: 1440px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .front-tenth-screen__contacts {
    margin-left: 150px;
  }
}

@media (max-width: 1366px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .front-tenth-screen__contacts {
    margin-left: 100px;
  }
}

@media (max-width: 1280px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .page-map {
    column-gap: 3em;
  }
}

@media (max-width: 1150px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .front-tenth-screen__contacts {
    margin-left: 60px;
  }
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .front-tenth-screen__contacts {
    margin-left: 30px;
  }
}

@media (max-width: 834px) {
  .page-footer {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .page-map {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
  }
}

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

@media (max-width: 650px) {
}

@media (max-width: 480px) {
  .page-map iframe {
   max-height: 300px;
  }
}

@media (max-width: 450px) {
}

@media (max-width: 400px) {
  .page-content,
  .page-header,
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .front-tenth-screen__contacts {
    margin-left: 15px;
  }
}