@font-face {
    font-family: 'Lato';
    src: local('Lato Hairline'), local('Lato-Hairline'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latohairline.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latohairline.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latohairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Thin'), local('Lato-Thin'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latothin.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latothin.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latothin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Light'), local('Lato-Light'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latolight.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latolight.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoregular.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoregular.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latomedium.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latomedium.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold'), local('Lato-Semibold'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latosemibold.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latosemibold.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latosemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latobold.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latobold.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy'), local('Lato-Heavy'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoheavy.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoheavy.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoheavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Black'), local('Lato-Black'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoblack.woff2') format('woff2'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoblack.woff') format('woff'), url('/wp-content/themes/wp-bootstrap-starter/fonts/latoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}





body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Lato', serif;
  color: var(--color-main);
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
    width: 100%;
}

.page-template-page-service section.section.banner {
    clear: both;
    margin: 0 0 70px;
}

:root {
    --font-title:'Playfair Display', serif;
    --color-main: #3F3F47;
    --color-light: #F8F3EF;
    --color-dark: #1F1F2C;
    --color-grey: rgba(63, 63, 71, 0.5);

}

.page-template-page-price .price__item-value {
    min-width: 180px;
    text-align: right;
}

.page-template-page-price .meta-price__title {
    text-align: left;
}


.modal-body .wpcf7 form.sent .wpcf7-response-output {
    padding-bottom: 15px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Titles */

.title-page,
.title-block,
.title-box,
.title-small {
    font-family: var(--font-title);
    color: var(--color-main);
}

.title-block.title-light {
    color: var(--color-light);
}

.title-page {
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
}

.title-block {
    font-weight: 600;
    font-size: 54px;
    line-height: 72px;
    text-transform: uppercase;
}

.title-box {
    font-weight: 800;
    font-size: 44px;
    line-height: 50px;
}

.title-small {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
}


/* END Titles */

.gallery {
    margin-bottom: 0;
}

.content__block-img .img-bg {
    width: 400px;
    height: 450px;
}

.content__block-img .img__wrap:before {
    width: 100%;
    left: 40px;
}

.content__block-text {
    max-width: 400px;
    display: flex;
    align-items: center;
}

.wrap__content-block {
    margin: 0 0 140px;
}

.content__block-text .title-box {
    margin: 0 0 50px;
}


.content__block {
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    width: 100%;
}

.wrap__content-block.content-right {
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 100px;
}

.content-right .content__block .content__block-img {
    order: 2;
}

.content-right .content__block .content__block-text {
    order: 1;
}

.content-right .content__block .img__wrap:before {
    left: auto;
    right: 40px;
}

.wrap__content-block {
    padding-left: 100px;
}


/* text */

.text__block.text__right .text__block-img {
    order: 2;
}

.text__block.text__right .text__block-content {
    order: 1;
}

.text__block.text__right .text__block-content {
    order: 1;
    padding-left: 0;
    padding-right: 140px;
}

.text__block.text__right {
    margin: 0 100px 140px 0px;
    float: right;
}

.text__block.text__right .img__box:after {
    left: auto;
    right: 40px;
}

.box-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: var(--color-main);
    margin: 0 0 15px;
}

.text__block {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 140px 100px;
}

.text__block-img {
    min-width: 400px;
}

.content__box .title-box {
    margin: 0 0 50px;
    max-width: 500px;
}

.img__box {
    width: 100%;
    height: 450px;
    max-width: 400px;
    position: relative;
}

.img__box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 40px;
    background: #F4E5E0;
}

.img__box > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    top: 0px;
    left: 0px;
}

.text__block-content {
    padding-left: 140px;
    display: flex;
    align-items: center;
}


/* ENT text */

button.close span {
    color: var(--color-dark)!important;
    opacity: 1!important;
    font-weight: 400;
}

button.close {
    padding: 0!important;
    margin: 0!important;
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--color-dark);
    z-index: 2;
}

.modal-body .title-block {
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 50px;
}

.modal-body div#form-submit input {
    margin: 0 auto;
}

.modal-dialog.modal-dialog-centered .modal-body {
    padding: 60px 30px 0;
}
.modal-dialog.modal-dialog-centered > div {
    background: var(--color-light);
    border: 0;
    border-radius: 0;
}

.modal-header {
    padding: 0;
    border: 0;
    position: relative;
}

button.close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* btn links */

.btn-main {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    width: 230px;
    height: 60px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}


.btn-dark {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    background: transparent;
}

.btn-dark:hover,
.btn-dark:focus {
    border: 1px solid var(--color-main);
    color: var(--color-light);
    background: var(--color-main);
    outline: none;
    box-shadow: none!important;
}



.btn-light {
    border: 1px solid var(--color-light);
    color: var(--color-light);
    background: transparent;
}

.btn-light:hover,
.btn-light:focus {
    border: 1px solid var(--color-light);
    color: var(--color-main);
    background: var(--color-light);
    outline: none;
    box-shadow: none!important;
}



button:hover,
button:focus,
button:active {
    box-shadow: none;
    outline: none;
    transition: .25s;
}


a {
  text-decoration: none;
  transition: .25s;
}

a:hover {
  text-decoration: none;
}


.main-link {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-main);
  position: relative;
  display: inline-block;
}

.main-link:hover {
  color: var(--color-main);
}

.main-link:after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--color-main);
    margin-top: 5px;
}

.main-link img {
    margin-left: 20px;
    position: relative;
    left: 0px;
    transition: .25s;
}

.main-link:hover img {
    position: relative;
    left: 10px;
}

.title-box a {
    color: var(--color-main);
}

/* END btn links */

footer .form-box {
    position: relative;
}


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 {
    padding: 0;
    margin: 0;
}

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

.top-lang ul {
    padding: 0;
    margin: 0;
}
.top-lang li {
    list-style: none;
}

.top-lang ul li a {
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    color: #1F1F2C;
    opacity: 0.3;
}

.top-lang ul li.current-lang a,.top-lang ul li a:hover {
    opacity: 1;
}

.top-lang {
    display: block;
    width: 40px;
    height: 40px;
}

.top-lang li {
    line-height: 1;
}

.top-lang ul {
    position: relative;
}

.top-lang ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}

.top-lang ul li:nth-child(2) {
    position: absolute;
    bottom: -40px;
    right: 0;
}

.top-lang ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 53px;
    height: 1px;
    background: #1F1F2C;
    transform: rotate(-45deg);
    top: 21px;
    left: -7px;
    opacity: .07;
}


.tab-content:before,
.tab-content:after {
    content: '';
    display: block;
    width: 300%;
    height: 1px;
    background: rgba(63, 63, 71, 0.5);
    left: -50%;
    position: absolute;
    
}


.tab-content:before {
	top: 0;
}

.tab-content:after {
	bottom: 0px;
}

.tab-content {
    position: relative;
    margin: 0 0 100px;
}

#page {
    overflow: hidden;
}

.page-template-page-price .page-meta h1 {
    margin: 0 0 40px;
}

