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

html {
  font-size: 10px; }

html, body {
  height: 100%; }

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

* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: inherit;
  min-width: 0;
  min-height: 0; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

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

.clearfix:after,
.clearfix:before {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

/*@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Light.ttf);
    font-weight: 300;
    font-style: normal;
}*/
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/MontserratRegular.ttf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/MontserratMedium.ttf);
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/MontserratBold.ttf);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal; }

.map-contact .map-contact__phone a.tel, .map-contact .map-contact__link a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }.clear {  clear: both;  display: block;  height: 1px;}.russia-text {	/*margin-top: 15px;*/	text-align: center;	line-height: 23px;} 
.russia-text strong {	font-weight: 700;	line-height: 46px;}.russia-text a {	text-decoration: none;	color: #fff!important;}
/* ! == ANIME ==*/
@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0); }
  40% {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px); }
  80% {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px); } }

body {
  background-color: #fff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.siteWidth {
  max-width: 1190px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.full-width {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }

.full-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  color: #1b2680;
  /*text-transform: uppercase;*/
  display: block;
  line-height: 1.1em;
  margin-bottom: 30px; }

.hide {
  display: none; }

.all-wrapp {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  position: relative;
  width: 100%; }
.extra-text {
    padding: 15px 15px 0;
    text-align: center;
    width: 100%;
}

/* ! == HEADER ==*/
.box-top {
  position: relative; }
  .box-top:before {
    background: #1b2680;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 60px); }

.header {
  background-color: #1b2680;
  position: relative; }
  .header .tel {
    font-weight: 800;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .header a.tel:hover {
    color: #ccc; }

.header .row {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative; }

.header-second {
  position: relative;
  width: 100%;
  padding: 19px 0 17px; }
  .header-second .block-button {
    flex-basis: 280px;
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    max-width: 280px; }

.header-logo {
  flex-basis: 195px;
  -webkit-flex-basis: 195px;
  -ms-flex-preferred-size: 195px;
  max-width: 195px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }
  .header-logo .logo {
    font-weight: 800;
    font-size: 1.8rem;
    color: #B1DAF0;
    text-transform: uppercase;
    display: block;
    line-height: 1.35em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }

.header-info {
  flex-basis: 340px;
  -webkit-flex-basis: 340px;
  -ms-flex-preferred-size: 340px;
  max-width: 340px;
  /*display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;*/
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }

.header-info__links {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-basis: 305px;
  -webkit-flex-basis: 305px;
  -ms-flex-preferred-size: 305px;
  max-width: 305px; }
  .header-info__links .header-phone {
    padding-left: 15px; }

.header-mobil {
  text-align: right;
  padding-top: 1px; }

.mobil .mobil__item {
  display: inline-block;
  margin-left: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  overflow: hidden;
  line-height: 0; }
  .mobil .mobil__item:first-child {
    margin-left: 0; }
  .mobil .mobil__item img {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center; }
  .mobil .mobil__item:hover {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }
    .mobil .mobil__item:hover img {
      transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1); }

.header-lang {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
  margin-top: 22px; }

.lang {
  text-align: right; }
  .lang .lang__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 13px; }
    .lang .lang__item:first-child {
      margin-left: 0; }
  .lang .lang__link {
    display: block;
    overflow: hidden;
    line-height: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
    .lang .lang__link:hover {
      opacity: 0.8; }
  .lang .active .lang__link {
    cursor: default; }
    .lang .active .lang__link:hover {
      opacity: 1; }

/* ! ================================================================ MAIN MENU ====================================================*/
.main-menu {
  position: relative;
  width: 100%;
  /*display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;*/
  text-align: center;
  padding: 0 10px; }
  .main-menu li {
    position: relative;
    display: inline-block;
    margin: 0 10px; }
    .main-menu li:first-child {
      margin-left: 0; }
    .main-menu li:last-child {
      margin-right: 0; }
    .main-menu li:hover > a:after {
      transform: scaleX(1);
      -moz-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      -o-transform: scaleX(1);
      -ms-transform: scaleX(1); }
    .main-menu li a {
      font-weight: 700;
      font-size: 1.4rem;
      color: #fff;
      display: block;
      padding: 10px 0;
      transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      /*position: relative;*/ }
      .main-menu li a:after {
        background: #fff;
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        -moz-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: center center;
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
      .main-menu li a:hover:after {
        transform: scaleX(1);
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1); }
    .main-menu li:hover > a, .main-menu li.active > a {
      color: #ccc; }
    .main-menu li.active > a {
      cursor: default; }
    .main-menu li.active > a:hover:after {
      display: none; }
  .main-menu a {
    position: relative;
    display: inline-block; }

.button-menu {
  background-color: transparent;
  position: relative;
  display: none;
  width: 44px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  text-align: center;
  padding: 0;
  /* .menu-fader
    {
        font-weight: 300;
        font-size:  1.8rem;
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff;
        text-transform: uppercase;
        vertical-align: middle;
        margin-right: 13px;
        display: none;
    }*/ }
  .button-menu span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 100%;
    background-color: #b1daf0;
    backface-visibility: hidden; }
    .button-menu span:before, .button-menu span:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #b1daf0;
      content: '';
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      backface-visibility: hidden; }
    .button-menu span:before {
      transform: translate3d(0, -200%, 0);
      -moz--transform: translate3d(0, -200%, 0);
      -webkit-transform: translate3d(0, -200%, 0);
      -ms-transform: translate3d(0, -200%, 0);
      -o-transform: translate3d(0, -200%, 0); }
    .button-menu span:after {
      transform: translate3d(0, 200%, 0);
      -ms-transform: translate3d(0, 200%, 0);
      -webkit-transform: translate3d(0, 200%, 0);
      -moz-transform: translate3d(0, 200%, 0);
      -o-transform: translate3d(0, 200%, 0); }

.button-menu.active span {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }
  .button-menu.active span:before {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .button-menu.active span:after {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg); }

.close-menu {
  display: none; }

.headerScroll {
  background-color: #1b2680;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 15px 0;
  opacity: 1;
  height: auto;
  /*animation:thedrop 1s 1;
    -moz-animation:thedrop 1s 1;
    -webkit-animation:thedrop 1s 1;*/
  /*transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;*/
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  /*.main-menu {
        text-align: right;
        padding: 0;
        li {
            a {
                font-size: 1.4rem;
            }
        }
    }
    .header-info {
        display: none;
    }*/ }
  .headerScroll .header-logo .logo {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1em; }
  .headerScroll .header-info .tel {
    font-size: 1.8rem; }
  .headerScroll .header-mobil, .headerScroll .header-lang {
    /*margin-top: 5px;*/
    display: none; }

@media screen and (max-width: 1200px) {
  .main-menu {
    padding: 0; }
    .main-menu li {
      margin: 0 5px; }
      .main-menu li a {
        font-size: 1.2rem; } }

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .header-logo {
    flex-basis: 145px;
    -webkit-flex-basis: 145px;
    -ms-flex-preferred-size: 145px;
    max-width: 145px; }
    .header-logo .logo {
      font-size: 1.2rem; }
  .header-info {
    flex-basis: 290px;
    -webkit-flex-basis: 290px;
    -ms-flex-preferred-size: 290px;
    max-width: 290px; }
  .header .tel {
    font-size: 1.8rem; } }

