/*
Theme Name: Rusburo
Author: Sergey Chumak
Description: Theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "monday";
  src: url("assets/fonts/monday.eot?w7j9bd");
  src: url("assets/fonts/monday.eot?w7j9bd#iefix") format("embedded-opentype"),
    url("assets/fonts/monday.ttf?w7j9bd") format("truetype"),
    url("assets/fonts/monday.woff?w7j9bd") format("woff"),
    url("assets/fonts/monday.svg?w7j9bd#monday") format("svg");
  font-weight: normal;
  font-style: normal;
}
div {
  position: relative;
}

.rb-btn {
  position: relative;
  box-sizing: border-box;
  padding: 10px 0;
}
.rb-btn a,
.rb-btn a:hover {
  text-decoration: none;
}
.rb-btn .rb-btn-text {
  color: #333;
  text-transform: uppercase;
  font-size: 15px;
}
.rb-btn a:hover span {
  color: #f1878a;
}
.rb-button {
  display: inline-block;
  color: #f1878a;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px !important;
  display: block;
}
.rb-button:hover {
  color: #333 !important;
  text-decoration: none;
}
.rb-button:after {
  /* font-family: 'Monday';
  content: "\e600"; */
  font-family: FontAwesome;
  content: "\f054";
  font-size: 15px;
  line-height: 15px;
  padding-left: 7px;
}
.rb-button-back {
  display: inline-block;
  color: #f1878a;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px !important;
}
.rb-button-back:hover {
  color: #f17478 !important;
  text-decoration: none;
}
.rb-button-back:before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 15px;
  line-height: 15px;
  padding-right: 7px;
}
.rb-panel {
  padding: 0;
  margin: 0;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
}
.rb-full-height {
  height: 100%;
}
.rb-quote {
  font-style: italic;
  float: right;
  padding-top: 20px;
}
.rb-quote + p {
  clear: both;
}
.rb-color-red {
  color: #f1878a !important;
}
.rb-margin-bottom-small {
  margin-bottom: 5px;
}
.rb-margin-bottom-medium {
  margin-bottom: 10px;
}
.rb-margin-bottom-large {
  margin-bottom: 20px;
}
.rb-margin-top-small {
  margin-top: 5px !important;
}
.rb-margin-top-medium {
  margin-top: 10px !important;
}
.rb-margin-top-large {
  margin-top: 20px !important;
}
.rb-margin-small {
  margin: 5px 0 !important;
}
.rb-margin-medium {
  margin: 10px 0 !important;
}
.rb-margin-large {
  margin: 20px 0 !important;
}
.rb-image-t {
  width: 100px;
  float: left;
  margin: 0px 25px 0px 0px;
}
/*
 * Button Arrow
 */
.rb-button-arrow:before {
  font-family: "Monday";
  content: "\e600";
  font-size: 15px;
  line-height: 15px;
}
.rb-button-arrow {
  color: #333;
}
.rb-button-arrow:hover {
  color: #f1878a;
  text-decoration: none;
}
.rb-table-payment {
  margin: 20px 0;
}
.text-center {
  text-align: center;
}

.uk-overlay-icon:before {
  content: "\e600";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #333;
  font-family: "Monday";
}
.uk-button-primary,
.uk-button-primary:hover,
.uk-button-primary:active {
  background-color: #f1878a !important;
}

body {
  background: #f2f4f5;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #333;
  line-height: 1.5;
}
h1 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  position: relative;
}
h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background-color: #f1878a;
}
h1.isolated {
  padding: 25px;
  margin: 0 0 50px 0;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
  background: #ffffff;
}
h1.isolated:after {
  left: 25px;
  bottom: 20px;
}
h2 {
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}
h2.landing-title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }
  h1.isolated {
    margin-bottom: 25px;
  }
  h2 {
    font-size: 18px;
    text-transform: uppercase;
  }
}

