/*!
Theme Name: rrlog
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rrlog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

avtoname is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
	color: inherit;
}

a:visited {
	/*color: purple;*/
	color: inherit;
}

a:hover, a:focus, a:active {
	/*color: midnightblue;*/
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.document_item{
	font-size:14px!important;
	font-weight:bold!important;
}
.item__header{
	font-size:14px!important;
	font-weight:bold!important;
}


/*tk new*/

.fr-page-body ul, .fr-page-body ol {
	margin: 0;
	padding-left:0;
	}
.fr-page-body ul{
	list-style: none;
	}
.fr-page-body ul li{
	display: flex;
	align-items: flex-start;
	}
.fr-page-body ul li:before{
	content: '—';
	color:#148EBB;
	padding-right:10px;
	}

a:focus, a:active {
	color: inherit;
	}

.wrp{
	max-width:100%;
	width:100%;
	display: flex;
	align-items: center;
	}
.inner-wrp-margin{
	max-width:1366px; /*tmp width*/
	width:100%;
	margin:0 auto;
	position: relative;
	}

/*fix old width*/
.title-page .layout_center_2_id_11_1 {
	margin: 0 auto;
	width: 100% !important;
	max-width: 1200px;
	}
.title-page .block-15{
	width: 100% !important;
	}

/*end fix*/
@media (min-width: 1200px) and (max-width: 1450px){
	.inner-wrp-margin{
		max-width:1200px;
		}
	.title-page .layout_center_2_id_11_1{
		max-width: 1200px;
		}
	}


	.bg-005168{
	background-color: #005168;
	}



/*header*/
header{
	font:normal normal 15px/18px Roboto;
	}

.header_wrp1{
	min-height:40px;
	}
.tk-top-menu-wrp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	}
.tk-top-menu-wrp a:hover{
	color: #fff;
	}

.tk-top-menu-wrp ul.mega-menu>li:first-child>a{padding-left:0 !important;}
				ul.mega-menu>li:last-child>a{padding-right:0 !important;}
.tk-top-menu-wrp ul.mega-menu li a:hover{
	text-decoration: underline !important;
	}

form.search {
	display: flex;
	max-width: 250px;
	min-width:170px;
	width:auto;
	margin: 0;
	margin-block-end:0;
	}
form.search input[type="text"] {
	border-radius: 0;
	outline: 0;
	border: none;
	padding:0;
	color:#fff;
	background: none;
	max-width: 170px;
	padding-left:10px;
	}
form.search input[type="text"]::placeholder,
form.search input[type="text"]::-webkit-input-placeholder{
	color:#fff;
	}
form.search input[type="submit"] {
	border: 0;
	background: transparent;
	border-radius: 0;
	color: white;
	font:normal normal 0px/20px Roboto;
	transition: 300ms all;
background: url(/wp-content/themes/rrlog/img/search.svg) center center;
	width:25px;
	height:20px;
	background-repeat: no-repeat;
	}
form.search input[type="submit"]:hover {
	background: transparent;
	background: url(/wp-content/themes/rrlog/img/search.svg) center center;
	background-repeat: no-repeat;
	}

/*вторая строка шакпи*/
.header_wrp2{
	min-height:106px;
	}
.tk-middle-header-wrp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.tk-middle-header_logo{
	flex: 0 1 320px;
	margin-right:1.5vw;
	}
.tk-middle-header_logo img{
	max-width: 320px;
	width:100%;
	height:auto;
	}

.tk-middle-header_contacts{
	flex: 1 0 620px;
	margin:0 auto;
	}
.tk-middle-header_contacts__top-row,
.tk-middle-header_contacts__bottom-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.tk-middle-header_contacts__top-row>div,
.tk-middle-header_contacts__bottom-row>div{
	flex: 0 1 200px;
	}
.tk-middle-header_contacts__bottom-row{
	margin-top: 5px;
	}
.tk-middle-header_contacts__top-row-item a,
.tk-middle-header_contacts__top-row-item span,
.tk-middle-header_contacts__bottom-row-item__email a{
	font:normal bold 16px/20px Roboto;
	color: #0A171C;
	text-decoration: none;
	}
a.one-window{
	color: #ffffff;
	}

.work-time,
.adress,
.phone,
.mailto,
.one-window{
	display: flex;
	align-items: center;
	flex-direction: row !important;
	}
.work-time:before,
.adress:before,
.phone:before,
.mailto:before,
.one-window:before{
	content: "";
	width:20px;
	height: 20px;
	margin-right:10px;
	background-repeat: no-repeat !important;
	}
.work-time:before{background: url(/wp-content/themes/rrlog/img/clock.svg) center center;}
.adress:before{background: url(/wp-content/themes/rrlog/img/geoadress.svg) center center;}
.phone:before{background: url(/wp-content/themes/rrlog/img/phone.svg) center center;}
.mailto:before{background: url(/wp-content/themes/rrlog/img/mail.svg) center center;}
.one-window:before{background: url(/wp-content/themes/rrlog/img/onewindow.svg) center center;}

.one-window:hover{
	text-decoration: none;
	}





.sml-grey,
.sml-grey a,
.sml-grey span{
	font:normal normal 14px/18px Roboto;
	color: #828282;
	text-decoration: none;
	}

.tk-middle-header_contacts__bottom-row-item>*{
	display: flex;
	flex-direction: column;
	}

.header-wts-vib{
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	flex-direction: row;
	/*padding-top:3px;*/
	}
.header-wts-vib > a{
	padding-right:10px;
	}
.tk-middle-header_contacts .header-wts-vib > a:hover{
	color:#000;
	}

.tk-middle-header_buttons{
	flex: 0 1 390px;
	margin-left:1.5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.wht-button,.blue-button{
	font:normal 400 16px/19px Roboto !important;
	color: #148EBB !important;
	border: 2px solid #148EBB;
	background-color:transparent;
	max-width: 160px;
	box-sizing: border-box;
	height: 50px;
	display: flex;
	align-items: center;
	text-decoration: none;
	text-align: center;
	}
.blue-button{
	color: #fff !important;
	background-color: #148EBB !important;
	border: none;
	max-width: 200px;
	margin-left:1.5vw;
	padding: 0 10px;
	}

.wht-button:hover{
	color: #fff !important;
	background-color: #148EBB !important;
	}
.blue-button:hover{
	background-color: #5CD4E5 !important;
	}




.bg-F2F2F2{
background-color: #F2F2F2;
	}
/*********************/
@media (min-width: 768px) {
	.tk-main-menu-wrp ul.mega-menu {
		display: flex !important;
		justify-content: space-between !important;
		}
	.tk-main-menu-wrp #mega-menu-wrap-main_header_menu #mega-menu-main_header_menu li.mega-menu-item li.mega-menu-item a{
		padding: 10px 0 !important;
		}
	#mega-menu-main_header_menu ul.mega-sub-menu li{
		padding-left:10px !important;
		}
	}
/***************/
.tk-main-menu-wrp ul.mega-menu > li > a {
	font-size: calc(18px - 2vw / 10) !important;
	}
#mega-menu-wrap-main_header_menu #mega-menu-main_header_menu > li.mega-menu-item.mega-menu-flyout:last-child ul.mega-sub-menu {
    width: 230px;
	max-width: 100%;
}

.tk-breadcrumbs {
	height: 40px;
	display: flex;
	align-items: center;
	margin-top: 0;/*для старых страниц*/
	}
.tk-breadcrumbs .current-item{
	margin-top:0;
	margin-bottom:0;
	}
