html *{max-height:999999px;}
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;box-sizing: border-box;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
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;}

@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
  min-width: 300px;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'Roboto';
  font-size: 16px;
}

body h1 {
  font-size: 35px;
  text-transform: uppercase;
}

body h2 {
  font-size: 30px;
  text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

body h3 {
  font-size: 25px;
  text-transform: uppercase;
}

body h4 {
  font-size: 20px;
  text-transform: uppercase;
}

body a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #343434;
}

ul.list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

ul.list li::before {
  position: absolute;
  content: '';
  /*    background: url(../img/list_check.png) no-repeat;*/
  background: #333;
  width: 11px;
  height: 11px;
  left: 0;
  top: 4px;
  border-radius: 100%;
}
.bottom{margin-top: 30px;}
.bottom strong{
  font-weight: 700;
}
li{
  font-size: 17px;
    letter-spacing: 0.02em;
    background: url(../img/mq.png) no-repeat left top 9px;
    padding: 0px 0 20px 40px;
    color: #000;
    font-variant: small-caps;
}
body img {
  max-width: 100%;
}

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

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

.flex.al_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center {
  text-align: center;
}

/********************************************************/
header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_menu ul li a {
  display: block;
  padding: 10px 0;
  margin: 0 10px;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(36, 36, 36, 0);
}

.header_menu ul li a:hover {
  border-bottom: 2px solid #c12323;
}

/********************************************************/
.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0;
  font-size: 18px;
}

.navigation ul li {
  color: #8a8a8a;
  padding: 5px;
}

.navigation ul li:first-child {
  padding-left: 0px;
}

.navigation ul li a {
  color: #8a8a8a;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navigation ul li a:hover {
  text-decoration: underline;
  color: #ffb617;
}

.navigation ul li p {
  color: #8a8a8a;
}


.lang span{
border: 1px solid #fff;
    padding: 10px 15px;
    font-size: large;
}

/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
.back-top {
  position: fixed;
  bottom: 50px;
  right: 5%;
  z-index: 9999;
  background: url(../img/back.svg) no-repeat 0px;
  background-size: 100%;
  display: block;
  height: 50px;
  width: 50px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #ff0000;
  pointer-events: none;
}

.back-top.active {
  opacity: 0.8;
  cursor: pointer;
  pointer-events: all;
}

.back-top.active:hover {
  opacity: 1;
}

/********************************************************/
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
}

.nonebox {
  position: fixed;
  top: -350px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  width: 90%;
  max-width: 420px;
  height: auto;
  z-index: 99999;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  padding: 25px;
  font-family: 'Roboto';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nonebox input[type="text"] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.507);
  font-family: 'Roboto';
}
.nonebox input {
  max-width: 320px !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  height: 50px;
}
.nonebox .button {
  margin-top: 30px !important;
  color: #000;
}
.nonebox .button:hover {
  color: #000;
}

.box-close {
  width: 18px;
  height: 18px;
  background: url("../img/close.png") no-repeat center;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
}

.nonebox .button {
  margin: 10px auto;
}

/********************************************************/
.button {
  width: 100%;
  max-width: 350px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  background-color: #ffb400;
  margin: 10px 0;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: none;
  color: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: 5px 5px 22px 2px rgba(255, 180, 0, 0.4);
          box-shadow: 5px 5px 22px 2px rgba(255, 180, 0, 0.4);
  border: 2px solid #ffb400;
}

.button:hover {
  background-color: transparent;
}
.ceny{
    max-width: 350px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #ffb400;
    margin: 50px auto;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: none;
    color: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: 5px 5px 22px 2px rgba(255, 180, 0, 0.4);
    box-shadow: 5px 5px 22px 2px rgba(255, 180, 0, 0.4);
    border: 2px solid #ffb400;
}
/********************************************************/
input[type='text'] {
  max-width: 370px;
  width: 100%;
  min-width: 250px;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #4b4b4b;
  background-color: #fff;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  outline: none;
  color: #4b4b4b;
  font-size: 16px;
}

input[type='text']:focus {
  border: 1px solid #4b4b4b;
}

input[type='text']::-webkit-input-placeholder {
  color: #4b4b4b;
}

input[type='text']:-ms-input-placeholder {
  color: #4b4b4b;
}

input[type='text']::-ms-input-placeholder {
  color: #4b4b4b;
}

input[type='text']::placeholder {
  color: #4b4b4b;
}

