/*
Theme Name: Young
Author: Jauna Reklama
Author URI: https://www.jaunareklama.lt/
Version: 1.0
Text Domain: young
*/

@font-face {
  font-family: England-Signature-Italic;
  src: url(assets/fonts/England-Signature-Italic.ttf);
}
@font-face {
  font-family: Corbel-Bold;
  src: url(assets/fonts/Corbel-Bold.ttf);
}
@font-face {
  font-family: Corbel-Regular;
  src: url(assets/fonts/Corbel-Regular.TTF);
}
#primary {
  min-height: calc(100vh - 121px - 268px);
}
::marker {
  color: #d4ad6e;
}
.site-main .entry-content {
  font-size: 18px;
}
.site-main .entry-content:after {
  content: "Foo";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
.site-main .entry-content ul {
  display: flow-root;
}
.site-main .entry-content li {
  padding-bottom: 29px;
}
.site-main .entry-content img.alignleft {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
.site-main .entry-content img.alignright {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
}
.site-main .entry-content img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .site-main .entry-content img {
    width: 50% !important;
  }
  .site-main .entry-content li {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .site-main .entry-content img {
    width: 100% !important;
    float: unset;
  }
  .site-main .entry-content img {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 22px;
  }
}
*:focus {
  outline: unset;
}
#wpadminbar {
  position: fixed !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  font-family: "Corbel-Regular";
  color: #462c20;
}
a {
  text-decoration: none;
  color: #462c20;
}
.ml {
  margin-left: 290px;
}
.mr {
  margin-right: 290px;
}
@media only screen and (max-width: 1600px) {
  .ml {
    margin-left: 50px;
  }
  .mr {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .ml {
    margin-left: 30px;
  }
  .mr {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .ml {
    margin-left: 15px;
  }
  .mr {
    margin-right: 15px;
  }
}
header {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 20px 0;
  border-bottom: 2px solid transparent;
}
header .logo a {
  font-size: 30px;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
}

header a {
  display: block;
  font-size: 18px;
}
@media only screen and (min-width: 851px) {
  header .menu-wrapper .menu {
    display: block !important;
  }
}
header .menu-wrapper {
  display: flex;
  margin-top: auto;
}
@media only screen and (max-width: 1025px) {
  header .logo a {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
  }
  header .menu-wrapper {
    margin-top: 0;
  }
}
header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .menu > ul > li {
  display: inline-block;
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 991px) {
  header .menu > ul > li {
    padding: 0 0px 20px 20px;
  }
}
header .menu > ul > li a {
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
  font-family: "Corbel-Bold";
}
header .menu > ul > li a:hover,
header .menu > ul > li.current_page_item a,
header .menu > ul > li.current_page_parent a {
  color: #d0a157;
  border-bottom: 2px solid #462c20;
}
@media only screen and (min-width: 851px) {
  header .menu > ul > li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}
header .menu > ul > li.menu-item-has-children {
  position: relative;
}
header .menu ul.sub-menu {
  padding: 12px 0;
  position: absolute;
  left: -40px;
  top: 30px;
  list-style: none;
  display: none;
  z-index: 99;
  background-color: #462c20;
  margin-top: 20px;
}
header .menu ul.sub-menu::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #462c20;
}
header .menu ul.sub-menu a,
header ul.lang ul.sub a {
  color: #d0a157;
  padding: 12px 25px 12px 35px;
  width: 185px;
  font-family: "Corbel-Bold";
}
header ul.lang ul.sub a {
  width: max-content;
  padding: 15px 10px;
}
header .menu ul.sub-menu a:hover,
header ul.lang ul.sub a:hover,
header .menu ul.sub-menu li.current_page_item a {
  display: block;
  color: #462c20;
  background-color: #d0a157;
}
header ul.lang {
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0 0 0 150px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  header ul.lang {
    margin: 0 0 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  header ul.lang {
    margin: 0 0 0 20px;
  }
}
header ul.lang li.current {
  padding-right: 16px;
  position: relative;
  padding-bottom: 20px;
  font-family: "Corbel-Bold";
  font-size: 18px;
}
header ul.lang:hover {
  cursor: pointer;
}
header ul.lang:hover ul.sub {
  display: block;
}
header ul.lang li.current img {
  position: absolute;
  right: 0;
  top: 1px;
  width: 10px;
}
header ul.lang ul.sub {
  padding: 12px 0;
  position: absolute;
  top: 15px;
  list-style: none;
  display: none;
  z-index: 99;
  background-color: #462c20;
  margin-top: 20px;
  right: 0;
}
header ul.lang ul.sub::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #462c20;
}
.main-image {
  position: relative;
}
.main-image img {
  width: 100%;
  object-fit: none;
  object-position: top left;
}
@media only screen and (max-width: 1600px) {
  .main-image img {
    object-position: top;
  }
}
.main-image .text-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-image .text-wrapper .text {
  margin: auto;
}
.main-image .text-wrapper .text h1 {
  color: #462c20;
  font-size: 60px;
  width: 40%;
  margin: 0 auto 80px auto;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .main-image .text-wrapper .text h1 {
    font-size: 35px;
    margin: 0 auto 40px auto;
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .main-image img {
    object-fit: cover;
  }
  .main-image .text-wrapper .text {
    margin: auto auto auto 30px;
    padding: 15px 0;
  }
  .main-image .text-wrapper .text h1 {
    text-align: left;
    width: 58%;
    margin: 0 0 15px 0;
    font-size: 25px;
  }
  .main-image .text-wrapper .text a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main-image .text-wrapper .text {
    margin: auto auto auto 15px;
  }
}
@media only screen and (max-width: 700px) {
  .main-image .text-wrapper .text h1 {
    width: 77%;
    margin: 0 0 15px 0;
    padding: 15px 0;
    font-size: 20px;
  }
  .main-image img {
    height: 250px;
  }
}
a.btn {
  margin: auto;
  display: block;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  background-color: #9f643b;
  border-radius: 6px;
  width: max-content;
  font-family: "Corbel-Bold";
}
a.btn:hover {
  background-color: rgb(127, 80, 47);
}
@media only screen and (max-width: 991px) {
  a.btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.activity-areas h2,
.activity-areas h3 {
  text-align: center;
  margin: 0;
}
.activity-areas h2 {
  color: #9f643b;
  font-size: 18px;
  margin-top: 30px;
}
.activity-areas h3 {
  font-size: 36px;
  color: #462c20;
  margin-bottom: 25px;
}
.areas-block {
  box-shadow: 0 5px 35px 15px grey;
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1600px) {
  .areas-block {
    margin-bottom: 45px;
  }
}
.areas-block .child-element-wrapper {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: calc(25% - 1px);
  display: flex;
}
.areas-block .child-element-wrapper:nth-child(4),
.areas-block .child-element-wrapper:nth-child(8) {
  border-right: unset;
  width: 25%;
}
.areas-block .child-element-wrapper:nth-child(n + 5) {
  border-bottom: unset;
}
.areas-block .child-element-wrapper .child-element {
  width: 100%;
}
.areas-block .child-element-wrapper .child-element a {
  display: block;
  padding: 40px 35px 50px 35px;
  font-size: 24px;
  width: auto;
  height: calc(100% - 90px);
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .areas-block .child-element-wrapper .child-element a {
    height: calc(100% - 50px);
    padding: 20px 20px 30px 20px;
  }
}
.areas-block .child-element-wrapper .child-element img {
  display: block;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 991px) {
  .areas-block .child-element-wrapper .child-element a {
    height: calc(100% - 30px);
    padding: 15px;
    font-size: 18px;
  }
}
.areas-block .child-element-wrapper .child-element a:hover {
  color: #d0a157;
}
.areas-block .child-element-wrapper .child-element a:hover .separator {
  visibility: visible;
}
@media only screen and (max-width: 600px) {
  .activity-areas .areas-block .child-element-wrapper {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: calc(50% - 1px);
    display: flex;
  }
  .activity-areas .areas-block .child-element-wrapper:nth-child(even) {
    border-right: unset;
  }
  .activity-areas .areas-block .child-element-wrapper:nth-child(7),
  .activity-areas .areas-block .child-element-wrapper:nth-child(8) {
    border-bottom: unset;
  }
}
.separator {
  display: block;
  width: 102px;
  height: 2px;
  background-color: #462c20;
  margin: 10px auto;
  visibility: hidden;
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #d4ad6e;
}
.about-section .text-wrapper,
.about-section .image {
  width: 50%;
}
.color-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d0a157;
  opacity: 0.6;
}
@media only screen and (min-width: 930px) {
  .about-section {
    background: none !important;
    background-color: #d4ad6e !important;
  }
  .color-effect {
    display: none;
  }
}
.about-section .image {
  display: flex;
}
.about-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .text-wrapper .text {
  padding: 80px 95px 85px 0;
}
.about-section .text-wrapper .text h2,
.about-section .text-wrapper .text h3 {
  margin: 0;
}
.about-section .text-wrapper .text h2 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #462c20;
}
.about-section .text-wrapper .text h3 {
  margin-bottom: 40px;
  font-size: 36px;
  color: #fff;
}
.about-section .text-wrapper .text p.exerpt {
  margin: 0 0 50px 0;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 930px) {
  .about-section {
    position: relative;
    background-position: center top;
  }
  .about-section .text-wrapper {
    width: 100%;
    z-index: 1;
  }
  .about-section .image {
    display: none;
  }
  .about-section .text-wrapper .text {
    padding: 15px;
    margin: auto;
  }
  .about-section .text-wrapper .text h2 {
    color: #fff;
    margin-bottom: 8px;
  }
  .about-section .text-wrapper .text h3 {
    margin-bottom: 15px;
  }
  .about-section .text-wrapper .text p.exerpt {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .about-section .text-wrapper .text h3 {
    margin-bottom: 20px;
  }
}

.about-section .text-wrapper .text a {
  margin-left: 0;
}
.your-concern {
  padding: 95px 0;
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .your-concern {
    padding: 65px 0;
  }
}
.your-concern .text {
  width: 52%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .your-concern .text {
    width: 70%;
  }
  .your-concern {
    padding: 30px 0;
  }
}
.your-concern .text h2 {
  margin: 0 0 50px 0;
  text-align: center;
  font-size: 36px;
  color: #462c20;
}
.your-concern p {
  font-size: 18px;
  text-align: center;
  color: #462c20;
  margin: 0 0 65px 0;
}
.your-concern p.signature {
  margin: 0;
  font-size: 60px;
  font-family: "England-Signature-Italic";
  color: #9f643b;
}
@media only screen and (max-width: 768px) {
  .your-concern .text {
    width: 100%;
  }
  .your-concern .text h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
  }
  .your-concern p {
    font-size: 16px;
    margin: 0 0 25px 0;
  }
  .your-concern p.signature {
    font-size: 40px;
  }
}
footer {
  background-color: #d4ad6e;
  padding-top: 75px;
}
footer h4 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 45px 0;
  padding-right: 15px;
}
@media only screen and (max-width: 1600px) {
  footer {
    padding-top: 40px;
  }
  footer h4 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 25px;
  }
  footer h4 {
    font-size: 20px;
    margin: 0;
  }
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
}
footer .col1 {
  width: 100%;
}