.tk-breadcrumbs span{margin:0 10px;}
.tk-breadcrumbs span:first-child{margin-left:0;}
.tk-breadcrumbs span:last-child{margin-right:0;}

#seo_text{
	padding:20px 0 !important;
	}
#seo_text.seo-text1{
	padding-top:0 !important;
	}
.localaboutus{
	margin:0;
	}
.pk .title-page .widget-62 {
	margin: 0;
}
table.table {
		 width:100%;
		 }
table.table td{
	border:1px solid grey;
	padding: 10px 5px;
	}
table.table tr td:first-child{
	width:20%;
	}
table.table tr td:last-child{
	width:40%;
	}


/*footer*/
.footer_wrp-news{
	padding:60px 0;
	}
.footer_wrp-news .news__title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.footer_wrp-news .news__title>*{
	flex:0 0 33%;
	}
.footer_wrp-news .news__title h3{
	font:normal bold 35px/41px Roboto;
	color: #000000;
	text-align: center;
	margin:0;
	margin-bottom:40px;
	}
.footer_wrp-news .news__title .blue-link{
	font:normal normal 18px/21px Roboto;
	color: #148EBB;
	text-align: right;
	text-decoration: none;
	}

.footer_wrp-news .news__list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
.footer_wrp-news .news__list .item-outer{
	flex: 1 0 calc(33% - 1vw);
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	min-height:530px;
	max-width:calc(33% - 1vw);
	}
.footer_wrp-news .news__list .item-outer .item{
	display: flex;
	flex-direction: column;
	}
.footer_wrp-news .news__list .item .item__img img{
	max-width:100%;
	width:100%;
	object-fit: cover;
	height:260px;
	}
.footer_wrp-news .item-content{
	padding:40px 30px;
	}
.footer_wrp-news .item__date{
	font:normal normal 16px/19px Roboto;
	color: #BDBDBD;
	}
.footer_wrp-news .item__title a{
	font:normal bold 24px/28px Roboto;
	color: #0A171C;
	text-decoration: none;
	padding:20px 0;
	min-height: 125px;
	display: block;
	}
.footer_wrp-news .item__text{
	font:normal normal 16px/19px Roboto;
	color: #0A171C;
	padding-bottom:20px;
	}

.footer_wrp-news .item__readmore a{
	font:normal normal 16px/18px Roboto;
	color: #148EBB;
	text-align: right;
	text-decoration: none;
	display: block;
	}



/*geo*/
#geo {
	background-image: url(/wp-content/themes/rrlog/img/geo-map-bg.jpg);
	background-color:transparent;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	padding:60px 0;
	}
.tk-footer_logo{
	padding-bottom:30px;
	}
.footer_wrp-geo h4{
	margin: 0;
	padding:0 0 40px 0;
	font:normal bold 25px/30px Roboto;
	color: #fff;
	text-align: center;
	}
.footer_wrp-geo.geo_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.footer_wrp-geo .geo_list li{
	flex: 0 0 20%;
	text-align: left;
	list-style: none;
	margin-bottom: 20px;
	}
.footer_wrp-geo .geo_list a {
	text-decoration: none;
	font:normal normal 16px/18px Roboto;
	transition: ease 0.3s;
	color: rgba(255, 255, 255, 1);
	}
.footer_wrp-geo .geo_list li:nth-child(5n){
	padding-left:20px;
	}



.bg-333{
	background-color: #333333;
	}
.wrp-footer .inner-wrp-margin{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding:40px 0 30px;
	}
.wrp-footer .inner-wrp-margin .footer-menu{
	flex: 0 0 33%;
	}
.header_footer{
	font:normal bold 30px/35px Roboto;
	color: #fff;
	margin:0;
	padding:0 0 40px 0;
	}

.menu-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.menu-footer ul li{
	margin-bottom:20px;
	}
.menu-footer ul li a{
	font:normal normal 16px/20px Roboto;
	color: #fff;
	text-decoration: none;
	}
.menu-footer ul li a:hover{
	font:normal normal 16px/19px Roboto;
	color: #fff;
	text-decoration: underline;
	}
footer a:focus, footer a:active {
	color: #fff;
	}

.footer-contact-title{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}
.footer-contact-title .header_footer{
	margin-right:auto !important;
	}
.footer-contact-title a{
	padding-bottom:40px;
	}
a.inst-acc img{
	margin-right:20px;
	}

.wrp-footer .work-time, .wrp-footer .adress, .wrp-footer .phone, .wrp-footer .mailto{
	font:normal normal 15px/20px Roboto;
	color: #fff;
	padding-bottom:12px;
	text-decoration: none;
	}
.sml-wiht{
	font:normal normal 14px/18px Roboto;
	color: #fff;
	padding-bottom:30px;
	display: inline-block;
	}
.sml-wiht *{
	font:normal normal 14px/18px Roboto;
	color: #fff;
	}

.sml-blue{
	padding-bottom:30px;
	justify-content: flex-start;
	}
.sml-blue a{
	font:normal normal 14px/18px Roboto;
	color: #5CD4E5;
	text-decoration: none;
	margin-right:70px;
	}

.footer-button{
	max-width: 440px;
	width:100%;
	height:50px;
	font:normal bold 16px/50px Roboto;
	color: #333333;
	background: #5CD4E5;
	text-align: center;
	display: inline-block;
	margin-top:30px;
	}

.rght-img-flex-block,.left-img-flex-block{
	display: flex !important;
	justify-content: space-between;
	align-items: unset;
	/*flex-wrap: wrap;*/
	padding:80px 0;
	font:normal normal 15px/18px Roboto;
	color: #0A171C;
	}
.rght-img-flex-block .left-block{
	flex: 1 1 calc(77% - 6vw - 40px);
	padding-right:35px;
	}
.rght-img-flex-block .right-block{
	flex:1 1 calc(33%);
	padding-left:40px;
	border-left: 3px solid #148EBB;
	}

.left-img-flex-block .left-block{
	flex:1 1 calc(33%);
	padding-right:40px;
	border-right: 3px solid #148EBB;
	}
.left-img-flex-block .right-block{
	flex: 1 1 calc(77% - 6vw - 40px);
	padding-left:35px;
	}
.rght-img-flex-block img,.left-img-flex-block img{
	object-fit: cover;
	height: fit-content;
	}



.fr-page-body h1{
		 font:normal bold 35px/41px Roboto;
		 color: #0A171C;
	margin:0;
	padding:0 0 40px 0;
		 }
.fr-page-body h2, .fr-page-body .h2{
	font:normal bold 30px/35px Roboto;
	color: #0A171C;
	margin:0;
	padding:0 0 40px 0;
	}
.fr-page-body a{
	color: inherit;
	}
.fr-page-body a:active,
.fr-page-body a:focus,
.fr-page-body a:hover{
	color: inherit;
	}

#price {
	margin: 0 auto;
	width: 100%;
	}
#price h2{
	text-align: center;
	padding-bottom:60px;
	}
.tk-price_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.tk-price_inner .price_item{
	border-top: 3px solid #148EBB;
	flex:1 0 calc(25% - 20px);
	background: #F2F2F2;
	min-height:280px;
	min-width:calc(25% - 20px);
	padding:0 25px 48px;
	text-align: center;
	display: block;
	border-radius: 0;
	margin-right:20px;
	}
.tk-price_inner .price_item:last-child{
	margin-right:0;
	}
.tk-price_inner .price_item p:nth-child(1){
	font:normal bold 20px/24px Roboto;
	color: #000;
	text-align: center;
	padding-bottom:20px;
	min-height:140px;
	display: flex;
	align-items: center;
	}