p,
ul li,
ol li {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
b {
  font-weight: 400;
}

/**********************************************************
Верхнее меню
**********************************************************/

.uk-sticky-placeholder {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .uk-sticky-placeholder {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 479px) {
  .uk-sticky-placeholder {
    margin-bottom: 0 !important;
  }
}
.uk-navbar {
  background-color: #4f5157;
  border-bottom: 4px solid #f1878a;
  z-index: 1;
}
.uk-navbar-brand {
  height: auto;
  margin-top: 25px;
  padding-left: 0;
  width: 251px;
  height: 46px;
  background: url("assets/images/logo-white.png") left top no-repeat;
}

.uk-navbar-tel {
  display: none !important;
  font-family: "Roboto Condensed", "Arial", sans-serif;

  color: #eee;

  display: inline-block;
  padding: 0;

  width: 133px;
  border-radius: 0;
  margin-left: 20px;
  margin-top: 14px;
}

.zv,
.pr {
  color: #fff;
  border: 1px solid #eee;
  text-align: center;
  width: 132px;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.uk-navbar-tel a:hover {
  color: #4f5157;
  border: 1px solid #4f5157;
  background-color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .uk-navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .uk-navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 201px;
    height: 36px;
    background: url("assets/images/logo-white-small.png") left top no-repeat;
  }
}
@media screen and (max-width: 374px) {
  .uk-navbar-brand {
    width: 150px;
    height: 27px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}
.uk-navbar-nav {
  float: right;
}
.uk-navbar-nav > li {
  display: block;
  float: left;
  position: relative;
  height: 90px;
  box-sizing: border-box;
  padding: 32px 20px 0 0;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
}
.uk-navbar-nav > li > a {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #eee;
  height: auto;
  display: inline-block;
  padding: 0;
}
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:active {
  color: #fff;
  background-color: transparent;
}
.uk-navbar-nav > li > a.root-item-selected {
  /* color: #f1878a; */
}

/* Выпадающее меню */
.sub-menu {
  display: none;
}
.uk-navbar-nav__top > li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  /* margin-top: 4px; */
  background-color: #4f5157;
  width: 235px;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 4px #f1878a solid;
  z-index: 1;
}
.sub-menu > li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0;
}
.sub-menu > li > a {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #adadae;
  background-color: transparent;
  height: auto;
  padding: 10px 30px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
.sub-menu > li > a:hover,
.sub-menu > li > a:active {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
.sub-menu > li.item-selected > a {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .uk-navbar-nav__top {
    display: none;
  }
}

.uk-navbar-toggle,
.offcanvas-contacts-icon {
  display: none;
}
@media screen and (max-width: 900px) {
  .uk-navbar-toggle {
    padding-right: 0;
  }
  .uk-navbar-toggle,
  .offcanvas-contacts-icon {
    display: block;
    float: right;
    padding-top: 21px;
    padding-left: 0px;
    color: #adadae;
  }
  .uk-navbar-toggle:hover,
  .uk-navbar-toggle:active,
  .uk-navbar-toggle:focus {
    color: #adadae;
  }
  body.uk-offcanvas-page nav.uk-navbar .uk-navbar-toggle:after {
    content: "\f00d";
  }
  .offcanvas-contacts-icon {
    font-size: 17px;
    padding-right: 18px;
    padding-top: 0;
    margin-top: 23px;
    border-right: 1px #a6a6a7 solid;
    color: #a6a6a7;
  }
    
    .top-contacts-bar span {
    font-family: "Roboto Condensed", "Arial", sans-serif;
    color: #333 !important;
    font-size: 17px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    margin-right: 0;
    border-right: 1px #ddd solid;
    text-decoration: none !important;
    display: inline-block;
    width: 49%;
    float: left;
}
    
    
  .offcanvas-contacts-icon i,
  .offcanvas-contacts-icon i:hover,
  .offcanvas-contacts-icon i:focus,
  .offcanvas-contacts-icon i:active {
    color: #a6a6a7;
    background-color: transparent;
  }
}
@media screen and (max-width: 450px) {
  .uk-navbar-toggle {
    padding-top: 10px;
  }
  .offcanvas-contacts-icon {
    margin-top: 15px;
  }
}

/* Строка контактов сверху */

.top-contacts-bar {
  box-sizing: border-box;
  width: 100%;
  /* padding: 10px 0; */
  /* height: 45px; */
  /* background: #414349; */
  background-color: #f2f4f5;
  text-align: right;
}
.top-contacts-bar .flag {
  float: left;
  width: 40px;
  height: 20px;
  margin-top: 10px;
}
.top-contacts-bar .region-phone {
  float: left;
  height: 20px;
  /* margin-left: 100px; */
  margin-top: 4px;
}
.region {
  padding-top: 11px;
}
.region a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  border-bottom: 1px #333 dashed;
}
.region i {
  display: inline-block;
  position: relative;
  padding-right: 7px;
  color: #f1878a;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .region a {
    font-size: 13px;
  }
}
/* .region a:before{
    font-family: 'FontAwesome';
    content: "\f041";
    display: inline-block;
    position: relative;
    padding-right: 7px;
    color: #f1878a;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
} */
.region a:hover {
  color: #000;
  border: none;
}
@media screen and (max-width: 1219px) {
  .top-contacts-bar .region-phone {
    margin-left: 60px;
  }
}
@media screen and (max-width: 959px) {
  .top-contacts-bar .region-phone {
    display: none;
  }
}
.top-contacts-bar .region-phone p i {
  padding-right: 7px;
  color: #f1878a;
  font-size: 20px;
}
.top-contacts-bar .region-phone p a {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.top-contacts-bar .region-phone p span {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #333 !important;
  font-size: 14px;
  font-weight: 300;
  border: none;
}
@media screen and (max-width: 1219px) {
  .top-contacts-bar .region-phone p span {
    display: none;
  }
}
.top-contacts-bar span {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #333 !important;
  font-size: 17px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px #ddd solid;
  text-decoration: none !important;
  display: inline-block;
}
.top-contacts-bar span a {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #333 !important;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none !important;
}
@media screen and (max-width: 959px) {
  .top-contacts-bar span a {
    font-size: 15px;
  }
}
.top-contacts-bar span.phone a {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
    
.top-contacts-bar span {
    font-family: "Roboto Condensed", "Arial", sans-serif;
    color: #333 !important;
    font-size: 17px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px #ddd solid;
    text-decoration: none !important;
    display: inline-block;
}    
    
    
  .top-contacts-bar span.phone a {
    font-size: 14px;
  }
}
.top-contacts-bar span.phone i {
  font-size: 20px;
}
.top-contacts-bar span > div {
  display: inline !important;
}
.top-contacts-bar .order {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.top-contacts-bar span i {
  padding-right: 7px;
  color: #f1878a;
}
.top-contacts-bar .order a,
.top-contacts-bar .order i {
  color: #f1878a !important;
}
.top-contacts-bar .order a {
  text-decoration: none;
}
.uk-active .top-contacts-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-contacts-bar {
    display: none;
  }
}
/**********************************************************
/Верхнее меню
**********************************************************/

/**********************************************************
Слайдер
**********************************************************/

@media screen and (max-width: 479px) {
  #slider .uk-container {
    padding: 0;
  }
}
#slider .uk-slidenav-position {
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #slider .uk-slidenav-position {
    margin-bottom: 25px;
  }
}
#slider .uk-slideshow {
  height: 550px !important;
}
@media screen and (max-width: 767px) {
  #slider .uk-slideshow {
    height: 580px !important;
  }
}
#slider .uk-slideshow li {
  bottom: 0;
  font-size: 16px;
  margin-bottom: 0;
}
#slider .uk-slideshow li img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 400px) {
  #slider .uk-slideshow li {
    font-size: 14px;
  }

  #slider .uk-slidenav-contrast,
  #slider .uk-slidenav-contrast:focus,
  #slider .uk-slidenav-contrast:hover {
    color: rgba(255, 255, 255, 1);
  }
  #slider .uk-slidenav-next {
    right: 0;
  }
  #slider .uk-slidenav-previous {
    left: 0;
  }
}