.tab {
    padding: 0 0 70px;
}

aside ul li a:hover:before,
aside ul li a.active:before {
	opacity: 1;
}

aside ul li a:hover span,
aside ul li a.active  span {
	opacity: 1;
}

aside ul li a:hover,
aside ul li a.active {
	opacity: 1;
	color: var(--color-main);
}

aside ul li {
    margin: 0 0 25px;
}

aside ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 5;
    left: 0;
    width: 11px;
    height: 11px;
    background: var(--color-main);
    padding: 0;
    opacity: .1;
    border-radius: 50%;
    transition: .25s;
}
aside ul li a span {
    opacity: .4;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

aside ul li a span br {
    display: none;
}
aside ul li a {
    position: relative;
    padding-left: 26px;
    display: flex;
    align-items: center;
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-main);
}
aside ul {
    padding: 0px 0 0 0;
    margin: 0;
    list-style: none;
}


.service-tabs .tab .tablinks {
    text-transform: uppercase;
}

.service-tabs .tab {
    justify-content: center;
}

.service-tabs .tab-content:before, 
.service-tabs .tab-content:after {
    display: none;
}   

.service-tabs .box-prices__content {
    padding: 36px 0 0 0;
}

.service-tabs .tabs-price__content {
    display: flex;
    justify-content: space-between;
}

.service-tabs .tabs-price__content > div {
    flex: 0 0 50%;
}

.service-tabs .price__content-box a.main-link {
    float: right;
    margin-top: 15px;
}

.service-tabs .price__item-value {
    min-width: 140px;
    text-align: right;
}

.service-tabs .price__item-meta {
    padding-right: 20px;
    flex-grow: 1;
}


.service-tabs .meta-price__title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    margin-left: 20px;
}
.service-tabs .meta-price__title {
    position: relative;
    display: flex;
    align-items: center;
}

.service-tabs .meta-price__title span {
    display: flex;
    flex: 0 0 auto;
}

.service-tabs .price__item-value span {
    line-height: 1;
}

.page-template-page-service section.gallery {
    padding-top: 0;
}

.page-template-page-service .gallery .block-meta {
    padding-left: 0px;
}






.price-content__sidebar .aside-container {
    padding-top: 50px;
}

.price-content__sidebar {
    padding: 0px 0 0;
}

.price-content__main {
    flex: 0 0 75%;
}

.price-content__sidebar {
    flex: 0 0 25%;
}

.price-content {
    display: flex;
    justify-content: space-between;
}

.boxs-prices {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.price-content__main > div:nth-last-child(1):after {
    opacity: 0;
}

.boxs-prices:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background: rgba(63, 63, 71, 0.5);
}

.box-price__title {
    flex: 0 0 36%;
}

.box-prices__content {
    flex: 0 0 64%;
}

.price-content__main {
    border-left: 1px solid rgb(156 153 155);
    
}

.box-price__title {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    border-right: 1px solid #9c999b;
}

 .box-prices__content {
    padding: 30px 0 30px 30px;
}

.box-price__title {
    padding: 30px;
}

.price__item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}

.price__item p, 
.price__item span {
    color: var(--color-main);
}

.meta-price__title,
.price__item-value span {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    font-family: var(--font-title);
}


.meta-price__desk {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

.box-price__title p {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 42px;
    line-height: 56px;
    text-transform: uppercase;
    color: var(--color-main);
}

.tab button.active {
    color: var(--color-main);
}

.tab button {
    font-family: var(--font-title);
    font-size: 24px;
    color: #C4C4C4;
    border: 0;
    background: transparent;
    position: relative;
    padding: 0px;
    margin-right: 30px;
    text-transform: uppercase;
}

.tab button:before {
    content: '/';
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: -20px;
}

.tab > div:nth-last-child(1) > button {
    margin: 0;
}
.tab > div:nth-last-child(1) > button:before {
    opacity: 0;
}
.tab {
    display: flex;
    overflow: hidden;
}


.tabcontent {
  display: none;
}








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%;
}

p {
  margin-bottom: 0px;
}

.page-meta {
    padding-top: 40px;
}

.breadcrumbs {
    margin: 0px 0 30px;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
    color: var(--color-main);
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

span.sep {
    margin: 0 5px;
}



/* Home */

.home .page-head {
  padding: 60px 0 100px;
}

.home .page-head .title-page {
    text-align: center;
    margin: 0 0 30px;
}

.box-text .sub-title {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.banner {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
    overflow: hidden;
}

.banner__box-video #myVideo {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.banner__box-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner__box-video:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .6;
}

section.section.banner .container {
    position: relative;
    z-index: 1;
}


.bg-dark-block {
    background: var(--color-dark);
}
.bg-dark-before:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark);
    opacity: .6;
}

.banner__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner__box-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

section .container {
    position: relative;
}

.quality__item-desk {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-light);
}

.quality__item-title {
    margin: 0;
}

.quality__item {
    margin: 20px 0 0 0;
}

