

/* Start:/local/templates/landing11/css/style.css?168441342423719*/
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-Regular.woff2") format("woff2"), url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-SemiBold.woff2") format("woff2"), url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-Bold.woff2") format("woff2"), url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-ExtraBold.woff2") format("woff2"), url("/local/templates/landing11/css/../fonts/OpenSans/OpenSansCondensed-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Open Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html {
    line-height: 1.35;
  }
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1210px) {
  .container {
    max-width: 1210px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-\[33px\] {
  bottom: -33px;
}
.-left-\[500\%\] {
  left: -500%;
}
.-right-\[46px\] {
  right: -46px;
}
.-right-\[80px\] {
  right: -80px;
}
.-right-\[95px\] {
  right: -95px;
}
.-top-\[33px\] {
  top: -33px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[15px\] {
  right: 15px;
}
.top-0 {
  top: 0px;
}
.-z-\[1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[75px\] {
  height: 75px;
}
.h-full {
  height: 100%;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[86px\] {
  width: 86px;
}
.w-full {
  width: 100%;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.border-2 {
  border-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-gray-1 {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#3E4951\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 73 81 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(109 199 78 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  object-fit: cover;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.text-s18 {
  font-size: 1.125rem;
}
.text-s21 {
  font-size: 1.313rem;
}
.text-s24 {
  font-size: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-snug {
  line-height: 1.375;
}
.text-gray-1 {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(109 199 78 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
body {
  min-width: 300px;
}

.app {
  overflow: hidden;
}

.button {
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75px;
  transition: all 0.3s ease;
}
.button-order {
  background-image: url(/local/templates/landing11/css/../img/icons/btn-1.svg);
  background-size: cover;
  border: 0;
  color: #fff;
  padding: 0 30px;
  font-size: 1.313rem;
  font-weight: 600;
}
.button-green {
  background: #6DC74E;
  color: #ffffff;
}
.button-green:hover {
  background-color: #69c24a;
}
.button-border {
  border: 2px solid #6DC74E;
}
.button-border:hover {
  background: #6DC74E;
}

.list-1 li {
  padding-left: 16px;
  position: relative;
}
.list-1 li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #6DC74E;
  position: absolute;
  left: 0;
  top: 11px;
}
.list-1 li:first-child {
  margin-top: 0;
}

.icon-1:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 66px solid #6DC74E;
  border-left: 66px solid transparent;
  position: absolute;
  right: -2px;
  bottom: -2px;
}

@media (max-width: 767px) {
  .info-1 {
    gap: 55px;
  }
}
.info-1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .info-1 li {
    min-width: auto;
  }
}
.info-1 li:nth-child(even) {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .info-1 li:nth-child(even) {
    margin-top: 0;
  }
}
.info-1 li:nth-child(1):before, .info-1 li:nth-child(3):before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/local/templates/landing11/css/../img/icons/st-1.svg);
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 90px;
}
@media (max-width: 767px) {
  .info-1 li:nth-child(1):before, .info-1 li:nth-child(3):before {
    background-image: url(/local/templates/landing11/css/../img/icons/arw-2.svg);
    width: 8px;
    height: 23px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -36px;
  }
}
.info-1 li:nth-child(2):before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/local/templates/landing11/css/../img/icons/st-2.svg);
  background-size: contain;
  position: absolute;
  right: -10px;
  top: -30px;
}
@media (max-width: 767px) {
  .info-1 li:nth-child(2):before {
    background-image: url(/local/templates/landing11/css/../img/icons/arw-2.svg);
    width: 8px;
    height: 23px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -36px;
  }
}
.info-1 li i {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.15);
  width: 165px;
  height: 165px;
}
@media (max-width: 767px) {
  .info-1 li i {
    width: 100%;
  }
}
.info-1 li b {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.social li a {
  width: 44px;
  height: 44px;
  border: 1px solid #3E4951;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger .close {
  display: none;
}
.burger.is-active .line {
  display: none;
}
.burger.is-active .close {
  display: block;
}

@media (max-width: 1023px) {
  .menu.is-open {
    position: absolute;
    left: 0;
    top: 74px;
    right: 0;
    display: block !important;
    z-index: 5;
    background: #ffffff;
    padding: 0 15px;
  }
  .menu.is-open li {
    padding: 15px 0;
    border-top: 1px solid #C4C4C4;
  }
  .menu.is-open li:first-child {
    border-top: 0;
  }
}

@media (min-width: 1210px) {
  .xl\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1210px) {
    .xl\:container {
      max-width: 1210px;
    }
  }
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 199 78 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:text-s24 {
    font-size: 1.5rem;
  }
  .sm\:text-s30 {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:bottom-\[40px\] {
    bottom: 40px;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-1\/2 {
    left: 50%;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:top-\[40px\] {
    top: 40px;
  }
  .md\:-ml-\[210px\] {
    margin-left: -210px;
  }
  .md\:-ml-\[65px\] {
    margin-left: -65px;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:max-w-\[100px\] {
    max-width: 100px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:text-5xl {
    font-size: 3.052rem;
  }
  .md\:text-s31 {
    font-size: 1.938rem;
  }
  .md\:text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .md\:text-green {
    --tw-text-opacity: 1;
    color: rgb(109 199 78 / var(--tw-text-opacity));
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:left-\[50\%\] {
    left: 50%;
  }
  .lg\:top-\[50\%\] {
    top: 50%;
  }
  .lg\:ml-24 {
    margin-left: 6rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-\[166px\] {
    width: 166px;
  }
  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
}

@media (min-width: 1210px) {
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:h-\[165px\] {
    height: 165px;
  }
  .xl\:w-\[165px\] {
    width: 165px;
  }
  .xl\:w-\[262px\] {
    width: 262px;
  }
  .xl\:w-\[289px\] {
    width: 289px;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:gap-0 {
    gap: 0px;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:pt-32 {
    padding-top: 8rem;
  }
  .xl\:text-s21 {
    font-size: 1.313rem;
  }
  .xl\:text-s24 {
    font-size: 1.5rem;
  }
  .xl\:text-s30 {
    font-size: 1.875rem;
  }
  .xl\:text-s48 {
    font-size: 3rem;
  }
}
/* End */


/* Start:/local/templates/landing11/css/layout.css?168443054270795*/

.fancybox-skin {
    padding: 0 !important;
    background: none !important;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none !important;
}
.menu {
    width: auto !important;
}
#map {
    z-index: 5;
}
.b{
    position: relative;
}
.b-block{
    position: relative;
    width: 1050px;
    margin: 0px auto;
}
.b-absolute{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
}
/*input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.70);
}
input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.70);
}*/
.b-green-butt{
    border-radius: 9px;
    background-color: #8dcd00;
    text-shadow: 0.5px 0.9px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    box-shadow: 1.5px 2.6px 4px rgba(27, 24, 21, 0.75);
    border: none;
    border-bottom: 2px solid #548F2D;
    display: inline-block;
}
.b-green-butt:hover{
    background-color: #74c830;
    cursor: pointer;
}
.b-green-butt:active{
    position: relative;
    top: 2px;
    border-bottom: none;
    margin-bottom: 2px !important;
    box-shadow: 0.5px 1.6px 2px rgba(27, 24, 21, 0.75);
}
@media screen and (max-width: 1250px){

}
@media screen and (max-width: 1020px){
    iframe {
        width: auto;
    }
}
/*Ð“Ð»Ð°Ð²Ð½Ð°Ñ-------------------------------------------------------------*/

.roistat-phone {
    font-size: 20px;
}
.b-top-describe{
    background-image: url("/local/templates/landing11/css/../i/back.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background: #E7EDF2;
    /*position: relative;*/
    overflow: hidden;
}
.b-top-describe .w-1{
    position: absolute;
    top: 141px;
    left: 50%;
    display: none;
    margin-left: -383px;
    z-index: 2;
}
.b-top-describe .w-2{
    position: absolute;
    top: 1px;
    left: 50%;
    display: none;
    margin-left: -42px;
}
.b-top-describe .b-block{
    /*position: relative;*/
}
.b-top-describe .left-block{
    width: 670px;
    height: 329px;
    border-radius: 30px;
    margin-top: 35px;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}
.b-top-describe .left-block-picture{
    background-image: url("/local/templates/landing11/css/../i/cars.png");
    width: 670px;
    background-size: 684px;
    height: 329px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.58);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.b-top-describe .right{
    z-index: 0;
    position: relative;
    width: 378px;
    /*height: 311px;*/
    background: -moz-linear-gradient(top,  rgba(0,146,206,0.91) 0%, rgba(97,123,186,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,146,206,0.91)), color-stop(100%,rgba(97,123,186,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,146,206,0.91) 0%,rgba(97,123,186,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,146,206,0.91) 0%,rgba(97,123,186,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,146,206,0.91) 0%,rgba(97,123,186,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,146,206,0.91) 0%,rgba(97,123,186,0.91) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80092ce', endColorstr='#e8617bba',GradientType=0 ); /* IE6-9 */
    border-radius: 30px;
    background: transparent;
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 35px;
}
.b-top-describe .right h2{
    color: #FFF;
    
    font-size: 17px;

    text-transform: uppercase;
    background-color: rgba(161, 204, 20, 0.91);
    margin-top: 29px;
    padding: 4.5px 32px;
}
.b-top-describe .right .center{
    margin-top: 26px;
    display: table;
}
.b-top-describe .right .center .left-cell{
    display: table-cell;
    vertical-align: top;
}
.b-top-describe .right .center .left-cell div{
    margin-left: 50px;
    margin-top: 2px;
    margin-right: 11px;
    width: 23px;
    border:3px solid #FFF;
    border-right: none;
}
.b-top-describe .right .center .right-cell{
    padding-right: 30px;
    display: table-cell;
}
.b-top-describe .right .center .right-cell .right-cell-text{
    color: #FFF;
    
    font-size: 16px;
    padding-right: 17px;
    text-align: left;
    float: left;
    margin-top: -7px;
    line-height: 20px;
}
.b-top-describe .right .center .right-cell .right-cell-text a{
    color: #FFF;
}
.b-top-describe .right .bottom{
    margin-top: 36px;
    margin-bottom: 28px;
}
.b-top-describe .right .bottom h3{
    color: #FFF;
    
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.b-menu{
    background-color: #28324e;
    position: relative;
    z-index: 3;
}
.menu{
    width: max-content;
}
.b-menu .b-block{

}
.b-menu ul.b-menu-list{
    margin-left: -27px;
    background-color:#28324e;

}
.b-menu ul.b-menu-list>li{

    float: left;
    position: relative;
}
.b-menu ul.b-menu-list>li a{
    
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    padding: 13px 27px;
    display: block;
    /*margin-right: 30px;*/
}
.b-menu ul.b-menu-list>li a:hover{
    color: #217eae;
}
.b-menu ul.b-menu-list>li a.root-item-selected,
.b-menu ul.b-menu-list li.item-selected a{
    color: #217eae !important;
}
.b-menu ul.b-menu-list>li:first-child a{
}
.b-menu ul.b-menu-list>li:last-child a{
    padding-right: 0px;
}
.b-menu ul.b-menu-list>li:last-child a:after{
    display: none;
}
.b-menu ul.b-menu-list>li ul{
    text-align: left;
    background-color: #28324e;
    display: none;
    position: absolute;
    left: 0px;
    /*top: 49px;*/
}
.b-menu ul.b-menu-list>li:hover ul{
    display: block;
    padding: 7px 0px;
}
.b-menu ul.b-menu-list>li ul li{
    padding: 0px 20px;
    min-width: 230px;
}
.b-menu ul.b-menu-list>li ul li a{
    padding: 7px 0px;
}
.b-menu ul.b-menu-list>li>a:after{
    content: ".";
    font-size: 0px;
    display: block;
    background-image: url("/local/templates/landing11/css/../i/line.png");
    background-position: 50% 50%;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.b-main-describe{
    padding-bottom: 75px;
}
.b-main-describe .b-block{
    text-align: center;
}
.b-main-describe h1{
    color: #28324E;
    
    font-size: 29px;
    padding: 47px 70px 25px;
}
.b-main-describe .b-block .b-main-text{
    color: #28324E;
    
    display: inline-block;
    width: 915px;
    font-size: 15px;
    line-height: 21px;
}
.b-main-describe ul{
    margin-top: 40px;
}
.b-main-describe ul li{
    float: left;
    text-align: center;
    /*margin-right: -17px;*/
    width: 174px;
}
.b-main-describe ul li:last-child{
    margin-right: 0px;
}
.b-main-describe ul li a{
    display: inline-block;
    height: 91px;
    width: 91px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.b-main-describe ul li:nth-child(1) a{
    background-image: url("/local/templates/landing11/css/../i/main/b_1/1.png");
}
.b-main-describe ul li:nth-child(2) a{
    background-image: url("/local/templates/landing11/css/../i/main/b_1/2.png");
}
.b-main-describe ul li:nth-child(3) a{
    background-image: url("/local/templates/landing11/css/../i/main/b_1/3.png");
}
.b-main-describe ul li:nth-child(4) a{
    background-image: url("/local/templates/landing11/css/../i/main/b_1/4.png");
}
.b-main-describe ul li:nth-child(5) a{
    background-image: url("/local/templates/landing11/css/../i/main/b_1/5.png");
}
.b-main-describe ul li:nth-child(6) a{
    background-image: url("/local/templates/landing11/css/../i/main/b_1/6.png");
}
.b-main-describe ul li h3, .b-main-describe ul li div {
    margin-top: 27px;
    color: #28324E;
    
    font-size: 15px;
}
.b-describe{
    background-color: #28324e;
}
.b-describe-2{
    background-color: #FFF;
}
.b-describe-4{
    background-color: #FFF;
}
.b-describe .b-block{
    width: 100%;
    text-align: center;
}
.b-describe h2,.b-describe h1, .b-describe div.fake-h2{
    padding-top: 31px;
    color: #FFF;
    
    font-size: 29px;
    width: auto;
    margin: 0px auto;
}
.b-describe .b-block .b-cont{
    margin-top: 41px;
    margin-bottom: 42px;
    width: 940px;
    display: inline-block;
}
.b-describe .b-block .b-cont img{
    float: left;
    /*margin-right: 32px;*/
}
.b-describe .b-cont-describe{
    width: 600px;
    /*height: 170px;*/
    margin-bottom: 20px;
    min-height: 163px;
}
.b-describe .b-block .b-cont .left img{
    width: 300px;
}
.b-describe .b-block .b-cont h3, .b-describe .b-block .b-cont div.h3-caption{
    text-align: left;
    color: #8dcd00;
    
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 29px;
}
.b-describe .b-block .b-cont p{
    color: #FFF;
    width: 600px;
    
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}
.b-describe-2 .b-block .b-cont p{
    color: #292929;
}
.b-describe-4 .b-block .b-cont p{
    color: #292929;
}
.b-describe div .b-green-butt{
    color: #2E2E2E;
    margin-left: 30px;
    
    font-size: 16px;
    padding: 5px 12px;
    text-shadow: 0.5px 0.9px 0 rgba(255, 255, 255, 0.5);
}
.b-describe div .b-green-border{
    color: #FFF;
    
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #8dcd00;
    border-radius: 9px;
    padding: 4px 51px;
    display: inline-block;
}
.b-describe div .b-green-border:hover{
    background-color: rgba(193, 250, 0, 0.40);
}
.b-describe div .b-green-border:active{
    background-color: rgba(193, 250, 0, 0.50);

}
.b-describe-2 div .b-green-border{
    color: #2E2E2E;
}
.b-describe-4 div .b-green-border{
    color: #2E2E2E;
}
.b-reviews{
    border-top: 2px solid #b7b7bc;
}
.b-reviews .b-block{

}
.b-reviews h2,.b-reviews h1, .b-reviews div.fake-h2{
    color: #28324E;
    
    font-size: 29px;
    margin-top: 30px;
    padding: 0px 50px;
}
.b-reviews .b-block > div{
    position: relative;
    margin-left: 18px;
    margin-top: 52px;
    margin-bottom: 48px;
}
.b-reviews .left-ar{
    position: absolute;
    left: 0px;
    margin-top: -45px;
    top: 50%;
    z-index: 10;
}
.b-reviews .right-ar{
    position: absolute;
    right: 15px;
    margin-top: -45px;
    top: 50%;
    z-index: 10;
}
.b-reviews .left-ar:hover,
.b-reviews .right-ar:hover{
    opacity: 0.7;
}
.b-reviews ul{
    height: 200px;
    position: relative;
}
.b-reviews ul li{
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.b-reviews ul li .comment{
    float: left;
    background-image: url("/local/templates/landing11/css/../i/comments/mask.png");
    width: 220px;
    height: 220px;
    background-position: 50% 50%;
    background-size: cover;
    margin-left: 38px;
    margin-right: 41px;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.4);
    border-radius: 50%;
}
.b-reviews ul li .cloud{
    float: left;
    border: 3px solid #bdbdbe;
    border-radius: 29px;
    /*background-image: url("/local/templates/landing11/css/../i/comments/comment-1.png");*/
    width: 667px;
    position: relative;
}
.b-reviews ul li .cloud img{
    position: absolute;
    top: 17px;
    left: -39px;
}
.b-reviews ul li .cloud h3, .b-reviews ul li .cloud div.reviews-name{
    color: #28324E;
    
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: left;
    margin-left: 52px;
    width: 558px;
}
.b-reviews ul li .cloud h3 b, .b-reviews ul li .cloud div.reviews-name b{
    
    margin-right: 20px;
}
.b-reviews ul li .cloud p{
    margin-left: 52px;
    margin-top: 16px;
    font-size: 15px;
    color: #28324E;
    
    width: 558px;
    text-align: left;
    padding-bottom: 15px;
}
.b-question{
    background-color: #28324e;
}
.b-question .b-block{

}
.b-question .b-block .left{
    margin-top: 14px;
    margin-bottom: 16px;
}
.b-question .b-block .left p{
    color: #FFF;
    
    font-size: 14px;
    text-align: left;
    width: 240px;
}
.b-question .b-block .left p b{
    font-size: 15px;

    
}
.b-question form{
    padding-top: 31px;
    float: right;
}
.b-question form input[type="text"]{
    color: #28324e;
    background-color: #FFF;
    
    font-size: 15px;
    border: 2px solid #FFF;
    border-radius: 8px;
    text-align: center;
    width: 150px;
    height: 29px;
    margin-right: 10px;
    padding: 0px 14px;
}
.b-question form input[type="submit"]{
    padding: 6.5px 32px;
    color: #2E2E2E;
    
    font-size: 15px;
    margin-right: 7px;
    margin-left: 14px;
}
.b-footer{

}
.b-footer .b-block{
    padding-bottom: 63px;
}
.b-footer .left{
    margin-left: 90px;
    /*margin-right: 86px;*/
}
.b-footer .left h2,.b-footer .left h1, .b-footer .left div.footer-caption{
    margin-top: 27px;
    color: #28324E;
    
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}
.b-footer .left ul{

}
.b-footer .left ul li{
    margin-bottom: 2px;
}
.b-footer a:hover{
    text-decoration: underline;
}
.b-footer .left .b-footer-desc,
.b-footer .left p{
    color: #28324E;
    
    font-size: 14px;
    text-align: left;
}
.b-footer .left .b-footer-desc b,
.b-footer .left p b{

    
}
/*Ð“Ð»Ð°Ð²Ð½Ð°Ñ-------------------------------------------------------------*/
/*Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸----------------------------------------------------------*/
.b-about{

}
.b-about .b-block{

}
.b-about h2,.b-about h1{
    margin-top: 33px;
    color: #28324E;
    
    font-size: 24px;
}
.b-about .b-block > div{
    margin-top: 31px;
}
.b-about .left-describe{
    width: 335px;
}
.b-about p{
    color: #252525;
    /*
    font-size: 14px;*/
    
    font-size:16px;
    text-align: justify;
    width: 335px;
}
.b-about .about-img{
    background-image: url("/local/templates/landing11/css/../i/about/cars.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 30px;
    /*box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.65);*/
    width: 310px;
    height: 208px;
    margin-left: 40px;
}
.b-about img{
    margin-bottom: 63px;
}
.b-traffic{
    background-image: url("/local/templates/landing11/css/../i/traffic-back.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
.b-traffic .b-block{
    width: 100%;
    text-align: center;
}
.b-traffic .clearfix{
    width: 1050px;
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 20px;
}
.b-traffic .b-traffic-cont{
    background-color: rgba(32, 50 ,78, 0.92);
}
.b-traffic .b-traffic-cont-1{
    background-color: rgba(48, 64, 92, 0.89);
}
.b-traffic h2,.b-traffic h1{
    color: #3CB4E5;
    
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 15px;
}
.b-traffic .b-country{
    background-image: url("/local/templates/landing11/css/../i/about/russia.png");
    background-position: 50% 50%;
    width: 282px;
    height: 208px;
    background-repeat: no-repeat;
}
.b-traffic .b-country-1{
    background-image: url("/local/templates/landing11/css/../i/about/europe.png");
    background-position: 50% 50%;
    width: 282px;
    height: 208px;
    background-repeat: no-repeat;
}
.b-traffic .b-country-2{
    background-image: url("/local/templates/landing11/css/../i/about/finland.png");
    background-position: 50% 50%;
    width: 282px;
    height: 208px;
    background-repeat: no-repeat;
}
.b-traffic .b-country-traffic{
    width: 726px;
    text-align: left;
}
.b-traffic .b-country-traffic h3{
    color: #FFF;
    
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 15px;
}
.b-traffic .b-country-traffic p{
    color: #FFF;
    
    font-size:16px;
}
.b-traffic .b-country-traffic p a{
    color: #FFF;
    
    font-size:16px;
    text-decoration: underline;
}
.b-traffic .white-line{
    height: 20px;
    background-color: #FFF;
}
/*Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸----------------------------------------------------------*/
/*Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ----------------------------------------------------------*/
.b-info{

}
.b-info .b-block{
    text-align: left;
    padding-bottom: 77px;
}
.b-info h2,.b-info h1{
    color: #28324E;
    
    font-size: 24px;
    margin-top: 34px;
    margin-bottom: 33px;
    text-align: center;
}
.b-info .b-block .b-info-text{
    display: inline-block;
    color: #252525;
    
    width: 970px;
    text-align: left;
    font-size: 16px;
    margin-left: 23px;
}
.b-info ul{
    margin-left: 115px;
    margin-top: 44px;
}
.b-info ul li{
    text-align: left;
    color: #252525;
    
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
.b-info ul li b{
    width: 22px;
    display: inline-block;
    color: #217EAE;
    font-family: "Days";
    font-size: 30px;
    margin-right: 9px;
    position: relative;
    top: 5px;
}
.b-info .b-block .clearfix{
    display: table;
    margin-left: 158px;
    margin-top: 38px;
}
.b-info .b-block .clearfix .left{
    display: table-cell;
    vertical-align: middle;
}
.b-info .b-block .clearfix .b-bracket div{
    margin-right: 24px;
    height: 65px;
    width: 43px;
    border: 3px solid #217eae;
    border-right: none;
}
.b-info .b-block div .b-text{
    width: 758px;
    color: #252525;
    
    font-size: 14px;
    margin-top: -6px;
}
/*Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ----------------------------------------------------------*/
/*ÐžÑ‚Ð·Ñ‹Ð²Ñ‹--------------------------------------------------------------*/
.b-main-reviews{

}
.b-main-reviews .b-block{
    text-align: center;
}
.b-main-reviews h2,.b-main-reviews h1{
    color: #28324E;
    
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 48px;
}
.b-main-reviews .clearfix{
    display: inline-block;
    margin-bottom: 53px;
}
.avatar{
    background-image: url("/local/templates/landing11/css/../i/comments/mask.png");
    background-position: 50% 50%;
    background-size: cover;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.4);
    margin-right: 41px;
    /*margin-top: -13px;*/
}
.b-main-reviews .review-2 .avatar{
    margin-left: 41px;
    margin-right: 0px;
}
.b-main-reviews .b-block .review {
    /*float: left;*/
    border: 3px solid #bdbdbe;
    border-radius: 30px;
    /*background-image: url("/local/templates/landing11/css/../i/comments/comment-1.png");*/
    width: 667px;
    position: relative;
    margin-top: 13px;
}
.b-main-reviews .b-block .review-1 img{
    position: absolute;
    top: 17px;
    left: -39px;
}
.b-main-reviews .b-block .review-2 img{
    position: absolute;
    top: 17px;
    right: -39px;
}
.b-main-reviews .b-block .review h3{
    color: #28324E;
    
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: left;
    margin-left: 52px;
}
.b-main-reviews .b-block .review h3 b{
    
    margin-right: 20px;
}
.b-main-reviews .b-block .review p{
    margin-left: 52px;
    margin-top: 16px;
    color: #28324E;
    
    font-size:16px;
    width: 558px;
    text-align: left;
    padding-bottom: 15px;
}
.b-main-reviews .b-block a{
    color: #28324E;
    
    font-size: 24px;
    text-decoration: underline;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 52px;
}
.b-main-reviews .b-block a:hover{
    text-decoration: none;
}
/*ÐžÑ‚Ð·Ñ‹Ð²Ñ‹--------------------------------------------------------------*/
/*ÐÐ²Ñ‚Ð¾Ñ„Ð»Ð¾Ñ‚--------------------------------------------------------------*/
.b-auto{

}
.b-auto .b-block{
    text-align: center;
}
.b-auto h2,.b-auto h1{
    margin-top: 35px;
    color: #28324E;
    
    font-size: 24px;
}
.b-auto .b-auto-text{
    text-align: left;
    display: inline-block;
    color: #252525;
    
    font-size: 16px;
    width: 876px;
    margin-top: 30px;
}
.b-auto .b-slider-wrap{
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 85px;
}
.b-auto .b-slider{
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 640px;
    height: 387px;
}
.b-auto .b-slider-cont{
    width: 640px;
    height: 387px;
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: absolute;
    cursor: move;
}
.b-auto .b-slider-cont div{
    width: 640px;
    height: 387px;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.58);
    background-size: cover;
}
.b-auto .b-slider .b-nav{
    position: absolute;
    width:42px;
    height: 42px;
    top: 50%;
    background-repeat: no-repeat;
    margin-top: -21px;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.58);
    display: block;
    z-index: 100;
    cursor: pointer;
}
.b-auto .b-slider .b-nav:hover{
    opacity: 0.9;
}
.b-auto .b-slider .b-nav:active{
    opacity: 0.7;
}
.b-auto .b-slider .b-prev{
    left: 0px;
    background-image:url("/local/templates/landing11/css/../i/avtoflot/arrow-left.png");
}
.b-auto .b-slider .b-next{
    right: 0px;
    background-image:url("/local/templates/landing11/css/../i/avtoflot/arrow-right.png");
}
/*ÐÐ²Ñ‚Ð¾Ñ„Ð»Ð¾Ñ‚--------------------------------------------------------------*/
/*ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹--------------------------------------------------------------*/
.b-contacts{

}
.b-contacts .b-block{
    text-align: center;
}
.b-contacts h2,.b-contacts h1{
    margin-top: 40px;
    color: #28324E;
    
    font-size: 24px;
}
.b-contacts .b-block > .clearfix{
    margin-left: 93px;
    margin-top: 35px;
    margin-bottom: 70px;
}
.b-contacts .coordinates{
    width: 342px;
}
.b-contacts .coordinates ul.b-map-desc li:nth-child(n+2){
    display: none;
}
.b-contacts .coordinates h3{
    color: #A1CC14;
    font-size: 20px;
    
    text-align: left;
}
.b-contacts .coordinates p{
    color: #252525;
    font-size: 16px;
    text-align: left;
    
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 17px;
}
.b-contacts .coordinates p b{

    color: #252525;
    font-size: 16px;
    
}
.b-contacts .coordinates p a:hover{
    text-decoration: underline;
}
.b-contacts .coordinates .mini-map{
    width: 286px;
    height: 284px;
    background-color: black;
    margin-top: 13px;
    margin-bottom: 15px;
}
.b-contacts .coordinates ul.b-soc{
    margin-top: 15px;
}
.b-contacts .coordinates ul.b-soc li{
    float: left;
    margin-right: 10px;
}
.b-contacts .coordinates ul.b-soc li a{
    font-size: 0px;
    width: 34px;
    height: 33px;
    background-position: 50% 50%;
    display: block;
}
.b-contacts .coordinates ul.b-soc li:last-child{
    margin-right: 0px;
}
.b-contacts .coordinates ul.b-soc li:nth-child(1) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/fb.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(1) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/fb-hover.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(2) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/tw.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(2) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/tw-hover.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(3) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/vk.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(3) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/vk-hover.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(4) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/ok.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(4) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/ok-hover.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(5) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/lj.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(5) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/lj-hover.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(6) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/fl.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(6) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/fl-hover.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(7) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/mail.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(7) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/mail-hover.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(8) a{
    background-image: url("/local/templates/landing11/css/../i/contacts/yd.png");
}
.b-contacts .coordinates ul.b-soc li:nth-child(8) a:hover{
    background-image: url("/local/templates/landing11/css/../i/contacts/yd-hover.png");
}
.b-contacts .b-region{
    margin-left: 15px;
    margin-top: 6px;
}
.b-contacts .b-region h3{
    color: #AFD349;
    
    float: left;
    font-size: 17px;
    margin-right: 5px;
}
.b-contacts .b-region ul{
    /*float: left;*/
}
.b-contacts .b-region ul li{
    float: left;

}
.b-contacts .b-region ul li p{
    color: #AFD349;
    
    font-size: 16px;
    margin-right: 10px;
}
.b-contacts .b-region ul li a{
    color: #AFD349;
    
    font-size: 16px;
    text-transform: uppercase;
    padding: 1.5px 13px;
}
.b-contacts .b-region ul li a:hover{
    background-color: #A2ADC2;
    color: #FFF;
}
.b-contacts .b-region ul li a.active{
    cursor: default;
    background-color: #1e2e4e !important;
    color: #FFF;
}
.b-contacts .b-region .big-map{
    width: 526px;
    height: 565px;
    background-color: black;
    margin-top: 29px;
}
/*ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹--------------------------------------------------------------*/
/*ÐŸÐµÑ€ÐµÐ²Ð¾Ð·ÐºÐ¸ Ð² Ð•Ð²Ñ€Ð¾Ð¿Ñƒ----------------------------------------------------*/
.b-europe{

}
.b-europe .b-block{
    text-align: center;
}
.b-europe h2,.b-europe h1{
    margin-top: 40px;
    color: #28324E;
    
    font-size: 24px;
}
.b-europe .b-block .info{
    margin-left: 56px;
    margin-top: 50px;
}
.b-europe .b-block .info .b-insurance-text{
    color: #252525;
    font-size: 16px;
    
    width: 615px;
    text-align: left;
}
.b-europe .b-block .info ul{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 17px;
}
.b-europe .b-block .info ul li{
    font-size: 16px;
    color: #252525;
    
    list-style-type: disc;
    text-align: left;
}
.b-right-form{
    border-radius: 25px;
    background-color: #28324E;
    width: 277px;
    padding: 20px;
}
.b-right-form h3, .b-right-form div.fake-h3{
    font-size: 18px;
    line-height: 1.3;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 20px;
}
.b-right-form h4{
    font-size: 14px;
    
    color: rgba(255, 255, 255, 0.80);
    padding: 0px 10px;
}
.b-right-form form{

}
input.error, textarea.error {
    border: 2px solid #FF5C5C !important;
}
.b-right-form form input[type="text"]{
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a9adb8;
    width: 161px;
    padding: 5px 10px;
}
.b-right-form form input[type="text"].error{
    padding: 3px 8px 4px;
    border-color: red !important;
}
label.error {
    display: none !important;
}
.b-right-form form input[type="submit"]{
    margin-top: 5px;
    padding: 3px 43.5px;
    font-size: 16px;
}
/*.b-right-form form input::-webkit-input-placeholder{
    color: #28324E;
}
.b-right-form form input:-moz-placeholder{
    color: #28324E;
}*/
.b-europe table{
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #828282;
    display: inline-block;
    margin-top: 59px;
    margin-bottom: 88px;
}
.b-europe table tr{
    border-bottom: 1px solid #b0b0b0;
    vertical-align: middle;
}
.b-europe table tr:last-child{
    border-bottom: none;
}
.b-europe table tr th{
    color: #535353;
    
    font-size: 16px;
    border-right: 1px solid #b0b0b0;
    min-height: 28px;
}
.b-europe table tr th:nth-child(3n){
    border-right: none;
}
.b-europe table tr th:nth-child(1){
    width: 190px;
    padding: 13.5px 0px;
}
.b-europe table tr th:nth-child(2){
    width: 217px;
}
.b-europe table tr th:nth-child(3){
    width: 219px;
}
.b-europe table tr td{
    color: #535353;
    height: 33px;
    
    font-size: 14px;
    border-right: 1px solid #b0b0b0;
    background-color: #dedede;
}
.b-europe table tr td:nth-child(3n){
    border-right: none;
}
.b-europe table tr td:nth-child(2n+2){
    background-color: #f0f0f0;
}
/*ÐŸÐµÑ€ÐµÐ²Ð¾Ð·ÐºÐ¸ Ð² Ð•Ð²Ñ€Ð¾Ð¿Ñƒ----------------------------------------------------*/
/*ÐŸÐµÑ€ÐµÐ²Ð¾Ð·ÐºÐ¸ Ð¿Ð¾ Ð Ð¾ÑÑÐ¸Ð¸----------------------------------------------------*/
.b-russia{

}
.b-block{

}
.b-russia h2,.b-russia h1{
    margin-top: 40px;
    color: #28324E;
    
    font-size: 24px;
}
.b-russia .b-block .info{
    margin-left: 56px;
    margin-top: 50px;
}
.b-russia .b-block .info .b-insurance-text{
    color: #252525;
    font-size: 16px;
    
    width: 612px;
    text-align: left;
}
.b-table-border{
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #828282;
    display: inline-block;
    margin-top: 59px;
    margin-bottom: 19px;
    overflow-x: scroll;
}
.b-link-request{
    display: inline-block;
    width: 960px;
    margin-bottom: 70px;
    text-align: left;
}
.b-russia table{
}
.b-russia table .space{
    height: 35px;
}
.b-russia table tr{
    border-bottom: 1px solid #b0b0b0;
    vertical-align: middle;
}
.b-russia table tr:last-child{
    border-bottom: none;
}
.b-russia table tr th{
    color: #535353;
    
    font-size: 16px;
    border-right: 1px solid #b0b0b0;
    min-height: 28px;
    padding: 9px 0px;
}
.b-russia table tr th:nth-child(5n){
    border-right: none;
}
.b-russia table tr th:nth-child(1){
    width: 187px;
    /*padding: 13.5px 0px;*/
}
.b-russia table tr th:nth-child(2){
    width: 201px;
}
.b-russia table tr th:nth-child(3){
    width: 193px;
}
.b-russia table tr th:nth-child(4){
    width: 174px;
}
.b-russia table tr th:nth-child(5){
    width: 195px;
}
.b-russia table tr td{
    color: #535353;
    height: 33px;
    
    font-size: 16px;
    border-right: 1px solid #b0b0b0;
    background-color: #dedede;
}
.b-russia table tr td{
    text-align: center;
}
.b-russia table tr td:nth-child(5n){
    border-right: none;
}
.b-russia table tr td:first-child{
    text-align: left;
    padding-left: 25px;
}
.b-russia table tr td:nth-child(2n+2){
    background-color: #f0f0f0;
}
/*ÐŸÐµÑ€ÐµÐ²Ð¾Ð·ÐºÐ¸ Ð¿Ð¾ Ð Ð¾ÑÑÐ¸Ð¸----------------------------------------------------*/
/*ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸-------------------------------------------------------------*/
.b-news{
    padding-bottom: 65px;
}
.b-news .b-block{
    text-align: center;
}
.b-news h2,.b-news h1{
    color: #28324E;
    
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 55px;
}
.b-news .news-describe{

}
.b-news .b-block .news-describe  .ava{
    width: 218px;
    height: 163px;
    background-image: url("/local/templates/landing11/css/../i/news/1.jpg");
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 35px;
}
.b-news .b-block .news-describe  h3 {
    text-align: left;
}
.b-news .b-block .news-describe  h3 a{
    color: #4A82C1;
    
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}
.b-news .b-block .news-describe  h3 a:hover{
    text-decoration: underline;
}
.b-news .b-block .news-describe  h4{
    color: #444;
    
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 15px;
}
.b-news .b-block .news-describe  p{
    color: #444;
    
    font-size: 16px;
    width: 335px;
    text-align: justify;
}
.b-news .b-block .news-describe .b-more{
    color: #444;
    
    font-size: 16px;
    text-align: right;
    text-decoration: underline;
    display: inline-block;
    margin-top: 13px;
}
.b-news .b-block .news-describe  a:hover{
    text-decoration: none;
}
.b-news .b-block .news-describe  span{
    width: 369px;
    height: 1px;
    background-color: #e3e3e3;
    display: block;
    margin-top: 13px;
    margin-bottom: 25px;
    margin-left: -94px;
}
.b-news .b-frame{
    width: 405px;
    height: 759px;
}
.b-news .b-green{
    margin-top: 43px;
    margin-bottom: 48px;
    display: inline-block;
    height: 30px;
}
.b-news .b-green .b-green-butt{
    color: #2E2E2E;
    
    font-size: 16px;

    text-shadow: -0.5px 0.9px 0 rgba(255, 255, 255, 0.5);
    padding: 4.5px 50px;

}
.modern-page-title{
    display: none;
}
.modern-page-navigation{
    font-size: 0px;
}
.modern-page-navigation a,
.modern-page-current{
    font-weight: normal !important;
    padding: 6px 15px !important;
    font-size: 18px;
    background-color: #eeeeec;
    display: inline-block;
    position: relative;
    top: 2px;
}
.modern-page-current{
    background-color: #c8e588;
}
.modern-page-navigation a.modern-page-previous,
.modern-page-navigation a.modern-page-next{
    top: 0px;
    display: inline-block;
    background-color: #8ecb00;
    color: #FFF;
    font-size: 0px;
    border: 0px !important;
    padding: 6px 10px !important;
    border-bottom: 2px solid #88ab3d !important;
}
.modern-page-navigation a.modern-page-previous:active,
.modern-page-navigation a.modern-page-next:active{
    top: 2px;
    border-bottom: 0px !important;
}
.modern-page-previous{
    border-radius: 8px 0px 0px 8px;
}
.modern-page-next{
    border-radius: 0px 8px 8px 0px;
}
.modern-page-previous:after{
    font-size: 16px;
    content: "Предыдущая";
}
.modern-page-next:after{
    font-size: 16px;
    content: "Следующая";
}
/*ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸-------------------------------------------------------------*/
/*ÐžÑÐ½Ð¾Ð²Ð½Ñ‹Ðµ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ñ‹---------------------------------------------------*/
.b-route{

}
.b-route .b-block{
    text-align: center;
}
.b-route h2,.b-route h1{
    color: #28324E;
    
    font-size: 24px;
    margin-top: 41px;
    margin-bottom: 30px;
}
.b-route .b-block .info{
    margin-left: 56px;
    /*margin-top: 50px;*/
}
.b-route .b-block .info p{
    color: #252525;
    font-size: 16px;
    
    width: 615px;
    text-align: left;
}
.b-route .b-block .info h3{
    text-align: left;
    margin: 20px 0;
    font-size: 18px;
    color: #252525;
    
}
.b-route .b-block .info ul{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 17px;
}
.b-route .b-block .info ul li{
    font-size: 16px;
    color: #252525;
    
    list-style-type: disc;
    text-align: left;
}
.b-route .b-block .info ul.not-bold li{
    
}
.bottom-describe{
    color: #252525;
    font-size: 16px;
    
    width: 944px;
    text-align: left;
    display: inline-block;
    margin-bottom: 70px;
}
.b-steps{
    background-color: #1e2e4e;
}
.b-steps .b-block{
    text-align: center;
    padding-bottom: 17px;
}
.b-steps h2,.b-steps h1{
    color: #FFF;
    
    font-size: 24px;
    padding-top: 25px;
}
.b-steps ul{
    margin-bottom: 26px;
    margin-top: 27px;
}
.b-steps ul li{
    float: left;
    text-align: center;
    margin-right: 34px;
    position: relative;
    min-width: 158px;
    margin-right: 48px;
}
.b-steps ul li:last-child{
    margin-right: 0px;
}
.b-steps .step{
    float: left;
}
.b-steps ul li .logo{
    background-image: url("/local/templates/landing11/css/../i/routes/1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 141px;
    height: 141px;
    display: inline-block;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3) inset;
    border-radius: 50%;
}
.b-steps ul li:nth-child(2) .logo{
    background-image: url("/local/templates/landing11/css/../i/routes/2.png");
}
.b-steps ul li:nth-child(3) .logo{
    background-image: url("/local/templates/landing11/css/../i/routes/3.png");
}
.b-steps ul li:nth-child(4) .logo{
    background-image: url("/local/templates/landing11/css/../i/routes/4.png");
}
.b-steps ul li:nth-child(5) .logo{
    background-image: url("/local/templates/landing11/css/../i/routes/5.png");
}
.b-steps ul li div{
    /*display: inline-block;*/
}
.b-steps ul li p{
    
    font-size: 16px;
    color: #FFF;
    margin-top: 9px;
    line-height: 20px;
    /*float: left;*/
    text-align: center;
    /*margin-left: -4px;*/
    max-width: 198px;
}
.b-steps ul li p b{

    color: #1E98CE;
}
.b-steps ul li > img{
    /*display: inline-block;*/
    margin-top: 135px;
    margin-bottom: 27px;
    position: absolute;
    top: 2px;
    right: -31px;
}
.b-steps ul li div img{
    float: left;
    margin-top: -6px;
    margin-left: 5px;
}
.b-more{
    text-align: center;
}
.b-more > .b-items{
    width: 100%;
    display: inline-block;
    margin-top: 35px;
}
.b-more .b-items .b-items-list{
    width: 100%;
}
.b-more .b-items .b-items-list:nth-child(2n){
    background-color: #ededed;
}
.b-more .b-items .b-items-list .center{
    display: inline-block;
}
.b-more .b-items .b-items-list .inside{
    display: table;
    padding: 12px 0px;
    min-height: 165px;
}
.b-more .b-items .b-items-list .inside .left-1{
    display: table-cell;
    vertical-align: top;
    margin-right: 15px;
}
.b-more .b-items .b-items-list .inside .item-avatar{
    background-image: url("/local/templates/landing11/css/../i/routes/1.png");
    background-position: 50% 50%;
    background-size: cover;
    width: 141px;
    height: 141px;
    border: 12px solid #ededed;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3) inset;
}
.b-more .b-items .b-items-list:nth-child(2) .inside .item-avatar{
    background-image: url("/local/templates/landing11/css/../i/routes/2.png");
}
.b-more .b-items .b-items-list:nth-child(3) .inside .item-avatar{
    background-image: url("/local/templates/landing11/css/../i/routes/3.png");
}
.b-more .b-items .b-items-list:nth-child(4) .inside .item-avatar{
    background-image: url("/local/templates/landing11/css/../i/routes/4.png");
}
.b-more .b-items .b-items-list:nth-child(5) .inside .item-avatar{
    background-image: url("/local/templates/landing11/css/../i/routes/5.png");
}
.b-more .b-items .b-items-list:nth-child(2n+2) .inside .item-avatar{
    border: 12px solid #FFF;
}
.b-more .b-items .b-items-list .inside .text{
    margin-left: 15px;
    display: table-cell;
    vertical-align: middle;
}
.b-more .b-items .b-items-list .text h3{
    color: #28324E;
    
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
}
.b-more .b-items .b-items-list .text p{
    color: #252525;
    
    font-size: 16px;
    width: 770px;
    text-align: left;
}
.b-more .b-items .b-items-list .clearfix .text .submenu{

}
.b-more .b-items .b-items-list .clearfix .text .submenu li{
    list-style-type: disc;
    text-align: left;
    margin-left: 17px;
    color: #252525;
    
    font-size: 16px;
}
/*ÐžÑÐ½Ð¾Ð²Ð½Ñ‹Ðµ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ñ‹---------------------------------------------------*/
/*Ð¡Ñ‚Ñ€Ð°Ñ…Ð¾Ð²Ð°Ð½Ð¸Ðµ---------------------------------------------------------*/
.b-insurance{
    margin-bottom: 50px;
}
.b-insurance .b-block{

}
.b-insurance h2,.b-insurance h1{
    color: #28324E;
    
    font-size: 24px;
    margin-top: 42px;
}
.b-insurance .clearfix{
    margin-top: 28px;
    margin-left: 54px;
}
.b-insurance .clearfix .content{

}
.b-insurance .clearfix .content .b-insurance-text{
    color: #252525;
    font-size: 16px;
    
    width: 612px;
    text-align: left;
    margin-top: 23px;
}
.b-level{
    background-color: #28324E;
}
.b-level .b-block{
    text-align: center;
}
.b-level h2,.b-level h1{
    color: #FFF;
    
    font-size: 24px;
    padding-top: 30px;
}
.b-level ul{
    margin-top: 33px;
    margin-bottom: 41px;
    display: inline-block;
}
.b-level ul li{
    display: block;
    overflow: hidden;
    border-radius: 30px;
    width: 290px;
    background-color: #FFF;
    height: 276px;
    margin-right: 35px;
}
.b-level ul li:last-child{
    margin-right: 0px;
}
.b-level ul li .middle{
    display: table-cell;
    vertical-align: middle;
    width: 290px;
}
.b-level ul li .back-img{
    width: 290px;
    height: 118px;
    background-image: url("/local/templates/landing11/css/../i/insurance/1.png");
    background-position: 50% 0px;
    background-size: cover;
}
.b-level ul li:nth-child(2) .back-img{
    background-image: url("/local/templates/landing11/css/../i/insurance/2.png");
}
.b-level ul li:nth-child(3) .back-img{
    background-image: url("/local/templates/landing11/css/../i/insurance/3.png");
}
.b-level ul li .text{
    display: table;
    height: 158px;
}
.b-level ul li .text h3{
    padding: 0px 25px;
    color: #9B0101;
    
    font-size: 30px;
    text-align: center;
}
.b-level ul li .text .b-level-text{
    color: #232323;
    
    font-size: 16px;
    padding: 0px 17px;
}
.b-application{

}
.b-application .b-block{
    text-align: center;
}
.b-application .b-app-text{
    color: #252525;
    
    font-size: 16px;
    text-align: left;
    width: 940px;
    display: inline-block;
    margin-top: 52px;
    margin-bottom: 18px;
}
.b-application a{
    font-size: 16px;
    color: #252525;
    
    text-align: left;
    display: inline-block;
    margin-left: 54px;
    margin-bottom: 69px;
}
.b-application a:hover{
    text-decoration: underline;
}
/*Ð¡Ñ‚Ñ€Ð°Ñ…Ð¾Ð²Ð°Ð½Ð¸Ðµ---------------------------------------------------------*/

/*404 ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð°--------------------------------------------------------*/
.b-not-found{
    display: inline-block;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 120px;
}
.b-not-found h1{
    font-size: 100px;
    
    color: #28324E;
}
.b-not-found h1 span{
    position: relative;
    top: -9px;
}
.b-not-found h2,.b-not-found h1{
    font-size: 30px;
    margin-bottom: 5px;
}
.b-not-found h3{

}
.b-not-found h3 a{
    color: #28324E;
    text-decoration: underline;
}
.b-not-found h3 a:hover{
    text-decoration: none;
}
/*404 ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð°--------------------------------------------------------*/

/*Ð”Ð¾ÑÑ‚Ð°Ð²ÐºÐ° Ð¸Ð· ÐšÐ¾Ñ‚ÐºÐ¸*-----------------------------------------------*/
.b-kotka{

}
.b-kotka .b-block{

}
.b-kotka h2,.b-kotka h1{
    color: #28324E;
    
    font-size: 24px;
    width: 455px;
    display: inline-block;
    line-height: 30px;
    padding-top: 43px;
}
.b-kotka .b-up-describe{
    width: 940px;
    margin-top: 37px;
    margin-left: 52px;
}
.b-kotka .b-up-describe div{
    text-align: left;
    color: #252525;
    
    font-size: 16px;
}
.b-kotka .b-up-describe a{
    text-decoration: underline;
    color: #252525;
    
    font-size: 16px;
}
.b-kotka .b-up-describe a:hover{
    text-decoration: none;
}
.b-kotka .b-center-describe{
    margin-left: 33px;
}
.b-kotka .b-center-describe .left-side{
    width: 630px;
    text-align: left;
    margin-top: 45px;
    margin-left: 19px;
}
.b-kotka .b-center-describe .left-side p{
    color: #252525;
    
    font-size: 16px;
    width: 605px;
}
.b-kotka .b-center-describe .left-side ul{
    margin-top: 20px;
    margin-left: 11px;
    margin-bottom: 20px;
}
.b-kotka .b-center-describe .left-side ul li{
    color: #252525;
    
    font-size: 16px;
    list-style-type: disc;
    padding-left: 10px;
}
.b-kotka .b-right-form{
    margin-top: 5px;
    margin-left: 51px;
    margin-bottom: 32px;
}
.b-fast{
    margin-left: 32px;
}
.b-fast h2,.b-fast h1{
    padding-top: 0px;
}
.b-fast .first-part{
    margin-top: 42px;
}
.b-fast .second-part{
    margin-top: 40px;
    margin-bottom: 52px;
}
.b-fast .first-part p, .b-fast .second-part p{
    color: #252525;
    
    font-size: 16px;
    text-align: left;
    margin-left: 20px;
    width: 940px;
}
.b-fast ul{
    margin-top: 20px;
    margin-left: 32px;
    margin-bottom: 20px;
}
.b-fast ul li{
    list-style-type: disc;
    color: #252525;
    padding-left: 9px;
}
.b-fast ul li p{
    color: #252525;
    
    font-size: 16px;
    text-align: left;
    width: 870px;
}
.b-fast p a{
    color: #252525;
    
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
}
.b-fast p a:hover{
    text-decoration: none;
}
.b-kotka .b-back{
    background-color: #28324e;
    padding-bottom: 50px;
}
.b-kotka .b-start{

}
.b-kotka .b-start h3{
    color: #FFF;
    
    font-size: 24px;
    padding-top: 37px;
    margin-bottom: 37px;
}
.b-kotka .b-start ul{

}
.b-kotka .b-start ul li{
    overflow: hidden;
    border-radius: 30px;
    margin-right: 18px;
    margin-bottom: 25px;
}
.b-kotka .b-start ul li:nth-child(3n){
    margin-right: 0px;
}
.b-kotka .b-start ul li .face{
    width: 332px;
    height: 159px;
    background-image: url("/local/templates/landing11/css/../i/kotka/1.jpg");
}
.b-kotka .b-start ul li:nth-child(2) .face{
    background-image: url("/local/templates/landing11/css/../i/kotka/2.jpg");
}
.b-kotka .b-start ul li:nth-child(3) .face{
    background-image: url("/local/templates/landing11/css/../i/kotka/3.jpg");
}
.b-kotka .b-start ul li:nth-child(4) .face{
    background-image: url("/local/templates/landing11/css/../i/kotka/4.jpg");
}
.b-kotka .b-start ul li:nth-child(5) .face{
    background-image: url("/local/templates/landing11/css/../i/kotka/5.jpg");
}
.b-kotka .b-start ul li:nth-child(6) .face{
    background-image: url("/local/templates/landing11/css/../i/kotka/6.jpg");
}
.b-kotka .b-start ul li .text{
    background-color: #FFF;
    height: 80px;
    display: table;
    width: 332px;
}
.b-kotka .b-start ul li .text div{
    color: #2C2C2C;
    
    font-size: 16px;
    padding: 0px 10px;
    width: 322px;
    display: table-cell;
    vertical-align: middle;
}
.b-america{
    text-align: center;
}
.b-america h3{
    color: #28324E;
    
    font-size: 24px;
    margin-top: 34px;
}
.b-america p{
    color: #252525;
    
    font-size: 16px;
    text-align: left;
    margin-top: 41px;
    margin-left: 52px;
    width: 953px;
    margin-bottom: 108px;
}
/*Ð”Ð¾ÑÑ‚Ð°Ð²ÐºÐ° Ð¸Ð· ÐšÐ¾Ñ‚ÐºÐ¸*-----------------------------------------------*/

/*ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ 2--------------------------------------------------------*/
.b-news-2{

}
.b-news-2 .b-block{

}
.b-news-2 h2,.b-news-2 h1{
    color: #28324E;
    
    font-size: 24px;
    margin-top: 34px;
    margin-bottom: 56px;
}
.b-news-2 .news-and-describe{
    text-align: left;
}
.b-news-2 .news-and-describe p{
    display: inline;
    color: #444;
    
    font-size: 16px;
    text-align: left;
    line-height: 24px;
}
.b-news-2 .news-and-describe p:after{
    content: ".";
    font-size: 0px;
    display: block;
    /*padding-bottom: 20px;*/
}
.b-news-2 .news-and-describe img{
    margin-right: 33px;
}
.b-news-2 .news-and-describe .b-title{
    text-align: left;
    width: 470px;
}
.b-news-2 .news-and-describe h3{
    color: #4A82C1;
    
    font-size: 24px;
    text-transform: uppercase;
}
.b-news-2 .news-and-describe h4{
    color: #444;
    
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-left: 3px;
    margin-bottom: 39px;
}
.b-news-2 .video{
    width: 1046px;
    height: 409px;
    background-color: #000;
    display: inline-block;
    margin-top: 72px;
    margin-bottom: 9px;
}
.b-news-2 .news-and-events{

}
.b-news-2 .news-and-events h2,.b-news-2 .news-and-events h1{
    color: #28324E;
    
    font-size: 24px;
    margin-bottom: 40px;
}
.b-news-2 .news-and-events ul{
    margin-bottom: 105px;
    display: inline-block;
}
.b-news-2 .news-and-events ul li{
    width: 218px;
    margin-right: 52px;
}
.b-news-2 .news-and-events ul li:last-child{
    margin-right: 0px;
}
.b-news-2 .news-and-events ul li .top-img{
    width: 218px;
    height: 163px;
    background-image: url("/local/templates/landing11/css/../i/ul-car.jpg");
    background-position: 50% 50%;
}
.b-news-2 .news-and-events ul li h4{
    text-align: left;
    margin-top: 15px;
    margin-left: 7px;
}
.b-news-2 .news-and-events ul li h4 a{
    color: #4A82C1;
    
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}
.b-news-2 .news-and-events ul li h4 a:hover{
    text-decoration: underline;
}
.b-news-2 .news-and-events ul li h5{
    color: #444;
    
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 3px;
    margin-left: 7px;
}
.b-news-2 .news-and-events ul li p{
    color: #444;
    
    font-size: 16px;
    text-align: justify;
    margin-top: 13px;
    margin-left: 7px;
    line-height: 21px;
}
.b-news-2 .news-and-events ul li a.b-more{
    color: #444;
    
    font-size: 16px;
    text-decoration: underline;
    text-align: right;
    display: block;
    margin-top: 22px;
    margin-right: 7px;
}
.b-news-2 .news-and-events ul li a.b-more:hover{
    text-decoration: none;
}
/*ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ 2--------------------------------------------------------*/
/*ÐŸÐµÑ€ÐµÐ²Ð¾Ð·ÐºÐ¸ Ð² Ð•Ð²Ñ€Ð¾Ð¿Ñƒ 2*-----------------------------------------------*/
.b-europe-2{

}
.b-europe-2 .b-block{
    text-align: center;
}
.b-europe-2 h2,.b-europe-2 h1{
    margin-top: 40px;
    color: #28324E;
    
    font-size: 24px;
    margin-bottom: 5px;
}
.b-europe-2 .b-block .b-trans-2 .info{
    margin-left: 44px;
    margin-top: 50px;
    margin-bottom: 86px;
}
.b-europe-2 .b-block .b-trans .inform p, .b-europe-2 .b-block .b-trans-2 .info p{
    color: #252525;
    font-size: 16px;
    
    text-align: left;
}
.b-europe-2 .b-block .b-trans-2 .info p{
    width: 615px;
}
.b-europe-2 .b-block .b-trans-2 .info ul{
    margin-top: 22px;
    margin-bottom: 24px;
    margin-left: 17px;
}
.b-europe-2 .b-block .b-trans-2 .info ul li{
    font-size: 16px;
    color: #252525;
    
    list-style-type: disc;
    text-align: left;
}
.b-trans{
    margin-left: 43px;
    margin-bottom: 65px;
}
.b-trans h2,.b-trans h1{
    margin-bottom: 30px;
}
.b-trans .inform{

}
.b-trans .inform .left-text{
    margin-top: 43px;
}
.b-trans .inform .left-text p{
    width: 646px;
}
/*
.b-trans .inform .map{
    width: 326px;
    height: 248px;
    background-image: url("/local/templates/landing11/css/../i/mini-map.jpg");
    margin-left: 24px;
}
*/
.b-trans .inform .bottom-text{
    margin-top: 23px;
}
.b-trans .inform .bottom-text p{
    width: 650px;
}
.b-europe-2 .b-right-form{
    margin-top: 20px;
    margin-left: 13px;
}
/*ÐŸÐµÑ€ÐµÐ²Ð¾Ð·ÐºÐ¸ Ð² Ð•Ð²Ñ€Ð¾Ð¿Ñƒ 2*-----------------------------------------------*/
.fancybox-skin{
    background-color: transparent;
    border-radius: 25px;
}
.b-popup{
    padding: 1px 0px;
    border-radius: 25px;
    background-color: #28324E;
    width: 277px;
}
.b-popup h3, .b-popup div.popup-caption{
    font-size: 18px;
    color: #FFF;
    
    margin-top: 20px;
}
.b-popup h4, .b-popup div.mini-caption{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    padding: 0 10px;
}
.b-popup form{
    margin-top: 22px;
    margin-bottom: 33px;
}
.b-popup form input[type="text"],
.b-popup form input[type="tel"],
.b-popup form textarea{
    
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a9adb8;
    width: 161px;
    padding: 5px 10px;
}
.b-popup form textarea{
    height: 100px;
    resize: none;
}
.b-popup form input[type="text"].error{
    padding: 3px 8px 4px;
}
.b-popup input[type="submit"]{
    margin-top: 5px;
    padding: 3px 43.5px;
    
    font-size: 16px;
}
.b-thanks{
    padding-bottom: 30px;
    text-align: center;
}
.b-thanks h3, div.popup-caption {
    margin-bottom: 7px;
}
.b-thanks h4{
    margin-bottom: 10px;
}

.b-sertificats{
    position: relative;
}
.b-sertificats h2,.b-sertificats h1, .b-sertificats div.fake-h2{
    color: #28324E;
    
    font-size: 24px;
    padding-top: 40px;
}
.b-sertificats .your-class{
    width:100%;
    max-width: 940px;
    display: inline-block;
    margin: 40px 0px 20px;
}
.b-sertificats .your-class div{
    /*float: left;*/
    /*margin: 0px 15px;*/
    /*box-shadow: 0 0 0 3px #28324E;*/
    /*padding: 10px;*/
}
.b-sertificats a{

}
.b-sertificats img{
    margin: 0px 15px;
    height: 400px;
}
.slick-prev,
.slick-next,
.slick-dots{
    display: none !important;
}
.b-nav-slick{
    position: absolute;
    top: 50%;
    width: 100%;
}
.b-nav-slick div{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url('/local/templates/landing11/css/../i/arrows.png');*/
    /*background-size: 30px;*/
}
.b-nav-slick div:hover{
    opacity: 0.7;
}
.b-left-butt{
    /*left: 30px;
    background-position: 0% 50%;*/
    left: 0px;
    background-image: url('/local/templates/landing11/css/../i/avtoflot/arrow-left.png');
}
.b-right-butt{
    /*	right: 30px;
        background-position: 100% 50%;*/
    right: 0px;
    background-image: url('/local/templates/landing11/css/../i/avtoflot/arrow-right.png');
}
.tablebodytext{
    display: none;
}
.b-back-fade{
    color: #28324E;
    text-align: left;
    padding: 50px;
}
.b-back-fade h1{
    color: #28324E;
    background-color: rgba(255, 255, 255, 0.95);
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.b-back-fade h2,.b-back-fade h1{
    color: #28324E;
    background-color: rgba(255,255,255,0.95);
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.b-back-fade h3{
    color: #28324E;
    background-color: rgba(255, 255, 255, 0.95);
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.b-back-fade h4{
    color: #28324E;
    background-color: rgba(255, 255, 255, 0.95);
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.b-back-fade h5{
    color: #28324E;
    background-color: rgba(255, 255, 255, 0.95);
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.b-back-fade p{
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    display: inline-block;
}
.b-right-form-top{
    width: 340px;
    text-align: center;
}
.b-right-form-top input[type="text"]{
    width: 223px !important;
    margin-bottom: 8px !Important;
}
.b-right-form-top input[type="submit"]{
    width: 243px !important;
    margin-top: 10px !important;
}
.b-checkbox-cont{
    margin-left: 50px;
    text-align: left;
}
.b-checkbox-cont input{

}
.b-checkbox-cont label{
    color: #FFF;
    margin-left: 8px;
}




.left-first {
    margin-left: 0 !important;
}
.ta-left {
    text-align: left;
}
.b-footer-social {
    margin-top: 67px;
}

.b-header .email {
    text-align: left;
}
.b-header .email a {
    font-size: 19px;
}
.b-footer-desc {
    max-width: 300px;
}

.hot {
    border: 1px solid #f00;
    background-color: rgb(220, 220, 220);
    color: rgb(0, 0, 255);
    padding: 2px;
    margin: 2px 1px;
    border-radius: 2px;
}
.flex-header{
    display:flex;
}
.left-part{
    margin-top: 26px;
    margin-bottom: 35px;
    display:flex;
}

.right-part{
    margin-left: auto;
    margin-top: 26px;
    margin-bottom: 35px;
    font-size:18px;

}
.logo-description{
    text-align:left;
    margin-left:25px;
}
div.logo-description, .logo-description h3 {
    color: #28324E;
    
    font-size: 18px;
    width: 315px;
    text-align: left;
    margin-top: 6px;
    font-weight: 100;
}
.b-header .right-part > a{
    margin-top: 10px;
    display: block;
    padding: 7px 26px;
    color: #363636;
    
    font-size: 16px;
}
.burger-button::before{
    content:'☰';
    color:#fff;
    font-size:24px;
}

.burger-button{
    line-height: 60px;
    width:100px;
    color:#fff;
    display:none;
    font-size:24px;
}
.b-footer--mobile{
    display:none;
}
#vk_groups{
    width:100% !important;
}
#vkwidget1{
    width:100%;
}
.bold{
    font-weight: bold;
}
.shliapa{
    display:none;
}
.price-block{
    border-width: 1pt; border-style: dotted; border-color: #bbc4cd;
}
.price-block td{
    border-width: 1pt; border-style: dotted; border-color: #bbc4cd; text-align: center;
    background-color:#fff !important;
}
.flex-block{
    display:flex;
    justify-content:space-around;
    flex-wrap: wrap;
    margin:20px;
}
.flex-block.cert .flex-item{
    width:20%;
    margin:10px 15px;
}
.flex-block.cert .flex-item img{
    width:100%;
}
.grid-block{
    display:grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin:20px;
}
.col-1-1{
    grid-template-columns: 1fr 1fr;
}
.col-1-6{
    grid-template-columns: 1fr 6fr;
}
.bold{
    font-weight:bold;
}
.b-europe-2 .b-block .b-trans-2 .info p{
    width:100%;
}
.b-describe-text{
    background:#fff;
}
.b-block.text{
    max-width: 90%;
    width:1050px;
    margin:auto;
    background: #fff;
    text-align:left;
}
.b-block.text h2{
    color: #28324E;
    
    font-size: 24px;
    padding-top: 40px;
    text-align:center;
}
.b-block.text h3{
    color: #28324E;
    
    font-size: 20px;
    padding-top: 40px;
    text-align:center;
}
.b-block.text ul li{
    list-style: disc;
    margin-left: 20px;
}
.b-route .b-block .info ol {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 17px;
}
.b-route .b-block .info ol li {
    font-size: 15px;
    color: #252525;
    
    list-style-type: decimal;
    text-align: left;
}
.video-reviews{
    float:right;
    margin-left:10px;
}
.video-reviews iframe{
    display:block;
    margin-bottom:10px;
}
.b-block .left.text-fullwidth{
    float:none !important;
}
.b-block .text-fullwidth .b-insurance-text{
    width:100% !important;
    float:none;
}

@media(max-width:1062px){
    .left-part,.right-part{
        width:50%;
    }
    .left-part .logo-image img{
        width:150px;
    }
    div.logo-description, .logo-description h3{
        font-size:12px;
    }
    .right-part h3, .right-part div{
        font-size:20px;
    }
    .left-part{
        display:block;
    }
    .burger-button{
        display:block;
        width: 100px;
        font-size:24px;
    }
    .b-block{
        min-width:320px;
        width:100%;
    }

    .b-main-describe .b-block .b-main-text{
        width:100%;
    }
    .b-top-describe .right{
        display:none;
    }
    .b-top-describe .left-block{
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .b-top-describe .left-block iframe{
        width:100% !important;
    }

    .b-cont{
        width:100% !important;
        display:block !important;
    }
    .left, .right{
        float:none !important;
        display:block;
    }
    .b-describe h2, .b-describe h1, .b-cont-describe, .b-describe .b-block .b-cont p, .b-reviews ul li .cloud, .b-reviews ul li .cloud p,
    .b-reviews ul li .cloud h3, .b-reviews ul li .cloud div.reviews-name, .b-traffic .clearfix, .b-traffic .b-country-traffic, .b-auto-text,
    .b-news .b-frame,.b-main-reviews .b-block .review p, .b-main-reviews .b-block .review, .b-route .b-block .info p,
    .bottom-describe, .b-more .b-items .b-items-list .inside .text,.b-more .b-items .b-items-list .text p,
    .b-insurance-text, .b-link-request, .b-block p, .left-text, .b-trans .inform .bottom-text,.b-trans,
    .b-europe, .b-up-describe, .left-side, .b-kotka h2, .b-kotka h1, .b-sertificats .your-class,
    .b-application .b-app-text, .b-info-text, .content, .b-top-describe .left-block/*, .b-block h2*/,
    .b-route .b-block .info, .b-news-2 .news-and-describe .b-title

    {
        /*margin:5px 10px;*/
        margin:5px 20px 5px 25px;
        width:86% !important;
    }
    .b-reviews ul li .comment{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    /*.b-reviews ul li .comment{
    	width:100px;
    	height:100px;
    }*/
    .b-reviews ul li .cloud img{
        display:none;
    }
    .b-describe .b-block .b-cont .left img{
        display:block;
        margin: auto;
        float:none;
    }
    .b-describe .b-green-border, .b-describe .b-green-butt{
        display: block;
        width: 50%;
        margin: 0 auto 10px !important;

    }
    .b-header .right-part > a{
        font-size:14px;
    }
    .roistat-phone h3, .roistat-phone{
        font-size:20px;
    }
    .b-footer{
        display:none !important;
    }
    .b-footer--mobile{
        display:block;
    }
    .b-footer-desc{
        margin:auto;
    }
    /*/company/*/
    img.company-map{
        width:100%;
    }
    /*presentation*/
    .slick-slide img{
        width:70%;
        height: auto;
        display:block;
        margin:auto;
    }
    .b-sertificats .fullwidth-slides .slick-slide img{
        width:25%;
    }
    /*.b-nav-slick div {
		top:160px;
	}*/

    .b-reviews ul li .cloud{
        width:70% !important;
        margin-left: 40px;
        margin-right: 40px;
    }
    /*uslugi-avtovoza*/
    .b-auto .b-slider,.b-auto .b-slider-cont{
        width:350px;
        height: 270px;
    }
    .b-auto .b-slider-cont div{
        background-size:350px;
        margin:25px auto 0;
        background-repeat: no-repeat;
        height: auto;
    }
    .b-slider-wrap{
        margin-top:20px !important;
        margin-bottom:20px !important;
    }
    /*news*/
    #vk_groups{
        width:100% !important;
    }
    #vkwidget1{
        width:100%;
    }

    .news-describe li{
        margin-left:10px;
        margin-right:10px;
    }
    /*reviews*/

    .b-main-reviews .b-block .review-1 img, .b-main-reviews .b-block .review-2 img{
        display:none;
    }
    .avatar{
        margin:auto;
    }
    div.bottom-describe img, div.b-link-request img{
        width:90%;
        display:block;
        margin:10px auto;
        height: auto;
    }
    /*rzd*/
    div.img-center img{
        width:90%;
        height: auto;
        display:block;
        margin:10px auto;
    }
    /*trans-europe*/
    /*stoimost-dostavki-avtomobilya-v-evropu*/
    .b-europe .b-block .info{
        margin-left:0;
        margin-right:0;
    }
    .scroll-x{
        overflow-x: scroll;
    }
    .b-europe table{
        margin-top:20px;
        margin-bottom:20px;
    }
    /*kotka*/
    .b-kotka .b-up-describe, .b-insurance .clearfix, .b-info .b-block .clearfix, .b-info ul, .b-contacts .b-block > .clearfix{
        margin-top:5px;
        margin-left:10px;
        margin-right:10px;

    }
    /*insurance*/
    /*information*/
    .b-info .b-block div.b-text{
        width:75%;
    }
    /*poisk-avto*/
    .search-map{
        width:90%;
        height: auto;
        display:block;
        margin:5px auto;
    }
    /*contacts*/
    .b-contacts .b-region{
        width:90%;
        margin:auto;
    }
    .b-contacts .coordinates .mini-map{
        margin:auto;
    }
    .shliapa{
        display:block;
        background-color: #42484f;
        color:#fff;
        position: relative;
    }
    .shliapa li{
        background: url(/local/templates/landing11/css/../i/checked.png)no-repeat center left;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .shliapa ul{
        width: 80%;
        margin: 0 auto;
        line-height: 9vw;
        font-size: 5vw;
    }
    .shliapa h1, .shliapa div.fake-h1 {
        padding: 8vw 0;
        font-weight: 600;
        font-size: 6vw;
    }
    .shliapa input#reserv_sbm{
        background: #7cc800;
        border: 0;
        font-size: 20px;
        width: 60%;
        border-radius: 5px;
        margin-top:0;
        line-height: 0.5;
        height: 70px;
        display: inline-block;
        vertical-align: middle;
        padding: 4.2vw 0 4.2vw 0;
        color: #fff;
        margin-bottom:30px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .b-main-describe ul li{
        float:none;
        display:block;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom:40px;
    }
    .b-reviews ul li .comment{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    .modal_bg {
        position: absolute;
        display: none;
        z-index: 1000;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.5);
    }
    /*модальное окно*/
    .modal_bg{position:absolute;display:none;z-index:1000;left:0;top:0;background-color:rgba(0,0,0,0.5);}
    .modal_window{
        position:absolute;
        display:none;
        left:50%;
        z-index:1100;
        font:300 16px 'Roboto Condensed';
        margin-left:-180px;
        background: rgb(38, 40, 43);
        width: 353px;
        padding: 25px 0px 35px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #777;
    }
    #formfloat input[type='text']{
        width: 277px;
        height: 30px;
        background: #26282b;
        border: none;
        font: 300 18px 'Roboto Condensed';
        color: #cccccc;
        border: 1px solid #777;
    }
    .modal_window input {margin-top:14px;border-radius:7px;padding:4px;}
    #zresult {font:bold 24px 'Roboto Condensed';color:#fff;text-transform:uppercase;}

    button {border:0px;background:none;position:absolute;right:1px;top:1px;color:#fff;}
    #formfloat input[type='submit'] {
        height: 70px;
        width: 90.5vw;
        background: #7cc800;
        border: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 400;
        border-radius: 6px;
    }
    #formfloat input[type='submit'] {
        width: 80%;
        height: 50px;
    }
    #formfloat input[type='text'] {
        width: 277px;
        height: 30px;
        background: #26282b;
        border: none;
        font: 300 18px 'Roboto Condensed';
        color: #cccccc;
        border: 1px solid #777;}
    .modal_window .btn-x {
        right: 10px;
        top: 7px;
        font-size: 18px;
        line-height: 16px;
    }
    /*модальное окно*/
    /*contacts*/
    .b-contacts .b-region ul{
        margin:25px auto;
    }
    .b-contacts .coordinates {
        width:100%;
    }
    .b-contacts .coordinates .mini-map{
        width:100%;
    }
    /*contacts*/
    .b-about .left-describe{
        width:100%;
    }
    .b-about p{
        width:100%;
    }
    .b-steps .step{
        float:none;
        margin-bottom:30px;
    }

    .b-steps ul li{
        min-width:100%;
    }
    .b-steps ul li p{
        max-width: 100%;
        margin-top:5px;
    }
    .b-steps ul li > img{
        display:none;
    }
    .b-more .b-items .b-items-list .inside .left-1{
        display:inline-block;
    }
    .b-more .b-items .b-items-list .inside .text{
        display:block;
    }
    .b-about .about-img{
        margin-right: auto;
        margin-left: auto;
    }
    .b-sertificats .your-class{
        width:70% !important;
    }
    .b-russia table tr th{
        width:23% !important;
    }
    .b-russia table tr td{
        padding-left:0 !important;
    }
    .b-russia table tr td p, .b-russia table tr th p{
        margin:0 !important;
    }

    .b-main-describe ul li h3, .b-main-describe ul li div{
        margin-top:0;
    }
    .grid-block{
        margin:5px;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }
    .grid-block p{
        margin:5px;
    }
    .b-europe-2 .b-block .b-trans-2 .info, .b-russia .b-block .info{
        margin-left:10px;
    }
    .b-russia table tr th, .b-russia table tr td{
        font-size:12px;
    }
    .b-trans .left-text, .b-trans .bottom-text{
        width:100%;
        margin:5px 0;
    }
    .video-reviews{
        float:none;
    }
    .b-block .text-fullwidth .b-insurance-text{
        width:90% !important;
    }
    .b-block .info .b-insurance-text p{
        margin:5px;
    }
    .b-level ul li{
        margin-right:0;
        margin:10px auto;
    }
    .amo-button-holder.amo-vertical{
        left:60% !important;
    }

}
@media(max-width:349px){
    .left-part .logo-image img{
        width:130px;
    }
    .right-part h3{
        font-size:14px;
    }
    .line-0{
        font-size:16px;
    }
    .b-describe .b-block .b-cont .left img{
        width:250px;
    }
    .slick-slide img{
        width:250px;
    }
    .b-block {
        min-width:250px;
    }
    .b-reviews h2, .b-reviews h1, .b-reviews div.fake-h2{
        font-size:22px;
        padding:0 24px;
    }
    .b-header .right-part > a{
        font-size:8px;
        margin-top:4px;
    }
    .b-main-describe ul li{
        float:none;
        display:block;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .b-reviews ul li .comment{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }

}
.faq-item {
    margin: 15px 0;
}
.faq-item__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.faq-item__title:hover {
    cursor: pointer;
}
.faq-item__content {
    display: none;
    padding-left: 20px;
}
.faq-item .faq-item__content ul {
    margin: 10px 0 10px 25px;
}
.faq-item .faq-item__content ul li{
    list-style-type: disc;
    list-style-position: inside;
}

/* End */
/* /local/templates/landing11/css/style.css?168441342423719 */
/* /local/templates/landing11/css/layout.css?168443054270795 */