footer .info-child {
  padding-right: 78px;
  display: inline-block;
}
footer .info-child p,
footer .info-child a {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
footer .info-child p.title,
footer .info-child a.map {
  color: #462c20;
  font-size: 18px;
  margin-bottom: 28px;
  margin-top: 20px;
}
@media only screen and (max-width: 1600px) {
  footer .info-child p.title,
  footer .info-child a.map {
    margin-bottom: 14px;
  }
  footer .info-child p,
  footer .info-child a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .info-child {
    padding-right: 20px;
  }
  footer .info-child p.title,
  footer .info-child a.map {
    margin-bottom: 5px;
  }
  footer .info-child p,
  footer .info-child a {
    font-size: 18px;
  }
}
footer .icons-wrapper {
  display: flex;
  height: 94px;
}
footer .icons-wrapper .icons {
  margin-top: auto;
  margin-left: auto;
}
footer .icons-wrapper .icons img {
  width: 30px;
  height: 30px;
}
footer .icons-wrapper .icons a {
  display: inline-block;
  margin-left: 30px;
  padding: 20px 23px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  footer .icons-wrapper .icons a {
    margin-left: 0px !important;
    margin-right: 10px;
  }
  footer .icons-wrapper .icons {
    margin-left: 0;
  }
}
footer .end {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  margin-top: 45px;
  border-top: 2px solid #e0e0e0;
}
@media only screen and (max-width: 1600px) {
  footer .icons-wrapper .icons a {
    padding: 10px;
  }
  footer .end {
    padding: 10px 0;
    margin-top: 25px;
  }
  footer .icons-wrapper {
    height: 79px;
  }
}
@media only screen and (max-width: 991px) {
  footer .end {
    margin-top: 15px;
    padding: 0;
  }
  footer .icons-wrapper {
    height: 66px;
  }
  footer .icons-wrapper .icons img {
    width: 25px;
    height: 20px;
  }
  footer .icons-wrapper .icons a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 460px) {
  footer .end {
    display: block;
  }
}

/* mobile menu  */
header .mobile-menu {
  display: none;
}

@media only screen and (max-width: 850px) {
  header {
    padding: 15px 0 0 0;
  }
  header .menu ul {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: max-content;
    width: calc(100% - 50px);
    padding: 44px 10px 20px 40px;
    background-color: #462c20;
  }
  header.margin-for-admin .menu {
    padding: 94px 10px 20px 40px;
  }
  header .menu > ul > li {
    display: block;
  }
  header .menu > ul > li > a {
    color: #d0a157;
    width: max-content;
  }
  header .menu > ul > li.menu-item-has-children a {
    padding-right: 20px;
    position: relative;
  }
  header .menu > ul > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(assets/img/caret-down-brown.svg);
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  header .mobile-menu {
    display: block;
  }
  header .menu ul.sub-menu {
    position: unset;
    margin: 0;
  }
  header .menu ul.sub-menu a {
    width: auto;
  }
}
header .burger-container {
  position: relative;
  display: inline-block;
  width: 50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 99;
}
header .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
header .burger-container #burger .bar {
  width: 30px;
  height: 3px;
  display: block;
  position: relative;
  background: #462c20;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
header .burger-container #burger .bar.topBar {
  transform: translateY(1px) rotate(0deg);
}
header .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(0deg);
}
header .burger-container #burger .bar.centerBar {
  transform: translateY(-10px) rotate(0deg);
}
header.menu-opened .burger-container {
  transform: rotate(90deg);
}
header.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
header.menu-opened .burger-container #burger .bar.topBar {
  background: #d0a157;
  transform: translateY(8px) rotate(45deg);
}
header.menu-opened .burger-container #burger .bar.btmBar {
  background: #d0a157;
  transform: translateY(1px) rotate(-45deg);
}
header.menu-opened .burger-container #burger .bar.centerBar {
  background: transparent;
}

