@charset "UTF-8";
@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Georgia', serif;
  color: #141D6C;
}
.grecaptcha-badge{
	display: none;
}
p {
  margin: 0;
}

.page {
  margin: 0;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
}

/*Header*/
.site-header {
  padding-top: 20px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header {
  position: relative;
}

.header-contacts {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}

.header-logo {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
}

.header-logo img {
  height: 80px;
  width: auto;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

.header-contacts a {
  color: #141D6C;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-contacts a:hover {
  color: #1E1399;
  text-decoration: underline;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45px;
}

.header__lang li {
  list-style: none;
}

.adress-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adress-block p {
  margin: 0;
}

.header-social-block img {
  width: 16px;
}

.header-social-block a:not(:last-child) {
  margin-right: 25px;
}

.mail-block, .phone-block {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail-block a {
  color: #141D6C;
  text-decoration: none;
}

.header__lang img {
  display: none;
}

.header__lang {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

html[lang="en-US"] .lang-item-en,
html[lang="ru-RU"] .lang-item-ru {
  position: relative;
  margin-right: 11px;
}

html[lang="en-US"] .lang-item-en::after,
html[lang="ru-RU"] .lang-item-ru::after {
  content: '|';
  position: absolute;
  top: -4px;
  right: -8px;
  font-size: 20px;
  color: #141D6C !important;
}

html[lang="ru-RU"] .header__lang {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

html[lang="en-US"] .header__lang {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lang-item a {
  color: #141D6C;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lang-item a:hover {
  color: #BC9B5D;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

html[lang="en-US"] .lang-item-en a,
html[lang="ru-RU"] .lang-item-ru a {
  color: #BC9B5D;
}

.subscription-link {
  color: #BC9B5D !important;
  font-size: 12px;
  text-decoration: none;
  padding: 9px 17px;
  border: 1px solid #BC9B5D;
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.subscription-link:hover {
  background-color: #BC9B5D;
  color: #fff !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.icon__img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.row-header {
  margin-bottom: 35px;
}

.site-header {
  position: relative;
}

/*Menu style*/
.desktop-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}

.desktop-menu > li {
  max-width: 195px;
  padding-bottom: 15px;
}

.desktop-menu > li a {
  color: #0f1d4e;
}

.desktop-menu .sub-menu {
  display: block !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #BC9B5D;
  background-color: #fff;
}

.desktop-menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #BC9B5D;
}

.desktop-menu .sub-menu a {
  padding: 8px 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.desktop-menu .sub-menu a:hover {
  color: #BC9B5D;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.desktop-menu .menu-item-has-children {
  position: relative;
}

.desktop-menu .menu-item-has-children::after {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  background-image: url(../img/polygon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -15px;
  top: calc(50% - 10px);
}

.desktop-menu .menu-item-104 {
  width: 94px;
}

.desktop-menu .menu-item-108 {
  width: 85px;
}

.desktop-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*First screen*/
.first-screen {
  background-image: url(../img/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 110px 0 35px 0;
  height: 35.2vw;
}

.first-screen__title {
  max-width: 575px;
  margin: 0 auto;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 25px;
}

.first-screen__text {
  max-width: 415px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 23px;
  margin-bottom: 25px;
}

.first-screen__link {
  background-color: #BC9B5D;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 58px;
  width: 240px;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 3px 6px 10px rgba(241, 126, 19, 0.15);
          box-shadow: 3px 6px 10px rgba(241, 126, 19, 0.15);
  margin-bottom: 155px;
  text-align: center;
}

.first-screen__link:hover {
  color: #fff;
  -webkit-box-shadow: 3px 6px 10px rgba(241, 126, 19, 0.3);
          box-shadow: 3px 6px 10px rgba(241, 126, 19, 0.3);
}

.first-screen .arrow-down {
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
}

/*Service*/
.service {
  padding-top: 70px;
  padding-bottom: 70px;
}

.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.service h3 {
  text-align: left;
  margin-bottom: 25px;
  border-bottom: 1px solid #BC9B5D;
  font-weight: 400;
}

.service-block__item {
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-block__item::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../img/Check.svg);
  position: absolute;
  left: -24px;
}

.service-block__item a {
  color: #141D6C;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.service-block__item a:hover {
  color: #BC9B5D;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section-head {
  color: #BC9B5D;
  text-align: center;
  margin-bottom: 50px;
  font: italic normal normal 26px/1.2em 'Playfair Display',serif;
  letter-spacing: 0.04em;
}

.section-head span {
  letter-spacing: 0.2em;
  color: #605E5E;
  font-size: 20px;
  padding: 10px 0 0px 0;
  font-family: 'Georgia';
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}

.user-single-page .entry-title {
  color: #BC9B5D;
  text-align: center;
  margin-bottom: 50px;
  font: italic normal normal 26px/1.2em 'Playfair Display',serif;
  letter-spacing: 0.04em;
}

.user-single-page .entry-content p {
  margin-bottom: 20px;
}

/*Geography*/
.partners {
  padding-top: 70px;
}

/*Contacts*/
.contacts__text {
  margin: 15px 0;
}

.contacts {
  padding: 70px 0;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__adress {
  max-width: 350px;
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.contacts__adress::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: absolute;
  left: 0;
}

.contacts__adress::before {
  background-image: url(../img/adress-header.png);
}

.contacts__hours::before {
  background-image: url(../img/clock.png);
}

.contacts__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-bottom: 25px;
}

.contacts__phone a {
  color: #141D6C;
  text-decoration: none;
}

.contacts__phone a:hover {
  color: #1E1399;
}

.contacts__phone a::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/call1.png);
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 0;
}

.contact__map {
  max-width: 500px;
  height: 370px;
  margin-bottom: 40px;
}

.social-block img {
  height: 16px;
  width: 16px;
}

.social-block {
  margin-bottom: 30px;
}

.social__item {
  text-decoration: none;
}

.social__item:not(:last-child) {
  margin-right: 25px;
}

.form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-inner input {
  width: 201px;
  height: 23px;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  font: 14px/1.4em forum,serif;
  border: 1px solid #f2eada;
  color: #605E5E;
  border-radius: 0;
}

.form-inner textarea {
  font: 14px/1.4em forum,serif;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #f2eada;
  color: #605E5E;
  margin: 0 0 0px;
  padding: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  resize: none;
  height: 97px;
  min-width: auto;
}

#wpcf7-f442-o1 input[type=submit] {
  border: 0;
  color: #2F2E2E;
  cursor: pointer;
  background-color: rgba(242, 234, 218, 0.67);
  font: normal normal normal 14px/1.4em forum,serif;
  padding: 5px;
  position: relative;
  top: 0;
  border-radius: 0;
  float: right;
  padding: 5px 30px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#wpcf7-f442-o1 {
  max-width: 457px;
}

/*Footer*/
.site-footer {
  padding: 35px 0;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-inner a {
  text-decoration: none;
  color: #141D6C;
}

/*Popup*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}

.popup .mobile-menu {
  background-color: #fff;
  overflow: scroll;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding-left: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.popup .mobile-menu ul {
  margin: 0;
}

.popup .mobile-menu ul > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.popup .mobile-menu .sub-menu {
  margin-left: 20px;
}

.popup .mobile-menu li {
  list-style-type: none;
  padding: 8px 0;
}

.popup .mobile-menu li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.popup .mobile-menu a {
  color: black;
  padding: 8px;
  text-decoration: none;
}

.popup .mobile-menu br {
  display: none;
}

.popup-callback {
  background-color: #fff;
  max-width: 500px;
  max-height: 490px;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
}

.popup-callback h2 {
  text-align: center;
  margin-bottom: 30px;
}

.popup-callback p {
  margin: 0;
}

.popup-callback form {
  margin: 0 auto;
}

.popup-callback input {
  margin-bottom: 25px;
  padding: 10px 0px 10px 50px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left 15px center;
}

.popup-callback #user-name {
  background-image: url(../img/user-form.svg);
}

.popup-callback #user-email {
  background-image: url(../img/mail-form.svg);
}

.popup-callback #phone {
  background-image: url(../img/call-form.svg);
}

.popup-callback #form-send {
  padding-left: 0;
  background-color: #BC9B5D;
  color: #fff;
  font-weight: 700;
  height: 45px;
  border: none;
}

.popup-callback .wpcf7-response-output {
  margin: 0;
}

.popup-callback .ajax-loader {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 36px;
}

#type-form {
  display: none;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.arrow-up {
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: fixed;
  padding: 5px;
  bottom: 25px;
  right: 25px;
  display: none;
}

.arrow-up img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*Animation*/
.dws {
  position: fixed;
  right: 35px;
  bottom: 60px;
}

.pulse {
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  background-color: #BC9B5D;
  border-radius: 50%;
  position: relative;
}

.dws .phone {
  position: absolute;
  height: 35px;
  width: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation: phone .9s ease-in-out infinite;
          animation: phone .9s ease-in-out infinite;
}

.dws .text {
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  top: 22px;
  cursor: pointer;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  right: 6px;
}

html[lang="en-US"] .dws .text {
  top: 16px;
  right: 13px;
}

.pulse:hover {
  background-color: #fff;
  border: 1px solid #BC9B5D;
}

.pulse:hover .text {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #BC9B5D;
}

.pulse img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pulse:hover img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@-webkit-keyframes phone {
  0%, 100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}

@keyframes phone {
  0%, 100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}

.pulse::before,
.pulse::after {
  content: '';
  position: absolute;
  border: 1px solid #BC9B5D;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  -webkit-animation: pulse 1s linear infinite;
          animation: pulse 1s linear infinite;
}

.pulse::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

/* конец кнопки звонка */
.menu-button {
  display: none;
  bottom: 180px;
  right: 28px;
  z-index: 30;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-button .line {
  width: 25px;
  height: 2px;
  background-color: #ddd;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-button .line:not(:last-child) {
  margin-bottom: 7px;
}

.menu-button__active .line:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 6px !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-button__active .line:nth-child(2) {
  display: none;
}

.menu-button__active .line:last-child {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: -9px !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.mobile-menu .sub-menu {
  display: none;
}

.mobile-menu .menu-item-has-children a {
  position: relative;
}

.mobile-menu .menu-item-has-children > a::after {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  background-image: url(../img/polygon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  left: 110%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.active-link::after {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobile-menu-active {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hidden {
  overflow: hidden;
}

.mobile-menu {
  display: none;
}

.service__inner-block {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

/*Page-style*/
.row-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-single-page .wpcf7 input.wpcf7-text, .wpcf7 textarea {
  font: 14px/1.4em forum,serif;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #f2eada;
  color: #605E5E;
  margin: 0 0 0px;
  padding: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  resize: none;
  height: 26px;
  min-width: auto;
  margin-bottom: 10px;
}

.wpcf7 textarea {
  height: 95px;
}

.user-single-page .wpcf7-submit {
  width: 96%;
  border: none;
  cursor: pointer;
  background-color: #f2eada;
  color: #2F2E2E;
  min-height: 45px;
  display: block;
  margin-bottom: 15px;
  font: normal normal normal 14px/1.4em forum,serif;
  padding: 5px;
}

.page-contact-form {
  padding: 10px;
  font-family: Georgia, serif;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer !important;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  height: 37px;
  min-height: 17px;
  width: 131px;
  float: right;
  text-decoration: none;
  margin-bottom: 20px;
  background-color: rgba(242, 234, 218, 0.67);
  color: #000 !important;
}

.row-form span {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.user-single-page .container {
  padding-bottom: 70px;
}

.image-news {
  width: 100vw;
  height: 315px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 69%;
  margin-bottom: 50px;
}

.page-id-444 .page-contact-form {
  display: none;
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__img {
  margin-bottom: 25px;
  width: 225px;
}

.sub-title {
  color: #BC9B5D;
  font: italic normal normal 18px/1.2em 'Playfair Display',serif;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0 !important;
}

.partnership {
  margin: 0 40px;
}
/*# sourceMappingURL=style.css.map */