.tk-price_inner .price_item p:nth-child(4){
	font:normal normal 16px/18px Roboto;
	color: #000;
	padding-top:20px;
	}
.tk-price_inner .price_item span{
	font:normal bold 30px/35px Roboto;
	color: #148EBB;
	padding-right:10px;
	}
.tk-price_inner .price_item span.currency{
	padding-right:0;
	}


.tk-preim h2{
	padding:60px 0 47px;
	text-align: center;
	}
.tk-preim .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom:60px;
	}
.tk-preim .list .item-outer{
	flex:1 0 calc(33% - 20px);
	background: #F2F2F2;
	/*min-height:280px;*/
	min-width:calc(33% - 20px);
	padding:0;
	text-align: center;
	display: block;
	border-radius: 0;
	margin-right:20px;
	}
.tk-preim .list .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 225px;
	}
.tk-preim img{
	width:100% !important;
	max-height: 60px!important;
	}

.tk-preim span.title{
	font:normal bold 20px/24px Roboto;
	color: #0A171C;
	text-align: center;
	text-transform: none;
	padding:20px 0;
	display: block;
	max-width: 310px;
	margin:0 auto;
	}
.tk-preim .text{
	font:normal normal 15px/19px Roboto;
	color: #0A171C;
	text-align: center;
	}


.fr-page-body-transporter{
	padding-top:60px;
	}
.fr-page-body-transporter #transporter{
	background: transparent;
	background: url(/wp-content/themes/rrlog/img/bg-rachet.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:390px;
	width:100%;
	position: relative;
	}
.tk-transporter-inner-wrp{
	display: flex;
	justify-content: space-between;
	z-index: 4;
	position: relative;
	}
.fr-page-body-transporter h3{
	font:normal bold 30px/35px Roboto;
	color: #ffffff;
	text-align: left !important;
	margin:0;
	padding: 60px 0 0 7vw;/*tmp*/
	}
.tk-transporter{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -60px;
	}
.transporter-item{
	/*max-width: calc(100% / 6 - 40px);*/
	margin-right:40px;
	flex: 1 0 calc(100% / 6);
	min-height: 360px;
	width:100%;
	height:100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	}
.transporter_caption{
	font:normal bold 18px/21px Roboto;
	color: #0A171C;
	text-align: center;
	min-height: 42px;
text-decoration: none;
	display: inline-block;
	width: 100%;
	padding:10px 1.5vw;
	}
.transporter_golink{
	font:normal normal 18px/21px Roboto;
	color: #148EBB !important;
	text-align: right;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding:10px 1.5vw 30px;
	}
.decor-title {
	position: absolute;
	z-index: 2;
	right:10px;
	bottom:0;
	font-size: 130px;
	line-height: 130px;
	font-weight: bold;
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	opacity: 0.4;
	}


.fr-page-body-utp{
	width: 100%;
	min-height: calc(340px + 113px);
	}
.fr-page-body-utp .utp{
	height:340px;
	background-color:#148EBB;
	position: relative;
	margin-bottom: 113px;
	width: 100%;
	}
.fr-page-body-utp .utp_list{
	position: relative;
	z-index: 4;
	display: flex;
	justify-content: center;
	/*align-items: flex-start;*/
	flex-wrap: nowrap;
	margin-top: 112px;
	}
.fr-page-body-utp .utp_list .item_utp{
	margin:0 10px;
	padding: 0;
	flex: 1 0 calc((100% / 6) - 6vw);
	min-height: 240px;
	max-height: unset;
	width:100% !important;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: space-around;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.9));*/
	}
.fr-page-body-utp .img_utp img{
	width: 55px;
	height:55px;
	margin-top:150px;
	margin-bottom:15px;
	}
.fr-page-body-utp .name_utp {
	font:normal bold 18px/21px Roboto;
	color: #ffffff;
	height: auto;
	margin:15px 15px 15px;
	}
.fr-page-body-utp .utp-link{
	font:normal bold 18px/21px Roboto;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	}
.fr-page-body-utp .decor-title-utp{
	top:0;
	bottom:auto;
	}

.fr-page-body-utp .utp_list .item_utp:nth-child(1){
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8)),url(/wp-content/uploads/pages/fp-1.jpg);
	}
.fr-page-body-utp .utp_list .item_utp:nth-child(2){
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8)),url(/wp-content/uploads/pages/fp-2.jpg) center center;
	}
.fr-page-body-utp .utp_list .item_utp:nth-child(3){
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8)),url(/wp-content/uploads/pages/fp-3.jpg) center center;
	}
.fr-page-body-utp .utp_list .item_utp:nth-child(4){
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8)),url(/wp-content/uploads/pages/fp-4.jpg) center center;
	}
.fr-page-body-utp .utp_list .item_utp:nth-child(5){
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8)),url(/wp-content/uploads/pages/fp-5.jpg) center center;
	}
.fr-page-body-utp .utp_list .item_utp:nth-child(6){
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8)),url(/wp-content/uploads/pages/fp-6.jpg) center center;
	}

.front-page-form-slider{
	max-width:440px;
	width:100%;
	padding: 0 40px;
	padding-top: calc((100vh - 310px) / 10);
	padding-bottom: calc((100vh - 310px) / 10);
	background: rgba(255,255,255,0.8);

	position: absolute;
	right:0;
	top:-480px;
	/*top: calc(0px - (100vh - 250px));*/
	z-index: 2;
	}
.front-page-form-slider .main-form-groups {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	}
.front-page-form-slider .form-caption{
	font:normal bold 18px/21px Roboto;
	color: #0A171C;
	text-align: center;
	margin:0;
	padding:0;
	padding-bottom: calc((100vh - 310px) / 20);
	}
.front-page-form-slider input.wpcf7-form-control.wpcf7-text {
	margin: 0 !important;
	width: 100%;
	float: none;
	text-indent: 40px;
	height: 40px;
	border:none;
	border-bottom: 1px solid #0A171C;
	background: transparent!important;
	}
.front-page-form-slider .main-form-group{
	/*padding-bottom: 1.7vw;*/
	padding-bottom: calc((100vh - 310px) / 20);
	width: 100%;
	}
.front-page-form-slider .main-form-groups .main-form-group img {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 9px;
	}
.front-page-form-slider .main-form-group textarea{
	margin: 0 !important;
	width: 100%;
	border:none;
	text-indent: 10px;
	border-bottom: 1px solid #0A171C;
	background: transparent!important;
	min-height: 40px;
	}
.front-page-form-slider input.wpcf7-submit {
	margin: 0!important;
	border: none;
	box-shadow: none;
	position: relative;
	top: 0;
	left: 0;
	width: 100%!important;
	min-height: 40px;
	z-index: 2;
	background-color:#148EBB;
	color:#ffffff;
	padding:0!important;
	display: flex;
	align-items: center;
	text-align: center;
	}
.front-page-form-slider input::placeholder, .front-page-form-slider textarea::placeholder{
	color: #0A171C;
	}
.front-page-form-slider textarea::placeholder{
	text-indent: 0;
	}
.front-page-form-slider .main-form-note, .front-page-form-slider .main-form-note a{
	font:normal normal 13px/16px Roboto !important;
	color: #0A171C;
	padding:0;
	text-decoration: none;
	}

.fr-page-body form {
	display: block;
	margin: 0em;
	margin-block-end: 0 !important;
	}
.fr-page-body input:focus-visible, .fr-page-body textarea:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 1px;
	outline-color: #148EBB !important;
	}





/*stnd form*/
.inner-fw-form{
	height:420px;
	}
.flex-form_wrp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.flex-form_wrp .left-bl{
	flex: 0 0 40%;
	margin-right: 20px;
	}