/* mobile menu end*/
.breadcrumbs-wrapper {
  background-color: #e9dfd7;
  color: #5f5f5f;
  padding: 1px 0;
}
.contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contacts-wrapper .contacts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.contacts-child {
  width: 33%;
}
.contacts-wrapper .conatcts-form {
  box-shadow: 0 5px 35px 15px grey;
  padding: 35px 44px 55px 44px;
  width: calc(50% - 88px);
  margin-bottom: 60px;
}
@media only screen and (max-width: 1450px) {
  .contacts-wrapper .contacts {
    padding-right: 25px;
    width: calc(35% - 25px);
  }
  .contacts-wrapper .conatcts-form {
    width: calc(65% - 88px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contacts-wrapper {
    flex-direction: column;
  }
  .contacts-wrapper .contacts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
  }
  .contacts-wrapper .conatcts-form {
    padding: 20px;
    width: calc(100% - 40px);
    box-shadow: 0 5px 20px 10px grey;
  }
  .contacts-child {
    width: 100%;
  }
}
.conatcts-form h2 {
  color: #9f643b;
  font-size: 36px;
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  .conatcts-form h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .conatcts-form h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 450px) {
  .conatcts-form h2 {
    font-size: 23px;
  }
}
form {
  display: flex;
  flex-wrap: wrap;
}
form .input-wrapper {
  width: 100%;
}
form .input-wrapper.half:nth-child(even) {
  margin-right: 17px;
  width: calc(50% - 17px);
}
form .input-wrapper.half:nth-child(odd) {
  margin-left: 17px;
  width: calc(50% - 17px);
}
@media only screen and (max-width: 650px) {
  form .input-wrapper.half {
    margin: 0 !important;
    width: 100% !important;
  }
}
form label {
  display: block;
  padding-bottom: 8px;
  color: #462c20;
  font-size: 18px;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  border: none;
  background-color: #eeeeee;
  padding: 9px;
  font-size: 16px;
  width: calc(100% - 18px);
  margin-bottom: 10px;
  border-radius: 5px;
}
form textarea {
  resize: vertical;
  height: 84px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  background-color: #9f643b;
  border-radius: 6px;
  width: max-content;
  font-family: "Corbel-Bold";
  border: none;
}
input[type="submit"]:hover {
  background-color: rgb(127, 80, 47);
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  padding: 5px 0;
}
input[type="checkbox"]:hover {
  cursor: pointer;
}
input[type="checkbox"]::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eeeeee;
  border-radius: 5px;
}
input[type="checkbox"]:checked::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-image: url(assets/img/check-mark.svg);
  background-size: 18px;
  background-position: center;
  background-color: #eeeeee;
  background-repeat: no-repeat;
}
.wpcf7-not-valid-tip {
  margin-top: -10px;
  padding-bottom: 15px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .ajax-loader {
  display: none;
}
form .input-wrapper.acceptance {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 530px) {
  form .input-wrapper.acceptance {
    flex-direction: column;
  }
}

form .input-wrapper.acceptance label {
  padding-bottom: 0;
  padding-right: 10px;
}
.contacts-child p {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 0;
}
.contacts-child p.title {
  font-family: "Corbel-Bold";
  margin-bottom: 15px;
}
.site-main h1 {
  margin: 50px 0;
  font-size: 60px;
}
.site-main {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1400px) {
  .site-main h1 {
    margin: 30px 0;
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .site-main h1 {
    margin: 30px 0;
    font-size: 35px;
  }
  .site-main {
    margin-bottom: 25px;
  }
  .contacts-child p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .site-main h1 {
    margin: 20px 0;
    font-size: 27px;
  }
  .contacts-child p.title {
    margin-bottom: 0;
  }
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  padding: 5px 25px;
  font-size: 18px;
  border-radius: 6px;
  width: max-content;
  font-family: "Corbel-Bold";
}
.privacy-policy {
  display: inline-block;
  padding-right: 15px;
}