#slider .uk-slidenav-contrast {
  background: transparent;
  color: #f1878a;
  display: block !important;
}
#slider .uk-slidenav-contrast:hover {
  background: transparent;
  color: #f26c70;
}
#slider .uk-slidenav-contrast:before {
  line-height: 57px;
  display: block;
}
#slider .uk-slidenav-previous:before {
  margin-left: -5px;
}
#slider .uk-slidenav-next:before {
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  #slider .uk-grid li {
    padding: 0;
  }
  #slider .uk-slidenav-contrast {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: auto;
    bottom: 50%;
    margin: 0;
  }
  #slider .uk-slidenav-contrast:before {
    font-size: 40px;
    line-height: 37px;
    margin: 0;
  }
  #slider .uk-slidenav-previous {
    left: 30px;
  }
  #slider .uk-slidenav-next {
    right: 30px;
  }
}
@media screen and (max-width: 639px) {
  #slider .uk-slidenav-previous {
    left: 15px;
  }
  #slider .uk-slidenav-next {
    right: 15px;
  }
}
.uk-slidenav-position .uk-slidenav {
  z-index: 0;
}
.slide-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .slide-text {
    bottom: 15px;
  }
}
.slide-text_title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  position: relative;
  display: block;
  color: #000;
}
.slide-text_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background-color: #f1878a;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
}
.slide-text a:hover {
  text-decoration: none;
}
a:hover .slide-text_title:after {
  width: 100px;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
}
.slide-text_description {
  color: #000;
}
.slide-text_description p {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  margin-bottom: 5px;
  color: #f1878a;
  font-weight: 400;
}
.slide-text_description ul {
  padding: 0;
  margin: 0;
}
.slide-text_description ul li {
  background: transparent url("assets/images/icons/icon-check-4.png") left 7px
    no-repeat;
  list-style-type: none;
  padding: 5px 0 5px 22px;
}
.slide-text_description ul li a {
  text-decoration: none;
  color: #333;
}
.slide-text_description ul li a:hover {
  text-decoration: none;
  color: #f1878a;
}
@media screen and (max-width: 767px) {
  #slider .uk-slideshow {
    /* height: 445px !important; */
  }
  .slide-text {
    position: absolute;
    /* height: 390px; */
    width: 90%;
    left: 5%;
    top: 15px;
    padding: 30px;
  }
}
.uk-slidenav-next::before {
  font-size: 25px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
.uk-slidenav-next:hover::before {
  background-color: rgba(255, 255, 255, 1);
}
.uk-slidenav-previous::before {
  font-size: 25px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
.uk-slidenav-previous:hover::before {
  background-color: rgba(255, 255, 255, 1);
}
.uk-slidenav-position .uk-slidenav {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: auto;
  bottom: 5px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 5px;
}
.uk-slidenav-position .uk-slidenav-previous {
  right: 55px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .uk-slidenav-next::before {
    background-color: transparent;
  }
  .uk-slidenav-next:hover::before {
    background-color: transparent;
  }
  .uk-slidenav-previous::before {
    background-color: transparent;
  }
  .uk-slidenav-previous:hover::before {
    background-color: transparent;
  }
}

/**********************************************************
/Слайдер
**********************************************************/

/**********************************************************
Список языков в правой части страницы
**********************************************************/

.rb-lang-list {
  box-sizing: border-box;
  padding: 20px 30px 30px 30px;
}
@media screen and (max-width: 479px) {
  .rb-lang-list {
    padding: 0 15px 15px 15px;
  }
}
.rb-lang-list h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.rb-lang-list-item {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 0;
}
.rb-lang-list-item br,
.rb-lang-list-item p {
  display: none !important;
}
@media screen and (max-width: 479px) {
  .rb-lang-list-item {
    padding: 5px 0;
  }
}
.rb-lang-list-item a:hover {
  text-decoration: none;
}
.rb-lang-list-item img {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: 1px #eee solid;
}
.rb-lang-list-item h3 {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: 200;
}
.rb-lang-list-item a:hover h3 {
  color: #f1878a;
}
.rb-lang-list .rb-button {
  padding-top: 15px;
}

/**********************************************************
/Список языков в правой части страницы
**********************************************************/

/**********************************************************
Наши клиенты
**********************************************************/

.clients-list {
  margin-top: 20px;
}
.clients-item-title {
  text-align: center;
}
.clients-item {
  margin-bottom: 25px;
}
.clients-item img {
  border: 1px #eee solid;
}
.clients-item p {
  font-weight: 400;
}
/**********************************************************
/Наши клиенты
**********************************************************/

/**********************************************************
Частые вопросы
**********************************************************/

.faq h3.uk-accordion-title {
  background-color: #fff;
  font-weight: 200;
  padding-left: 22px;
  position: relative;
  font-size: 20px;
  line-height: 1.3;
}
.faq h3.uk-accordion-title.uk-active {
  color: #f1878a;
}
.faq h3.uk-accordion-title:after {
  content: "+";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #f1878a;
}
.faq h3.uk-accordion-title.uk-active:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  font-family: "Philosopher", sans-serif;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #f1878a;
}
.faq .uk-accordion-content {
  padding: 0;
  margin-bottom: 15px;
  border-bottom: 1px #eee solid;
  border-top: 1px #eee solid;
}
.faq p {
  margin-bottom: 0;
  padding: 20px;
}

/**********************************************************
/Частые вопросы
**********************************************************/

.rb-img-adaptive,
.rb-page-bg-container img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.rb-img-margin {
  margin: 10px 0;
}
.uk-article {
  border-radius: 0;
  padding: 50px;
  margin-bottom: 50px;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
  background: #ffffff;
}
.uk-article.rb-article-clear {
  box-shadow: none;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 479px) {
  .uk-article {
    padding: 20px;
    margin-bottom: 20px !important;
  }
}
.uk-article .top-bar {
  position: relative;
  /* overflow: hidden; */
  margin-bottom: 40px;
}
.uk-article .top-bar a {
  display: block;
  float: left;
  box-sizing: border-box;
  background-color: #f1878a;
  border: none;
  border-radius: 2px;
  transition: background 0.2s;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  width: 32.333%;
  margin: 0 0.5%;
}
@media screen and (max-width: 639px) {
  .uk-article .top-bar a {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .uk-article .top-bar {
    margin-bottom: 20px;
  }
}
.uk-article .top-bar a:hover,
.uk-article .top-bar a:active,
.uk-article .top-bar a:focus {
  background-color: #f17478;
  text-decoration: none;
  color: #fff;
  /* box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3); */
}
.uk-article ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none;
}
.uk-article p + ul {
  margin-top: -10px;
}
.uk-article ul li {
  margin: 0 0 0 20px;
  padding: 5px 0 5px 14px;
  background: url(assets/images/list-marker-6.png) left 15px no-repeat;
}
.uk-article .grid-cities ul li {
  background: url(assets/images/icons/icon-location-12.png) left 9px no-repeat;
  padding-left: 18px;
  margin-left: 0;
  font-weight: 400;
}
.uk-article ul.list-plus li {
  background: url(assets/images/icons/icon-plus.png) left 12px no-repeat;
  padding-left: 20px;
}
.uk-article ul.list-check li {
  background: url(assets/images/icons/icon-check-1.png) left 10px no-repeat;
  padding-left: 20px;
}
.uk-article ul.list-flag li {
  background: url(assets/images/icons/icon-flag.png) left 11px no-repeat;
  padding-left: 20px;
}
.uk-article ul.list-doc li {
  background: url(assets/images/icons/icon-doc.png) left 11px no-repeat;
  padding-left: 20px;
}
.uk-article a {
  text-decoration: underline;
}
.uk-article a:hover {
  text-decoration: none;
  color: #0077dd;
}
.grid-cities {
  margin-bottom: 20px;
}
.uk-grid-shadow {
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
  background: #ffffff;
  margin-left: 0;
}
.uk-grid-shadow > div {
  padding-left: 0;
}
.uk-panel {
  z-index: 0 !important;
}
.switcher {
  margin-bottom: 50px;
}
.switcher .uk-tab {
  height: 100%;
}
.switcher .uk-tab li {
  height: 16.666%;
  display: block;
  position: relative;
  background-color: #fff;
  border: none;
}
.switcher .uk-tab li.uk-active {
  background-color: #f8f9fb;
  border: none;
}
.switcher .uk-tab li > a {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 24px 30px;
  margin: 0;
  border: none;
  border-right: 4px #fff solid;
  background-color: transparent;
}
.switcher .uk-tab li.uk-active > a {
  border-right: 4px #f1878a solid;
}
.switcher .uk-tab li > a:hover {
  border: none;
  border-right: 4px #f1878a solid;
  padding: 24px 30px;
  margin: 0;
}
.switcher .uk-tab li > a .switcher__item-title {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #f1878a;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0;
}
.switcher .uk-tab li > a .switcher__item-subtitle {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #777;
  padding: 0;
  margin: 0;
}
.switcher .uk-switcher,
.switcher .uk-switcher li {
  height: 100%;
}
.switcher .uk-switcher li {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* flags grid */
.uk-panel-box {
  padding: 0px;
  background: #ffffff;
  color: #333;
  overflow: hidden;
  background: #ffffff none 0 0 repeat;
  border-radius: 0;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.uk-overlay-background {
  background: #ffffff;
  background: rgba(256, 256, 256, 0.7);
}
.uk-overlay-icon:before {
  color: #333;
}
.grid-flags {
  margin-top: 20px;
}
.grid-flags > div {
  margin-bottom: 20px;
}
.grid-flags__flag-title {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f1878a;
  color: #777;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
}

footer {
  background-color: #4f5157;
  padding: 50px 0 0 0;
  margin-top: 50px;
}
@media screen and (max-width: 479px) {
  footer {
    margin-top: 25px;
  }
}
.footer-slogan {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 20px;
}
/* Только для режима правки битрикса */
div#bx_incl_area_3 {
  display: inline !important;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}
.footer-title {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
}
.footer-social-icons i {
  color: rgba(255, 255, 255, 0.6);
  padding-right: 15px;
}
.footer-social-icons i:hover {
  color: #fff;
}
.contacts-bar div {
  line-height: 35px;
}
.contacts-bar div.address,
.contacts-bar div.address > div {
  line-height: 20px;
}
/* Только для режима правки в битриксе */
.contacts-bar div > div {
  display: inline !important;
}
.contacts-bar div,
.contacts-bar div i,
.contacts-bar div a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 15px;
}
.contacts-bar div i {
  padding-right: 7px;
}
.contacts-bar div.map a {
  text-decoration: underline;
}
.contacts-bar a:hover {
  color: #fff;
}
.uk-grid-item-flags {
  padding-left: 90px;
}
.uk-grid-flags {
  margin-left: 0;
}
.uk-grid-flags > div {
  margin-bottom: 5px;
  padding-left: 5px;
}
.uk-grid-item-flags {
  padding-left: 90px;
}
.uk-grid-flags > div img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.bottom-bar {
  box-sizing: border-box;
  position: relative;
  padding: 15px 0;
  margin-top: 50px;
  background: #414349;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bottom-bar {
    margin-top: 20px;
  }
}
.copyright {
  float: left;
  color: #adadae;
  font-size: 13px;
  padding-top: 5px;
}
.copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.copyright a:hover {
  color: #fff;
}
.bottom-menu {
  float: right;
}
.bottom-menu ul {
  margin-bottom: 0;
}
.bottom-menu ul li {
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 0;
}
.bottom-menu ul li a {
  color: #adadae;
  font-size: 13px;
}
.bottom-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}

/* Коммерческое предложение */
.rb-panel-offer-bg {
  /*display: block;*/
  display: none;
  width: 100%;
  height: auto;
  border-bottom: 4px #f1878a solid;
}
.rb-panel-offer--container {
  padding: 20px 30px;
  background-color: #f1878a;
}
.rb-panel-offer--container h2 {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 0 20px 0;
  padding-bottom: 0;
}
.rb-panel-offer--button {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  transition: background 0.2s;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 6px 0;
}
.rb-panel-offer--button:hover {
  background-color: #fff;
  color: #f1878a;
  text-decoration: none;
}

/* Форма заказа */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rb-panel-form {
    margin-top: 25px;
  }
}

.rb-panel-form-bg {
  display: block;
  width: 100%;
  height: auto;
}
.rb-panel-form form {
  box-sizing: border-box;
  padding: 20px 30px;
  border-top: 4px #f1878a solid;
}
.rb-panel-form form h2 {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 0;
}
.rb-panel-form form .uk-form-icon {
  width: 100%;
  margin-bottom: 10px;
}
.rb-panel-form form .uk-form-icon input,
.rb-panel-form form .uk-form-icon textarea {
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
}
.rb-panel-form form .uk-form-icon textarea {
  min-height: 30px !important;
  max-height: 300px;
  max-width: 100%;
  padding-left: 30px;
}
.uk-form-icon > .uk-icon-pencil {
  top: 15px;
}
.rb-panel-form form .uk-form-icon input:focus,
.rb-panel-form form .uk-form-icon textarea:focus {
  border-bottom: 2px #f1878a solid;
  background-color: #fff;
}
.rb-panel-form form input[type="submit"] {
  background-color: #f1878a;
  border: none;
  border-radius: 2px;
  transition: background 0.2s;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  padding: 6px 0;
  cursor: pointer;
}

.rb-panel-form form input[type="submit"]:hover {
  background-color: #f17478;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .rb-panel-form form {
    padding: 15px;
  }
  .rb-panel-form form h2 {
    margin-bottom: 0;
  }
}

.rb-panel-form form .uk-form-icon .client_email_hidden {
  /*display: none;*/
}
.rb-panel-form form .field-hidden,
.rb-panel-form form .field-hidden .client_email_hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.rb-panel-form form input[type="submit"]:disabled {
  background-color: #eee;
  color: #999;
  cursor: default;
}
.rb-panel-form form #private {
  float: left;
}
.rb-panel-form form .for-private {
  font-size: 13px;
  line-height: 1;
  color: #999;
  margin-left: 8px;
  margin-bottom: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 80%;
}
.rb-panel-form form .for-private a {
  color: #999;
  text-decoration: underline;
}

/* Список языков на главной */

.rb-panel-lang-bg {
  display: block;
  border-bottom: 4px #f1878a solid;
}
.rb-panel-lang {
}
.rb-panel-lang h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333;
  margin: 20px 30px 0 30px;
  padding-bottom: 0;
}
.rb-panel-lang h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333;
  margin: 20px 30px 0 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 479px) {
  .rb-panel-lang h2 {
    margin: 15px 15px 0 15px;
  }
}

/*  */
.file_upload {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  border-radius: 2px;
  transition: box-shadow 0.1s linear;
  cursor: pointer;
  margin-bottom: 10px;
}
.file_upload .button {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;

  background-color: #eee;
  border: 1px #ddd solid;
  transition: background 0.2s;

  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #999;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;

  white-space: nowrap;
  cursor: pointer;
}
.file_upload input[type="file"] {
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.file_upload .button {
}
.file_upload:hover .button {
  background: #ddd;
  cursor: pointer;
}
.file_upload:active .button {
  background: #ddd;
  cursor: pointer;
}

/* page image */
.rb-page-bg-container {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.page-img-bar {
  min-height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-img-bar__sm {
  min-height: 0;
  height: 300px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-img-bar__l {
  height: 335px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-img-bar__xl {
  height: 410px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-img-bar__lg {
  min-height: 550px;
}
.rb-page-bg-container img {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 479px) {
  .rb-page-bg-container {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Page Contacts */
.rb-grid-contacts-page .rb-panel > div {
  border-top: 4px #f1878a solid;
  padding: 30px;
}
.rb-grid-contacts-page .rb-panel > div > h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #f1878a;
  text-align: center;
  margin-bottom: 10px;
}
.rb-grid-contacts-page .rb-panel > div > p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
.rb-grid-contacts-page .rb-panel > div > p a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 959px) {
  .rb-grid-contacts-page > div {
    margin-bottom: 25px;
  }
  .rb-grid-contacts-page > div:last-child {
    margin-bottom: 0;
  }
}

/****************************** Yandex map ********************************/

.rb-map-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .rb-map-wrap {
    margin-top: 25px;
  }
}
.rb-map-wrap .bx-yandex-view-map {
  width: 100% !important;
}
.rb-map-wrap .bx-yandex-map {
  width: 100% !important;
}

/****************************** Страница Полный список языков ********************************/
.rb-grid-all-lang > div {
  border-bottom: 1px #ddd solid;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .rb-grid-all-lang > div {
    margin-left: 15px;
  }
}
.uk-table {
  color: #333;
}
.uk-table th {
  font-weight: 400;
}
.uk-table td,
.uk-table th {
  padding: 8px 8px;
  border: 1px solid #e5e5e5;
}
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}

/*********************** Договор об оказании услуг **************************/
.contract {
  position: relative;
  box-sizing: border-box;
  padding: 50px 20px;
  border: 1px #eee solid;
  margin: 50px 0;
}
.contract table td,
.contract table th {
  border: 1px solid #e5e5e5;
}

.uk-overflow-container > table.uk-table {
  margin-bottom: 15px;
}

/* Список языков на странице /perevodi-po-otraslyam/ */

.uk-article .rb-lang-list {
  box-sizing: border-box;
  padding: 0;
}
.uk-article .mark .rb-lang-list {
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  .uk-article .mark .rb-lang-list {
    padding: 0;
  }
}
.uk-article .rb-lang-list h3 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}
.uk-article .rb-lang-list-item {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 0;
}
.uk-article .rb-lang-list-item a {
  text-decoration: none;
}
.uk-article .rb-lang-list-item a:hover {
  text-decoration: none;
}
.uk-article .rb-lang-list-item img {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: 1px #eee solid;
}
.uk-article .rb-lang-list-item h3 {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: 300;
  color: #333;
  text-transform: none;
  text-decoration: underline;
}
.uk-article .rb-lang-list-item a:hover h3 {
  color: #f1878a;
}
.uk-article .rb-lang-list .rb-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rb-contacts {
  margin-bottom: 50px;
}
.uk-grid.rb-contacts > div {
  padding: 35px;
}
.rb-contacts--contacts > div > div {
  margin-bottom: 10px;
}
.uk-grid.rb-contacts > div:last-child {
  padding: 0;
}
.rb-contacts .contacts-title {
  text-transform: uppercase;
  color: #f1878a;
  font-size: 18px;
}
.contacts-title i {
  text-transform: lowercase;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .rb-contacts {
    margin-bottom: 25px;
  }
}
.rb-contacts--contacts > div {
  margin-bottom: 20px;
}
.rb-contacts--contacts .address {
  padding-left: 23px;
}
.rb-contacts--contacts .address:before {
  font-family: "FontAwesome";
  content: "\f041";
  color: #f1878a;
  margin-left: -20px;
  margin-right: 5px;
}
.rb-contacts--contacts .phone {
  padding-left: 23px;
}
.rb-contacts--contacts .phone:before {
  font-family: "FontAwesome";
  content: "\f095";
  color: #f1878a;
  margin-left: -20px;
  margin-right: 5px;
}
.rb-contacts--contacts .email {
  padding-left: 23px;
}
.rb-contacts--contacts .email:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  color: #f1878a;
  margin-left: -20px;
  margin-right: 5px;
}
.rb-contacts--contacts .phone a,
.rb-contacts--contacts .email a {
  color: #444;
  text-decoration: none;
}
.rb-contacts--contacts .phone a:hover,
.rb-contacts--contacts .email a:hover {
  color: #f1878a;
  text-decoration: none;
}
.uk-grid.rb-contacts > div.rb-contacts--map {
  padding-left: 35px;
}
div.bx-yandex-map {
  width: 100% !important;
}

/******************** Таблица цен *************************/
.price-table {
  border: 1px #e5e5e5 solid;
  margin: 10px 0;
}
.uk-table th {
  font-weight: 600;
}
table.price-table thead th {
  vertical-align: middle;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px #ddd solid;
}
table.price-table tbody tr td {
  text-align: center;
}
table.price-table tbody tr th + td,
table.price-table tbody tr td:first-child {
  text-align: left;
}
table.price-table tbody tr th {
  border-right: 1px #ddd solid;
}
.price-table-container p {
  font-weight: 600;
  border: 1px #f1878a solid;
  padding: 5px 15px;
  margin: 0 0 10px 0 !important;
}
table.ta-left tbody tr td {
  text-align: left;
}

/******************** /Таблица цен *************************/
blockquote {
  margin: 0 15px 15px 15px;
  font-style: italic;
  border-left: 2px #f1878a solid;
  padding-left: 15px;
}
/******************** Список клиентов (иконки) *************************/
.clients-list {
  margin-top: 20px;
}
.clients-item-title {
  text-align: center;
}
.clients-item {
  margin-bottom: 25px;
}
.clients-item img {
  border: 1px #eee solid;
}
.clients-item p {
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
}

.class-404 {
  color: #f1878a;
  font-size: 170px;
  line-height: 130px;
  text-align: center;
  margin-bottom: 50px;
}
.class-404-title {
  color: #f1878a;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* Страницы переводы текстов */
.landing > h2 {
  background-color: #f1878a;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin: 15px 0 20px -50px;
  font-size: 20px;
  text-transform: uppercase;
}
.landing > table + h2 {
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  .landing > h2 {
    padding: 5px 20px;
    margin: 5px 0 20px -20px;
    font-size: 18px;
  }
}
.blockquote {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  margin: 20px -50px 20px -50px;
}
.blockquote-tech-1 {
  background-image: url("assets/images/pages/blockquote-tech-1.jpg");
}
.blockquote-law-1 {
  background-image: url("assets/images/pages/blockquote-law-1.jpg");
}
.blockquote-economic-1 {
  background-image: url("assets/images/pages/blockquote-economic-1.jpg");
}
.blockquote-med-1 {
  background-image: url("assets/images/pages/blockquote-med-1.jpg");
}
.blockquote-customs-1 {
  background-image: url("assets/images/pages/blockquote-customs-1.jpg");
}
.blockquote-science-1 {
  background-image: url("assets/images/pages/blockquote-science-1.jpg");
}
.blockquote-notary-1 {
  background-image: url("assets/images/pages/blockquote-notary-1.jpg");
}
.blockquote-tourism-1 {
  background-image: url("assets/images/pages/blockquote-tourism-1.jpg");
}

.blockquote-content {
  border: 2px #f1878a solid;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
.blockquote-content h2 {
  color: #f1878a;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
}
.blockquote-law-1 .blockquote-content h2 {
  font-size: 21px;
}
.blockquote-content ul li {
  padding-left: 35px;
  margin-bottom: 0;
  background-image: none;
  margin-left: 0;
  color: #fff;
  font-size: 18px;
  background: url(assets/images/icons/icon-check-mark.png) left 5px no-repeat;
}
@media screen and (max-width: 430px) {
  body .blockquote {
    /* background: #fafafa; */
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin: 20px -20px;
  }
  .blockquote-content {
    padding: 20px;
  }
  .blockquote-content h2 {
    color: #f1878a;
    font-size: 18px;
  }
  .blockquote-content ul li {
    /* color: #333; */
    font-weight: 400;
    font-size: 16px;
  }
  .blockquote-content ul li:before {
    margin-left: -30px;
  }
}
div.mark {
  position: relative;
  box-sizing: border-box;
  padding: 30px 50px 20px 30px;
  margin: 30px -50px;
  background-color: #f5f5f5;
}
div.mark h3 {
  padding-left: 20px;
  text-transform: uppercase;
  color: #f1878a;
  font-size: 20px;
}
div.mark p {
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  div.mark {
    padding: 20px;
    margin: 20px -20px 20px -20px;
    background-color: #fafafa;
  }
  .uk-article div.mark ul li {
    margin-left: 0;
  }
  div.mark h3 {
    padding-left: 0;
  }
  div.mark p {
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .grid-content > div:first-child {
    margin-bottom: 15px;
  }
}
div.mark-short {
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  margin: 0 0 20px 0;
  background-color: #f8f8f8;
}
.grid-border {
  border-top: 1px #f1878a solid;
  margin-left: 0;
}
.grid-border > div {
  border-bottom: 1px #f1878a solid;
  padding: 20px 0;
}
.grid-border h3 {
  text-transform: uppercase;
}
.grid-contacts {
  margin-left: -10px;
  margin-bottom: 20px;
}
.grid-contacts > div {
  padding: 10px;
}
.grid-contacts > div:last-child {
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .grid-contacts > div {
    padding-right: 0;
  }
}
.grid-contacts > div .wrap {
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  text-align: center;
  background-color: #f8f8f8;
}
.grid-contacts > div i {
  display: block;
  margin: 10px auto;
  width: 40px;
  font-size: 40px;
  color: #f1878a;
}
h3.h-mark {
  color: #f1878a;
  text-transform: uppercase;
}
.border-block {
  border: 2px #f1878a solid;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
.border-block h3 {
  color: #f1878a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 340px) {
  .border-block h3 {
    font-size: 17px;
  }
}

.grid-contacts span {
  display: block;
  font-weight: 400;
}
.grid-contacts mark {
  font-weight: 300;
  display: block;
  background-color: transparent;
  margin-top: 20px;
}
.grid-contacts p {
  display: none;
}

/* Лингвисты перводчики */
.grid-translators {
  margin-left: -10px;
  margin-top: 20px;
}
.grid-translators--item {
  padding-left: 10px;
  margin-bottom: 30px;
}
.grid-translators--item > p {
  display: none;
}
.translator-photo {
  display: block;
  width: 100%;
  border-bottom: 4px solid #f1878a;
}
.translator-name {
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 10px 20px;
}
@media screen and (max-width: 1219px) and (min-width: 960px) {
  .translator-name {
    min-height: 84px;
    box-sizing: border-box;
  }
}
.translator-name p {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  text-align: center;
}

/**********************************************************
Картинка для страницы
**********************************************************/
.page-img-bar {
  position: relative;
}
.page-img-bar__text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
.page-img-bar__text .uk-vertical-align {
  height: 100%;
}
.page-img-bar__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.page-img-bar__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background-color: #f1878a;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
}
.page-img-bar__text a:hover {
  text-decoration: none;
}
a:hover .page-img-bar__title:after {
  width: 100px;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
}
.page-img-bar__subtitle {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  margin-bottom: 5px;
  color: #f1878a;
  font-weight: 400;
}
.page-img-bar__links ul {
  padding: 0;
  margin: 0;
}
.page-img-bar__links ul li {
  background: transparent url("assets/images/icons/icon-check-4.png") left 7px
    no-repeat;
  list-style-type: none;
  padding: 5px 0 5px 22px;
  margin-bottom: 0;
}
.page-img-bar__links ul li a {
  text-decoration: none;
  color: #333;
}
.page-img-bar__links ul li a.active,
.page-img-bar__links ul li a:hover {
  text-decoration: none;
  color: #f1878a;
}

/* Список поддоменов */
.subdomains-container {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px #eee solid;
}
.subdomains-container h2 {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subdomains a {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  color: #f17478;
  font-size: 0.9em;
  text-decoration: none;
  width: 23%;
  margin-left: 1%;
}
.subdomains a:hover {
  color: #f17478;
  text-decoration: underline;
}
.subdomains br {
  display: none;
}
@media screen and (max-width: 1219px) {
  .subdomains a {
    width: 31%;
  }
}
@media screen and (max-width: 959px) {
  .subdomains a {
    width: 48%;
  }
}

/**********************************************************
Переводы по отраслям
**********************************************************/
.container-industries {
  margin-top: 35px;
}
.rb-subsections-item {
  margin-bottom: 25px;
}
.rb-subsections-item .rb-panel {
  height: 100%;
}
.rb-subsections-item .rb-img-adaptive {
  border-bottom: 4px #f1878a solid;
}
.rb-subsection-title {
  padding: 20px 30px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  /*color: #f1878a;*/
  text-align: center;
}
.rb-subsection-preview {
  padding: 0 30px;
}
.rb-subsection-preview ul {
  padding-left: 0;
}
.rb-subsection-preview ul li {
  padding: 5px 0 0 14px;
  background: url(assets/images/list-marker-6.png) left 13px no-repeat;
  margin-bottom: 0;
  list-style-type: none;
}
.rb-subsections-item .rb-button {
  margin: 0 0 20px 30px;
}

/**********************************************************
Статьи
**********************************************************/
.blog-article--img {
  overflow: hidden;
}
.blog-article--img a img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-article--img a:hover img {
  transform: scale(1.05);
}
.blog-article--info {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #eee solid;
}
.blog-article:last-child .blog-article--info {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.blog-article--date {
  margin: 10px 0;
  color: #aaa;
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
}
.blog-article--title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
}
.blog-article--content {
  margin-bottom: 20px;
}

/* Статьи в подвале */
.footer-articles-list {
  position: relative;
  box-sizing: border-box;
}
.footer-articles-item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 12px;
}
.footer-articles-item-img {
  position: relative;
  box-sizing: border-box;
  height: 45px;
  width: 45px;
  float: left;
  margin-right: 10px;

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-articles-item a,
.footer-articles-item a:hover {
  text-decoration: none;
}
.footer-articles-item h4 {
  font-size: 14px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer-articles-item a:hover h4 {
  color: rgba(255, 255, 255, 1);
}

/* Модальное окно со списком регионов */
.uk-modal-dialog__subdomains {
  width: 800px;
  max-width: 100%;
}
.uk-modal-dialog__subdomains h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px #eee solid;
}

/* Мобильное меню */
.uk-offcanvas {
  background: rgba(255, 255, 255, 0.7);
}
.uk-offcanvas-bar {
  background-color: #4f5157;
}
.uk-offcanvas-bar .title {
  color: #adadae;
  background-color: #44464b;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.main-menu__mobile {
  padding: 0 20px;
  display: block;
  position: relative;
  float: none;
}
.main-menu__mobile li {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
}
.main-menu__mobile > li > a {
  text-transform: uppercase;
}
.main-menu__mobile li .sub-menu {
  display: block;
  padding-top: 15px;
}
.main-menu__mobile li .sub-menu li {
  padding: 0;
}
.main-menu__mobile li .sub-menu li a {
  padding: 10px 0;
}

#offcanvas-contacts .uk-nav li p {
  color: #adadae;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
  padding: 5px 20px;
  margin: 0;
}
#offcanvas-contacts .uk-nav li span {
  display: block;
}
#offcanvas-contacts .uk-nav li a,
#offcanvas-contacts .uk-nav li span {
  color: #eee;
  background-color: transparent;
  font-size: 20px;
  text-transform: none;
  font-weight: 200;
  padding: 0px 20px 10px 20px;
}
#offcanvas-contacts .uk-nav li i {
  padding-right: 7px;
}
#offcanvas-contacts .uk-nav .social-icons {
  padding-left: 20px;
}
#offcanvas-contacts .uk-nav .social-icons a {
  padding: 0;
}