.inner-fw-form.bg-img{
	background: url(/wp-content/uploads/pages/bg-form.jpg) center right,linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.0));
	background-repeat: no-repeat !important;
	background-size: 50% 100%;
	}
.inner-fw-form .form-caption{
	font:normal bold 25px/31px Roboto;
	color: #148EBB;
	}
.inner-fw-form form{
	margin:0;
	}
.inner-fw-form .place-action-form{
	background: #FFFFFF;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	padding: 3vw;
	}
.inner-fw-form .inputs{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width:100%;
	flex-wrap: wrap;
	}
.inner-fw-form .inputs>div{
	flex:0 0 49%;
	}

.inner-fw-form input,.inner-fw-form textarea{
	margin: 0 0 20px !important;
	width: 100%!important;
	float: none!important;
	text-indent: 20px;
	min-height: 40px;
	border:none;
	background: #F2F2F2 !important;
	}
.inner-fw-form .inputs textarea {
	overflow: auto;
	text-indent: 30px;
	}
.inner-fw-form input.wpcf7-submit {
	margin: 0 auto 20px!important;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	width: 50%!important;
	min-height: 40px;
	z-index: 2;
	background-color:#148EBB!important;
	color:#ffffff;
	padding:0!important;
	display: flex;
	align-items: center;
	text-align: center;
	text-indent: 0;
	}
.inner-fw-form *::placeholder{
	color: #0A171C;
	}
.inner-fw-form textarea::placeholder{
	line-height: 35px;
	}
.inner-fw-form input.wpcf7-submit:hover{
	background-color: #5CD4E5!important;
	}
.inner-fw-form input:focus-visible,
.inner-fw-form textarea:focus-visible{
	outline: -webkit-focus-ring-color auto 1px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 1px;
	outline-color: #148EBB !important;
	}
.form-annot, a.small-link-form{
	font:normal normal 11px/15px Roboto;
	color: #0A171C;
	text-decoration: none;
	}


.inner-fw-form.bg-no-img{
	background: url(/wp-content/uploads/pages/no-bg-form.jpg) center right,linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.0));
	background-repeat: no-repeat !important;
	background-size: 50% 100%;
	}


/*.seo-text1 .inner-fw-form.bg-img{
	background: url(/wp-content/uploads/pages/bg-form.jpg) center right,linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.0));
	background-repeat: no-repeat !important;
	background-size: 100% 100%;
	padding:0 20px;
	height:auto;
	}*/
.seo-text1 .inner-fw-form{
	height: auto;
	}
.seo-text1 .inner-fw-form .main-form-note{
	display: none;
	}
.seo-text1 .inner-fw-form h2.form-caption{
	font-size:43px;
	}
.seo-text1 .inner-fw-form .form-caption span:last-child{
	display:block;
	}
.li-big-size{
	margin-top:30px;
	margin-left:10px;
	}
.li-big-size li{
	font-size:16px;
	font-weight: 600;
	padding: 5px 0;
	}

.seo-text1 .inner-fw-form .front-page-form-slider{
	position: relative;
	padding: 10px 10px;
	margin: 0 5vw 0 0;
	top: auto;
	right: auto;
	}

.tk-price_inner.tk-price_inner_cr .price_item {
	min-height: 80px;}



.slw .txt {
	position: absolute;
	top: 6vw;
	left: 7vw;
	background: transparent;
	max-width: 50%;
	margin: 0;
	}
.slw .zz1 {
	color: #fff;
	font: normal bold 35px/41px 'Roboto';
	padding: 0 0 3vw;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 100%;
	min-height: unset;
	}
.slw .zz1:before, .slw .zz1:after {
	content: none;
	width: 60px;
	height: 102px;
	background: url(../images/z1.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: -60px;
	}

.slw .zz-sl{
	font: normal normal 21px/25px 'Roboto';
	color: #ffffff;
	padding: 0 0 3vw;
	margin:0;
	}
.slw .zz2 {
	max-width: 310px;
	width: 100%;
	height: 50px;
	font: normal bold 16px/50px Roboto;
	color: #333333;
	text-decoration: none;
	background: #5CD4E5;
	text-align: center;
	display: inline-block;
	position: relative;
	bottom: unset;
	right: unset;
	margin-top: 1.5vw;
	margin-bottom:1.5vw;
	}
.slw .zz2:hover{
	color: #ffffff;
	}
.slw .vect{
	width:20px !important;
	height:20px;
	min-height: 20px !important;
	margin-left:145px;
	margin-bottom:2.5vw;
	}

.slw .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	min-height: calc(100vh - 210px);
	object-fit: cover;
	}

/*contact page*/
.contacts-inner h2, .contacts-inner h3{
	font:normal normal 18px/23px Roboto;
	margin:0;
	padding:10px 0;
	}
.contacts-inner a:hover, .contacts-inner a:focus, .contacts-inner a:active, .contacts-inner a:visited {
	color: inherit;
	}
.contacts-inner a{
	text-decoration: none;
	display: block;
	padding:10px;
	}
.contacts-inner p{
	padding:10px;
	margin:0;
	color: inherit;
	font-size: 14px;
	}
.contacts-inner a:hover{
	text-decoration: underline;
	}
.contacts-inner-socseti a{
	display: inline-block;
	}
.contacts-inner-messendz a{
	padding:19px 0;
	}
.contacts-inner a.mailto{
	display: flex;
	}
table.recviz{
	margin-top:30px;
	width: 100%;
	}
table.recviz td{
	border: 1px solid grey;
	padding:10px 0 10px 10px;
	font-size: 14px;
	}


.flx-wrp{
	display: flex;
	justify-content: space-between;
flex-wrap: wrap;
	}
.flx-wrp .flx-blc{
	flex: 1 1 50%;
	}


/*main form*/
.form-annot a:active, .form-annot a:focus, .form-annot a:visited, .main-form-note a:active, .main-form-note a:focus, .main-form-note a:visited{
	color:inherit;
	}


.main-form__container {
	padding: 15px 15px 10px !important;
	background: #091722;
	}
.main-form__inner .main-form-note{
	font: normal bold 12px/15px Arial;
	color: #ffffff;
	padding-top:10px;
	}
.main-form__inner .main-form-note a{
	font: normal bold 12px/15px Arial;
	color: #ffffff;
	}
.main-form__inner:before {
	height: 90px !important;
	}
.main-form__inner:after {
	border-top: 90px solid #091722 !important;
	}



/*inner-uslugi*/

.title-page h1.inner-page-h1{
margin: 0 auto;
	background: none;
	}
.wrp-inner-banner{
	background-repeat: no-repeat;
	background-size: cover;
	}
.inner-margin-wrp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

.wrp-inner-banner .txt-inner-banner{
	margin-left: 15%;
	color:#fff;
	flex: 1 1 50%;
	}
.txt-inner-banner h2{
	color:#fff;
	font-size: 45px;
	margin:0 0 40px 0;
	}
.txt-inner-banner h2.form-caption{
	font-size: 25px;
	}
.txt-inner-banner h2 span:last-child{
	display: block;
	}
.txt-inner-banner ul.li-banner{
	margin:0;
	font:normal 400 16px/19px Roboto;
	}
.txt-inner-banner ul.li-banner li{
	padding:10px 0;
	}

.calcbutton{
	max-width: 300px;
	width: 100%;
	/*height: 50px;*/
	font: normal 400 12px/40px Roboto;
	color: #fff !important;
	text-decoration: none;
	background-color: #148EBB!important;

	text-align: center;
	display: inline-block;
	position: relative;
	bottom: unset;
	right: unset;
	margin-top: 1.5vw;
	margin-bottom: 1.5vw;
	border-radius:4px;
	}