.thanks {
  background: url(../img/background1.jpg) no-repeat top center;
  height: 88vh;
}
.thanks .container {
  padding-top: 10%;
}
.thanks .container h2 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.thanks .container p {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.thanks .container .button {
  margin: 50px auto 0;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 22;
  background: rgba(0, 0, 0, 0.37);
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: relative;
}
header .container .logo {
  max-width: 420px;
  width: 100%;
}
@media all and (max-width: 767px){
  header .container .logo {
    width: 100px;
    align-self: self-start;
  }
}
header .container .logo a {
  display: flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .container .logo a img {
  max-width: 100px;
}
header .container .logo-text {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
header .container .logo a .arch {
    display: block;
    padding-left: 1px;
    font: 200 10px Oswald,sans-serif;
    letter-spacing: 2px;
}
header .container .logo p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  padding-left: 40px;
}
header .container .remont {
  max-width: 300px;
}
header .container .remont p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
header .container .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 20px 0;
}
header .container .contact p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
}
header .container .contact a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
header .container .buttons {
  max-width: 250px;
  width: 100%;
  position: relative;
}
header .container .buttons .button {
  max-width: 250px;
  width: 100%;
  height: 50px;
}
.primary-menu a span{
  margin-left: 0.3em;
}
.primary-menu a{
  color: #ffffff;
  position: relative;
  transition: all .5s;
  font-size: 14px;
}
.svg-icon-socials-tg{
  position: absolute;
  top: 26px;
  right: 9px;
  opacity: 1;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
        display: inline-block;
    fill: currentColor;
    overflow: hidden;
    vertical-align: middle;
}
header .container .buttons a {
  font-size: 14.8px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
header .container .redAction {
  position: absolute;
  background: #96d700;
  right: 104px;
  bottom: -174px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
header .container .redAction p {
  font-size: 17px;
  color: #fff;
  padding: 15px 30px 15px 30px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .container .redAction p span {
  font-weight: 700;
  font-size: 20px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: separate;
    border: 1px solid #ddd;
    border-spacing: 10px;
    border-radius: 3px;
    background: #fdfdfd;
}
.table {
    margin: 30px 0 90px;
}
.table thead {
    background: #f31010;
    color: #fff;
}
.table tfoot {
    background: #f31010;
    color: #fff;
}
.table tfoot tr th {
    border: 1px solid #a9a9a9;
    font: 500 13px/20px Oswald,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
}
tr {
    display: table-row;
}
.table thead tr th {
    border: 1px solid #a9a9a9;
    font: 500 13px/20px Oswald,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
}
table, tbody, td, tfoot, th, thead, time, tr, tt {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.background {
    background: #ffb617;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
}
table, tbody tr td, thead tr th {
    border: 1px solid #ccc;
}
.table a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: royalblue;
  overflow: hidden;
}

.table a:hover {
  color: midnightblue;
}
table, tbody tr td, thead tr thead {
    border: 1px solid #ccc;
}
caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}
table, tbody, td, tfoot, th, thead, time, tr, tt {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
*, *::before, *::after {
    box-sizing: border-box;
}
#team .block__text h2 {
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.25;
    color: #333;
}
.table h2 {
    margin: 15px 0 15px 20px;
    font: 500 16px/20px Oswald,sans-serif;
}
.footer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.button-2 {
    width: 100%;
    max-width: 350px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #ffb400;
    margin: 10px 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: none;
    color: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: 5px 5px 22px 2px rgba(255, 180, 0, 0.4);
    box-shadow: 5px 5px 22px 2px rgba(255, 180, 0, 0.4);
    border: 2px solid #ffb400;
}
.button-2:hover {
    background-color: #000;
}
.footer-hr {
    max-width: 115px;
    width: 100%;
    height: 1px;
    border: none;
    background: #000;
}
.footer-p {
    max-width: 600px;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 26px;
}

.div_1 {
  background: url(../img/background1.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
#my-video {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
}
.div_1 .black {
  position: absolute;
  background: rgba(0, 0, 0, 0.57);
  width: 100%;
  height: 100%;
  z-index: 18;
}
.div_1 .container {
  padding-top: 200px;
  position: relative;
  z-index: 20;
}
.div_1 .container .div_1_top .div_1_top_title h1 {
  font-size: 85px;
  color: #fff;
  font-weight: 700;
}
.div_1 .container .div_1_top .div_1_top_text {
  margin-bottom: 100px;
}
.div_1 .container .div_1_top .div_1_top_text p {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.div_1 .container .div_1_top .div_1_top_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.div_1 .container .div_1_top .div_1_top_button hr {
  max-width: 115px;
  width: 100%;
  height: 1px;
  border: none;
  background: #fff;
}
.div_1 .container .div_1_top .div_1_top_button p {
  max-width: 600px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.div_1 .container .div_1_bottom {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.div_1 .container .div_1_bottom .div_1_bottom_card {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
}
.div_1 .container .div_1_bottom .div_1_bottom_card p {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0.1em;
  background: url(../img/mq.png) no-repeat top 5px left;
  padding-left: 15px;
}

.div_2 {
  position: relative;
}
.div_2 .valik {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 313px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.div_2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0 50px;
}
.div_2 .container .div_2_title {
  margin-bottom: 20px;
}
.div_2 .container p {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px auto;
  font-variant: small-caps;
  text-align: justify;
  letter-spacing: 2px;
}
.div_2 .container .div_2_title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  text-transform: none;
}
.div_2 .container .div_2_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.div_2 .container .div_2_content .div_2_content_left {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 20;
  margin: 35px 0;
}
.div_2 .container .div_2_content .div_2_content_left .orange {
  position: absolute;
    max-width: 600px;
    width: 100%;
    height: 327px;
    top: 59px;
    left: 21px;
    border: 3px solid #ffb400;
    z-index: -1;
}
.div_2 .container .div_2_content .div_2_content_left img {
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 4px 4px 12px -3px rgba(71, 71, 69, 0.856);
          box-shadow: 4px 4px 12px -3px rgba(71, 71, 69, 0.856);
}
.div_2 .container .div_2_content .div_2_content_right {
  max-width: 500px;
  width: 100%;
  margin: 35px 0;
}
.div_2 .container .div_2_content .div_2_content_right h3 {
  margin-bottom: 20px;
  text-align: center;
}
.div_2 .container .div_2_content .div_2_content_right ul li {
  font-size: 17px;
    letter-spacing: 0.02em;
    background: url(../img/mq.png) no-repeat left top 9px;
    padding: 0px 0 10px 40px;
    color: #000!important;
    font-variant: small-caps;
    font-family: Lucida Sans;
}
.div_2 .container .par_content ul li {
  font-size: 17px;
  letter-spacing: 0.02em;
  background: url(../img/mq.png) no-repeat left top 9px;
  padding: 0px 0 20px 40px;
  color: #000!important;
  font-variant: small-caps;
  font-family: Lucida Sans;
}


.div_2 .container .div_2_content .div_2_content_right ul li span {
  font-weight: 700;
}

.div_3 {
  position: relative;
  background: url(../img/uborka-kvartir-cherkassy-01.jpg) no-repeat top center;
  background-size: cover;
}
.div_3 .black {
  position: absolute;
  background: rgba(0, 0, 0, 0.489);
  width: 100%;
  height: 100%;
  z-index: 18;
}
.div_3 .container {
  position: relative;
  z-index: 20;
  padding: 50px 0 50px;
}
.div_3 .container .div_3_title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  padding-bottom: 20px;
}
.div_3 .container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.div_3 .container .tabs .tabs__caption {
  border: 2px solid #ffb617;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 290px;
  width: 100%;
}
.div_3 .container .tabs .tabs__caption li {
  max-width: 145px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
  background: transparent;
  text-align: center;
  cursor: pointer;
}
.div_3 .container .tabs .tabs__caption li:first-of-type {
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
.div_3 .container .tabs .tabs__caption li:last-of-type {
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
.div_3 .container .tabs .tabs__caption .active {
  background: #ffb617;
  color: #fff;
}
.div_3 .container .tabs .tabs__content {
  margin-top: 40px;
  width: 100%;
  display: none;
}
.div_3 .container .tabs .tabs__content .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.div_3 .container .tabs .tabs__content .card .cards {
  max-width: 320px;
  width: 100%;
  border: 2px solid #ffb617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.726);
  padding: 20px 20px 20px 20px;
}
.div_3 .container .tabs .tabs__content .card .cards h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: none;
}
.div_3 .container .tabs .tabs__content .card .cards ul {
  height: 350px;
  overflow: auto;
}
.div_3 .container .tabs .tabs__content .card .cards ul li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
  padding-left: 20px;
  background: url(../img/mq.png) no-repeat left top 7px;
}
.div_3 .container .tabs .tabs__content .card .cards ul li strong {
font-weight: 700;
}
.div_3 .container .tabs .tabs__content .card .cards h4 {
  text-align: center;
  padding: 10px 0px;
  font-size: 22px;
  font-weight: 900;
  text-transform: none;
}
.div_3 .container .tabs .tabs__content .card .cards .button {
  margin: 0 auto;
  height: 50px;
  bottom: 67px;
  max-width: 250px;
}
.div_3 .container .tabs .active {
  display: block;
}

.div_4 .container {
  padding-top: 55px;
  padding-bottom: 55px;
}
.div_4 .container .div4_title h3 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  padding-bottom: 45px;
}
@media all and (max-width: 500px){
  .div_4 .container .div4_title h3 {
    font-size: 35px;
  }
}
.div_4 .container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.div_4 .container .card {
  max-width: 360px;
  width: 100%;
  border: 1px solid #ffb617;
  /*border-radius: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 25px;
}
.div_4 .container .card .review_slider {
  width: 100%;
  height: 200px;
}
.div_4 .container .card .review_slider .slick-track {
  height: 200px;
  width: 100%;
}
.div_4 .container .card .review_slider .slick-prev {
  width: 20px;
  height: 20px;
  top: initial;
  left: initial;
  bottom: -50px;
  right: 40px;
}
.div_4 .container .card .review_slider .slick-next {
  width: 20px;
  height: 20px;
  top: initial;
  left: initial;
  bottom: -50px;
  right: 0px;
}
.div_4 .container .card .review_slider .slick {
  width: 100%;
  max-width: 400px;
  height: 200px;
}
.div_4 .container .card .text {
  padding-top: 45px;
  height: 270px;
}
.div_4 .container .card .text h4 {
  font-size: 24px;
  text-align: center;  
}
.div_4 .container .card .text span {
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    color: darkslategray; 
}
.cleaning-p {
    line-height: 1.5;
    margin: 20px auto;
    font-variant: small-caps;
    font-size: 17px;
    text-align: justify;
  }
.div_4 .container .card .text .text_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  width: 100%;
  padding: 5px 0px;
}
.div_4 .container .card .text .text_wrapp img {
  width: 18px;
  height: 18px;
}
.div_4 .container .card .text .text_wrapp p {
  padding-left: 5px;
}
.div_4 .container .card .button {
  margin: 0 auto;
  height: 50px;
  max-width: 250px;
  margin-top: 15px;
}
.div_4 .container .card .button:hover {
  color: #000;
}

.div_5 {
  background: url(../img/uborka-kvartir-cherkassy.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.div_5 .black {
  position: absolute;
  background: rgba(0, 0, 0, 0.489);
  width: 100%;
  height: 100%;
  z-index: 18;
}
.div_5 .container {
  position: relative;
  z-index: 20;
}
.div_5 .container .div_5_title {
  padding: 150px 0px;
}
.div_5 .container .div_5_title h3 {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  text-align: center;
  letter-spacing: 5px;
}
.div_5 .container .div_5_title p {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  text-align: center;
  padding-top: 50px;
}
.div_5 .container .div_5_title .button {
  margin: 0 auto;
  margin-top: 25px;
}

.div_6 .container {
  padding: 50px 0px;
}
.div_6 .container .div_6_title {
  border: 0px solid grey;
/*  max-width: 520px;*/
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.div_6 .container .div_6_title h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  text-transform: none;
}
.div_6 .container .div_6_title p {
  color: #504e4e;
  font-size: 44px;
  font-weight: 400;
}
.div_6 .container .div_6_content {
  padding-top: 30px;
}
.div_6 .container .div_6_content .img {
  margin-top: 45px;
  height: auto;
  max-width: 1140px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.div_6 .container .div_6_content .img .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  background: #fff;
  right: 0;
  bottom: 0;
}
.div_6 .container .div_6_content .img .text p {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
}

.div_7 .container {
  border-bottom: 5px solid #ffb617;
}
.div_7 .container .div_7_title h3 {
  color: #000000;
  font-size: 46px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  padding: 45px 0px;
}
.div_7 .container .div_7_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius1 .div_radius1_1 {
  border-radius: 50%;
  background: #ffb617;
  max-width: 21px;
  width: 100%;
  height: 21px;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius1 .div_radius1_1 p {
  padding-left: 6px;
  color: #fff;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius1 p {
  max-width: 580px;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  padding-bottom: 15px;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius2 .div_radius2_1 {
  border-radius: 50%;
  background: #ffb617;
  max-width: 21px;
  width: 100%;
  height: 21px;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius2 .div_radius2_1 p {
  padding-left: 6px;
  color: #fff;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius2 p {
  max-width: 580px;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  padding-bottom: 15px;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius3 .div_radius3_1 {
  border-radius: 50%;
  background: #ffb617;
  max-width: 21px;
  width: 100%;
  height: 21px;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius3 .div_radius3_1 p {
  padding-left: 6px;
  color: #fff;
}
.div_7 .container .div_7_content .div_7_content_left .div_radius3 p {
  max-width: 580px;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  padding-bottom: 15px;
  padding-bottom: 50px;
}
.div_7 .container .div_7_content .div_7_content_left .div_7_forma {
  border: 0px solid #ffb617;
  border-radius: 3px;
  max-width: 450px;
  width: 100%;
  padding: 40px 0px;
  background: rgba(15, 13, 8, 0.699);
  margin-bottom: 40px;
}
.div_7 .container .div_7_content .div_7_content_left #form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.div_7 .container .div_7_content .div_7_content_right {
  background: url(../img/uborka-kvartir-01.jpg) no-repeat left 0px top -11px;
  background-size: cover;
  max-width: 442px;
  width: 100%;
}

.div_8 .container {
  padding: 50px 0px;
}
.div_8 .container .div_8_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.div_8 .container .div_8_content .div_8_left {
  margin-right: 100px;
}
.div_8 .container .div_8_content .div_8_left h3 {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  text-transform: none;
  padding-bottom: 25px;
}
.div_8 .container .div_8_content .div_8_left p {
  padding: 10px 0px;
  max-width: 700px;
  width: 100%;
}
.div_8 .container .div_8_content .div_8_left p span {
  color: #ffb617;
  font-weight: 600;
  font-size: 18px;
}
.div_8 .container .div_8_content .div_8_right {
  background: url(../img/uborka-kvartir-04.jpg) no-repeat left 0px top;
  background-size: cover;
  max-width: 370px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.div_12 {
  padding-bottom: 50px;
}
.div_12 .container .title {
  padding-bottom: 50px;
}
.div_12 .container .title h2 {
  font-size: 48px;
  color: #000;
  text-transform: none;
  font-weight: 700;
}
.div_12 .container .map {
  width: 100%;
  position: relative;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.div_12 .container .map .contacts__card {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
  z-index: 20;
}
.div_12 .container .map .contacts__card .contacts__card__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.div_12 .container .map .contacts__card .contacts__card__wrap .card {
  width: 285px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px 25px 25px 25px;
}
.div_12 .container .map .contacts__card .contacts__card__wrap .card h3 {
  color: #1f1a17;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 21px;
  padding-bottom: 15px;
  text-transform: none;
}

.div_12 .container .map .contacts__card .contacts__card__wrap .card .mail a {
  color: #ffb617;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.div_12 .container .map .contacts__card .contacts__card__wrap .card .adress, .div_12 .container .map .contacts__card .contacts__card__wrap .card .phone, .div_12 .container .map .contacts__card .contacts__card__wrap .card .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 204px;
  width: 100%;
  padding-left: 21px;
  padding-top: 21px;
}
.div_12 .container .map .contacts__card .contacts__card__wrap .card .adress h4, .div_12 .container .map .contacts__card .contacts__card__wrap .card .phone h4, .div_12 .container .map .contacts__card .contacts__card__wrap .card .mail h4 {
  color: #1f1a17;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: none;
}
.div_12 .container .map .contacts__card .contacts__card__wrap .card .adress p, .div_12 .container .map .contacts__card .contacts__card__wrap .card .phone p, .div_12 .container .map .contacts__card .contacts__card__wrap .card .mail p {
  color: #1f1a17;
  font-size: 16px;
  font-weight: 400;
}

.div_13 {
  background: url(../img/back1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.div_13 .black {
  position: absolute;
  background: rgba(0, 0, 0, 0.489);
  width: 100%;
  height: 100%;
  z-index: 18;
}
.div_13 .container {
  padding: 200px 0;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.div_13 .container * {
  color: #fff;
}
.div_13 .container .title {
  padding-bottom: 50px;
}
.div_13 .container .title h2 {
  font-size: 48px;
  text-transform: none;
  font-weight: 700;
  text-align: center;
}
.div_13 .container .text {
  padding-bottom: 10px;
}
.div_13 .container .text p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}

.div_14 {
  padding: 50px 0 100px;
}
.div_14 .container .title {
  padding-bottom: 50px;
}
.div_14 .container .title h2 {
  font-size: 48px;
  text-transform: none;
  font-weight: 700;
  text-align: center;
}
.div_14 .container .slider_1 {
  max-width: 1529px;
  width: 100%;
  margin-left: auto;
}
.div_14 .container .slider_1 .slick {
  opacity: 0.5;
  margin-right: 46px;
}
.div_14 .container .slider_1 .slick .wrap {
  height: auto;
  padding: 30px;
  max-width: 814px;
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.div_14 .container .slider_1 .slick .wrap .left {
  position: relative;
}
.div_14 .container .slider_1 .slick .wrap .left .but {
  position: absolute;
  bottom: 47px;
  left: 12px;
  max-width: 248px;
  width: 100%;
  height: 67px;
  background-color: #0b9244;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.div_14 .container .slider_1 .slick .wrap .left .but p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.div_14 .container .slider_1 .slick .wrap .right {
  max-width: 414px;
  width: 100%;
}
.div_14 .container .slider_1 .slick .wrap .right img {
  height: 250px;
  width: 100%;
}
.div_14 .container .slider_1 .slick .wrap .right h4 {
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
  text-transform: none;
}
.div_14 .container .slider_1 .slick .wrap .right h4 span {
  color: #0b9244;
  font-weight: 900;
}
.div_14 .container .slider_1 .slick .wrap .right p {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 12px;
  height: 250px;
  overflow: auto;
}
.div_14 .container .slider_1 .slick .wrap .right p span {
  font-weight: 900;
}
.div_14 .container .slider_1 .slick-active {
  opacity: 1;
}

footer {
  width: 100%;
  top: 0;
  z-index: 22;
  background: #000;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
footer .container .logo {
  max-width: 420px;
  width: 100px;
}
footer .container .logo a {
  display: flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .container .logo a img {
  max-width: 100px;
}
footer .container .logo-text {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
footer .container .logo a .arch {
    display: block;
    padding-left: 1px;
    font: 200 10px Oswald,sans-serif;
    letter-spacing: 2px;
}
footer .container .logo p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  padding-left: 40px;
}
footer .container .remont {
  max-width: 300px;
}
footer .container .remont p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
footer .container .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container .contact .links {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .container .contact .links p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 10px;
}
footer .container .contact .links a:first-of-type {
  margin-right: 10px;
}
footer .container .contact p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
}
footer .container .buttons {
  padding: 15px 0;
  color: #fff;
}
footer .container .buttons span {
  margin: 20px auto;
  font-variant: small-caps;
  font-size: 25px;
  letter-spacing: 2px;
}
footer .container .buttons .button {
  max-width: 250px;
  width: 100%;
  height: 50px;
}
footer .container .buttons a {
  font-size: 24.8px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.site-author {
  color: #fff;
    font-size: 12px;
    padding: 15px 0;
    width: 100px;
}
.site-author a {
  color: #f9b42f;
}
/***************** adaptiv *********************/
@media (min-width: 320px) and (max-width: 766px) {
  .thanks h2 {
    font-size: 60px !important;
  }

  header {
    position: inherit;
    background: rgba(34, 34, 34, 0.932);
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 5px;
  }
  header .container .logo a p {
    text-align: right;
    font-size: 15px;
    display: none;
  }
  header .container .contact p {
    padding: 20px 10px;
  }
  header .container .buttons {
    margin: 40px 20px;
    display: none;
  }
header .container .contact{
  display: none;
}
  .primary-menu{
    position: absolute;
    top: 15px;
  }
  header .container .redAction {
    bottom: 15px;
    padding: 5px;
    right: initial;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
                display: none;
  }
  header .container .redAction p {
    font-size: 14px;
    padding: 0;
  }
  header .container .redAction p span {
    font-size: 16px;
  }
  #my-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .div_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
  .div_1 .container .div_1_top .div_1_top_title h1 {
    font-size: 42px;
    text-align: left;
  }
  .div_1 .container .div_1_top .div_1_top_text {
    margin-bottom: 15px;
  }
  .div_1 .container .div_1_top .div_1_top_text p {
    text-align: left;
  }
  .div_1 .container .div_1_top .div_1_top_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}
  .div_1 .container .div_1_top .div_1_top_button p {
    font-size: 24px;
    text-align: left;
  }
  .footer-p {
    max-width: 600px;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 26px;
  }
  footer .container .buttons {
    text-align: center;
}
  .div_1 .container .div_1_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 5px;
  }
  .div_1 .container .div_1_bottom .div_1_bottom_card p {
    font-size: 19px;
  }

  .div_2 .valik {
    display: none;
  }
  .div_2 .container {
    padding-bottom: 20px;
  }
  .div_2 .container .div_2_title h2 {
    font-size: 40px;
    text-align: center;
  }
  .div_2 .container .div_2_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div_2 .container .div_2_content_left {
    max-width: 766px;
    width: 100%;
    padding: 20px;
    margin-top: 0px !important;
    margin: auto;
  }
  .div_2 .container .div_2_content_left .orange {
    display: none;
  }

  .div_3 .container .div_3_title h2 {
    font-size: 42px;
  }
  .div_3 .container .tabs {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
  }
  .div_3 .container .tabs__content .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div_3 .container .tabs__content .card .cards {
    margin: 10px 0px;
  }
  .div_3 .container .tabs__content .card .cards ul li {
    font-size: 18px !important;
  }

  .div_4 .container .review_slider .slick-prev {
    display: block !important;
    top: initial;
    bottom: -50px;
    right: 65px;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_4 .container .review_slider .slick-next {
    display: block !important;
    top: initial;
    bottom: -50px;
    right: 0px;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_4 .container .review_slider .slick {
    max-width: 766px;
  }
  .div_4 .container .review_slider p {
    padding-right: 15px !important;
  }

  .div_5 .container .div_5_title {
    padding: 60px 0px 30px;
    max-width: 100%;
  }
  .div_5 .container .div_5_title h3 {
    font-size: 32px;
  }
  .div_5 .container .div_5_title p {
    font-size: 20px;
  }

  .div_6 .container {
    padding-bottom: 0;
  }
  .div_6 .container .div_6_title h3 {
    font-size: 36px;
  }
  .div_6 .container .div_6_title p {
    font-size: 30px;
  }
  .div_6 .container .div_6_content .img .text {
    padding: 10px;
  }
  .div_6 .container .div_6_content .img .text p {
    font-size: 16px;
  }

  .div_7 .container .div_7_title h3 {
    font-size: 36px;
    padding-top: 20px;
    text-align: left;
  }
  .div_7 .container .div_7_content .div_7_content_left p {
    font-size: 16px;
  }
  .div_7 .container .div_7_content .div_7_content_left .div_7_forma #form2 {
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }
  .div_7 .container .div_7_content .div_7_content_left .div_7_forma #form2 input {
    font-size: 15px;
  }
  .div_7 .container .div_7_content_right {
    display: none;
  }

  .div_8 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div_8 .container .div_8_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div_8 .container .div_8_content .div_8_left h3 {
    font-size: 30px;
  }
  .div_8 .container .div_8_content .div_8_left p {
    font-size: 18px;
  }
  .div_8 .container .div_8_content .div_8_right {
    margin-top: 20px;
    max-width: 766;
    width: 100%;
    height: 235px;
  }

  .div_12 {
    padding-bottom: 50px;
  }
  .div_12 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div_12 .container .title h2 {
    font-size: 32px;
    text-align: center;
  }
  .div_12 .container .map {
    position: initial;
  }
  .div_12 .container .map .contacts__card {
    position: initial;
  }
  .div_12 .container .map .contacts__card .contacts__card__wrap .card {
    padding: 30px 25px 30px 25px;
  }
  .div_12 .container .map .contacts__card .contacts__card__wrap .card h3 {
    padding-bottom: 0;
  }
  .div_12 .container .map .contacts__card .contacts__card__wrap .card .phone a {
    font-size: 19px;
  }

  .div_14 {
    padding-top: 0px;
  }
  .div_14 .container .title h2 {
    font-size: 32px;
  }
  .div_14 .container .slider_1 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .div_14 .container .slider_1 .slick-prev {
    top: initial;
    bottom: -50px;
    right: 65px;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_14 .container .slider_1 .slick-next {
    top: initial;
    bottom: -50px;
    right: 0px;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_14 .container .slider_1 .slick {
    max-width: 766px;
    margin: 0 auto;
  }
  .div_14 .container .slider_1 p {
    padding-right: 15px !important;
  }
  .div_14 .container .slider_1 .slick .wrap {
    height: auto;
  }
  .div_14 .container .slider_1 .slick .wrap .right h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .div_14 .container .slider_1 .slick .wrap .right p {
    height: 250px;
    font-size: 15px;
    overflow: auto;
    margin-right: -33px;
    padding-right: 30px;
  }

  .div_13 .container {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .div_13 .container .title h2 {
    font-size: 32px;
  }
  .div_13 .container .text p {
    font-size: 18px;
  }

  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .logo p {
    text-align: right;
  }
  footer .container .contact {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  footer .container .contact .links {
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .container .contact .links p {
    text-align: right;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1170px) {
  header {
    position: absolute;
    background: rgba(34, 34, 34, 0.932);
    height: 70px;
  }
  header .container .contact {
    display: none;
  }
  header .container .buttons a {
    font-size: 22px;
  }
  header .container .buttons .button {
    width: 100%;
    font-size: small;
    display: none;
  }
  header .container .redAction {
    z-index: 999;
    bottom: -53px;
    padding: 5px;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    right: 0;
  }
  header .container .redAction p {
    padding: 0;
  }

  .div_1 .container {
    padding-top: 40px;
  }
  .div_1 .container .div_1_top .div_1_top_title h1 {
    text-align: center;
    font-size: 50px;
    margin-top: 90px;
  }
  .div_1 .container .div_1_top .div_1_top_text {
    margin-bottom: 15px;
  }
  .div_1 .container .div_1_top .div_1_top_text p {
    text-align: center;
    font-size: 28px;
  }
  .div_1 .container .div_1_top .div_1_top_button hr {
    width: 100%;
    max-width: 60px;
    margin: 0px 15px;
  }
  .div_1 .container .div_1_bottom {
    padding: 40px 0px;
  }
  .div_1 .container .div_1_bottom .div_1_bottom_card p {
    max-width: 1170px;
    width: 100%;
    font-size: 15px;
  }

  .div_2 .container {
    padding-bottom: 15px;
  }
  .div_2 .container .div_2_title h2 {
    font-size: 36px;
    padding: 50px 0px;
  }
  .div_2 .container .div_2_content .div_2_content_right ul {
    padding-right: 10px;
  }
  .div_2 .container .div_2_content .div_2_content_right ul li {
    font-size: 16px;
  }
  .div_2 .container .div_2_content .div_2_content_left {
    margin-top: 0px;
  }
  .div_2 .container .div_2_content .div_2_content_left .orange {
    height: 415px;
  }

  .div_3 .container .div_3_title h2 {
    font-size: 40px;
  }
  .div_3 .container .tabs .tabs__content .card .cards {
    margin: 0px 5px;
    height: 490px;
  }
  .div_3 .container .tabs .tabs__content .card .cards h3 {
    font-size: 18px;
  }
  .div_3 .container .tabs .tabs__content .card .cards ul li {
    font-size: 15px;
  }

  .div_4 .container {
    padding: 25px 0px;
  }
  .div_4 .container .div4_title h3 {
    font-size: 40px;
    padding: 0px 0px 25px;
  }
  .div_4 .container .review_slider .slick-prev {
    display: block !important;
    top: initial;
    bottom: -15px;
    right: 95%;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_4 .container .review_slider .slick-next {
    display: block !important;
    top: initial;
    bottom: -15px;
    right: 0px;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_4 .container .review_slider .slick {
    margin: 0px 10px;
    max-width: 325px;
    width: 100%;
  }
  .div_4 .container .review_slider .slick .slick_wrapp {
    height: 160px;
  }

  .div_5 .container {
    padding: 50px 0px;
  }
  .div_5 .container .div_5_title {
    padding: 0px;
  }
  .div_5 .container .div_5_title h3 {
    font-size: 34px;
  }
  .div_5 .container .div_5_title p {
    font-size: 18px;
  }

  .div_6 .container .div_6_title {
    margin: 0 auto;
  }
  .div_6 .container .div_6_title h3 {
    font-size: 36px;
  }
  .div_6 .container .div_6_title p {
    font-size: 28px;
  }

  .div_7 .container .div_7_title h3 {
    font-size: 32px;
    padding: 0px 0px 15px;
  }
  .div_7 .container .div_7_content .div_7_content_left p {
    font-size: 15px;
  }
  .div_7 .container .div_7_content .div_7_content_left .div_7_forma #form2 input[type='text'] {
    max-width: 90%;
    width: 100%;
    font-size: 15px;
  }
  .div_7 .container .div_7_content .div_7_content_left .div_7_forma #form2 .button {
    max-width: 85%;
    font-size: 15px;
  }

  .div_8 .container .div_8_content .div_8_left h3 {
    font-size: 31px;
  }
  .div_8 .container .div_8_content .div_8_left p {
    font-size: 15px;
  }
  .div_8 .container .div_8_content .div_8_right {
    background: url(../img/dogovor.jpg) no-repeat right 0px top;
    background-size: cover;
  }

  .div_12 .container .title h2 {
    font-size: 32px;
    text-align: center;
  }
  .div_12 .container .map .contacts__card .contacts__card__wrap .card {
    padding: 12px 35px 142px 24px;
  }
  .div_12 .container .map .contacts__card .contacts__card__wrap .card h3 {
    padding: 20px 0px;
    font-size: 18px;
  }

  .div_14 .container .title h2 {
    font-size: 32px;
  }
  .div_14 .container .slider_1 .slick-prev {
    top: initial;
    bottom: -60px;
    right: 95%;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_14 .container .slider_1 .slick-next {
    top: initial;
    bottom: -60px;
    right: 80%;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 999;
  }
  .div_14 .container .slider_1 .slick .wrap {
    height: auto;
  }
  .div_14 .container .slider_1 .slick .wrap .right h4 {
    font-size: 18px;
  }
  .div_14 .container .slider_1 .slick .wrap .right p {
    font-size: 15px;
    overflow: auto;
    height: 120px;
  }

  .div_13 .container {
    padding: 80px 0px 40px;
  }
  .div_13 .container .title h2 {
    font-size: 32px;
  }
  .div_13 .container .text {
    text-align: center;
    max-width: 75%;
    width: 100%;
  }
  .div_13 .container .text p {
    font-size: 16px;
  }
  .div_13 .container .button {
    width: 100%;
    max-width: 290px;
    height: 55px;
  }

  footer .container .logo a p {
    font-size: 18px;
    text-align: center;
  }
  footer .container .contact {
    display: none;
  }
  footer .container .time_work {
    color: #8a8a8a;
  }
}
body {
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar-button {
  width: 5px;
  height: 0px;
}

/* Цвет дорожки, по которой двигается бегунок прокрутки. */
::-webkit-scrollbar-track {
  background-color: #ecedee;
}

/* Цвет бегунка полосы, а так же его закругление. */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #ffb617;
}

/* Цвет бегунка при наведении на него курсора. */
::-webkit-scrollbar-thumb:hover {
  background-color: #ffb617;
}

/* Основная ширина полосы прокрутки. */
::-webkit-resizer {
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

/*==========================MENU+=============================*/
@font-face {
  font-family: DrukWideSuper;
  src: url('../fonts/druk.eot');
  src: local('☺'), url('../fonts/druk.woff') format('woff'), url('../fonts/druk.ttf') format('truetype'), url('../fonts/druk.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.menu-button {
  width: 66px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 30px;
  right: 60px;
  cursor: pointer;
  z-index: 101;
  opacity: 1; }

.menu-button:hover .first-line, .menu-button:hover .second-line, .menu-button:hover .third-line .line-part {
  background-color: #ffb400;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-button:hover .third-line .menu-text {
  color: #ffb400;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-button.black .first-line, .menu-button.black .second-line, .menu-button.black .menu-line .line-part {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-button.black .third-line {
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-button.black .third-line .menu-text {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-line.first-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-line.second-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-line .line-part {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-line.third-line {
  width: 100%;
  height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-line .first-line, .menu-line .second-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 1s;
  transition: background-color 1s; }

.menu-line .menu-text {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding-left: 4px;
  position: relative;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-button .first-line, .menu-button .second-line {
  -webkit-transform: rotate(0) translateY(0);
  transform: rotate(0) translateY(0); }

.menu-button .third-line {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.menu-button.opened .first-line {
  -webkit-transform: rotate(45deg) translateY(7px);
  transform: rotate(45deg) translateY(7px);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-button.opened .second-line {
  -webkit-transform: rotate(-45deg) translateY(-7px);
  transform: rotate(-45deg) translateY(-7px);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu-button.opened .third-line {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 100vh;
  z-index: 2000; }

.menu-background {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.move-panel {
  height: 1500px;
  width: 100%;
  background-color: #ffb400;
  border-right: 1px solid #f0a500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.menu .panel1, .menu .panel2, .menu .panel3, .menu .panel4, .menu .panel5, .menu .panel6, .menu .panel7, .menu .panel8 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.menu .panel1 {
  -webkit-transition: -webkit-transform 0.4s 0.7s;
  transition: -webkit-transform 0.4s 0.7s;
  transition: transform 0.4s 0.7s;
  transition: transform 0.4s 0.7s, -webkit-transform 0.4s 0.7s; }

.menu .panel2 {
  -webkit-transition: -webkit-transform 0.4s 0.6s;
  transition: -webkit-transform 0.4s 0.6s;
  transition: transform 0.4s 0.6s;
  transition: transform 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  z-index: 10; }

.menu .panel3 {
  -webkit-transition: -webkit-transform 0.4s 0.5s;
  transition: -webkit-transform 0.4s 0.5s;
  transition: transform 0.4s 0.5s;
  transition: transform 0.4s 0.5s, -webkit-transform 0.4s 0.5s; }

.menu .panel4 {
  -webkit-transition: -webkit-transform 0.4s 0.4s;
  transition: -webkit-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s; }

.menu .panel5 {
  -webkit-transition: -webkit-transform 0.4s 0.3s;
  transition: -webkit-transform 0.4s 0.3s;
  transition: transform 0.4s 0.3s;
  transition: transform 0.4s 0.3s, -webkit-transform 0.4s 0.3s; }

.menu .panel6 {
  -webkit-transition: -webkit-transform 0.4s 0.2s;
  transition: -webkit-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s; }

.menu .panel7 {
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1; }

.menu .panel8 {
  -webkit-transition: -webkit-transform 0.4s 0s;
  transition: -webkit-transform 0.4s 0s;
  transition: transform 0.4s 0s;
  transition: transform 0.4s 0s, -webkit-transform 0.4s 0s; }

.menu.opened .panel1, .menu.opened .panel2, .menu.opened .panel3, .menu.opened .panel4, .menu.opened .panel5, .menu.opened .panel6, .menu.opened .panel7, .menu.opened .panel8 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menu.opened .panel1 {
  -webkit-transition: -webkit-transform 0.4s 0s;
  transition: -webkit-transform 0.4s 0s;
  transition: transform 0.4s 0s;
  transition: transform 0.4s 0s, -webkit-transform 0.4s 0s;
  z-index: 20; }

.menu.opened .panel2 {
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s; }

.menu.opened .panel3 {
  -webkit-transition: -webkit-transform 0.4s 0.2s;
  transition: -webkit-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s; }

.menu.opened .panel4 {
  -webkit-transition: -webkit-transform 0.4s 0.3s;
  transition: -webkit-transform 0.4s 0.3s;
  transition: transform 0.4s 0.3s;
  transition: transform 0.4s 0.3s, -webkit-transform 0.4s 0.3s; }

.menu.opened .panel5 {
  -webkit-transition: -webkit-transform 0.4s 0.4s;
  transition: -webkit-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s; }

.menu.opened .panel6 {
  -webkit-transition: -webkit-transform 0.4s 0.5s;
  transition: -webkit-transform 0.4s 0.5s;
  transition: transform 0.4s 0.5s;
  transition: transform 0.4s 0.5s, -webkit-transform 0.4s 0.5s; }

.menu.opened .panel7 {
  -webkit-transition: -webkit-transform 0.4s 0.6s;
  transition: -webkit-transform 0.4s 0.6s;
  transition: transform 0.4s 0.6s;
  transition: transform 0.4s 0.6s, -webkit-transform 0.4s 0.6s; }

.menu.opened .panel8 {
  -webkit-transition: -webkit-transform 0.4s 0.7s;
  transition: -webkit-transform 0.4s 0.7s;
  transition: transform 0.4s 0.7s;
  transition: transform 0.4s 0.7s, -webkit-transform 0.4s 0.7s; }

.nav-transform-wrapper {
  position: absolute;
  height: 60vh;
  width: 37.5vw;
  bottom: 50vh;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
  z-index: 1001;
  overflow: hidden; }

.menu-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu-nav > a {
  font-family: DrukWideSuper;
  font-weight: 900;
  font-size: 1.5vw;
  line-height: 37px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(44, 48, 47, 0);
  -webkit-text-stroke: 1px #2C302F;
  text-stroke: 1px #2C302F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }

.menu-nav > a:hover {
  font-size: 2.1vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #2c302f; }

.menu.opened .menu-nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.7s 0.9s;
  transition: 0.7s 0.9s; }

.bg-images-part {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none; }

.image-left {
  left: 0;
  cursor: pointer; }

.image-right {
  right: 0; }

.bg-images-part.unwrapped {
  pointer-events: all; }

.menu-bg-part {
  height: 100%;
  width: 25%;
  overflow: hidden;
  display: none; }

.image-left .menu-bg-part {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu-bg-part .inner {
  /*background-image: url("../img/main.jpg");*/
  background: url(../img/background1.jpg) no-repeat top center;
  position: relative;
  background-color: #ffb400;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 0%;
  display: none;
  overflow: hidden; }

.menu-bg-part .inner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.57);
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  content: '';}

.dialog-button {
  width: 377px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding-right: 4px;
  line-height: 69px;
  background-color: #ffffff30;
  outline-offset: 0;
  -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  z-index: 100;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0}

.image-right.unwrapped .dialog-button {
  -webkit-animation: 0.2s linear forwards 0.6s fadein;
  animation: 0.2s linear forwards 0.6s fadein;}

.menu-bg-part .inner.no-hide {
  display: block; }

.bg-images-part.wrapped .menu-bg-part .inner {
  -webkit-animation: 0.5s linear forwards move-bacground-out;
  animation: 0.5s linear forwards move-bacground-out; }

.bg-images-part.unwrapped .menu-bg-part .inner {
  -webkit-animation: 0.5s linear forwards move-bacground-in;
  animation: 0.5s linear forwards move-bacground-in; }

@-webkit-keyframes move-bacground-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes move-bacground-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes move-bacground-out {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }

@keyframes move-bacground-out {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } }

@media screen and (max-width: 767px) {
  .menu-button {
    right: 20px;
    top: 16px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .menu-button.opened {
    right: 10px;
    top: 35px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .nav-transform-wrapper {
    bottom: -70px;
  }
  .menu.opened .menu-nav {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .menu-nav > a {
    font-size: 5vw;
    line-height: 37px;
    color: #1f1f1f;
    -webkit-text-stroke: 0 !important;
    text-stroke: 0px !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu-nav > a:hover {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .menu {
    top: 0;
    left: 100%;
  }
  .menu-background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .move-panel {
    width: 100%;
    height: 100%;
    border-right: none;
  }
  .move-panel:not(:last-child) {
    border-bottom: 1px solid #EED60A;
  }
  .menu .panel2 {
    z-index: 30;
  }
  .nav-transform-wrapper {
    position: absolute;
    height: 57vh;
    width: 100%;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    z-index: 1001;
    overflow: hidden;
    bottom: -100px;
  }
  .menu.opened .panel1 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    transition: transform 0.4s 0s, -webkit-transform 0.4s 0s;
  }
  .menu.opened .panel2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s 0.1s;
    transition: -webkit-transform 0.4s 0.1s;
    transition: transform 0.4s 0.1s;
    transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  }
  .menu.opened .panel3 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s 0.2s;
    transition: -webkit-transform 0.4s 0.2s;
    transition: transform 0.4s 0.2s;
    transition: transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  }
  .menu.opened .panel4 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s 0.3s;
    transition: -webkit-transform 0.4s 0.3s;
    transition: transform 0.4s 0.3s;
    transition: transform 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
  }
  .menu.opened .panel5 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s 0.4s;
    transition: -webkit-transform 0.4s 0.4s;
    transition: transform 0.4s 0.4s;
    transition: transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
  }

  .menu.opened .menu-nav {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .menu-nav > a {
    font-size: 3vw;
  }
  .menu-nav > a:hover {
    font-size: 3vw;
  }
}
@media screen and (max-width: 399px){
  .logo > a > p {
    display: none;
  }
}
@media screen and (min-width: 767px){
  header .buttons {
    margin-right: 100px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1170px) {
    .container {
        width: 95%;
    }
}


/* Medium Devices, Desktops */

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


/* Medium Devices, Tabs */

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


/* Small Devices, Phones */

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



/********************* Стиля меню навигации **********************/

.cmn-toggle-switch {
    display: none;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    top: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 9999;
}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    left: 15%;
    right: 15%;
    height: 2px;
    background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.cmn-toggle-switch span::before {
    top: -10px;
}

.cmn-toggle-switch span::after {
    bottom: -10px;
}

.cmn-toggle-switch {
    background-color: #ed6b32;
}

.cmn-toggle-switch span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}

.cmn-toggle-switch span::after,
.cmn-toggle-switch span::before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.cmn-toggle-switch span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.cmn-toggle-switch span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.cmn-toggle-switch.active {
    background-color: #cb0032;
}

.cmn-toggle-switch.active span {
    background: 0 0;
}

.cmn-toggle-switch.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch.active span::after,
.cmn-toggle-switch.active span::before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

/* menu appearance*/

#menu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    max-width: 250px;
    color: #000000;
    background-color: #ffffff;
    z-index: 9998;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: top 0.5s;
    transition: 0.5s;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu ul {
    width: 70%;
    margin: 0 auto;
    margin-top: 0px;
}

#menu li a {
    font-family: 'Open Sans';
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    color: #363636;
    text-transform: uppercase
}

#menu li {
    text-decoration: none;
}

#menu li a:hover {
    color: #ed6b32;
}

@media only screen and (max-width: 992px) {
    .cmn-toggle-switch {
        display: flex;
        display: none;
    }
    #menu ul li {
        padding: 10px 0;
    }
    .main-menu {
        /* пункты меню скрыты */
        display: none;
        padding: 0;
        margin: 0;
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    #wrapper {
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
    }
    .move #menu {
        left: 0;
    }
    .move #wrapper {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media only screen and (max-width: 460px) {
    #menu ul {
        text-align: center;
        width: 100%;
    }
}

/********************* Конец стилей меню навигации **********************/






/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slick-prev {
    left: -94px;
    background: url(../img/left.png) no-repeat center;
    background-size: contain;
}

.slick-next {
    right: -94px;
    background: url(../img/right.png) no-repeat center;
    background-size: contain;
}


/* .slick-prev:hover {
    background: url(../img/left_hover.png) no-repeat center;
}

.slick-next:hover {
    background: url(../img/right_hover.png) no-repeat center;
} */



/* Dots */

.slick-dotted.slick-slider {
    display: none;
}

.slick-dots {
    position: relative;
    bottom: -30px;
    display: none;
    margin: 0 auto;
    padding: 0;
    width: auto;
    text-align: center;

    justify-content: center;
    align-items: center;
}

.slick-dots li {
    position: relative;
    display: none;
    margin: 0 5px;
    padding: 0;
    width: 16px;
    height: 16px;
    list-style: none;
    cursor: pointer;
}

.slick-dots li.slick-active button{
    background: #fff;
    background: #6f8dad;
}

.slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: inherit;
    border: 0;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #6f8dad;
    font-size: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1235px) {
    /* .slick-prev {
        display: none !important;
    }

    .slick-next {
        display: none !important;
    } */
}
@media only screen and (max-width: 1370px) {
    /* .slick-prev {
        left: -40px;
    }

    .slick-next {
        right: -40px;
    } */
}



/* CSS стиля для слайдера */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block;
}

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

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

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

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

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

/* Конеу CSS стилей для слайдера */




.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }





