@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic-ext");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.center .smile .smile-block img {
    width: 50px;
}

#toTop {
width:100px;
border:1px solid #ccc;
background:#5bc017;
text-align:center;
padding:5px;
position:fixed;
bottom:10px; /* отступ кнопки от нижнего края страницы*/
right:10px;
cursor:pointer;
display:none;
color:#333;
font-family:verdana;
font-size:11px;
}

.slick-slider.screenshots-carousel .slide {
  padding: 0 15px;
}

.slick-slider.screenshots-carousel .slide .holder {
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
  -moz-box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
  box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
}

.slick-slider.screenshots-carousel .slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slider.screenshots-carousel .slide.slick-active .holder {
  transform: scale(1.08);
}

.slick-slider.screenshots-carousel .slide.slick-center {
  z-index: 100;
  position: relative;
}

.slick-slider.screenshots-carousel .slide.slick-center .holder {
  transform: scale(1.16);
}

.slick-slider.screenshots-carousel .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #2095f2;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50px;
  z-index: 100;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .7;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: 'Swiss721BlackCondensedBT';
  src: url("../fonts/Swiss721BlackCondensedBT.eot");
  src: url("../fonts/Swiss721BlackCondensedBT.eot") format("embedded-opentype"), url("../fonts/Swiss721BlackCondensedBT.woff2") format("woff2"), url("../fonts/Swiss721BlackCondensedBT.woff") format("woff"), url("../fonts/Swiss721BlackCondensedBT.ttf") format("truetype"), url("../fonts/Swiss721BlackCondensedBT.svg#Swiss721BlackCondensedBT") format("svg");
}

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

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%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

textarea {
  resize: none;
}

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  background: #fff;
  min-width: 320px;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: relative;
}

.header .top {
  background-color: #45332c;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  position: relative;
  z-index: 2;
}

.header .top .container {
  height: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header .top .container .buttons {
  display: flex;
  flex-wrap: wrap;

  margin-right:0px;
  margin-left:auto;
}

.header .top .container .buttons .btn-login, 
.header .top .container .buttons .btn-logout, 
.header .top .container .buttons .btn-profile {
  cursor: pointer;
  margin-right: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  width: 97px;
  height: 31px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.buttons .button-wrap {
    float:left;
}
.buttons a {
    text-decoration: none;
}
.btn-logout {
    background-color: grey!important;
    border-color:#000!important;
}

.btn-profile {
    background-color: #53b412!important;
}

.header .top .container .buttons .btn-login:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.header .top .container .buttons .btn-registration {
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 31px;
  width: 147px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53b412;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header .top .container .buttons .btn-registration:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #5bc017;
}

.header .bottom {
  background-color: #f1e8e5;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.header .bottom .container {
  min-height: 103px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header .bottom .container .logo {
  display: block;
  background: url(../img/logo.png) no-repeat;
  width: 270px;
  height: 83px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.header .bottom .container .logo a {
  display: block;
  height: 100%;
}

.header .bottom .container .tel {
  display: flex;
  flex-direction: column;
  background: url(../img/icon3.png) no-repeat 0 0;
  padding-left: 26px;
  justify-content: center;
  align-items: center;

  margin-right:0px;
  margin-left:auto;
}

.header .bottom .container .tel strong {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #b43709;
  font-family: 'Swiss721BlackCondensedBT';
  margin-bottom: 6px;
}

.header .bottom .container .tel a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #352a26;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#reg-city-input-wrap .select2 {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #46332d;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px 0 32px;
    margin-bottom: 17px;
    /*  background-color: #c0b8b6;*/
    background: url(../img/icon1.png) no-repeat 12px 50% #c0b8b6;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 100px;
}
#reg-city-input-wrap .select2-selection {
    background-color: transparent;
    border: none;
    height: 100px;
}

#city-filter-wrap {
    color: #ffffff;
    font-size: 12px;
    height: 35px;
    width: 255px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding-left: 38px;
    background: url(../img/icon1.png) no-repeat 12px 50% #45332c;
    position: relative;
}
#city-filter-wrap .select2 {
    width:100%!important;
}
#city-filter-wrap .select2-selection {
    background-color:transparent;
    border:none;
}
#city-filter-wrap .select2-selection__rendered {
    color:#FFF;
}

.cities {
  position: relative;
}

.cities:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 100px;
  top: -100px;
  background-color: #45332c;
  z-index: 3;
}

.cities .cities-btn {
  color: #ffffff;
  font-size: 12px;
  height: 35px;
  width: 255px;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 38px;
  background: url(../img/icon1.png) no-repeat 12px 50% #45332c;
  position: relative;
  z-index: 2;
}

.cities .cities-btn:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/icon2.png) no-repeat;
  width: 9px;
  height: 5px;
  margin-top: -2.5px;
}