.calcbutton:hover{
	background: #5CD4E5 !important;
	}

.form-inner-banner{
	flex: 1 1 50%;
	justify-self: flex-end;
	display: flex;
	}
.form-inner-banner form{
	margin:0;
	}
.form-inner-banner .front-page-form-slider{
	max-width: 440px;
	width: 100%;
	padding: 40px 40px;
	background: rgba(10, 23, 28, 0.7);
	position: relative;
	right: auto;
	top: auto;
	}
.form-inner-banner .front-page-form-slider .form-caption {
	font: normal bold 30px/35px Roboto;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0 0 40px 0;
	}
.form-inner-banner *::placeholder{
	color: #fff !important;
	}
.form-inner-banner .front-page-form-slider input.wpcf7-form-control.wpcf7-text,
.form-inner-banner .front-page-form-slider .main-form-group textarea{
	border-bottom: 1px solid #fff;
	color: #fff;
	}
.form-inner-banner .front-page-form-slider .main-form-note,
.form-inner-banner .front-page-form-slider .main-form-note a {
	color: #fff;
	}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}


/*nashi-uslugi/mezhdunarodnye-perevozki/*/
.documentation_wrp{
	background-color: #005067;
	}
.documentation{
	background-color: #005067;
	padding:40px 20px;
	}
.documentation .document__header {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding-bottom:20px
	}
.documentation .document__list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.documentation .document__list .document_item{
	flex: 0 0 calc(50% - 40px);

	width: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;

	text-align: left;
	padding-bottom:10px;
	}
.documentation .document__list .document_item .item__header {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	text-transform: none;
	height: auto;
	color: #ffffff;
	text-decoration: none;
	}
.documentation .document__list .document_item .item__header:before{
	content: '';
	width:30px;
	height:30px;
	margin-right:10px;
	background: url("img/ico-doc.svg") top left no-repeat;
	background-size: 30px 30px;
	flex: 0 0 30px;
	}


.type_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
.type_item {
	flex: 0 1 calc(25% - 20px);
	width: 100%;
	margin: 0 10px 20px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	}
.type_item img, .inner-body-transporter .transporter-item img{
	width:100%;
	object-fit: cover;
	max-height: 220px;
	min-height: 220px;
	height: 100%;
	}
.type_item a.type_link, .type_item span{
	background-color: #005168;
	text-decoration: none;
	text-transform: none;
	color: #ffffff !important;
	font-weight: bold;
	min-height: 50px;
	width:100%;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
	}
.type_item a.type_link:hover{
	text-decoration: underline;
	color: #fff6f6;
	}


/*singlepost stati*/
.type-of-stati .news__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.type-of-stati .news__title>* {
	flex: 0 0 33%;
	}
.type-of-stati .news__title h3 {
	font: normal bold 35px/41px Roboto;
	color: #000000;
	text-align: center;
	margin: 0;
	margin-bottom: 40px;
	}

.type-of-stati .news__title .blue-link {
	font: normal normal 18px/21px Roboto;
	color: #148EBB;
	text-align: right;
	text-decoration: none;
	}




.type-of-stati .type_item {
	flex: 0 1 calc(100% / 3 - 20px);
	justify-content: initial;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	}
.type-of-stati .item-content {
	padding: 40px 30px;
	}
.type-of-stati .item__date {
	font: normal normal 16px/19px Roboto;
	color: #BDBDBD;
	padding-bottom: 10px;
	}

.type-of-stati .type_item a.type_link, .type-of-stati .type_item span{
	background-color: transparent;
	text-decoration: none;
	text-transform: none;
	min-height: 100px;
	width:100%;
	text-align: left;
	font: normal bold 24px/28px Roboto;
	color: #0A171C !important;;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.type-of-stati .type_item .item__readmore{
	text-align: right;

	}
.type-of-stati .type_item .item__readmore a{
	text-decoration: none;
	}
.type-of-stati .type_item .item__readmore a:hover{
	text-decoration: underline;
	}
/**/

.wrp-inner-body-transporter{
	background: linear-gradient(0deg, transparent 50%, #000 100%),url(/wp-content/uploads/2021/06/slide1.jpg) no-repeat;
	background-size: contain, cover;
	width: calc(100vw - 14px);
	margin-left: calc(0px - ((100vw - 10px - 100%) / 2));
	padding: 20px;
   padding-bottom:80px;
	}
.title-on-transporter{
	margin: 0;
	padding: 0 0 20px;
	color: #fff !important;
	}
.inner-body-transporter{
/*	background: url(/wp-content/themes/rrlog/img/bg-rachet.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	padding:20px 0;
	width: calc(100%);
	}
.inner-body-transporter #transporter {
	margin: 0;
	width: 100%;
	}
.inner-body-transporter .tk-transporter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	}
.inner-body-transporter .transporter-item {
	margin-right: 30px;
	flex: 1 0 calc(100% / 5 - 30px);
	min-height: unset;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	}
.inner-body-transporter .transporter-item:last-child{
	margin-right: 0;
	}
.inner-body-transporter a.transporter_caption {
	font: normal normal 14px/18px Roboto;
    color: #0A171C;
    text-align: center;
    min-height: 50px;
    text-decoration: none;
    display: flex;
    width: 100%;
    padding: 10px 5px 5px 5px;
    align-items: flex-start;
    justify-content: center;
	}
.inner-body-transporter a.transporter_caption:hover{
	text-decoration: underline;
	}

/*рсачет стоимости на внутренних*/
.inner-page-body-transporter.fr-page-body-transporter{
	position: relative;
	width: calc(100vw - 10px);
	margin-left: calc(0px - (100vw - 100%) / 2);
	max-width: 100vw;
	padding-top: 20px;
	}

.inner-page-body-transporter h3.title-on-bg {
	font: normal bold 30px/35px Roboto;
	color: #ffffff;
	text-align: left !important;
	margin: 0;
	padding: 60px 0 0 7vw;
	}

.inner-page-body-transporter .transporter-item {
	min-height: 280px;
	}

.footer_wrp-news.inner-post-news .news__title h3{
	font:normal bold 35px/41px Roboto;
	color: #000000;
	text-align: center;
	margin:0;
	margin-bottom:40px;
	}
.footer_wrp-news.inner-post-news .news__title .blue-link{
	font:normal normal 18px/21px Roboto;
	color: #148EBB;
	text-align: right;
	text-decoration: none;
	padding-right:20px;
	}


/*o kompanii*/
h2.h2-o-komp{
	text-align: center;
	}

.o-komp-bl-2{

	background-size: cover !important;
	background-repeat: no-repeat !important;

	padding: 40px 0 70px;
	}
.o-komp-bl-2 h2{
	color: #ffffff;
	}
.flx-50{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	}
.flx-50>*{
	flex: 0 1 calc(50% - 10px);
	}
.o-komp-bl-2 p{
	color: #ffffff;
	}


.o-komp-bl-3{
	padding:40px 0 40px;
	}

.o-komp-bl-3 .flx-30{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	}
.o-komp-bl-3 .flx-30>*{
	flex: 0 1 calc(33% - 10px);
	}

.o-komp-bl-3 .flx-30 h3{
	color: #0A171C;
	font: normal bold 20px/22px Roboto;
	}
.o-komp-bl-3 .flx-30 .i-img{
	font: normal bold 45px/53px Roboto;
	text-align: center;
	color: #148EBB;

	background-size: cover;
	background-repeat: no-repeat;
	}

.o-komp-bl-3 .flx-30 .i-img1{background:url(/wp-content/themes/rrlog/img/i26.svg) center center;}
.o-komp-bl-3 .flx-30 .i-img2{background:url(/wp-content/themes/rrlog/img/i13.svg) center center;}
.o-komp-bl-3 .flx-30 p{
	color: #0A171C;
	font: normal normal 16px/19px Roboto;
	}


.o-komp-bl-4{
	padding: 40px 0 70px;
	}
.o-komp-bl-4 .flx-25{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

	padding:0 0 40px;
	border-bottom: 1px solid #0A171C;
	}
.o-komp-bl-4 .flx-25>*{
	flex: 0 1 calc(25% - 10px);
	display: flex;
	align-items: center;
	padding-top: 30px;
	}
.o-komp-bl-4 .flx-25 span{
	padding-left:20px;
	color: #0A171C;
	font: normal bold 18px/21px Roboto;
	}

.faces{
	padding-top: 40px;
	display: flex;
	align-items: flex-start;
	}
.faces >div{
	padding-left:40px;
	}
.faces span span{
	color: #148EBB;
	}

.o-kompanii-page .tk-preim .list .item-outer{
	background: none;
	}
/*end o-komp*/


.price-table td, .price-table th{
	border:1px solid grey;
	padding:5px 5px;
	}
.price-table th:first-child{
	width:10%;}
.price-table th:last-child{
	width:15%;}
.price-table th:nth-child(2){
	width:60%;}

/*recall*/
#popmake-229 label{
	display: block;
	text-align: left;
	padding-bottom: 5px;
	}

/*карта сайта*/
.smap-html {
	margin-left: 7vw;
	color: #fff;
	height: 40px;
	}

/*копирайт*/
.smap-html .copyright{
	color: inherit;
	font-size: 14px;
	padding-left:7vw;
	}

/*tmp*/
@media screen and (min-width: 961px) and (max-width: 9000px){
	.slw {
		position: relative !important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding-top: 5px !important;
		background: #fff;
		}
	.slw .sld {
		height: auto;
		}
	.main-form {
		margin-top: 0;
		position: relative;
		margin-bottom: 0;
		}

	.title-page .block-15 {
		margin: 20px auto 0;
		}
	}
@media screen and (min-width: 961px) and (max-width: 1199px){
	.title-page .layout_center_2_id_11_1{
		padding:0 2vw;
		}
	}
.utp .item_utp {
	width: 32%;
	text-align: center;
	}
#price .owl-next, #transporter .owl-next {
	position: absolute;
	background: #fff;
	padding: 12px;
	box-shadow: 0 0 41px 0 rgb(137 137 137 / 34%);
	border-radius: 50%;
	text-indent: -99999px;
	width: 48px;
	height: 48px;
	top: calc(100% - 50% - 24px);
	left: 100%;
	margin-left: -24px;
	}
#price .owl-next:before, #transporter .owl-next:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #148bd9;
	display: block;
	transform: rotate(
			45deg
	);
	transform-origin: 100% 0;
	top: 24px;
	left: 22px;
	}
#price .owl-prev, #transporter .owl-prev {
	position: absolute;
	background: #fff;
	padding: 12px;
	box-shadow: 0 0 41px 0 rgb(137 137 137 / 34%);
	border-radius: 50%;
	text-indent: -99999px;
	width: 48px;
	height: 48px;
	top: calc(100% - 50% - 24px);
	right: 100%;
	margin-right: -24px;
	}
#price .owl-prev:before, #transporter .owl-prev:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #148bd9;
	display: block;
	transform: rotate(
			225deg
	);
	transform-origin: 100% 0;
	top: 24px;
	left: 14px;
	}
.form_usluga textarea{
	max-height: 150px;
	}

.scroll-table tr td:nth-child(2) *{
font-size:14px !important;
}


.mobile {display:none;}
/*mobile*/
@media (min-width: 320px) and (max-width: 768px){
	.desktop {display:none;}
	.mobile {display:block;}

	.inner-wrp-margin {
		max-width: 100%;
		margin: 0 3vw;
		width: calc(100% - 6vw);
		}



	/*header*/
	.header_wrp1 {
		min-height: 60px;
		background-color: #F2F2F2;
		}
	.tk-top-menu-wrp {
		display: block;
		position: relative;
		width: calc(100% + 6vw);
		margin: 5px -3vw 0 -3vw;
		}
	.tk-top-menu-wrp ul.mega-menu>li:first-child>a {
		padding-left: 10px !important;
		}
	.tk-middle-header_logo {
		position: absolute;
		top: -5px;
		width: 220px;
		left:2vw;
		z-index: 1000;
		}
	#mega-menu-wrap-top_header_menu .mega-menu-toggle.mega-menu-open + #mega-menu-top_header_menu{
		margin-top:5px;
		}
#mega-menu-wrap-top_header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-top_header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-top_header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background-color: #148EBB;
		}
	#mega-menu-wrap-main_header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main_header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main_header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: #148EBB;
		}

	.header_wrp2 {
		min-height: 180px;
		}
	.tk-middle-header-wrp {
		display: block;
		}
	.tk-middle-header_contacts {
		flex: 1 0 100%;
		margin: 0;
		}

.tk-middle-header_contacts__top-row-item.all-dev{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin:15px 0;
	flex: 1 0 100%;
	}
	.tk-middle-header_contacts__top-row-item.all-dev a{

		}
	.tk-middle-header_contacts__top-row-item.all-dev a.watsapp.mobile{
		margin-right:15px;
		margin-bottom: 3px;
		}
	.tk-middle-header_contacts__top-row-item.all-dev a.viber.mobile{
		width:28px;
		height:28px;
		margin-right:15px;
		}

	.tk-middle-header_contacts__bottom-row{
		justify-content: flex-end;
		}
	.tk-middle-header_contacts__bottom-row-item__email{
		margin-right:auto;
		}

	.tk-middle-header_buttons {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0 -3vw 0 -3vw;
		margin-top:10px;
		}
	.wht-button, .blue-button {
		width:100%;
		max-width: 100%;
		margin:0;
		text-align: center;
		display: inline-block;
		line-height: 50px !important;
		border-left: none;
		border-right:none;
		}
	.tk-middle-header_buttons .wht-button, .tk-middle-header_buttons .blue-button {
		line-height: 40px !important;
		height: 40px;
		}

	.wht-button{
		order:2;
		}

	#mega-menu-wrap-main_header_menu .mega-toggle-blocks-center:before{
		content:'Услуги' !important;
		font:normal bold 24px/40px Roboto;
		color:#0A171C;
		}
	#mega-menu-wrap-main_header_menu #mega-menu-main_header_menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px !important;
		}
	#mega-menu-wrap-main_header_menu #mega-menu-main_header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		clear: both;
		margin: 10px 0;
		}

	.tk-breadcrumbs {
		height: 40px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin: 10px 0;
		}


	.footer_wrp-news .news__title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		}
	.footer_wrp-news .news__title h3 {
		font: normal bold 30px/35px Roboto;
		color: #000000;
		text-align: center;
		margin: 0;
		margin-bottom: 20px;
		}
	.footer_wrp-news .news__list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		}
	.footer_wrp-news .news__list .item-outer {
		flex: 1 0 calc(100%);
		background-color: #fff;
		box-shadow: 0 0 30px rgb(0 0 0 / 15%);
		min-height: 400px;
		max-width: calc(100%);
		min-width: 100%;
		margin-bottom:20px;
		}
	.footer_wrp-news .news__list .item .item__img img {
		max-width: 100%;
		width: 100%;
		object-fit: cover;
		height: 175px;
		}
	.footer_wrp-news .item__title a {
		font: normal bold 20px/23px Roboto;
		color: #0A171C;
		text-decoration: none;
		padding: 20px 0;
		min-height: 100px;
		display: block;
		}
	.footer_wrp-news .item__date {
		font: normal normal 14px/18px Roboto;
		color: #BDBDBD;
		}
	.footer_wrp-news .item__readmore a {
		font: normal normal 14px/18px Roboto;
		color: #148EBB;
		text-align: right;
		text-decoration: none;
		display: block;
		}
	.blue-link.mobile{
		font: normal bold 18px/21px Roboto;
		color: #148EBB;
		text-align: center;
		display: inline-block;
		width: 100%;
		text-decoration: none;
		}

	#geo {
		background-image: url(/wp-content/themes/rrlog/img/geo-map-bg-mob.jpg);
		background-color: transparent;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 60px 0;
		}
	.geo_list {
		display: flex;
		flex-wrap: wrap;
		margin-left: 40px;
		}
	.footer_wrp-geo .geo_list li {
		flex: 0 0 50%;
		text-align: left;
		list-style: none;
		margin-bottom: 20px;
		}
	.footer_wrp-geo .geo_list li:nth-child(5n) {
		padding-left: 0;
		}

	.wrp-footer .inner-wrp-margin {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 40px 0 30px;
		flex-direction: column;
		}

	.header_footer {
		font: normal bold 30px/35px Roboto;
		color: #fff;
		margin: 0;
		padding: 20px 0 40px 0;
		text-align: left;
		}
	.wrp-footer .inner-wrp-margin .footer-menu {
		flex: 0 0 100%;
		display: block;
		width: calc(100% - 6vw);
		}
	.menu-footer ul li a {
		font: normal normal 16px/18px Roboto;
		color: #fff;
		text-decoration: none;
		}

	.footer-button {
		max-width: 440px;
		width: 100%;
		margin: 20px auto 60px;
		}



	/*front-page*/
