@charset "UTF-8";
/*
Theme Name: Webmasterow
Author: Webmasterow
Author URI: https://webmasterow.ru/
*/
/* Обнуление */
/* Обнуление */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Шрифты */
/*100: Thin;
200: Extra Light (Ultra Light);
300: Light;
400: Normal;
500: Medium;
600: Semi Bold (Demi Bold);
700: Bold;
800: Extra Bold (Ultra Bold);
900: Black (Heavy).*/
/*


/* Montserrat */
/*@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-Medium.eot');
  src: local('☺'),
  url('/fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
  url('/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'),
  url('/fonts/Montserrat/Montserrat-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-SemiBold.eot');
  src: local('☺'),
  url('/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
  url('/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'),
  url('/fonts/Montserrat/Montserrat-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}*/
/* cyrillic */
/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }*/
/* cyrillic */
/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }*/

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../webmasterow/fonts/montserrat_regular.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../webmasterow/fonts/montserrat_medium.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  src: url(../webmasterow/fonts/montserrat_medium_italic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../webmasterow/fonts/montserrat_semibold.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  src: url(../webmasterow/fonts/montserrat_semibold_italic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../webmasterow/fonts/montserrat_bold.woff2) format("woff2");
}

/* Основное */
html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
}

.wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.wrapper .content {
  flex: 1 1 auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  padding: 0 20px;
  max-width: 1320px;
}

.section {
  padding: 80px 0;
}