#offcanvas-regions h2 {
  color: #fff;
  padding: 20px 20px 0 20px;
}
#offcanvas-regions .subdomains {
  padding: 20px;
}
#offcanvas-regions .subdomains a {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1em;
  margin-bottom: 15px;
}

/* Ссылки на картинке на страницах с языками */
.languages-links {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  box-sizing: border-box;
}
.languages-links ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.languages-links ul li {
  display: block;
  position: relative;
  margin: 0;
  background: transparent url(assets/images/icons/icon-check-4.png) left 7px
    no-repeat;
  list-style-type: none;
  padding: 5px 0 5px 22px;
}
.languages-links ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.languages-links ul li a:hover {
  color: #f1878a;
}

.grid-letters--item {
  margin-bottom: 35px;
}
.grid-letters--item a img {
  border: 1px #eee solid;
}
.grid-letters--item a:hover img {
  border: 1px #f1878a solid;
}

.page-404 p a {
  color: #f1878a;
}
.page-404 p a:hover {
  color: #f1878a;
}

.g-recaptcha {
  overflow: hidden;
  border-right: 1px solid #d3d3d3;
  margin-bottom: 15px;
}
.g-recaptcha > div,
.g-recaptcha iframe {
  max-width: 100% !important;
}

.uk-article a.req-button {
  display: block;
  box-sizing: border-box;
  background-color: #f1878a;
  border: none;
  border-radius: 2px;
  transition: background 0.2s;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  width: 32.333%;
  margin: 0 0.5%;
  text-decoration: none;
}
.uk-article a.req-button:hover,
.uk-article a.req-button:active,
.uk-article a.req-button:focus {
  background-color: #f17478;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}

.nforma select {
  font-size: 14px;
  color: #777;
  line-height: 40px;
  display: block;
  width: 300px;
  height: 28px;
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #f1878a;
}

.nforma0 input {
  font-size: 14px;
  color: #777;
  line-height: 40px;
  display: block;
  width: 300px;
  height: 28px;
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 5px;
}

.nforma span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.codedropz-upload-handler {
  border: 2px dashed #c5c5c5;
  border-radius: 5px;
  margin-bottom: 40px;
  width: 417px;
  margin-top: 10px;
}
.nforma input[type="submit"] {
  background-color: #f1878a;
  border: none;
  border-radius: 2px;
  transition: background 0.2s;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  padding: 6px 0;
  cursor: pointer;
  width: 200px;
}
.nforma input[type="text"],
.nforma input[type="tel"],
.nforma input[type="email"],
.nforma textarea {
  font-size: 14px;
  color: #777;
  line-height: 40px;
  display: block;
  width: 300px;
  height: 28px;
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #f1878a;
}
.nforma textarea {
  height: 100px;
}
.codedropz-upload-handler {
  width: 300px;
}
input,
textarea {
  outline: none;
}

.grecaptcha-badge {
  display: none;
}

.rforma select {
  font-size: 14px;
  color: #777;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 10px;
  margin-bottom: 0px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #f1878a;
}

.rforma {
  margin-left: -15px;
  margin-right: -15px;
}

.rforma label {
  font-size: 12px;
}

.rforma span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.rforma .codedropz-upload-handler {
  border: 2px dashed #c5c5c5;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 417px;
  margin-top: 10px;
}
.rforma input[type="submit"] {
  background-color: #f1878a;
  border: none;
  border-radius: 2px;
  transition: background 0.2s;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  padding: 6px 0;
  cursor: pointer;
  width: 200px;
}
.rforma input[type="text"],
.rforma input[type="email"],
.rforma textarea {
  font-size: 14px;
  color: #777;
  line-height: 40px;
  display: block;
  width: calc(100% - 20px);
  height: 28px;
  padding: 0 10px;
  margin-bottom: 0;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #f1878a;
}
.rforma textarea {
  height: 100px;
}
.rforma .codedropz-upload-handler {
  width: 100%;
}
.rforma .codedropz-upload-inner h3 {
  font-size: 14px;
}

.rforma .codedropz-upload-container {
  padding: 4px 10px;
}

element.style {
}
.rforma strong {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  padding-bottom: 0;
  display: block;
  padding-left: 30px;
  padding-top: 10px;
}

.rb-lang-list-item a {
  color: #333;
  margin-left: 10px;
}

.blockquote-content strong {
  color: #f1878a;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  display: block;
  margin-bottom: 10px;
}
.rb-panel-lang {
  position: initial;
}

a.page-img-bar__title {
  color: #f1878a;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  display: block;
  margin-bottom: 10px;
}

.uk-slideshow > li > img {
  visibility: visible;

  height: 100% !important;
}

@media screen and (max-width: 600px) {
  table {
    font-size: 11px;
    line-height: 13px;
  }

  td,
  tr {
    padding: 4px !important;
  }

  .rforma {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mob_hak tr th:nth-child(1) {
    display: none;
  }
}

.uk-table td,
.uk-table th {
  padding: 8px 8px;
  border: 1px solid #e5e5e5;
}

.rubanner {
  margin: 50px 0;
}
.rubanner__title {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #f1878a;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.rubanner__wrp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 13px;
}
.rubanner__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rubanner__digit {
  background: #d9dada;
  color: #f1878a;
  text-align: center;
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
  padding: 0 20px;
  width: fit-content;
  align-self: center;
}
.rubanner__item:first-child .rubanner__digit {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rubanner__text {
  font-size: 16px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  padding: 20px 31px;
  text-align: center;
  max-width: 230px;
}
.rubanner__text span {
  white-space: nowrap;
}
.rubanner__link {
  font-weight: 800;
  color: #000;
  text-align: center;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  table.price-table tbody > tr:first-child td {
    word-break: break-word;
  }
  .mob_hak tr th:nth-child(1) {
    display: table-cell;
  }
}

.blockquote.blockquote-industry {
  padding: 75px 30px;
}
.blockquote.blockquote-industry img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blockquote.blockquote-notary-2 {
    margin: 0 0 30px 0;
    padding: 0;
}
.blockquote-notary-2 .blockquote-content {
    border-color: green;
    color: green;
    line-height: 150%;
}