.cities .cities-dop {
  position: absolute;
  top: -335px;
  border: 1px solid #fff;
  border-top: none;
  width: 100%;
  background-color: #45332c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cities .cities-dop a {
  padding-left: 38px;
  height: 35px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  line-height: 35px;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cities .cities-dop a:last-child {
  border: none;
}

.cities .cities-dop a:hover {
  padding-left: 45px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cities .cities-dop2 {
  top: 34px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banner {
    background: url(../img/img.jpg) no-repeat 50% 0;
    /*min-height: 627px;*/
    background-size:100%;
}

.banner .container {
/*  padding-top: 320px;*/
    padding-top: 20vw;
    padding-bottom:1vw;
}

.banner .container .search-master {
  max-width: 920px;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f1e8e5;
  padding: 30px 45px 27px 45px;
}

.banner .container .search-master span {
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #352a26;
}

.banner .container .search-master span b {
  text-transform: uppercase;
  color: #b43709;
}

.banner .container .search-master em {
  display: block;
  padding-left: 20px;
  font-style: italic;
  font-size: 14px;
  color: #8a807c;
  margin-bottom: 13px;
}

.banner .container .search-master .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner .container .search-master .buttons a {
  cursor: pointer;
  margin: 0 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  width: 180px;
  height: 52px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banner .container .search-master .buttons a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.banner .container .search-master .buttons a:last-child {
  background-color: #53b412;
}

.banner .container .search-master .buttons a:last-child:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #5bc017;
}

.btn1 {
  cursor: pointer;
  margin: 0 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  width: 180px;
  height: 52px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn1:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.btn2 {
  cursor: pointer;
  margin: 0 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  width: 180px;
  height: 52px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #53b412;
}

.btn2:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #5bc017;
}

.search-master-block {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.search-master-block form {
  display: flex;
  flex-wrap: nowrap;
}

.search-master-block form a.rubric {
  display: block;
  color: #fff;
  font-weight: 500;
  min-width: 157px;
  height: 60px;
  line-height: 60px;
  background: url(../img/icon4.png) no-repeat 20px 50% #49342D;
  padding-left: 56px;
  text-decoration: none;
  font-size: 20px;
}

.search-master-block form input[type="text"], 
.search-master-block form input[type="tel"], 
.search-master-block form input[type="email"] {
  display: block;
  font-family: 'Roboto', sans-serif;
  border: none;
  border-top: 1px solid #392C29;
  border-bottom: 1px solid #392C29;
  padding-left: 24px;
  width: 100%;
  font-size: 14px;
  color: #352a26;
  height: 60px;
  background-color: #f1e8e5;
}

.search-master-block form input[type="submit"] {
  cursor: pointer;
  background: url(../img/icon5.png) no-repeat 39px 50% #b43709;
  display: block;
  font-family: 'Roboto', sans-serif;
  border: none;
  padding-left: 78px;
  min-width: 187px;
  font-size: 20px;
  color: #fff;
  height: 60px;
  font-weight: 500;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.search-master-block form input[type="submit"]:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon5.png) no-repeat 39px 50% #c34618;
}

.all-services {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  position: relative;
}

.all-services .container ul {
  display: flex;
  flex-wrap: wrap;
}

.all-services .container ul li {
  width: 20%;
  margin-bottom: 20px;
}

.all-services .container ul li .service-block {
  width: 160px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.all-services .container ul li .service-block .iconka {
  margin: 0 auto 15px;
  background-color: #bfb8b6;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.54);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.54);
  width: 113px;
  height: 113px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li .service-block .iconka b {
  display: block;
  width: 100%;
  height: 100%;
}

.all-services .container ul li .service-block:hover .iconka {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #a6a3a1;
  border: 3px solid #46342d;
}

.all-services .container ul li .service-block span {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 16px;
  line-height: 20px;
}

.all-services .container ul li.service1 .service-block .iconka b {
  background: url(../img/icon6.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service1 .service-block:hover .iconka b {
  background: url(../img/icon6-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service2 .service-block .iconka b {
  background: url(../img/icon25.png) no-repeat 62% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service2 .service-block:hover .iconka b {
  background: url(../img/icon25-h.png) no-repeat 62% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service3 .service-block .iconka b {
  background: url(../img/icon7.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service3 .service-block:hover .iconka b {
  background: url(../img/icon7-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service4 .service-block .iconka b {
  background: url(../img/icon8.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service4 .service-block:hover .iconka b {
  background: url(../img/icon8-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service5 .service-block .iconka b {
  background: url(../img/icon9.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service5 .service-block:hover .iconka b {
  background: url(../img/icon9-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service6 .service-block .iconka b {
  background: url(../img/icon10.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service6 .service-block:hover .iconka b {
  background: url(../img/icon10-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service7 .service-block .iconka b {
  background: url(../img/icon11.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service7 .service-block:hover .iconka b {
  background: url(../img/icon11-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service8 .service-block .iconka b {
  background: url(../img/icon12.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service8 .service-block:hover .iconka b {
  background: url(../img/icon12-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service9 .service-block .iconka b {
  background: url(../img/icon13.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service9 .service-block:hover .iconka b {
  background: url(../img/icon13-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service10 .service-block .iconka b {
  background: url(../img/icon14.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service10 .service-block:hover .iconka b {
  background: url(../img/icon14-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service11 .service-block .iconka b {
  background: url(../img/icon15.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service11 .service-block:hover .iconka b {
  background: url(../img/icon15-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service12 .service-block .iconka b {
  background: url(../img/icon16.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service12 .service-block:hover .iconka b {
  background: url(../img/icon16-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service13 .service-block .iconka b {
  background: url(../img/icon17.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service13 .service-block:hover .iconka b {
  background: url(../img/icon17-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service14 .service-block .iconka b {
  background: url(../img/icon18.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service14 .service-block:hover .iconka b {
  background: url(../img/icon18-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service15 .service-block .iconka b {
  background: url(../img/icon19.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service15 .service-block:hover .iconka b {
  background: url(../img/icon19-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service16 .service-block .iconka b {
  background: url(../img/icon20.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service16 .service-block:hover .iconka b {
  background: url(../img/icon20-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service17 .service-block .iconka b {
  background: url(../img/icon21.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service17 .service-block:hover .iconka b {
  background: url(../img/icon21-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service18 .service-block .iconka b {
  background: url(../img/icon22.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service18 .service-block:hover .iconka b {
  background: url(../img/icon22-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service19 .service-block .iconka b {
  background: url(../img/icon23.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service19 .service-block:hover .iconka b {
  background: url(../img/icon23-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service20 .service-block .iconka b {
  background: url(../img/icon24.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.all-services .container ul li.service20 .service-block:hover .iconka b {
  background: url(../img/icon24-h.png) no-repeat 50% 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #45332c;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 75px;
}

.what-help-you {
  background-color: #f1e8e5;
  padding: 32px 0 60px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 70px;
}

.what-help-you .title {
  background-color: #45332c;
  min-height: 119px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  justify-content: center;
  padding: 0 15px;
}

.what-help-you .container .text {
  background-color: #FFFFFF;
  overflow: hidden;
  padding-bottom: 10px;
}

.what-help-you .container .text img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.what-help-you .container .text p {
  display: block;
  padding: 0 40px;
  margin-bottom: 30px;
  color: #352a26;
  font-size: 16px;
  line-height: 22px;
}

.what-help-you .container .text a.btn3 {
  margin: 0 auto 25px;
}

.in-demand {
  margin-bottom: 75px;
}

.slide-block {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
}

.slide-block img {
  display: block;
  margin: 0 auto 20px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.slide-block span {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 16px;
  margin-bottom: 8px;
}

.slide-block strong {
  display: block;
  text-align: center;
  font-weight: 900;
  color: #b43709;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.slide-block a {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  width: 144px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #53b412;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.slide-block a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #5bc017;
}

.autoplay .slick-prev {
  left: 0;
  top: 70px;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 49px;
  text-indent: -9999px;
  width: 49px;
  background: url(../img/left.png) no-repeat 50% 50% #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.autoplay .slick-prev:before {
  display: none;
}

.autoplay .slick-prev:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  background-color: #c34618;
}

.autoplay .slick-next {
  right: 0;
  top: 70px;
  opacity: 1;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 49px;
  text-indent: -9999px;
  width: 49px;
  background: url(../img/right.png) no-repeat 50% 50% #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.autoplay .slick-next:before {
  display: none;
}

.autoplay .slick-next:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  background-color: #c34618;
}

.in-demand2 .autoplay .slick-prev {
  background-color: #53b412;
}

.in-demand2 .autoplay .slick-prev:hover {
  background-color: #5bc017;
}

.in-demand2 .autoplay .slick-next {
  background-color: #53b412;
}

.in-demand2 .autoplay .slick-next:hover {
  background-color: #5bc017;
}

.in-demand2 .autoplay .slide-block a {
  background-color: #b43709;
}

.in-demand2 .autoplay .slide-block a:hover {
  background-color: #c34618;
}

.how-works {
  background-color: #f1e8e5;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 70px;
}

.how-works .title {
  color: #b43709;
  margin-bottom: 50px;
  padding: 0 15px;
}

.how-works .how-works-block {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.how-works .how-works-block img {
  display: block;
  border: 1px solid #45332c;
  position: relative;
  z-index: 2;
  min-width: 540px;
}

.how-works .how-works-block .right {
  padding-top: 26px;
  width: 100%;
}

.how-works .how-works-block .right .title {
  background-color: #45332c;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: left;
  height: 119px;
  padding-left: 30px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}

.how-works .how-works-block .right .right-text {
  background-color: #fff;
  padding: 25px 30px 5px 30px;
  min-height: 240px;
}

.how-works .how-works-block .right .right-text p {
  display: block;
  font-size: 14px;
  color: #352a26;
  line-height: 20px;
  margin-bottom: 20px;
}

.how-works .how-works-block .right .right-text em {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 20px;
}

.how-works .how-works-block .right .right-text span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #352a26;
  line-height: 20px;
  margin-bottom: 12px;
}

.how-works .how-works-block .right .right-text .instruments {
  position: relative;
  z-index: 5;
}

.how-works .how-works-block .right .right-text .instruments ul {
  display: flex;
  flex-wrap: wrap;
}

.how-works .how-works-block .right .right-text .instruments ul li {
  margin-right: 14px;
  padding-bottom: 23px;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.how-works .how-works-block .right .right-text .instruments ul li:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 36px;
  left: -8px;
  width: 18px;
  height: 18px;
  background: url(../img/icon98.png) no-repeat;
  z-index: 3;
}

.how-works .how-works-block .right .right-text .instruments ul li img {
  display: block;
  border: 1px solid #E5E3E0;
  min-width: 1px;
  width: 44px;
  height: 45px;
}

.how-works .how-works-block .right .right-text .instruments ul li .instruments-dop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #45332c;
  padding: 8px 20px;
}

.how-works .how-works-block .right .right-text .instruments ul li .instruments-dop em {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #b43709;
  margin-bottom: 3px;
  white-space: nowrap;
  font-style: normal;
  line-height: 12px;
}

.how-works .how-works-block .right .right-text .instruments ul li .instruments-dop a {
  display: block;
  text-align: center;
  color: #45332c;
  font-size: 12px;
  white-space: nowrap;
  font-weight: bold;
  border-bottom: 1px dashed;
  margin: 0;
  text-decoration: none;
}

.how-works .how-works-block .right .right-text .instruments ul li .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -12px;
  left: 21px;
  background: url(../img/icon100.png) no-repeat;
  width: 11px;
  height: 13px;
}

.how-works .how-works-block .right .right-text .instruments ul li:hover:after {
  background: url(../img/icon99.png) no-repeat;
}

.how-works .how-works-block .right .right-text .instruments ul li:hover .instruments-dop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.how-works .how-works-block .right .right-text .instruments ul li:hover img {
  border: 1px solid #49342D;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.how-works .how-works-block .right .right-text .instruments2 ul li {
  margin-right: 20px;
}

.how-works .how-works-block .right .right-text .instruments2 ul li img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.how-works .how-works-block .right .right-text .instruments2 ul li:after {
  top: 36px;
  left: -2px;
}

.how-works .how-works-block2:after {
  background-color: #b43709;
  right: -30px;
  left: auto;
}

.how-works .how-works-block2 .right .title {
  background-color: #b43709;
}

.how-works a {
  margin: 47px auto 0;
}

.btn3 {
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  width: 421px;
  height: 70px;
  font-size: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #45332c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn3:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #624e46;
}

.how-works a.btn3 {
  margin: 47px auto 0;
  width: 690px;
}

.write-us {
  background: url(../img/img6.jpg) no-repeat 50% 40px;
  min-height: 929px;
}

.write-us .container {
  display: flex;
  justify-content: flex-end;
}

.write-us .container .write-us-block {
  margin-right: 90px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  width: 538px;
  height: 538px;
  padding-top: 80px;
}

.write-us .container .write-us-block span {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #352a26;
  margin-bottom: 15px;
}

.write-us .container .write-us-block strong {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #b43709;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
}

.write-us .container .write-us-block .line {
  margin: 0 auto 30px;
  width: 280px;
  height: 2px;
  background-color: #352a26;
}

.write-us .container .write-us-block input[type="text"], 
.write-us .container .write-us-block input[type="tel"], 
.write-us .container .write-us-block input[type="email"] {
  display: block;
  margin: 0 auto 9px;
  color: #352a26;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  height: 43px;
  padding: 0 18px;
  width: 160px;
  border: 1px solid #352a26;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.write-us .container .write-us-block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 350px;
}

.write-us .container .write-us-block .row input[type="text"], 
.write-us .container .write-us-block .row input[type="tel"],
.write-us .container .write-us-block .row input[type="email"] {
  width: 160px;
  margin: 0 0 9px 0;
}

.write-us .container .write-us-block textarea {
  display: block;
  margin: 0 auto 28px;
  color: #352a26;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  height: 75px;
  padding: 15px 18px;
  width: 350px;
  border: 1px solid #352a26;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.write-us .container .write-us-block input[type="submit"] {
  margin: 0 auto;
  border: none;
}

.find-master {
  background-color: #f1e8e5;
  padding-top: 70px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 70px;
}

.find-master .find-master-block {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

.find-master .find-master-block .title {
  margin-bottom: 60px;
}

.find-master .find-master-block .title b {
  color: #b43709;
}

.find-master .find-master-block ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

.find-master .find-master-block ul li {
  width: 20%;
  padding: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.find-master .find-master-block ul li img {
  display: block;
  min-width: 43px;
  height: 42px;
  margin-right: 10px;
}

.service-block2 { max-width:111px; text-align:center; }
.service-block2-image-wrap { 
    background-color: #bfb8b6;
    height: 44px;
    width: 44px;
    padding: 6px;
    border-radius: 44px;
    border: 2px solid #ffffff;
    box-shadow: 1px 2px #e8e8e8;
    margin-right: 5px;
}

.find-master .find-master-block ul li .service-block2 span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #352a26;
  padding-top: 14px;
  min-height: 70px;
}

.find-master .find-master-block ul li .service-block2 a {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  width: 111px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #53b412;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.find-master .find-master-block ul li .service-block2 a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #5bc017;
}

.partners {
  margin-bottom: 50px;
}

.partners a.btn1 {
  margin: 0 auto 0;
}

.partners .title {
  margin-bottom: 58px;
}

.partners .slide-block img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.partners .slide-block strong {
  margin: 0;
}

.partners .autoplay .slick-prev {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.partners .autoplay .slick-next {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.partners .autoplay {
  margin-bottom: 55px;
}

.footer {
  background-color: #45332c;
  padding: 20px 0;
}

.footer .container .nav {
  margin-bottom: 15px;
}

.footer .container .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .container .nav ul li {
  background: url(../img/separator.png) no-repeat 100% 0;
  padding-right: 25px;
  margin-right: 22px;
}

.footer .container .nav ul li:last-child {
  background: none;
  padding: 0;
  margin: 0;
}

.footer .container .nav ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #45332c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer .container .nav ul li a:hover {
  border-bottom: 2px solid #b43709;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer .container .nav ul li.active a {
  font-weight: 900;
  border-bottom: 2px solid #b43709;
}

.footer .container .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .container .footer-container .footer-logo {
  display: block;
  background: url(../img/logo2.png) no-repeat;
  width: 278px;
  height: 89px;
}

.footer .container .footer-container .footer-logo a {
  display: block;
  height: 100%;
}

.footer .container .footer-container .center {
  padding-top: 20px;
}

.footer .container .footer-container .center a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer .container .footer-container .right .tel {
  display: flex;
  padding-left: 26px;
  justify-content: center;
  align-items: center;
  background: url(../img/icon48.png) 0px 50% no-repeat;
  margin-bottom: 20px;
}

.footer .container .footer-container .right .tel strong {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #b43709;
  font-family: 'Swiss721BlackCondensedBT';
  margin-right: 14px;
}

.footer .container .footer-container .right .tel a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer .container .footer-container .right .soc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .container .footer-container .right .soc span {
  display: block;
  margin-right: 17px;
  color: #fff;
  font-size: 14px;
}

.footer .container .footer-container .right .soc ul {
  display: flex;
}

.footer .container .footer-container .right .soc ul li {
  margin-right: 7px;
}

.footer .container .footer-container .right .soc ul li:last-child {
  margin: 0;
}

.footer .container .footer-container .right .soc ul li a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 31px;
  height: 31px;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer .container .footer-container .right .soc ul li a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 5px;
}

.footer .container .footer-container .right .soc ul li a.vk {
  background: url(../img/soc1.png) no-repeat;
}

.footer .container .footer-container .right .soc ul li a.ok {
  background: url(../img/soc2.png) no-repeat;
}

.footer .container .footer-container .right .soc ul li a.f {
  background: url(../img/soc3.png) no-repeat;
}

.footer .container .footer-container .right .soc ul li a.inst {
  background: url(../img/soc4.png) no-repeat;
}

.footer .container .footer-container .right .soc ul li a.youtube {
  background: url(../img/soc5.png) no-repeat;
}

.footer .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .bottom span {
  display: block;
  min-height: 28px;
  background: url(../img/icon47.png) no-repeat 0 50%;
  padding-left: 47px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  line-height: 28px;
}

.footer .bottom span a {
  text-decoration: underline;
  color: #fff;
}

.footer .bottom span a:hover {
  text-decoration: none;
}

#passwordResetModal, .popup1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.modal {
    display:none;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.modal .popup-container {
    position: absolute;
    top:100px;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    padding: 0px 15px;
}

.modal .close-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal .close-btn {
    position: absolute;
    cursor: pointer;
    top: -47px;
    right: -47px;
    background: url(/img/close.png) no-repeat;
    width: 47px;
    height: 47px;
}

.modal .popup-block {
    background-color: #fff;
    position: relative;
    padding: 35px 15px 28px;
    width: 100%;
}

.modal .popup-block .form-popup {
    margin: 0 auto;
}

#passwordResetModal .close1-2, .popup1 .close1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

#passwordResetModal .popup-container, .popup1 .popup-container {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  padding: 0 15px;
}

#passwordResetModal .popup-container .popup-block, .popup1 .popup-container .popup-block {
  width: 410px;
  background-color: #fff;
  position: relative;
  padding: 35px 15px 28px;
}

#passwordResetModal .popup-container .close2-2, .popup1 .popup-container .popup-block .close2 {
  position: absolute;
  cursor: pointer;
  top: -47px;
  right: -47px;
  background: url(../img/close.png) no-repeat;
  width: 47px;
  height: 47px;
}

#passwordResetModal .popup-container .popup-block .form-popup, .popup1 .popup-container .popup-block .form-popup {
  max-width: 285px;
  margin: 0 auto;
}

#passwordResetModal .popup-container .popup-block .form-popup strong, .popup1 .popup-container .popup-block .form-popup strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #b43709;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}

#passwordResetModal .popup-container .popup-block .form-popup input[type="email"], 
.popup1 .popup-container .popup-block .form-popup input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #46332d;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 0 32px;
  margin-bottom: 17px;
  background-color: #c0b8b6;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: 40px;
}

.popup1 .popup-container .popup-block .form-popup input[type="password"] {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #46332d;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 0 32px;
  margin-bottom: 17px;
  background-color: #c0b8b6;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: 40px;
}

.popup1 .popup-container .popup-block .form-popup .input-placeholder-text {
  line-height: 40px;
  padding-left: 32px;
  font-size: 14px;
  color: #46332d;
  font-family: 'Roboto', sans-serif;
}

.popup1 .popup-container .popup-block .form-popup .check {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.popup1 .popup-container .popup-block .form-popup .check input[type="checkbox"] {
  display: none;
}

.popup1 .popup-container .popup-block .form-popup .check input[type="checkbox"] + label {
  cursor: pointer;
  color: #46332d;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  display: block;
  padding: 5px 0 0 27px;
  background: url(../img/check.png) no-repeat 0 50%;
  min-height: 19px;
}

.popup1 .popup-container .popup-block .form-popup .check input[type="checkbox"]:checked + label {
  background: url(../img/check2.png) no-repeat 0 50%;
}

#passwordResetModal .popup-container .popup-block .form-popup input[type="submit"], 
.popup1 .popup-container .popup-block .form-popup input[type="submit"] {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  height: 50px;
  background-color: #b43709;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  -moz-box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  margin-bottom: 20px;
  border: none;
}

.popup1 .popup-container .popup-block .form-popup input[type="submit"]:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.popup1 .popup-container .popup-block .form-popup a {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #46332d;
  font-size: 12px;
  font-style: italic;
}

.popup1 .popup-container .popup-block .form-popup a:hover {
  text-decoration: none;
}

.popup2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.popup2 .close3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup2 .popup-container {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  padding: 0 15px;
}

.popup2 .popup-container .popup-block {
  width: 410px;
  background-color: #fff;
  position: relative;
  padding: 35px 15px 28px;
}

.popup2 .popup-container .popup-block .close4 {
  position: absolute;
  cursor: pointer;
  top: -47px;
  right: -47px;
  background: url(../img/close.png) no-repeat;
  width: 47px;
  height: 47px;
}

.popup2 .popup-container .popup-block .form-popup {
  max-width: 300px;
  margin: 0 auto;
}

.popup2 .popup-container .popup-block .form-popup strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #b43709;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}

.popup2 .popup-container .popup-block .form-popup input[type="email"], .popup2 .popup-container .popup-block .form-popup input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #46332d;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 0 32px;
  margin-bottom: 17px;
  background-color: #c0b8b6;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: 40px;
}

.popup2 .popup-container .popup-block .form-popup input[type="password"] {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #46332d;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 0 32px;
  margin-bottom: 17px;
  background-color: #c0b8b6;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: 40px;
}

.popup2 .popup-container .popup-block .form-popup .input-placeholder-text {
  line-height: 40px;
  padding-left: 32px;
  font-size: 14px;
  color: #46332d;
  font-family: 'Roboto', sans-serif;
}

.popup2 .popup-container .popup-block .form-popup .check {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.popup2 .popup-container .popup-block .form-popup .check input[type="checkbox"] {
  display: none;
}

.popup2 .popup-container .popup-block .form-popup .check input[type="checkbox"] + label {
  cursor: pointer;
  color: #46332d;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  display: block;
  padding: 5px 0 0 24px;
  background: url(../img/check.png) no-repeat 0 50%;
  min-height: 19px;
}

.popup2 .popup-container .popup-block .form-popup .check input[type="checkbox"]:checked + label {
  background: url(../img/check2.png) no-repeat 0 50%;
}

.popup2 .popup-container .popup-block .form-popup input[type="submit"] {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  height: 50px;
  background-color: #b43709;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  -moz-box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  margin-bottom: 20px;
  border: none;
}

.popup2 .popup-container .popup-block .form-popup input[type="submit"]:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.popup2 .popup-container .popup-block .form-popup a {
  display: inline;
  text-align: center;
  text-decoration: underline;
  color: #46332d;
  font-size: 12px;
  font-style: italic;
}

.popup2 .popup-container .popup-block .form-popup a:hover {
  text-decoration: none;
}

.popup2 .popup-container .popup-block .form-popup em {
  display: block;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  color: #46332d;
  margin-bottom: 11px;
}

.popup2 .popup-container .popup-block .form-popup .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popup2 .popup-container .popup-block .form-popup .buttons a.btn2 {
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 144px;
  height: 42px;
  line-height: 42px;
  font-style: normal;
  margin: 0 0 27px 0;
}

.popup2 .popup-container .popup-block .form-popup .buttons a.btn1 {
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-style: normal;
  margin: 0 0 27px 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 144px;
  height: 42px;
  line-height: 42px;
}

.header2 {
  margin-bottom: 18px;
}

.header .bottom2 .container {
  flex-wrap: nowrap;
}

.header .bottom2 .container .logo {
  min-width: 270px;
  margin-right: 30px;
}

.header .bottom2 .container .tel {
  margin-left: 30px;
  min-width: 190px;
}

.header .bottom2 .search-master-block {
  margin: 0;
  width: 100%;
}

.header .bottom2 .search-master-block form input[type="submit"] {
  cursor: pointer;
  background: url(../img/icon5.png) no-repeat 22px 50% #b43709;
  display: block;
  font-family: 'Roboto', sans-serif;
  border: none;
  padding-left: 53px;
  min-width: 147px;
  font-size: 20px;
  color: #fff;
  height: 60px;
  font-weight: 500;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header .bottom2 .search-master-block form input[type="submit"]:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon5.png) no-repeat 22px 50% #c34618;
}

.header .bottom2 .search-master-block form a.rubric {
  display: block;
  color: #fff;
  font-weight: 500;
  min-width: 147px;
  height: 60px;
  line-height: 60px;
  background: url(../img/icon4.png) no-repeat 15px 50% #49342D;
  padding-left: 51px;
  text-decoration: none;
  font-size: 20px;
}

.inner-page {
  background-color: #f1e8e5;
  padding: 45px 0 60px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}

.title-inner, .alert {
  display: block;
  padding: 0 15px;
  font-size: 40px;
  color: #b43709;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin-bottom: 46px;
}

.banner2 {
  background: url(../img/img9.jpg) no-repeat 50% 0;
  min-height: 570px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 17px;
}

.inner-page-block {
  background-color: #fff;
  padding: 60px 90px 40px;
}

.inner-page-block .text strong {
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
  color: #b43709;
  font-size: 26px;
}

.inner-page-block .text p {
  display: block;
  margin-bottom: 25px;
  color: #352a26;
  font-size: 14px;
  line-height: 20px;
}

.inner-page-block .text p b {
  font-weight: bold;
}

.inner-page-block .text span {
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
  color: #352a26;
  font-size: 14px;
  line-height: 20px;
}

.inner-page-block .text ul {
  margin-bottom: 25px;
}

.inner-page-block .text ul li {
  padding-left: 10px;
  background: url(../img/bg-li.png) no-repeat 0 9px;
  color: #352a26;
  font-size: 14px;
  line-height: 20px;
}

.contacts {
  display: flex;
  margin-bottom: 30px;
}

.contacts .contacts-left {
  width: 350px;
  background-color: #45332c;
  padding: 27px 30px;
  margin-right: 37px;
  margin-bottom: 30px;
}

.contacts .contacts-left strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 27px;
  color: #fff;
}

.contacts .contacts-left input[type="text"], 
.contacts .contacts-left input[type="tel"],
.contacts .contacts-left input[type="email"] {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 0 32px;
  margin-bottom: 17px;
  background-color: #352a26;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: 40px;
}

.contacts .contacts-left textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 15px 20px 15px 32px;
  margin-bottom: 17px;
  background-color: #352a26;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: 90px;
}

.contacts .contacts-left input[type="submit"] {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  height: 50px;
  background-color: #b43709;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  -moz-box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  box-shadow: 0 5px 17px rgba(132, 53, 23, 0.5);
  border: none;
}

.contacts .contacts-left input[type="submit"]:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.contacts .contacts-right {
  padding-top: 30px;
}

.contacts .contacts-right strong {
  display: block;
  font-size: 26px;
  color: #b43709;
  font-weight: bold;
  margin-bottom: 47px;
}

.contacts .contacts-right b {
  display: block;
  font-size: 14px;
  color: #352a26;
  font-weight: bold;
  margin-bottom: 10px;
}

.contacts .contacts-right span {
  display: block;
  font-size: 16px;
  color: #352a26;
  margin-bottom: 30px;
}

.contacts .contacts-right .soc ul {
  display: flex;
}

.contacts .contacts-right .soc ul li {
  margin-right: 8px;
}

.contacts .contacts-right .soc ul li a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 31px;
  height: 31px;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contacts .contacts-right .soc ul li a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 5px;
}

.contacts .contacts-right .soc ul li a.vk {
  background: url(../img/soc1.png) no-repeat;
}

.contacts .contacts-right .soc ul li a.ok {
  background: url(../img/soc2.png) no-repeat;
}

.contacts .contacts-right .soc ul li a.f {
  background: url(../img/soc3.png) no-repeat;
}

.contacts .contacts-right .soc ul li a.inst {
  background: url(../img/soc4.png) no-repeat;
}

.contacts .contacts-right .soc ul li a.youtube {
  background: url(../img/soc5.png) no-repeat;
}

.banner3 {
  background: url(../img/img10.jpg) no-repeat 50% 0;
  min-height: 570px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 17px;
}

.banner4 {
  background: url(../img/img14.jpg) no-repeat 50% 0;
  min-height: 570px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 17px;
}

.inner-page-block2 {
  padding: 96px 60px 0;
  overflow: hidden;
}

.inner-page-block2 .steps ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.inner-page-block2 .steps ul:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -50px;
  left: 55px;
  background: url(../img/bg.png) no-repeat;
  width: 864px;
  height: 181px;
}

.inner-page-block2 .steps ul li {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.inner-page-block2 .steps ul li .iconka {
  margin: 0 auto 45px;
  background-color: #bfb8b6;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.54);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.54);
  width: 95px;
  height: 95px;
}

.inner-page-block2 .steps ul li .iconka b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon49.png) no-repeat 50% 50%;
}

.inner-page-block2 .steps ul li strong {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #b43709;
  margin-bottom: 7px;
}

.inner-page-block2 .steps ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #352a26;
  line-height: 16px;
}

.good-know .title {
  margin-bottom: 60px;
}

.good-know-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.good-know-block .left {
  width: 41%;
}

.good-know-block .left img {
  display: block;
  width: 100%;
  height: auto;
}

.good-know-block .right {
  width: 54%;
}

.good-know-block strong {
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
  color: #b43709;
  font-size: 26px;
  text-transform: uppercase;
}

.good-know-block .right p {
  display: block;
  margin-bottom: 25px;
  color: #352a26;
  font-size: 14px;
  line-height: 20px;
}

.good-know-block .right p b {
  font-weight: bold;
}

.good-know-block .right span {
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
  color: #352a26;
  font-size: 14px;
  line-height: 20px;
}

.good-know-block .right ul {
  margin-bottom: 25px;
}

.good-know-block .right ul li {
  padding-left: 10px;
  background: url(../img/bg-li.png) no-repeat 0 9px;
  color: #352a26;
  font-size: 14px;
  line-height: 20px;
}

.good-know-block .right a.btn1 {
  font-size: 13px;
  width: 158px;
  height: 39px;
  line-height: 39px;
}

.good-know-block:nth-child(odd) .left {
  order: 2;
}

.inner-page-block3 {
  padding: 50px 40px;
  overflow: hidden;
}

.inner-page-block3 .good-know-block {
  margin-bottom: 0;
}

.inner-page-block3 .good-know-block .left {
  width: 43%;
}

.inner-page-block3 .good-know-block .right {
  width: 53%;
}

.inner-page-block3 .good-know-block2 .left {
  order: 1;
}

.inner-page-block3 .good-know-block2 .right {
  order: 2;
}

.banner5 {
  background: url(../img/img16.jpg) no-repeat 50% 0;
  min-height: 570px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 17px;
}

.contacts2 {
  margin-bottom: 40px;
  justify-content: space-between;
}

.contacts2 .contacts-left {
  min-width: 350px;
  margin: 0 0 30px 40px;
}

.partners2 {
  margin-bottom: 30px;
}

.partners2 span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  color: #45332c;
  margin-bottom: 65px;
}

.partners2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.partners2 ul li {
  width: 25%;
  margin-bottom: 55px;
}

.partners2 ul li a {
  display: block;
  text-decoration: none;
}

.partners2 ul li img {
  display: block;
  margin: 0 auto 10px;
}

.partners2 ul li span {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 8px;
}

.partners2 ul li strong {
  display: block;
  text-align: center;
  font-weight: 900;
  color: #b43709;
  font-size: 14px;
  text-transform: uppercase;
}

.inner-page2 {
  padding-top: 22px;
  margin-bottom: 70px;
}

.inner-page2 .title {
  margin-bottom: 35px;
}

.inner-page2 .title2 {
  padding: 0 15px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  height: 84px;
  display: flex;
  align-items: center;
  line-height: 26px;
  justify-content: center;
  background-color: #45332c;
  margin-bottom: 60px;
}

.bread-crumbs {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto 32px;
}

.bread-crumbs ul {
  display: flex;
  flex-wrap: wrap;
}

.bread-crumbs ul li {
  padding-right: 17px;
  margin-bottom: 5px;
  margin-right: 11px;
  background: url(../img/bg-li2.png) no-repeat 100% 50%;
  font-size: 14px;
  color: #352a26;
}

.bread-crumbs ul li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}

.bread-crumbs ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #352a26;
}

.bread-crumbs ul li a:hover {
  text-decoration: underline;
}

.graph-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.graph-container .graph-left {
  width: 52%;
}

.graph-container .graph-left img {
  display: block;
  width: 100%;
  height: auto;
}

.graph-container .graph-right {
  width: 43%;
  background-color: #fff;
  padding: 35px 35px 1px 35px;
  position: relative;
}

.graph-container .graph-right:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 46px;
  left: -28px;
  background: url(../img/icon50.png) no-repeat;
  width: 29px;
  height: 35px;
}

.graph-container .graph-right p {
  display: block;
  color: #352a26;
  line-height: 22px;
  font-size: 16px;
  color: #352a26;
  margin-bottom: 20px;
}

.graph-container .graph-right b {
  display: block;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  color: #b43709;
  margin-bottom: 20px;
}

.question {
  margin-bottom: 70px;
}

.question .title {
  line-height: 46px;
  margin-bottom: 60px;
}

.question .title b {
  display: block;
  color: #b43709;
}

.question ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.question ul li {
  margin-bottom: 17px;
  width: 50%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.question ul li .letter {
  min-width: 112px;
}

.question ul li .letter .letter-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #352a26;
  font-size: 26px;
  font-weight: 900;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #352a26;
}

.question ul li .question-block {
  width: 100%;
  background-color: #f1e8e5;
  position: relative;
  padding: 20px 25px;
  display: flex;
  align-items: center;
}

.question ul li .question-block:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 14px;
  left: -30px;
  background: url(../img/icon51.png) no-repeat;
  width: 31px;
  height: 37px;
}

.question ul li .question-block p {
  display: block;
  font-size: 16px;
  color: #352a26;
  line-height: 22px;
}

.question ul li:nth-child(even) .letter {
  order: 2;
  overflow: hidden;
}

.question ul li:nth-child(even) .letter .letter-block {
  float: right;
}

.question ul li:nth-child(even) .question-block:after {
  top: 14px;
  left: auto;
  right: -30px;
  background: url(../img/icon52.png) no-repeat;
}

.main {
  display: flex;
  flex-wrap: nowrap;
}

.sidebar {
  min-width: 255px;
  margin-right: 30px;
  width: 255px;
  position: relative;
  z-index: 7;
}

.rubric-block {
  margin-bottom: 20px;
}

.rubric-block .btn-rubric {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  height: 45px;
  line-height: 47px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.rubric-block .btn-rubric:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/icon53.png) no-repeat;
  width: 16px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rubric-dop {
  display: block;
  background-color: #fff;
  border: 1px solid #45332c;
  border-top: none;
  padding-top: 20px;
  padding-bottom: 10px;
}

/*accordion*/
.example-list {
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.accordion li {
  margin: 0 0 11px 0;
}

.accordion .opener {
  display: block;
  color: #45332c;
  text-decoration: none;
  font-size: 14px;
  padding: 0 10px 0 25px;
  background: url(../img/icon54.png) no-repeat 11px 3px;
}

.accordion .opener:hover {
  text-decoration: underline;
}

.accordion li.active .opener,
.accordion li.active li.active .opener {
  background: url(../img/icon55.png) no-repeat 11px 3px;
  text-decoration: underline;
  font-weight: 900;
}

.accordion-dop {
  padding-left: 45px;
  padding-top: 10px;
}

.accordion-dop a {
  display: block;
  color: #45332c;
  text-decoration: none;
  font-size: 13px;
}

.accordion-dop a:hover {
  text-decoration: underline;
}

.maybe-interested {
  background-color: #fff;
  padding: 20px 13px 0 13px;
  overflow: hidden;
  margin-bottom: 20px;
}

.maybe-interested .title-interested {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #b43709;
  margin-bottom: 15px;
}

.maybe-interested .master {
  margin-bottom: 20px;
}

.maybe-interested .master .top {
  display: flex;
  margin-bottom: 14px;
}

.maybe-interested .master .top .foto-master {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 82px;
  height: 82px;
  margin-right: 10px;
}

.maybe-interested .master .top .foto-master img {
  display: block;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  /*width: 100%;*/
  height: auto;
}

.maybe-interested .master .top .info-master {
  padding-top: 10px;
  max-width:170px;
}

.maybe-interested .master .top .info-master span {
  display: block;
  text-decoration: underline;
  color: #352a26;
  font-size: 14px;
  margin-bottom: 5px;
}

.maybe-interested .master .top .info-master b {
  display: block;
  text-transform: uppercase;
  color: #b43709;
  font-size: 12px;
  margin-bottom: 9px;
}

.maybe-interested .master .top .info-master a {
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  width: 93px;
  height: 29px;
  line-height: 31px;
  background-color: #53b412;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}

.maybe-interested .master .top .info-master a:hover {
  background-color: #5bc017;
}

.maybe-interested .master .bottom {
  padding: 0 0 0 5px;
}

.maybe-interested .master .bottom ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.maybe-interested .master .bottom ul li span {
  display: block;
  color: #352a26;
  font-size: 14px;
}

.maybe-interested .master .bottom ul li a {
  display: block;
  color: #352a26;
  font-size: 14px;
  text-decoration: underline;
}

.maybe-interested .master .bottom ul li a:hover {
  text-decoration: none;
}

.maybe-interested .master .bottom ul li strong {
  display: block;
  color: #352a26;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  min-width: 30px;
}

.bulletin-board {
  border: 1px solid #45332c;
  overflow: hidden;
  background-color: #fff;
}

.bulletin-board .title-bulletin-board {
  background-color: #45332c;
  height: 52px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  margin-bottom: 20px;
}

.bulletin-board ul {
  padding: 0 13px;
}

.bulletin-board ul li {
  margin-bottom: 46px;
  display: flex;
  flex-wrap: nowrap;
}

.bulletin-board ul li .user {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  min-width: 41px;
  width: 41px;
  height: 41px;
  margin-right: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.bulletin-board ul li .user img {
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: auto;
}

.bulletin-board ul li .ad {
  background-color: #F4E8E3;
  padding: 7px 10px 10px 10px;
  border-bottom: 1px dashed #392C29;
  position: relative;
  width: 100%;
}

.bulletin-board ul li .ad:after {
  content: '';
  display: block;
  clear: both;
  background: url(../img/icon56.png) repeat-x 0 0;
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: -26px;
  left: 0;
}

.bulletin-board ul li .ad a {
  display: block;
  text-decoration: underline;
  color: #352a26;
  font-size: 12px;
  margin-bottom: 3px;
}

.bulletin-board ul li .ad a:hover {
  text-decoration: none;
}

.bulletin-board ul li .ad b {
  display: block;
  text-transform: uppercase;
  color: #b43709;
  font-size: 12px;
  margin-bottom: 5px;
}

.bulletin-board ul li .ad p {
  display: block;
  color: #352a26;
  white-space: normal;
  font-size: 11px;
  line-height: 14px;
}

.main-container {
  width: 100%;
  background-color: #fff;
}

.top-main {
  position: relative;
  border-bottom: 1px solid #392C29;
  padding-left: 25px;
  min-height: 50px;
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.top-main:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  bottom: -2px;
  left: 25px;
  background-color: #b43709;
  width: 80px;
  height: 3px;
}

.top-main span {
  display: block;
  color: #b43709;
  font-size: 14px;
}

.top-main .buttons {
  display: flex;
  flex-wrap: wrap;
}

.top-main .buttons a {
  display: block;
  margin-left: 10px;
  text-decoration: none;
  border: 1px solid #392C29;
  padding: 0 15px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #352a26;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.top-main .buttons a.active {
  color: #fff;
  background-color: #b43709;
}

.top-main .buttons a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background-color: #b43709;
}

.all-services-container {
  padding-left: 30px;
}

.all-services-container ul li {
  margin-bottom: 22px;
}

.all-services-container ul li a {
  display: flex;
  text-decoration: none;
  align-items: center;
}

.all-services-container ul li a span {
  text-decoration: underline;
  font-weight: bold;
  color: #352a26;
  font-size: 16px;
}

.all-services-container ul li a b {
  font-weight: bold;
  color: #352a26;
  margin-left: 3px;
  font-size: 12px;
}

.all-services-container ul li a:hover span {
  text-decoration: none;
}

.all-services-container ul li ul {
  padding-top: 13px;
  padding-left: 26px;
}

.all-services-container ul li ul li {
  margin-bottom: 7px;
}

.all-services-container ul li ul li a span {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.all-services-container ul li ul li a b {
  font-size: 12px;
}

.all-services-container ul li ul li a:hover {
  text-decoration: underline;
}

.inner-page3 .title-inner {
  margin-bottom: 33px;
}

.inner-page3 .bread-crumbs {
  margin-bottom: 25px;
}

.inner-page3 .title2 {
  margin-bottom: 30px;
}

.selected-customer {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 21px 0 0;
}

.selected-customer .title-selected-customer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
}

.selected-customer .title-selected-customer span {
  display: flex;
  align-items: center;
  background: url(../img/icon57.png) no-repeat 0 50%;
  min-height: 29px;
  padding-left: 40px;
  color: #b43709;
  font-size: 18px;
  font-weight: bold;
}

.selected-customer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 10px;
}

.selected-customer ul li {
  width: 25%;
  padding: 0 4px;
  margin-bottom: 20px;
  position: relative;
}

.selected-customer ul li .instruments-dop {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #F4E8E3;
  border: 1px solid #49342D;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
}

.selected-customer ul li .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 26px;
  background: url(../img/icon111.png) no-repeat;
  width: 8px;
  height: 9px;
}

.selected-customer ul li .instruments-dop p {
  display: block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 14px;
  color: #45332c;
}

.selected-customer ul li:hover .instruments-dop {
  display: flex;
}

.selected-customer ul li:hover {
  z-index: 3;
}

.selected-customer ul li img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
}

.portfolio-master {
  margin-bottom: 24px;
}

.portfolio-master span {
  display: block;
  text-align: center;
  padding: 0 10px;
  color: #45332c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.portfolio-master ul li {
  margin-bottom: 6px;
}

.portfolio-master ul li a {
  display: block;
  text-decoration: none;
  height: 45px;
  line-height: 45px;
  padding-left: 55px;
  color: #fff;
  font-size: 13px;
  background-color: #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-master ul li a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.portfolio-master ul li:nth-child(1) a {
  background: url(../img/icon58.png) no-repeat 0 50% #b43709;
}

.portfolio-master ul li:nth-child(1) a:hover {
  background: url(../img/icon58.png) no-repeat 0 50% #c34618;
}

.portfolio-master ul li:nth-child(2) a {
  background: url(../img/icon59.png) no-repeat 0 50% #b43709;
}

.portfolio-master ul li:nth-child(2) a:hover {
  background: url(../img/icon59.png) no-repeat 0 50% #c34618;
}

.portfolio-master ul li:nth-child(3) a {
  background: url(../img/icon60.png) no-repeat 0 50% #b43709;
}

.portfolio-master ul li:nth-child(3) a:hover {
  background: url(../img/icon60.png) no-repeat 0 50% #c34618;
}

.portfolio-master2 {
  margin-bottom: 9px;
}

.portfolio-master2 ul li a {
  background: #b43709 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-left: 18px;
}

.portfolio-master2 ul li a:hover {
  background: #c34618 !important;
}

.my-messages {
  margin-bottom: 6px;
}

.my-messages a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 45px;
  color: #fff;
  font-size: 14px;
  height: 45px;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  background: url(../img/icon65.png) no-repeat 9px 48% #45332c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.my-messages a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon65.png) no-repeat 9px 48% #683e2e;
}

.my-messages a span {
  position: absolute;
  top: 8px;
  right: 9px;
  font-size: 16px;
  display: block;
  color: #fff;
  text-align: center;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background-color: #53b412;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.my-messages:nth-child(2) a {
  background: url(../img/icon108.png) no-repeat 10px 48% #45332c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.my-messages:nth-child(2) a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon108.png) no-repeat 10px 48% #683e2e;
}

.my-messages:nth-child(3) a {
  background: url(../img/icon109.png) no-repeat 12px 48% #45332c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.my-messages:nth-child(3) a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon109.png) no-repeat 12px 48% #683e2e;
}

.my-messages2 a {
  background: url(../img/icon110.png) no-repeat 12px 48% #45332c;
}

.my-messages2 a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon110.png) no-repeat 12px 48% #683e2e;
}

.my-messages3 a {
  background: url(../img/icon62.png) no-repeat 12px 48% #45332c;
}

.my-messages3 a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon62.png) no-repeat 12px 48% #683e2e;
}

.dop-block5 {
  border: 1px solid #49342D;
  background-color: #fff;
  margin-top: 11px;
  padding: 13px 9px 11px 9px;
  position: relative;
  margin-bottom: 15px;
}

.dop-block5:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 17px;
  background: url(../img/icon61.png) no-repeat;
  width: 8px;
  height: 10px;
}

.dop-block5 span {
  display: block;
  text-align: center;
  color: #45332c;
  font-size: 14px;
  margin-bottom: 12px;
}

.dop-block5 ul {
  display: flex;
  flex-wrap: wrap;
}

.dop-block5 ul li {
  width: 25%;
  padding: 0 4px;
  position: relative;
  z-index: 7;
}

.dop-block5 ul li .instruments-dop {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #F4E8E3;
  border: 1px solid #49342D;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
}

.dop-block5 ul li .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 26px;
  background: url(../img/icon111.png) no-repeat;
  width: 8px;
  height: 9px;
}

.dop-block5 ul li .instruments-dop p {
  display: block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 14px;
  color: #45332c;
}

.dop-block5 ul li:hover .instruments-dop {
  display: flex;
}

.dop-block5 ul li:hover {
  z-index: 8;
}

.dop-block5 ul li img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
}

.dop-block7 {
  padding: 13px 15px 11px 15px;
}

.dop-block7 img {
  display: block;
  width: 100%;
  height: auto;
}

.dop-block6 {
  display: flex;
  justify-content: space-between;
  padding: 10px 28px;
  flex-wrap: nowrap;
  align-items: center;
}

.dop-block6 span {
  display: block;
  text-align: left;
  color: #45332c;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.dop-block6 span strong {
  font-weight: bold;
}

.dop-block6 img {
  display: block;
  width: auto;
  height: auto;
}

.my-messages-container {
  padding: 10px 18px 30px 18px;
}

.my-messages-block {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 33px;
  justify-content: space-between;
}

.my-messages-block .foto-user {
  min-width: 55px;
  margin-right: 31px;
  width: 55px;
}

.my-messages-block .foto-user img {
  display: block;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: auto;
}

.my-messages-block .sms {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 13px 27px 13px 40px;
  background-color: #f1e8e5;
}

.my-messages-block .sms:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 8px;
  left: -17px;
  background: url(../img/icon51.png) no-repeat;
  width: 19px;
  height: 37px;
}

.my-messages-block .sms span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #b43709;
  margin-bottom: 3px;
}

.my-messages-block .sms strong {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #45332c;
  margin-bottom: 7px;
}

.my-messages-block .sms p {
  display: block;
  font-size: 14px;
  color: #352a26;
  line-height: 16px;
  margin-bottom: 17px;
}

.my-messages-block .sms p:last-child {
  margin: 0;
}

.page-navigation ul {
  display: flex;
  justify-content: flex-end;
}

.page-navigation ul li {
  margin-left: 6px;
}

.page-navigation ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #352a26;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  border: 2px solid #352a26;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page-navigation ul li a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #b43709;
}

.page-navigation ul li.active a {
  border: 2px solid #b43709;
}

.page-navigation ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #352a26;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  border: 2px solid #352a26;
  text-decoration: none;
}

a.back {
  color: #352a26;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-left: 13px;
  background: url(../img/bg-a.png) no-repeat 0 30%;
}

a.back:hover {
  text-decoration: underline;
}

.my-messages-block2 .foto-user {
  order: 2;
  margin: 0 0 0 31px;
}

.my-messages-block2 .sms:after {
  left: auto;
  right: -17px;
  background: url(../img/icon52.png) no-repeat 100% 0;
}

.recommendation-master5 {
  padding-top: 5px;
  padding-left: 84px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.recommendation-master5 .left {
  display: flex;
  margin-bottom: 30px;
}

.recommendation-master5 .left .foto-master {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 82px;
  height: 82px;
  margin-right: 10px;
}

.recommendation-master5 .left .foto-master img {
  display: block;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: auto;
}

.recommendation-master5 .left .info-master {
  padding-top: 7px;
}

.recommendation-master5 .left .info-master span {
  display: block;
  text-decoration: underline;
  color: #352a26;
  font-size: 14px;
  margin-bottom: 5px;
}

.recommendation-master5 .left .info-master b {
  display: block;
  text-transform: uppercase;
  color: #b43709;
  font-size: 12px;
  margin-bottom: 9px;
}

.recommendation-master5 .left .info-master a {
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  width: 93px;
  height: 29px;
  line-height: 31px;
  background-color: #53b412;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}

.recommendation-master5 .left .info-master a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #5bc017;
}

.recommendation-master5 .right {
  margin-bottom: 30px;
  padding-left: 96px;
  position: relative;
}

.recommendation-master5 .right:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0;
  width: 69px;
  height: 67px;
  background: url(../img/img11.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.recommendation-master5 .right ul {
  min-width: 210px;
}

.recommendation-master5 .right ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.recommendation-master5 .right ul li span {
  display: block;
  color: #b43709;
  font-size: 14px;
  font-weight: bold;
}

.recommendation-master5 .right ul li strong {
  display: block;
  color: #352a26;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  min-width: 30px;
}

.recommendation-master5 .right ul li a {
  display: block;
  color: #352a26;
  font-size: 14px;
  text-decoration: underline;
}

.recommendation-master5 .right ul li a:hover {
  text-decoration: none;
}

.recommendation-master5 .right ul li:first-child strong {
  color: #b43709;
}

/*.recommendation-master5 .right ul li:nth-child(2) a {
  padding-right: 26px;
  background: url(../img/icon66.png) no-repeat 100% 50%;
  min-height: 19px;
  line-height: 19px;
}*/

.title-recommendation-master5 {
  display: block;
  font-size: 15px;
  color: #b43709;
  font-weight: bold;
  margin-bottom: 23px;
  padding-left: 40px;
  width: 100%;
}

.photos {
  width: 100%;
  background: url(../img/icon67.png) no-repeat 0 7px;
  padding-left: 30px;
}

.photos ul {
  display: flex;
  flex-wrap: wrap;
}

.photos ul li {
  margin-right: 6px;
  margin-bottom: 6px;
}

.photos ul li a {
  display: block;
}

.photos ul li a img {
  display: block;
}

.my-messages-container2 .my-messages-block {
  margin-bottom: 12px;
}

.my-messages-container2 .my-messages-block .photos2 {
  min-width: 55px;
  margin-right: 31px;
  width: 55px;
}

.my-messages-container2 .my-messages-block .photos2 .foto-user {
  position: relative;
  min-width: 1px;
  width: 100%;
  margin: 0 0 20px 0;
  z-index: 2;
}

.my-messages-container2 .my-messages-block .photos2 .foto-user:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50px;
  left: 50%;
  background: url(../img/icon68.png) no-repeat;
  width: 23px;
  height: 33px;
  margin-left: -11.5px;
  z-index: -1;
}

.my-messages-container2 .my-messages-block .photos2 .foto-user2 {
  position: relative;
  z-index: 2;
  width: 41px;
  margin: 0 auto 0;
}

.my-messages-container2 .my-messages-block .photos2 .foto-user2:after {
  display: none;
}

.my-messages-container2 .recommendation-master5 {
  margin-bottom: 47px;
  padding-top: 0;
  padding-bottom: 0;
}

a.btn-question {
  margin: 0 0 50px 86px;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 262px;
  height: 40px;
  background-color: #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}

a.btn-question:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.reviews-container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.reviews-container .top .left {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.reviews-container .top .left .foto {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 17px;
}

.reviews-container .top .left .foto img {
  display: block;
  min-width: 62px;
  width: 100%;
  height: auto;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.reviews-container .top .left .name span {
  display: block;
  font-weight: bold;
  color: #b43709;
  font-size: 16px;
  margin-bottom: 5px;
}

.reviews-container .top .left .name a {
  display: block;
  font-weight: bold;
  color: #352a26;
  font-size: 16px;
  text-decoration: underline;
}

.reviews-container .top .left .name a:hover {
  text-decoration: none;
}

.reviews-container .top .right {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.reviews-container .top .right a {
  display: block;
  text-decoration: underline;
  color: #352a26;
  font-size: 14px;
  line-height: 16px;
  margin-right: 25px;
}

.reviews-container .top .right a:hover {
  text-decoration: none;
}

.reviews-container .top .right .schedule-block {
  margin-right: 25px;
}

.reviews-container .top .right .schedule-block img {
  display: block;
  width: 69px;
  height: 67px;
}

.reviews-container .top .right .iconka img {
  display: block;
}

.reviews-container .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews-container .bottom .left {
  width: 49%;
  margin-bottom: 30px;
}

.reviews-container .bottom .left .review {
  background-color: #f1e8e5;
  padding: 20px 35px 15px 22px;
  position: relative;
}

.reviews-container .bottom .left .review:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 10px;
  right: 12px;
  background: url(../img/icon69.png) no-repeat;
  width: 15px;
  height: 38px;
}

.reviews-container .bottom .left .review span {
  display: block;
  font-weight: bold;
  color: #ba2427;
  font-size: 15px;
  margin-bottom: 20px;
}

.reviews-container .bottom .left .review ul li {
  background: url(../img/bg-li3.png) no-repeat 0 6px;
  line-height: 18px;
  color: #352a26;
  font-size: 14px;
  padding-left: 10px;
}

.reviews-container .bottom .right {
  width: 49%;
  margin-bottom: 30px;
}

.reviews-container .bottom .right .review {
  background-color: #f1e8e5;
  padding: 20px 35px 15px 22px;
  position: relative;
}

.reviews-container .bottom .right .review:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 10px;
  right: 12px;
  background: url(../img/icon70.png) no-repeat;
  width: 15px;
  height: 38px;
}

.reviews-container .bottom .right .review span {
  display: block;
  font-weight: bold;
  color: #53b412;
  font-size: 15px;
  margin-bottom: 20px;
}

.reviews-container .bottom .right .review ul li {
  background: url(../img/bg-li3.png) no-repeat 0 6px;
  color: #352a26;
  padding-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

.reviews-container2 .top {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.reviews-container2 .top .left {
  align-items: flex-start;
  min-width: 245px;
  margin-bottom: 40px;
}

.reviews-container2 .top .center {
  max-width: 203px;
  margin-bottom: 40px;
}

.reviews-container2 .top .center img {
  width: 100%;
  height: auto;
}

.reviews-container2 .top .right2 {
  margin-bottom: 40px;
  display: flex;
  min-width: 250px;
  justify-content: flex-end;
}

.reviews-container2 .top .right2 .foto {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 29px;
}

.reviews-container2 .top .right2 .foto img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.reviews-container2 .top .right2 .rating .rating-block {
  margin-bottom: 8px;
  position: relative;
  width: 137px;
  background-color: #f1e8e5;
  padding: 18px;
}

.reviews-container2 .top .right2 .rating .rating-block:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 18px;
  left: -17px;
  background: url(../img/icon51.png) no-repeat 0 50%;
  width: 21px;
  height: 23px;
}

.reviews-container2 .top .right2 .rating .rating-block img {
  display: block;
  width: 100%;
  height: auto;
}

.reviews-container2 .top .right2 .rating a {
  display: block;
  text-decoration: underline;
  font-size: 12px;
  color: #352a26;
  line-height: 14px;
}

.reviews-container2 .top .right2 .rating a:hover {
  text-decoration: none;
}

.customer-orders {
  margin-bottom: 25px;
}

.customer-orders .top {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.customer-orders .top .foto {
  width: 56px;
  height: 56px;
  min-width: 56px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.customer-orders .top .foto a {
  display: block;
}

.customer-orders .top .foto img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.customer-orders .top .foto .instruments-dop {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #F4E8E3;
  border: 1px solid #49342D;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
}

.customer-orders .top .foto .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 22px;
  background: url(../img/icon111.png) no-repeat;
  width: 8px;
  height: 9px;
}

.customer-orders .top .foto .instruments-dop p {
  display: block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 14px;
  color: #45332c;
}

.customer-orders .top .foto:hover .instruments-dop {
  display: flex;
}

.customer-orders .top .right {
  position: relative;
  width: 100%;
  background-color: #f1e8e5;
}

.customer-orders .top .right:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 18px;
  left: -18px;
  background: url(../img/icon51.png) no-repeat 0 50%;
  width: 22px;
  height: 23px;
}

.customer-orders .top .right b {
  display: block;
  padding-left: 60px;
  background: url(../img/marker.png) no-repeat 30px 50%;
  min-height: 23px;
  line-height: 16px;
  padding-top: 5px;
  color: #352a26;
  font-size: 14px;
  margin-bottom: 8px;
  padding-right: 10px;
}

.customer-orders .top .right .top-block {
  padding: 10px 15px 11px 30px;
  border-bottom: 1px solid #392C29;
  margin-bottom: 6px;
}

.customer-orders .top .right .top-block p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #352a26;
}

.customer-orders .top .right .top-block .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customer-orders .top .right .top-block .description .left {
  display: block;
  margin-bottom: 14px;
}

.customer-orders .top .right .top-block .description .left span {
  display: block;
  color: #352a26;
  font-size: 11px;
  margin-bottom: 4px;
}

.customer-orders .top .right .top-block .description .left strong {
  display: block;
  font-weight: bold;
  color: #53b412;
  font-size: 16px;
  margin-bottom: 6px;
}

.customer-orders .top .right .top-block .description .left a {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  color: #352a26;
  font-size: 16px;
}

.customer-orders .top .right .top-block .description .left a:hover {
  text-decoration: none;
}

.customer-orders .top .right .top-block .description .right {
  display: block;
  background-color: transparent;
  width: auto;
  margin-bottom: 14px;
}

.customer-orders .top .right .top-block .description .right:after {
  display: none;
}

.customer-orders .top .right .top-block .description .right a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #53b412;
  width: 127px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 8px;
}

.customer-orders .top .right .top-block .description .right a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #5bc017;
}

.customer-orders .top .right .top-block .description .right span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #352a26;
  font-weight: 500;
}

.customer-orders .center {
  margin: 0 0 15px 0;
}

.customer-orders .center ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.customer-orders .center ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 22px;
  margin-bottom: 20px;
  width: 140px;
  position: relative;
  z-index: 1;
}

.customer-orders .center ul li:hover {
  z-index: 2;
}

.customer-orders .center ul li:first-child {
  margin-left: 0;
}

.customer-orders .center ul li .smile {
  width: 61px;
  min-width: 61px;
  margin-right: 20px;
}

.customer-orders .center ul li .smile .smile-block {
  height: 47px;
  background-color: #f1e8e5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.customer-orders .center ul li .smile .smile-block:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 7px;
  right: -13px;
  background: url(../img/icon52.png) no-repeat 100% 50%;
  width: 15px;
  height: 15px;
}

.customer-orders .center ul li .smile .smile-block .instruments-dop {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #F4E8E3;
  border: 1px solid #49342D;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
}

.customer-orders .center ul li .smile .smile-block .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 26px;
  background: url(../img/icon111.png) no-repeat;
  width: 8px;
  height: 9px;
}

.customer-orders .center ul li .smile .smile-block .instruments-dop p {
  display: block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 14px;
  color: #45332c;
}

.customer-orders .center ul li .smile .smile-block:hover .instruments-dop {
  display: flex;
}

.customer-orders .center ul li .foto {
  width: 56px;
  height: 56px;
  min-width: 56px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 30px;
  position: relative;
  z-index: 5;
}

.customer-orders .center ul li .foto .instruments-dop {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #F4E8E3;
  border: 1px solid #49342D;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
}

.customer-orders .center ul li .foto .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 22px;
  background: url(../img/icon111.png) no-repeat;
  width: 8px;
  height: 9px;
}

.customer-orders .center ul li .foto .instruments-dop p {
  display: block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 14px;
  color: #45332c;
}

.customer-orders .center ul li .foto:hover .instruments-dop {
  display: flex;
}

.customer-orders .center ul li .foto img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.customer-orders .bottom {
  padding-left: 85px;
}

.customer-orders .bottom b {
  display: block;
  font-weight: bold;
  color: #b43709;
  font-size: 14px;
  margin-bottom: 13px;
}

.customer-orders .bottom .master {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.customer-orders .bottom .master .foto {
  width: 56px;
  height: 56px;
  min-width: 56px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 12px;
}

.customer-orders .bottom .master .foto img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.customer-orders .bottom .master .info-master {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customer-orders .bottom .master .info-master a {
  display: block;
  text-decoration: underline;
  color: #352a26;
  font-size: 14px;
  margin-bottom: 5px;
}

.customer-orders .bottom .master .info-master a:hover {
  text-decoration: none;
}

.customer-orders .bottom .master .info-master span {
  display: block;
  color: #b43709;
  font-size: 12px;
  text-transform: uppercase;
}

.add-order {
  margin-bottom: 16px;
}

.add-order a {
  display: block;
  padding-left: 47px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  height: 45px;
  line-height: 47px;
  background: url(../img/icon76.png) no-repeat 13px 50% #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.add-order a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/icon76.png) no-repeat 13px 50% #683e2e;
}

.price-block {
  margin-bottom: 18px;
}

.price-block .price-btn {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  height: 45px;
  line-height: 47px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.price-block .price-btn:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/icon53.png) no-repeat;
  width: 16px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.price-block .price-dop {
  display: block;
  background-color: #fff;
  border: 1px solid #45332c;
  border-top: none;
  padding: 18px;
}

.price-block .price-dop .check {
  display: flex;
  justify-content: center;
}

.price-block .price-dop .check input[type="checkbox"] {
  display: none;
}

.price-block .price-dop .check input[type="checkbox"] + label {
  cursor: pointer;
  color: #45332c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  padding: 3px 0 0 28px;
  background: url(../img/check.png) no-repeat 0 50%;
  min-height: 19px;
}

.price-block .price-dop .check input[type="checkbox"]:checked + label {
  background: url(../img/check2.png) no-repeat 0 50%;
}

.order-type-block {
  margin-bottom: 18px;
}

.order-type-block .order-type-btn {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  height: 45px;
  line-height: 47px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.order-type-block .order-type-btn:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/icon53.png) no-repeat;
  width: 16px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.order-type-block .order-type-dop {
  display: block;
  background-color: #fff;
  border: 1px solid #45332c;
  border-top: none;
  padding: 25px 10px 22px 10px;
}

.order-type-block .order-type-dop ul li {
  margin-bottom: 6px;
}

.order-type-block .order-type-dop ul li input[type="checkbox"] {
  display: none;
}

.order-type-block .order-type-dop ul li input[type="checkbox"] + label {
  cursor: pointer;
  color: #45332c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  padding: 5px 0 0 28px;
  background: url(../img/check.png) no-repeat 0 50%;
  min-height: 19px;
}

.order-type-block .order-type-dop ul li input[type="checkbox"]:checked + label {
  background: url(../img/check2.png) no-repeat 0 50%;
}

.clear {
  display: block;
  margin: 0 auto 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 166px;
  height: 40px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #b43709;
}

.clear:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.ui-slider-handle {
  width: 32px !important;
  height: 32px !important;
  background-color: #53b412 !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  top: -14px !important;
  border: none !important;
}

.ui-slider-handle:hover {
  background-color: #5bc017 !important;
}

.ui-slider-handle:active {
  background-color: #5bc017 !important;
}

.ui-state-hover {
  background-color: #5bc017 !important;
  border: none !important;
}

.ui-state-active {
  background-color: #5bc017 !important;
  border: none !important;
}

.ui-state-focus {
  background-color: #5bc017 !important;
  border: none !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #49342D !important;
  height: 6px;
  background-color: #fff;
  margin-bottom: 28px;
}

#slider-range span:last-child {
  margin-left: -24px !important;
}

.price-block .parent-active {
  margin-bottom: 18px;
}

.price-block .parent-active input[type="text"] {
  width: 100%;
  text-align: center;
  display: block;
  color: #45332c !important;
  font-weight: normal !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.main-container2 {
  margin-top: 62px;
  position: relative;
}

.search-form {
  position: absolute;
  top: -62px;
  left: 0;
  width: 100%;
}

.search-form form {
  display: flex;
}

.search-form form input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #392C29;
  background-color: #fff;
  padding: 0 20px;
  color: #45332c;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  border-right: none;
  height: 45px;
  text-align: left;
}

.search-form form input[type="submit"] {
  display: block;
  height: 45px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 57px;
  font-family: 'Roboto', sans-serif;
  background: url(../img/lupa.png) no-repeat 28px 50% #b43709;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-width: 140px;
}

.search-form form input[type="submit"]:hover {
  background: url(../img/lupa.png) no-repeat 28px 50% #c34618;
}

.customer-block5 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.customer-block5 .foto {
  width: 90px;
  min-width: 90px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 26px;
  position: relative;
  z-index: 5;
}

.customer-block5 .foto a {
  display: block;
  position: relative;
}

.customer-block5 .foto a .instruments-dop {
  position: absolute;
  top: 120px;
  left: 0;
  background-color: #F4E8E3;
  border: 1px solid #49342D;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  display: none;
}

.customer-block5 .foto a .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 39px;
  background: url(../img/icon111.png) no-repeat;
  width: 8px;
  height: 9px;
}

.customer-block5 .foto a .instruments-dop p {
  display: block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 14px;
  color: #45332c;
}

.customer-block5 .foto a:hover .instruments-dop {
  display: flex;
}

.customer-block5 .foto .img {
  display: block;
  width: 100%;
  height: auto;
}

.customer-block5 .customer-container {
  position: relative;
  width: 100%;
  background-color: #f1e8e5;
}

.customer-block5 .customer-container:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 18px;
  left: -18px;
  background: url(../img/icon51.png) no-repeat 0 50%;
  width: 22px;
  height: 23px;
}

.customer-block5 .customer-container .top {
  padding: 15px 15px 1px 25px;
  border-bottom: 1px solid #392C29;
}

.customer-block5 .customer-container .top .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  border: none;
  margin: 0;
}

.customer-block5 .customer-container .top .top .left {
  align-items: flex-start;
}

.customer-block5 .customer-container .top .top .left a {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  color: #352a26;
  margin-bottom: 6px;
}

.customer-block5 .customer-container .top .top .left a:hover {
  text-decoration: none;
}

.customer-block5 .customer-container .top .top .left span {
  display: block;
  font-size: 14px;
  color: #b43709;
  margin-bottom: 6px;
}

.customer-block5 .customer-container .top .top .left span b {
  font-weight: bold;
}

.customer-block5 .customer-container .top .top .left ul {
  display: flex;
  flex-wrap: wrap;
}

.customer-block5 .customer-container .top .top .left ul li {
  margin-right: 7px;
  margin-bottom: 7px;
}

.customer-block5 .customer-container .top .top .left ul li .foto-master {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  position: relative;
}

.customer-block5 .customer-container .top .top .left ul li .foto-master img {
  display: block;
  width: 100%;
  height: auto;
}

.customer-block5 .customer-container .top .top .left ul li .foto-master .instruments-dop {
  position: absolute;
  top: 59px;
  left: 0;
  background-color: #F4E8E3;
  border: 1px solid #49342D;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  display: none;
  z-index: 3;
}

.customer-block5 .customer-container .top .top .left ul li .foto-master .instruments-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -8px;
  left: 19px;
  background: url(../img/icon111.png) no-repeat;
  width: 8px;
  height: 9px;
}

.customer-block5 .customer-container .top .top .left ul li .foto-master .instruments-dop p {
  display: block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 14px;
  color: #45332c;
}

.customer-block5 .customer-container .top .top .left ul li .foto-master:hover .instruments-dop {
  display: flex;
}

.customer-block5 .customer-container .top .top .center .center-block {
  position: relative;
  background-color: #d4d4d4;
  padding: 10px 14px;
}

.customer-block5 .customer-container .top .top .center .center-block:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url(../img/icon79.png) no-repeat;
}

.customer-block5 .customer-container .top .top .center .center-block strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
  color: #45332c;
}

.customer-block5 .customer-container .top .top .center .center-block em {
  display: block;
  font-style: italic;
  font-size: 12px;
  color: #45332c;
}

.customer-block5 .customer-container .top .top .right {
  padding-top: 7px;
  margin-bottom: 15px;
}

.customer-block5 .customer-container .top .top .right ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: center;
}

.customer-block5 .customer-container .top .top .right ul li:last-child {
  margin: 0;
}

.customer-block5 .customer-container .top .top .right ul li span {
  display: block;
  color: #b43709;
  font-size: 14px;
  font-weight: bold;
}

.customer-block5 .customer-container .top .top .right ul li strong {
  display: block;
  color: #352a26;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  min-width: 30px;
}

.customer-block5 .customer-container .top .top .right ul li a {
  display: block;
  color: #352a26;
  font-size: 14px;
  text-decoration: underline;
  padding-right: 0px;
  min-height: 24px;
  line-height: 24px;
  margin-right: 10px;
}

.customer-block5 .customer-container .top .top .right ul li a:hover {
  text-decoration: none;
}

.customer-block5 .customer-container .top .top .right ul li a.rec {
  background: none;
  padding-right: 0;
}

.customer-block5 .customer-container .top .bottom .left span {
  position: relative;
}

.customer-block5 .customer-container .top .bottom .left span:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -2px;
  left: -19px;
  background: url(../img/icon77.png) no-repeat;
  width: 15px;
  height: 14px;
}

.customer-block5 .customer-container .top .bottom .right {
  padding: 0;
}

.customer-block5 .customer-container .top .bottom .right .schedule img {
  display: block;
  width: 91px;
  height: 88px;
}

.customer-block5 .customer-container .bottom-block {
  padding: 8px 14px 8px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.customer-block5 .customer-container .bottom-block ul {
  display: flex;
}

.customer-block5 .customer-container .bottom-block ul li {
  padding-right: 22px;
  margin-right: 21px;
  background: url(../img/bg-li4.png) no-repeat 100% 50%;
}

.customer-block5 .customer-container .bottom-block ul li:last-child {
  padding: 0;
  margin: 0;
  background: none;
}

.customer-block5 .customer-container .bottom-block ul li span {
  display: block;
  font-size: 14px;
  color: #352a26;
}

.customer-block5 .customer-container .bottom-block ul li span b {
  font-weight: bold;
}

.customer-block5 .customer-container .bottom-block .right {
  background: url(../img/marker.png) no-repeat 0 50%;
  padding-left: 27px;
  min-height: 23px;
  line-height: 23px;
  color: #352a26;
  font-size: 14px;
}

.customer-block6 .customer-container .top .bottom .left span {
  color: #352a26;
}

.customer-block6 .customer-container .top .bottom .left span:after {
  background: url(../img/icon78.png) no-repeat;
}

.experience {
  margin-bottom: 18px;
}

.experience .experience-btn {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  height: 45px;
  line-height: 47px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.experience .experience-btn:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/icon53.png) no-repeat;
  width: 16px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.experience .experience-dop {
  display: block;
  background-color: #fff;
  border: 1px solid #45332c;
  border-top: none;
  padding: 25px 10px 22px 10px;
}

.experience .experience-dop ul li {
  margin-bottom: 6px;
}

.experience .experience-dop ul li input[type="checkbox"] {
  display: none;
}

.experience .experience-dop ul li input[type="checkbox"] + label {
  cursor: pointer;
  color: #45332c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  padding: 5px 0 0 28px;
  background: url(../img/check.png) no-repeat 0 50%;
  min-height: 19px;
}

.experience .experience-dop ul li input[type="checkbox"]:checked + label {
  background: url(../img/check2.png) no-repeat 0 50%;
}

.additionally {
  margin-bottom: 18px;
}

.additionally .additionally-btn {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  height: 45px;
  line-height: 47px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.additionally .additionally-btn:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/icon53.png) no-repeat;
  width: 16px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.additionally .additionally-dop {
  display: block;
  background-color: #fff;
  border: 1px solid #45332c;
  border-top: none;
  padding: 25px 10px 22px 10px;
}

.additionally .additionally-dop ul li {
  margin-bottom: 6px;
}

.additionally .additionally-dop ul li input[type="checkbox"] {
  display: none;
}

.additionally .additionally-dop ul li input[type="checkbox"] + label {
  cursor: pointer;
  color: #45332c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  padding: 5px 0 0 28px;
  background: url(../img/check.png) no-repeat 0 50%;
  min-height: 19px;
}

.additionally .additionally-dop ul li input[type="checkbox"]:checked + label {
  background: url(../img/check2.png) no-repeat 0 50%;
}

.region {
  margin-bottom: 18px;
}

.region .region-btn {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.4);
  height: 45px;
  line-height: 47px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.region .region-btn:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/icon53.png) no-repeat;
  width: 16px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.region .region-dop {
  display: block;
  background-color: #fff;
  border: 1px solid #45332c;
  border-top: none;
  padding: 20px 12px;
}

/* hide original element */
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
  /* change to right: -9999px on RTL sites */
}

/* custom select styles */
.select-area {
  border: 1px solid #49342D;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  width: 100% !important;
}

.select-area .center {
  white-space: nowrap;
  display: block;
  padding: 0 0 0 16px;
  line-height: 38px;
  color: #45332c;
  font-size: 14px;
}

.select-area .select-opener {
  background: url(../img/select.png) no-repeat;
  position: absolute;
  height: 7px;
  width: 8px;
  right: 12px;
  top: 16px;
}

.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000;
}

.select-options .drop-holder {
  border: 1px solid #49342D;
  overflow: hidden;
  height: 1%;
}

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

.select-options ul li {
  width: 100%;
  float: left;
}

.select-options ul a {
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  cursor: pointer;
  color: #45332c;
  font-size: 14px;
}

.select-options .item-selected a {
  text-decoration: none;
  background: #45332c;
  color: #fff;
}

.customer-block10 .customer-container .top .top .left span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  max-width: 180px;
}

.customer-block10 .customer-container .top .top .left em {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  width: 80px;
/*  height: 16px;*/
  background-color: #00B62E;
  line-height: 16px;
}

.customer-block10 .customer-container .top .top .right2 {
  padding-left: 100px;
  position: relative;
  padding-bottom: 15px;
}

.customer-block10 .customer-container .top .top .right2:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 5px;
  left: 0;
  width: 91px;
  height: 88px;
  background: url(../img/graffic3.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.customer-block10 .customer-container .top .top .right2 ul li strong {
  font-size: 14px;
}

.customer-block10 .customer-container .top .top .right2 ul li span {
  font-size: 13px;
}

.customer-block10 .customer-container .top .top .right2 ul li a {
  font-size: 13px;
}

.customer-block10 .customer-container .top .top .services-block ul {
  display: flex;
  flex-wrap: wrap;
}

.customer-block10 .customer-container .top .top .services-block ul li {
  margin: 0 6px 6px 0;
}

.customer-block10 .customer-container .top .top .services-block ul li a {
  display: block;
  color: #352a26;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #392C29;
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
}

.customer-block11 .customer-container {
  border: 2px solid #49342D;
}

.customer-block11 .customer-container:after {
  background: url(../img/icon80.png);
  left: -21px;
}

.main-container5 {
  width: 100%;
}

.customer-page {
  display: flex;
}

.customer-page .left {
  min-width: 254px;
  width: 254px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.customer-page .left .foto-master {
  position: relative;
  margin-bottom: 11px;
}

.customer-page .left .foto-master img {
  display: block;
  width: 100%;
  height: auto;
}

.customer-page .left .foto-master:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/maska.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.customer-page .left .overall-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #49342D;
  width: 100%;
  height: 45px;
  padding: 0 17px;
  margin-bottom: 10px;
  background-color: #D3CDC8;
}

.customer-page .left .overall-rating span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #45332c;
}

.customer-page .left .overall-rating b {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #45332c;
}

.customer-page .left .status {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 17px 18px 5px 18px;
}

.customer-page .left .status span {
  display: block;
  margin-bottom: 11px;
  font-size: 14px;
  color: #352a26;
}

.customer-page .left .status span b {
  font-weight: bold;
}

.customer-page .left .buttons a {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  padding-left: 40px;
  background-color: #53b412;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
}

.customer-page .left .buttons a:nth-child(1) {
  background-image: url("../img/icon82.png");
  background-position: 9px 50%;
}

.customer-page .left .buttons a:nth-child(2) {
  background-image: url("../img/icon83.png");
  background-position: 9px 50%;
}

.customer-page .left .buttons a:nth-child(3) {
  background-image: url("../img/icon84.png");
  background-position: 9px 50%;
}

.customer-page .left .buttons a:nth-child(4) {
  background-image: url("../img/icon85.png");
  background-position: 9px 50%;
/*  margin: 0;*/
}

.customer-page .left .buttons a:nth-child(5) {
    background-image: url(../img/icon84.png);
    background-position: 10px 50%;
    margin: 0;
}

.customer-page .left .buttons a:hover {
  background-color: #5bc017;
}

.customer-page .right {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  margin-bottom: 30px;
}

.customer-page .right span.title-master {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #b43709;
  margin-bottom: 30px;
}

.customer-page .right ul {
  margin-bottom: 22px;
}

.customer-page .right ul li {
  display: flex;
  margin-bottom: 9px;
}

.customer-page .right ul li span {
  display: block;
/*  width: 130px;*/
  color: #352a26;
  min-width: 130px;
  font-size: 14px;
}

.customer-page .right ul li b {
  display: block;
  color: #352a26;
  font-weight: bold;
  font-size: 14px;
}

.customer-page .right .kredo {
  display: flex;
  margin-bottom: 33px;
  align-items: center;
}

.customer-page .right .kredo span {
  display: block;
  color: #352a26;
  font-weight: bold;
  min-width: 145px;
  font-size: 16px;
}

.customer-page .right .kredo b {
  display: flex;
  align-items: center;
  color: #352a26;
  width: 70%;
  font-size: 15px;
  font-style: italic;
  background: url(../img/icon81.png) no-repeat 0 50%;
  min-height: 67px;
  padding-left: 35px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.customer-page .right .about-me span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #b43709;
  font-style: italic;
  margin-bottom: 30px;
}

.customer-page .right .about-me span b {
  font-size: 16px;
  font-weight: bold;
  display: block;
  font-style: normal;
}

.customer-page .right .about-me p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #352a26;
}

.tabs-container {
  background-color: #fff;
  margin-bottom: 30px;
  padding-top: 20px;
}

/*tabs*/
.tab-list {
  overflow: hidden;
}

ul.tabset {
  position: relative;
  list-style: none;
  margin: 0;
  height: 59px;
  width: 100%;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #000;
  align-items: center;
}

ul.tabset li {
  margin: 0 25px;
  height: 59px;
}

ul.tabset a {
  height: 59px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #352a26;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

ul.tabset li.active a:after,
ul.tabset a.active:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  bottom: -1px;
  left: 50%;
  background-color: #b43709;
  width: 100%;
  margin-left: -50%;
  height: 3px;
}

ul.tabset li.active a,
ul.tabset a.active {
  text-decoration: none;
  color: #b43709;
}

ul.tabset a:hover {
  text-decoration: none;
  color: #b43709;
}

.tabs-block {
  padding: 28px 17px 25px 17px;
}

.customers-blog {
  margin-bottom: 20px;
}

.customers-blog .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.customers-blog .top .foto {
  width: 56px;
  height: 56px;
  min-width: 56px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 30px;
}

.customers-blog .top .foto img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #45332c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.customers-blog .top .right {
  position: relative;
  width: 100%;
  background-color: #f1e8e5;
  padding: 15px 40px 20px 40px;
}

.customers-blog .top .right:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 18px;
  left: -18px;
  background: url(../img/icon51.png) no-repeat 0 50%;
  width: 22px;
  height: 23px;
}

.customers-blog .top .right span {
  display: block;
  font-weight: bold;
  color: #b43709;
  font-size: 16px;
  margin-bottom: 7px;
}

.customers-blog .top .right a {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
  color: #352a26;
}

.customers-blog .top .right a:hover {
  text-decoration: none;
}

.customers-blog .top .right b {
  display: block;
  font-weight: bold;
  color: #b43709;
  font-size: 15px;
  margin-bottom: 3px;
}

.customers-blog .top .right p {
  display: block;
  color: #352a26;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}

.customers-blog .top .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customers-blog .top .right ul li {
  width: 31%;
  margin-bottom: 20px;
}

.customers-blog .top .right ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.customers-blog .bottom {
  padding: 0 40px 0 86px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.customers-blog .bottom a.write-comment {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 195px;
  height: 40px;
  background-color: #b43709;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  margin-left: 30px;
  margin-bottom: 15px;
}

.customers-blog .bottom a.write-comment:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.customers-blog .bottom a.more {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 126px;
  margin-bottom: 15px;
  height: 31px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  margin-left: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.customers-blog .bottom a.more:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #683e2e;
}

.customers-blog .bottom .soc {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 15px;
}

.customers-blog .bottom .soc p {
  display: block;
  margin-right: 15px;
  color: #352a26;
  font-size: 14px;
}

.customers-blog .bottom .soc ul {
  display: flex;
}

.customers-blog .bottom .soc ul li {
  margin-right: 7px;
}

.customers-blog .bottom .soc ul li:last-child {
  margin: 0;
}

.customers-blog .bottom .soc ul li a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 31px;
  height: 31px;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.customers-blog .bottom .soc ul li a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 5px;
}

.customers-blog .bottom .soc ul li:nth-child(1) a {
  background: url(../img/soc1.png) no-repeat;
}

.customers-blog .bottom .soc ul li:nth-child(2) a {
  background: url(../img/soc4.png) no-repeat;
}

.customers-blog .bottom .soc ul li:nth-child(3) a {
  background: url(../img/soc3.png) no-repeat;
}

.customers-blog .bottom .soc ul li:nth-child(4) a {
  background: url(../img/soc2.png) no-repeat;
}

.inner-page {
  margin-bottom: 25px !important;
}

.customer-page2 .left .foto-master:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/maska2.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.customer-page2 .left .guarantee {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 17px 18px 17px 18px;
}

.customer-page2 .left .guarantee p {
  display: block;
  font-size: 14px;
  color: #352a26;
  line-height: 20px;
}

.customer-page2 .left .guarantee p b {
  font-weight: bold;
  color: #b43709;
}

.customer-page2 .right {
  position: relative;
  padding-bottom: 10px;
}

.customer-page2 .right .status5 {
  position: absolute;
  top: 27px;
  right: 20px;
  background: url(../img/icon87.png) no-repeat;
  width: 37px;
  height: 82px;
}

.customer-page2 .right .status5 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  margin: 0;
}

.customer-page2 .right .status5 ul li {
  margin-bottom: 3px;
  position: relative;
}

.customer-page2 .right .status5 ul li .status5-dop {
  position: absolute;
  top: -6px;
  right: 46px;
  white-space: nowrap;
  background-color: #f1e8e5;
  padding: 10px;
  font-style: italic;
  color: #352a26;
  font-size: 13px;
}

.customer-page2 .right .status5 ul li .status5-dop:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  background: url(../img/icon52.png) no-repeat 100% 50%;
  right: -12px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}

.customer-page2 .right .status5 ul li b {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 21px;
  height: 21px;
}

.customer-page2 .right .status5 ul li:first-child b {
  background-color: #f80202;
}

.customer-page2 .right .status5 ul li:nth-child(2) b {
  background-color: #f9f059;
}

.customer-page2 .right .status5 ul li:last-child b {
  background-color: #49f32d;
}

.customer-page2 .right .kredo {
  margin-bottom: 10px;
}

.customer-page2 .right .video-call {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

.customer-page2 .right .video-call span {
  display: block;
  font-weight: bold;
  color: #b43709;
  font-size: 16px;
  margin-right: 12px;
}

.customer-page2 .right .video-call a {
  display: block;
  background: url(../img/icon86.png) no-repeat;
  width: 46px;
  height: 35px;
  min-width: 46px;
}

.customer-page2 .right .about-me {
  margin-bottom: 30px;
}

.customer-page2 .right .buttons-info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.customer-page2 .right .buttons-info ul li {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 20%;
}

.customer-page2 .right .buttons-info ul li div {
  border: 1px solid #392C29;
  width: 100%;
  padding: 7px 0;
  background-color: #F4E8E3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.customer-page2 .right .buttons-info ul li div b {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #352a26;
  font-size: 30px;
  margin-bottom: 3px;
}

.customer-page2 .right .buttons-info ul li div span {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 12px;
  line-height: 14px;
}

.customer-page2 .right .buttons-info ul li .views {
  opacity: 0.2;
  cursor: inherit;
}

.customer-page2 .right .buttons-info ul li .views2 {
  opacity: 0.2;
  cursor: inherit;
}

.tabs-container2 {
  padding-top: 0;
}

.tabs-container2 .tabs-block2 {
  padding: 30px 20px 0 20px;
}

.tabs-container2 .tabs-block2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.tabs-container2 .tabs-block2 ul li {
  padding: 0 9px;
  margin-bottom: 18px;
  width: 20%;
}

.tabs-container2 .tabs-block2 ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.tabs-container3 ul.tabset li.active a:after, .tabs-container3 ul.tabset a.active:after {
  bottom: -2px;
}

.tabs-container3 .tabs-block3 {
  padding: 35px 25px 0 25px;
}

.tabs-container3 .tabs-block3 .information {
  display: flex;
}

.tabs-container3 .tabs-block3 .information .number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: 900;
  font-size: 26px;
  border: 2px solid #392C29;
  min-width: 65px;
  height: 65px;
  width: 65px;
  margin: 0 20px 30px 0;
}

.tabs-container3 .tabs-block3 .information .img {
  margin: 0 35px 35px 0;
  width: 48.5%;
}

.tabs-container3 .tabs-block3 .information .img img {
  display: block;
  width: 100%;
  height: auto;
}

.tabs-container3 .tabs-block3 .information .img .address {
  background: url(../img/marker3.png) no-repeat 0 50%;
  padding-left: 31px;
  font-size: 13px;
  line-height: 14px;
  color: #352a26;
  margin-top: 9px;
}

.tabs-container3 .tabs-block3 .information .img .address b {
  font-weight: bold;
}

.tabs-container3 .tabs-block3 .information .right {
  margin-bottom: 30px;
  width: 100%;
}

.tabs-container3 .tabs-block3 .information .right .information-block {
  position: relative;
  width: 100%;
  background-color: #f1e8e5;
  padding: 23px;
  margin-bottom: 14px;
}

.tabs-container3 .tabs-block3 .information .right .information-block:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 18px;
  left: -27px;
  background: url(../img/icon51.png) no-repeat 0 50%;
  width: 30px;
  height: 38px;
}

.tabs-container3 .tabs-block3 .information .right .information-block span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #352a26;
}

.tabs-container3 .tabs-block3 .information .right .information-block b {
  display: block;
  color: #352a26;
  font-size: 16px;
}

.tabs-container3 .tabs-block3 .information .right .information-block p, .info-container p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #352a26;
}

.tabs-container3 .tabs-block3 .information .right a.btn1 {
  margin: 0;
  font-size: 13px;
  width: 158px;
  height: 39px;
  line-height: 39px;
}

.tabs-container3 .tabs-block4 .information .right .information-block span {
  margin-bottom: 7px;
}

.tabs-container3 .tabs-block4 .information .right .information-block b {
  margin-bottom: 13px;
}

.tabs-container3 .tabs-block4 .information .right .information-block ul li {
  font-size: 16px;
  color: #352a26;
  margin-bottom: 5px;
  padding-left: 29px;
  min-height: 20px;
  display: flex;
  align-items: center;
}

.tabs-container3 .tabs-block4 .information .right .information-block ul li:first-child {
  background: url(../img/icon88.png) no-repeat 2px 0;
}

.tabs-container3 .tabs-block4 .information .right .information-block ul li:nth-child(2) {
  background: url(../img/icon89.png) no-repeat 0 0;
}

.tabs-container3 .tabs-block4 .information .right .information-block ul li:nth-child(3) {
  background: url(../img/icon90.png) no-repeat 0 0;
}

.tabs-container3 .tabs-block4 .information .right .information-block ul li:nth-child(4) {
  background: url(../img/icon91.png) no-repeat 0 0;
}

.tabs-container3 .tabs-block4 .information .right .information-block a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  color: #352a26;
}

.tabs-container3 .tabs-block4 .information .right .information-block a:hover {
  text-decoration: none;
}

.tabs-block5 {
  padding: 25px 25px 5px 25px;
}

.tabs-block5 .questionnaire {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #392C29;
}

.tabs-block5 .questionnaire b {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #352a26;
  margin-bottom: 22px;
}

.tabs-block5 .questionnaire .row {
  display: flex;
}

.tabs-block5 .questionnaire .row .left {
  min-width: 150px;
  width: 150px;
  margin-right: 12px;
  margin-bottom: 30px;
}

.tabs-block5 .questionnaire .row .left .text {
  padding: 8px 7px;
  margin-bottom: 8px;
}

.tabs-block5 .questionnaire .row .left .select-area {
  min-height: 50px;
}

.tabs-block5 .questionnaire .row .left .select-area span.left {
  margin: 0;
}

.tabs-block5 .questionnaire .row .left .select-area .center {
  white-space: inherit;
  line-height: normal;
  margin: 0;
  display: flex;
  height: 50px;
  padding-left: 7px;
  align-items: center;
}

.tabs-block5 .questionnaire .row .left .select-area .select-opener {
  top: 21px;
}

.tabs-block5 .questionnaire .row .center {
  width: 50%;
  margin-right: 12px;
}

.tabs-block5 .questionnaire .row .center .text {
  padding: 8px 14px;
}

.tabs-block5 .questionnaire .row .right {
  width: 50%;
  margin-right: 0;
}

.tabs-block5 .questionnaire .row .right .text {
  padding: 8px 14px;
}

.tabs-block5 .questionnaire .row2 .center {
  width: 100%;
  margin-right: 0;
}

.tabs-block5 .questionnaire .row3 .left {
  min-width: 190px;
  width: 190px;
}

.tabs-block5 .questionnaire .row3 .center {
  width: 100%;
  margin-right: 0;
}

.tabs-block5 .questionnaire:last-child {
  border: none;
  margin: 0;
}

.tabs-block5 .questionnaire .text {
  font-size: 14px;
  line-height: 16px;
  color: #352a26;
  border: 1px solid #45332c;
  min-height: 50px;
  padding: 8px 14px;
  align-items: center;
  display: flex;
}

.tabs-block5 .questionnaire em {
  display: block;
  font-style: italic;
  font-weight: 500;
  color: #b43709;
  font-size: 12px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.tabs-block5 .questionnaire p {
  font-size: 14px;
  margin-left: 8px;
  color: #b43709;
}

a.notebook {
  cursor: pointer;
}

.popup3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 15px;
}

.popup3 .close5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup3 .popup-container {
  padding: 0;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.popup3 .popup-container .popup-block {
  max-width: 960px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
}

.popup3 .popup-container .popup-block .close6 {
  position: absolute;
  cursor: pointer;
  top: 13px;
  right: 13px;
  background: url(../img/close2.png) no-repeat;
  width: 23px;
  height: 23px;
}

.popup3 .popup-container .popup-block .title-popup {
  border-bottom: 1px solid #392C29;
  padding: 0 17px 0 24px;
  display: flex;
  margin-bottom: 35px;
}

.popup3 .popup-container .popup-block .title-popup span {
  display: block;
  font-size: 14px;
  color: #b43709;
  padding: 17px 0;
  position: relative;
}

.popup3 .popup-container .popup-block .title-popup span:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 80px;
  height: 3px;
  background-color: #b43709;
}

.popup3 .popup-container .popup-block ul.tabset {
  height: auto;
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 40px;
}

.popup3 .popup-container .popup-block ul.tabset li {
  margin: 0 12px;
  height: auto;
}

.popup3 .popup-container .popup-block ul.tabset li a {
  height: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  position: static;
  padding: 0 25px;
  background-color: #49342D;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup3 .popup-container .popup-block ul.tabset li a:hover {
  background-color: #b43709;
}

.popup3 .popup-container .popup-block ul.tabset li a:after {
  display: none !important;
}

.popup3 .popup-container .popup-block ul.tabset li.active a, .popup3 .popup-container .popup-block ul.tabset a.active {
  background-color: #b43709;
}

.popup3 .popup-container .popup-block .tabs-popup-block {
  width: 100%;
  height: 100%;
  padding: 0 35px 35px;
  position: relative;
}

.popup3 .popup-container .popup-block .tabs-popup-block:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 35px;
  height: 20px;
  width: 1px;
  background-color: #000;
}

.popup3 .popup-container .popup-block .tabs-popup-block textarea {
  display: block;
  width: 100%;
  height: 200px;
  border: none;
}

.popup3 .popup-container .popup-block .parent-focus:after {
  display: none;
}

.tabs-popup-block2 {
  padding: 0;
}

.tabs-popup-block2 ul {
  display: flex;
  justify-content: space-between;
}

.tabs-popup-block2 ul li {
  width: 33%;
  border-right: 1px solid #49342D;
}

.tabs-popup-block2 ul li textarea {
  display: block;
  width: 100%;
  height: 200px;
  border: none;
  padding: 0 10px;
}

.tabs-popup-block2 ul li:last-child {
  border: none;
}

.tabs-popup-block2 ul li span {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.tabs-popup-block3 {
  padding: 20px;
}

.tabs-popup-block3 img {
  display: block;
  width: 100%;
  height: auto;
}

.popup4, .popup4-1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 15px;
}

.popup4 .close7,
.popup4-1 .close7-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup4 .popup-container,
.popup4-1 .popup-container {
  padding: 0;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.popup4 .popup-container .popup-block,
.popup4-1 .popup-container .popup-block {
  max-width: 960px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
}

.popup4 .popup-container .popup-block .close8,
.popup4-1 .popup-container .popup-block .close8-1 {
  position: absolute;
  z-index:2000;
  cursor: pointer;
  top: 13px;
  right: 13px;
  background: url(../img/close2.png) no-repeat;
  width: 23px;
  height: 23px;
}

.popup4 .popup-container .popup-block .title-popup,
.popup4-1 .popup-container .popup-block .title-popup {
  border-bottom: 1px solid #392C29;
  padding: 0 17px 0 24px;
  display: flex;
  margin-bottom: 35px;
}

.popup4 .popup-container .popup-block .title-popup span,
.popup4-1 .popup-container .popup-block .title-popup span {
  display: block;
  font-size: 14px;
  color: #b43709;
  padding: 17px 0;
  position: relative;
}

.popup4 .popup-container .popup-block .title-popup span:after,
.popup4-1 .popup-container .popup-block .title-popup span:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 80px;
  height: 3px;
  background-color: #b43709;
}

.popup4 .popup-container .popup-block ul,
.popup4-1 .popup-container .popup-block ul {
  display: flex;
  padding: 0 20px;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.popup4 .popup-container .popup-block ul li,
.popup4-1 .popup-container .popup-block ul li {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 25%;
}

.popup4 .popup-container .popup-block ul li a,
.popup4-1 .popup-container .popup-block ul li a {
  display: block;
  position: relative;
}

.popup4 .popup-container .popup-block ul li a img,
.popup4-1 .popup-container .popup-block ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

.popup4 .popup-container .popup-block ul li a span,
.popup4-1 .popup-container .popup-block ul li a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/icon92.png) no-repeat;
  width: 75px;
  height: 59px;
  color: #352a26;
  font-size: 12px;
}

.popup4 .popup-container .popup-block ul li a span b,
.popup4-1 .popup-container .popup-block ul li a span b {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

.popup5 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 15px;
}

.popup5 .close9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup5 .popup-container {
  padding: 0;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.popup5 .popup-container .popup-block {
  max-width: 960px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
}

.popup5 .popup-container .popup-block .close10 {
  position: absolute;
  cursor: pointer;
  top: 13px;
  right: 13px;
  background: url(../img/close2.png) no-repeat;
  width: 23px;
  height: 23px;
}

.popup5 .popup-container .popup-block .title-popup {
  border-bottom: 1px solid #392C29;
  padding: 0 17px 0 24px;
  display: flex;
  margin-bottom: 35px;
}

.popup5 .popup-container .popup-block .title-popup span {
  display: block;
  font-size: 14px;
  color: #b43709;
  padding: 17px 0;
  position: relative;
}

.popup5 .popup-container .popup-block .title-popup span:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 80px;
  height: 3px;
  background-color: #b43709;
}

.popup5 .popup-container .popup-block ul {
  display: flex;
  padding: 0 20px;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.popup5 .popup-container .popup-block ul li {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 25%;
}

.popup5 .popup-container .popup-block ul li a {
  display: block;
  position: relative;
}

.popup5 .popup-container .popup-block ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

.popup5 .popup-container .popup-block ul li a span {
  text-indent: -999999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play.png) no-repeat 50% 50%;
}

a.btn33 {
  margin: 0 auto 40px;
  width: 570px;
}

.banner55 {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  max-width: 1920px;
  position: relative;
  margin: 0 auto 17px;
}

.banner55 a.rubric {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #352a26;
  padding: 0 7px 0 50px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

.banner55 a.rubric:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.banner55 a.rubric1 {
  background-image: url(../img/icon27.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 3%;
  left: 2%;
}

.banner55 a.rubric2 {
  background-image: url(../img/icon34.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 4%;
  left: 21%;
}

.banner55 a.rubric3 {
  background-image: url(../img/icon33.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 2%;
  left: 63%;
  z-index: 2;
}

.banner55 a.rubric4 {
  background-image: url(../img/icon32.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 14%;
  left: 29%;
}

.banner55 a.rubric5 {
  background-image: url(../img/icon30.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 11%;
  left: 64%;
}

.banner55 a.rubric6 {
  background-image: url(../img/icon39.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 18%;
  left: 49%;
}

.banner55 a.rubric7 {
  background-image: url(../img/icon26.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 26%;
  left: 20%;
}

.banner55 a.rubric8 {
  background-image: url(../img/icon28.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 36%;
  left: 48%;
}

.banner55 a.rubric9 {
  background-image: url(../img/icon41.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 23%;
  left: 85%;
}

.banner55 a.rubric10 {
  background-image: url(../img/icon43.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 35%;
  left: 61%;
}

.banner55 a.rubric11 {
  background-image: url(../img/icon29.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 36%;
  left: 89%;
}

.banner55 a.rubric12 {
  background-image: url(../img/icon45.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 41%;
  left: 12%;
}

.banner55 a.rubric13 {
  background-image: url(../img/icon44.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 47%;
  left: 59%;
}

.banner55 a.rubric14 {
  background-image: url(../img/icon38.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 55%;
  left: 30%;
}

.banner55 a.rubric15 {
  background-image: url(../img/icon37.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 59%;
  right: 1%;
  left: auto;
}

.banner55 a.rubric16 {
  background-image: url(../img/icon40.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 62%;
  left: 59%;
}

.banner55 a.rubric17 {
  background-image: url(../img/icon36.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 70%;
  left: 74%;
}

.banner55 a.rubric18 {
  background-image: url(../img/icon31.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 92%;
  left: 14%;
}

.banner55 a.rubric19 {
  background-image: url(../img/icon35.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  top: 86%;
  left: 47%;
}

.banner55 a.rubric20 {
  background-image: url(../img/icon42.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  bottom: 1%;
  left: 73%;
  top: auto;
}

.banner55 a.customers-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 42%;
  left: 71%;
  font-size: 14px;
  color: #352a26;
  text-transform: uppercase;
  width: 106px;
  height: 36px;
  line-height: 38px;
  background-color: #9af6fc;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

.banner55 a.customers-btn:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.banner55 img {
  display: block;
  width: 100%;
  height: auto;
}

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

.banner55 .we-masters {
  width: 204px;
  height: 124px;
  position: absolute;
  padding: 45px 0 0 82px;
  top: 2%;
  left: 52%;
  background: url(../img/icon112.png) no-repeat;
}

.banner55 .we-masters a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 102px;
  height: 25px;
  line-height: 27px;
  background-color: #b12d00;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.what-useful {
  background-color: #fff;
  padding: 40px 30px 0;
  margin-bottom: 35px;
}

.what-useful .title {
  margin-bottom: 45px;
}

.what-useful .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}

.what-useful .top .left {
  padding-top: 26px;
}

.what-useful .top .left ul {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  justify-content: space-between;
}

.what-useful .top .left ul li {
  position: relative;
}

.what-useful .top .left ul li span {
  display: block;
  background: url(../img/icon114.png) no-repeat 50% 50%;
  height: 136px;
  width: 136px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}

.what-useful .top .left ul li b {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: #352a26;
}

.what-useful .top .left ul li p {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 16px;
  line-height: 18px;
}

.what-useful .top .left ul li:first-child:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 59px;
  left: 121px;
  background: url(../img/icon117.png) no-repeat;
  width: 125px;
  height: 17px;
}

.what-useful .top .left ul li:nth-child(2):after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 59px;
  left: 153px;
  background: url(../img/icon117.png) no-repeat;
  width: 125px;
  height: 17px;
}

.what-useful .top .left ul li:nth-child(2) span {
  background: url(../img/icon115.png) no-repeat 50% 50%;
}

.what-useful .top .left ul li:nth-child(3) span {
  background: url(../img/icon116.png) no-repeat 50% 50%;
}

.what-useful .top .left ul li:nth-child(3):after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -31px;
  left: 116px;
  background: url(../img/icon118.png) no-repeat;
  width: 114px;
  height: 198px;
}

.what-useful .top .left ul li:nth-child(3):before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 67px;
  left: -406px;
  background: url(../img/icon119.png) no-repeat;
  width: 859px;
  height: 277px;
}

.what-useful .top .right {
  margin-right: 40px;
  position: relative;
  z-index: 3;
}

.what-useful .top .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.what-useful .top .right ul li {
  background: url(../img/icon113.png) no-repeat 0 0;
  padding-left: 68px;
  padding-top: 20px;
  margin-bottom: 40px;
}

.what-useful .top .right ul li p {
  display: block;
  font-size: 14px;
  color: #352a26;
  line-height: 18px;
}

.what-useful .top .right ul li a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  color: #352a26;
  line-height: 18px;
  text-transform: uppercase;
  text-shadow: 0 0 0;
}

.what-useful .top .right ul li a:hover {
  text-decoration: none;
}

.what-useful .bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.what-useful .bottom ul li {
  background: url(../img/icon113.png) no-repeat 0 0;
  padding-left: 68px;
  padding-top: 20px;
  margin-bottom: 40px;
}

.what-useful .bottom ul li p {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #352a26;
}

.what-useful .bottom ul li a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  color: #352a26;
  line-height: 18px;
  text-transform: uppercase;
  text-shadow: 0 0 0;
}

.what-useful .bottom ul li a:hover {
  text-decoration: none;
}

.what-useful .what-useful-block2 .top {
  align-items: inherit;
  margin-bottom: 150px;
}

.what-useful .what-useful-block2 .top .left {
  padding-top: 59px;
}

.what-useful .what-useful-block2 .top .left ul li:nth-child(2):after {
  left: 129px;
}

.what-useful .what-useful-block2 .top .left ul li:nth-child(3):after {
  top: -31px;
  left: 116px;
  height: 112px;
}

.what-useful .what-useful-block2 .top .left ul li:nth-child(3):before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 67px;
  left: -410px;
  background: url(../img/icon120.png) no-repeat;
  width: 839px;
  height: 277px;
}

.what-useful .what-useful-block2 .top .right {
  margin-right: 80px;
}

.how-it-works-container {
  background-color: #fff;
  padding: 50px 15px 40px;
}

.how-it-works-container .title55 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #352a26;
  font-size: 16px;
  margin-bottom: 40px;
}

.how-it-works-container .title {
  margin-bottom: 30px;
}

.how-it-works-container a.btn5 {
  display: block;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  width: 531px;
  height: 54px;
  line-height: 56px;
  background-color: #b43709;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 50px;
}

.how-it-works-container a.btn5:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #c34618;
}

.how-it-works-container .graphics {
  padding: 0 40px;
}

.how-it-works-container .graphics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.how-it-works-container .graphics ul li {
  margin-bottom: 40px;
  width: 28%;
}

.how-it-works-container .graphics ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.how-it-works-container .graphics ul li p {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #352a26;
}

.how-it-works-container .graphics ul li b {
  display: block;
  margin-bottom: 15px;
  color: #352a26;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.how-it-works-container .graphics2 ul {
  justify-content: center;
}

.how-it-works-container .graphics2 ul li {
  padding: 0 85px;
  width: 46%;
  position: relative;
}

.how-it-works-container .graphics2 ul li:first-child:after {
  content: '';
  display: block;
  clear: both;
  left: 88%;
  position: absolute;
  top: 126px;
  background: url(../img/icon121.png) no-repeat;
  width: 115px;
  height: 52px;
}

.how-it-works-container .graphics3 ul {
  justify-content: space-between;
}

.how-it-works-container .graphics3 ul li {
  width: 18%;
}

.how-it-works-container p.info {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #352a26;
  padding: 0 30px;
  margin-bottom: 25px;
}

.how-it-works-container p.info2 {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #352a26;
  padding: 0 80px;
  margin-bottom: 25px;
}

.how-it-works-container strong.info {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #352a26;
  padding: 0 30px;
  margin-bottom: 25px;
}

.how-it-works-container a.more {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: 158px;
  height: 39px;
  line-height: 41px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #45332c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto 50px;
}

.how-it-works-container a.more:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #b43709;
}

.list-helper {
  padding: 0 70px;
}

.list-helper p {
  display: block;
  color: #352a26;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.list-helper p strong {
  font-weight: bold;
  color: #b43709;
  font-size: 20px;
}

.place-order {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
  justify-content: space-between;
}

.place-order .left {
  padding-top: 60px;
}

.place-order .left ul {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  justify-content: space-between;
}

.place-order .left ul li {
  position: relative;
}

.place-order .left ul li span {
  display: block;
  background: url(../img/icon114.png) no-repeat 50% 50%;
  height: 136px;
  width: 136px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}

.place-order .left ul li:nth-child(2) span {
  background: url(../img/icon115.png) no-repeat 50% 50%;
}

.place-order .left ul li b {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: #352a26;
  margin-bottom: 17px;
}

.place-order .left ul li p {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 16px;
  line-height: 18px;
}

.place-order .left ul li:first-child:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 59px;
  left: 135px;
  background: url(../img/icon117.png) no-repeat;
  width: 125px;
  height: 17px;
}

.place-order .left ul li:nth-child(2):after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -32px;
  left: 107px;
  background: url(../img/icon137.png) no-repeat;
  width: 114px;
  height: 198px;
}

.place-order .right .top {
  margin-bottom: 78px;
}

.place-order .right .top ul {
  display: flex;
  flex-wrap: wrap;
  width: 550px;
}

.place-order .right .top ul li {
  background: url(../img/icon113.png) no-repeat 0 0;
  padding-left: 68px;
  padding-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.place-order .right .top ul li p {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #352a26;
}

.place-order .right .top ul li:first-child:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 19px;
  left: 175px;
  background: url(../img/icon117.png) no-repeat;
  width: 125px;
  height: 17px;
}

.place-order .right .top ul li:first-child {
  width: 310px;
}

.place-order .right .bottom {
  margin-bottom: 0;
}

.place-order .right .bottom ul li {
  background: url(../img/icon126.png) no-repeat 0 0;
}

.info-smile {
  margin-bottom: 25px;
  padding: 0 15px;
}

.info-smile ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-smile ul li {
  margin-bottom: 25px;
}

.info-smile ul img {
  display: block;
  margin: 0 auto 30px;
}

.info-smile ul p {
  display: block;
  text-align: center;
  color: #352a26;
  font-size: 16px;
  line-height: 18px;
}

.sidebar2 {
  display: none;
}

#scroller {
  display: block;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  cursor: pointer;
  background: url(../img/up.png) no-repeat 10px 50% rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 15px 15px 15px 35px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 15;
}

#scroller:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/up.png) no-repeat 10px 50% rgba(0, 0, 0, 0.7);
}

.select2-container strong { font-weight: bold; }

/*media*/
@media screen and (max-width: 1850px) {
  .banner55 .we-masters {
    top: 1.7%;
    left: 52%;
  }
}

@media screen and (max-width: 1800px) {
  .banner55 .we-masters {
    top: 1.4%;
    left: 52%;
  }
}

@media screen and (max-width: 1750px) {
  .banner55 .we-masters {
    top: 1.1%;
    left: 52%;
  }
}

@media screen and (max-width: 1700px) {
  .banner55 .we-masters {
    top: 0.7%;
    left: 51.5%;
  }
}

@media screen and (max-width: 1600px) {
  .banner55 .we-masters {
    top: 0;
  }
}

@media screen and (max-width: 1500px) {
  .banner55 .we-masters {
    left: 51%;
    height: 118px;
  }
}

@media screen and (max-width: 1450px) {
  .banner55 .we-masters {
    left: 51%;
    height: 112px;
  }
}

@media screen and (max-width: 1366px) {
  .banner55 .we-masters {
    height: 107px;
    left: 50%;
  }
  .banner55 a.rubric3 {
    top: 2%;
    left: 70%;
  }
}

@media screen and (max-width: 1300px) {
  .banner55 .we-masters {
    height: 102px;
    left: 49.9%;
  }
}

@media screen and (max-width: 1250px) {
  .banner55 .we-masters {
    height: 98px;
    left: 49.9%;
  }
}

@media screen and (max-width: 1200px) {
  .banner55 .we-masters {
    height: 84px;
  }
}

@media screen and (max-width: 1150px) {
  .place-order {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .place-order .left {
    margin-bottom: 20px;
  }
  .place-order .right .top {
    margin-bottom: 0;
  }
  .place-order .left ul li:nth-child(2):after {
    display: none;
  }
  .what-useful {
    padding: 40px 15px 0;
  }
  .what-useful .top {
    flex-direction: column !important;
    margin-bottom: 30px !important;
    align-items: center  !important;
  }
  .what-useful .top .left ul li:nth-child(3):before {
    display: none !important;
  }
  .what-useful .top .left ul li:nth-child(3):after {
    display: none !important;
  }
  .what-useful .top .left {
    margin-bottom: 25px !important;
  }
  .what-useful .top .right {
    margin-right: 0 !important;
    margin-bottom: 25px !important;
  }
  .what-useful .top .right ul {
    flex-direction: row !important;
  }
  .what-useful .top .right ul li {
    margin: 0 10px !important;
  }
  .what-useful .title {
    margin-bottom: 25px;
  }
  .banner55 a.rubric4 {
    top: 17%;
    left: 29%;
  }
  .banner55 a.rubric3 {
    top: 2%;
    left: 76%;
  }
  .banner55 a.rubric11 {
    top: 35%;
    left: 88%;
  }
  .inner-page-block2 .steps ul:after {
    display: none;
  }
}

@media screen and (max-width: 1070px) {
  .header .bottom2 .search-master-block {
    margin: 15px 0;
  }
  .customer-page2 .right .buttons-info ul li {
    width: 25%;
  }
  .bottom2 .search-master-block form {
    display: flex;
    flex-wrap: wrap;
  }
  .bottom2 .search-master-block form a.rubric {
    width: 100%;
  }
  .bottom2 .search-master-block form input[type="text"] {
    border: none;
    border-right: 1px solid #392C29;
    border-left: 1px solid #392C29;
  }
  .bottom2 .search-master-block form input[type="submit"] {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .info-smile ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  #scroller {
    padding: 15px 15px 15px 15px;
    background-position: 50% 50%;
  }
  #scroller span {
    display: none;
  }
  #scroller:hover {
    background-position: 50% 50%;
  }
  .sidebar2 {
    display: block;
  }
  .sidebar3 .my-messages:nth-child(1) {
    display: none;
  }
  .sidebar3 .my-messages:nth-child(2) {
    display: none;
  }
  .sidebar3 .my-messages:nth-child(3) {
    display: none;
  }
  .how-it-works-container .graphics2 ul {
    justify-content: center;
    flex-direction: column;
  }
  .how-it-works-container .graphics2 ul li:after {
    display: none !important;
  }
  .how-it-works-container .graphics2 ul li {
    padding: 0;
    margin: 0 auto 25px;
    width: 280px;
    position: relative;
  }
  .info-smile ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .info-smile ul li {
    width: 25%;
  }
  .how-it-works-container .graphics {
    padding: 0px;
  }
  .banner55 .rubrics {
    display: none;
  }
  .customer-page2 .right .buttons-info ul li {
    width: 20%;
  }
  .customers-blog .bottom {
    padding-right: 0;
  }
  .customers-blog .top .right {
    padding: 15px 15px 20px 15px;
  }
  .experience .experience-dop {
    display: none;
  }
  .region .region-dop {
    display: none;
  }
  .additionally .additionally-dop {
    display: none;
  }
  .price-block .price-dop {
    display: none;
  }
  .order-type-block .order-type-dop {
    display: none;
  }
  .customer-orders .bottom {
    padding-left: 0;
  }
  .customer-orders .top .right .top-block {
    padding: 10px 15px 11px 15px;
  }
  .customer-orders .top .right b {
    padding-left: 40px;
    background: url(../img/marker.png) no-repeat 15px 50%;
  }
  .reviews-container .bottom .left .review {
    padding: 20px 35px 15px 15px;
  }
  .reviews-container .bottom .right .review {
    padding: 20px 35px 15px 15px;
  }
  .my-messages-block .sms {
    padding: 13px 15px 13px 15px;
  }
  .dop-block5 ul li {
    width: 25%;
    padding: 0 5%;
  }
  .selected-customer ul {
    flex-wrap: nowrap;
  }
  .main {
    flex-wrap: wrap;
  }
  .sidebar {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .main-container {
    margin-bottom: 20px;
  }
  .maybe-interested .title-interested br {
    display: none;
  }
  .top-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-main:after {
    left: 15px;
  }
  .maybe-interested .master .top {
    /*justify-content: center;*/
  }
  .maybe-interested .master .bottom {
    display: flex;
    justify-content: center;
  }
  .maybe-interested .master .bottom ul li strong {
    text-align: right;
  }
  .maybe-interested .master .bottom ul li {
    justify-content: flex-start;
  }
  .all-services-container {
    padding-left: 15px;
  }
  .rubric-dop {
    display: none;
  }
  .question .title {
    line-height: 36px;
  }
  .graph-container .graph-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .graph-container .graph-right {
    width: 100%;
    background-color: #fff;
    padding: 35px 15px 0px 15px;
    position: relative;
    overflow: hidden;
  }
  .partners2 ul {
    margin: 0 -20px;
  }
  .title-inner {
    font-size: 30px;
  }
  .inner-page-block {
    padding: 40px 20px 40px;
  }
  .how-works .how-works-block {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .how-works .how-works-block img {
    min-width: 1px;
    width: 100%;
    height: auto;
  }
  .how-works .how-works-block .right {
    padding-top: 1px;
  }
  .how-works .how-works-block .right .title {
    height: auto;
    padding: 15px;
  }
  .how-works .how-works-block .right .title br {
    display: none;
  }
  .how-works .how-works-block .right .right-text {
    min-height: 1px;
    padding: 15px;
  }
  .how-works .how-works-block2 img {
    order: 1;
  }
  .how-works .how-works-block2 .right {
    order: 2;
  }
  .title {
    font-size: 30px;
  }
  .what-help-you .title {
    font-size: 30px;
  }
  .write-us .container .write-us-block {
    margin: 350px 0 0 0;
  }
  .dop-block5 ul li .instruments-dop {
    position: absolute;
    top: 112%;
    left: 18%;
  }
  .selected-customer ul li .instruments-dop {
    position: absolute;
    top: 120%;
    left: 9%;
  }
}

@media screen and (max-width: 854px) {
  .footer .container .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer .container .footer-container .center {
    margin-bottom: 20px;
  }
  .footer .container .footer-container .right {
    margin-bottom: 20px;
  }
  .partners2 ul li {
    width: 33.333333333%;
    margin-bottom: 55px;
  }
  .all-services .container ul li {
    width: 25%;
  }
  .find-master .find-master-block ul li {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .how-it-works-container p.info {
    padding: 0;
  }
  .how-it-works-container strong.info {
    padding: 0;
  }
  .list-helper {
    padding: 0;
  }
  .how-it-works-container .graphics ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .how-it-works-container .graphics ul li {
    width: 260px;
    margin: 0 auto 40px;
  }
  .how-works a.btn3 {
    margin: 47px auto 0;
    width: 100%;
    font-size: 23px;
  }
  .tabs-container3 ul.tabset li {
    margin: 0 24px;
    height: 59px;
  }
  .customer-page2 .right .buttons-info ul li {
    width: 33.333333%;
  }
  .customer-block10 .customer-container .top .top .left {
    margin-bottom: 10px;
  }
  .customer-block5 .customer-container .top .top {
    justify-content: flex-start;
  }
  .customer-block5 .customer-container .top .top .left {
    width: 100%;
  }
  .customer-block5 .customer-container .top .top .center {
    width: 100%;
  }
  .customer-block5 .customer-container .top .top .right {
    width: 100%;
  }
  .question ul li {
    width: 100%;
  }
  .contacts2 .contacts-left {
    min-width: 1px;
    margin: 0;
  }
  .inner-page-block3 .good-know-block .left {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .inner-page-block3 .good-know-block .right {
    width: 100%;
    order: 2;
    margin-bottom: 0px;
  }
  .good-know-block .left {
    width: 100%;
    order: 2;
    margin-bottom: 0px;
  }
  .good-know-block .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .inner-page-block2 .steps ul {
    justify-content: center;
  }
  .inner-page-block2 .steps ul li {
    width: 33.33333333%;
  }
  .contacts {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .contacts .contacts-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    order: 2;
  }
  .contacts .contacts-right {
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .header .bottom2 .container .logo {
    margin: 0;
  }
  .header .bottom2 .container .tel {
    margin: 0;
  }
  .header2 .bottom2 .container {
    min-height: 103px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  .footer .container .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer .container .footer-container .footer-logo {
    margin-bottom: 30px;
  }
  .footer .container .footer-container .right {
    margin-bottom: 30px;
  }
  .footer .container .nav ul li {
    margin-bottom: 15px;
  }
  .footer .container .footer-container .right .soc span {
    margin: 15px;
  }
  .all-services .container ul li {
    width: 33.333333%;
  }
  .find-master .find-master-block ul li {
    width: 33.333333%;
  }
  .search-master-block form input[type="submit"] {
    background: url(../img/icon5.png) no-repeat 15px 50% #b43709;
    padding-left: 53px;
    min-width: 150px;
  }
  .search-master-block form input[type="submit"]:hover {
    background-position: 15px 50%;
  }
  .search-master-block form input[type="text"] {
    padding-left: 15px;
  }
  .banner .container .search-master {
    padding: 20px 15px 20px 15px;
  }
  .search-master-block form a.rubric {
    min-width: 140px;
    background: url(../img/icon4.png) no-repeat 10px 50% #49342D;
    padding-left: 47px;
  }
}

@media screen and (max-width: 700px) {
  .reviews-container2 .top {
    flex-wrap: wrap;
  }
  .reviews-container2 .top .left {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .info-smile ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .info-smile ul li {
    width: 50%;
  }
  .place-order .right {
    width: 100%;
  }
  .place-order .right .top ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
  }
  .place-order .right .top ul li {
    width: 100% !important;
  }
  .place-order .right .top ul li:after {
    display: none !important;
  }
  .what-useful .top .left ul {
    flex-direction: column;
    width: 100%;
  }
  .what-useful .top .left ul li {
    margin-bottom: 25px;
  }
  .what-useful .top .left ul li:after {
    display: none !important;
  }
  .what-useful .top .right {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .what-useful .top .right ul {
    width: 100%;
    flex-direction: column !important;
  }
  .what-useful .top .right ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .what-useful .bottom {
    width: 100%;
  }
  .what-useful .bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: column !important;
  }
  .what-useful .bottom ul li {
    width: 100%;
    min-height: 70px;
    margin: 0 0 15px 0 !important;
  }
  a.btn33 {
    margin: 0 auto 40px;
    width: 100%;
    font-size: 22px;
  }
  .how-works a.btn3 {
    font-size: 21px;
  }
  .popup4 .popup-container .popup-block ul li,
  .popup4-1 .popup-container .popup-block ul li {
    width: 50%;
  }
  .popup5 .popup-container .popup-block ul li {
    width: 50%;
  }
  .tabs-container3 ul.tabset {
    justify-content: space-around;
  }
  .tabs-container3 ul.tabset li {
    margin: 0;
  }
  .customer-page {
    flex-wrap: wrap;
  }
  .customer-page .left {
    min-width: 1px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .reviews-container .bottom .left {
    width: 100%;
  }
  .reviews-container .bottom .right {
    width: 100%;
  }
  .reviews-container .top .left {
    width: 100%;
  }
  .partners2 ul li {
    width: 50%;
    margin-bottom: 55px;
  }
  .all-services .container ul li {
    width: 50%;
  }
  .find-master .find-master-block ul li {
    width: 50%;
  }
  .write-us .container .write-us-block {
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 40px 15px;
  }
}

@media screen and (max-width: 568px) {
  .how-it-works-container a.btn5 {
    width: 100%;
  }
  .how-works a.btn3 {
    font-size: 19px;
    line-height: 23px;
    padding: 0 10px;
  }
  .tabs-block5 {
    padding: 25px 15px 5px 15px;
  }
  .tabs-block5 .questionnaire .row .center {
    width: 100% !important;
    text-align:left;
  }
  .tabs-block5 .questionnaire .row .left {
    width: 100% !important;
    margin-right: 0 !important;
    text-align:right;
  }
  .tabs-block5 .questionnaire .row {
    display: flex;
    flex-wrap: wrap;
  }
  .tabs-container3 .tabs-block3 {
    padding: 35px 15px 0 15px;
  }
  .tabs-container3 .tabs-block3 .information .right .information-block {
    padding: 10px;
    margin-bottom: 14px;
  }
  .tabs-container3 .tabs-block3 .information .img {
    display: none;
  }
  .tabs-container3 .tabs-block3 .information .number {
    margin-right: 40px;
  }
  .tabs-container2 .tabs-block2 ul li {
    width: 25%;
  }
  .top-main .buttons {
    flex-direction: column;
    margin-bottom: 5px;
  }
  .top-main .buttons a {
    margin: 5px 0 0;
  }
  .reviews-container2 .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reviews-container2 .top .right2 {
    width: 100%;
    justify-content: flex-start;
  }
  .dop-block5 ul li {
    padding: 0 4px;
  }
  .selected-customer ul {
    flex-wrap: wrap;
  }
  .inner-page-block2 .steps ul {
    justify-content: center;
  }
  .inner-page-block2 .steps ul li {
    width: 50%;
  }
  .bottom2 .search-master-block form input[type="text"] {
    width: 100%;
  }
  #passwordResetModal .popup-container .popup-block .close2-2, .popup1 .popup-container .popup-block .close2 {
    top: -57px;
    right: 0;
  }
  .popup2 .popup-container .popup-block .close4 {
    top: -57px;
    right: 0;
  }
  .header {
    display: flex;
    flex-direction: column;
  }
  .header .bottom {
    position: relative;
    z-index: 3;
    order: 1;
  }
  .header .top {
    order: 2;
  }
  .header .cities .cities-btn {
    width: auto;
    padding-right: 40px;
  }
  .header .top .container .buttons .btn-login {
    width: 70px;
  }
  .header .top .container .buttons .btn-registration {
    width: 120px;
  }
  .banner .container {
    padding-top: 200px;
  }
  .search-master-block form {
    flex-wrap: wrap;
  }
  .search-master-block form a.rubric {
    width: 100%;
    min-width: 1px;
  }
  .search-master-block form input[type="text"] {
    width: 67%;
    border-top: none;
    border-left: 1px solid #392C29;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .search-master-block form input[type="submit"] {
    min-width: 1px;
    width: 33%;
  }
}

@media screen and (max-width: 500px) {
  .header .bottom .container .tel {
    display: none;
  }

    #city-filter-wrap {
        width: 210px;
    }
}

@media screen and (max-width: 480px) {
  .customer-block5 .customer-container .top .top .center .center-block:after {
    display: none;
  }
  .customers-blog .top {
    flex-wrap: wrap;
  }
  .customers-blog .top .foto {
    margin: 0 auto 20px;
  }
  .customers-blog .top .right:after {
    display: none;
  }
  .customer-orders .top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .customer-orders .center ul li {
    margin-right: 0;
    width: 50.1%;
    margin: 0 0 20px 0;
    justify-content: center;
  }
  .customer-orders .center ul li .foto {
    margin-right: 0;
  }
  .customer-orders .top .foto {
    margin: 0 auto 20px;
  }
  .customer-orders .top .right:after {
    display: none;
  }
  .tabs-block5 .questionnaire .row .left {
    margin-bottom: 15px;
  }
  .tabs-container3 .tabs-block3 .information {
    display: flex;
    flex-wrap: wrap;
  }
  .tabs-container3 .tabs-block3 .information .number {
    margin: 0 auto 30px;
  }
  .tabs-container3 .tabs-block3 .information .right .information-block:after {
    display: none;
  }
  .tabs-container3 .tabs-block3 .information .right a.btn1 {
    margin: 0 auto;
  }
  .place-order .left ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  .place-order .left ul li {
    margin: 0 0 20px 0;
  }
  .place-order .left ul li:after {
    display: none !important;
  }
  a.btn33 {
    margin: 0 auto 40px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 0 10px;
  }
  .what-help-you .container .text a.btn3 {
    margin: 0 auto 25px;
    font-size: 20px;
    width: 94%;
  }
  .tabs-container3 ul.tabset {
    height: auto;
    justify-content: space-around;
  }
  .tabs-container3 ul.tabset li {
    margin: 0;
  }
  .tabs-container3 ul.tabset li a {
    font-size: 12px;
  }
  .tabs-container2 ul.tabset {
    justify-content: space-around;
  }
  .tabs-container2 ul.tabset li {
    margin: 0;
  }
  .tabs-container2 .tabs-block2 ul li {
    width: 33.33333%;
  }
  .customers-blog .top .right ul {
    justify-content: flex-start;
  }
  .customers-blog .top .right ul li {
    width: 100%;
  }
  .customers-blog .bottom {
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
  }
  .customers-blog .bottom a.more {
    margin-left: 0;
  }
  .customers-blog .bottom a.write-comment {
    margin-left: 0;
  }
  .customers-blog .bottom .soc {
    margin-left: 0;
  }
  .customer-block5 {
    flex-wrap: wrap;
  }
  .customer-block5 .foto {
    margin: 0 auto 15px;
  }
  .customer-block5 .customer-container {
    width: 100%;
  }
  .customer-block5 .customer-container:after {
    display: none;
  }
  .customer-block5 .customer-container .bottom-block {
    padding: 8px 10px 8px 10px;
  }
  .customer-block5 .customer-container .bottom-block ul {
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  .customer-block5 .customer-container .bottom-block ul li {
    margin: 0 0 5px 0;
    padding: 0;
    background: none;
    width: 100%;
  }
  .customer-block5 .customer-container .top {
    padding: 10px 10px 1px 10px;
  }
  .customer-block5 .customer-container .top .bottom .left span {
    margin-left: 17px;
  }
  .recommendation-master5 {
    padding-left: 0;
  }
  .title-recommendation-master5 {
    padding-left: 0;
  }
  .recommendation-master5 .right {
    padding-left: 0;
    width: 100%;
  }
  .recommendation-master5 .right:after {
    display: none;
  }
  .partners2 ul li {
    width: 100%;
    margin-bottom: 55px;
  }
  .contacts .contacts-left {
    width: 100%;
    background-color: #45332c;
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #passwordResetModal .popup-container, .popup1 .popup-container {
    width: 100%;
  }
  #passwordResetModal .popup-container .popup-block, 
.popup1 .popup-container .popup-block,
.modal .popup-block {
    width: 100%;
  }
  .popup2 .popup-container {
    width: 100%;
  }
  .popup2 .popup-container .popup-block {
    width: 100%;
  }
  .footer .container .nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .container .nav ul li {
    background: none;
    padding: 0;
    margin: 0 0 12px 0;
  }
  .footer .container .footer-container .right .tel {
    flex-direction: column;
    align-items: center;
    background: none;
    padding: 0;
  }
  .footer .container .footer-container .right .tel strong {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .all-services .container ul li {
    width: 100%;
  }
  .find-master .find-master-block ul li {
    width: 100%;
  }
  .search-master-block form input[type="submit"] {
    padding-left: 45px;
  }
  .banner .container .search-master .buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .banner .container .search-master .buttons a {
    margin-bottom: 15px;
  }
  .search-master-block form input[type="text"] {
    width: 100%;
    border-top: none;
    border-left: 1px solid #392C29;
    border-right: 1px solid #392C29;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
    border-top: none;
  }
  .search-master-block form input[type="submit"] {
    min-width: 1px;
    width: 100%;
  }
  .banner .container .search-master span {
    padding-left: 0;
    line-height: 24px;
    text-align: center;
  }
  .banner .container {
    padding-top: 120px;
  }
  .what-help-you .container .text img {
    margin-bottom: 20px;
  }
  .what-help-you .container .text p {
    padding: 0 15px;
  }
  .what-help-you .container .text {
    padding-bottom: 0;
  }
  a.btn-question {
    margin-left: 0;
  }
  .customers-blog .bottom {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .my-messages-block {
    flex-wrap: wrap;
  }
  .my-messages-block .foto-user {
    margin: 0 auto 20px;
  }
  .my-messages-block .sms:after {
    display: none;
  }
  .my-messages-block2 .foto-user {
    order: 1;
  }
  .my-messages-block .sms {
    order: 2;
  }
  .my-messages-container2 .my-messages-block .photos2 {
    min-width: 55px;
    width: 55px;
    margin: 0 auto 20px;
  }
  a.btn-question {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 460px) {
  .title {
    font-size: 25px;
  }
  .what-help-you .title {
    font-size: 25px;
  }
  .how-works a {
    width: 100%;
    font-size: 20px;
  }
  .write-us {
    background: none;
    min-height: 1px;
  }
  .write-us .container .write-us-block {
    margin-top: 0;
    margin-bottom: 40px;
  }
.write-us .container .write-us-block input[type="text"], 
.write-us .container .write-us-block input[type="tel"],
.write-us .container .write-us-block input[type="email"] {
    width: 100%;
  }
  .write-us .container .write-us-block textarea {
    width: 100%;
  }
  .write-us .container .write-us-block .row {
    width: 100%;
  }
.write-us .container .write-us-block .row input[type="text"], 
.write-us .container .write-us-block .row input[type="tel"],
.write-us .container .write-us-block .row input[type="email"] {
    width: 100%;
  }
  .write-us .container .write-us-block .line {
    width: 80%;
  }
  .write-us .container .write-us-block span {
    font-size: 20px;
  }
  .write-us .container .write-us-block strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .tabs-container3 ul.tabset li a {
    font-size: 10px;
  }
  .info-smile ul li {
    margin-right: 0;
    margin: 0 auto 25px;
    width: 100%;
  }
  .popup3 .popup-container .popup-block .tabs-popup-block {
    padding: 0 15px 35px;
  }
  .popup3 .popup-container .popup-block .tabs-popup-block:after {
    left: 15px;
  }
  .popup3 .popup-container .popup-block ul.tabset {
    justify-content: space-around;
  }
  .popup3 .popup-container .popup-block ul.tabset li {
    margin: 0;
    height: auto;
  }
  .popup3 .popup-container .popup-block ul.tabset li a {
    padding: 0 15px;
  }
  .customer-page2 .right .status5 {
    display: none;
  }
  .customer-orders .center ul {
    justify-content: center;
  }
  .customer-orders .center ul li {
    margin-right: 0;
    width: 50.1%;
  }
  .reviews-container .top .right .schedule-block {
    display: none;
  }
  .inner-page-block2 .steps ul {
    justify-content: center;
  }
  .inner-page-block2 .steps ul li {
    width: 100%;
  }
  .header .top .container {
    height: auto;
  }
  .header .top .container .buttons {
    flex-direction: column;
    padding: 15px 0;
    align-items: center;
  }
  .header .top .container .buttons .btn-login {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 360px) {
  a.btn-question {
    width: 100%;
  }
  .popup2 .popup-container .popup-block .form-popup .buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

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


.blog-item {
    padding-bottom:20px;
}

.blog-item__caption {
    font-weight:bold;
    padding-bottom:10px;
}

.blog-item__body p {
    padding-bottom:5px;
}


.edit-wrap .form-group {
    max-width:80%;
    float:left;
    margin-right:20px;
}

span.select2-selection__arrow {
    min-width:20px !important;
    width:20px !important;
}
span.selection span.select2-selection__choice__remove {
    min-width:10px !important;
    width:10px !important;
}

/* ul-treefree */
ul.ul-treefree { padding-left:25px; }
ul.ul-treefree ul { margin:0; padding-left:6px; }
ul.ul-treefree li { display:block!important; position:relative; list-style:none outside none; border-left:solid 1px #999; margin:0; padding:0 0 0 19px; line-height:23px; }
ul.ul-treefree li:before { content:''; display:block; border-bottom:solid 1px #999; position:absolute; width:18px; height:11px; left:0; top:0; }
ul.ul-treefree li:last-child { border-left:0 none; }
ul.ul-treefree li:last-child:before { border-left:solid 1px #999; }

/* ul-dropfree */
ul.ul-dropfree div.drop {
width:11px;
height:11px;
position:absolute;
z-index:10;
top:6px;
left:-6px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAIAAAD0nuopAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpinDlzJgNlgAWI09LScEnPmjWLoAImrHpIAkwMFAMqGMGC6X44GzkIsHoQooAFTTVQKdbAwxOigyMsmIh3MC7ASHnqBAgwAD4CGeOiDhXRAAAAAElFTkSuQmCC');
background-position:-11px 0;
background-repeat:no-repeat;
cursor:pointer;
}

.multiple-input { margin-bottom:30px; width:100%; }

.text textarea { border:none; }

.multiple-input-list .select2-selection {
    height:34px!important;
}

.customer-container .center-block {
    max-width: 125px;
}
.customer-container .bottom-block .right {
    /* max-width:140px; */
}


.popup-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.popup-message .popup-container {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    padding: 0 15px;
}
.popup-message .popup-block {
    width: 410px;
    background-color: #fff;
    position: relative;
    padding: 35px 15px 28px;
}
.popup-message .form-popup {
    max-width: 285px;
    margin: 0 auto;
}
.popup-message .form-popup strong {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #b43709;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}
.popup .title-popup {
    margin-bottom:0px!important;
}

.center {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.close-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}

.close-btn {
    position: absolute;
    cursor: pointer;
    top: 13px;
    right: 13px;
    background: url(../img/close2.png) no-repeat;
    width: 23px;
    height: 23px;
}

.content-popup {
    padding:20px;
    font-size: 13px;
}

.form-row {
    margin-bottom:10px;
}

.content-popup form .control-label {
    font-weight:bold;
    margin-bottom:5px;
    display:block;
}

a.disabled { background-color:grey!important; }

.field-set.kredo .form-group {
    width:100%;
    margin-top:20px;
    margin-bottom:0px;
}

.field-creed-select .select2-selection__arrow {
    display:none!important;
}








.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}







textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input, textarea {
    outline: none;
}
textarea {
    resize: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    overflow: auto;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.status5 li.active b {
    box-shadow: 0 0 25px rgb(255, 255, 255);
}
#masterfeedback-userfeedbackgood {
    background-color: #adfbad;
}
#masterfeedback-userfeedbackbad {
    background-color: #ffcfcf;
}

.indicators-wrap {
    width:42px;
    height:42px;
    display:block;
    position:relative;
}
.indicators-wrap .bottle-wrap {
    background-image: url('/files/global/sys/bottle.png');
    background-repeat: no-repeat;
    display:block;
    width:21px;
    height:42px;
    position:absolute;
    top:0px;
}
.indicators-wrap .indicator {
    width:21px;
    height:42px;
    display:block;
    float:left;
}
.indicators-wrap .indicator-value {
    width:21px;
    position: absolute;
    bottom:0px;
    max-height:37px;
    min-height:5px;
}
.indicator-good .indicator-value {
    background-color: #52b412;
}
.indicator-bad .indicator-value {
    background-color: #ff4240;
}
.indicators-wrap .indicator-bad {
    left:0px;
}
.indicators-wrap .indicator-good {
    right:0px;
}





.indicators-wrap-sm {
    width:40px;
    height:24px;
    display:block;
    position:relative;
}
.indicators-wrap-sm .bottle-wrap {
    background-image: url('/files/global/sys/bottle-sm.png');
    background-repeat: no-repeat;
    display:block;
    width:12px;
    height:24px;
    position:absolute;
    top:0px;
}
.indicators-wrap-sm .indicator {
    width:12px;
    height:24px;
    display:block;
    float:left;
}
.indicators-wrap-sm .indicator-value {
    width:12px;
    position: absolute;
    bottom:0px;
    max-height:24px;
    min-height:3px;
}



.dop-block5 .chart-wrap {
    min-height: 223px;
    background-position-y: 6px;
    background-size: 223px;
    background-repeat: no-repeat;
    background-image: url(/files/global/sys/chart-bg-white.jpg);
    width: 223px;
    margin-left: auto;
    margin-right: auto;
}


#master-rating .radiolist-0, #customer-rating .radiolist-0,
#master-rating .radiolist-1, #customer-rating .radiolist-1 {
    border-bottom: 2px solid #ff3030;
    padding-bottom: 2px;
}
#master-rating .radiolist-2, #customer-rating .radiolist-2,
#master-rating .radiolist-3, #customer-rating .radiolist-3,
#master-rating .radiolist-4, #customer-rating .radiolist-4,
#master-rating .radiolist-5, #customer-rating .radiolist-5,
#master-rating .radiolist-6, #customer-rating .radiolist-6 {
    border-bottom: 2px solid #f7fc22;
    padding-bottom: 2px;
}
#master-rating .radiolist-7, #customer-rating .radiolist-7,
#master-rating .radiolist-8, #customer-rating .radiolist-8,
#master-rating .radiolist-9, #customer-rating .radiolist-9 {
    border-bottom: 2px solid #72eb20;
    padding-bottom: 2px;
}

#customer-rating label > input {
    margin-right: 3px;
}
#master-rating label > input {
    margin-right: 3px;
}

a.new {
    color: #352a26;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding-left: 13px;
}

.react-wrap {
    position:relative;
    margin:auto 0px;
    background-image: url(/50x25/files/global/sys/reaction.png);
    height:25px;
    width:50px;
    float:right;
    margin-right:10px;
}
.react-popup {
    display:none;
    margin-left:-350px;
    padding:10px;
    margin-top:17px;
    background:#f3f3f3;
    height:100px;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.react-wrap:hover .react-popup {
    display:block;
    position:absolute;
    top:3px;
    z-index:9999;
    width:400px;
}

.react-popup .instruments li {
    float: left;
    margin-right: 7px;
}


.info-wrap {
    position:relative;
    margin:auto 0px;
    background-image: url(/25x25/files/global/sys/disclaimer.png);
    background-repeat:no-repeat;
    height:25px;
    width:25px;
    float:left;
    margin-right:10px;
}
.info-wrap-left .popup {
    margin-right:-350px;
}
.info-wrap-right .popup {
    margin-left:-350px;
}
.info-wrap .popup {
    display:none;
    padding:10px;
    margin-top:17px;
    background:#f3f3f3;
    height:240px;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.info-wrap:hover .popup {
    display:block;
    position:absolute;
    top:3px;
    z-index:9999;
    width:400px;
}

.info-wrap-sm {
    background-image: url(/13x13/files/global/sys/disclaimer.png);
    float: right;
    margin: auto 30px;
    width:13px;
    height:13px;
}
.info-wrap-right {
    float:right;
    margin: auto 30px;
}
.info-wrap-left {
    float:left;
}
.info-wrap-right-sm .popup {
    margin-top: 7px;
}

.normal-font {
    font-size:14px;
    color:#000;
    font-weight: 300;
}

em.status-2 {
    background-color: #f9f059!important;
    color: #000!important;
}
em.status-3 {
    background-color: #f80202!important;
    color: #FFF!important;
}


.hide {
    display: none !important;
}

.recommendation-master5 .right {
    padding-left: 0px;
}
.recommendation-master5 .right:after {
    background:transparent;
    background-image:none;
}
.recommendation-master5 .customer-container {
    margin-bottom: 10px;
}
.recommendation-master5 .customer-container .info-master > span {
    color: #352a26!important;
    font-size: 14px!important;
    text-transform:none!important;
    font-weight:400!important;
}
.recommendation-master5 .customer-container .info-master > a {
    font-weight: 500!important;
    color: #fff!important;
    text-decoration: none!important;
    font-size: 12px!important;
}

.recommendation-master5 .my-messages-block {
    width:100%;
}
.recommendation-master5 .photos {
    min-height:64px;
}



.smile-block .instruments-dop {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #F4E8E3;
    border: 1px solid #49342D;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
}
.smile-block:hover .instruments-dop {
    display: block;
}

.feedback-type-1 {
    padding: 5px;
    background-color: #ffcfcf;
}
.feedback-type-2 {
    padding: 5px;
    background-color: #adfbad;
}

.customer-block5 .customer-container .top .top .right ul li.rating-wrap strong {
    color: #b43709;
    font-size: 18px;
}

.show-more-works {
    background-color: #5dbc10!important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index:0!important;
}


td.list-cell__work_id {
    min-width: 400px;
}

.order-status-3 {
    background-color: #e85352!important;
}

.customer-container .foto-master .icon img {
    border-radius: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}


#masters-term-autofill-wrap {
    width: 100%;
}
#masters-term-autofill-wrap .select2 {
    display: block;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-top: 1px solid #392C29;
    border-bottom: 1px solid #392C29;
    padding-left: 24px;
    width: 100%!important;
    font-size: 14px;
    color: #352a26;
    height: 60px;
    background-color: #f1e8e5;
}
#masters-term-autofill-wrap .select2 .select2-selection {
    height: 100%;
    background-color: transparent;
    border: none;
}


.customer-block5 .foto .photo-wrap:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 0px;
    right: 0px;
    /*left:1px;*/
    background: url(/files/global/sys/maska-small.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
    height: 109px;
}


.bulletin .foto .photo-wrap:after {
    background: url(/files/global/sys/maska-small-blue.png) no-repeat;
}

.unpaid .foto .photo-wrap:after {
    background: url(/files/global/sys/maska-small-alt.png) no-repeat;
}

.bonus .foto .photo-wrap:after {
    background: url(/files/global/sys/maska-small-yellow.png) no-repeat;
}


.customer-block5 .foto .customer-photo-wrap:after {
    background: url(/files/global/sys/customer-maska-small.png) no-repeat;
}

.list-wrap {
    max-height: 900px;
    overflow-y: scroll;
}

.master-link a {
    word-break: break-all;
}

.btn-disabled {
    background-color:grey!important;
}