.inst-acc{
	margin:0 0 0 20px;
	}
	#mega-menu-wrap-main_header_menu .mega-menu-toggle {
		margin: 5px 0;
		}
	.fr-page-body h1,.fr-page-body h2, .fr-page-body .h2 {
		font: normal bold 30px/35px Roboto;
		color: #0A171C;
		margin: 0;
		padding: 0 0 30px 0;
		text-align: center;
		}

.fr-page-body-sl-form{
	background-image: url(/wp-content/uploads/pages/bg-slide-form-menu.jpg);
	background-color: transparent;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	}
	.front-page-form-slider {
		max-width: 440px;
		width: 100%;
		padding: 25px 5px 40px;
		background: transparent;
		 position: relative;
		margin:0 auto;
		right: 0;
		top: 0;
		z-index: 2;
		}
	.front-page-form-slider .main-form-group {
		padding-bottom: calc((100vh - 310px) / 30);
		margin-bottom: 0;
		width: 100%;
		}
	.front-page-form-slider input.wpcf7-form-control.wpcf7-text {
		margin: 0 !important;
		width: 100%;
		float: none;
		text-indent: 40px;
		height: 40px;
		border: none;
		border-bottom: 1px solid #ffffff;
		background: transparent!important;
		}
	.front-page-form-slider .main-form-group textarea{
		border: none;
		border-bottom: 1px solid #ffffff;
		background: transparent!important;
		}
	.front-page-form-slider input.wpcf7-submit {
		margin: 0 0 20px!important;
		border: none;
		position: relative;
		top: 0;
		left: 0;
		width: 100%!important;
		min-height: 40px;
		z-index: 2;
		background: #5CD4E5;
		color: #ffffff;
		padding: 0!important;
		display: flex;
		align-items: center;
		text-align: center;
		}
	.front-page-form-slider  *::placeholder{
		color: #ffffff !important;
		}
	.front-page-form-slider .main-form-note a {
		color: #ffffff;
		}
	.front-page-form-slider .form-caption {
		font: normal bold 18px/21px Roboto;
		color: #ffffff;
		text-align: center;
		margin: 0;
		padding: 0 0 3vw;
		}
	.front-page-form-slider .main-form-note {
		font: normal normal 15px/19px Roboto;
		color: #ffffff;
		padding: 0;
		}


	.fr-page-body-utp {
		width: 100%;
		min-height: unset;
		}
	.fr-page-body-utp .utp {
		height: auto;
		background-color: transparent;
		position: relative;
		margin-bottom: 0;
		}
	.fr-page-body-utp .decor-title-utp {
		display: none;
		}
	.fr-page-body-utp .utp_list {
		position: relative;
		z-index: 4;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 20px;
		flex-direction: column;
		}
	.fr-page-body-utp .utp_list .item_utp {
		margin: 0 0 20px;
		padding: 0;
		flex: 1 0 calc(100%);
		min-height: 250px;
		max-height: 250px;
		width: 100% !important;
		background-color: transparent;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		}
	.fr-page-body-utp .img_utp img {
		width: 55px;
		height: 55px;
		margin-top: 0;
		margin-bottom: 15px;
		}

	.rght-img-flex-block, .left-img-flex-block {
		display: flex !important;
		justify-content: space-between;
		align-items: unset;
		padding: 60px 0;
		font: normal normal 14px/18px Roboto;
		color: #0A171C;
		flex-direction: column;
		}
	.rght-img-flex-block img, .left-img-flex-block img {
		object-fit: cover;
		height: fit-content;
		margin-left: -3vw;
		width: calc(100% + 6vw);
		max-width: unset;
		}
	.left-img-flex-block .right-block {
		flex: 1 1 calc(100%);
		padding-left: 0;
		}
	.rght-img-flex-block .left-block {
		flex: 1 1 calc(100%);
		padding-right: 0;
		}
	.rght-img-flex-block .right-block {
		flex: 1 1 calc(100%);
		padding-left: 0;
		border-left: none;
		}


	.fr-page-body ul li{
		margin-bottom:20px;
		}
	.fr-page-body ul li:last-child{
		margin-bottom:0;
		}


	.tk-price_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		}
	.tk-price_inner .price_item {
		border-top: 3px solid #148EBB;
		flex: 1 0 calc(100%);
		background: #F2F2F2;
		min-height: 210px;
		min-width: calc(100%);
		padding: 0 15px 40px;
		text-align: center;
		display: block;
		border-radius: 0;
		margin-right: 0;
		margin-bottom: 20px;
		}
	.tk-price_inner .price_item p:nth-child(1) {
		font: normal bold 20px/24px Roboto;
		color: #000;
		text-align: center;
		padding-bottom: 20px;
		min-height: unset;
		padding-top: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		}

.fr-page-body-3 .left-block{
	order: 2;
	}
	.fr-page-body-3 .left-block h2{
		display: none;
		}

	.decor-title{
		display: none;
		}
	.fr-page-body-transporter {
		padding-top: 0;
		}
	.fr-page-body-transporter #transporter {
		background: #148EBB;
		min-height: unset;
		width: 100%;
		position: relative;
		padding-bottom:40px;
		}
	.tk-transporter-inner-wrp {
		display: flex;
		justify-content: space-between;
		z-index: 4;
		position: relative;
		flex-direction: column;
		margin: 0 8vw 0;
		}
	.tk-transporter-inner-wrp h2.title-on-bg{
		color:#fff;
		padding-top: 60px;
		}
	.tk-transporter {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		flex-direction: column;
		}
	.transporter-item {
		margin: 0 0 20px;
		flex: 1 0 calc(100%);
		min-height: 360px;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		align-items: normal;
		justify-content: space-between;
		}
	.transporter-item img{
		padding-top:0px;
		width: 100%;
		}
	.transporter_caption {
		font: normal bold 18px/21px Roboto;
		color: #0A171C;
		text-align: center;
		min-height: 42px;
		text-decoration: none;
		display: inline-block;
		width: 100%;
		padding: 10px 2vw 30px;
		}
	.transporter_golink {
		font: normal normal 18px/21px Roboto;
		color: #148EBB !important;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		width: 100%;
		padding: 10px 1.5vw 30px;
		}

	.tk-preim{
		margin: 0 5vw;
		}
