
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Gotham Pro';
}

main.page-default {
    padding: 80px 0;
}

.error {
    text-align: center;
}

.error h1 {
    font-size: 42px;
}

.error span {
    display: block;
    font-size: 140px;
}

.error a {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    background: rgba(162, 123, 92, 0.7);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    gap: 10px;
    min-width: 180px;
    justify-content: center;
}

.hidden {
  display: none;
}
.btn-menu:focus {
  outline: none;
  box-shadow: none;
}

.btn-menu.menu-open {
    background: url(/wp-content/themes/wp-bootstrap-starter/img/close.svg) no-repeat center;
    background-size: contain;
}

.btn-menu.menu-open:before, .btn-menu.menu-open:after, .btn-menu.menu-open span {
    opacity: 0;
}

.btn-menu {
    padding: 0;
    border: 0;
    width: 34px;
    height: 34px;
    background: transparent;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-menu:before, .btn-menu:after, .btn-menu span {
    width: 34px;
    border-radius: 4px;
    height: 4px;
    background: #fff;
    display: block;
}

.btn-menu:before, .btn-menu:after {
    content: '';
}

.contact-box a {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(33, 44, 45, 0.9);
    border: 1px solid #3f4e4f;
    border-radius: 16px;
    padding: 16px;
    color: #fff;
    max-width: 300px;
}

.contact-box p {
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 20px;
}

.contact-box {
    padding-top: 40px;
    margin: 0 0 40px;
    padding-left: 60px;
}

.contact-box a:last-child {
    margin-top: 12px;
}

.map__address {
    margin: 0;
    border: 1px solid #3f4e4f;
    border-radius: 24px;
    background: rgba(33, 44, 45, 0.7);
    display: inline-block;
    padding: 24px 24px 24px 16px;
    line-height: 1;
}

.map {
    position: relative;
}

.map__address {
    position: absolute;
    transform: translate(90%, 75%);
}
.footer__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.footer__form form {
    max-width: 340px;
    margin: 0 auto;
}

.footer__form .form-title {
    text-align: center;
}

.field.field--btn {
    padding-top: 16px;
    margin: 0;
}

.footer__form {
    position: relative;
}

.footer__form:before {
    content: '';
    display: block;
    width: calc(100vw/2);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #3f4e4f;
    background: rgba(33, 44, 45, 0.7);
    border-radius: 0 100px 0 0;
    border-left: 0;
}

footer {
    overflow: hidden;
}

.footer__form > div {
    position: relative;
    padding: 40px 0;
}

span.wpcf7-not-valid-tip {
    color: #dcd7c9;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #1e2727 inset !important;
    box-shadow: 0 0 0px 1000px #1e2727 inset !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid #fff;
}


input:-moz-autofill {
    background-color: #1e2727 !important;
    box-shadow: 0 0 0px 1000px #1e2727 inset !important;
    color: #fff !important;
}

.footer {
    padding: 48px 0;
    background: #1e2727;
    color: #fff;
}

p.form-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 24px;
}

.field label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 16px;
    display: block;
}

.field input, .field input:focus {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 0 16px;
    height: 48px;
    color: #fff!important;
    outline: none;
    box-shadow: none;
}

.field input::placeholder, .field textarea::placeholder {
    color: #a4a4a4;
}

.fields p {
    margin: 0;
}

.field {
    margin: 0 0 24px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
    border: 0;
    padding: 0;
    margin: 15px auto 0;
    max-width: 240px;
}
.field textarea, .field textarea:focus {
    background: transparent;
    border: 1px solid #fff;
    padding: 16px;
    border-radius: 16px;
    max-height: 140px;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.field.field--btn button, .field.field--btn button:focus {
    background: rgba(162, 123, 92, 0.7);
    border: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 48px;
    border-radius: 16px;
    outline: none;
    box-shadow: none;
}


.items {
    margin: 0 auto 40px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item {
    border-radius: 4px;
    background: rgba(63, 78, 79, 0.8);
    color: #fff;
    padding: 24px;
}

.item__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 46px;
}

.item__name:before, .item__name:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 17px;
    height: 2px;
    background: rgba(239, 239, 235, 0.8);
    right: 0;
    transition: .12s;
}

.item__name:before {
    top: 10px;
    transform: rotate(0deg);
}

.item__name:after {
    top: 10px;
    transform: rotate(90deg);
}

