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

img {
  max-width: 100%; }

address {
  font-style: inherit; }

.accent-text {
  text-transform: uppercase;
  font-weight: 700; }

.uppercase {
  text-transform: uppercase;
  line-height: 1.85em; }

.coll600 {
  width: 600px; }

.coll-7 {
  width: 654px; }

.coll-6 {
  width: 555px; }

.coll-5 {
  width: 457px; }

.coll-4 {
  width: 360px; }

.coll-3 {
  width: 263px; }

.coll-8 {
  width: 750px; }

.letter-20 {
  letter-spacing: 0.028em; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.ml-auto {
  margin-left: auto; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6); }

.overlay-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 80; }

.popup {
  width: 100%;
  max-width: 320px;
  min-height: 200px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  font-size: 18px;
  position: relative;
  margin: 0 auto;
  top: 30%; }

.close-popup {
  position: absolute;
  top: 5px;
  right: 15px;
  transform: rotate(-45deg);
  font-size: 30px;
  cursor: pointer; }

.accent-color {
  color: #c19a3d; }

.accent-bg {
  background: #c19a3d; }

.line-1 {
  background: #c19a3d;
  height: 4px;
  width: 1920px; }

body {
  color: #000;
  background: #fff;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  transition: 0.2s; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #fff; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #c19a3d; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 44px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
  letter-spacing: 0.036em; }

a {
  color: inherit;
  text-decoration: none; }

ul {
  list-style: none; }

.btn {
  font-size: 18px;
  text-align: center;
  background-image: -moz-linear-gradient(90deg, #57091f 0%, #7d1d2f 100%);
  background-image: -webkit-linear-gradient(90deg, #57091f 0%, #7d1d2f 100%);
  background-image: -ms-linear-gradient(90deg, #57091f 0%, #7d1d2f 100%);
  box-shadow: 0px 5px 25.11px 1.89px rgba(56, 5, 20, 0.49);
  border-radius: 9px;
  width: 360px;
  height: 64px;
  padding-top: 23px;
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff; }
  .btn:hover {
    background: #81172f;
    box-shadow: 0px 5px 25.11px 9px rgba(16, 15, 15, 0.6); }

.w300 {
  font-weight: 300; }

.w400 {
  font-weight: 400; }

.w500 {
  font-weight: 500; }

.w600 {
  font-weight: 600; }

.w700 {
  font-weight: 700; }

.center-x-y {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center; }

.d-flex {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.justify-space {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.align-center {
  align-items: center;
  -webkit-align-items: center; }

.container {
  margin: 0 auto;
  width: 1170px;
  padding: 0 15px; }

.header {
  background: url(../img/bg-header.jpg) top center no-repeat;
  background-size: cover; }
  .header__logo {
    margin-right: 20px;
    width: 50px; }
  .header__main-text {
    line-height: 1.4;
    margin-bottom: 40px; }
  .header__itemsCont {
    max-width: 1005px;
    padding-bottom: 120px; }
  .header .border {
    padding: 20px; }

.header-top {
  padding-top: 5px;
  margin-bottom: 30px; }
  .header-top__descr {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 25px; }
  .header-top__email, .header-top__address {
    font-size: 16px;
    line-height: initial; }
  .header-top__email {
    margin: 3px 0; }
  .header-top__socialBlock {
    margin-left: auto; }
    .header-top__socialBlock .social-block__icon {
      margin: 0 0 0 10px; }

.text-block-type-1:hover {
  color: #fff;
  background: #c19a3d;
  cursor: pointer; }

.text-block-type-1:hover i {
  color: #fff; }

.text-block-type-1 {
  transition: 0.2s;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.23);
  width: 170px;
  min-height: 130px;
  font-size: 15px;
  line-height: initial;
  margin: 0 15px 15px 0;
  padding: 30px 15px 20px; }
  .text-block-type-1 i {
    color: #c19a3d;
    font-size: 20px;
    margin-bottom: 20px; }
  .text-block-type-1__numb {
    min-width: 50px; }
    .text-block-type-1__numb span {
      font-size: 100px;
      font-weight: 700;
      letter-spacing: -8px;
      color: #f2f2f2;
      display: none; }
    .text-block-type-1__numb img {
      z-index: 2;
      width: 35px; }

.text-block-type-2 {
  width: 100%;
  max-width: 360px;
  margin-bottom: 45px; }
  .text-block-type-2 p {
    width: calc(100% - 100px); }

.header-type-1 {
  margin-bottom: 27px; }
  .header-type-1-w340 {
    max-width: 340px; }

.header-type-1,
.desc-type-1 {
  color: #2f2305; }

.desc-type-1 {
  margin-bottom: 35px; }

.section-two {
  position: relative;
  overflow-x: hidden;
  background: url(../img/kisspng-positivebg2.jpg) 0 top no-repeat; }
  .section-two__items {
    color: #2f2305;
    padding-top: 10px; }
  .section-two__arrow {
    position: absolute;
    right: -130px;
    top: 120px; }
  .section-two-block-2 {
    margin-top: 240px; }
  .section-two-block {
    margin-bottom: 58px; }
  .section-two .line-1 {
    margin: 40px 0 40px 292px; }
  .section-two__img-a {
    position: absolute;
    z-index: 40;
    bottom: 0px;
    left: 750px; }
  .section-two .hidden {
    overflow-y: hidden; }

.text-block-type-2__img {
  width: 100%;
  max-width: 83px;
  margin-right: 17px; }

.section-three {
  background: url(../img/bg-3.jpg) center -180px no-repeat;
  color: #fff;
  padding: 100px 0 80px; }
  .section-three h2 {
    color: #fff;
    font-weight: 400; }
  .section-three p {
    line-height: 1.8; }
  .section-three__descr {
    padding-left: 40px; }

.question-h {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2; }
  .question-h__q {
    position: absolute;
    left: 200px;
    z-index: -1;
    font-size: 295px;
    opacity: 0.025;
    font-family: "Playfair Display", serif;
    font-weight: 700; }

.section-four {
  position: relative;
  overflow-x: hidden;
  padding: 118px 0;
  color: #2f2305;
  padding-bottom: 50px; }
  .section-four__table {
    display: table;
    border-collapse: collapse;
    margin: auto; }
  .section-four__table-head {
    margin: 80px 0 50px; }
  .section-four__table-row {
    display: table-row;
    padding: 10px 0;
    border-top: 1px solid #eee; }
  .section-four__table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    min-height: 50px; }
  .section-four__table-cell:nth-child(odd) {
    padding-right: 10px;
    text-align: left; }
  .section-four__table-cell:nth-child(even) {
    min-width: 200px;
    text-align: right; }
  .section-four h2,
  .section-four h3 {
    color: #2f2305; }
  .section-four__abs-img {
    bottom: -100px;
    right: 55px; }
    .section-four__abs-img img {
      max-width: inherit; }
  .section-four__numb {
    font-size: 178px;
    line-height: 1;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #e8e7e4;
    margin-bottom: 20px; }
  .section-four__items {
    text-align: center;
    padding-top: 30px; }
    .section-four__items p {
      padding: 0 10px 30px;
      letter-spacing: -0.02em;
      color: #2f2305; }
  .section-four__items2 {
    padding-top: 65px; }
  .section-four__column {
    margin-top: 85px; }
    .section-four__column h3 {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      letter-spacing: -0.02em; }
    .section-four__column p {
      padding-top: 50px;
      line-height: 1.7;
      letter-spacing: 0.03em; }

.text-accent-1 {
  color: #c19a3d;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1; }
  .text-accent-1-mt {
    margin-top: -65px; }

.head-line {
  position: relative;
  display: inline-block;
  color: #2f2305; }
  .head-line .line-1 {
    position: absolute;
    left: 100%;
    top: 30px;
    margin-left: 80px; }

.border {
  border: 3px solid #c19a3d;
  min-height: 155px;
  padding: 20px 80px 20px 20px;
  margin: 45px 0 90px; }
  .border__icon {
    width: 145px;
    margin-right: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 133px;
    font-family: "Playfair Display", serif;
    color: #c19a3d; }
  .border__text {
    width: calc(100% - 160px);
    text-align: right; }

.border-type-2 {
  border: 3px solid #c19a3d;
  min-height: 155px;
  border-left: none;
  padding: 53px 80px 45px 0;
  position: relative; }
  .border-type-2:before, .border-type-2:after {
    display: block;
    content: "";
    background: #c19a3d;
    height: 3px;
    position: absolute;
    width: 1000px;
    right: 100%; }
  .border-type-2:before {
    top: -3px; }
  .border-type-2:after {
    bottom: -3px; }
  .border-type-2__img {
    position: absolute;
    bottom: 70px;
    right: 100%;
    margin-right: 20px; }

.form-style input,
.form-style textarea {
  width: 100%;
  border-radius: 6px;
  border: none;
  background: #f5f5f5;
  box-shadow: inset 0px 0px 4.26px 1.74px rgba(0, 0, 0, 0.06);
  padding: 20px 36px;
  color: #c0bcb6;
  margin-bottom: 20px;
  font-size: 20px;
  outline: none; }
.form-style ::placeholder {
  color: #c0bcb6;
  font-family: "Montserrat", sans-serif; }
.form-style .button {
  display: block;
  background: #444;
  cursor: pointer;
  width: 293px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background-image: -moz-linear-gradient(-39deg, #e9ba4b 0%, #c19a3d 100%);
  background-image: -webkit-linear-gradient(-39deg, #e9ba4b 0%, #c19a3d 100%);
  background-image: -ms-linear-gradient(-39deg, #e9ba4b 0%, #c19a3d 100%);
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 5px 10px 0px rgba(60, 44, 7, 0.34); }

.button {
  display: block;
  background: #444;
  cursor: pointer;
  width: 293px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background-image: -moz-linear-gradient(-39deg, #e9ba4b 0%, #c19a3d 100%);
  background-image: -webkit-linear-gradient(-39deg, #e9ba4b 0%, #c19a3d 100%);
  background-image: -ms-linear-gradient(-39deg, #e9ba4b 0%, #c19a3d 100%);
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 5px 10px 0px rgba(60, 44, 7, 0.34); }

.form-style-horiz input,
.form-style-horiz textarea {
  width: 360px;
  margin-right: 30px; }
.form-style-horiz .button {
  width: 263px;
  margin-right: 0; }

.price__img {
  max-width: inherit;
  margin-left: -110px;
  position: relative;
  z-index: -1; }

.section-five {
  background: url(../img/bg-5.jpg) center no-repeat;
  color: #fff;
  padding: 100px 0 105px; }
  .section-five__items {
    margin-top: 50px; }
  .section-five h2 {
    color: #fff;
    font-weight: 400; }
  .section-five__h {
    font-size: 140px;
    font-family: "Playfair Display", serif;
    color: #c19a3d;
    line-height: 1;
    margin-bottom: 42px;
    width: 294px;
    text-align: center; }
  .section-five__d {
    margin-top: 30px;
    font-size: 20px;
    padding-right: 30px; }

.line-2 {
  width: 294px;
  height: 4px;
  background-color: #c19a3d; }

.text-type-3 {
  font-size: 56px;
  color: #a67d1b;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  padding-bottom: 20px; }

.border-type-2-mt {
  margin-top: 15px; }

.contacts {
  padding-top: 55px; }

.map-wrap {
  height: 680px;
  overflow: hidden;
  position: relative; }

.map-d {
  position: absolute;
  bottom: -30px;
  left: -50px;
  right: -500px;
  top: -30px; }

.map {
  min-height: 200px;
  height: 720px; }
  .map__contact-block {
    padding: 98px;
    padding-right: 60px;
    width: 100%;
    max-width: 705px;
    min-height: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    transform: translateY(-65%);
    z-index: 2; }
  .map__text-wrap-img {
    top: 20px;
    left: 20px; }
  .map__text {
    position: relative;
    z-index: 2;
    color: #e9ba4b;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 1.3; }

.header-tel {
  margin-top: 30px;
  max-width: 400px;
  background: #fff; }

.social-block {
  flex-direction: column;
  -webkit-flex-direction: column;
  position: absolute;
  top: 40%;
  right: 15px;
  margin-top: -50px;
  font-size: 25px;
  z-index: 3; }
  .social-block-vk {
    color: #4c75a3; }
  .social-block-inst {
    color: #833AB4; }
  .social-block__icon {
    width: 54px;
    height: 54px;
    background: #d8d8d8;
    border-radius: 50%;
    margin-bottom: 25px;
    border: 2px solid #d2d2d2; }

.b-footer {
  padding: 50px 0 100px;
  overflow-x: hidden;
  text-align: center; }

footer .header__logo {
  width: 98px;
  margin-right: 50px; }

.copy-text {
  width: 406px;
  font-size: 21px; }

.copy-text-2 {
  width: 475px;
  text-align: right;
  font-size: 21px;
  margin-left: auto; }

.map__mob {
  display: none; }

.overlay-w {
  background: #ffffffc7; }

.popup-banner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0px 1px 2px 1px #f5f5f5; }

.close-popup-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.b-footer-banner {
  height: 100vh; }

.primary-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80; }
  .primary-menu-wrap__toggle {
    height: 100%; }
  .primary-menu .prClose {
    position: relative;
    z-index: -3;
    width: 100%;
    height: 100%; }
  .primary-menu__body {
    background: #f7f7f7;
    box-shadow: 0px 2px #e0e0e0;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.23);
    height: 0;
    overflow: hidden;
    transition: 0.3s; }
    .primary-menu__body .container {
      display: flex;
      flex-wrap: wrap; }
  .primary-menu__toggle {
    height: auto;
    overflow: auto;
    transition: 0.3s; }
  .primary-menu-head {
    width: 40%;
    padding: 20px;
    padding-left: 0;
    cursor: pointer;
    background: #fff;
    position: relative; }
    .primary-menu-head .active {
      color: #bb953b; }
    .primary-menu-head:before {
      display: block;
      content: "";
      width: 1000px;
      height: 100%;
      background: #fff;
      position: absolute;
      right: 100%;
      top: 0; }
  .primary-menu-descr {
    width: 60%;
    padding: 20px;
    padding-left: 0;
    padding: 20px; }
    .primary-menu-descr .tabcontent {
      display: none; }
    .primary-menu-descr .tabcontent:first-child {
      display: block; }
  .primary-menu .tablink-icon {
    color: #c19a3d;
    font-size: 20px;
    display: inline-block;
    min-width: 30px; }

.primarMenuBtn {
  text-align: center;
  width: 250px;
  background: #c19a3d;
  display: block;
  margin: 0 auto;
  padding: 50px 2px 2px;
  font-size: 22px;
  margin-top: -80px;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: -1;
  top: 33px; }

.header-form-wrap {
  justify-content: space-between;
  align-items: flex-start; }

.header-tel {
  order: 2; }

@media (min-width: 1199px) {
  .header-top__socialBlock {
    margin-right: 60px; } }
@media (max-width: 1199px) {
  body {
    font-size: 15px; }

  h2 {
    font-size: 35px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 14px; }

  .header-tel {
    padding: 20px 20px 20px 20px;
    margin: 45px auto 90px;
    min-height: auto; }

  .container {
    width: 750px; }

  .header-top {
    flex-direction: column;
    -webkit-flex-direction: column; }

  .header__logo {
    margin-right: 0; }

  .header-top__descr {
    font-size: 20px; }

  .header__main-text {
    text-align: center;
    font-size: 35px; }

  .header__itemsCont,
  .section-two .container {
    justify-content: center; }

  .header-type-1,
  .desc-type-1,
  .question-h {
    display: flex;
    justify-content: center; }

  .section-two__arrow,
  .section-two__img-a,
  .head-line .line-1,
  .section-four__abs-img {
    display: none; }

  .header-type-1 {
    margin-right: auto;
    margin-left: auto; }

  .line-1 {
    width: 200px;
    margin: 0 auto 20px !important; }

  .section-two-block-2 {
    margin-top: 0; }

  .coll-7,
  .coll-4,
  .coll-8,
  .coll-6,
  .coll-5,
  .form-style-horiz input {
    width: 100%; }

  .question-h__q {
    left: 50%;
    margin-left: -70px; }

  .section-three__descr {
    padding-left: 0;
    text-align: center;
    padding-top: 20px; }

  .section-two-block-1,
  .header-type-1,
  .desc-type-1,
  .section-four .container {
    text-align: center; }

  .text-accent-1-mt {
    margin-top: -50px; }

  .form-style-horiz .button {
    margin: 0 auto; }

  .price__img {
    margin-left: 0; }

  .section-five__text-hdesc {
    text-align: center;
    margin-top: 30px; }

  .section-five__h {
    font-size: 60px;
    margin-bottom: 10px; }

  .section-five__d {
    margin-top: 10px;
    font-size: 14px;
    padding-right: 0; }

  .section-five__items .coll-6 {
    width: 40%; }

  .coll600 {
    margin: 0 auto; }

  .border-type-2 {
    padding: 20px;
    text-align: center; }
    .border-type-2 .button {
      display: inline-block; }

  .border-type-2__img {
    margin-right: -30px; }

  .border-type-2-mt-mb {
    margin-top: 50px; }

  .form-style .button {
    display: inline-block; }

  .form-style {
    text-align: center; }

  .map {
    padding: 50px 0; }

  footer .container {
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    font-size: 14px; }

  footer .header__logo {
    margin-right: 0; }

  .copy-text,
  .copy-text-2 {
    font-size: 14px; }

  .copy-text-2 {
    margin: 30px 0;
    text-align: center; }

  .header-top__socialBlock {
    margin: 20px 0 0; }

  .map-d {
    bottom: -50px;
    left: -50px;
    right: -50px;
    top: -100px; } }
@media (max-width: 768px) {
  .header-top__descr {
    text-align: center; }

  .container,
  .line-2,
  .section-five__h {
    width: 100%; }

  .social-block {
    position: static;
    margin-top: 20px;
    margin: 20px auto 0;
    flex-direction: row;
    justify-content: space-between;
    width: 130px; }

  .map__text-wrap-img,
  .border-type-2__img {
    display: none; }

  .map__contact-block {
    padding: 20px;
    padding-right: 60px; }

  .map__text {
    font-size: 35px; }

  .social-block {
    right: 25px; }

  .border-type-2 {
    border-left: 3px solid #c19a3d; }

  .border-type-2:after,
  .border-type-2:before {
    display: none; }

  .text-type-3 {
    font-size: 40px; }

  .section-four__numb {
    font-size: 88px; }

  .text-block-type-2 {
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center; }

  .text-block-type-2__img {
    margin-right: 0;
    text-align: center; }

  .section-two__items,
  .text-block-type-2__img,
  .section-four__items {
    justify-content: center;
    -webkit-justify-content: center; }

  .section-two {
    padding: 80px 0; }

  .text-block-type-1 {
    margin-right: 0;
    width: 40%; }

  h2 {
    font-size: 25px; }

  .border {
    padding: 20px; }

  .form-style-horiz input {
    margin-right: 0; }

  .copy-text-2,
  .copy-text {
    width: 100%;
    max-width: 400px; }

  .map {
    background: #fff; }

  .map__contact-block {
    max-width: 100%;
    position: static;
    background: #fff;
    transform: translateY(0);
    min-height: auto; }

  .map-wrap {
    height: 400px; }

  .tablink-item {
    display: block;
    font-size: 10px; }

  .primary-menu-head {
    width: 40%;
    min-width: 30px;
    text-align: center; }

  .primary-menu .tablink-icon {
    color: #ddd;
    padding: 5px; }

  .primary-menu .active .tablink-icon {
    color: #c19a3d; }

  .cta-banner {
    background: transparent;
    top: auto; }
    .cta-banner .b-footer-banner {
      height: auto;
      padding: 5px 0;
      overflow: inherit; }
    .cta-banner .popup-banner {
      padding: 20px 40px 5px;
      box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.23); }
    .cta-banner .close-popup-banner {
      font-size: 50px;
      top: 10px;
      right: 30px;
      left: auto;
      bottom: 0;
      z-index: 10;
      color: #cdd0d1;
      transform: rotate(45deg);
      height: 40px;
      width: 40px;
      cursor: pointer; }

  .text-block-type-1 {
    margin: 5px; } }
@media (max-width: 504px) {
  .button {
    width: 100%; }

  .map__text {
    font-size: 17px; }

  .map__contact-block {
    min-height: 200px; }

  .text-type-3 {
    margin-bottom: 10px;
    font-size: 25px; }

  .section-five__d {
    font-size: 12px; }

  h2 {
    text-align: center; }

  body {
    font-size: 14px; }

  .price__img {
    width: 100%;
    margin-top: 30px; }

  .border__icon {
    width: 60px; }

  .border__text {
    width: calc(100% - 100px); }

  .text-accent-1 {
    margin-top: 30px;
    display: inline-block;
    font-size: 50px; }

  .section-four__column p {
    padding-top: 20px; }

  .section-two {
    padding-bottom: 0; }

  .text-block-type-1 {
    justify-content: center;
    padding-top: 20px; }

  .header__itemsCont {
    padding-bottom: 80px; }

  .text-block-type-1__numb {
    width: 100%; }

  .cta-banner .head-line {
    font-size: 16px; }
  .cta-banner p {
    margin-top: 0;
    font-size: 12px; }
  .cta-banner .button {
    margin: 10px auto !important;
    max-width: 200px; }

  .text-block-type-1 {
    font-size: 12px;
    padding: 20px 5px;
    min-height: 100px; }

  .form-style .button {
    width: 100%;
    max-width: 293px; }

  .section-four__table {
    font-size: 12px; }

  .section-four__table-cell:nth-child(even) {
    min-width: 100px; }

  .section-four {
    padding-top: 20px; }
    .section-four .border {
      margin-bottom: 20px; }

  .section-two {
    padding-top: 20px; }

  .text-block-type-2 {
    width: 45%;
    font-size: 12px; }
    .text-block-type-2 p {
      width: 100%;
      padding: 5px; } }
/*500px */

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