/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Euclid Flex", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ftitle * {
  font-family: "Euclid Flex", sans-serif;
  color: #242D39;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Euclid Flex", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_right {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_right {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid_flex/EuclidFlex-UltraLight.eot");
  src: local("Euclid Flex UltraLight"), local("EuclidFlex-UltraLight"), url("../fonts/euclid_flex/EuclidFlex-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/euclid_flex/EuclidFlex-UltraLight.woff2") format("woff2"), url("../fonts/euclid_flex/EuclidFlex-UltraLight.woff") format("woff"), url("../fonts/euclid_flex/EuclidFlex-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid_flex/EuclidFlex-Light.eot");
  src: local("Euclid Flex Light"), local("EuclidFlex-Light"), url("../fonts/euclid_flex/EuclidFlex-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/euclid_flex/EuclidFlex-Light.woff2") format("woff2"), url("../fonts/euclid_flex/EuclidFlex-Light.woff") format("woff"), url("../fonts/euclid_flex/EuclidFlex-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid_flex/EuclidFlex-Regular.eot");
  src: local("Euclid Flex Regular"), local("EuclidFlex-Regular"), url("../fonts/euclid_flex/EuclidFlex-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/euclid_flex/EuclidFlex-Regular.woff2") format("woff2"), url("../fonts/euclid_flex/EuclidFlex-Regular.woff") format("woff"), url("../fonts/euclid_flex/EuclidFlex-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid_flex/EuclidFlex-SemiBold.eot");
  src: local("Euclid Flex SemiBold"), local("EuclidFlex-SemiBold"), url("../fonts/euclid_flex/EuclidFlex-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/euclid_flex/EuclidFlex-SemiBold.woff2") format("woff2"), url("../fonts/euclid_flex/EuclidFlex-SemiBold.woff") format("woff"), url("../fonts/euclid_flex/EuclidFlex-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid_flex/EuclidFlex-Bold.eot");
  src: local("fonts/euclid_flex/Euclid Flex Bold"), local("EuclidFlex-Bold"), url("../fonts/euclid_flex/EuclidFlex-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/euclid_flex/EuclidFlex-Bold.woff2") format("woff2"), url("../fonts/euclid_flex/EuclidFlex-Bold.woff") format("woff"), url("../fonts/euclid_flex/EuclidFlex-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid_flex/EuclidFlex-Thin.eot");
  src: local("Euclid Flex Thin"), local("EuclidFlex-Thin"), url("../fonts/euclid_flex/EuclidFlex-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/euclid_flex/EuclidFlex-Thin.woff2") format("woff2"), url("../fonts/euclid_flex/EuclidFlex-Thin.woff") format("woff"), url("../fonts/euclid_flex/EuclidFlex-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid_flex/EuclidFlex-Medium.eot");
  src: local("Euclid Flex Medium"), local("EuclidFlex-Medium"), url("../fonts/euclid_flex/EuclidFlex-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/euclid_flex/EuclidFlex-Medium.woff2") format("woff2"), url("../fonts/euclid_flex/EuclidFlex-Medium.woff") format("woff"), url("../fonts/euclid_flex/EuclidFlex-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

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

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

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

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

.dgdlqyrzcg {
  overflow: hidden;
}
.dgdlqyrzcg .smartContainer {
  width: 86vw;
  margin: 0 auto;
}
.dgdlqyrzcg * {
  font-family: "Euclid Flex", sans-serif;
}
.dgdlqyrzcg__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.863vw 2.604vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.083vw;
}
.dgdlqyrzcg__hleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dgdlqyrzcg__hcenter {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dgdlqyrzcg__hright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dgdlqyrzcg__menu {
  margin-right: 4.427vw;
}
.dgdlqyrzcg__menu img {
  width: 2.083vw;
  margin-right: 1.042vw;
}
.dgdlqyrzcg__menu span {
  color: #1C1C1C;
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}
.dgdlqyrzcg__descriptor {
  color: #1C1C1C;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}
.dgdlqyrzcg__bannerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dgdlqyrzcg__left {
  width: 50%;
  padding-right: 4%;
}
.dgdlqyrzcg__right {
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dgdlqyrzcg__rightimg {
  width: 100%;
/*  height: 35.542vw;*/
  position: relative;
}
.dgdlqyrzcg__rightimg img {
  width: 100%;
  display: block;
  /*height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;*/
}
.dgdlqyrzcg__title {
  font-size: 3.227vw;
  font-weight: 300;
  line-height: 112%;
  letter-spacing: 1.7px;
  color: #1C1C1C;
  margin-bottom: 2.004vw;
}
.dgdlqyrzcg__title b {
  font-weight: 500;
}
.dgdlqyrzcg__text {
  color: #1C1C1C;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  letter-spacing: 0.72px;
  margin-bottom: 1.604vw;
  position: relative;
}
.dgdlqyrzcg__text:before {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 10.417vw;
  left: -12.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #B99573;
}
.dgdlqyrzcg__advas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.604vw;
}
.dgdlqyrzcg__adva {
  margin-right: 2.604vw;
}
.dgdlqyrzcg__adva:last-child {
  margin-right: 0;
}
.dgdlqyrzcg__check {
  width: 1.563vw;
  height: 1.563vw;
  background: #EBEAEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.729vw;
}
.dgdlqyrzcg__check img {
  width: 0.417vw;
}
.dgdlqyrzcg__advatext {
  color: #1C1C1C;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}
.dgdlqyrzcg__remark {
  color: #1C1C1C;
  font-size: 0.95vw;
  font-weight: 400;
  width: 90%;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin-bottom: 1.99vw;
  border-left: 0 solid #EBEAEC;
  padding-left: 2vw;
  position: relative;
}
.dgdlqyrzcg__remark img {
  width: 1.3vw;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.dgdlqyrzcg__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dgdlqyrzcg__btn {
  margin-right: 2.865vw;
  color: #FFF;
  text-align: center;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  width: 15.625vw;
  height: 5.208vw;
  border: 0;
  background: #2E2E2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.dgdlqyrzcg__btn.brown {
  background: #B99573;
  border: 0;
}
.dgdlqyrzcg__btn:last-child {
  margin-right: 0;
}
.dgdlqyrzcg__contact {
  text-align: center;
}
.dgdlqyrzcg__time {
  color: #737373;
  font-size: 0.729vw;
  font-weight: 300;
  line-height: 150%; /* 150% */
  letter-spacing: 0.42px;
}
.dgdlqyrzcg__phone {
  color: #1C1C1C;
  font-size: 1.406vw;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.81px;
  display: block;
  margin: 0.417vw 0;
}
.dgdlqyrzcg__phone.small {
  font-size: 1.106vw;
  letter-spacing: initial;
}
.dgdlqyrzcg__logo {
  width: 5.5vw;
  margin-right: 1vw;
}
.dgdlqyrzcg__callback {
  color: #B99573;
  font-size: 0.729vw;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.dgdlqyrzcg__socbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dgdlqyrzcg__soc {
  width: 2.292vw;
  height: 2.292vw;
  border-radius: 50%;
  margin-left: 0.625vw;
  background: #EBEAEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dgdlqyrzcg__soc img {
  width: 0.938vw;
  opacity: 0.5;
}
.dgdlqyrzcg__call {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #70ba65;
  margin-left: 1vw;
}
.dgdlqyrzcg__call img {
  width: 50%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.dgdlqyrzcg__navig {
  background: #f3f3f3;
  width: 100%;
  padding: 0.8vw 0;
}
.dgdlqyrzcg__navig ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.dgdlqyrzcg__navig ul li {
  margin: 0 30px;
}
.dgdlqyrzcg__navig ul li a {
  color: #333;
  font-size: 15px;
}
.dgdlqyrzcg__navig ul li a:hover {
  color: #B99573;
}
.dgdlqyrzcg__bannersmall {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  -webkit-box-shadow: 0 0 0 9999px rgba(185, 149, 115, 0.8) inset;
          box-shadow: 0 0 0 9999px rgba(185, 149, 115, 0.8) inset;
}
.dgdlqyrzcg__bcont {
  padding: 4vw 0;
}
.dgdlqyrzcg__btitle {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 2vw;
}
.dgdlqyrzcg__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dgdlqyrzcg__bread a, .dgdlqyrzcg__bread span {
  font-size: 14px;
  color: #fff;
}
.dgdlqyrzcg__bread a {
  text-decoration: underline;
  margin-right: 0.5vw;
}
@media (max-width: 768px) {
  .dgdlqyrzcg {
    padding-bottom: 13.333vw;
  }
  .dgdlqyrzcg .smartContainer {
    width: 90%;
  }
  .dgdlqyrzcg__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.333vw 4vw;
    margin-bottom: 8.083vw;
  }
  .dgdlqyrzcg__logo {
    width: 15vw;
    margin-right: 0;
  }
  .dgdlqyrzcg__hleft {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dgdlqyrzcg__hcenter {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4vw;
  }
  .dgdlqyrzcg__hright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dgdlqyrzcg__bannerbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dgdlqyrzcg__check {
    width: 7.563vw;
    height: 7.563vw;
  }
  .dgdlqyrzcg__check img {
    width: 1.917vw;
  }
  .dgdlqyrzcg__left {
    width: 100%;
    padding-right: 0;
  }
  .dgdlqyrzcg__title {
    font-size: 10.667vw;
    margin-bottom: 8vw;
  }
  .dgdlqyrzcg__advas {
    margin-bottom: 5.333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dgdlqyrzcg__adva {
    width: 48%;
    margin-right: 0;
    margin-bottom: 6.667vw;
  }
  .dgdlqyrzcg__advatext {
    font-size: 4vw;
  }
  .dgdlqyrzcg__remark {
    font-size: 3.467vw;
    margin-bottom: 5.2vw;
    padding-left: 8vw;
    width: 100%;
  }
  .dgdlqyrzcg__remark img {
    width: 5.3vw;
  }
  .dgdlqyrzcg__right {
    width: 100%;
  }
  .dgdlqyrzcg__controls {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dgdlqyrzcg__text {
    margin-bottom: 8vw;
    font-size: 4.533vw;
    padding-top: 5vw;
  }
  .dgdlqyrzcg__text:before {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    width: 33.417vw;
  }
  .dgdlqyrzcg__text br {
    display: none;
  }
  .dgdlqyrzcg__btn {
    font-size: 3.233vw;
    height: 16vw;
    width: 49%;
    margin-right: 0;
  }
  .dgdlqyrzcg__rightimg {
    width: 100%;
/*    height: 80vw;*/
    margin-top: 8vw;
  }
  /*.dgdlqyrzcg__rightimg:last-child {
    display: none;
  }*/
  .dgdlqyrzcg__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    display: none;
  }
  .dgdlqyrzcg__descriptor {
    font-size: 3.2vw;
    margin-left: 2vw;
  }
  .dgdlqyrzcg__time {
    font-size: 3.3vw;
  }
  .dgdlqyrzcg__phone {
    font-size: 5.867vw;
    margin: 0.7vw 0 0.933vw;
  }
  .dgdlqyrzcg__phone.small {
    font-size: 3.506vw;
  }
  .dgdlqyrzcg__callback {
    font-size: 3.733vw;
  }
  .dgdlqyrzcg__socbox {
    margin-left: 0;
  }
  .dgdlqyrzcg__soc {
    width: 9.733vw;
    height: 9.733vw;
    margin-left: 2.2vw;
  }
  .dgdlqyrzcg__soc img {
    width: 3.8vw;
  }
  .dgdlqyrzcg__call {
    width: 9.733vw;
    height: 9.733vw;
    margin-left: 2.2vw;
  }
  .dgdlqyrzcg__contact {
    margin-top: 5vw;
  }
  .dgdlqyrzcg__navig ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dgdlqyrzcg__navig ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 3.5vw;
  }
  .dgdlqyrzcg__navig ul li:last-child {
    margin-bottom: 0;
  }
  .dgdlqyrzcg__navig ul li a {
    font-size: 5.4vw;
  }
  .dgdlqyrzcg__bcont {
    padding: 13vw 0;
  }
  .dgdlqyrzcg__btitle {
    font-size: 9vw;
    margin-bottom: 4vw;
  }
  .dgdlqyrzcg__bread a, .dgdlqyrzcg__bread span {
    font-size: 4vw;
  }
}

.headertoggle {
  display: none;
}
@media (max-width: 768px) {
  .headertoggle {
    display: block;
    width: 10vw;
    height: 10vw;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: #EBEAEC;
    background: #B99573;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .headertoggle img {
    width: 50%;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .headertoggle.active {
    opacity: 1;
    pointer-events: initial;
  }
}

.obksbrxszx {
  padding: 7.556vw 0 3.5vw;
}
.obksbrxszx .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.obksbrxszx__title {
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  text-align: center;
  margin-bottom: 1.042vw;
}
.obksbrxszx__subtitle {
  font-size: 1.736vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 1.042vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
.obksbrxszx__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obksbrxszx__item {
  width: 32%;
  border-radius: 1.736vw;
  background: #F7F7F7;
  padding: 2.778vw 2.083vw 2.778vw 2.778vw;
  margin-bottom: 2vw;
}
.obksbrxszx__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obksbrxszx__name {
  font-size: 1.389vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.obksbrxszx__stars {
  margin-top: 0.556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obksbrxszx__stars img {
  width: 1.111vw;
  margin-right: 0.278vw;
}
.obksbrxszx__rating {
  width: 4.167vw;
  height: 4.167vw;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.278vw 0.625vw rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.278vw 0.625vw rgba(0, 0, 0, 0.05);
  background: #B99573;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obksbrxszx__rating span {
  color: #1A89F8;
  font-size: 1.389vw;
  font-style: normal;
  font-weight: 800;
  line-height: 135%;
}
.obksbrxszx__rating img {
  width: 50%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.obksbrxszx__info {
  margin-top: 1.389vw;
}
.obksbrxszx__info p {
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  opacity: 0.6;
  margin-bottom: 1.042vw;
}
.obksbrxszx__info p:last-child {
  margin-bottom: 0;
}
.obksbrxszx__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2vw;
  cursor: pointer;
  text-decoration: none;
  color: #B99573;
  cursor: pointer;
}
.obksbrxszx__more b {
  font-weight: 500;
  font-size: 15px;
  color: #B99573;
  border-bottom: 1px dotted #B99573;
  margin-right: 1vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.obksbrxszx__more span {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: #B99573;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.obksbrxszx__more span img {
  width: 50%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 600px) {
  .obksbrxszx {
    padding: 10vw 0;
  }
  .obksbrxszx .smartContainer {
    width: 92vw;
  }
  .obksbrxszx__title {
    font-size: 6.125vw;
    margin-bottom: 4vw;
  }
  .obksbrxszx__subtitle {
    font-size: 4.036vw;
    margin-bottom: 7vw;
  }
  .obksbrxszx__item {
    width: 100%;
    margin-bottom: 4vw;
  }
  .obksbrxszx__name {
    font-size: 4.389vw;
  }
  .obksbrxszx__stars {
    margin-top: 1.556vw;
  }
  .obksbrxszx__stars img {
    width: 4.111vw;
    margin-right: 1.278vw;
  }
  .obksbrxszx__info {
    margin-top: 4.389vw;
  }
  .obksbrxszx__info p {
    font-size: 3.372vw;
    margin-bottom: 4.042vw;
  }
  .obksbrxszx__info p:last-child {
    margin-bottom: 0;
  }
  .obksbrxszx__item {
    padding: 6.778vw 5.083vw 6.778vw 6.778vw;
  }
  .obksbrxszx__rating {
    width: 11.167vw;
    height: 11.167vw;
  }
  .obksbrxszx__rating span {
    font-size: 3.389vw;
  }
  .obksbrxszx__more {
    margin-top: 4.2vw;
  }
  .obksbrxszx__more b {
    margin-right: 3vw;
  }
  .obksbrxszx__more span {
    width: 7vw;
    height: 7vw;
  }
}

.vrawazbuao {
  padding: 4vw 0;
}
.vrawazbuao .smartContainer {
  width: 90vw;
  margin: 0 auto;
}
.vrawazbuao__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.472vw;
}
.vrawazbuao__label {
  font-size: 1.736vw;
  font-weight: 600;
  text-align: center;
  color: #B99573;
  margin-bottom: 1.236vw;
}
.vrawazbuao__title {
  font-size: 3.472vw;
  font-weight: 500;
  text-align: center;
}
.vrawazbuao__item {
  width: 30%;
  position: relative;
  padding: 0.694vw 0 0.694vw 1.389vw;
  margin-bottom: 2.778vw;
}
.vrawazbuao__item:nth-child(4n) {
  margin-right: 0;
}
.vrawazbuao__line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #B99573;
}
.vrawazbuao__line:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.347vw;
  height: 0.347vw;
  border-radius: 50%;
  top: 0;
  background: #B99573;
}
.vrawazbuao__line:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.347vw;
  height: 0.347vw;
  border-radius: 50%;
  bottom: 0;
  background: #B99573;
}
.vrawazbuao__info {
  margin-bottom: 0;
}
.vrawazbuao__info span {
  font-size: 1.75vw;
  font-weight: 500;
}
.vrawazbuao__info p {
  font-size: 0.972vw;
  line-height: 1.4;
  margin-top: 0.972vw;
}
.vrawazbuao__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.083vw;
}
.vrawazbuao__step span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.833vw 1.389vw;
  font-size: 1.667vw;
  background: #B99573;
  color: #fff;
  border-radius: 0 1.667vw 1.667vw 0;
}
.vrawazbuao__step img {
  width: 6.944vw;
}
.vrawazbuao__step_4 img, .vrawazbuao__step_8 img {
  opacity: 0;
}
.vrawazbuao__callback {
  padding: 0.7vw 0;
  background: #70ba65;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1vw;
  width: 60%;
}
.vrawazbuao__callback img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 1.3vw;
  margin-right: 0.4vw;
}
.vrawazbuao__callback span {
  font-size: 1.2vw;
  color: #fff;
}
@media (max-width: 768px) {
  .vrawazbuao {
    padding: 12vw 0;
  }
  .vrawazbuao__label {
    font-size: 4.736vw;
  }
  .vrawazbuao__title {
    font-size: 8.472vw;
  }
  .vrawazbuao__box {
    margin-top: 7.472vw;
  }
  .vrawazbuao__line:before {
    width: 1.347vw;
    height: 1.347vw;
  }
  .vrawazbuao__line:after {
    width: 1.347vw;
    height: 1.347vw;
  }
  .vrawazbuao__item {
    width: 100%;
    padding: 2.694vw 0 2.694vw 4.389vw;
    margin-bottom: 6.778vw;
  }
  .vrawazbuao__info {
    margin-bottom: 6.083vw;
  }
  .vrawazbuao__info span {
    font-size: 5.25vw;
  }
  .vrawazbuao__info p {
    font-size: 3.972vw;
    margin-top: 2.972vw;
  }
  .vrawazbuao__step span {
    padding: 3.833vw 5.389vw;
    font-size: 5.2vw;
    border-radius: 0 14.667vw 14.667vw 0;
    margin-bottom: 3vw;
  }
  .vrawazbuao__step img {
    width: 27.944vw;
  }
  .vrawazbuao__callback {
    padding: 2.7vw 0;
    margin-top: 5vw;
  }
  .vrawazbuao__callback img {
    width: 5.3vw;
    margin-right: 1.4vw;
  }
  .vrawazbuao__callback span {
    font-size: 4.25vw;
  }
}

.mtbfeorfbw {
  background: #1c1c1c;
  padding: 3.472vw 0;
}
.mtbfeorfbw .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.mtbfeorfbw__col.first {
  width: 32%;
}
.mtbfeorfbw__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mtbfeorfbw__logo {
  display: block;
  width: 8.333vw;
}
.mtbfeorfbw__logo img {
  display: block;
  width: 100%;
}
.mtbfeorfbw__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.042vw 0;
}
.mtbfeorfbw__soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  margin-right: 0.417vw;
  background: #fff;
}
.mtbfeorfbw__soc a svg {
  width: 60%;
  height: auto;
}
.mtbfeorfbw__copy {
  color: rgb(255, 255, 255);
  font-size: 0.833vw;
}
.mtbfeorfbw__title {
  display: block;
  font-weight: 700;
  font-size: 1.311vw;
  color: #525252;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.311vw;
}
.mtbfeorfbw__navig ul {
  list-style: none;
}
.mtbfeorfbw__navig ul li {
  display: block;
  margin-bottom: 0.994vw;
}
.mtbfeorfbw__navig ul li a {
  color: #fff;
  font-size: 1.103vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mtbfeorfbw__navig ul li a:hover {
  color: #59b84b;
}
.mtbfeorfbw__text {
  color: #fff;
  font-size: 1.103vw;
  line-height: 1.3;
  margin-bottom: 1.25vw;
}
.mtbfeorfbw__descr {
  color: #fff;
  font-size: 1.103vw;
  line-height: 1.3;
  margin-bottom: 1.25vw;
  opacity: 0.8;
}
.mtbfeorfbw__phone {
  color: #B99573;
  font-size: 1.103vw;
  display: inline-block;
  margin-bottom: 0.556vw;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mtbfeorfbw__phone b {
  color: #fff;
}
.mtbfeorfbw__phone:hover {
  color: #59b84b;
}
@media (max-width: 600px) {
  .mtbfeorfbw {
    padding: 10.472vw 0;
  }
  .mtbfeorfbw .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .mtbfeorfbw__title {
    font-size: 4.111vw;
    margin-bottom: 4.111vw;
  }
  .mtbfeorfbw__navig ul li {
    margin-bottom: 2.694vw;
  }
  .mtbfeorfbw__navig ul li a {
    font-size: 3.503vw;
  }
  .mtbfeorfbw__text {
    font-size: 3.903vw;
    margin-bottom: 4.25vw;
  }
  .mtbfeorfbw__text b {
    display: block;
  }
  .mtbfeorfbw__descr {
    font-size: 3.903vw;
    margin-bottom: 4.25vw;
  }
  .mtbfeorfbw__phone {
    font-size: 4.203vw;
    line-height: 1.3;
    margin-bottom: 3.556vw;
  }
  .mtbfeorfbw__phone b {
    display: block;
  }
  .mtbfeorfbw__col.first {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mtbfeorfbw__col.medium {
    width: 57%;
    margin: 5vw 0;
  }
  .mtbfeorfbw__col.small {
    width: 40%;
    margin: 5vw 0;
  }
  .mtbfeorfbw__logo {
    width: 31.333vw;
  }
  .mtbfeorfbw__soc {
    margin: 0 0 3vw;
  }
  .mtbfeorfbw__soc a {
    width: 8.083vw;
    height: 8.083vw;
    margin-right: 3.417vw;
  }
  .mtbfeorfbw__soc a svg {
    height: auto;
  }
  .mtbfeorfbw__copy {
    font-size: 3.233vw;
  }
}

.dobnkfuceg .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.dobnkfuceg__box {
  position: relative;
  padding: 7vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dobnkfuceg__info {
  width: 52%;
}
.dobnkfuceg__descr {
  font-weight: 400;
  font-size: 1.783vw;
  line-height: 120%;
  color: #282828;
  margin-bottom: 1.444vw;
}
.dobnkfuceg__title {
  font-weight: 400;
  font-size: 2.825vw;
  line-height: 115%;
  color: #282828;
  margin-bottom: 1.967vw;
}
.dobnkfuceg__list {
  padding-left: 0;
  list-style: none;
  width: 80%;
}
.dobnkfuceg__list li {
  font-size: 1.072vw;
  line-height: 130%;
  color: #000000;
  margin: 0.417vw 0 1.394vw;
  padding-left: 3.819vw;
  position: relative;
}
.dobnkfuceg__list li:before {
  content: "";
  width: 2.361vw;
  height: 2.361vw;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: #B99573;
  z-index: 1;
}
.dobnkfuceg__list li:after {
  content: "";
  width: 0.833vw;
  height: 0.833vw;
  position: absolute;
  left: 0.734vw;
  top: 0.75vw;
  background: url(../img/dobnkfuceg/check.svg);
  background-size: 100% 100%;
  z-index: 2;
}
.dobnkfuceg__man {
  position: relative;
  width: 48%;
/*  height: 500px;*/
}
.dobnkfuceg__man img {
  width: 100%;
  display: block;
  /*height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;*/
}
.dobnkfuceg__manimg {
  width: 32.639vw;
  display: block;
}
.dobnkfuceg__maninfo {
  text-align: center;
  position: absolute;
  right: 0;
  top: 6.944vw;
}
.dobnkfuceg__maninfo.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dobnkfuceg__mantitle {
  padding: 0.694vw 1.736vw;
  background: #12C868;
  border-radius: 0.486vw;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  margin-bottom: 0.903vw;
}
.dobnkfuceg__mantitle span {
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 120%;
  color: #FFFFFF;
  display: inline-block;
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}
.dobnkfuceg__position {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 120%;
  text-align: center;
  color: #000000;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .dobnkfuceg .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .dobnkfuceg__box {
    padding-bottom: 10vw;
  }
  .dobnkfuceg__info {
    width: 100%;
  }
  .dobnkfuceg__man {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 7vw;
/*    height: 80vw;*/
  }
  .dobnkfuceg__title {
    font-size: 6.125vw;
    margin-bottom: 4.667vw;
  }
  .dobnkfuceg__descr {
    font-size: 4.083vw;
    margin-bottom: 3.944vw;
  }
  .dobnkfuceg__list {
    width: 100%;
  }
  .dobnkfuceg__list li {
    padding: 0;
    padding-left: 10.819vw;
    font-size: 3.672vw;
    margin-bottom: 4vw;
  }
  .dobnkfuceg__list li:before {
    width: 7.361vw;
    height: 7.361vw;
  }
  .dobnkfuceg__list li:after {
    width: 2.833vw;
    height: 2.833vw;
    left: 2.294vw;
    top: 2.25vw;
  }
  .dobnkfuceg__manimg {
    width: 67.639vw;
    margin-right: 0;
    margin-left: auto;
  }
  .dobnkfuceg__maninfo {
    right: auto;
    left: 0;
    top: 19.944vw;
  }
  .dobnkfuceg__mantitle {
    padding: 1.494vw 3.736vw 1.694vw;
    border-radius: 1.486vw;
  }
  .dobnkfuceg__mantitle span {
    font-size: 3.111vw;
  }
  .dobnkfuceg__position {
    font-size: 2.972vw;
    margin-bottom: 2.903vw;
  }
  .dobnkfuceg__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dobnkfuceg__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.lnpsputfss {
  padding: 70px 0;
}
.lnpsputfss__wrap {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lnpsputfss__title {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.lnpsputfss__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #dedede;
  border-radius: 30px;
  padding: 30px;
}
.lnpsputfss__nav {
  width: 30%;
  padding-right: 30px;
  position: relative;
}
.lnpsputfss__nav:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0%;
  position: absolute;
  right: 0;
  background: #dedede;
}
.lnpsputfss__main {
  width: 70%;
  padding: 10px 40px;
}
.lnpsputfss__item {
  display: none;
}
.lnpsputfss__item.active {
  display: block;
}
.lnpsputfss__tab {
  border-radius: 50px;
  width: 100%;
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
  background: #f3f3f3;
  padding: 15px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.lnpsputfss__tab:last-child {
  margin-bottom: 0;
}
.lnpsputfss__tab.active {
  background: #B99573;
  color: #fff;
}
.lnpsputfss__subtitle {
  font-weight: 500;
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
}
.lnpsputfss__list {
  padding-left: 15px;
  list-style: none;
}
.lnpsputfss__list li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
  position: relative;
}
.lnpsputfss__list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B99573;
  position: absolute;
  left: -15px;
  top: 8px;
}
.lnpsputfss__btn {
  background: #B99573;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  padding: 18px 40px;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .lnpsputfss {
    padding: 2vw 0 12px;
  }
  .lnpsputfss__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lnpsputfss__title {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 30px;
  }
  .lnpsputfss__title br {
    display: none;
  }
  .lnpsputfss__nav {
    display: none;
  }
  .lnpsputfss__box {
    border: 0;
    padding: 0;
  }
  .lnpsputfss__main {
    width: 100%;
    padding: 0;
  }
  .lnpsputfss__item {
    display: block;
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 15px;
  }
  .lnpsputfss__list li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .lnpsputfss__subtitle {
    background: #B99573;
    color: #fff;
    font-size: 18px;
    padding: 12px 15px;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  .lnpsputfss__btn {
    font-size: 14px;
    padding: 18px 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 66%;
    text-align: center;
  }
}

.mobilenav {
  display: none;
}
.mobilenav__close {
  width: 5vw;
  position: absolute;
  right: 6vw;
  top: 6vw;
}
.mobilenav__close img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .mobilenav {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 99;
    width: 90%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: #f3f3f3;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    padding: 40px 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mobilenav.active {
    opacity: 1;
    pointer-events: initial;
  }
}

.howto{
  padding: 3vw 0 5vw;
}
.howto__wrapper{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.howto__title{
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2vw;
}
.howto__text{
  font-size: 1.1vw;
  line-height: 1.4;
  margin-bottom: 1vw;
}
@media (max-width: 600px){
  .howto{
    padding: 7vw 0 15vw;
  }
  .howto__wrapper{
    width: 90%;
  }
  .howto__title{
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .howto__text{
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}