.quality {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.section-dark {
    padding: 70px 0 100px;
    text-align: center;
}

.section-dark .title-block {
    text-transform: uppercase;
    margin: 0 0 35px;
}

.advantage.section-dark .title-block.title-light {
    margin: 0 0 70px;
}

.salon .box-text p {
    color: var(--color-light);
}
.salon .box-text {
    max-width: 700px;
    margin: 0 auto 70px;
}

.salon__btn a {
    margin: 0 35px;
}
.salon__btn {
    display: flex;
    justify-content: center;
}

.section .wrap {
    padding: 0 100px;
}

.service .title-block {
    text-transform: uppercase;
    margin: 0 0 35px;
}



.service__item-img {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.service__item-img a {
    display: flex;
    height: 100%;
    width: 100%;
}

.service__item {
    max-width: 600px;
    width: 100%;
}

.service .title-box {
    line-height: 1;
    max-width: 325px;
    position: absolute;
    top: 20px;
    left: 0;
}

.service__item-meta {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    position: relative;

}

.service__item-meta .main-link {
    padding: 15px 0 0 0;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-items > div {
    flex: 0 0 50%;
}

.service-items > div.service-box:nth-child(even) {
    display: flex;
    justify-content: flex-end!important;
    position: relative;
    
}
.service-items > div.service-box:nth-child(odd) {
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: -280px;
}

section.service {
    padding: 110px 0 0px;
}

.service__item {
    max-width: 600px;
    width: 100%;
    margin: 0 0 120px;
}

.service .section-meta {
    max-width: 500px;
    margin: 0 0 0px;
    flex-direction: column;
    padding-top: 40px;
    flex: 0 0 50%;
}

.advantage__item-title {
    font-family: var(--font-title);
    color: var(--color-light);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.advantage__item-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-items {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.advantage__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 195px;
}

section.instagram {
    margin: 0 0 100px;
}

.insta-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.insta-box {
    text-align: center;
    margin: 0 0 60px;
}

.insta-link,
.insta-link:hover,
.insta-link:active,
.insta-link:focus {
    font-size: 36px;
    color: var(--color-main);
    font-family: var(--font-title);
        font-weight: 600;
}





#sb_instagram #sbi_images .sbi_item {
    padding: 0 22px!important;
}

section.instagram .slick-list.draggable {
    margin: 0 -22px!important;
}

a.sbi_photo {
    width: 250px;
    height: 250px!important;
}

.gallery {
    margin: 0!important;
    padding: 100px 0;
}

.block-meta__desk {
    margin: 35px 0 0 0;
    max-width: 500px;
}

.gallery .title-block {
    text-transform: uppercase;
    margin: 0 0 35px;
}

.gallery-item__img {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.gallery-item__wrap {
  padding: 0 25px;
}

.gallery .block-meta {
    padding-left: 100px;
}

.gallery-block {
    margin: 50px 0 0 0;
}

.gallery .slick-list.draggable {
    
}

.btn-slick {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--color-main);
    height: 60px;
    width: 60px;
    margin-left: 15px;
}

.slick-btn__wrap {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.box-btn {
    display: flex;
    margin-right: 200px;
}


/* END Home*/

/* Meta */

.variants-items {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.certificate__item .title-block {
    margin: 0 0 50px;
}

.certificate__item-desk {
    margin: 0 0 70px;
}

.certificate__item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.present__item p {
    color: var(--color-light);
}



.certificate__item > div{
    max-width: 440px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 0;
}

.variant .title-box {
    text-align: center;
    margin: 0 0 100px;
}

.variant {
    overflow: hidden;
    margin: 0 0 100px;
}





.card__item:before {
    content: '';
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    right: -500%;
    top: 0px;
    background: #F4E5E0;
    z-index: -1;
}

.card__item {
    background: #F4E5E0;
    position: relative;
}


.present__item {
    background: #252536;
}

.present__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    background: #252536;
    z-index: 1;
}




.equipment .title-block {
    margin: 0 0 100px;
}

.equipment-items {
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
}

.equipment-item:nth-child(odd) {
    padding-right: 80px;
}
.equipment-item:nth-child(even) {
    padding-left: 80px;
}

.equipment .img__wrap {
    height: 450px;
    margin: 0 0 90px;
}

.equipment-item .title-small {
    font-weight: 800;
    line-height: 40px;
    min-height: 80px;
    margin: 0 0 30px;
}

.equipment {
    padding: 0 0 100px;
}

.top-box > div {
    flex: 0 0 50%;
}

.top-box__left h1.title-page {
    max-width: 560px;
}


.top-box__right .img-bg {
    min-height: 450px;
}

.top-box__right .img__wrap {
    display: flex;
    justify-content: flex-end;
}

.top-box__right .img__wrap:before {
    right: auto;
    left: 0;
}

.top-box__right {
    display: flex;
    justify-content: flex-end;
}

.top-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 140px;
}


.img__wrap {
    width: 100%;
    position: relative;
}

.img__wrap:before {
    content: '';
    display: block;
    width: calc(100% - 40px);
    position: absolute;
    right: 0;
    height: 100%;
    background: #f4e5e0;
    top: 40px;
    z-index: -1;
}


.img-bg {
    width: calc(100% - 40px);
    height: 100%;
    background-size: cover;
    background-position: center;
}

.clients .title-box {
    margin: 0 0 50px;
}

.clients {
    padding: 100px 0 140px;
}

.img-clients {
    max-width: 535px;
    width: 100%;
    height: 450px;
}

.img-substrate:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F4E5E0;
    z-index: -1;
    position: absolute;
    left: 40px;
    top: 40px;
}
.img-substrate {
    position: relative;
    background-size: cover;
    background-position: center;
}

.meta__content {
    margin: 0 0 40px;
    max-width: 500px;
}
.meta__content p {
    margin: 0;
}

.page-meta h1 {
    margin: 0 0 50px;
    padding: 0;
}

.meta__btn a {
    margin-right: 30px;
}
.meta__btn {
    display: flex;
}

.page-template-page-about .page-meta {
    padding-bottom: 80px;
}

.page-template-page-about .bg-dark-before:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 31, 44, 0) 0%, rgba(31, 31, 44, 0.6407) 85.57%, #1F1F2C 100%);
    opacity: .6;
}

.box-double > div {
    flex: 0 0 50%;
}
.box-double {
    display: flex;
    justify-content: space-between;
}

.box-double__right {
    display: flex;
    justify-content: flex-end;
}
.clients .box-double__right > div {
    max-width: 565px;
    padding-top: 40px;
}


/* Form */

input.btn-main:focus {
    outline: none!important;
    box-shadow: none!important;
}

.wpcf7-response-output,
span.ajax-loader {
    display: none!important;
}


span.wpcf7-not-valid-tip {
    color: #E83E52!important;
    font-size: 11px!important;
    position: absolute;
    bottom: -45px;
}

.form-field input.wpcf7-not-valid, .form-area textarea.wpcf7-not-valid {
    border-bottom: 1px solid #E83E52;
}

.wpcf7-not-valid ~ .nice-select {
    border-bottom: 1px solid #E83E52;
}

.wpcf7 form.sent {
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: block!important;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    bottom: 0px;
}

.nice-select.open .list li:nth-child(1) {
    display: none;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
  outline: none;
}

.form-field input:focus, 
.form-area textarea:focus {
  border: 0;
  border-bottom: 1px solid var(--color-dark);
}

.form-field input, .form-area textarea {
    border: 0;
    border-bottom: 1px solid rgb(31 31 44 / 51%);
    border-radius: 0;
    background: none;
    padding: 0px;
    color: var(--color-main);
    font-size: 14px;
    line-height: 17px;
    height: 24px;
}

.form-field label,
.form-select label {
    margin: 0;
    position: relative;
    width: 100%;
}
.form-field {
    position: relative;
}

.form-box__item {
    margin: 0 0 50px;
}

.form-select .field-name {
    text-transform: uppercase;
    color: var(--color-main);
    font-size: 12px;
    display: block;
}


.form-field label > span {
    position: absolute;
    bottom: 0px;
    transition: .25s;
    text-transform: uppercase;
    color: var(--color-main);
    font-size: 12px;
}

.form-field label.has-value > span {
    color: var(--color-grey)!important;
    font-size: 10px;
    line-height: 12px;
}


.form-box > div.field-half {
  flex: 0 0 46%;
  width: 100%;

}

#form-submit {
    margin-top: 20px;
}

.form-box > div {
    flex: 0 0 100%;
}
.form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* END Form */


header#masthead {
  margin-bottom: 0;
}

.top-phone {
    display: flex;
    flex-direction: column;
}

.top-phone a {
    line-height: 17px;
    color: var(--color-dark);
    font-size: 14px;
}

.top-address span {
    margin: 0;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-dark);
}





.top-address, .top-phone {
    position: relative;
    line-height: 18px;
}

.top-address:before, .top-phone:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -28px;
  background-size: 18px;
  
}

.top-phone:before {
    background: url(/wp-content/themes/wp-bootstrap-starter/img/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 8px;
}

.top-address:before {
    background: url(/wp-content/themes/wp-bootstrap-starter/img/icon-address.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 8px;
    
}

.site-header nav {
    display: flex;
    justify-content: space-between;
}

.site-header.header-fixed {
    box-shadow: 0px 2px 4px rgb(37 37 54 / 7%);
    z-index: 2;
}

.site-header {
    background: var(--color-light);
    height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: .25s;
    z-index: 1;
}

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

.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
--------------------------------------------------------------*/


#main-nav li.dropdown {
    position: inherit;
}

#main-nav ul.dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0!important;
    top: 55px;
    border: 0;
    border-radius: 0;
    flex-direction: row!important;
    background: #F4E5E0;
    box-shadow: inset 0px 2px 4px rgb(37 37 54 / 7%);
    height: 70px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 3px;
    content: "";
    border-top: 3px solid #1F1F2C;
    border-right: 3px solid transparent;
    border-bottom: 0;
    border-left: 3px solid transparent;
}

#main-nav ul.dropdown-menu.show {
    display: flex!important;
}

#main-nav ul.dropdown-menu li a:hover,
#main-nav ul.dropdown-menu li.current_page_item a  {
    color: var(--color-main);
}
#main-nav ul.dropdown-menu li {
    display: flex;
    align-items: center;
}
#main-nav ul.dropdown-menu li a {
    margin: 0 30px 0 0;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--font-title);
    color: rgba(63, 63, 71, 0.6);
}

#main-nav ul.dropdown-menu.show:after {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    left: -50%;
    background: #f4e5e0;
}



#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.main-menu li a {
    padding: 0;
    margin: 0 15px;
}
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.site-header .main-menu > li > a {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-dark);
}

.site-header .main-menu > li > a:hover,
.site-header .main-menu > li.current_page_item > a {
    opacity: .9;
}

.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;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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: 0;
    padding-top: 70px;
}
.admin-bar #content.site-content {
    padding-top: 102px;
}
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.page-contact {
    display: flex;
}

.page__contact-left {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.page-template-page-contact .page-meta {
    position: relative;
}

.page-contact__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.contact__block > div {
    flex: 0 0 50%;
}
.contact__block {
    display: flex;
    flex-wrap: wrap;
}

.page-contact__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.page-template-page-contact .page-meta {
    margin-bottom: 70px;
}

.page-template-page-contact .footer__wrap-right .footer-contact {
    display: none;
}

.page-template-page-contact .footer-map iframe {
    height: 445px;
    margin-top: 0px;
}

.page-template-page-contact .footer-map {
    width: 100%;
    padding-top: 100px;
    flex: 0 0 100%;
}

.page-template-page-contact .footer-map {
    padding-top: 70px;
}


.page-contact__box a {
    font-size: 16px;
    line-height: 21px;
    color: var(--color-main);
    display: block;
}

.social-link a {
    margin-right: 20px;
    font-size: 20px;
}

.social-link {
    display: flex;
}

.page-contact__box {
    margin: 0 0 60px;
}

.footer-form .title-small {
    margin: 0 0 20px;
}

.footer-form .box-text {
    margin: 0 0 50px;
}
.footer-form .box-text p {
    margin: 0;
}

.footer-contact .title-small {
    margin: 0 0 50px;
}

.footer-contact__box p {
    color: var(--color-main);
}

.contact-title {
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 20px;
}

.contact-desk {
    font-size: 16px;
    line-height: 21px;
}

.footer-contact__box {
    margin: 0 0 60px;
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
}

.footer__wrap-left {
    flex: 0 0 32%;
    width: 100%;
}

.footer__wrap-right {
    flex: 0 0 62%;
    display: flex;
    justify-content: space-between;
}

.footer-map iframe {
    width: 100%;
    height: 435px;
}
.footer-map {
    width: 100%;
    padding-top: 100px;
    flex: 0 0 70%;
}



.footer__wrap, .footer__wrap a, .footer__wrap span, .footer__wrap p {
    color: var(--color-main);
}

.copy {
    line-height: 14px;
}
.copy span {
    font-weight: 300;
    font-size: 12px;
}

.footer-phone {
    display: flex;
    flex-direction: column;
    line-height: 21px;
}
.footer-phone a {
    font-size: 16px;
}

.footer__bottom-address {
    font-size: 16px;
    line-height: 21px;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
}
.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 20px;
    margin-left: 20px;
}

.footer__bottom {
    margin-top: 50px;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.copy,
.footer-social {
    flex: 0 0 15%;
}

.footer__bottom-address, .footer-phone {
    width: 148px;
}















@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1660px) {

.container,
.section .wrap {
    padding: 0 50px;
}

.gallery .block-meta {
    padding-left: 50px;
}


}


.page-template-page-service .slick-btn__wrap button {
    margin: 0 15px 0 0;
}
.page-template-page-service .slick-btn__wrap {
    padding: 15px 100px 0;
    justify-content: flex-start;
}

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

.footer__wrap-right > div {
    flex: 0 0 100%;
}
.footer__wrap-right {
    flex-direction: row;
    flex-wrap: wrap;
}

.text__block {
    max-width: 940px;
}

.section-content .container {
    padding: 0 100px;
}

.footer-contact .title-small {
    margin: 0 0 20px;
}

.footer-contact__box {
    margin: 0 0 50px;
}

.footer-contact > p {
    flex: 0 0 100%;
}
.footer-contact {
    display: flex;
    flex-wrap: wrap;
}

.footer-contact > div {
    flex: 0 0 50%;
}

.footer-map {
    padding-top: 0px;
}

.footer-map iframe {
    width: 100%;
    height: 312px;
}

.footer__wrap-right {
    flex: 0 0 50%;
}

.footer__wrap-left {
    flex: 0 0 50%;
}

footer > div > .footer__wrap:nth-child(1) {
    margin: 0 -70px;
}
footer > div > .footer__wrap:nth-child(1) > div {
    padding: 0 70px;
    flex: 0 0 50%;
}

}

.advantage__item-img {
    margin: 0 0 30px;
}

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

.container {
    padding: 0 100px;
}

.price-content__sidebar {
    flex: 0 0 20%;
}

.price-content__main {
    flex: 0 0 80%;
}

.page-template-page-price .box-price__title {
    flex: 0 0 30%;
}

.box-price__title p {
    font-size: 24px;
}


.page-template-page-price .box-prices__content {
    flex: 0 0 70%;
}



.clients .wrap {
    padding: 0;
}

.equipment .wrap {
    padding: 0;
}

.clients .box-double__right > div {
    max-width: 100%;
    padding-top: 40px;
    padding-left: 70px;
}

header .container {
    padding: 0 50px;
}

.banner {
    min-height: 615px;
    padding-bottom: 50px;
}

section.service {
    padding: 100px 0 0px;
}

.service .wrap {
    padding: 0;
}

.meta-price__title, .price__item-value span {
    font-size: 22px;
}

.advantage-items {
    padding: 0 0px;
}

.gallery .block-meta {
    padding-left: 0px;
}

.variants .container {
    padding: 0;
}

}




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

.service-items > div {
    padding: 0 20px;
}

.service-items {
    margin: 0 -20px;
}

.box-price__title p {
    line-height: 1.3;
}

.page-template-page-price .price__item-value {
    min-width: 100px;
    text-align: right;
}


}

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

.top-box > div.top-box__right {
    flex: 0 0 40%;
}

.top-box__right .img-bg {
    min-height: 410px;
}

}

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

.equipment-items {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}



}

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

.main-menu li a {
    margin: 0 10px;
}

.gallery-item__img {
    height: 340px;
}

.text__block {
    margin: 0 0 140px 50px;
}

.text__block.text__right {
    margin: 0 50px 140px 0px;
}


}




.hamburger-menu,
.mobile-box,
.mobile-line {
    display: none;
}







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

.text__block {
    margin: 0 0 140px 0px;
}

.page-template-page-service .slick-btn__wrap {
    padding: 15px 30px 0;
    justify-content: flex-start;
}

.page-template-page-service .gallery-item__wrap {
    padding: 0 15px;
}

.page-template-page-service .gallery .slick-list.draggable {
    margin: 0 15px;
}

.page-template-page-price .price__item-value {
    min-width: 80px;
    text-align: right;
}

.service-tabs .price__item-value {
    min-width: 130px;
    text-align: right;
}

.text__block.text__right {
    margin: 0 0px 140px 0px;
}

.service-tabs .wrap__content-block {
    padding-left: 0px;
}

.section-content .container {
    padding: 0 30px;
}

.section-content .wrap__content-block {
    padding-left: 0px;
}

.service-tabs .wrap__content-block {
    padding-left: 0px;
    margin: 0 0 100px;
}

.wrap__content-block.content-right {
    padding-right: 0px;
}

.tab-content {
    margin: 0 0 70px;
}

.meta-price__title, .price__item-value span {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    font-family: var(--font-title);
}

.box-price__title {
    padding: 20px;
}

.box-prices__content {
    padding: 20px 0 20px 20px;
}

.price-content__sidebar {
    flex: 0 0 23%;
}

.price-content__main {
    flex: 0 0 77%;
}




.equipment-item:nth-child(odd) {
    padding-right: 0px;
}

.equipment {
    padding: 0 0 70px;
}

.equipment-item:nth-child(even) {
    padding-left: 0px;
}

.equipment-items {
    padding: 0 0px;
}



.equipment-items {
    margin: 0 -80px;
}
.equipment-items .equipment-item {
    padding: 0 80px;
}


.page-template-page-about .page-meta {
    padding-bottom: 50px;
}


.clients .title-box {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 30px;
}


.page-meta .title-page {
    font-size: 46px;
    line-height: 1.3;
}
.page-meta h1 {
    margin: 0 0 30px;
    padding: 0;
}




.service .title-box {
    font-size: 22px;
}

.service__item-meta .main-link {
    padding: 5px 0 0 0;
}

.main-link {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-main);
    position: relative;
    display: inline-block;
}

.main-link:after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--color-main);
    margin-top: 3px;
}



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

.banner {
    min-height: 500px;
}

.advantage__item-title {
    font-size: 18px;
    line-height: 22px;
}

.advantage__item {
    flex: 0 0 20%;
}

header .container {
    padding: 0 30px;
}



.copy, .footer-social {
    flex: 0 0 20%;
}
footer > div > .footer__wrap:nth-child(1) > div {
    padding: 0 30px;
}

footer > div > .footer__wrap:nth-child(1) {
    margin: 0 -30px;
}


.mobile-menu__main li {
    margin: 0 0 20px;
}
.mobile-menu__main a {
    font-size: 22px;
}

.mobile-menu__main a,
.mobile-menu__sub-wrap a {
    color: var(--color-dark);
    font-family: var(--font-title);
}

.mobile-menu__sub-wrap a {
    font-size: 18px;

}

.mobile-menu__sub-wrap li {
    margin: 0 0 10px;
}

.mobile-menu__main-sub a {
    position: relative;
}
.mobile-menu__main-sub a:after {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    background: url(/wp-content/themes/wp-bootstrap-starter/img/menu.svg) no-repeat center;
    transform: rotate(180deg);
    position: absolute;
    top: 13px;
    right: -30px;
}


.mobile-menu__sub-back > a {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-dark);
    font-family: var(--font-title);
    margin: 0 0 20px;
    display: block;
}

li.mobile-menu__sub-back span img {
    margin-right: 10px;
}
li.mobile-menu__sub-back span {
    font-size: 12px;
    line-height: 19px;
        display: block;
    color: #3F3F47;
}

.mobile-menu {
    position: relative;
    min-height: 450px;
}

ul.mobile-menu__sub {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f8f3ef;
    left: -100%;
    transition: .25s;
}

ul.mobile-menu__sub.active {
    left: 0;
}

















.container {
    padding: 0 30px;
}

.mobile-box,
.mobile-line {
    display: block;
}

.mobile-line {
    position: absolute;
    bottom: -62px;
    height: 62px;
    padding: 0 30px;
    background: #F7EFE9;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .25s;
}

.mobile-line.mobile__address.active,
.mobile-line.mobile__phone.active {
    display: flex;
}

.mobile__phone a {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: var(--color-dark);
    margin: 0 15px;
}

.mobile__address a {
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #626267;
}
.mobile__address p br {
    display: none;
}
.mobile__address p {
    font-weight: 500;
    font-size: 15px;
    color: var(--color-dark);
}

.logo {
    flex-grow: 1;
}

.mobile-box {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-box.mobile-phone {
    background: #F7ECE4;
}

.mobile-box.mobile-address {
    background: #F7EFE9;
}

.desktop-box {
    display: none;
}

.menu__box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-header {
    height: 62px;
}

.site-header .container {
    padding-right: 0;
}

/* Mobile menu */

input#menu__toggle {
    display: none;
}

.hamburger-menu {
    display: block;
}

/* скрываем чекбокс */
#menu__toggle {
  opacity: 0;
}
/* стилизуем кнопку */
.menu__btn {
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 62px;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    background: #F4E5E0;
}
/* добавляем "гамбургер" */
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #3F3F47;
    max-width: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.menu__btn > span::before {
  content: '';
  top: -6px;
}
.menu__btn > span::after {
  content: '';
  top: 6px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 62px;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px 30px 50px;
    background-color: #f8f3ef;
    overflow: hidden;
}
/* элементы меню */
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(30deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(120deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
    left: auto;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .25s;
}
.menu__box {
  transition-duration: .25s;
}
.menu__item {
  transition-duration: .25s;
}

.main-mobile li a {
    padding: 0;
    font-family: var(--font-title);
    font-size: 22px;
    margin: 0 0 20px;
    color: var(--color-dark);
    font-weight: 400;
}

.mobile-lang ul li:nth-child(1):after {
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    background: var(--color-dark);
    position: absolute;
    right: -20px;
    top: -6px;
    opacity: .1;
}
.mobile-lang ul li:nth-child(1) {
    position: relative;
}
.mobile-lang ul li.current-lang a, .mobile-lang ul li a:hover {
    opacity: 1;
}
.mobile-lang li {
    margin: 0 20px;
}
.mobile-lang ul {
    display: flex;
    justify-content: center;
}
.mobile-lang ul li a {
    font-size: 15px;
    color: var(--color-dark);
    opacity: .3;
}

.mobile-contact {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.menu__box .top-phone > div {
    display: flex;
    flex-direction: column;
}

.menu__box .top-address, .menu__box .top-phone {
    display: flex;
    align-items: center;
    margin: 0 15px;
    flex-direction: row;
}
.menu__box .top-address:before, .menu__box .top-phone:before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
}


/* END menu */





}



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

.gallery-item__wrap {
    padding: 0 15px;
}

.equipment-items {
    margin: 0 -40px;
}
.equipment-items .equipment-item {
    padding: 0 40px;
}


.box-btn {
    display: flex;
    margin-right: 0;
}

.btn-slick {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--color-main);
    height: 50px;
    width: 50px;
    margin: 0 15px;
}

}


span.mobile-price {
    display: none!important;
}


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

.content__box .title-box {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 1.2;
}

.box-price__title br {
    display: none;
}

span.mobile-price {
    display: block!important;
}

.service-tabs .meta-price__title {
    justify-content: space-between;
}

.service-tabs .price__item-meta {
    padding-right: 0px;
}

.service-tabs .tabs-price__content > div {
    flex: 0 0 100%;
}

.service-tabs .tabs-price__content {
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.service-tabs .price__item-value,
.service-tabs .meta-price__title:after {
    display: none;
}

.text__block.text__right .text__block-content {
    padding-right: 90px;
}

.text__block-content {
    padding-left: 90px;
}

.text__block {
    margin: 0 0 90px 0px;
}



.top-box__right .img-bg {
    min-height: 310px;
}

.content__block-img .img-bg {
    width: 300px;
    height: 350px;
}

.content__block-text .title-box {
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 30px;
}

.content__block .content__block-text {
    max-width: 100%;
    flex: 0 0 47%;
}

.page-template-page-price button.bottom.right.svelte-gwtvdf {
    bottom: 70px;
}

.certificate__item .title-block {
    margin: 0 0 50px;
    font-size: 32px;
    line-height: 1.3;
    min-height: 80px;
}

.certificate__item > div {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 50px;
}

.tab button {
    font-size: 18px;
}

.aside-container > aside {
    width: max-content;
}

.aside-container {
    overflow: scroll;
}

.tab {
    padding: 0 0 50px;
}

.box-price__title p {
    font-size: 24px;
    line-height: 1.3;
}

.meta-price__title, .price__item-value span {
    font-size: 16px;
}

.meta-price__desk {
    font-size: 14px;
}
.home .banner {
    min-height: 606px;
}
.banner__box-video video {
    display: none;
}

.banner__box-video {
    background-size: cover;
    background-position: center;
}



.box-price__title {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    border-right: 0px solid #9c999b;
}

.site-navi {
    display: none;
}

.page-template-page-price .page-meta {
    overflow: hidden;
}

.price-content__sidebar.fixed-panel {
    position: absolute;
}

.tab-content {
    margin: 0px;
}

.price-content__main {
    border-left: 0px solid rgb(156 153 155);
}

.price-content__sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    flex: 0 0 100%;
    background: #F4E5E0;
    height: 50px;
}

.price-content {
    position: relative;
}

.tab-content:before, 
.tab-content:after,
.boxs-prices:after {
    display: none;
}

.price-content__main {
    flex: 0 0 100%;
}

.boxs-prices {
    flex-direction: column;
}

.box-price__title {
    padding: 0 0 30px;
}

.box-prices__content {
    padding: 0 0 35px;
}

aside ul li a:before {
    display: none;
}

.price-content__sidebar .aside-container {
    padding-top: 0px;
}

aside ul li {
    margin: 0 15px 0 0;
}

aside ul {
    padding: 0px 0 0 0px;
    display: flex;
    height: 50px;
    align-items: center;
}

.price-content__sidebar .aside-container {
    padding-left: 30px;
}

.price-content__sidebar.fixed-panel .aside-container {
    padding-left: 0px;
}

.price-content__main .boxs-prices .box-prices__content {
    padding-bottom: 0;
}

.page-template-page-price div#content {
    margin: 0 0 100px;
}

div#aside-stop {
    padding-bottom: 70px;
}

.price-content__sidebar.fixed-panel:before {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: -30px;
    background: #f4e5e0;
}


aside ul li a {
    padding-left: 0px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.price-content__sidebar aside {
   
}

.price-content__sidebar.fixed-panel .aside-container {
    overflow: scroll;
    margin-right: -15px;
}











.footer__bottom-address, .footer-phone {
    display: none;
}
.copy, .footer-social {
    flex: 0 0 30%;
}

.equipment-items {
    margin: 0;
}

.equipment-items .equipment-item {
    padding: 0 0px;
    flex: 0 0 45%;
    width: 100%;
    max-width: 45%;
}

.equipment-item .title-small {
    font-weight: 800;
    line-height: 1.3;
    min-height: 60px;
    margin: 0 0 30px;
    font-size: 22px;
}

.equipment .img__wrap {
    height: 450px;
    margin: 0 0 75px;
}

.clients {
    padding: 50px 0 70px;
}

.clients .box-double .box-double__right {
    flex: 0 0 60%;
}
.clients .box-double .box-double__left {
    flex: 0 0 40%;
}

.img-clients {
    max-width: 535px;
    width: 100%;
    height: 350px;
}

.clients .box-double__right > div {
    max-width: 100%;
    padding-top: 30px;
    padding-left: 70px;
}

.equipment .title-block {
    margin: 0 0 70px;
}


.advantage-items > div {
    flex: 0 0 33%;
    max-width: 33%;
    margin: 0 0 45px;
}
.advantage-items {
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-item__img {
    height: 280px;
}

.container {
    padding: 0 30px;
}


.title-page {
    font-size: 46px;
    line-height: 48px;
}

.home .page-head {
    padding: 50px 0 70px;
}

.title-block {
    font-size: 36px;
    line-height: 42px;
}

.section-dark {
    padding: 50px 0 70px;
    text-align: center;
}

section.service {
    padding: 70px 0 0px;
}

.top-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.variant .title-box {
    text-align: center;
    font-size: 32px;
    margin: 0 0 70px;
}

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/




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

.top-box > div.top-box__right {
    flex: 0 0 100%;
}

.top-box > div {
    flex: 0 0 100%;
}

.top-box {
    flex-wrap: wrap;
}

.top-box__right .img-bg {
    min-height: 450px;
    right: -30px;
    position: relative;
    width: 100%;
}

.top-box__right {
    margin-top: 50px;
}

}


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

.img__box {
    width: 100%;
    height: 400px;
    max-width: 320px;
    position: relative;
}

.modal-body .wpcf7 form.sent .wpcf7-response-output {
    padding-bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    bottom: 15px;
}

.text__block.text__right .text__block-content {
    padding-right: 80px;
}

.text__block-img {
    min-width: 320px;
}

.img__box:after {
    top: 30px;
    left: 30px;
}

.text__block-content {
    padding-left: 80px;
}

.text__block,
.text__block.text__right {
    margin: 0 0 80px 0px;
}

footer > div > .footer__wrap:nth-child(1) {
    flex-direction: column;
    margin: 0 0px;
}

.page-template-page-contact .footer-map {
    padding-top: 0px;
}

.page-template-page-contact .footer__wrap-right {
    order: 1;
}
.page-template-page-contact .footer__wrap-left {
    order: 2;
    margin-top: 50px;
}

.page-template-page-contact .footer-map iframe {
    height: 325px;
    margin-top: 0px;
}

.page-template-page-contact #form-submit {
    margin: 20px 0 0 0;
}