.title {
  line-height: 130%;
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font-size: calc(24px + 30.6 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .title {
    font-size: calc(24px + 18 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .title {
    font-size: 42px;
  }
}
.title span {
  color: #bf965f;
}

.hc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hc__soc {
  margin-bottom: 5px;
}
.hc__number {
  line-height: normal;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hc__number {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .hc__number {
    font-size: calc(14px + 2 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .hc__number {
    font-size: 16px;
  }
}
.hc__callback {
  font-size: 12px;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
}
.hc__callback span {
  transition: all ease 0.5s;
}
.hc__callback span:hover {
  color: #bf965f;
}

.soc-icons ul {
  display: flex;
  margin: 0 -7px;
}
.soc-icons li {
  padding: 0 7px;
}

.btn {
  cursor: pointer;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: normal;
  display: block;
  width: max-content;
  transition: all ease 1s;
  position: relative;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn.big {
  padding: 15px 30px;
}
.btn.black {
  box-shadow: 0 0 0 2px black;
}
.btn.black:after,
.btn.black:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.btn.black:before {
  background: #ffffff;
}
.btn.black:after {
  background: linear-gradient(83.95deg, #bf965f 26.01%, #f6d6aa 78.32%);
  opacity: 0;
}
.btn.gold {
  color: #000000;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
}
.btn.gold:after,
.btn.gold:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.btn.gold:before {
  background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
}
.btn.gold:after {
  background: linear-gradient(83.95deg, #bf965f 26.01%, #f6d6aa 78.32%);
  opacity: 0;
}
.btn:hover {
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 0.25);
}
.btn:hover.gold:before {
  opacity: 0;
}
.btn:hover.gold:after {
  opacity: 1;
}
.btn:hover.black:before {
  opacity: 0;
}
.btn:hover.black:after {
  opacity: 1;
}

.number a {
  display: flex;
  align-items: center;
}
.number a svg {
  margin-right: 5px;
}

._lock {
  height: 100%;
  overflow: hidden;
}

.stop-scrolling {
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.stop-scrolling header .overlay {
  position: fixed !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.25);
}
.overlay {
  top: 0;
  left: 0;
  opacity: 1;
  outline: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-style {
  font-family: Montserrat, sans-serif;
  background-color: #000;
  color: #000;
  min-width: 320px;
  font-size: 1em;
  line-height: 1.5;
}
.main-style .container {
  padding-left: 20px;
  padding-right: 20px;
}
.main-style ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-style p {
  font-style: normal;
  margin: 0;
}
.main-style h1,
.main-style h2,
.main-style h3,
.main-style h4,
.main-style h5,
.main-style h6 {
  font-style: normal;
  margin: 0;
}
.main-style .heading {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .main-style .heading {
    margin-bottom: 36px;
  }
}
.main-style .heading.heading-white {
  color: #fff;
}
.main-style .heading.heading-white h2 {
  color: #fff !important;
}
.main-style .heading.heading-center h2 {
  text-align: center;
  color: #000;
}
.main-style .heading h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}
@media all and (max-width: 767px) {
  .main-style .heading h2 {
    font-size: 30px;
    line-height: 130%;
  }
}
.main-style .heading p {
  text-align: center;
  margin-top: 40px;
  /*max-width: 760px;*/
  /*width: 100%*/
}
@media all and (max-width: 767px) {
  .main-style .heading p {
    margin-top: 16px;
  }
}
.main-style .btn {
  display: inline-block;
  text-align: center;
  color: #000;
  background: linear-gradient(216deg, #bf965f 0, #f6d6aa 100%);
  border-radius: 20px;
  padding: 10px 28px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  border: none;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
.main-style .btn:hover {
  color: #000;
  background: linear-gradient(216deg, #f6d6aa 0, #bf965f 100%);
}
.main-style .btn.btn-big {
  padding: 16.5px 28px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 25px;
}
.main-style .btn.btn-arrow {
  padding-left: 63px;
  position: relative;
  border: 1px solid #93642e;
}
.main-style .btn.btn-arrow:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/icon_111.svg);
  width: 19px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
  transform: rotate(90deg);
}
.main-style .btn.btn-down {
  max-width: 360px;
  width: 100%;
  padding: 16px 28px;
  font-size: 16px;
  border-radius: 28px;
  border: 1px solid #93642e;
  cursor: pointer;
  position: relative;
}
.main-style .btn.btn-down img {
  margin-left: 16px;
}
.main-style a {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  text-decoration: none;
}
.main-style a:active,
.main-style a:focus,
.main-style a:hover {
  text-decoration: none;
}
.main-style button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-style button:active,
.main-style button:focus {
  outline: 0;
}
.main-style :focus {
  outline: 0;
}
.main-style img {
  max-width: 100%;
}
.main-style .center {
  text-align: center;
}
.main-style input,
.main-style textarea {
  outline: 0 !important;
  border-radius: 0;
}
.main-style .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-style .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
header.main-style {
  position: relative;
  z-index: 10;
}
header.main-style .header__top {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
@media all and (max-width: 767px) {
  header.main-style .header__top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header.main-style .header__top .header__logo img {
  width: 225px;
  height: auto;
}
header.main-style .header__top .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 1199px) {
  header.main-style .header__top .header__contacts .contacts__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media all and (max-width: 767px) {
  header.main-style .header__top .header__contacts .contacts__inner {
    display: none;
  }
}
header.main-style .header__top .header__contacts .contacts__inner .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1199px) {
  header.main-style .header__top .header__contacts .contacts__inner .address {
    display: none;
  }
}
header.main-style .header__top .header__contacts .contacts__inner .address img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
header.main-style .header__top .header__contacts .contacts__inner .address p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
header.main-style .header__top .header__contacts .contacts__inner .worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1199px) {
  header.main-style .header__top .header__contacts .contacts__inner .worktime {
    display: none;
  }
}
header.main-style .header__top .header__contacts .contacts__inner .worktime img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
header.main-style .header__top .header__contacts .contacts__inner .worktime p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
header.main-style .header__top .header__contacts .contacts__inner .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header.main-style .header__top .header__contacts .contacts__inner .phone img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}
header.main-style .header__top .header__contacts .header_burger {
  position: relative;
  display: none;
  float: right;
}
@media all and (max-width: 767px) {
  header.main-style .header__top .header__contacts .header_burger {
    display: block;
  }
}
header.main-style .header__top .header__contacts .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 20;
}
header.main-style .header__top .header__contacts .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #bf965f;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header.main-style .header__top .header__contacts .header_burger .burger_button span:nth-child(1) {
  top: 4px;
}
header.main-style .header__top .header__contacts .header_burger .burger_button span:nth-child(2) {
  top: 12px;
}
header.main-style .header__top .header__contacts .header_burger .burger_button span:nth-child(3) {
  top: 20px;
}
header.main-style .header__top .header__contacts .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
header.main-style .header__top .header__contacts .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header.main-style .header__top .header__contacts .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle {
  position: fixed;
  right: 0;
  width: 55%;
  bottom: 0;
  background: #f6d6aa;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 70px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  header.main-style .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    max-width: 510px;
  }
}
@media all and (max-width: 575px) {
  header.main-style .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle .toggle__inner ul li {
  margin-bottom: 10px;
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle .toggle__inner ul li.current-menu-item a {
  text-decoration: underline;
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle .toggle__inner ul li a {
  color: #000;
  font-weight: 700;
  display: inline-block;
}
header.main-style .header__top .header__contacts .header_burger .menu_toggle .toggle__inner ul li a:hover {
  text-decoration: underline;
}
header.main-style .header__menu {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  header.main-style .header__menu {
    display: none;
  }
}
header.main-style .header__menu .menu__inner {
  background-color: #bf965f;
  padding: 11px 70px;
}
@media all and (max-width: 991px) {
  header.main-style .header__menu .menu__inner {
    padding: 11px 20px;
  }
}
header.main-style .header__menu .menu__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
header.main-style .header__menu .menu__inner ul li.current-menu-item a {
  color: #f5f5b6;
  text-decoration: underline;
}
header.main-style .header__menu .menu__inner ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 700;
}
header.main-style .header__menu .menu__inner ul li a:hover {
  color: #f5f5b6;
  text-decoration: underline;
}
header.main-style .header__main {
  color: #fff;
  padding-bottom: 25px;
}
@media all and (max-width: 991px) {
  header.main-style .header__main {
    padding-bottom: 45px;
  }
}
@media all and (max-width: 991px) {
  header.main-style .header__main .content {
    margin-bottom: 20px;
  }
}
header.main-style .header__main .content .content__inner {
  padding-top: 45px;
}
header.main-style .header__main .content .content__inner h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 26px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main .content .content__inner h1 {
    font-size: 32px;
  }
}
header.main-style .header__main .content .content__inner ul {
  padding-bottom: 30px;
}
header.main-style .header__main .content .content__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #f6d6aa;
}
header.main-style .header__main .content .content__inner ul li:not(:last-child) {
  margin-bottom: 16px;
}
header.main-style .header__main .content .content__inner ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
}
header.main-style .header__main .content .content__inner .phone__cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 20px;
  margin-bottom: 43px;
}
header.main-style .header__main .content .content__inner .phone__cons .phone {
  color: rgba(0, 0, 0, 0.51);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #d9d9d9;
  padding: 10px 79px;
  border-radius: 23px;
  text-align: center;
}
@media all and (max-width: 1199px) {
  header.main-style .header__main .content .content__inner .phone__cons .phone {
    padding: 10px 45px;
  }
}
@media all and (max-width: 767px) {
  header.main-style .header__main .content .content__inner .phone__cons .phone {
    padding: 10px 20px;
  }
}
@media all and (max-width: 575px) {
  header.main-style .header__main .content .content__inner .phone__cons .phone {
    width: 100%;
  }
}
header.main-style .header__main .content .content__inner .phone__cons .phone:hover {
  color: #bf965f;
}
header.main-style .header__main .content .content__inner .phone__cons .phone img {
  margin-right: 35px;
}
@media all and (max-width: 767px) {
  header.main-style .header__main .content .content__inner .phone__cons .phone img {
    margin-right: 10px;
  }
}
header.main-style .header__main .content .content__inner .phone__cons .btn {
  padding: 15px 39px;
  border-radius: 23px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main .content .content__inner .phone__cons .btn {
    display: none;
  }
}
header.main-style .header__main .content .content__inner .box {
  margin-bottom: 35px;
}
header.main-style .header__main .content .content__inner .box .box__inner img {
  max-height: 44px;
  margin-bottom: 7px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main .content .content__inner .box .box__inner img {
    max-height: 30px;
  }
}
header.main-style .header__main .content .content__inner .box .box__inner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  header.main-style .header__main .content .content__inner .box .box__inner p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media all and (max-width: 575px) {
  header.main-style .header__main .content .content__inner .box .box__inner p {
    font-size: 10px;
    line-height: 12px;
  }
}
header.main-style .header__main .doc .doc__inner .photo {
  border: 2px solid #bf965f;
  border-radius: 35px;
  padding: 8px;
  max-width: 392px;
  width: 100%;
  height: 371px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 17px;
}
@media all and (max-width: 991px) {
  header.main-style .header__main .doc .doc__inner .photo {
    margin: 0 auto 17px auto;
  }
}
header.main-style .header__main .doc .doc__inner .photo .photo__inner {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
header.main-style .header__main .doc .doc__inner .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
header.main-style .header__main .doc .doc__inner .photo h3 {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  line-height: 22px;
}
header.main-style .header__main .doc .doc__inner .cons {
  cursor: pointer;
  border: 1px solid #f6d6aa;
  width: 136px;
  height: 89px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 70px;
  padding: 3px;
  display: block;
  color: #000;
}
@media all and (max-width: 991px) {
  header.main-style .header__main .doc .doc__inner .cons {
    margin: 0 auto;
  }
}
header.main-style .header__main .doc .doc__inner .cons:hover .cons__inner {
  background: linear-gradient(216deg, #f6d6aa 0, #bf965f 100%);
}
header.main-style .header__main .doc .doc__inner .cons .cons__inner {
  text-align: center;
  background: linear-gradient(146deg, #f6d6aa 0, #bf965f 100%);
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
header.main-style .header__main .doc .doc__inner .cons .cons__inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-bottom: 5.5px;
}
header.main-style .header__main .doc .doc__inner .cons .cons__inner span {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
#section-portfolio {
  padding-top: 77px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  #section-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#section-portfolio .row {
  margin-left: -21px;
  margin-right: -21px;
}
#section-portfolio .box {
  /*display: flex;*/
  /*display: none;*/
  padding-left: 21px;
  padding-right: 21px;
  margin-bottom: 40px;
}
#section-portfolio .box:nth-child(1) {
  display: flex;
}
#section-portfolio .box:nth-child(2) {
  display: flex;
}
#section-portfolio .box:nth-child(3) {
  display: flex;
}
#section-portfolio .box:nth-child(4) {
  display: flex;
}
#section-portfolio .box:nth-child(5) {
  display: flex;
}
#section-portfolio .box:nth-child(6) {
  display: flex;
}
@media all and (max-width: 767px) {
  #section-portfolio .box .box__inner {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}
#section-portfolio .box .box__inner .content {
  border: 1px solid #93642e;
  border-radius: 20px;
  overflow: hidden;
}
#section-portfolio .box .box__inner .title {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/bg_100.png);
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#section-portfolio .box .box__inner .title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #f6d6aa;
  text-transform: uppercase;
}
#section-portfolio .box .box__inner .jx-knightlab {
  display: none !important;
}
#section-portfolio .box .box__inner div.jx-control {
  width: 8px;
  background-color: #f6d6aa;
}
#section-portfolio .box .box__inner .jx-controller {
  background-color: transparent;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/icon_110.svg);
  width: 77px;
  height: 44px;
  left: -18px;
  top: auto;
  bottom: 27px;
}
#section-portfolio .box .box__inner .jx-arrow {
  display: none;
}
#section-portfolio .box .box__inner .juxtapose {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #93642e;
}
#section-portfolio .box .box__inner .before__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  margin-top: 7px;
}
#section-portfolio .box .box__inner .before__after .item {
  background-color: #d9d9d9;
  border-radius: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#section-portfolio .box .box__inner .before__after .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#section-portfolio .box__btn .btn {
  max-width: 358px;
  width: 100%;
}
#section-portfolio .box__btn .more-works {
  display: none;
}
#section-about {
  padding-top: 85px;
  padding-bottom: 56px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/bg_101.jpg);
}
@media all and (max-width: 1199px) {
  #section-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#section-about .hide__text {
  display: none;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  #section-about .hide__text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
#section-about .hide__text.show {
  display: block;
}
#section-about .box__content {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #section-about .box__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}
#section-about .box__content .content__inner {
  max-width: 500px;
  width: 100%;
}
@media all and (max-width: 991px) {
  #section-about .box__content .content__inner {
    max-width: none;
  }
}
#section-about .box__content .content__inner p {
  margin-bottom: 25px;
}
@media all and (max-width: 991px) {
  #section-about .box__content .content__inner p {
    margin-bottom: 16px;
  }
}
#section-about .box__slider {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #section-about .box__slider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#section-about .box__slider .slider__wrapper {
  position: relative;
}
#section-about .box__slider .slider__wrapper .slide__inner .image {
  height: 338px;
  padding: 6px;
  border-radius: 20px;
  border: 2px solid #93642e;
}
@media all and (max-width: 575px) {
  #section-about .box__slider .slider__wrapper .slide__inner .image {
    height: auto;
  }
}
#section-about .box__slider .slider__wrapper .slide__inner .image .image__inner {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #93642e;
}
#section-about .box__slider .slider__wrapper .slide__inner .image .image__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 575px) {
  #section-about .box__slider .slider__wrapper .slide__inner .image .image__inner img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
#section-about .box__slider .swiper__nav {
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#section-about .box__slider .swiper__nav .swiper-button {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/arrow.svg);
}
#section-about .box__slider .swiper__nav .swiper-button:after {
  display: none !important;
}
#section-about .box__slider .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -30px;
}
@media all and (max-width: 1355px) {
  #section-about .box__slider .swiper__nav .swiper-button.swiper-button-prev {
    left: -20px;
  }
}
#section-about .box__slider .swiper__nav .swiper-button.swiper-button-next {
  right: -30px;
}
@media all and (max-width: 1355px) {
  #section-about .box__slider .swiper__nav .swiper-button.swiper-button-next {
    right: -20px;
  }
}
@media all and (max-width: 991px) {
  #section-about .video {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#section-about .video .video__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#section-about .video .video__inner h3 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

#section-about .video .video__inner .video__wrapper {
  /*display: block;*/
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
#section-about .video .video__inner video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  #section-about .video .video__inner .video__wrapper {
  }
}
/*#section-about .video .video__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
  }
  @media all and (max-width:767px) {
    #section-about .video .video__inner a img {
      width: auto;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain
    }
  }*/
#section-advantages {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1199px) {
  #section-advantages {
    padding-bottom: 30px;
    padding-bottom: 40px;
  }
}
#section-advantages .bg__image {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#section-advantages .items .item {
  margin-bottom: 38px;
}
#section-advantages .items .item .item__inner {
  border: 2px solid #bf965f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
}
#section-advantages .items .item .item__inner .top {
  padding: 27px 16px 16px 16px;
}
#section-advantages .items .item .item__inner img {
  margin-bottom: 17px;
  max-height: 45px;
}
#section-advantages .items .item .item__inner h5 {
  font-size: 16px;
  line-height: 24px;
  color: #bf965f;
}
#section-advantages .items .item .item__inner .text {
  border-radius: 20px;
  background-color: #d9d9d9;
  padding: 20px;
  position: relative;
  bottom: -1px;
  left: -2px;
  width: calc(100% + 4px);
}
#section-advantages .items .item .item__inner .text p {
  font-weight: 500;
}
#section-advantages .box__image {
  margin-bottom: 38px;
}
#section-advantages .box__image .image__inner {
  border: 2px solid #f6d6aa;
  padding: 7px;
  border-radius: 50px;
}
#section-advantages .box__image .image__inner .image {
  border-radius: 45px;
  height: 484px;
  overflow: hidden;
}
#section-advantages .box__image .image__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#section-advantages .box__btn .btn {
  max-width: 360px;
  width: 100%;
}

#section-advantages .services {
  padding-top: 100px;
  background: transparent;
}
@media all and (max-width: 1199px) {
  #section-advantages .services {
    padding-top: 60px;
  }
}
#section-advantages .services .service__item {
  margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
  #section-advantages .services .service__item {
    margin-bottom: 30px;
  }
}
#section-advantages .services .service__item .item__inner {
  color: #000;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #section-advantages .services .service__item .item__inner {
    max-width: 300px;
  }
}
#section-advantages .services .service__item .item__inner:hover {
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(217, 217, 217, 0.7);
  box-shadow: 5px 5px 30px 0 rgba(217, 217, 217, 0.7);
}
#section-advantages .services .service__item .item__inner:hover .image {
  border: 3px solid #d9d9d9;
  border-radius: 0 0 20px 20px;
}
#section-advantages .services .service__item .item__inner:hover .content {
  background: #d9d9d9;
}
#section-advantages .services .service__item .item__inner .image {
  border-radius: 20px;
  border: 3px solid #bf965f;
  overflow: hidden;
  width: 100%;
  height: 256px;
  position: relative;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
#section-advantages .services .service__item .item__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#section-advantages .services .service__item .item__inner .content {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6d6aa), to(#bf965f));
  background: linear-gradient(180deg, #f6d6aa 0, #bf965f 100%);
  padding: 72px 40px 30px 40px;
  margin-top: -40px;
}
#section-advantages .services .service__item .item__inner .content h5 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