.tk-preim h2{
	padding-top:60px;
	padding-bottom:40px;
	}
	.tk-preim .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		flex-direction: column;
		}
	.tk-preim .list .item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		min-height: 225px;
		padding-bottom: 40px;
		}


	.inner-fw-form {
		height: auto;
		}
	.inner-fw-form.bg-img{
		background: linear-gradient(to bottom, #fff 50%, #5CD4E5 50%);
		padding-bottom: 20px;
		padding-top: 30px;
		}
	.flex-form_wrp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		}
	.inner-fw-form .form-caption {
		font: normal bold 25px/31px Roboto;
		color: #148EBB;
		text-align: center;

		}
	.flex-form_wrp .left-bl {
		flex: 0 0 100%;
		margin-right: 0;
		}
	.inner-fw-form .inputs {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
		}
	.inner-fw-form input.wpcf7-submit {
		margin: 0 auto 20px !important;
		border: none;
		position: relative;
		top: 0;
		left: 0;
		width: 100% !important;
		}

	.inner-fw-form.bg-no-img{
		background: linear-gradient(to bottom, #fff 70%, #5CD4E5 30%);
		padding-bottom: 20px;
		border-top:1px solid #5CD4E5;
		}


	/**/
	.title-page .widget-62 {
		margin: 0;
		}
	/**/


	/*inner-uslugi*/

	.title-page h1.inner-page-h1{
		margin: 0 auto;
		background: none;
		padding:30px 5px 20px 10px;
		}
	.wrp-inner-banner{
background: none !important;
		}
	.inner-margin-wrp{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		margin:0;
		width: 100%;
		}

	.wrp-inner-banner .txt-inner-banner{
		margin-left: 0;
		margin-bottom: 20px;
		color:#fff;
		flex: 1 1 100%;
		padding:20px 20px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-image: url("/wp-content/uploads/2021/06/slide1.jpg") !important;
		}
	.txt-inner-banner h2{
		color:#fff;
		font-size: 28px;
		margin:0 0 40px 0;
		}



	.form-inner-banner{
		flex: 1 1 100%;
		justify-self: flex-end;
		display: flex;
		}
	.form-inner-banner .front-page-form-slider{
		max-width: 440px;
		width: 100%;
		padding: 40px 40px;
		background: rgba(10, 23, 28, 0.7);
		position: relative;
		right: auto;
		top: auto;
		}
	.form-inner-banner .front-page-form-slider .form-caption {
		font: normal bold 28px/32px Roboto;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 0 0 40px 0;
		}



	.seo-text1 .inner-fw-form{
		background: linear-gradient(to bottom, #fff 50%, #089aaf 85%);
		padding: 0 0 20px 0;
		}
	.seo-text1 .inner-fw-form .main-form-note{
		display: block;
		}
	.seo-text1 .inner-fw-form h2.form-caption{
		font-size: 24px;
		}
	.seo-text1 .inner-fw-form .form-caption span{
		display: inline;
		}
	.seo-text1 .inner-fw-form ul{
		margin-left:0;
		}
.li-big-size li{
	padding:10px 0;
	font-size:16px;
	}
	.seo-text1 #price{
		width:100%;
		}

	/*o kompanii*/
	h2.h2-o-komp{
		text-align: center;
		}

	.flx-50{
		flex-direction: column;
		}
	.flx-50>*{
		flex: 0 1 calc(100% - 10px);
		}



	.o-komp-bl-3{
		padding:40px 0 40px;
		}

	.o-komp-bl-3 .flx-30{
		flex-direction: column;
		}
	.o-komp-bl-3 .flx-30>*{
		flex: 0 1 calc(100% - 10px);
		}

	.o-komp-bl-3 .flx-30 h3{
		color: #0A171C;
		font: normal bold 20px/22px Roboto;
		}
	.o-komp-bl-3 .flx-30 .i-img{
		font: normal bold 45px/53px Roboto;
		text-align: center;
		color: #148EBB;

		background-size: cover;
		background-repeat: no-repeat;
		}

	.o-komp-bl-3 .flx-30 .i-img1{background:url(/wp-content/themes/rrlog/img/i26.svg) center center;}
	.o-komp-bl-3 .flx-30 .i-img2{background:url(/wp-content/themes/rrlog/img/i13.svg) center center;}
	.o-komp-bl-3 .flx-30 p{
		color: #0A171C;
		font: normal normal 16px/19px Roboto;
		}


	.o-komp-bl-4{
		padding: 40px 0 70px;
		}
	.o-komp-bl-4 .flx-25{
		flex-direction: column;
		flex-wrap: wrap;
align-items: flex-start;
		padding:0 0 40px;
		border-bottom: 1px solid #0A171C;
		}
	.o-komp-bl-4 .flx-25>*{
		flex: 0 1 calc(100% - 10px);
		display: flex;
		align-items: center;
		padding-top: 30px;
		}
	.o-komp-bl-4 .flx-25 span{
		padding-left:20px;
		color: #0A171C;
		font: normal bold 18px/21px Roboto;
		}

	.faces{
		padding-top: 40px;
		display: flex;
		align-items: center;
		flex-direction: column;
		}
	.faces >div{
		padding-left:0;
		}
	.faces p>span{
		display:block;
		}

	/*end o-komp*/




	/*карта сайта*/
	.smap-html {
		margin-left: 2vw;
		margin-right: 7vw;
		color: #fff;
		height: 40px;
		margin-top: 0px;
		padding-bottom: 80px;
		text-align: right;
		}
	.wsp-container{
		padding-left:3vw;
		}
	.wsp-container ul, .wsp-container ol {
		margin: 0;
		padding-left: 25px;
		}
	.wsp-container li > ul, .wsp-container li > ol {
		margin-bottom: 0;
		margin-left: 0;
		}

	/*nashi-uslugi/mezhdunarodnye-perevozki/*/
	.documentation .document__list .document_item{
		flex: 0 0 calc(100%);
		}
	.type_item {
		flex: 0 1 calc(100%);
		}
	.inner-body-transporter .transporter-item {
		margin-right: 0px;
		}


/*singlepost*/
	.type-of-stati .news__title>* {
		flex: 0 0 100%;
		}
	.type-of-stati .type_item {
		flex: 0 1 calc(100% / 1 - 20px);
		}



	/*tmp*/
	.utp .item_utp {
		width: 100%;
		text-align: center;
		}
	#transporter, #price {
		margin: 0 auto;
		width: calc(100% - 6vw - 48px);
		}
	.main-form__inner {
		max-width: 960px;
		margin: 0 auto;
		position: relative;
		overflow: auto;
		}


	.wrp-inner-body-transporter{
		min-height: unset;
		width: 100vw;
		margin-left: -20px;
		}

.scroll-table {
max-width: 100%;
overflow-x: auto;
}
.scroll-table tr td:last-child{
min-width:200px !important;
}
.scroll-table tr td:nth-child(2) *{
font-size:12px !important;
}

	/*end mobile*/
	}