.equipment .img__wrap {
    height: 325px;
    margin: 0 0 75px;
}

.img__wrap:before {
    width: calc(100% - 30px);
    top: 30px;
}

.img-bg {
    width: calc(100% - 30px);
}

footer > div > .footer__wrap:nth-child(1) > div {
    padding: 0 0px;
    flex: 0 0 100%;
}

.service__item-img {
    height: 340px;
    background-size: cover;
    background-position: center;
}

.service .title-box {
    max-width: 60%;
}

.clients .box-double > div {
    flex: 0 0 100%;
}
.clients .box-double {
    flex-direction: column;
}

.img-substrate:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F4E5E0;
    z-index: -1;
    position: absolute;
    left: 30px;
    top: 30px;
}

.img-clients {
    max-width: 100%;
    width: 100%;
    height: 350px;
    left: -30px;
}

.clients .box-double__right > div {
    max-width: 100%;
    padding-top: 60px;
    padding-left: 0px;
}



}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
.gallery .slick-list.draggable {
    padding-left: 0!important;
}
.gallery-items.slick-initialized.slick-slider {
    margin: 0 -15px;
}

.page-template-page-service .gallery-item__img {
    height: 250px;
}

.title-small {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.page-meta .title-page {
    font-size: 32px;
    line-height: 1.3;
}
.page-meta h1 {
    margin: 0 0 30px;
    padding: 0;
}

.slick-btn__wrap {
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
    padding: 15px;
}

.btn-slick {
    margin: 0 15px 0 0;
}

.gallery-item__img {
    height: 190px;
}

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/



.footer-logo__mobile {
    display: none;
}

img.mob-logo {
    display: none;
}


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

.page-contact__img {
    display: none;
}





.box-prices__content .price__item {
    flex-direction: column;
}

.page-template-page-price .price__item-value {
    min-width: 80px;
    text-align: left;
}

.text__block-content {
    padding-left: 60px;
}

.content__block > div {
    flex: 0 0 100%;
}
.content__block {
    flex-wrap: wrap;
}

.content__block-img {
    orphans: 2;
}

.content__block .content__block-text {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
}

.wrap__content-block .content__block .content__block-img {
    order: 2;
}

.content__block-img .img-bg {
    width: 100%;
    height: 550px;
    position: relative;
    left: -30px;
}

.wrap__content-block.content-right .img-bg {
    left: auto;
    right: -30px;
}

.wrap__content-block.content-right .img__wrap::before {
    left: 0px;
    right: auto;
}

.service-tabs .tabs-price__content > div {
    flex: 0 0 100%;
}

.service-tabs .tabs-price__content {
    flex-wrap: wrap;
    margin: 0 0 50px;
}

section.service-tabs p.title-block {
    font-size: 24px;
    text-transform: unset;
}

.service-tabs .wrap__content-block {
    margin: 0 0 70px;
}

.content__block-text .title-box {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 30px;
}

.content__block-text {
    margin: 0 0 30px;
}

.wrap__content-block {
    margin: 0 0 80px;
}

.page-template-page-service section.gallery {
    padding-top: 0;
    padding: 0px 0 50px;
}

.content__block-img .img__wrap:before {
    width: 100%;
    left: 0px;
}

.page__contact-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.variants-items {
    flex-wrap: wrap;
}

.certificate__item {
    flex: 0 0 100%;
    max-width: 100%;
}

.certificate__item .title-block {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1.3;
    min-height: auto;
}

.certificate__item-desk {
    margin: 0 0 50px;
}

.certificate__item > div {
    padding: 50px 15px;
}

.modal-body .title-block {
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    margin: 0px 0 30px;
}

.modal-dialog.modal-dialog-centered .modal-body {
    padding: 50px 15px 0;
}
.variant {
    overflow: hidden;
    margin: 0 0 70px;
}

}


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

.text__block {
    flex-direction: column;
}
.text__block.text__right .img__box > div {
    left: auto;
    right: -45px;
}

.text__block.text__right .img__box:after {
    left: auto;
    right: 0px;
    width: calc(100% - 15px);
}

.text__block.text__right .text__block-content {
    padding-right: 0px;
}

.text__block-img {
    order: 2;
}

.text__block-content {
    order: 1;
}

.content__box .title-box {
    font-size: 22px;
}

.text__block-content {
    padding-left: 0px;
}

.text__block-content {
    padding-left: 0px;
    margin: 0 0 30px;
}

.img__box:after {
    top: 30px;
    left: 0px;
}

.img__box > div {
    left: -30px;
}

.img__box {
    width: 100%;
    height: 465px;
    max-width: calc(100% - 15px);
    position: relative;
}

}





section.instagram .slick-btn__wrap {
    display: none;
}







@media only screen and (max-width: 660px) {
.page-template-page-about section.section.banner {
    height: 250px;
    min-height: 250px;
}

.img__box {
    height: 400px;
    
}

.modal-body .wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    padding-bottom: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    bottom: 0px;
}

.img__box:after {
    top: 30px;
    left: 15px;
}

.img__box > div {
    left: -15px;
}
.page-template-page-service .gallery .slick-list.draggable {
    margin: 0 0px;
}

.page-template-page-service .slick-btn__wrap {
    padding: 15px 15px 0;
    justify-content: flex-start;
}


.content__block-img .img-bg {
    height: 367px;
}

.content__block-img .img-bg {
    left: -20px;
}

.img__wrap:before {
    top: 20px;
}


.top-box__right .img-bg {
    min-height: 280px;
    right: -20px;
    position: relative;
    width: 100%;
}

.top-box__right .img__wrap:before {
    top: 20px;
}

.variant .title-box {
    text-align: center;
    font-size: 22px;
    margin: 0 0 50px;
}

.top-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.tab {
    justify-content: center;
}

.tab button {
    font-size: 15px;
}

.tab button:before {
    right: -12px;
}

.tab button {
    margin-right: 14px;
}

.price-content__sidebar .aside-container {
    padding-left: 15px;
}