@media screen and (max-width: 991px) {
  .header-menu {
    padding: 0;
    max-width: 0; }
  .header-second .block-button {
    display: block;
    flex-basis: 100px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    max-width: 100px;
    text-align: right; }
  .header-second .button-menu {
    display: inline-block;
    height: 21px;
    /*padding-top: 2px;
            margin-left: 14px;*/ }
  .header-info {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    max-width: 100%; }
  .box-main-menu {
    background-color: rgba(27, 38, 130, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 0 20px;
    margin: 0;
    width: 270px;
    height: 100%;
    text-align: left;
    z-index: 999;
    -webkit-transform: translateX(-550px);
    -moz-transform: translateX(-550px);
    -ms-transform: translateX(-550px);
    -o-transform: translateX(-550px);
    transform: translateX(-550px);
    transition: .7s; }
  .box-main-menu.open {
    overflow: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .main-menu {
    display: block;
    padding: 0 15px; }
    .main-menu li {
      display: block;
      text-align: left;
      margin-left: 0;
      border-bottom: 1px dotted #ddd; }
      .main-menu li a {
        display: inline-block;
        font-size: 1.4rem;
        padding: 8px 0;
        line-height: 1.1em; }
    .main-menu li:hover a:after {
      display: none; }
  .main-menu .active a, .main-menu a:hover {
    background: transparent; }
  .close-menu {
    color: #ccc;
    display: block;
    font-weight: 300;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 10px; } }

@media screen and (max-width: 767px) {
  .header-second .block-button {
    flex-basis: 74px;
    -webkit-flex-basis: 74px;
    -ms-flex-preferred-size: 74px;
    max-width: 74px; }
  .header-logo {
    flex-basis: 185px;
    -webkit-flex-basis: 185px;
    -ms-flex-preferred-size: 185px;
    max-width: 185px;
    padding-right: 0; }
  .header-info {
    padding-left: 0; }
  /*.header-info__links {
        flex-basis: auto;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        max-width: 100%;
    }
    .header-one  {
        padding: 12px 0 11px;
        .company {
            font-size: 1.4rem;
            line-height: 1.3em;
        }
    }*/ }

@media screen and (max-width: 585px) {
  .header-one {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 0 10px; }
    .header-one .header-mobil, .header-one .header-phone {
      margin: 0 7px; }
    .header-one .header-mobil {
      margin-left: 0; }
    .header-one .header-phone {
      margin-right: 0; }
  .header-second .header-info {
    display: block;
    padding-top: 6px; }
  .header-second .block-button {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%; }
  .header-info__links {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 23px; }
    .header-info__links .header-mobil, .header-info__links .header-phone {
      display: none; }
    .header-info__links .header-lang {
      margin-top: 0; }
  .headerScroll {
    padding: 10px 0; }
    .headerScroll .row {
      align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center; }
    .headerScroll .header-info__links {
      margin-bottom: 0; }
  .button-menu {
    width: 39px; }
    .button-menu span {
      height: 5px; } }

@media screen and (min-width: 556px) and (max-width: 585px) {
  .header-second .row {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media screen and (max-width: 460px) {
  .header-one {
    padding-bottom: 2px; } }

@media screen and (max-width: 355px) {
  .header .tel {
    font-size: 1.8rem; }
  .header-logo {
    flex-basis: 145px;
    -webkit-flex-basis: 145px;
    -ms-flex-preferred-size: 145px;
    max-width: 145px; }
    .header-logo .logo {
      font-size: 1.1rem; }
  .lang .lang__item {
    margin-left: 5px; } }

/* ! == BLOCK TOP == */
.b-top {
  position: relative; }

.b-top__wrapp {
  background-image: url("../img/bg/b_top_new.jpg");
  background-position: center top;
  height: 484px;
  position: relative;
  /*display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 82px;*/ }
  .b-top__wrapp .b-top__img {
    position: absolute;
    width: 390px;
    bottom: 82px;
    left: 50%;
    margin-left: -183px; }

@media screen and (max-width: 991px) {
  .b-top__wrapp {
    background-image: url(../img/bg/b_top-2.jpg); } }

@media screen and (max-width: 1200px) {
  .b-top .siteWidth {
    padding: 0; } }

@media screen and (max-width: 575px) {
  .b-top__wrapp {
    background-image: url(../img/bg/b_top-3.jpg);
    height: 339px; } }

@media screen and (max-width: 350px) {
  .b-top__wrapp {
    background-image: url(../img/bg/b_top-4.jpg); } }

/* ! == LINKS BLOCK == */
.b-links {
  position: relative;
  padding-top: 32px; }
  .b-links .b-links__title {
    font-weight: 800;
    font-size: 2.4rem;
    color: #b1daf0;
    display: block;
    text-align: center;
    margin-bottom: 35px; }

.link-prev {
  background: #3498db;
  color: #fff;
  height: 100%;
  padding: 24px 10px 18px 20px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .link-prev .link-prev__img, .link-prev .link-prev__text {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .link-prev .link-prev__img {
    flex-basis: 77px;
    -webkit-flex-basis: 77px;
    -ms-flex-preferred-size: 77px;
    max-width: 77px; }
  .link-prev .link-prev__title {
    font-weight: 700;
    font-size: 1.8rem;
    display: block;
    line-height: 1.3em;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    margin-bottom: 12px;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    line-break: auto;
    hyphens: manual; }
  .link-prev .link-prev__link {
    font-weight: 400;
    font-size: 1.4rem;
    display: inline-block;
    border-bottom: 1px solid #fff;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .link-prev:hover {
    background: #0f70b2; }
    .link-prev:hover .link-prev__link {
      border-bottom-color: transparent; }
    .link-prev:hover img {
      animation: bounce 1s;
      -moz-animation: bounce 1s;
      -webkit-animation: bounce 1s;
      -o-animation: bounce 1s;
      -ms-animation: bounce 1s; }

.links-prev {
  margin: 0 -10px; }
  .links-prev .col {
    padding: 0 10px; }
  .links-prev .col:nth-child(2) .link-prev__text {
    padding-left: 20px; }

@media screen and (min-width: 881px) and (max-width: 1120px) {
  .link-prev .link-prev__title {
    font-size: 1.5rem; } }

@media screen and (max-width: 880px) {
  .box-top {
    background: #1b2680;
    padding-bottom: 32px; }
    .box-top:before {
      display: none; }
  .links-prev {
    display: block;
    max-width: 570px;
    margin: 0 auto; }
    .links-prev .col {
      padding: 0;
      margin-bottom: 6px; }
      .links-prev .col:last-child {
        margin-bottom: 0; }
    .links-prev .col:nth-child(2) .link-prev__text {
      padding-left: 35px; }
  .link-prev {
    padding: 14px 3px 9px 15px; }
    .link-prev .link-prev__img {
      text-align: center; }
    .link-prev .link-prev__text {
      padding-left: 35px; } }
.order-btn {
	display: inline-block;
    text-align: center;
    margin: 5px auto 25px;
	background: #1b2680;
    padding: 20px 15px 25px 15px;
	font-size: 24px;
	color: #fff;
	-webkit-box-shadow: 2px 2px 5px 2px #ABA7A0;
	box-shadow: 2px 2px 5px 2px #ABA7A0;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}
.order-btn:hover {
	background: #3498db;
}
@media screen and (max-width: 767px) {
  .b-links {
    padding-top: 25px; }
    .b-links .b-links__title {
      font-size: 1.8rem;
      margin-bottom: 29px; }
  .links-prev .col:nth-child(1) img {
    width: 41px; }
  .links-prev .col:nth-child(2) img {
    width: 60px; }
  .links-prev .col:nth-child(3) img {
    width: 46px; }
  .link-prev {
    padding: 20px 1px 20px 15px; }
    .link-prev .link-prev__img {
      flex-basis: 60px;
      -webkit-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
      max-width: 60px; } 
	  .order-btn {
		font-size: 16px;
	}
	.russia-text {
		margin-top: 15px;
		text-align: left;
        line-height: 22px;
	}
	.russia-text span {
		margin-top: 7px;
		display: inline-block;
	}
	.russia-text strong {line-height: 18px; margin-bottom: 15px;}
	}

@media screen and (max-width: 440px) {
  .b-links .b-links__title {
    font-size: 2rem;
    line-height: 1.2em;
    margin-bottom: 21px; }
  .links-prev .col:nth-child(2) .link-prev__text {
    padding-left: 22px; }
  .link-prev .link-prev__text {
    padding-left: 20px; }
  .link-prev .link-prev__title {
    font-size: 1.7rem; } }

@media screen and (max-width: 355px) {
  .link-prev .link-prev__title {
    font-size: 1.5rem; } }

/* ! == NEWS == */
.b-news {
  padding-top: 49px; }
.news-more {
	font-weight: 700;
    font-size: 1.4rem;
    color: #3498db;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.1em;
	margin-bottom: 20px;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}
.news-more:hover {
	 color: #1b2680;
}
.item-news {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  height: 100%; }
.item-news.news-page {
	margin-bottom: 50px;
}  
  .item-news .item-news__left, .item-news .item-news__text {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .item-news .item-news__left {
    flex-basis: 290px;
    -webkit-flex-basis: 290px;
    -ms-flex-preferred-size: 290px;
    max-width: 290px;
    padding-top: 2px; }
    .item-news .item-news__left .btn {
      display: none; }
  .item-news .item-news__img {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden; }
    .item-news .item-news__img:after {
      background: #000;
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      opacity: 0; }
    .item-news .item-news__img img {
      width: 100%; }
    .item-news .item-news__img:hover:after {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      opacity: 0.3; }
  .item-news .item-news__text {
    position: relative;
    padding: 0 0 45px 20px; }
    .item-news .item-news__text .item-news__btn {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
    .item-news .item-news__text .btn--news {
      margin-left: 20px; }
  .item-news .item-news__title {
    font-weight: 700;
    font-size: 1.4rem;
    color: #3498db;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.1em;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
    .item-news .item-news__title:hover {
      color: #1b2680; }
  .item-news .item-news__date {
    font-weight: 500;
    font-size: 1.2rem;
    color: #3498db;
    display: block;
    margin: 5px 0 20px; }
  .item-news .item-news__desc {
    font-weight: 500;
    font-size: 1.2rem;
    color: #272727;
    display: block;
    line-height: 1.5em; }
  .item-news .btn--news {
    font-size: 1.2rem;
    height: 35px;
    line-height: 35px;
    padding: 0 20px; }

.news-content {
	overflow: hidden;
}
.news-content ul {
	list-style-type: disc;
}	
.news-content li {
	margin-top: 12px;
}
.news-content li:first-child {
	margin-top: 0px;
}

.btn {
  background-color: #1b2680;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  border: none;
  cursor: pointer; }
  .btn:hover {
    background-color: #2837b4; }
	
.news .b-links .b-links__title {
    font-weight: 800;
    font-size: 2.4rem;
    color: #1b2680;
    display: block;
    text-align: center;
    margin-bottom: 20px; }
	
.news .b-links p {
    line-height: 1.4em;
    padding-bottom: 15px;
}
.back {
    color: #1b2680;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
	margin-top: 20px;
}
.news .b-links img.justifyleft, .news .b-links img.justifyright {
    margin-top: 15px;}
.justifyleft {
	float: left;
	padding-right:15px;
	padding-bottom: 5px; }
.justifyright {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px; }
	
@media screen and (min-width: 992px) and (max-width: 1120px) {
  .item-news .item-news__left {
    flex-basis: 45%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    max-width: 45%; } }

@media screen and (max-width: 991px) {
  .b-news .siteWidth {
    max-width: 700px; }
  .b-news__list {
    display: block; }
    .b-news__list .col {
      margin-bottom: 30px; }
      .b-news__list .col:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .b-news {
    padding-top: 33px; } }

@media screen and (max-width: 575px) {
  .item-news .item-news__left {
    flex-basis: 45%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    max-width: 45%; } 
	.order-btn {
		font-size: 14px;
	}}

@media screen and (max-width: 480px) {
  .b-news {
    padding-top: 25px; }
  .item-news .item-news__left {
    flex-basis: 110px;
    -webkit-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    max-width: 110px; }
    .item-news .item-news__left .btn--news {
      display: inline-block;
      width: 100%; }
  .item-news .item-news__img {
    margin-bottom: 17px; }
  .item-news .item-news__text {
    padding-bottom: 0; }
    .item-news .item-news__text .item-news__btn {
      display: none; }
	.news .b-links img.justifyleft, .news .b-links img.justifyright {
    margin-top: 0;
	padding: 0;
	float: none;
	width: 100%;
	height: auto;} 
	.order-btn {
		font-size: 14px;
	}	
}

@media screen and (max-width: 355px) {
  .b-news__list .col {
    margin-bottom: 20px; }
  .item-news .item-news__img {
    margin-bottom: 15px; }
  .item-news .item-news__text {
    padding-left: 15px; }
  .item-news .item-news__title {
    font-size: 1.2rem; }
  .item-news .item-news__date, .item-news .item-news__desc {
    font-size: 1rem; }
  .item-news .item-news__date {
    margin: 5px 0 10px; } }

/* ! == HOME ARTICLE == */
.home-article {
  background: #f6f6f6;
  padding-top: 38px;
  margin-top: 52px; }
  .home-article .home-article__one {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .home-article .home-article__img {
    margin-left: -30px; }

.b-article .b-article__title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #1b2680;
  display: block;
  line-height: 1.5em;
  margin-bottom: 20px; }

.b-article p {
  font-weight: 500;
  font-size: 1.2rem;
  color: #202121;
  line-height: 1.5em;
  margin: 18px 0; }
  .b-article p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .home-article .home-article__one {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .home-article {
    padding-top: 28px;
    margin-top: 37px; }
    .home-article .home-article__one {
      margin-top: 10px; }
    .home-article .home-article__img {
      max-width: 400px;
      margin: 0 auto; } }

@media screen and (max-width: 575px) {
  .b-article .b-article__title {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .home-article {
    padding-top: 21px;
    margin-top: 34px; }
  .b-article .b-article__title {
    font-size: 1.6rem;
    line-height: 1.35em; } }

/* ! == TABLE == */
.home-table {
  padding-top: 47px; }

.box-table {
  padding-bottom: 20px; }
  
.home-table .box-table {text-align: center;}   

table {
  width: 100%; }
  table th, table td {
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    border: 1px solid #3498db;
    padding: 10px;
    text-align: center;
    vertical-align: middle; }
  table th {
    background: #3498db;
    color: #fff;
    padding: 16px 10px; }
  table td {
    height: 88px; }

@media screen and (max-width: 767px) {
  .home-table {
    padding-top: 28px; }
  table th, table td {
    font-size: 1.4rem; }
  table td {
    height: 78px;
    padding: 10px 3px; }
  table tr th:first-child, table tr td:first-child {
    width: 150px;
    padding: 10px; } }

@media screen and (max-width: 575px) {
  .home-table {
    padding-top: 28px; }
  table th, table td {
    font-size: 1.1rem; }
  table th {
    padding: 13px 3px; }
  table td {
    height: auto; }
  table tr th:first-child, table tr td:first-child {
    width: 124px; } }

@media screen and (max-width: 500px) {
  .box-table {
    overflow: hidden;
    overflow-x: auto; }
    .box-table table {
      width: 500px; } }

/* ! == SERVICE == */
.b-service {
  background: #f6f6f6;
  padding: 53px 0;
  margin-top: 10px; }

.item-service .item-service__title {
  font-weight: 700;
  font-size: 2rem;
  color: #1b2680;
  display: block;
  line-height: 1.5em;
  margin-bottom: 26px; }

.item-service .item-service__desc {
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  position: relative;
  display: block;
  line-height: 1.3em;
  padding-left: 44px;
  margin-bottom: 30px; }
  .item-service .item-service__desc:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0; }

.item-service .item-service__desc--price:before {
  background-image: url(sprite.png);
  background-position: -27px 0px;
  width: 26px;
  height: 23px;
  margin-top: -12px; }

.item-service .item-service__desc--translator:before {
  background-image: url(sprite.png);
  background-position: 0px -27px;
  width: 24px;
  height: 24px;
  margin-top: -12px; }

.item-service .item-service__lang {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px; }
  .item-service .item-service__lang li {
    margin: 0 6px 10px 0; }
  .item-service .item-service__lang strong {
    font-weight: 700;
    font-size: 1.6rem;
    color: #1B2680;
    display: inline-block;
    padding-right: 12px; }

.item-service .item-service__list {
  padding-top: 13px; }
  .item-service .item-service__list li {
    font-weight: 700;
    font-size: 1.4rem;
    color: #000;
    position: relative;
    line-height: 1.3em;
    padding-left: 50px;
    margin-bottom: 18px; }
    .item-service .item-service__list li:last-child {
      margin-bottom: 0; }
    .item-service .item-service__list li:before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 0;
      background-image: url(sprite.png);
      background-position: 0px 0px;
      width: 26px;
      height: 26px;
      margin-top: -13px; }

@media screen and (min-width: 881px) and (max-width: 991px) {
  .b-service {
    padding: 43px 0; }
  .item-service .item-service__title {
    font-size: 1.8rem; }
  .item-service .item-service__desc {
    font-size: 1.3rem; }
  .item-service .item-service__list li {
    font-size: 1.3rem; }
  .item-service .item-service__lang li img {
    width: 39px; } }

@media screen and (max-width: 880px) {
  .b-service {
    padding: 31px 0 39px; }
    .b-service .siteWidth {
      max-width: 700px; }
    .b-service .row {
      display: block; }
  .item-service--second {
    padding-top: 37px; }
  .item-service .item-service__list {
    padding-top: 8px; } }

@media screen and (max-width: 510px) {
  .b-service {
    padding: 31px 0 35px;
    margin-top: 36px; }
  .item-service .item-service__title {
    font-size: 1.6rem; }
  .item-service .item-service__desc {
    margin-bottom: 18px; }
  .item-service .item-service__list {
    padding-top: 0; }
    .item-service .item-service__list li {
      font-size: 1.2rem;
      margin-bottom: 16px; }
  .item-service .item-service__lang strong {
    font-size: 1.4rem;
    padding-right: 6px; }
  .item-service .item-service__lang li {
    margin-right: 4px; }
    .item-service .item-service__lang li img {
      width: 38px; }
  .item-service--second {
    padding-top: 21px; } }

@media screen and (max-width: 420px) {
  .item-service .item-service__title {
    font-size: 1.5rem; } }

@media screen and (max-width: 350px) {
  .b-service {
    padding: 25px 0 30px;
    margin-top: 20px; }
  .item-service .item-service__desc {
    font-size: 1.3rem; }
  .item-service .item-service__lang strong {
    font-size: 1.3rem;
    padding-right: 4px; }
  .item-service .item-service__lang li {
    margin-right: 3px; }
    .item-service .item-service__lang li img {
      width: 32px; } }

/* ! == REVIEWS ==*/
.sectionReviews {
  padding-top: 50px; }

.col.page-reviews {
	margin-bottom: 36px;
}
  
.list-reviews .item-review {
  height: 100%; }

.item-review {
  color: #000; }
  .item-review .head {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;*/ }
  .item-review .box-img {
    flex-basis: 60px;
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    max-width: 60px; }
    .item-review .box-img img {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%; }
  .item-review .head-info {
    padding-left: 28px; }
    .item-review .head-info .name {
      font-weight: 700;
      font-size: 1.4rem;
      color: #000;
      display: block; }
    .item-review .head-info .item-review__rating {
      margin-bottom: 13px; }
  .item-review .block-text {
    font-style: normal;
    padding-left: 88px;
    margin-top: 3px; }
    .item-review .block-text p {
      font-weight: 500;
      font-size: 1.4rem;
      color: #000;
      line-height: 1.35em;
      margin-bottom: 18px; }
      .item-review .block-text p:last-child {
        margin-bottom: 0; }

@media screen and (min-width: 1230px) {
  .list-reviews {
    margin: 0 -25px; }
    .list-reviews .col {
      padding: 0 25px; } }

@media screen and (max-width: 840px) {
  .item-review .block-text p {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .sectionReviews {
    padding-top: 38px; }
  .b-review {
    max-width: 562px;
    margin: 0 auto; }
  .list-reviews {
    display: block; }
    .list-reviews .col {
      margin-bottom: 25px; }
      .list-reviews .col:last-child {
        margin-bottom: 0; }
  .item-review .head-info {
    padding-top: 0; } }

@media screen and (max-width: 480px) {
  .sectionReviews {
    padding-top: 22px; }
  .list-reviews .col:first-child ~ .col {
    display: none; }
  .item-review .head-info .item-review__rating {
    margin-bottom: 3px; }
  .item-review .head {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .item-review .block-text {
    padding-left: 0;
    margin-top: 17px; } }

/*@media screen and (max-width: 350px) {
    .item-review {
        .block-text {
            p {
                font-size: 1.1rem;
                line-height: 1.25em;
            }
        }
    }
}*/
/* ! == CONTACT ==*/
.sectionContact {
  background: #1b2680;
  padding-top: 33px;
  margin-top: 48px; }
  .sectionContact .title {
    font-weight: 700;
    font-size: 2.4rem;
    color: #fff;
    display: block;
    margin-bottom: 29px; }
  .sectionContact .block-map {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    .sectionContact .block-map .box-map, .sectionContact .block-map .map-img {
      -ms-flex-preferred-size: 0;
      -webkit-flex-basis: 0;
      flex-basis: 0;
      max-width: 100%;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1; }
    .sectionContact .block-map .map-img {
      /*background: url("../img/bg/map_img.jpg") no-repeat center center;*/
      height: 416px; }

.box-map {
  position: relative; }
  .box-map #map {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.map-contact {
  font-size: 1.4rem;
  color: #fff;
  padding: 38px 0 22px; }
  .map-contact .row {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .map-contact a {
    color: #fff; }
  .map-contact .map-contact__address {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    line-height: 1.1em; }
    .map-contact .map-contact__address span {
      display: block;
      margin-top: 9px; }
  .map-contact .map-contact__address--one {
    font-size: 1.6rem;
    margin-bottom: 21px; }
    .map-contact .map-contact__address--one strong {
      font-weight: 700; }
  .map-contact .map-contact__group {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .map-contact .map-contact__phone .tel {
    font-weight: 700;
    font-size: 2.4rem; }
    .map-contact .map-contact__phone .tel small {
      font-weight: 400;
      font-size: 1.4rem; }
  .map-contact .map-contact__phone a.tel:hover {
    opacity: 0.8; }
  .map-contact .mobil--contact {
    margin-right: 6px; }
  .map-contact .map-contact__link {
    margin-top: 14px; }
    .map-contact .map-contact__link li {
      font-size: 1.4rem;
      color: #fff;
      margin-bottom: 8px; }
      .map-contact .map-contact__link li:last-child {
        margin-bottom: 0; }
    .map-contact .map-contact__link a {
      position: relative;
      display: inline-block; }
      .map-contact .map-contact__link a:hover {
        opacity: 0.8; }

.map-contact__second {
  flex-basis: 395px;
  -webkit-flex-basis: 395px;
  -ms-flex-preferred-size: 395px;
  max-width: 395px; }

.map-contact__third {
  flex-basis: 275px;
  -webkit-flex-basis: 275px;
  -ms-flex-preferred-size: 275px;
  max-width: 275px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.map-time .map-time__title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  margin-bottom: 10px; }

.map-time .map-time__desc {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  line-height: 1.75em; }
  .map-time .map-time__desc strong {
    font-weight: 700; }

@media screen and (max-width: 1160px) {
  .map-contact__second {
    flex-basis: 325px;
    -webkit-flex-basis: 325px;
    -ms-flex-preferred-size: 325px;
    max-width: 325px; } }

@media screen and (max-width: 991px) {
  .sectionContact .block-map {
    display: block; }
  .sectionContact .map-img {
    max-width: 580px;
    margin: 0 auto; }
  .box-map {
    height: 405px; }
  .map-contact {
    max-width: 580px;
    margin: 0 auto; }
  .map-contact__one {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 40px; }
  .map-contact__second {
    flex-basis: 290px;
    -webkit-flex-basis: 290px;
    -ms-flex-preferred-size: 290px;
    max-width: 290px; } }

@media screen and (max-width: 767px) {
  .sectionContact {
    padding-top: 27px;
    margin-top: 22px; }
    .sectionContact .title {
      margin-bottom: 26px; }
  .map-contact {
    padding: 34px 0 40px; } }

@media screen and (max-width: 575px) {
  .sectionContact .block-map .map-img {
    /*background-image: url(../img/bg/map_img-2.jpg);*/
    height: 408px; }
  .map-contact__second, .map-contact__third {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%; }
  .map-contact__third {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 33px; } }

/*@media screen and (max-width: 560px) {
    .sectionContact {
        .block-map {
            .map-img {
                background-image: url(../img/bg/map_img-2.jpg);
                height: 408px;
            }
        }
    }
}*/
@media screen and (max-width: 420px) {
  .sectionContact {
    padding-top: 22px; }
    .sectionContact .title {
      font-size: 1.8rem;
      margin-bottom: 19px; }
  .box-map {
    height: 235px; }
  .map-contact {
    padding: 27px 0; }
  .map-contact__one {
    margin-bottom: 32px; } }

@media screen and (max-width: 360px) {
  .sectionContact .block-map .map-img {
    /*background-image: url(../img/bg/map_img-3.jpg);*/
    height: 234px; } }

/* ! == FORM ==*/
.form-group {
  margin: 0 -5px;
  overflow: hidden; }
  .form-group .block-input {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px; }
    .form-group .block-input input {
      height: 59px;
      line-height: 58px; }

.block-input input, .block-message textarea {
  background: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #000;
  display: block;
  width: 100%;
  border: none;
  padding: 0 10px 0 20px; }

.block-input {
  position: relative;
  width: 100%;
  margin-bottom: 10px; }
  .block-input input {
    height: 40px;
    line-height: 40px; }

.block-message textarea {
  text-align: left;
  min-height: 130px;
  max-height: 130px;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 10px 10px 20px; }

::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #858585;
  opacity: 1; }

:-moz-placeholder {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #858585;
  opacity: 1; }

::-moz-placeholder {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #858585;
  opacity: 1; }

:-ms-input-placeholder {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #858585;
  opacity: 1; }

/* ! == FOOTER == */
.footer {
  background: #fff;
  position: relative;
  padding: 15px 0;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto; }
  .footer .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.copy {
  font-weight: 500;
  font-size: 1.4rem;
  color: #010101; 
  margin-top: 10px;}
  

.footer-menu .main-menu li a {
	font-weight: 500;
    font-size: 1.4rem;
    color: #000;
}	
.footer-menu .main-menu li a:hover {
	text-decoration: underline;
}
.footer-rating {
  flex-basis: 135px;
  -webkit-flex-basis: 135px;
  -ms-flex-preferred-size: 135px;
  max-width: 135px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 460px) {
  .footer {
    padding: 16px 0; }
  .copy {
    line-height: 1.3em; }
    .copy br {
      display: block; } }

/* ! == FIXED ICONS ==*/
.f-icons {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 2; }

.fixed-icons .fixed-icons__item {
  margin-bottom: 3px;
  /*.fixed-icons__link--skype {
            background-color: #3498db;
        }*/ }
  .fixed-icons .fixed-icons__item .fixed-icons__link {
    background-color: #b1daf0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 72px;
    height: 72px;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    overflow: hidden;
    border: 2px solid transparent; }
    .fixed-icons .fixed-icons__item .fixed-icons__link img {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease; }
    .fixed-icons .fixed-icons__item .fixed-icons__link:hover {
      background-color: #fff;
      border-color: #b1daf0; }
      .fixed-icons .fixed-icons__item .fixed-icons__link:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1); }

@media screen and (max-width: 1060px) {
  .fixed-icons .fixed-icons__item .fixed-icons__link {
    width: 52px;
    height: 52px; }
    .fixed-icons .fixed-icons__item .fixed-icons__link img {
      width: 50%; }
  .fixed-icons .fixed-icons__item .fixed-icons__link--skype img {
    width: 70%; } }

@media screen and (max-width: 860px) {
  .fixed-icons .fixed-icons__item .fixed-icons__link {
    width: 42px;
    height: 42px; } }

@media screen and (max-width: 767px) {
	.f-icons {
		display: none;
	} 
	.footer-menu .main-menu li a {
		color: #fff;
	}
}

.rating-google, .order-btn-top {
	display: none;
}	
@media screen and (min-width: 768px) {
	.order-btn-top {
		display: block;
		width: 360px;
		text-align: center;
		background: #3498db;
		padding: 20px 25px;
		font-size: 24px;
		color: #fff;
		-webkit-box-shadow: 2px 2px 5px 2px #ABA7A0;
		box-shadow: 2px 2px 5px 2px #ABA7A0;
		position: absolute;
		right: 26px;
		bottom: 50px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
	}
	.order-btn-top:hover {
		background: #1b2680;
	}
}
.gdpr {
	font-weight: 500;
    font-size: 1.4rem;
    color: #010101;
	text-decoration: underline;
	display: inline-block;
	margin-top: 15px;
}
.gdpr:hover {
	text-decoration: none;
}
@media screen and (max-width: 415px) {
	.gdpr {
		margin-left: 0px;
	}
}
.btn-box {
	text-align: center;
	overflow: hidden;
}