/*!
Theme Name: Vallaskes themes
Author: Vallaskes
Version: 1.0.0
License: GNU General Public License v2 or later
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
  font-family: 'MyriadPro-It';
  font-display: swap;
  src: url(font/MYRIADPRO-IT.eot);
  src: url(font/MYRIADPRO-IT.eot?#iefix) format("embedded-opentype"), url(font/MYRIADPRO-IT.woff) format("woff"), url(font/MYRIADPRO-IT.ttf) format("truetype"), url(font/MYRIADPRO-IT.svg#MyriadPro-It) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro-Semibold';
  font-display: swap;
  src: url(font/MYRIADPRO-SEMIBOLD.eot);
  src: url(font/MYRIADPRO-SEMIBOLD.eot?#iefix) format("embedded-opentype"), url(font/MYRIADPRO-SEMIBOLD.woff) format("woff"), url(font/MYRIADPRO-SEMIBOLD.ttf) format("truetype"), url(font/MYRIADPRO-SEMIBOLD.svg#MyriadPro-Semibold) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  font-display: swap;
  src: url(font/opensans-regular-webfont.eot);
  src: url(font/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(font/opensans-regular-webfont.woff2) format("woff2"), url(font/opensans-regular-webfont.woff) format("woff"), url(font/opensans-regular-webfont.ttf) format("truetype"), url(font/opensans-regular-webfont.svg#open_sansregular) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  font-display: swap;
  src: url(font/opensans-semibold-webfont.eot);
  src: url(font/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(font/opensans-semibold-webfont.woff2) format("woff2"), url(font/opensans-semibold-webfont.woff) format("woff"), url(font/opensans-semibold-webfont.ttf) format("truetype"), url(font/opensans-semibold-webfont.svg#open_sanssemibold) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  font-display: swap;
  src: url(font/OpenSans.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'GillSansLightC';
  font-display: swap;
  src: url(font/GillSansLightC.otf);
  font-weight: 400;
  font-style: normal; }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 24px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 13px 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Theme style
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  box-sizing: border-box; }

.content-box ul, .content-box ol,
.abouttext ul,
.abouttext ol {
  padding: 10px 0 10px 35px; }

blockquote,
q {
  quotes: none; }

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

:focus {
  outline: 0; }

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

* html html,
body {
  color: #3f3f51;
  font-size: 14px;
  background-color: #fff;
  box-sizing: border-box; }

  p, li {
    font-size: 18px;
    color: #5D616A;
    text-align: left;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
ul li {
  margin: 20px 0;
}
ul li:first-child {
  margin: 30px 0 20px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 50px;
  border: none;
  width: 100%;
  border-radius: 5px;
  line-height: 70px;
  color: #004f9d;
  font-size: 20px;
  font-family: calibri, sans-serif;
  text-indent: 10px;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.8); }

textarea {
  border: none;
  border-radius: 5px;
  line-height: 70px;
  color: #004f9d;
  font-size: 20px;
  font-family: calibri, sans-serif;
  text-indent: 10px;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.8);
  resize: none;
  height: 200px;
  width: 100%; }

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 12px;
  color: #323945;
  font-family: calibri, sans-serif;
  /* overflow-x: hidden; */
 }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #000;
  cursor: pointer; }
  a:visited, a:active {
    color: #004f9d; }
  a:hover {
    text-decoration: underline; }

label {
  display: block; }

  h1 {
    font-size: 36px;
    color: #0059b2;
    padding: 0;
    font-weight: 700;
    text-align: left;
    margin: 70px 0 50px;
    line-height: 1.222;
}
h2 {
  margin: 70px 0 30px;
  padding: 0;
  font-weight: bold;
  text-align: left;
  font-family: calibri, sans-serif;
  font-size: 24px;
  color: #0059B2;
}
h3 {
  margin: 20px 0 ;
  padding: 0;
  line-height: 16.8px;
  font-family: 'open_sanssemibold', sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  color: #0683FF; }

.clear {
  clear: both; }

.td3 {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  text-align: center;
  padding: 0; }

.eff-1 {
  width: 100%;
  height: 40px;
  top: -2px;
  right: -100%;
  background: #0059b2;
  position: absolute;
  transition: all .5s ease;
  z-index: 1; }

.button1 {
  height: 40px;
  border: 2px solid #0059b2;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
  .button1 .show-dialog {
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    color: #0059b2;
    font-family: 'open_sansregular', sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease;
    z-index: 2;
    position: relative; }
  .button1:hover .eff-1 {
    right: 0; }
  .button1:hover .show-dialog {
    color: #f5f6f6; }

.bgtd31 {
  background: url(images/index-02.png) left center no-repeat;
  display: inline-block;
  height: 40px;
  padding-left: 64px; }

.bgtd33 {
  background: url(images/index-04.png) left center no-repeat;
  display: inline-block;
  height: 40px;
  padding-left: 64px; }
  .bread .wrapper {
    text-align: left;
}
.bread {
  background-color: initial;
  font-size: 12px;
  color: #646472;
  margin: 17px 0 20px;
  padding: 11px 0; }
  .bread p {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
    height: 14px;
    background: url(images/index-09.png) 0 0 no-repeat;
    width: 15px; }
  .bread a {
    display: inline-block;
    color: #646472;
    text-decoration: none; }
    .bread a:hover {
      text-decoration: underline; }
  .bread span {
    display: inline-block;
    margin: 0 15px; }
    .bread span:before {
      content: ">"; }

.bgfon {
  background-color: initial;
  margin-top: 20px; }

.bigfont {
  font-size: 16px;
  line-height: 20.8px;
  color: #646472; }

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  text-align: center;
  z-index: 0; }

.header {
  width: 100%;
  display: table;
  position: sticky;
  z-index: 999;
  top: 0; }

.logo {
  height: 100%;
  width: 22%;
  float: left;
  display: block; }
  .logo img {
    height: 100%;
    max-height: 80px;
    margin-top: -5px;
    width: auto; }

ul.horizontal {
  display: table;
  width: 78%;
  height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #0683ff; }
  ul.horizontal li {
    display: table-cell;
    vertical-align: middle;
    line-height: 45px;
    padding-top: 35px; }
    ul.horizontal li a {
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      font-weight: 400;
      display: block;
      text-align: center;
      color: #fff; }
    ul.horizontal li:first-child a {
      border-left: none; }
    ul.horizontal li:hover, ul.horizontal li.act {
      background-color: #3da6f6; }
    ul.horizontal li:hover a {
      text-decoration: none; }

/*ul.vertical {
  background-color: #3da6f6;
  display: none;
  list-style: none;
  width: 300px;
  top: 80px;
  right: 0;
  color: #fff;
  position: absolute;
  text-align: left;
  font-size: 22px;
  padding: 0 0 20px;
  z-index: 100;

  li {
    list-style-image: none;
    line-height: 20px;
    padding: 5px 0 10px 25px;
    margin: 0;

    a {
      font: 20px calibri, sans-serif;
    }

    a,
    a:visited {
      color: #fff;
    }

    &:hover {
      background-color: #0683ff;

      a {
        text-decoration: none;
        width: 100%;
        display: block;
      }
    }
  }

  &.open {
    display: block;
  }
}*/
.strings {
  display: none;
  font-size: 100px;
  color: #fff;
  cursor: pointer;
  line-height: 1px;
  position: relative;
  width: 20px;
  margin: 35px 82px 0 0;
  float: right; }

.content {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.writehead {
  width: 100%;
  display: table;
  margin: 0 auto;
  background: url(images/walkcouple.jpg) top center no-repeat;
  min-height: 430px;
  text-align: right; }
  .writehead img {
    width: 100%;
    height: 100%;
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
    margin-left: -10%;
    margin-top: -4%; }

.phoneform {
  float: right; }

.headphone {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 70px 0 30px;
  white-space: nowrap; }

.writecons {
  display: block;
  width: 370px;
  height: 300px;
  background-color: rgba(29, 53, 87, 0.7);
  margin: 15px 0 75%;
  padding: 30px 0 50px; }
  .writecons form > p{
    text-align: center;
    text-indent: 0;
  }
  .writecons input {
    width: 80%;
    height: 50px;
    border: none;
    border-radius: 5px;
    line-height: 70px;
    color: #004f9d;
    font-size: 20px;
    font-family: calibri, sans-serif;
    text-indent: 10px;
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.8); }
    .writecons input[type="submit"].bluebut {
      display: block;
      height: 45px;
      line-height: 45px;
      border: none;
      width: 170px;
      border-radius: 0;
      background-color: #e63946;
      color: #fff;
      font-family: OpenSans, sans-serif;
      font-size: 16px;
      text-align: center;
      margin: 10px auto 0;
      cursor: pointer;transition: 0.1s ease; }
      .writecons input[type="submit"].bluebut:hover {
        background-color: initial;
      border: 1px solid #fff; height: 43px; width: 168px; }

.titlecons {
  width: 100%;
  font-size: 33px;
  font-family: GillSansLightC, sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 0 10px; }

/*.bluebut {
  display: block;
  height: 45px;
  line-height: 45px;
  border: none;
  width: 170px;
  border-radius: 5px;
  background-color: #004f9d;
  color: #fff;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 10px auto 0;

  &:hover {
    background-color: #0683ff
  }
}*/
.orangebut {
  display: block;
  height: 40px;
  width: 150px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #ff8000;
  color: #fff;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  cursor: pointer; }
  .orangebut:hover {
    background-color: #ff5a00; }

.bluebut,
.bluebut:visited,
.bluebut:hover,
.orangebut,
.orangebut:visited,
.orangebut:hover {
  color: #fff;
  text-decoration: none; }

.about {
  width: 100%;
  padding: 0 2%;
  display: table;
  margin-bottom: 8%;
  margin-top: -5%; }
  .about .diag {
    background-color: #fff;
    min-height: 250px;
    display: block;
    -webkit-transform: perspective(1000px) rotateY(25deg);
    transform: perspective(1000px) rotateY(25deg);
    margin-right: -25%;
    width: 140%;
    z-index: 2;
    position: relative;
    margin-top: 0; }
  .about .inner {
    width: 100%;
    z-index: 3;
    position: relative;
    display: block;
    margin-top: -250px; }

.abouttext {
  width: 70%;
  margin-right: 4%;
  display: inline-block;
  text-align: left; }

.title {
  color: #0059b2;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  margin: 15px 0; }

.sec-usl {
  width: 100%;
  display: table;
  margin: 120px 0 0;
  background: url(images/people.jpg) top center no-repeat;
  max-height: 870px; }
  .sec-usl .fon {
    display: block;
    width: 105%;
    height: 100%; }
    .sec-usl .fon img {
      width: 100%;
      -webkit-transform: perspective(1000px) rotateY(-5deg);
      transform: perspective(1000px) rotateY(-5deg);
      margin-left: -5%; }

.security {
  width: 100%;
  height: auto;
  display: table;
  margin-top: -80px; }
  .security .diag {
    background-color: #4F85A7;
    min-height: 100px;
    display: block;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-left: 0;
    position: relative; }
  .security .inner {
    display: block;
    z-index: 3;
    position: relative;
    min-height: 100px;
    margin-top: -85px;
    margin-left: 50px; }
    .security .inner .image {
      display: inline-block;
      width: 73px;
      height: 73px;
      float: left;
      vertical-align: middle; }
      .security .inner .image img {
        width: 100%;
        height: 100%; }
    .security .inner .text {
      font-family: GillSansLightC, sans-serif;
      font-size: 30px;
      text-align: right;
      display: inline-block;
      width: 85%;
      color: #fff;
      line-height: 35px;
      margin-right: 20px; }

.sec-usl-inner {
  width: 100%;
  display: block; }

.uslugi {
  width: 100%;
  vertical-align: bottom; }
  .uslugi .title {
    color: #fff; }

.uslform {
  float: left;
  vertical-align: bottom;
  width: 30%;
  margin-top: 30%;
  margin-left: 50px; }
  .uslform input {
    width: 100%; }
  .uslform .orangebut {
    float: right; }

.cyan {
  font-size: 25px;
  color: #0ff;
  line-height: 30px;
  text-align: left; }

.usltable {
  width: 40%;
  float: right;
  display: table;
  margin: -20px 10px 0 0;
  background-color: rgba(0, 98, 178, 0.9);
  z-index: 1;
  padding: 75px 25px 150px; }

.usluga {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px; }
  .usluga .image {
    display: inline-block;
    width: 86px;
    height: 86px;
    vertical-align: middle; }
    .usluga .image img {
      width: 86px;
      height: 66px; }

.usldescr {
  display: inline-block;
  width: 80%;
  text-align: left;
  vertical-align: middle; }
  .usldescr p {
    color: #fff; }

.personal {
  width: 100%;
  display: table; }
  .personal .diag {
    background-color: #fff;
    min-height: 350px;
    display: block;
    -webkit-transform: perspective(1000px) rotateY(25deg);
    transform: perspective(1000px) rotateY(25deg);
    margin-right: -25%;
    width: 140%;
    z-index: 2;
    position: relative;
    margin-top: -6%; }
  .personal .inner {
    width: 100%;
    z-index: 3;
    position: relative;
    display: block;
    margin-top: -300px; }

.pers {
  width: 13%;
  margin-left: 1%;
  display: inline-block; }

.pname {
  font-family: GillSansLightC, sans-serif;
  font-size: 25px;
  text-align: center;
  float: left;
  margin-bottom: -15px;
  text-indent: 10px; }

.red {
  color: #b20000; }

.redblock {
  border-bottom: solid 1px #b20000;
  border-right: solid 1px #b20000;
  width: 100%;
  height: 135px;
  display: table; }

.corner-red {
  border-bottom: solid 1px #b20000;
  width: 10px;
  display: inline-block;
  float: right;
  height: 15px; }

.darkor {
  color: #d83400; }

.darkorblock {
  border-bottom: solid 1px #d83400;
  border-right: solid 1px #d83400;
  width: 100%;
  height: 135px;
  display: table; }

.corner-darkor {
  border-bottom: solid 1px #d83400;
  width: 10px;
  display: inline-block;
  float: right;
  height: 15px; }

.lightor {
  color: #d86c00; }

.lightorblock {
  border-bottom: solid 1px #d86c00;
  border-right: solid 1px #d86c00;
  width: 100%;
  height: 135px;
  display: table; }

.corner-lightor {
  border-bottom: solid 1px #d86c00;
  width: 10px;
  display: inline-block;
  float: right;
  height: 15px; }

.yellow {
  color: #d8a300; }

.yellowblock {
  border-bottom: solid 1px #d8a300;
  border-right: solid 1px #d8a300;
  width: 100%;
  height: 135px;
  display: table; }

.corner-yellow {
  border-bottom: solid 1px #d8a300;
  width: 10px;
  display: inline-block;
  float: right;
  height: 15px; }

.lightgr {
  color: #8bb800; }

.lightgrblock {
  border-bottom: solid 1px #8bb800;
  border-right: solid 1px #8bb800;
  width: 100%;
  height: 135px;
  display: table; }

.corner-lightgr {
  border-bottom: solid 1px #8bb800;
  width: 10px;
  display: inline-block;
  float: right;
  height: 15px; }

.gr {
  color: #00d834; }

.grblock {
  border-bottom: solid 1px #00d834;
  border-right: solid 1px #00d834;
  width: 100%;
  height: 135px;
  display: table; }

.corner-gr {
  border-bottom: solid 1px #00d834;
  width: 10px;
  display: inline-block;
  float: right;
  height: 15px; }

.darkgr {
  color: #00b2b2; }

.darkgrblock {
  border-bottom: solid 1px #00b2b2;
  border-right: solid 1px #00b2b2;
  width: 100%;
  height: 135px;
  display: table; }

.corner-darkgr {
  border-bottom: solid 1px #00b2b2;
  width: 10px;
  display: inline-block;
  float: right;
  height: 15px; }

.pdo {
  font-size: 18px;
  color: #646472;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  max-width: 145px; }

.live {
  width: 100%;
  display: table;
  margin: 20px 0 0;
  background: url(images/house.jpg) top center no-repeat fixed;
  padding-bottom: 170px; }

.liveform {
  float: left;
  vertical-align: top;
  width: 30%;
  margin-top: 15%;
  margin-left: 50px; }

.livetable {
  width: 40%;
  float: right;
  display: table;
  margin: 0 10px 0 0;
  z-index: 1; }

.liveblock {
  display: block;
  padding: 20px 35px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: left; }
  .liveblock.lblue .title {
    color: #004d9d; }

.lblue {
  background-color: #3da6f6;
  text-align: center;
  padding-top: 100px; }

.lpink {
  background-color: rgba(169, 18, 113, 0.6); }

.lred {
  background-color: rgba(204, 17, 17, 0.6); }

.lyellow {
  background-color: rgba(198, 149, 0, 0.6); }

.lgreen {
  background-color: rgba(0, 140, 0, 0.6); }

.ldarkblue {
  background-color: rgba(0, 0, 205, 0.6); }

.lviolet {
  background-color: rgba(148, 0, 211, 0.6); }

.textcol {
  width: 100%;
  display: table; }
  .textcol .diag {
    background-color: #fff;
    min-height: 350px;
    display: block;
    -webkit-transform: perspective(1000px) rotateY(25deg);
    transform: perspective(1000px) rotateY(25deg);
    margin-right: -25%;
    width: 140%;
    z-index: 2;
    position: relative;
    margin-top: -6%; }
  .textcol .inner {
    width: 95%;
    z-index: 3;
    position: relative;
    display: block;
    margin-top: -350px;
    margin-left: 40px; }
  .textcol .twocol {
    width: 100%;
    display: table; }
    .textcol .twocol .col {
      width: 46%;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      color: #646472;
      font-size: 18px;
      line-height: 25px; }
      .textcol .twocol .col p {
        color: #646472; }
      .textcol .twocol .col:first-child {
        margin-right: 7%; }

.countcost {
  width: 100%;
  height: auto;
  display: table;
  margin-top: 80px; }
  .countcost .diag {
    background-color: #0683ff;
    min-height: 200px;
    display: block;
    transform: none;
    -webkit-transform: none;
    margin-left: 0;
    width: 100%;
    z-index: 2;
    position: relative; }
  .countcost .inner {
    min-height: 190px;
    display: block;
    z-index: 3;
    position: relative;
    background-color: #4F85A7;
    padding: 10px 0; }
  .countcost .lefttext {
    font-family: GillSansLightC, sans-serif;
    font-size: 30px;
    text-align: left;
    display: inline-block;
    width: 55%;
    color: #fff;
    line-height: 35px; }
  .countcost .rightform {
    width: 39%;
    display: inline-block;
    vertical-align: middle; }
    .countcost .rightform .form-string {
      width: 100%;
      display: block;
      text-align: right; }
  .countcost input[type="text"],
  .countcost input[type="email"],
  .countcost input[type="tel"] {
    height: 35px;
    border: 1px solid #035bb3;
    border-radius: 5px;
    line-height: 40px;
    color: #525261;
    font-size: 14px;
    font-family: verdana, sans-serif;
    text-indent: 10px;
    margin: 5px 0 25px;
    background-color: white; }
  .countcost select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    color: #525261;
    font-family: verdana, sans-serif;
    border: 1px solid #035bb3;
    border-radius: 5px;
    background: #fff url(images/select.png) right center no-repeat;
    margin-top: 5px; }
  .countcost .orangebut {
    width: 180px;
    float: right;
    margin-top: 20px; }

.formel {
  display: inline-block;
  width: auto;
  margin-left: 6%;
  vertical-align: top; }
  .formel .text {
    color: #fff;
    font-family: verdana, sans-serif;
    text-align: left;
    font-size: 16px;
    width: 100%; }
  .formel input {
    max-width: 185px; }

#form-2 input[type="submit"] {
  display: block;
  height: 40px;
  width: 150px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #ff8000;
  color: #fff;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 15px; }
  #form-2 input[type="submit"]:hover {
    background-color: #ff5a00; }
#form-2 span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: flex;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  width: 100%;
  justify-content: center;
  background: red;
  align-items: center;
  height: 20px;
  transform: translate(-50%, 10px); }

select::-ms-expand {
  display: none; }

input.age {
  width: 45px; }

input.mail {
  width: 200px; }

select.sex {
  width: 100px;
  padding-left: 15px; }

select.activity {
  width: 182px;
  padding-left: 15px; }

.gallery {
  width: 100%;
  display: table;
  margin: -100px 0 0;
  background: url(images/shine.jpg) top center no-repeat fixed;
  padding-bottom: 170px; }

.slider {
  margin-top: 15%;
  width: 100%;
  margin-left: 1%; }

.region {
  padding: 10px 0;
  width: 100%;
  height: auto;
  display: table;
  background-color: #4F85A7;
  margin-top: -120px; }
  .region .diag {
    background-color: #0683ff;
    min-height: 200px;
    display: block;
    transform: none;
    -webkit-transform: none;
    margin-left: 0;
    width: 100%;
    z-index: 2;
    position: relative; }
  .region .inner {
    min-height: 180px;
    display: block;
    z-index: 3;
    position: relative; }
    .region .inner .text {
      width: 40%;
      display: inline-block;
      text-align: center;
      font-family: GillSansLightC, sans-serif;
      font-size: 30px;
      line-height: 40px;
      vertical-align: middle;
      color: #fff; }

.houseimg {
  width: 62px;
  height: 59px;
  display: inline-block;
  background-image: url(images/city.png);
  margin-right: 5%;
  vertical-align: middle; }

  .regions {
    display: block;
    margin: 1.5em auto;
    width: 100%;
}

.region-col {
  width: 100%;
  text-align: left;
  min-width: 160px;
  display: inline-block;
  vertical-align: top; }
  .region-col a {
    font-size: 20px;
    line-height: 25px;
    display: block; }
    .region-col a:hover {
      color: #0059b2;
      text-decoration: none; }
  .region-col a,
  .region-col a:visited {
    color: #fff; }

.reviews {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 0 20px; }

.revtit {
  text-align: center;
  margin: 50px 0 30px; }

.review {
  width: 30%;
  text-align: left;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 30px; }

.rev-name {
  font-weight: 700;
  color: #fff; }

.rev-text {
  font-style: italic;
  margin: 20px 0;
  color: #F1FAEE;
  opacity: 0.6;
  font-size: 16px;
  font-family: arial, sans-serif;
  line-height: 1.5;}

.rev-date {
  color: #F1FAEE; }

footer {
  width: 100%;
  background-color: #1D3557;
  display: table;
  padding: 35px 0; }

.footer-block {
  width: 25%;
  margin-right: 12%;
  text-align: left;
  color: #fff;
  display: inline-block;
  vertical-align: top; }
  .footer-block:last-child {
    margin-right: 0; }

.foot-logo {
  width: 100%;
  max-width: 240px; }

.foot-name {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
  vertical-align: top; }

.foot-text {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  vertical-align: top;
  line-height: 20px; }

.content-box {
  width: 70%;
  display: inline-block;
  padding: 0 2% 100px;
  background-color: initial;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left; }
  .content-box .regions {
    vertical-align: top;
    max-width: 100%;
    margin-top: 50px;
    float: right;
    margin-right: 3%;
    display: block;
    margin-left: 0; }
    .content-box .regions .region-col {
      display: block; }
    .content-box .regions a,
    .content-box .regions a:visited {
      color: #3da6f6; }
    .content-box .regions a:hover {
      color: #0059b2;
      text-decoration: none; }

aside {
  width: 30%;
  display: inline-block;
  color: #fff;
  background-color: #4F85A7;
  box-sizing: border-box;
  vertical-align: top; }
  aside div {
    box-sizing: border-box; }

.rightblock {
  width: 100%;
  padding: 15px 8%; }
  .rightblock .review {
    text-align: left;
    width: 100%; }
  .rightblock .reviews {
    padding: 0;
    display: block; }
  .rightblock .title {
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-family: GillSansLightC, sans-serif; }

/* .whiteright {
  font-size: 20px;
  color: #fff;
  padding-left: 20px; } */

.inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
   }
  .inner.articles-bg{background-color: #F8FAFB;}
  .allrev {
    color: #F1FAEE !important;
    font-size: 18px;
    margin: -20px 0 50px;
    display: flex;
    align-items: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
## My style
--------------------------------------------------------------*/
article.td5 img {
  max-width: 405px;
  width: 100%; }

.table.td5mg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.td5 {
  display: block;
  width: 50%;
  max-width: 405px; }
  .td5 a {
    display: block;
    font-family: 'MyriadPro-Semibold', sans-serif;
    font-size: 26px;
    color: #101822;
    text-decoration: none;
    margin: 10px 0 5px;
    line-height: 1.25;
}

nav.navigation.pagination .screen-reader-text {
  text-align: center;
  line-height: 40px; }
nav.navigation.pagination .nav-links {
  margin: 15px 0 0; }
nav.navigation.pagination .page-numbers {
font-size: 16px;
border: 1px solid #646472;
color: #646472;
border-radius: 3px;
padding: 5px 10px;
transition: .5s;
opacity: 0.7; }
/*   nav.navigation.pagination .page-numbers:visited, nav.navigation.pagination .page-numbers:active {
    color: #fff; } */
  nav.navigation.pagination .page-numbers:hover {
    background: #3da6f6;
    color: #fff;
    transition: .5s; }
  nav.navigation.pagination .page-numbers.current {
    cursor: default;color: #E63946;border: 1px solid #E63946; }
    nav.navigation.pagination .page-numbers.current:hover {
      background: #fff;
      color: #0359b5; }
  nav.navigation.pagination .page-numbers.dots {
    border: none; }
    nav.navigation.pagination .page-numbers.dots:hover {
      background: #fff;
      color: #0359b5; }

.regions-nav ul#city-menu {
  column-count: 4;
  list-style: none; }
  .regions-nav ul#city-menu li {
    margin: 0;
    font-size: 16px;
    line-height: 2; }
    .regions-nav ul#city-menu li a {
      color: #fff;
      width: 100%;
      display: block; }

ul#city-menu {
  list-style: none;
  column-count: 4;
  padding: 0 15px; }
  ul#city-menu li {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    padding: 0 10px; }
    ul#city-menu li a {
      width: 100%;
      display: block; }

.wpcf7-form-control-wrap {
  position: relative;
  display: block; }

#price span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: flex;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  background: red;
  align-items: center;
  height: 25px; }

.phoneform span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: flex;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  width: 80%;
  justify-content: center;
  background: red;
  align-items: center;
  height: 20px;
  transform: translate(-50%, 10px); }

.textwidget p,
.textwidget a,
.textwidget ol,
.textwidget ul,
.textwidget li {
  color: #fff; }

div#order-callback2 {
  position: fixed;
  display: none;
  width: 80%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px;
  border: 1px solid;
  border-radius: 15px;
  max-width: 340px; }
  div#order-callback2.active {
    display: block; }
  div#order-callback2 .title-form {
    background: #0059b2;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
    border-radius: 15px;
    position: relative; }
  div#order-callback2 input[type="text"],
  div#order-callback2 input[type="tel"],
  div#order-callback2 input[type="email"] {
    height: 50px;
    border: 1px solid;
    border-radius: 5px;
    line-height: 70px;
    color: #004f9d;
    font-size: 20px;
    font-family: calibri, sans-serif;
    text-indent: 10px;
    margin: 10px auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  div#order-callback2 label {
    font-size: 16px; }
  div#order-callback2 div#close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: auto;
    right: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s; }
    div#order-callback2 div#close:hover {
      border: 2px solid #c77405;
      background: #fff; }
      div#order-callback2 div#close:hover span {
        background: #c77405; }
    div#order-callback2 div#close span {
      width: 15px;
      height: 4px;
      position: absolute;
      background: #fff;
      border-radius: 5px;
      transition: all .5s; }
      div#order-callback2 div#close span:first-child {
        transform: rotate(45deg); }
      div#order-callback2 div#close span:last-child {
        transform: rotate(-45deg); }

input[type="submit"] {
  cursor: pointer;
  background: #333;
  outline: none;
  border: none;
  width: 100%;
  line-height: 30px;
  border-radius: 5px;
  color: #fff; }

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
.page-id-124 input[type="text"],
.page-id-124 input[type="tel"],
.page-id-124 input[type="email"] {
  height: 50px;
  border: 1px solid;
  border-radius: 5px;
  line-height: 70px;
  color: #004f9d;
  font-size: 20px;
  font-family: calibri, sans-serif;
  text-indent: 10px;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%; }
#contact textarea,
.page-id-124 textarea {
  border: 1px solid;
  border-radius: 5px;
  line-height: 70px;
  color: #004f9d;
  font-size: 20px;
  font-family: calibri, sans-serif;
  text-indent: 10px;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.8);
  resize: none;
  height: 200px;
  width: 100%; }
#contact input[type="submit"],
.page-id-124 input[type="submit"] {
  margin-top: 30px; }
#contact label,
.page-id-124 label {
  font-size: 16px; }
#contact .cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip,
.page-id-124 .cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
  display: inherit;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: -13px;
  background: #ce0000;
  padding: 3px 10px;
  border-radius: 3px;
  min-width: 195px;
  color: #fff;
  text-align: center;
  width: 68%;
  line-height: 1.2em;
  z-index: 7777; }

table.tablepress td {
  color: #fff;
  background: #0059b2;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #0059b2; }
table.tablepress .row-5 td {
  background: #fff;
  color: #0059b2;
  cursor: pointer;
  font-size: 24px; }
/****STYLE 19.02.2021 ****/
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination {
  margin: 5rem auto 0;
}
p{text-indent: 15px;margin-block: 1em;}
footer p {text-indent: 0;}
h1.page-title {color: #101822;font-weight: 700;}
.header, ul.horizontal {background-color: #1D3557;height: auto;}
ul.horizontal li a{border:none;}
ul.horizontal{width:100%; padding-bottom: 15px;}
.header-top-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}.logo {
height: 100%;
width: 17%;}
ul.horizontal li {
line-height: normal;
padding: 25px 0 5px;
transition: all .2s linear;
}
a.header-btn::first-letter{
  text-transform: capitalize;
}
a.header-btn {
text-transform: lowercase;
color: #fff;
font-size: 16px;
text-decoration: none;
font-weight: 500;
display: inline-block;
max-width: 177px;
padding: 12px 0px;
min-width: 177px;
border: 2px solid;
margin: 5px 20px;
font-family: 'Roboto', sans-serif;
transition: all .2s ease;
}
a.btn-red {background-color: #E63946;border-color: #E63946;}
a.btn-red:hover{background-color: initial;border-color: #F1FAEE;}
a.btn-initial {color: #F1FAEE;}
a.btn-initial:hover {background-color: #E63946;}
#text-7 a.header-btn, #text-2 a.header-btn {
  text-align: center;
  margin: 0 0 10px;
  background-color: #004f9d;
  border-color: #004f9d;
}
#text-7 a.header-btn:hover, #text-2 a.header-btn:hover {
  background-color: initial;
}
#text-7 p, #text-2 p {
  margin: 0;
}
aside .textwidget {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
aside .textwidget p {
  border: 1px solid;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-indent: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer-block.widget_text, footer .wrapper .new-column {
  display: flex;
  flex: 0 0 32%;
  flex-direction: column;
  margin: 0 auto;
}
.footer-block.widget_media_image {
  width: 100%;
  text-align: center;
}
.footer-block.widget_media_image a img {
  width: 171px;
}
footer .payment-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .payment-icon span {
  display: flex;
  color: #fff;
  flex: 0 0 100%;
  justify-content: center;
}
footer .payment-icon img {
  max-width: 100%;
  max-height: 20px;
  margin: 5px 10px;
}
.payment-icon__items img:last-child {
  background-color: #fff;
}
.header-phone a {font-size: 3em;}
/****** SSTYLE 19.02.2021 *****/








@media screen and (max-width: 1600px) {
  .usluga {
    margin-bottom: 25px; }

  .uslform {
    margin-top: 35%; } }
@media screen and (max-width: 1400px) {
  .sec-usl-inner {
    *margin-top: -54%; }

  .about {
    margin-bottom: 9%; }

  .uslform {
    margin-top: 30%; }

  .usluga {
    margin-bottom: 15px; }

  .slider {
    width: 80%;
    margin-left: 8%; } }
@media screen and (max-width: 1340px) {
  .sec-usl-inner {
    *margin-top: -55%; }

  .about {
    margin-bottom: 10%; }

  .usltable {
    width: 45%;
    padding-top: 55px; } }
@media screen and (max-width: 1200px) {
  .sec-usl-inner {
    *margin-top: -58%; }

  .about {
    margin-bottom: 12%; }

  .security .inner {
    margin-left: 50px; }

  .usltable {
    width: 55%;
    padding-top: 55px; }

  .usluga {
    margin-bottom: 10px; }

  .cyan {
    font-size: 20px;
    line-height: 25px; }

  .uslform {
    margin-top: 20%; }

  .slider {
    width: 60%;
    margin-left: 14%; }

  .region .diag {
    min-height: 340px;
    width: 100%; }
  .region .inner {
    min-height: 320px; }
    .region .inner .text {
      width: 60%; }

  .regions {
    max-width: 100%;
    margin-top: 10px; }

  .region-col {
    width: auto; }

  .content-box .regions {
    margin-right: -20px; } }
@media screen and (max-width: 1140px) {
  .pers {
    width: 20%;
    margin-left: 4%;
    margin-bottom: 20px; }

  .personal .diag {
    min-height: 500px; }
  .personal .inner {
    margin-top: -460px; }

  .live {
    margin: -20px 0 0; }

  .livetable {
    width: 50%; }

  .countcost .diag {
    min-height: 250px; } }
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 2%; }

  .slider {
    margin-left: 10%; }

  .content-box .regions .region-col {
    max-width: 145px;
    margin-left: -30px; } }
@media screen and (max-width: 960px) {
  .header-phone a {
    font-size: 2em;
  }
  footer .wrapper,.header-top-wrapper{flex-direction: column;}
  .strings {
    display: block; }

  .security .inner {
    margin-left: 0; }

  .sec-usl-inner {
    *margin-top: -60%; }

  .about {
    margin-bottom: 16%; }

  .slider {
    width: 48%;
    margin-left: 9%; }

  .inner {
    display: block; }

  .content-box,
  aside {
    width: 100%; }

  .content-box .regions {
    margin-right: 0; }
    .content-box .regions .region-col {
      max-width: none;
      min-width:100%;
      margin-left: 0; }
      ul#city-menu {
        list-style: none;
        column-count: 2;
        padding: 0;
    }
      /***change */
.header{
  padding-bottom: 40px;
}
  nav ul.horizontal {
    background-color: #3da6f6;
    display: none;
    list-style: none;
    width: 300px;
    right: 0;
    color: #fff;
    position: absolute;
    text-align: left;
    font-size: 22px;
    padding: 0 0 20px;
    z-index: 100;
    height: auto;
    top: calc(100%/1 + 65px); }
    a.header-btn {
      font-size: 14px;
      font-weight: 700;
      max-width: 135px;
      padding: 12px 0px;
      min-width: 135px;
      border: 1px solid;
      margin: 5px;
  }
    /*** change */
    nav ul.horizontal li {
      list-style-image: none;
      line-height: 20px;
      padding: 5px 0 10px 25px;
      margin: 0;
      display: block;
      border: none; }
      nav ul.horizontal li a {
        font: 20px calibri, sans-serif;
        border: none; }
      nav ul.horizontal li a,
      nav ul.horizontal li a:visited {
        color: #fff; }
      nav ul.horizontal li:hover {
        background-color: #0683ff; }
        nav ul.horizontal li:hover a {
          text-decoration: none;
          width: 100%;
          display: block; }
    nav ul.horizontal.open {
      display: block; } }
@media screen and (max-width: 800px) {
  .td3 {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left; }

  .pers {
    width: 40%; }

  .abouttext,
  .connect {
    width: 90%; }

  .connect {
    margin-top: 20px; }

  .constring {
    width: 40%;
    display: inline-block; }

  .security .diag {
    width: 180%; }
  .security .inner .text {
    font-size: 20px;
    width: 80%;
    line-height: 20px; }

  .uslform {
    float: none;
    width: 70%;
    margin-top: 0; }

  .usltable {
    width: 95%;
    margin: 20px 0 0; }

  .uslugi .title {
    font-size: 25px;
    line-height: 25px; }

  .personal .diag {
    min-height: 900px;
    -webkit-transform: perspective(1000px) rotateY(10deg);
    transform: perspective(1000px) rotateY(10deg); }
  .personal .inner {
    margin-top: -860px; }

  .live {
    margin: 20px 0 0; }

  .livetable {
    width: 95%;
    margin: 20px 10px 0 0; }

  .liveform {
    width: 70%;
    margin-top: 20%; }

  .liveblock.lblue {
    padding-top: 20px; }

  .textcol .twocol {
    margin-left: -40px; }
    .textcol .twocol .title {
      font-size: 25px;
      line-height: 25px; }
    .textcol .twocol .col {
      width: 85%;
      line-height: 18px; }
      .textcol .twocol .col:first-child {
        margin-right: 0; }

  .countcost .diag {
    min-height: 230px;
    width: 100%; }
  .countcost .lefttext {
    font-size: 25px;
    width: 90%;
    line-height: 25px;
    margin: 20px 5px 10px 40px; }
  .countcost .rightform {
    width: 100%; }

  .slider {
    width: 35%;
    margin-left: 6.5%; }

  .reviews {
    display: block; }
  .review {
    display: inline-block;
    width: 40%; }
    .review:nth-child(2n+1) {
      margin-right: 8%; }

  .footer-block {
    width: 35%;
    margin-bottom: 50px; }

  .content-box .regions {
    width: 100%;
    max-width: none; }
  .content-box .region-col {
    display: inline-block; }

  .td5 {
    display: block;
    width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  .content{
    width: 95%;
    margin: 0 auto;
  }
  .writehead {
    background: #fff; }

  .logo {
    width: 60%; }

  .pers {
    width: 60%; }

  .writecons {
    height: 320px;
    width: 100%;
    margin: 0 0 25%; }
    .writecons input {
      width: 95%; }

  .constring {
    display: inline-block;
    margin-top: 20px;
    width: 90%; }

  .security .diag {
    min-height: 150px; }
  .security .inner {
    min-height: 150px;
    margin-top: -115px; }
    .security .inner .image {
      display: none; }
    .security .inner .text {
      width: 90%; }

  .usltable {
    padding: 75px 5px 50px 25px; }

  .sec-usl {
    background: #fff;
    background-position-x: -400px; }

  .uslform input,
  .liveform input {
    border: 1px solid #0683ff; }

  .uslform {
    width: 90%;
    margin: 10px 0 10px 5px; }

  .liveform {
    width: 90%;
    margin-left: 10px;
    margin-right: auto; }

  .personal .title {
    margin: 20px; }
  .personal .diag {
    min-height: 1400px;
    -webkit-transform: perspective(1000px) rotateY(5deg);
    transform: perspective(1000px) rotateY(5deg); }
  .personal .inner {
    margin-top: -1380px; }

  .live {
    margin: -20px 0 0;
    background: #fff;
    padding-bottom: 70px; }

  .countcost .diag {
    min-height: 500px;
    -webkit-transform: perspective(1000px) rotateY(-20deg);
    transform: perspective(1000px) rotateY(-20deg); }
  .countcost input[type="text"],
  .countcost input[type="email"] {
    margin: 5px 0 10px; }
  .countcost .rightform .form-string {
    text-align: left;
    width: 60%;
    margin: 0 auto; }

  .formel {
    margin-top: 5px; }

  .slider,
  .slick-slider {
    display: none !important; }

  .gallery {
    margin-top: 0;
    height: 100px; }

  .region {
    margin-top: -250px; }
    .region .diag {
      min-height: 850px;
      -webkit-transform: perspective(1000px) rotateY(-10deg);
      transform: perspective(1000px) rotateY(-10deg);
      width: 145%;
      margin-top: 200px; }

  .regions {
    text-align: center;
    margin: 15px 0;
    width: 100%; }

  ul#city-menu li {
    line-height: 30px; }

  .region-col {
    width: 50%; }

  .footer-block {
    width: 80%;
    margin-right: 0; }

  .usldescr {
    width: 90%; }

  .headphone {
    color: rgba(6, 131, 255, 0.8);
    font-size: 25px; }

  .rreevv {
    color: #fff;
    font-size: 16px; }

  .review {
    display: block;
    width: 90%;
    margin: 0 auto 30px !important; }

  .regions-nav ul#city-menu {
    column-count: 2; }
    .regions-nav ul#city-menu li a {
      text-align: center; }

  #about ul {
    column-count: 1 !important; }

  table.tablepress {
    display: block;
    overflow: scroll; }

  .bigfont {
    overflow-x: hidden; } }
    .front-page-rewiews .rev-name, .front-page-rewiews .rev-text, .front-page-rewiews .rev-date {
      color: #5d616a;
  }
/*# sourceMappingURL=style.css.map */