#section-history {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/117.jpg);
  padding-top: 75px;
  padding-bottom: 40px;
}
@media all and (max-width: 1199px) {
  #section-history {
    padding-top: 60px;
  }
}
#section-history .box {
  margin-bottom: 30px;
}
#section-history .box .box__inner {
  border: 2px solid #93642e;
  border-radius: 40px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #section-history .box .box__inner {
    border-radius: 20px;
  }
}
#section-history .box .box__inner .video {
  padding: 7px;
  overflow: hidden;
  width: 100%;
  height: 215px;
}
#section-history .box .box__inner iframe {
  width: 100%;
  height: 100%;
  border-radius: 33px;
}
@media all and (max-width: 575px) {
  #section-history .box .box__inner iframe {
    border-radius: 13px;
  }
}
#section-seo {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(256deg, rgba(191, 150, 95, 0.75) 23.19%, rgba(246, 214, 170, 0.75) 90.21%);
}
#section-seo .seo__item {
  margin-bottom: 70px;
}
@media all and (max-width: 1199px) {
  #section-seo .seo__item {
    margin-bottom: 40px;
  }
}
#section-seo .seo__item:last-child {
  margin-bottom: 0;
}
#section-seo .seo__item h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  #section-seo .seo__item h2 {
    margin-bottom: 20px;
  }
}
#section-seo .seo__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(147, 100, 46, 0.3);
  padding: 40px 60px 40px 18px;
}
@media all and (max-width: 575px) {
  #section-seo .seo__item .info {
    padding: 30px 20px;
  }
}
#section-seo .seo__item .info .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
@media all and (max-width: 575px) {
  #section-seo .seo__item .info .icon {
    margin-right: 8px;
  }
}
#section-seo .seo__item .info .content {
  padding-left: 26px;
  border-left: 3px solid #f6d6aa;
}
@media all and (max-width: 575px) {
  #section-seo .seo__item .info .content {
    padding-left: 18px;
  }
}
#section-seo .seo__item .info .content p {
  font-weight: 500;
}
#section-seo .seo__item .info .content p:not(:last-child) {
  margin-bottom: 16px;
}
#section-seo .seo__item-about .duration {
  font-weight: 600;
  margin-top: 30px;
}
#section-seo .seo__item-fue ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 40px;
}
#section-seo .seo__item-fue ul.column1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media all and (max-width: 991px) {
  #section-seo .seo__item-fue ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#section-seo .seo__item-fue ul li {
  position: relative;
  font-weight: 500;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#section-seo .seo__item-fue ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
}
@media all and (max-width: 575px) {
  #section-seo .seo__item-fue ul li img {
    margin-right: 16px;
  }
}
#section-seo .seo__item-fue ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #section-seo .seo__item-fue ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#section-seo .seo__item-fue ul li strong {
  font-weight: 600;
  font-style: italic;
}
#section-seo .seo__item-fue .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #93642e;
  background-color: #d9d9d9;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(147, 100, 46, 0.5);
  box-shadow: 4px 4px 15px 0 rgba(147, 100, 46, 0.5);
  padding: 28px;
}
@media all and (max-width: 767px) {
  #section-seo .seo__item-fue .note {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media all and (max-width: 575px) {
  #section-seo .seo__item-fue .note {
    padding: 20px;
  }
}
#section-seo .seo__item-fue .note .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
}
@media all and (max-width: 575px) {
  #section-seo .seo__item-fue .note .icon {
    margin-right: 16px;
  }
}
#section-seo .seo__item-fue .note p {
  font-weight: 500;
}
#section-seo .seo__item-graf strong {
  font-weight: 600;
}
#section-seo .seo__item-graf .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
@media all and (max-width: 767px) {
  #section-seo .seo__item-graf .note {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#section-seo .seo__item-graf .note .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 44px;
}
@media all and (max-width: 767px) {
  #section-seo .seo__item-graf .note .icon {
    margin-right: 20px;
  }
}
#section-seo .seo__item-graf .note .content i {
  font-weight: 500;
}
#section-seo .seo__item-price ul li {
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#section-seo .seo__item-price ul li strong {
  font-weight: 600;
  font-style: italic;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#section-seo .seo__item-price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}
#section-seo .seo__item-price p img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
}
#section-seo .hide__content {
  display: none;
}

header.main-style .header__main .row-14 {
  margin-left: -7px;
  margin-right: -7px;
}
@media all and (max-width: 1199px) {
  header.main-style .header__main .row-14 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
header.main-style .header__main .row-14 .box-14 {
  padding-left: 7px;
  padding-right: 7px;
}
@media all and (max-width: 1199px) {
  header.main-style .header__main .row-14 .box-14 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.main-style .header__main h1 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main h1 {
    font-size: 30px;
    line-height: 130%;
  }
}
header.main-style .header__main h1 strong {
  color: #f6d6aa;
  text-decoration: underline;
  font-weight: 600;
  display: block;
}
header.main-style .header__main .main__price {
  margin-bottom: 20px;
}
header.main-style .header__main .main__price .price__inner {
  border-radius: 20px;
  border: 1px solid #bf965f;
  background-color: rgba(246, 214, 170, 0.25);
  padding: 50px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main .main__price .price__inner {
    padding: 20px;
  }
}
header.main-style .header__main .main__price .price__inner .table__wrapper table {
  width: 100%;
}
header.main-style .header__main .main__price .price__inner .table__wrapper table thead tr th {
  color: #f6d6aa;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main .main__price .price__inner .table__wrapper table thead tr th {
    font-size: 14px;
  }
}
header.main-style .header__main .main__price .price__inner .table__wrapper table thead tr th:last-child {
  text-align: center;
}
header.main-style .header__main .main__price .price__inner .table__wrapper table tbody tr {
  border-bottom: 1px solid #fff;
}
header.main-style .header__main .main__price .price__inner .table__wrapper table tbody tr td {
  padding: 20px 5px 5px 5px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main .main__price .price__inner .table__wrapper table tbody tr td {
    font-size: 14px;
  }
}
header.main-style .header__main .main__price .price__inner .table__wrapper table tbody tr td:first-child {
  padding-left: 0;
}
header.main-style .header__main .main__price .price__inner .table__wrapper table tbody tr td:last-child {
  text-align: center;
}
header.main-style .header__main .main__cons {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  header.main-style .header__main .main__cons {
    margin-bottom: 0;
  }
}
header.main-style .header__main .main__cons .cons__inner {
  border-radius: 20px;
  border: 1px solid #bf965f;
  background-color: rgba(246, 214, 170, 0.25);
  padding: 50px 17px;
}
@media all and (max-width: 575px) {
  header.main-style .header__main .main__cons .cons__inner {
    padding: 20px;
  }
}
header.main-style .header__main .main__cons .cons__inner img {
  display: block;
  margin: 0 auto;
}
header.main-style .header__main .main__cons .cons__inner .image1 {
  margin-bottom: 22px;
}
header.main-style .header__main .main__cons .cons__inner .image2 {
  margin-bottom: 40px;
}
header.main-style .header__main .main__cons .cons__inner .js-form-show {
  border-radius: 55px;
  border: 1px solid #f6d6aa;
  padding: 5px;
  cursor: pointer;
}
header.main-style .header__main .main__cons .cons__inner .js-form-show .btn__inner {
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #000;
  border-radius: 55px;
  background: linear-gradient(266deg, #bf965f 17.83%, #f6d6aa 77.07%);
}
header.main-style .header__main .main__cons .cons__inner .js-form-show .btn__inner:hover {
  background: linear-gradient(266deg, #f6d6aa 17.83%, #bf965f 77.07%);
}

header.main-style .header__breadcrumbs {
  margin-bottom: 40px;
}
header.main-style .header__breadcrumbs .breadcrumbs {
  color: #fff;
}
header.main-style .header__breadcrumbs .breadcrumbs span {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
header.main-style .header__breadcrumbs .breadcrumbs span a {
  color: #f6d6aa;
  display: inline-block;
  font-weight: 400;
}
header.main-style .header__breadcrumbs .breadcrumbs span a span {
  color: inherit;
  font-weight: 400;
}
header.main-style .header__breadcrumbs .breadcrumbs .sep {
  width: 11px;
  height: 11px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/icon_130.svg);
  position: relative;
  top: 1px;
}

.header__body {
  background: linear-gradient(180deg, #1d2120 31%, #030303 69%);
  color: #ffffff;
  padding: 12px 0;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.header__logo {
  flex: 0 1 25%; }*/
.header__btn-consult {
  flex: 0 1 auto;
}
@media screen and (max-width: 1199.5px) {
  .header__btn-consult {
    flex: 1 0 auto;
    padding-left: 20px;
  }
}
@media screen and (max-width: 575.5px) {
  .header__btn-consult {
    display: none;
  }
}
.header__btn-consult .btn {
  font-size: 13px;
}
.header__address {
  line-height: normal;
  font-size: 13px;
  flex: 1 0 auto;
  margin-left: 20px;
}
@media screen and (max-width: 1199.5px) {
  .header__address {
    display: none;
  }
}
@media screen and (max-width: 991.5px) {
  /*.header__contacts {
    display: none; } */
}
.header__burger-menu {
  display: none;
}
@media screen and (max-width: 991.5px) {
  .header__burger-menu {
    display: block;
    cursor: pointer;
  }
}

@media screen and (max-width: 991.5px) {
  .header-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.header-menu__shadow {
  display: none;
}
@media screen and (max-width: 991.5px) {
  .header-menu__shadow {
    opacity: 0;
    display: block;
    height: 100vh;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    transition: all ease 0.5s;
  }
}

.menu {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.5px) {
  .menu {
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.5s;
    transform: translateX(100%);
    z-index: 100;
  }
}
@media screen and (min-width: 992px) {
  .menu__list {
    display: flex;
    margin: 0 -20px;
    padding: 15px 20px 15px 0;
    background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
    border-radius: 0 0 50px 0;
    width: max-content;
    position: absolute;
  }
  .menu__list:before {
    content: "";
    display: block;
    width: 150%;
    height: 100%;
    background-color: #f6d6aa;
    position: absolute;
    top: 0;
    left: -148%;
    transform: translate(0, 0);
    z-index: 0;
  }
}
@media screen and (max-width: 991.5px) {
  .menu__list {
    max-width: 200px;
    background: #f6d6aa;
    height: 100vh;
    padding: 20px 50px 20px 20px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .menu li {
    padding: 0 20px;
    font-weight: 600;
    transition: all ease 0.5s;
    position: relative;
  }
  .menu li a {
    line-height: 130%;
  }
  .menu li:hover,
  .menu li._active,
  .menu li.current-menu-item {
    color: #ffffff;
  }
  .menu li:not(:last-child):before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #000000;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 991.5px) {
  .menu li:not(:last-child) {
    margin-bottom: 20px;
  }
  .menu li._active,
  .menu li.current-menu-item {
    color: #bf965f;
  }
}

@media screen and (max-width: 991.5px) and (max-width: 991.5px) {
  .header-menu._show .header-menu__shadow {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    z-index: 99;
  }
}
@media screen and (max-width: 991.5px) {
  .header-menu._show .menu {
    transform: translateX(0);
  }
}
.index-head__body {
  background: linear-gradient(180deg, #1d2120 31%, #030303 69%);
  color: #ffffff;
  min-height: 800px;
  position: relative;
}
.index-head__container {
  height: 100%;
}
.index-head__content {
  display: flex;
  height: 100%;
  padding-top: 90px;
  align-items: flex-end;
}
@media screen and (max-width: 767.5px) {
  .index-head__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-head__content > * {
    flex: 0 1 auto;
  }
}
.index-head__text {
  padding: 0 30px 0 12%;
}
@media screen and (max-width: 991.5px) {
  .index-head__text {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767.5px) {
  .index-head__text {
    margin-bottom: 20px;
    padding: 0;
  }
}
.index-head__title {
  line-height: 130%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .index-head__title {
    font-size: calc(24px + 30.6 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .index-head__title {
    font-size: calc(24px + 18 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .index-head__title {
    font-size: 42px;
  }
}
.index-head__subtitle {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.5px) {
  .index-head__subtitle {
    margin-bottom: 20px;
  }
}
.index-head__btn {
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 0.25);
  font-size: 20px;
}
@media screen and (max-width: 767.5px) {
  .index-head__btn {
    margin: 30px auto 150px;
  }
}
.index-head__picture img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.index-head__band {
  background: linear-gradient(0deg, #bf965f -1.55%, #f6d6aa 98.67%);
  position: absolute;
  width: 120%;
  text-align: center;
  transform: translate(-50%, 0) rotate(-5deg);
  z-index: 5;
  bottom: 10%;
  left: 50%;
}
@media screen and (max-width: 767.5px) {
  .index-head__band {
    bottom: 0;
  }
}
.index-head__band li {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .index-head__band li {
    font-size: calc(14px + 17 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .index-head__band li {
    font-size: calc(14px + 10 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .index-head__band li {
    font-size: 24px;
  }
}
.index-head__band li:before {
  content: "";
  display: block;
  width: 77px;
  height: 100px;
  position: relative;
  background: linear-gradient(0deg, #bf965f -1.55%, #f6d6aa 98.67%),
    url("./images/index-head/bland-icon.svg") center center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  background-blend-mode: screen;
  margin: 0 20px 0 50px;
}
@media screen and (max-width: 767.5px) {
  .index-head__band li:before {
    height: 70px;
  }
}
.index-head__band .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.why-are-we {
  background: linear-gradient(180deg, #030303 0%, #1d2120 47.72%);
}
.why-are-we__body {
  height: 100%;
}
.why-are-we__content {
  height: 100%;
}
.why-are-we__title {
  color: #ffffff;
  margin-bottom: 120px;
}
.why-are-we__items {
  display: flex;
  margin: -10px;
}
@media screen and (max-width: 991.5px) {
  .why-are-we__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.why-are-we__item {
  padding: 10px;
  flex: 0 1 25%;
}
@media screen and (max-width: 991.5px) {
  .why-are-we__item {
    flex: 0 1 300px;
  }
}
@media screen and (max-width: 575.5px) {
  .why-are-we__item {
    flex: 0 1 100%;
  }
}
.why-are-we__video-content {
  padding-top: 120px;
}

.waw-item__body {
  padding: 4px;
  border-radius: 20px;
  height: 100%;
  transition: all ease 0.5s;
  background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
}
.waw-item__body:hover {
  box-shadow: 0 4px 30px 2px rgba(255, 255, 255, 0.25);
}
.waw-item__content {
  background-color: #ffffff;
  border-radius: 17px;
  padding: 15px;
  height: 100%;
}
.waw-item__title {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}
.waw-item__text {
  font-size: 16px;
  line-height: 130%;
}

.waw-video-content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.5px) {
  .waw-video-content {
    flex-wrap: wrap;
  }
}
.waw-video-content__texts {
  margin-right: 40px;
  color: #ffffff;
}
.waw-video-content__title {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.5px) {
  .waw-video-content__title {
    font-size: 20px;
  }
}
.waw-video-content__text {
  display: flex;
  font-size: 16px;
  line-height: 130%;
}
.waw-video-content__text svg {
  position: relative;
  top: 12px;
  flex: 1 1 auto;
}
@media screen and (max-width: 991.5px) {
  .waw-video-content__text {
    flex-direction: column;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.5px) {
  .waw-video-content__text {
    flex-direction: unset;
  }
  .waw-video-content__text svg {
    transform: scale(-1, 1) rotate(90deg);
    flex: 0 1 auto;
    margin-bottom: 40px;
    margin-top: 10px;
  }
}
.waw-video-content__video {
  flex: 0 1 500px;
}

.video img {
  width: 100%;
}
.video__body {
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.53), inset 0 4px 68px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
}
.video__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.video__btn {
  position: absolute;
  padding: 15px 35px;
  background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
  box-shadow: 0 4px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767.5px) {
  .video__btn {
    padding: 9px 23px;
  }
  .video__btn svg {
    width: 30px;
    height: 30px;
  }
}

.history__title {
  margin-bottom: 90px;
}
.history__item:not(:last-child) {
  margin-bottom: 120px;
}
.history__item:nth-child(even) .h-item__body {
  flex-direction: row-reverse;
}
@media (min-width: 768px) and (max-width: 1199.5px) {
  .history__item:nth-child(even) .h-item__body {
    padding-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1199.5px) {
  .history__item:nth-child(odd) .h-item__body {
    padding-right: 10%;
  }
}

.h-item__body {
  display: flex;
  margin: 0 -11px;
}
@media screen and (max-width: 1199.5px) {
  .h-item__body {
    flex-wrap: wrap;
  }
}
.h-item__body > * {
  padding: 0 11px;
  flex: 0 1 50%;
}
@media screen and (max-width: 1199.5px) {
  .h-item__body > * {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 1199.5px) {
  .h-item__video {
    margin-bottom: 20px;
  }
}
.h-item__video .video__body {
  box-shadow: none;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.2));
}
.h-item__content {
  display: flex;
  flex-direction: column;
}
.h-item__title {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}
.h-item__subtitle {
  font-size: 16px;
  line-height: 130%;
  flex: 1 1 auto;
}
.h-item__subtitle p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 1199.5px) {
  .h-item__btn {
    margin-top: 50px;
  }
}

.work__body {
  padding-bottom: 120px;
}
.work__title {
  margin-bottom: 70px;
}
.work__btn {
  margin: 120px auto 0 auto;
}
@media screen and (max-width: 991.5px) {
  .work__btn {
    margin: 50px auto 0 auto;
  }
}

.work-slider__item {
  border-radius: 20px;
  overflow: hidden;
}
.work-slider__item img {
  width: 100%;
}

.services {
  background: linear-gradient(180deg, #030303 0%, #1d2120 47.72%);
}
.services__container {
  position: relative;
}
.services__body {
  color: #ffffff;
}
.services__title {
  margin-bottom: 100px;
}
.services__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}
.services__item {
  flex: 0 1 300px;
  padding: 10px;
}
@media screen and (max-width: 575.5px) {
  .services__item {
    flex: 1 1 100%;
  }
}

.service {
  min-height: 260px;
  height: 100%;
  cursor: pointer;
  padding: 4px;
  border-radius: 20px;
  transition: all ease 0.5s;
  background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
}
.service:hover {
  box-shadow: 0 4px 30px 2px rgba(255, 255, 255, 0.25);
  transform: translateY(-15px);
}
.service__body {
  border-radius: 17px;
  padding: 20px;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service__icon {
  margin-bottom: 20px;
}
.service__text {
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  flex: 1 1 auto;
}

.footer__body {
  color: #ffffff;
  background: linear-gradient(180deg, #1d2120 31%, #030303 69%);
}
.footer__copy {
  color: #000000;
  line-height: 130%;
  padding: 40px 0 25px;
}
@media (max-width: 767px) {
  .footer__copy {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .footer__copy {
    font-size: calc(12px + 4 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .footer__copy {
    font-size: 16px;
  }
}
.footer__copy p:not(:last-child) {
  margin-bottom: 1em;
}
.footer__line {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
}

.form-block__row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 699.5px) {
  .form-block__row {
    flex-wrap: wrap;
  }
}
.form-block__col {
  width: 100%;
}
.form-block__texts {
  padding-right: 120px;
}
@media screen and (max-width: 1199.5px) {
  .form-block__texts {
    padding-right: 70px;
  }
}
@media screen and (max-width: 699.5px) {
  .form-block__texts {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.form-block__text-big {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 130%;
}
.form-block__text-small {
  font-size: 16px;
  line-height: 130%;
}

.form {
  width: 360px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  color: #000000;
}
.form br {
  display: none;
}
@media screen and (max-width: 575.5px) {
  .form {
    width: 100%;
  }
}
.form form {
  display: flex;
  flex-direction: column;
}
.form__label {
  margin-bottom: 10px;
  display: block;
}
.form__input {
  margin-bottom: 20px;
  background: #d9d9d9;
  border-radius: 20px;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  padding: 5px 10px;
  max-width: 100%;
}
.form__input.wpcf7-not-valid {
  background: #f5c9c9;
}
.form__text {
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
.form__btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(83.95deg, #bf965f 26.01%, #f6d6aa 78.32%);
}

.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  font-size: 12px !important;
  border-radius: 15px;
  padding: 10px !important;
}

.contacts__body {
  padding-bottom: 120px;
}
.contacts__row {
  display: flex;
  margin: 0 -15px;
}
.contacts__col {
  flex: 0 1 50%;
  padding: 0 15px;
}
@media screen and (max-width: 991.5px) {
  .contacts__col {
    flex: 1 1 100%;
  }
  .contacts__col:last-child {
    display: none;
  }
}
.contacts__list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contacts__subtitle {
  line-height: 130%;
  display: block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .contacts__subtitle {
    font-size: calc(16px + 6.8 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .contacts__subtitle {
    font-size: calc(16px + 4 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .contacts__subtitle {
    font-size: 20px;
  }
}
.contacts__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575.5px) {
  .contacts__item {
    justify-content: space-between;
    font-size: 14px;
  }
  .contacts__item p {
    text-align: right;
  }
}
.contacts__item:not(:last-child) {
  margin-bottom: 30px;
}
.contacts__item .soc-icons {
  display: inline-block;
}
.contacts__item .number {
  display: inline-block;
}
.contacts__item-big {
  flex: 0 1 auto;
  height: 100%;
}
.contacts__item-big ul {
  margin-top: 10px;
}
.contacts__item-big li {
  line-height: 130%;
}
@media (max-width: 767px) {
  .contacts__item-big li {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .contacts__item-big li {
    font-size: calc(14px + 2 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .contacts__item-big li {
    font-size: 16px;
  }
}

.contacts-title {
  margin-bottom: 50px;
  font-size: 24px;
}

.page-service .index-head__body {
  min-height: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 575.5px) {
  .page-service .index-head__body {
    padding-bottom: 50px;
  }
}
.page-service .index-head__content {
  padding-top: 170px;
  align-items: flex-start;
}
@media screen and (max-width: 767.5px) {
  .page-service .index-head__content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 575.5px) {
  .page-service .index-head__content {
    padding-top: 50px;
  }
}
.page-service .work__body {
  padding-top: 100px;
}

.about-service {
  background: linear-gradient(180deg, #030303 0%, #1d2120 47.72%);
}
.about-service__body {
  color: #ffffff;
}
.about-service__title {
  margin-bottom: 100px;
}
.about-service__row {
  display: flex;
  margin: -10px;
}
.about-service__row > * {
  padding: 10px;
}
@media screen and (max-width: 767.5px) {
  .about-service__row {
    flex-direction: column-reverse;
  }
}
.about-service__text {
  line-height: 130%;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .about-service__text {
    font-size: calc(14px + 10.2 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .about-service__text {
    font-size: calc(14px + 6 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .about-service__text {
    font-size: 20px;
  }
}
.about-service__text h3 {
  color: #bf965f;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .about-service__text h3 {
    font-size: calc(14px + 17 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .about-service__text h3 {
    font-size: calc(14px + 10 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .about-service__text h3 {
    font-size: 24px;
  }
}
.about-service__text p {
  margin-bottom: 1em;
}
.about-service__text li {
  list-style: disc;
}
.about-service__text ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.about-service__img {
  flex: 1 0 340px;
}
@media screen and (max-width: 767.5px) {
  .about-service__img {
    flex: 1 1 100%;
  }
}
.about-service__img img {
  /*width: 100%;*/
  border-radius: 50px;
  overflow: hidden;
}

.about__body {
  padding-top: 120px;
  color: #ffffff;
  background: linear-gradient(180deg, #1d2120 31%, #030303 69%);
}
@media screen and (max-width: 767.5px) {
  .about__body {
    padding-top: 50px;
  }
}
.about__title {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.5px) {
  .about__title {
    margin-bottom: 50px;
  }
}
.about__row {
  display: flex;
  margin: 0 -50px;
}
@media screen and (max-width: 1199.5px) {
  .about__row {
    margin: -10px;
  }
}
@media screen and (max-width: 767.5px) {
  .about__row {
    flex-wrap: wrap;
  }
}
.about__row > * {
  padding: 0 50px;
}
@media screen and (max-width: 1199.5px) {
  .about__row > * {
    padding: 10px;
  }
}
.about__img {
  flex: 1 0 35%;
}
@media screen and (max-width: 767.5px) {
  .about__img {
    flex: 1 1 100%;
  }
}
.about__img img {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.about__text {
  flex: 0 1 auto;
  font-size: 16px;
  line-height: 130%;
}
.about__text p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767.5px) {
  .about__text {
    flex: 1 1 100%;
  }
}

.page-review .history__body {
  padding-top: 120px;
  padding-bottom: 120px;
  color: #ffffff;
  background: linear-gradient(180deg, #030303 0%, #1d2120 47.72%);
}
@media screen and (max-width: 767.5px) {
  .page-review .history__body {
    padding-top: 50px;
  }
}
.page-review .history__show-more {
  margin: 120px auto 0 auto;
}
.page-review .h-item__btn.black {
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 0.25);
  background: #ffffff;
  color: #000000;
  transition: all ease 0s;
}
.page-review .h-item__btn:hover.black {
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 0.25);
  background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
}

.works__body {
  padding-top: 120px;
  padding-bottom: 120px;
  color: #ffffff;
  background: linear-gradient(180deg, #030303 0%, #1d2120 47.72%);
}
@media screen and (max-width: 767.5px) {
  .works__body {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.works__title {
  margin-bottom: 120px;
}
.works__row {
  display: flex;
  flex-wrap: wrap;
  margin: -50px;
}
@media screen and (max-width: 1199.5px) {
  .works__row {
    margin: -10px;
  }
}
.works__col {
  padding: 50px;
  flex: 0 1 33.33%;
}
@media screen and (max-width: 1199.5px) {
  .works__col {
    padding: 10px;
  }
}
@media screen and (max-width: 767.5px) {
  .works__col {
    flex: 1 1 100%;
  }
}
.works__item img {
  width: 100%;
  border-radius: 20px;
}
.works__btn {
  margin: 120px auto 0 auto;
}
@media screen and (max-width: 767.5px) {
  .works__btn {
    margin: 60px auto 0 auto;
  }
}

.page-contacts {
  background: linear-gradient(180deg, #030303 0%, #1d2120 47.72%);
  color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.5px) {
  .page-contacts {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.page-contacts .contacts-title {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .page-contacts .contacts-title {
    font-size: calc(24px + 30.6 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .page-contacts .contacts-title {
    font-size: calc(24px + 18 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .page-contacts .contacts-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991.5px) {
  .page-contacts .contacts-title {
    margin-bottom: 50px;
  }
}

.popup {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  transform: translateY(200%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__shadow {
  display: block;
  position: absolute;
  transition: all ease 0.5s;
  width: 10%;
  height: 10%;
  background-color: rgba(38, 52, 99, 0);
}
.popup__body {
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  max-width: 350px;
}
@media screen and (max-width: 575.5px) {
  .popup__body {
    max-width: 300px;
  }
}
.popup__close {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 15px;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
@media screen and (max-width: 575.5px) {
  .popup__close {
    top: 15px;
    right: 15px;
  }
}
.popup__close:before,
.popup__close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: orange;
  border-radius: 1px;
  transition: all ease 0.3s;
  position: absolute;
}
@media screen and (max-width: 575.5px) {
  .popup__close:before,
  .popup__close:after {
    width: 20px;
  }
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}
.popup__close:hover {
  transform: rotate(90deg);
}
.popup__close:hover:before,
.popup__close:hover:after {
  background-color: red;
}
.popup._active {
  transform: translateY(0) scale(1);
  z-index: 1100;
}
.popup._active .popup__shadow {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.whatsapp-icon {
  display: block;
  width: max-content;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 50;
}
@media screen and (max-width: 575.5px) {
  .whatsapp-icon {
    bottom: 100px;
    right: 20px;
  }
}
.whatsapp-icon a svg {
  filter: drop-shadow(3px 5px 4px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 575.5px) {
  .whatsapp-icon a svg {
    width: 30px;
    height: 30px;
  }
}
.whatsapp-icon a svg path {
  transition: all ease 0.5s;
}
.whatsapp-icon a:hover svg {
  transition: all ease 0.5s;
}
.whatsapp-icon a:hover svg path {
  fill: #bf965f;
}

.stock {
  position: absolute;
  display: block;
  opacity: 0;
  top: 30px;
  right: 10px;
}
@media screen and (max-width: 1250px) {
  .stock {
    display: none;
  }
}
@media screen and (max-width: 991.5px) {
  .stock {
    display: block;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.stock__body {
  background: linear-gradient(259deg, #bf965f 27.91%, #f6d6aa 62.12%);
  padding: 15px 15px 0 15px;
  border-radius: 20px;
  color: black;
}
@media screen and (max-width: 991.5px) {
  .stock__body {
    padding: 0 10px 0 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.stock__title {
  line-height: 140%;
  text-align: center;
}
@media (max-width: 767px) {
  .stock__title {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1320));
  }
}
@media (min-width: 767px) {
  .stock__title {
    font-size: calc(12px + 4 * (100vw / 1320));
  }
}
@media (min-width: 1320px) {
  .stock__title {
    font-size: 16px;
  }
}
.stock__title span {
  text-decoration: line-through;
  color: #515151;
}
.stock__clock {
  margin-top: 1em;
  margin-left: 15px;
}
@media screen and (max-width: 991.5px) {
  .stock__clock {
    width: 200px;
  }
}
@media screen and (max-width: 767.5px) {
  .stock__clock {
    margin-top: 0;
  }
  .stock__clock .wpcdt-timer-wrap {
    margin-bottom: 0 !important;
  }
}

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

.seotext h2 {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}
.seotext ul li {
  list-style: disc;
  margin-left: 30px;
  line-height: 25px;
}

.seotext p {
  line-height: 25px;
}

.grid {
  display: table;
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 30px 0;
}
.grid-tr {
  display: table-row;
}
.grid-td {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 10px;
  border: 1px solid;
}

img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.portfolio__image .image__inner img {
  width: 290px;
  height: auto;
  border-radius: 20px;
}

.portfolio__image {
  margin-bottom: 40px;
}

.portfolio__text p {
  margin-bottom: 30px;
  margin-top: 0 !important;
}

.portfolio__title {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio__title h2 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
}

@media all and (max-width: 575px) {
  .portfolio__image {
    order: -1;
    text-align: center;
  }
  .portfolio__text {
    order: 0;
  }
  .portfolio__title {
    order: 1;
  }
  .portfolio__text p {
    margin-bottom: 16px;
  }

  .alignright {
    float: none;
  }

  .alignleft {
    float: none;
  }
}

#section-footer {
  background-color: #000;
  padding-top: 70px;
}
@media all and (max-width: 1199px) {
  #section-footer {
    padding-top: 60px;
  }
}
#section-footer .footer__top {
  position: relative;
  height: 456px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  #section-footer .footer__top {
    height: auto;
    display: block;
  }
}
#section-footer .footer__top .contacts {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  border: 2px solid #93642e;
  background-color: #f6d6aa;
  -webkit-box-shadow: 4px 4px 18px 0 rgba(147, 100, 46, 0.6);
  box-shadow: 4px 4px 18px 0 rgba(147, 100, 46, 0.6);
  max-width: 424px;
  width: 100%;
  margin-left: 36px;
  padding: 30px 70px;
}
@media all and (max-width: 1199px) {
  #section-footer .footer__top .contacts {
    padding: 20px 20px 30px 20px;
    max-width: 350px;
  }
}
@media all and (max-width: 991px) {
  #section-footer .footer__top .contacts {
    margin-left: 0;
    max-width: none;
    margin-bottom: 20px;
  }
}
#section-footer .footer__top .contacts h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#section-footer .footer__top .contacts h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}
#section-footer .footer__top .contacts h6 img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
#section-footer .footer__top .contacts p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #93642e;
  margin-bottom: 27px;
}
#section-footer .footer__top .contacts .phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #93642e;
  margin-bottom: 30px;
  display: block;
}
#section-footer .footer__top .contacts .btn {
  border: 1px solid #93642e;
  font-size: 14px;
}
#section-footer .footer__top .map {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 991px) {
  #section-footer .footer__top .map {
    position: relative;
    height: 350px;
  }
}
#section-footer .footer__top .map iframe {
  width: 100%;
  height: 100%;
}
#section-footer .footer__bottom {
  position: relative;
  padding-top: 30px;
  color: #f6d6aa;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom {
    text-align: center;
  }
}
#section-footer .footer__bottom:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, color-stop(25.45%, #93642e), color-stop(76.48%, #f6d6aa));
  background: linear-gradient(270deg, #93642e 25.45%, #f6d6aa 76.48%);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#section-footer .footer__bottom .footer__item {
  margin-bottom: 30px;
}
#section-footer .footer__bottom .footer__logo .logo__inner a img {
  width: 225px;
  height: auto;
}
#section-footer .footer__bottom .footer__menu .menu__inner ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom .footer__menu .menu__inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#section-footer .footer__bottom .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 6px;
}
#section-footer .footer__bottom .footer__menu .menu__inner ul li.current-menu-item a {
  text-decoration: underline;
}
#section-footer .footer__bottom .footer__menu .menu__inner ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #f6d6aa;
  display: inline-block;
}
#section-footer .footer__bottom .footer__menu .menu__inner ul li a:hover {
  text-decoration: underline;
}
#section-footer .footer__bottom .footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom .footer__contacts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
#section-footer .footer__bottom .footer__contacts .contacts__inner .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #f6d6aa;
  font-weight: 700;
  margin-bottom: 11px;
}
#section-footer .footer__bottom .footer__contacts .contacts__inner .phone img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
#section-footer .footer__bottom .footer__contacts .contacts__inner p {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 17px;
}
#section-footer .footer__bottom .footer__contacts .contacts__inner .btn {
  border: 1px solid #93642e;
  font-weight: 700;
  max-width: 207px;
  width: 100%;
}
#section-footer .footer__bottom .footer__social .social__inner h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
#section-footer .footer__bottom .footer__social .social__inner ul li {
  display: inline-block;
  margin-right: 5px;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom .footer__social .social__inner ul li {
    margin: 0 5px;
  }
}
#section-footer .footer__bottom .footer__social .social__inner ul li a:hover {
  opacity: 0.8;
}
#section-footer .footer__bottom .footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom .footer__copyright {
    display: block;
  }
}
#section-footer .footer__bottom .footer__copyright .copyright__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom .footer__copyright .copyright__inner {
    display: block;
  }
}
#section-footer .footer__bottom .footer__copyright .copyright__inner p {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom .footer__copyright .copyright__inner p:not(:last-child) {
    margin-bottom: 10px;
  }
}
#section-footer .footer__bottom .footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
@media all and (max-width: 991px) {
  #section-footer .footer__bottom .footer__address {
    display: block;
    text-align: center;
  }
}
#section-footer .footer__bottom .footer__address .address__inner {
  width: 100%;
}
#section-footer .footer__bottom .footer__address .address__inner p {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}

/* ================================= FLC styles =========================================== */
.articles__icon {
  max-height: 100px;
}
.articles__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-style .articles__title {
  margin: 0px 0px 50px 0px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .main-style .articles__title {
    margin: 0px 0px 30px 0px;
    color: #fff;
  }
}
.articles__row {
  margin: 0px 0px 50px 0px;
}
.articles__text {
  color: #fff;
}
.articles__text div {
  margin: 0px 0px 10px 0px;
}
.articles-yt {
  max-width: 400px;
  margin: 0 auto 50px auto;
  border-radius: 20px;
  overflow: hidden;
}
.ytvideo {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.2% 0px 0px 0px;
}
.ytvideo:hover .ytvideo__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}
.ytvideo__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.ytvideo__button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  display: none;
  background: inherit;
}
.ytvideo__button:focus .ytvideo__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}
.ytvideo__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}
.ytvideo__button-icon {
  fill: #fff;
}
.ytvideo__button-icon--enabled {
  cursor: pointer;
}
.ytvideo__button {
  display: block;
}

.uslugi #section-portfolio .portfolio__text .heading.heading-center p{
	text-align: left!important;
}

.yelow_text {
	font-weight:700;
	font-size:16px;
	    text-transform: uppercase;
		color:#BF965F;
}

#section-advantages .swiper-button-next,#section-advantages  .swiper-button-prev {
color:#fff;	
}

#section-advantages .swiper-button-prev {
    left: -20px;
}
#section-advantages .swiper-button-next {
    right: -20px;
}
#section-advantages .zoom {
     position: absolute;
    bottom: 15px;
    left: 20px;
    cursor: pointer;
}

#section-advantages .sert__slider img.sl {
	    border-radius: 18px;
}

#whatsapp-button:before, #whatsapp-button:after {
    content: ' ';
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25d366;
left: -20px;
    right: -32px;
    top: -22px;
    bottom: -32px;
    border-radius: 50%;
    -webkit-animation: animate 1.5s linear infinite;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#whatsapp-button a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.25s all;
    position: relative;
    display: block;
    z-index: 2;
}

#whatsapp-button:after {
    animation-delay: .5s;
}
@-webkit-keyframes animate {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

#whatsapp-button a:hover {
    opacity: 0.8;
}
.history.section {
	background-color: #fff;
}
/*reviews*/
#section-reviews {
	  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../webmasterow/images/reviews_bg.jpg);
}

#section-reviews  h2{
	padding: 2em 0;
}

#section-reviews  .block_rev {
width:670px;
height:575px;
overflow:hidden;
position:relative;	
    margin-left: 24%;
}
#section-reviews  .block_ramka{
width:670px;
height:575px;
border: 2px solid rgba(246, 214, 170, 1);
padding: 10px;
border-radius: 10px;
}

#section-reviews  iframe {
width:100%;
height:100%;
border:1px solid #e6e6e6;
border-radius:8px;
box-sizing:border-box
}

@media (max-width: 767px) {
#section-reviews  .block_ramka, #section-reviews  .block_rev {
width:100%;
height:750px;
}

}

@media (max-width: 1024px) {
 #section-reviews  .block_rev {
    margin-left: auto;
}
}