.open .item__name:before {
    transform: rotate(45deg);
}

.open .item__name:after {
    transform: rotate(135deg);
}

.item__name {
    cursor: pointer;
}

.item__desc {
    padding-top: 16px;
}

.item__desc p, .item__desc li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.item__desc p, .item__desc ul, .item__desc ol {
    margin: 0 0 20px;
}

.item__desc p:last-child {
    margin: 0;
}

.item__desc ul, .item__desc ol {
    padding-left: 29px;
}

.page-info {
    padding-bottom: 96px;
}
.item__name svg {
    min-width: 12px;
}

.file-box a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    border: 1px solid #A27B5C;
    height: 56px;
    border-radius: 56px;
    display: inline-flex;
    align-items: center;
    padding: 0 0px 0 36px;
    gap: 36px;
}

.file-box a span {
    background: #a27b5c;
    width: 65px;
    display: flex;
    align-items: center;
    height: 56px;
    justify-content: center;
    border-radius: 0 56px 56px 0;
}

.file-box {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

span.line:before, span.line:after {}

span.line:before, span.line:after {
    content: '';
    display: block;
    position: absolute;
    width: 58px;
    height: 1px;
    background: #fff;
    transition: .12s;
}

span.line:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
}

span.line:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
}

span.circle {
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #a27b5c;
    position: absolute;
    border-radius: 50%;
}



.home .site-header.scroll:before {
    height: 100%;
}

.home  .site-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #3f4e4f;
    width: 100%;
    height: 0;
    transition: .12s;
}

.home .site-header .container {
    position: relative;
    z-index: 1;
}

.service-item.open span.line:after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.firstscreen {
  min-height: 600px;
  height: calc((var(--vh, 1vh) * 100) - 0px);
}

.home .site-header {
    background: transparent;
}
.page-info {
    padding-top: 80px;
}

.page-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 98%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3f4e4f;
    margin: 0 0 10px;
}
.meta {
    margin: 56px auto 0;
    max-width: 1156px;
}
.page-title {
    font-weight: 700;
    font-size: 56px;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.1;
}

.page-desc {
    font-weight: 700;
    font-size: 16px;
    line-height: 146%;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 48px;
}
.page-subtitle, 
.page-title, 
.page-desc {
    text-align: center;
}

.site-header {
    background: #3f4e4f;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.admin-bar .site-header {
    top: 32px;
}

.firstscreen {
    position: relative;
}

.container {
    max-width: 1370px;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.firstscreen .container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
}

.firstscreen__meta {
    display: flex;
    align-items: center;
    padding-top: 0px;
    gap: 30px;
}

.firstscreen__meta h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 121%;
    color: #fff;
    padding: 0;
    margin: 0 0 24px;
}

.firstscreen__text {
    max-width: 480px;
}

.firstscreen__text p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0 0 32px;
}

a.button {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    background: rgba(162, 123, 92, 0.7);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    gap: 10px;
}
.why .title-section {
  text-align: center;
}

.title-section {
    font-weight: 700;
    font-size: 56px;
    
    color: #000;
    margin: 0;
    padding: 0;
    font-family: 'Gotham Pro';
}

.edges {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 48px auto 88px;
    gap: 64px;
}

.edge {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    width: 224px;
    line-height: 1;
    position: relative;
    height: 100%;
    min-height: 52px;
}

.why .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edge span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3f4e4f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0px, calc(100% + 24px));
}

.edge span:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #3f4e4f;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

.why__block {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
}

.editor p {
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    margin: 0 0 20px;
}

.why__img img {width: 100%;}

.why__editor {
    padding-top: 65px;
    max-width: 545px;
}

.why {
    padding: 140px 0 70px;
}

.edge:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 64px);
    height: 1px;
    background: #3f4e4f;
    bottom: -34px;
    left: 50%;
}

.edge:last-child:after {
    display: none;
}
.firstscreen > img {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#menu {
  margin-left: auto;
}
header nav {
    display: flex;
    justify-content: space-between;
}

.site-header a {
    font-weight: 400;
    font-size: 16px;
    color: #f5f1e3;
}

.site-header ul {
    flex-direction: row;
    gap: 40px;
}

.services-list .service-content {
    display: none;
}

a:hover {
  text-decoration: none;
}



.service-name {
    cursor: pointer;
}
.service-item {
    
    border-radius: 16px;
    position: relative;
    padding-right: 114px;
}