.page-template-page-about section.section.banner .banner__box-video:before {
    opacity: 0;
}
.slick-btn__wrap {
    display: flex;
    justify-content: flex-start;
    padding: 30px 15px 15px;
}

section.instagram .slick-btn__wrap {
    display:block;
     padding: 30px 0px 15px;
}

.contact__block > div:nth-child(1) {
    flex: 0 0 100%;
    margin: 0 0 40px;
}

a.sbi_photo {
    width: 220px;
    height: 220px!important;
}

section.instagram .slick-list.draggable {
    padding-left: 0!important;
    margin: 0 -15px!important;
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
    width: 220px!important;
}

#sb_instagram #sbi_images .sbi_item {
    padding: 0 15px 0 0px!important;
}

.page-contact__box {
    margin: 0 0 30px;
}

.page-template-page-contact .page-meta {
    margin-bottom: 10px;
}

.contact__block > div:nth-child(1) p br {
    display: none;
}

.home .page-head {
    padding: 50px 0;
}

.img__wrap:before {
    width: calc(100% - 25px);
    top: 25px;
}

.img-bg {
    width: calc(100% - 25px);
}

.equipment-items {
    flex-direction: column;
}

.equipment-items .equipment-item {
    padding: 0 0px;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 35px;
}

.equipment {
    padding: 0 0 0px;
}

.equipment .img__wrap .img-bg {
    position: relative;
    left: -15px;
    width: calc(100% - 15px);
}

.img__wrap:before {
    width: calc(100% - 20px);
    top: 30px;
    left: 20px;
}

.equipment .img__wrap {
    height: 325px;
    margin: 0 0 55px;
}

.equipment-item .title-small {
    font-weight: 800;
    line-height: 1.3;
    min-height: auto;
    margin: 0 0 30px;
    font-size: 22px;
}

.clients .title-box {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 30px;
}

.img-clients {
    max-width: calc(100% - 15px);
    width: 100%;
    height: 282px;
    left: -15px;
}

.img-substrate:before {
    
}

.menu__box {
    padding: 40px 15px 50px;
}

.page-meta .title-page {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
}

.meta__content {
    margin: 0 0 50px;
    max-width: 100%;
    text-align: center;
}

.meta__btn a {
    margin: 0 0 15px;
}
.meta__btn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-template-page-about .page-meta {
    padding-bottom: 50px;
}

.form-box > div.field-half {
    flex: 0 0 100%;
    width: 100%;
}

.form-box__item {
    margin: 0 0 30px;
}

#form-submit {
    margin-top: 10px;
}

.footer-contact .title-small {
    margin: 0 0 30px;
}

.footer-contact__box {
    margin: 0 0 30px;
}

.footer-contact > div {
    flex: 0 0 100%;
}

.contact-title {
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 10px;
}

.footer-map {
    margin-top: 10px;
}

.footer-map iframe {
    width: 100%;
    height: 325px;
}

.footer__wrap-right {
    margin: 10px 0 0;
}

.footer__bottom {
    margin-top: 0px;
    padding: 50px 0 30px;
    display: flex;
    align-items: center;
}

.advantage-items > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 70px;
}

.gallery-item__img {
    height: 170px;
}

section.advantage.bg-dark-block.section-dark {
    padding-bottom: 0;
}

.gallery {
    margin: 0;
    padding: 50px 0;
}

.title-page {
    font-size: 26px;
    line-height: 35px;
}

.box-text .sub-title {
    font-size: 14px;
    line-height: 19px;
}

.home .page-head .title-page {
    text-align: center;
    margin: 0 0 24px;
}

.quality__item-title.title-block.title-light {
    font-size: 22px;
}

.quality {
    flex-direction: column;
    align-items: flex-start;
}

.quality__item {
    margin: 0 0 25px;
}

.btn-main {
    width: 190px;
    height: 50px;
    font-size: 14px;
}

.quality__btn {
    padding-top: 15px;
}

.container {
    padding: 0 15px;
}

header .container {
    padding: 0 15px;
}

.title-block {
    font-size: 24px;
    line-height: 32px;
}

.section-dark {
    padding: 40px 0 50px;
    text-align: center;
}

.section-dark .title-block {
    text-transform: uppercase;
    margin: 0 0 25px;
}

.salon__btn a:nth-child(1) {
    margin: 0 0 15px;
}
.salon__btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.salon .box-text {
    margin: 0 auto 50px;
}

section.service {
    padding: 40px 0 0px;
}

.service .title-block {
    text-transform: uppercase;
    margin: 0 0 15px;
}

.service-items > div {
    padding: 0 0px;
    flex: 0 0 100%;
}
.service-items {
    margin: 0 0px;
}

.service .section-meta {
    max-width: 100%;
    margin: 0 0 40px;
    flex-direction: column;
    padding-top: 0px;
    flex: 0 0 100%;
}

.service-items > div.service-box:nth-child(even) {
    display: flex;
    justify-content: center;
    position: relative;
}

.service-items > div.service-box:nth-child(odd) {
    display: flex;
    justify-content: center;
    position: relative;
    top: 0px;
}

.service__item-img {
    height: 280px;
    background-size: cover;
    background-position: center;
    margin: 0 -15px;
}
.service__item-meta {
    padding-top: 30px;
}

.service .title-box {
    top: 30px;
    max-width: 60%;
}

.service__item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 70px;
}


.footer-logo__mobile {
    display: block;
}

img.mob-logo {
    display: block;
}

img.decktop-logo {
    display: none;
}

.mobile__phone a {
    margin: 0 7px;
}

.footer-logo > img {
    display: none;
}

.mobile-contact {
    margin: 0 -15px 30px;
}

.footer-logo {
    order: 1;
}

.footer-social {
    order: 2;
}

.copy {
    order: 3;
    flex-grow: 1;
    flex: 0 0 100%;
    margin: 20px 0 0 0;
}

.footer__wrap.footer__bottom {
    flex-wrap: wrap;
    justify-content: space-between;
}

.copy span br {
    display: none;
}
.copy span {
    display: block;
    width: 100%;
}

.logo img {
    max-width: 133px;
}

}



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

.footer-form {
    padding-bottom: 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
    bottom: 0px;
    position: relative;
}

}


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

.img__box {
    height: 365px;
    
}

}




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

.contact__block > div {
    flex: 0 0 100%;
}

}



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

.mobile-box {
    width: 50px;
}

}


body {
    min-width: 320px;
}

.privacy-link{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.link-odbm .img-odbm-img {
    width: 50px;
}
.link-odbm.pc-odbm{
	display: flex;
	align-items: center;
}
.politic{
	padding-bottom: 0;
}
.link-odbm-text{
	font-size: 25px;
	padding-left: 10px;
}
@media (max-width: 767.98px){
	.privacy-link{
		flex-direction: column-reverse;
		justify-content: flex-start;
	}
}
@media (max-width: 574.98px){
	.politic {
    padding-bottom: 0;
    padding-top: 10px;
    margin: 0 auto;
}
	.privacy-link{
		align-items: flex-start;
	}
}