.service-name {padding: 30px 32px;font-weight: 400;font-size: 28px;color: #000;}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.service-content__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 24px 32px;
}

.service-content__editor a {
  color: #000;
}

.service-content__inner > a {
 
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    background: #a27b5c;
    align-items: center;
    border-radius: 16px;
    padding: 16px 16px;
    line-height: 1.1;
}

.iti__country-list .iti__flag, .iti__country-name {
    color: #1e2727;
}
input.iti__search-input,
input.iti__search-input:focus {
    color: #1e2727 !important;
}

.map__address a {
    color: #fff;
}
.item__desc a {
    color: #fff;
    text-decoration: underline;
}

.item__desc h2, .item__desc h3, .item__desc h4, .item__desc h5, .item__desc h6 {
    color: #fff;
}

.service-content__inner svg {
    min-width: 24px;
}
span.plus {
    display: block;
    width: 90px;
    height: 90px;
    background: #a27b5c;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0px;
}

.service-item:before {
    content: '';
    display: block;
    width: calc(100% - 114px);
    border-radius: 16px;
    background: #dcd7c9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

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

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}


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

.bg {
    background-position: 36% center;
    background-size: cover;
}

}

section#service {
    padding-top: 70px;
}

@media screen and (max-width: 1199px) {
  .footer__block {
    gap: 40px;
  }
}

p.page-subtitle {
    text-transform: uppercase;
}

.btn-menu {
  display: none;
}


.site-header .contact-box {
  display: none;
}
#service .container {
    max-width: 1170px;
    margin: 0 auto 136px;
}
#service .container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.services-list {
    width: 100%;
    max-width: 767px;
}
.edge:nth-child(2) {
    font-weight: 500;
}
img.dekor {
    max-width: 230px;
}
@media screen and (max-width: 1024px) {

  .firstscreen .container {
    top: auto;
    transform: translate(0);
    bottom: 80px;
  }
  .page-info {
    padding-top: 72px;
  }
  .firstscreen__meta {
    flex-direction: column;
  }
  .firstscreen__text {
      order: 1;
  }
  img.dekor {
        max-width: 120px;
  }
  .firstscreen {
    min-height: 600px;
    height: 1024px;
  }

  .bg {
    background-position: 60% center;
  }

  .why {
    padding: 112px 0 55px;
  }
  section#service {
    padding-top: 55px;
  }
  .edge {
      font-size: 20px;
  }
  .why__block {
      grid-template-columns: 1fr;
      gap: 48px;
  }
  .why__editor {
      padding-top: 0;
      max-width: 100%;
      padding-left: 16%;
  }

  .edges {
      gap: 32px;
      grid-template-columns: 1fr 1fr 1fr;
      display: grid;
      margin: 48px 0 162px;
  }
  .edge {
      width: auto;
  }
  #service .container {
      flex-direction: column;
      gap: 40px;
  }
  .service-name {
    padding: 16px;
  }
  .services-list {
    max-width: 100%;
  }
  span.plus {
    width: 62px;
    height: 62px;
  }
  span.line:before, span.line:after {
      width: 34px;
  }
  .service-item {
    padding-right: 78px;
  }
  .service-item:before {
    width: calc(100% - 78px);
   
  }
  .service-content__inner {
    padding: 0 16px 16px;
  }
  span.circle {
    width: 6px;
    height: 6px;
  }
  .service-name {
    font-size: 20px;
  }
  #service .container {
      max-width: 1170px;
      margin: 0 auto 112px;
  }
  .menu-open .site-header .contact-box {
        flex-direction: column;
        margin: auto 0 0 0;
        padding-left: 0;
  }
  .menu-open .site-header .contact-box {
    display: flex;
  }
  .site-header .contact-box a {
    font-size: 16px;
  }
  .menu-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .menu-wrap > div:first-child {
    flex: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu {
    padding: 0 0 32px;
  }
  .site-header  .contact-box {
    padding-top: 32px;
  }
  .menu-wrap > div:first-child {
    padding-top: 76px;
  }
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #1E2727;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(101%, 0px);
    transition: .12s;
  }

  .site-header ul {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .site-header a {
      font-size: 20px;
      text-align: center;
      line-height: 1;
  }


  button.btn-menu {
      z-index: 2;
  }

  .menu-open #menu {
      transform: translate(0%, 0%);
}
  .btn-menu {
    display: flex;
  }
  .site-header {
    height: 72px;
  }
  .footer__block {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .footer__form:before {
    width: auto;
    left: -15px;
    right: 10px;
  }

  .contact-box {
    padding-top: 0px;
    margin: 0 0 40px;
    padding-left: 40px;
  }
  .footer__contact {
    max-width: 504px;
    margin: 0 auto;
  }
  .meta {
    margin: 64px auto 0;
    
  }
  .page-title {
    font-size: 40px;
  }
  .edge:after {
    width: calc(100% + 32px);
  }
}

.why__editor.editor p:last-child {
    margin: 0;
}
.why__img img:last-child {
    display: none;
}
.bg-mobile {
    display: none;
}

.service-content__editor {
    grid-area: auto / 1 / auto / 3;
}

.service-content__editor p, .service-content__editor li {
    font-size: 14px;
    line-height: 1.3;
}

.service-content__editor p:last-child {
    margin: 0;
}


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

  .service-content__editor {
    grid-area: auto;
  }
  .service-content__editor p, .service-content__editor li {
    font-size: 12px;
    
  }
  .bg-mobile {
    display: block;
  }
  .bg {
    display: none;
  }
  .firstscreen__meta h1 {
    font-size: 30px;
  }
  .firstscreen__text {
    max-width: 100%;
    margin: 0;
  }
  .firstscreen__meta {
    align-items: flex-start;
  }
  .firstscreen__meta h1 {
    margin: 0 0 16px;
  }
  .bg-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 53% center;
  }
  .firstscreen__text p {
    margin: 0 0 16px;
  }
  .firstscreen .container {
    bottom: 40px;
  }
  img.dekor {
    display: none;
  }
  .firstscreen {
    min-height: 812px;
    height: calc((var(--vh, 1vh) * 100) - 0px);
    max-height: 991px;
    overflow: hidden;
  }
  .firstscreen__meta h1 {
    max-width: 280px;
  }
  nav img {
    max-width: 172px;
  }
  .site-header {
        height: 64px;
    }
  .why__img img:last-child {
    display: block;
  }
  .page-info {
    padding-top: 64px;
  }

  .why__img img:first-child {
    display: none;
  }

  .edges {
      grid-template-columns: 1fr;
      width: 100%;
      gap: 64px;
  }
  .edge {
      min-height: auto;
      font-size: 20px;
      text-align: left;
      padding-left: 56px;
  }
  .edge span {
      right: auto;
      top: 0px;
      bottom: auto;
      transform: translate(0px, 0px);
  }
  .edge:after {
      height: calc(100% + 64px);
      width: 1px;
      left: 9px;
      top: 0px;
      bottom: auto;
  }

  .edges {
    padding-left: 24px;
    margin: 0 0 112px;
  }
  .why__block {
    gap: 40px;
  }
  .why__editor {
    padding-left: 0;
}
  .why .title-section {
    font-size: 40px;
    margin: 0 0 32px;
  }
  .service-item:before {
      width: calc(100% - 48px);
  }
  .service-item {
    padding-right: 48px;
  }
  span.plus {
    width: 32px;
    height: 32px;
  }
  span.line:before, span.line:after {
    width: 26px;
  }
  span.circle {
    width: 4px;
    height: 4px;
  }
  .service-content__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 12px 12px;
  }
  .service-content__inner a {
    font-size: 14px;
  }
  .service-name {
    line-height: 1;
  }
  p.page-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.2em;
  }
  .page-title {
      font-size: 20px;
  }
  .page-desc {
    font-size: 14px;
  }
  .item {
    padding: 16px;
  }
  .item__desc p, .item__desc li {

    font-size: 14px;

  }
  .map__address {
      font-size: 12px;
      padding: 10px 6px 10px 6px;
      right: 0;
      transform: translate(0%, 113%);
  }

  .map {
      max-width: 340px;
      margin: 0 auto;
  }
  .contact-box {
      padding-left: 0;
  }
  .footer__contact {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .footer__form:before {
      right: 0;
  }
  .footer__form form {
    padding-right: 15px;
  }
}

@media screen and (max-width: 420px) {
  .file-box a span {
      position: absolute;
      right: -1px;
      top: -1px;
  }
  .file-box a {
      width: 100%;
      padding-right: 65px;
      text-align: center;
      position: relative;
      justify-content: center;
  }

}