@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');


/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
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:0;
}

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 {
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2185c2;
}

a:visited {

}

a:hover,
a:focus,
a:active {

}

a:focus {
	outline:0;
}

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 li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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 {

}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {

}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}


/*------------------------------ Шапка сайта -------------------------*/
.header_block {
	width: 1170px;
	margin:0 auto;
	overflow:hidden;
	padding-top:16px;
	padding-bottom:8px;
}

.logotype {
	width:730px;
	text-align:left;
	float:left;
	overflow:hidden;
	margin-top: 0px;
}

.header_phone {
	/*width:250px;*/
	float:left;
	text-align:right;
	overflow: hidden;
}

.header_phone p {
	font-size:16px;
	color:#282828;
	font-weight:normal;
	font-family: 'Pt Sans', sans-serif;
}

.header_phone p.header_phone_text {
	line-height:26px;
	text-align: left;
  padding-left: 28px;
}

.header_phone p.header_phone_number {
	font-size:26px;
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
	background: url(https://tkcargo.ru/index_files/header_phone_number.png) left center no-repeat;
	padding-left:25px;
	line-height: 26px;
}

.social_button {
	width:153px;
	float:right;
	overflow: hidden;
	margin-top:7px;
}

.social_button a {
	display:block;
	width:41px;
	height:41px;
	margin-left:10px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 0px;
  line-height:0px;
  float:left;
}

.social_button a.vk {
	background: url(https://tkcargo.ru/index_files/vk.png) no-repeat;
}

.social_button a.vk:hover {
	background: url(https://tkcargo.ru/index_files/vk_hover.png) no-repeat;
}

.social_button a.fc {
	background: url(https://tkcargo.ru/index_files/fc.png) no-repeat;
}

.social_button a.fc:hover {
	background: url(https://tkcargo.ru/index_files/fc_hover.png) no-repeat;
}

.social_button a.youtube {
	background: url(https://tkcargo.ru/index_files/youtube.png) no-repeat;
}

.social_button a.youtube:hover {
	background: url(https://tkcargo.ru/index_files/youtube_hover.png) no-repeat;
}

/*------------------------ Главное меню ------------------------*/

.mainmenu_wrap {
	width:100%;
	background:#136491;
	min-height:50px;
}

.mainmenu_block {
	width:1170px;
	margin:0 auto;
}

#mega-menu-wrap-menu-1 {
	background:none !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
	background:none !important;
	height: auto !important;
}

a.mega-menu-link {
	text-align: left !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 4px 15px 6px 15px !important;
	height: auto !important;
	-webkit-transition: all 0.15s ease-in-out!important;
    -moz-transition: all 0.15s ease-in-out!important;
    -o-transition: all 0.15s ease-in-out!important;
    transition: all 0.15s ease-in-out!important;
    font-family: 'Pt Sans', sans-serif;
	font-weight:normal!important;
	text-transform:uppercase;
	font-size:15px!important;
	color:#fff;
	text-align: left !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	background:#2185c2;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	background:#2185c2;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link:after {
	display:none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 300px !important;
    background: #ffffff !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	transition-duration: 130ms !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-size: 17px !important;
	color:#282828 !important;
	-webkit-transition: all 0.15s ease-in-out!important;
  -moz-transition: all 0.15s ease-in-out!important;
  -o-transition: all 0.15s ease-in-out!important;
  transition: all 0.15s ease-in-out!important;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal!important;
	padding:5px 20px 5px 20px !important;
	background:#fff;
	line-height: 30px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background:#2185c2 !important;
	color:#fff !important;
}

/*------------------------- Основное фото ------------------------*/

#gomaintxt {
	position:relative;
	top:20px;
}

.mainphoto_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/delivery-map2.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 128px;
	padding-bottom: 91px;
}

.mainphoto_block {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.mp_title_first {
	font-family: 'Cuprum', sans-serif;
	font-weight:normal;
	font-size: 79px;
	text-align: center;
	color: #fff;
	line-height: 83px;
	margin-bottom: 10px;
}

.mp_title_second {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 61px;
	text-align: center;
	color: #fff;
	line-height: 86px;
	margin-bottom: 35px;
}

.mp_title_third {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 126px;
	margin-bottom: 55px;
}

.order_button {
	text-align:center;
	overflow:hidden;
}

.cont_perevoz.order_button {
	text-align:left;
	overflow:hidden;
}


.order_button a {
	display:inline-block;
	color:#282828;
	font-size: 20px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	text-align: center;
	padding: 6px 21px 14px 21px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background:rgb(255,215,85);
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.order_button a:hover {
	background:#fabf0c;
}

.mouse {
	width:26px;
	margin:0 auto;
	overflow:hidden;
	margin-top:75px;
	position:relative;
	min-height:65px;
}

.mouse img {
	animation: MoveUpDown 1.5s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;	
}

@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}

/*-------------------------Услуги -------------------------*/

.grey_section_wrap {
	width:100%;
	overflow: hidden;
	background:#ebebeb;
	padding-top:75px;
	padding-bottom:75px;
}

.grey_section {
	width:1170px;
	margin:0 auto;
	overflow: hidden;
}

.section_grey_title {
	font-size: 44px;
	line-height: 50px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	color:#282828;	
	text-align:center;
	max-width:715px; 
	margin: 0 auto;
  margin-top: 0px;
  margin-bottom:55px;
}

.service_block {
	overflow:hidden;
	margin-left:-24px;
	margin-bottom:65px;
	display: flex;
}

.service_item {
	width:270px;
	overflow:hidden;
	float:left;
	margin-left:20px;
}

.home_page .service_item {
	width:270px;
	overflow:hidden;
	float:left;
	margin-left:90px;
}

.cont_service {
	width:374px;
	overflow:hidden;
	float:left;
	margin-left:24px;
}

.service_item_img {
	text-align:center;
	position:relative;
	line-height:0;
}

.service_item_name {
	font-size: 22px;
	line-height:22px;
	color:#fff;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	background:rgba(9, 88, 131, 0.8);
  padding: 13px 0px 23px 33px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-decoration:none;
}

.service_item_name:before {
    content: "";
    background: url(https://tkcargo.ru/index_files/bg_title_service.png) left center no-repeat;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 43%;
    left: 0;
}

.service_item_desc {
	width:100%;
	overflow: hidden;
	background:#fff;
	padding:20px 25px 20px 25px;
	font-size:15px;
	line-height: 20px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	min-height:138px;
}

/*---------------------- 5 причин ---------------------------*/

.white_section_wrap {
	width:100%;
	overflow: hidden;
	background:#fff;
	padding-top:75px;
	padding-bottom:75px;
}

.white_section {
	width:1170px;
	margin:0 auto;
	overflow: hidden;
}

.five_reasons {
	width:100%;
	overflow:hidden;
	margin-bottom:25px;
}

.five_reasons_border {
	overflow:hidden;
	padding: 30px 0px 30px 0px;
	border-bottom:1px solid #e6e6e6;
}

.five_reasons_bordernone {
	overflow:hidden;
	padding:35px 0px 35px 0px;
	border-bottom:1px solid transparent;	
}

.five_reasons_left, .five_reasons_right {
	width:1005px;
	margin:0 auto;
	overflow:hidden;
}

.five_reasons_left img {
	float:left;
	margin-right:65px;
	margin-left:4px;
}

.five_reasons_right img {
	float:right;
	margin-left:65px;
	margin-right:4px;
}

.five_reasons_title {
	font-size: 28px;
	line-height: 34px;
	color:#282828;
	overflow:hidden;
	font-family: 'Cuprum', sans-serif;
	font-weight:normal;
	margin-bottom:20px;
	
}

.five_reasons_title3 {
	padding-top:7px;
}

.five_reasons_title4 {
	padding-top:19px;
}

.five_reasons_title5 {
	padding-top:21px;
}

.five_reasons_desc {
	font-size: 17px;
	line-height: 24px;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
}

.five_reasons div:first-child {
	padding-top:0;
}

/*-------------------------------ChinaToday – это -------------------------- */

.chinatoday_number_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/chinatodayeto_bg.jpg) top center no-repeat;
	padding:74px 0px 74px 0px;
}

.chinatoday_number {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.ct_numberblock {
	overflow:hidden;
}

.ct_numberitem {
	width:292px;
	overflow:hidden;
	border-right:1px dotted #2185c2;
	float:left;
	padding-left:40px;
	padding-right:40px;
}

.ct_numberblock .ct_numberitem:last-child {
	border:0;
}

.ctn_value {
	font-size: 62px;
	line-height: 45px;
	color:#2185c2;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	text-align: center;
	margin-bottom:25px;
}

.ctn_desc {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	text-align: center;
	margin-bottom:0;
}

/*-------------------------Проекты------------------------------ */

.section_grey_desc {
	font-size:19px;
	line-height: 27px;
	font-family: 'Pt Sans', sans-serif;
	color:#4f4f4f;
	text-align:center;
	overflow:hidden;
	margin-bottom:55px;
}

.section_grey_title_projects {
	max-width:100%;
	margin-bottom:47px;
}

.white_section_wrap_projects {
	padding-bottom:69px;
}

.chinatoday_projects {
	overflow:hidden;
	margin-left:-26px;
}

.ctp_item {
	width:273px;
	overflow:hidden;
	float:left;
	margin-left:26px;
}

.ctp_img {
	text-align:center;
	position:relative;
	line-height:0;
	margin-bottom: 15px;
}

.ctp_link {
	width:100%;
	overflow:hidden;
	padding-top: 14px;
  padding-bottom: 14px;
	padding-left:22px;
	background:rgba(9, 88, 131, 0.8);
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
}

.ctp_link a {
	font-size:17px;
	line-height:17px;
	font-family: 'Pt Sans', sans-serif;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;	
  border-bottom:2px solid transparent;
  display:inline-block;
  position: relative;
  transition: 0.5s color ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  padding-bottom:3px;
}

.ctp_link a:hover {
	border-bottom:2px solid transparent;
}

.ctp_link a:after {
	content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
	height: 2px;
  width: 0;
  background: #fff;
}

.ctp_link a:hover:after {
	width: 100%;
}

.ctp_name {
	font-size: 20px;
	line-height: 25px;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;	
	text-align:center;
}

/*--------------------------Миссия компании-----------------*/

.company_mission_wrap {
	background:#ebebeb;
	overflow:hidden;
	width:100%;
}

.company_mission {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.cm_left, .cm_right {
	width:50%;
	overflow:hidden;
	float:left;
	line-height:0;
}

.cm_left .cm_title {
	font-size: 44px;
	line-height: 50px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	color:#282828;
	margin-bottom:32px;
	text-align:left;
	background:url(https://tkcargo.ru/index_files/blue_title_line.png) left center no-repeat;
	padding-left:81px; 
	margin-top: 79px;	
}

.cm_left .cm_desc {
	font-size:17px;
	line-height: 24px;
	color:#282828;
	margin-left:81px;
	max-width:437px;
	font-family: 'Pt Sans', sans-serif;
}

/*-----------------------Наша команда-------------------------*/

.our_team {
	overflow:hidden;
	width:1004px;
	margin:0 auto;
}

.our_team_wrap {
	overflow:hidden;
	margin-left:-91px;
	margin-bottom:47px;
	margin-bottom: 59px;
}

.section_grey_desc_team {
	max-width:800px;
	margin:0 auto;
	margin-bottom:58px;
	margin-top: -10px;
}

.ot_item {
	width:274px;
	float:left;
	overflow:hidden;
	margin-left:91px;
}

.ot_photo {
	text-align:center;
	overflow:hidden;
	margin-bottom:20px;
	line-height: 0;
}

.ot_line {
	text-align:center;
	overflow:hidden;
	margin-bottom:14px;
	line-height: 0;
}

.ot_name {
	font-size:21px;
	line-height:27px;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	text-align: center;
	margin-bottom: 1px;
}

.ot_position {
	font-size: 16px;
	line-height: 27px;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}

/*--------------------------Сертификаты---------------------*/

.certificate_wrap {
	width: 761px;
	margin:0 auto;
}

.section_grey_title_certificate {
	max-width:915px;
}

.certificate_block {
	overflow:hidden;
	margin-left:-37px;
	margin-top: -5px;
}

.certificate {
	width:229px;
	overflow:hidden;
	float:left;
	margin-left:37px;
}

.certificate_img {
	text-align:center;
	margin-bottom:2px;
	line-height:0;
	position:relative;
}

.certificate span.rollover {
    opacity: 1;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(https://tkcargo.ru/index_files/magic.png) center center no-repeat #000;
    cursor: pointer;
    height: 257px;
    width: 179px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    font-size: 0;
    top: 18px;
    left: 25px;
	-webkit-transition: -webkit-transform 1s;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.certificate span.rollover:hover {
    opacity: .4;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


.certificate_name {
	font-size: 16px;
	line-height: 23px;
	color: #282828;
	width:205px;
	margin:0 auto;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}


.grey_section_wrap_certificate {
	padding-bottom: 60px;
}
/*----------------------Отзывы клиентов-------------------------*/

.testimonial_video {
	overflow:hidden;
	margin-left: -30px;
	margin-bottom:77px;
}

.tv_item {
	width:370px;
	float:left;
	overflow: hidden;
	margin-left: 30px;
}

/*---------- Сменить класы ----------*/

div#testimonial-slider-theme3 {
	padding-top:0 !important;
}

.testimonial-theme3-theme3 .testimonial-theme3-pic-theme3 {
	border-radius: 0 !important; 
	margin:0 !important;
	width:100px !important;
	height:100px !important;
	margin-right:25px !important;
}

.testimonial-theme3-theme3 {
	margin-left:80px !important;
	margin-right:80px !important;
}

.super-testimonial-theme3 {
	display:none !important;
}

.testimonial-theme3-theme3-title span {
	font-size: 21px !important;
	color: #2185c2 !important;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-bottom: 2px !important;
}

.testimonial-theme3-theme3-title small.dt_com {
	font-size: 15px !important;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	text-transform: none !important;	
}

.testimonial-theme3-theme3-title small.vklnk {
	margin-bottom: 40px;	
	font-size: 15px !important;
  font-family: 'Pt Sans', sans-serif;
  color: #282828;
  font-weight: bold;
  overflow: hidden;
  text-transform: none !important;
}


.testimonial-theme3-theme3-title {
	margin-top: 10px !important;
	
}


.testimonial-theme3-theme3 .testimonial-theme3-description-theme3 {
	border:5px solid #dcdcdc !important;
	position: relative !important;
	padding:20px 25px !important;
	margin-bottom:60px !important;
	background: #fff;
}

.testimonial-theme3-theme3 .testimonial-theme3-description-theme3:before {
	content:"";
	background:url(https://tkcargo.ru/index_files/top_testimonial.png) no-repeat;
	width:22px;
	height:27px;
	position:absolute;
  top: -27px;
  left: 122px;
}

.testimonial-theme3-theme3 .testimonial-theme3-description-theme3:after {
	display:none !important;
}

.testimonial-theme3-theme3 .testimonial-theme3-description-theme3 {
	font-size: 17px !important;
	line-height: 24px !important;
	color: #282828 !important;
	font-family: 'Pt Sans', sans-serif !important;
	min-height:230px;
}

.order_button_blue {
	overflow:hidden;
	text-align:center;
}

.order_button_blue a {
	display:inline-block;
	color:#fff;
	font-size: 20px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	text-align: center;
	padding: 6px 21px 14px 21px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background:rgb(255,215,85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.order_button_blue a:hover {
	background:#2183c0;
}

.testimonial_text .owl-theme .owl-controls .owl-buttons div {
	width:51px !important;
	height:37px !important;
	padding:0 !important;
	position:absolute;
	top:54%;
	font-size:0;
}

.testimonial_text .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background:url(https://tkcargo.ru/index_files/prev_testimonial.png) no-repeat;
	left:0;
}

.testimonial_text .owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url(https://tkcargo.ru/index_files/next_testimonial.png) no-repeat;
	right:0;
}

.testimonial_text .owl-theme .owl-controls {
  position: static;
}

.testimonial_text {
	margin-bottom: 5px;
}

/*---------------------------Остались вопросы------------------------*/

.question_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/question_bg.jpg) top center no-repeat;
	padding-top:73px;
	padding-bottom:73px;
	background-size: cover;
}

.question {
	width:1005px;
	margin:0 auto;
	overflow:hidden;
	margin-top: -10px;
}

.question_title {
	font-size: 44px;
	line-height: 50px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	color:#fff;
	margin-bottom:22px;
	text-align:center;
}

.question_subtitle {
	overflow:hidden;
	margin-bottom:45px;
}

.question_subtitle div {
	font-size: 27px;
	margin-bottom:2px;
	color: #fff;
	text-align:center;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
}

.question_subtitle div.qs_phone {
	font-size: 44px;
	line-height: 50px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	color:#fff;
	margin-bottom:30px;
	text-align:center;	
	margin-bottom:4px;
}

.question_subtitle div.qs_phone span {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
}

.question_form {
	overflow:hidden;
	width:840px;
	margin:0 auto;
	margin-top: -4px;
}

.question_form_left {
	width:405px;
	float:left;
	margin-right:30px;
	overflow:hidden;
}

.question_form_right {
	width:405px;
	float:left;
	overflow:hidden;	
}

.question_form input[type="text"] {
	width:100%;
	height:45px;
	padding-left:17px;
	font-size: 15px;
	color:#282828;
	outline:0;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}

.question_form input[type="tel"] {
	width:100%;
	height:45px;
	padding-left:17px;
	font-size: 15px;
	color:#282828;
	outline:0;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}

.question_form textarea {
	width:100%;
	height:145px;
	padding-left:17px;
	padding-top:12px;
	font-size: 15px;
	color:#282828;
	outline:0;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.order_form_button {
	overflow:hidden;
	text-align:center;
	margin-top:0;
	width:100%;
}

.order_form_button input[type="submit"] {
	width:250px;
	color:#282828;
	font-size: 20px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	text-align: center;
	padding: 10px 0px 19px 0px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background:rgb(255,215,85);
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:2px;
	outline:0;
	border:0;
	box-shadow:none;
}

.order_form_button input[type="submit"]:hover {
	background:#fabf0c;
}

.question_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#6e6e6e;
}
.question_form ::-moz-placeholder { /* Firefox 19+ */
  color:#6e6e6e;
}
.question_form :-ms-input-placeholder { /* IE 10+ */
  color:#6e6e6e;
}
.question_form :-moz-placeholder { /* Firefox 18- */
  color:#6e6e6e;
}

.zakupka form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000000;
}
.zakupka form ::-moz-placeholder { /* Firefox 19+ */
  color:#000000;
}
.zakupka form :-ms-input-placeholder { /* IE 10+ */
  color:#000000;
}
.zakupka form :-moz-placeholder { /* Firefox 18- */
  color:#000000;
}

.check_question_title {
	font-size: 48px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
}

.check_question_subtitle {
	font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #fff;
}

.check_question_phone {
	font-size: 48px;
	text-align: center;
	color: #fff;
	margin-top: -20px;
}


.stars__out {
    position: relative;
    margin-right: 5px;
    color: grey;
    z-index: 1;
}
.stars__in {
position: absolute; 
z-index: 2;
color: #EB5757;
font-size: inherit;
display: block; 
top: 0; left: 0; bottom: 0;
overflow: hidden;
width: 0; 
}
.stars__out, .stars__in {
font-size: 20px;
}


/*--------------------------Футер-------------------------------*/

.grey_section_wrap_footer {
	  width: 100%;
    overflow: hidden;
    background: #ebebeb;
    padding-top: 32px;
    padding-bottom: 35px;
}

.footer_menu {
	width:auto;
	float:left;
	overflow:hidden;
	margin-right:85px;
}

/*.bottom_menu ul li ul {
	display:none;
}
*/

.footer_requisites {
	width:260px;
	float:left;
	overflow:hidden;
	margin-right:45px;
}

.footer_adress1 {
	width:300px;
	float:left;
	overflow:hidden;
	margin-right:85px;	
}

.footer_adress2 {
	width:260px;
	float:left;
	overflow:hidden;
}

.footer_title {
	font-size: 20px;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-bottom: 9px;
}

.footer_adress1 .footer_title, .footer_adress2 .footer_title {
	font-size: 20px;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-bottom:18px;
	padding-left:0;
}

.footer_menu ul, .footer_requisites ul {
	margin:0;
	padding:0;
}

.footer_menu ul li, .footer_requisites ul li {
	list-style:none;
	font-size:15px;
	line-height:27px;
}

.footer_menu ul li a {
	font-size:15px;
	text-decoration:none;
	color:#282828;
	font-family: 'Pt Sans', sans-serif;
	border-bottom:1px solid transparent;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.footer_menu ul li a:hover {
	border-bottom:1px solid #282828;
}

.footer_requisites ul li {
	font-style:italic;
	font-family: 'Pt Sans', sans-serif;
}

.footer_adress1 div.fadress_location, .footer_adress1 div.fadress_phone, .footer_adress1 div.fadress_location, .footer_adress1 div.fadress_phone, .footer_adress2 div.fadress_location, .footer_adress2 div.fadress_phone  {
	font-size: 15px;
	line-height: 20px;
	color: #282828;
	margin-bottom:14px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	padding-left:21px;
}

.fadress_location {
	background: url(https://tkcargo.ru/index_files/fadress_location.png) left 5px no-repeat;
	margin-top: -6px;
	min-height:23px;
	margin-bottom: 14px;
}

.fadress_phone {
	background:url(https://tkcargo.ru/index_files/fadress_phone.png) left 5px no-repeat;
}

.footer_adress2 .social_button {
	margin-top: 93px;
}

.copywrite_wrap {
	width: 100%;
	overflow: hidden;
	background:#d7d7d7;
	padding-top: 15px;
  padding-bottom: 16px;
}

.copywrite {
	width:1170px;
	margin:0 auto;
	overflow: hidden;
}

.html_map {
	float:left;
	overflow: hidden;
}

.html_map a {
	text-decoration:none;
	color:#6e6e6e;
	font-size: 13px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom:1px solid #6e6e6e;	
  font-family: 'Pt Sans', sans-serif;
}

.html_map a:hover {
	border-bottom:1px solid transparent;
}

.copywrite_text {
	float:right;
	overflow: hidden;
	color:#6e6e6e;
	font-size: 13px;
	font-family: 'Pt Sans', sans-serif;
	margin-top: 4px;
}

/*----------- Основной блок страница посредник Таобао ---------*/
.video {
    height: 0;
    position: relative;
    width: 580px;
    height: 330px;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.taobao_mainblock_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/taobao_mainblock_bg.jpg) top center no-repeat;
	padding-top: 46px;
	padding-bottom: 74px;
	background-repeat: no-repeat;
    background-size: cover;
}

.taobao_mainblock {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.taobao_mainblock_title {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 63px;
	text-align: center;
	color: #fff;
	line-height: 78px;
	margin-bottom: 30px;
}

.taobao_mainblock_subtitle {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	margin-bottom: 32px;
}

.taobao_mainblock_line {
	text-align:center;
	margin-bottom:37px;
}

.taobao_platform_title {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 23px;
	text-align: center;
	color: #fff;
	margin-bottom: 28px;
}

.taobao_platform_block {
	overflow:hidden;
	margin-left:-15px;
	margin-bottom:60px;
}

.taobao_platform_item {
	width:222px;
	float:left;
	margin-left:15px;
	background:#fff;
	padding-top:14px;
	min-height:140px;
}

.taobao_platform_item_title {
	text-align:center;
	font-size: 19px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	color: rgb(255,215,85);
	margin-bottom:4px;
	text-align:center;
	padding-left: 12px;
  padding-right: 12px;
}

.taobao_platform_item_line {
	text-align:center;
	margin-bottom: 6px;
	line-height:0;
}

.taobao_platform_item_desc {
	font-size: 15px;
	line-height: 22px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	padding-left:8px;
	padding-right: 8px;
}

/*----------------------- Тарифы (страница Таобао) ----------------*/

.white_section_wrap_tariff {
	background:#fff url(https://tkcargo.ru/index_files/tariff_bg.jpg) top center no-repeat;
	padding-bottom:40px;
}

.tariff_block {
	overflow: hidden;
	width:1005px;
	margin:0 auto;
	margin-bottom:25px;
}

.tariff_block table {
	border:1px solid #cdcdcd;
}

.tariff_block table tr:nth-child(even) {background:#FFF}
.tariff_block table tr:nth-child(odd)  {background:#f2f2f2}

.tariff_block table tr td {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	vertical-align:middle;
	height:69px;
	border:1px solid #cdcdcd;
	padding-left:25px;

}

.kargo_block.tariff_block {
	margin-top: 30px;
}

.kargo_block.tariff_block td {
	width: 15%;
}

.tariff_block table tr td.two_rows_td {
	padding-right: 50px;
}

.tariff_block table .td_title {
	font-weight:bold;
	min-width:375px;
	font-family: 'Pt Sans', sans-serif;
}

.tariff_link {
	font-weight:bold;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	padding-left:27px;
}

.tariff_link a {
	color: #2185c2;
	text-decoration:none;
	border-bottom:1px solid #2185c2;
	font-size: 17px;
	font-family: 'Pt Sans', sans-serif;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'Pt Sans', sans-serif;
}

.tariff_link a:hover {
	border-bottom:1px solid transparent;
}

/*---------------Стоимость услуг (страница Таобао)------------*/

.taobao_payment_wrap {
	background:url(https://tkcargo.ru/index_files/payment_taobao.jpg) top center no-repeat;
	padding: 75px 0px 12px 0px;
	overflow:hidden;
}

.section_grey_title_taobao_payment {
	margin-bottom:67px;
}

.taobao_payment {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.taobao_payment_block {
	overflow: hidden;
}

.taobao_payment_item {
	  width: 370px;
    overflow: hidden;
    background:url(https://tkcargo.ru/index_files/blue_line_taobao_payment.png) left top no-repeat;
    float: left;
    margin-bottom:55px;
    min-height:142px;
}

.taobao_payment_item_left {
	background:none;
}

.taobao_payment_item_left .taobao_payment_item_img {
	width: 320px;
	float:left;
}

.taobao_payment_item_right .taobao_payment_item_img {
	width: 320px;
	float:right;
}

.taobao_payment_item_center {
	width:430px;
}

.taobao_payment_item_img {
	width:100%;
	text-align:center;
	margin-bottom:8px;
	line-height:0;
}

.taobao_payment_item_desc {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-align:center;
	width:320px;
}


.taobao_payment_item_left .taobao_payment_item_desc {
	float:left;
}

.taobao_payment_item_center .taobao_payment_item_desc {
	margin:0 auto;
}

.taobao_payment_item_right .taobao_payment_item_desc {
	float: right;
}

/*------------------5 преимуществ (страница Таобао)---------*/

.white_section_wrap_taobao {
	padding-top:65px;
}

.section_grey_title_taobao_five_reasons {
	max-width:100%;
	width:1170px;
	margin:0 auto;
	margin-bottom:55px;
}

.five_reasons_desc_taobao1 {
	padding-top:35px;
}

.five_reasons_desc_taobao2 {
	padding-top:29px;
}

.five_reasons_desc_taobao3, .five_reasons_desc_taobao4  {
	padding-top:38px;
}

.five_reasons_desc_taobao5 {
	padding-top:40px;
}

.five_reason_link {
	font-size: 18px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	width:1170px;
	margin:0 auto;
	margin-bottom: 46px;
	text-align: center;
	margin-top: 40px;
}

.five_reason_link a {
	font-size: 18px;
	font-weight: bold;
	color: #2185c2;
	font-family: 'Pt Sans', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid #2185c2;
}

.five_reason_link a:hover {
	border-bottom: 1px solid transparent;
}

.white_section_wrap_taobao .five_reasons_desc {
	font-size:18px;
	line-height:25px;
}

.white_section_wrap_taobao .five_reasons_desc strong {
	font-family: 'Pt Sans', sans-serif;
}

/*-----------------Список вопросов (страница Таобао)--------------*/

.section_grey_title_question_list {
	margin-bottom:28px;
}

.section_grey_desc_question_list {
	margin-bottom:30px;
}

.question_list {
	overflow: hidden;
	width:1005px;
	margin:0 auto;
}

.question_list .wpawc_accordion .accordion-main {	
	background:none;
	border:0;
	outline:0;
	padding:0;
}

.wpawc_accordion .accordion-main.open {
	background:none !important;
	border:0 !important;
	outline:0 !important;
	padding:0 !important;
}

.wpawc_accordion .accordion-main:last-child {
	margin-bottom:0;
}

.question_list .wpawc-accordion-1 .accordion-title {
	padding: 0 !important;	
	padding: 11px 15px 17px 0 !important;
	padding-left: 65px !important;	
	background:#fff;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
}


.question_list .wpawc-accordion-1 .accordion-title h4 {
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
}

.question_list .accordion-main .accordion-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 50px;
  width: 50px;
  background:#2185c2 url(https://tkcargo.ru/index_files/accordeon_arrow.png) center no-repeat;
  background-size: 50%;	
}

.question_list .accordion-main.open .accordion-title:after {
	-webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background:#2185c2 url(https://tkcargo.ru/index_files/accordeon_arrow.png) center no-repeat;
  background-size: 50%;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 50px;
  width: 50px;
}


.question_list .accordion-content {
	font-size: 16px;
	line-height:23px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	padding-left: 44px;
	margin-right: 0px;
	padding-top:10px;
}

.accordion-content a {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
    color: #2185c2;
    text-decoration: none;
    border-bottom: 1px solid #2185c2;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.accordion-content a:hover {
	border-bottom: 1px solid transparent;
}

.wpawc_accordion {
	margin-bottom:5px;
}

.grey_section_wrap_question_list {
	padding-bottom:70px;
}

/*-----------------Консультация (страница Таобао) ---------------*/

.question_subtitle_taobao {
	margin-bottom:44px;
}


/*---------------Главный блок (Поиск поставщиков)----------*/

.suppliersphoto_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/suppliersphoto_wrap_bg.jpg) top center no-repeat;
	padding-top: 115px;
	padding-bottom: 81px;
}

.suppliershoto_block {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.suppliers_title_first {
	font-family: 'Cuprum', sans-serif;
	font-weight:normal;
	font-size: 76px;
	text-align: center;
	color: #fff;
	line-height: 83px;
	margin-bottom: 12px;
}

.suppliers_title_second {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 51px;
	text-align: center;
	color: #fff;
	line-height: 86px;
	margin-bottom: 58px;
}

.suppliers_title_third {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	width: 785px;
	margin: 0 auto;
	margin-bottom: 89px;
}

/*----------Что включает услуга (подбор поставщиков)------*/

.select_supplier {
	overflow: hidden;
	width: 764px;
	margin: 0 auto;
	margin-bottom: 51px;
}

.select_supplier_item {
	width: 356px;
	overflow: hidden;
	float: left;
}

.select_supplier_img {
	line-height: 0;
	text-align: center;
}

.select_supplier_desc {
	background:#fff;
	overflow: hidden;
	width: 100%;
	padding: 20px 25px 28px 35px;
	font-size: 20px;
	color: #282828;
	line-height: 25px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
}

.select_supplier_arrow {
	width:52px;
	height: 268px;
	position:relative;
	float: left;
	overflow: hidden;
}

.select_supplier_arrow img {
	position: absolute;
	top:50%;
	margin-top:-15px;
	left:50%;
	margin-left:-7.5px;
}

.select_supplier_subtitle {
	font-size: 29px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	text-align: center;
	margin-bottom: 37px;
}

.cp_select_supplier_subtitle {
	font-size: 29px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
    line-height: 35px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 15px;
}

.grey_section_wrap_select_supplier .order_button a {
	padding-left: 48px;
	padding-right: 48px;
} 

/*--------------- 3 причины (Поиск посьавщика)-------------*/

.white_section_wrap_supplier {
	padding-bottom: 14px;
}

.white_section_wrap_supplier .section_grey_title {
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 57px;
}

.white_section_wrap_supplier .five_reasons_desc {
	font-size: 18px;
	line-height: 25px;
}

.white_section_wrap_supplier .five_reasons_desc strong {
	font-family: 'Pt Sans', sans-serif;
}



.five_reasons_desc_supplier1 {
	padding-top:37px;
}

.five_reasons_desc_supplier1 {
	padding-top:49px;
}

.five_reasons_desc_supplier1 {
	padding-top:37px;
}

.five_reasons_desc_supplier2 {
	padding-top:49px;
}

.five_reasons_desc_supplier3 {
	padding-top:55px;
}

/*----------Как закупать товар (Поиск поставщиков)----------*/

.grey_section_wrap_select_supplier {
	padding-bottom:70px;
}

.grey_section_wrap_supplier_buy .section_grey_title {
	margin-bottom: 65px;
}

.supplier_buy {
	overflow: hidden;
	margin-bottom: 42px;
}

.supplier_buy_item {
	width: 356px;
	overflow: hidden;
	float: left;
}

.supplier_buy_img {
	line-height: 0;
	position: relative;
}

.supplier_buy_img .supplier_buy_step {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	padding: 9px 35px 17px 35px;
	font-size: 32px;
	color: #fff;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	background:rgba(9, 88, 131, 0.8);
	line-height: 32px
}

.supplier_buy_desc {
	background:#fff;
	padding: 19px 35px 29px 35px;
	font-size: 20px;
	line-height: 25px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	min-height:98px;
}

.supplier_buy_arrow {
	width:51px;
	height: 311px;
	position:relative;
	float: left;
	overflow: hidden;
}

.supplier_buy_arrow img {
	position: absolute;
	top:50%;
	margin-top:-15px;
	left:50%;
	margin-left:-7.5px;
}

.supplier_buy_info {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}

/*-----------Схема закупок (Поиск поставщика)-----------*/

.supplier_scheme_wrap {
	width: 100%;
	overflow: hidden;
	background:url(https://tkcargo.ru/index_files/supplier_scheme_bg.jpg) top center no-repeat;
	padding-top: 60px;
	padding-bottom: 75px;
}

.supplier_scheme {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.supplier_scheme_block {
	overflow: hidden; 
	margin-bottom: 50px;
}

.supplier_scheme_bg {
	background: url(https://tkcargo.ru/index_files/supplier_scheme_block_bg.png) bottom center no-repeat;	
	height:110px;
	overflow: hidden; 
}

.supplier_scheme_title {
	color: #fff;
	text-align: center;
	font-size: 29px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-bottom: 32px;
}

.supplier_scheme_startitem {
	width: 210px;
	margin-right: 62px;
	padding-top: 40px;
	float:left;
	font-size: 24px;
	line-height: 29px;
	font-family: 'Pt Sans', sans-serif;
	color: #2185c2;
	font-weight: bold;
	padding-left:23px;
}

.supplier_scheme_item {
	width: 175px;
	margin-right: 63px;
	padding-top: 15px;
	float: left;
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	position:relative;
}

.supplier_scheme_item strong {
	color: #2185c2;
	font-family: 'Pt Sans', sans-serif;
}

.supplier_scheme_enditem {
	width: 175px;
	padding-top: 24px;
	float:left;
	font-size: 24px;
	line-height: 29px;
	font-family: 'Pt Sans', sans-serif;
	color: #2185c2;
	font-weight: bold;
}

.supplier_scheme_block_two .supplier_scheme_enditem {
	padding-top: 35px;
	padding-left: 53px;
	font-size: 32px;
}

.supplier_scheme_wrap .order_button {
	margin-top: 65px;
}

.supplier_scheme_block_two .supplier_scheme_item:before {
  content: "";
  background: url(https://tkcargo.ru/index_files/no_supplier_scheme.png) no-repeat;
  position: absolute;
  top: 15px;
  left: -6px;
  width: 367px;
  height: 80px;
}

/*---------- Почему выбирают (Поиск поставщиков)--------*/

.grey_section_wrap_supplier_why {
	padding-bottom: 35px;
}

.grey_section_wrap_supplier_why .section_grey_title {
	max-width:1005px;
} 

.supplier_why {
	overflow: hidden;
	width: 1005px;
	margin:0 auto;
}

.supplier_why_bg {
	overflow: hidden;
	margin-left: -23px;
}

.supplier_why_item {
	width: 491px;
	overflow: hidden;
	float: left;
	margin-left: 23px;
	margin-bottom: 40px;
}

.supplier_why_img {
	line-height: 0;
	text-align: center;
}

.supplier_why_info {
	background:#fff;
	padding-top: 115px;
	padding-bottom: 55px;
	overflow: hidden;
	margin-top: -90px;
}

.supplier_why_title {
	font-size: 22px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	padding-left:35px;
	margin-bottom: 12px;
	position: relative;
}

.supplier_why_title:before {
  content: "";
  background: url(https://tkcargo.ru/index_files/supplier_why_title.png) left center no-repeat;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 59%;
  left: 0;	
}

.supplier_why_desc {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	padding: 0px 40px 0px 33px;
	font-family: 'Pt Sans', sans-serif;
}

/*----Несколько слов о компании (Поиск поставщиков) ----*/

.white_section_wrap_supplier_data {
	background:url(https://tkcargo.ru/index_files/white_section_wrap_supplier_data.jpg) top center no-repeat;
	padding-bottom: 68px;
}

.white_section_wrap_supplier_data .section_grey_title {
	margin-bottom:62px;
}

.supplier_data {
	overflow: hidden;
	width: 1005px;
	margin: 0 auto;
	margin-bottom: 48px;
}

.supplier_data_bg {
	overflow: hidden;
	margin-left: -63px;
}

.supplier_data_item {
	width: 293px;
	float: left;
	overflow: hidden;
	margin-left: 63px;
}

.supplier_data_img {
	line-height: 0;
	margin-bottom: 19px;
	text-align: center;
}

.supplier_data_desc {
	font-size: 18px;
	line-height: 25px;
	color: #282828;
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
}

.supplier_data_line {
	text-align: center;
	overflow: hidden;
	margin-bottom: 21px;
}

.supplier_more {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
}

.supplier_more a {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	color:#2185c2;
	text-decoration: none;
	border-bottom: 1px solid #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.supplier_more a:hover {
	border-bottom: 1px solid transparent;
}


/*----------Главный блок (Доставка Авиа)-----------*/
.avia_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/avia_wrap_bg.jpg) top center no-repeat;
	padding-top: 80px;
	padding-bottom: 57px;
}

.kros_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/kros_wrap_bg.jpg) top center no-repeat;
	padding-top: 80px;
	padding-bottom: 57px;
}
.pr_rascheta {
  width: 80%;
}
.raschettxt {
   width: 70%;
}
.raschetimg {
   width: 30%;
}
.pr_foto_marg {
  margin-right: 40px;
  border: solid 2px rgb(255,215,85); 
  width: 256px; 
  height: 256px; 
  margin-bottom: 10px;
}
/*----------Главный блок (Доставка Авиа конец)-----------*/





/*----------Главный блок (Доставка Карго)-----------*/

.kargo_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/kargo_wrap_bg.jpg) top center no-repeat;
	padding-top: 80px;
	padding-bottom: 57px;
}

.kargo_block {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.kargo_title_first {
	font-family: 'Cuprum', sans-serif;
	font-weight:bold;
	text-align: center;
	color: #fff;
	font-size: 65px; 
	line-height: 90px;
	margin-bottom: 20px;
}

.kargo_title_second {
	font-family: 'Cuprum', sans-serif;
	font-weight:bold;
	font-size: 61px;
	text-align: center;
	color: #fff;
	line-height: 61px;
	margin-bottom: 75px;
}

.kargo_title_third {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 32px;
	margin-bottom: 34px;
}

.kargo_plus_block {
	width: 644px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 89px;
}

.kargo_plus {
	overflow: hidden;
	margin-left: -24px;
}

.kargo_plus_item {
	width: 310px;
	margin-left:24px;
	float: left;
	overflow: hidden;
	background: #fff;
	padding: 20px 19px 14px 19px;
}

.kargo_plus_item img {
	float: left;
	margin-right: 18px;
}

.kargo_plus_title {
	font-size: 22px;
	line-height: 28px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-top: -10px;
}

/*----------------Сроки карго доставки (Доставка карго)------------*/

/*---------------- Табы (Доставка Карго) --------------*/

.kargo_delivery_terms {
	width: 1005px;
	margin: 0 auto;
	overflow: hidden;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
}

.tab-links {
	padding:0;
	margin: 0;
	border-bottom: 3px solid #2185c2;
	margin-left:-14.6px;
	overflow: hidden;
	margin-bottom: 16px;
}

.tab-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.tab-links li {
	list-style:none;
	padding:0;
	margin: 0;
	float: left;
}

.tab-links a {
	font-size: 15px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	color: #282828;
	background:#d7d7d7;
	text-decoration: none;
	padding: 7px 10px 13px 10px;
	margin-left: 14.6px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
}

.tab-links a:hover {
	color:#fff;
	background: #2185c2;
}

.tabs li.active a, .tabs li.active a:hover {
	color:#fff;
	background: #2185c2;
}

/*----- Content of Tabs -----*/
.tab-content {
	background:#fff;
}

.tab-content strong {
	font-family: 'Pt Sans', sans-serif;
}


.tab {
	display:none;
}

.tab.active {
	display:block;
}

.kargo_dt_adress {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	padding-left: 21px;
	background:url(https://tkcargo.ru/index_files/kargo_dt_adress.png) left center no-repeat;
}

.kargo_dt_phone {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	padding-left: 21px;
	background:url(https://tkcargo.ru/index_files/kargo_dt_phone.png) left center no-repeat;
}

.kargo_dt_truck {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	padding-left: 21px;
	background:url(https://tkcargo.ru/index_files/kargo_dt_truck.png) left center no-repeat;
	margin-bottom: 25px;
}

.kargo_dt_table_title {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;	
	text-align: center;
	margin-bottom: 20px;
}


.kargo_delivery_terms table {
	border:1px solid #cdcdcd;
	margin-bottom: 18px;
}

.kargo_delivery_terms table tr:nth-child(even) {background:#FFF}
.kargo_delivery_terms table tr:nth-child(odd)  {background:#f2f2f2}

.kargo_delivery_terms table tr td {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	vertical-align:middle;
	border:1px solid #cdcdcd;
	text-align: center;
	width: 50%;
	padding: 9px 0px 12px 0px;
}

.kargo_delivery_terms table tr th {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	vertical-align:middle;
	border:1px solid #cdcdcd;
	text-align: center;
	width: 50%;
	padding: 9px 0px 12px 0px;
	font-weight: bold;
}

.courier_delivery table tr td, .kargo_delivery_terms table tr th {
	width: auto;
}

.kargo_dt_table_dopinfo {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	line-height: 24px;
	font-style: italic;
	margin-bottom: 25px;
	text-align: center;
}

.kargo_dt_vip {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding: 9px 15px 12px 15px;
	width: 670px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 24px;
	border: 4px solid #2185c2;
}

.cp_dt_vip {
	font-family: 'Pt Sans', sans-serif;
	font-size: 22px;
	color:#282828;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding: 9px 15px 12px 15px;
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 24px;
	border: 4px solid #2185c2;
}

.kargo_dt_specprice {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
}

.kargo_dt_pb {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

/*--------------5причин (Доставка Карго)---------------*/

.kargo_why {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 25px;
}

.kargo_why_bg {
	overflow: hidden;
  margin-left: -23px;
}

.kargo_why_item {
	width: 374px;
	float: left;
	overflow: hidden;
  margin-left: 23px;
  margin-bottom: 40px;
}

.kargo_why_img {
  line-height: 0;
  text-align: center;	
}

.kargo_why_info {
  background: #fff;
  padding-top: 115px;
  padding-bottom: 30px;
  overflow: hidden;
  margin-top: -90px;	
  min-height: 310px;
}

.kargo_why_title {
  font-size: 22px;
  color: #282828;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 12px;
  position: relative;	
}

.kargo_why_title:before {
    content: "";
    background: url(https://tkcargo.ru/index_files/supplier_why_title.png) left center no-repeat;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 59%;
    left: 0;
}

.kargo_why_desc {
  font-size: 17px;
  line-height: 24px;
  color: #282828;
  padding: 0px 20px 0px 30px;
  font-family: 'Pt Sans', sans-serif;	
}

.kargo_why_item1 .kargo_why_desc p {
	margin-bottom: 10px;
}

.kargo_why_desc a {
	font-size: 17px;
	line-height: 24px;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom:1px solid #2185c2;
  font-family: 'Pt Sans', sans-serif;
  font-weight:bold;
  font-style: italic;
  color: #2185c2;
}

.kargo_why_desc a:hover {
	border-bottom:1px solid transparent;
}

.kargo_why_item4 {
	margin-left: 220px;
}

.grey_section_wrap_kargo_why .section_grey_title {
	max-width: 775px;
}

/*----------Что может потребоваться дополнительно ----------*/

.white_section_wrap_kargo_dt_dopinfo {
	padding-bottom:0px;
}

.white_section_wrap_kargo_dt_dopinfo .section_grey_title {
	max-width: 100%;
}

.kargo_dt_dopinfo {
	overflow: hidden;
	width: 1005px;
	margin: 0 auto;
}

.kargo_dt_dopinfo table {
	border:1px solid #cdcdcd;
	margin-bottom: 0;
}

.kargo_dt_dopinfo table tr:nth-child(even) {background:#FFF}
.kargo_dt_dopinfo table tr:nth-child(odd)  {background:#f2f2f2}

.kargo_dt_dopinfo table tr td {
	font-family: 'Pt Sans', sans-serif;
	font-size: 17px;
	color:#282828;
	vertical-align:middle;
	border:1px solid #cdcdcd;
	width: 50%;
	padding: 9px 35px 12px 25px;
}

.kargo_dt_dopinfo .kdt_nametd {
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
}


/*------------------Схема работы (Доставка Карго)-------------*/

.white_section_wrap_kargo_dt_scheme .section_grey_title {
	margin-bottom: 145px;
}

.kargo_dt_scheme {
	width: 1005px;
	margin-left: 27px;
	position: relative;
	min-height: 400px;
	background:url(https://tkcargo.ru/index_files/kargo_dt_scheme_bg.jpg) top center no-repeat;
}
.avia_dt_scheme {
	width: 1005px;
	margin-left: 27px;
	position: relative;
	min-height: 300px;
	background:url(https://tkcargo.ru/index_files/kargo_dt_scheme_bg.jpg) top center no-repeat;
}
.cp_dt_scheme {
	width: 1005px;
	margin-left: 27px;
	position: relative;
	min-height: 400px;
	background:url(https://tkcargo.ru/index_files/cp_dt_scheme_bg.jpg) top center no-repeat;
}


.kdt_scheme_item {
	overflow: hidden;
}

.kdt_scheme_item img {
	float: left;
	margin-right: 7px;
}


.kdt_scheme_desc {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
}

.kdt_scheme_item1 {
	width: 400px;
	position: absolute;
  top: -86px;
  left: 95px;
}

.kdt_scheme_item1 .kdt_scheme_desc {
	padding-top:7px;
} 

.kdt_scheme_item2 {
  width: 320px;
  position: absolute;
  top: -20px;
  left: 495px;
}

.cp_scheme_item2 {
  width: 420px;
  position: absolute;
  top: -20px;
  left: 495px;
}

.kdt_scheme_item2 .kdt_scheme_desc {
	padding-top:18px;
} 
.cp_scheme_item2 {
	padding-top:18px;
} 


.kdt_scheme_item3 {
	width: 360px;
	position: absolute;
  top: 87px;
  left: 745px;
}

.kdt_scheme_item3 .kdt_scheme_desc {
	padding-top: 30px;
} 

.kdt_scheme_item4 {
	width: 400px;
	position: absolute;
  top: 175px;
  left: 395px;
}

.kdt_scheme_item4 .kdt_scheme_desc {
	padding-top: 20px;
} 

.kdt_scheme_item5 {
	width: 400px;
	position: absolute;
  top: 107px;
  left: 100px;
}

.kdt_scheme_item5 .kdt_scheme_desc {
	padding-top: 20px;		
} 

.kdt_scheme_item6 {
  width: 360px;
  position: absolute;
  top: 308px;
  left: 525px;
}

.kdt_scheme_item6 .kdt_scheme_desc {
	padding-top: 8px;	
} 

.kargo_dt_scheme_car { 
  position: relative;	
  width: 1170px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 40px;
}

.kdt_scheme_infoblock {
	width: 645px;
	margin: 0 auto;
	overflow: hidden;
	border:4px solid #2185c2;
	padding: 7px 18px 14px 18px;
	font-size: 29px;
	line-height: 36px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	text-align: center;
	color: #282828;
}

.cp_scheme_infoblock {
	width: 480px;
	position: absolute;
	left: 830px;
	margin: 0 auto;
	overflow: hidden;
	border:4px solid #2185c2;
	padding: 7px 18px 14px 18px;
	font-size: 29px;
	line-height: 36px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	text-align: center;
	color: #282828;
}

/*--------------Страница отзывов------------*/

.white_section_wrap_review {
	padding-top: 55px;	
	padding-bottom: 55px;
}

.white_section_wrap_review .section_grey_title {
	margin-bottom: 35px;
}

.white_section_wrap_review .testimonial_video {
	margin-bottom: 0;
}

.review_wrap {
	width: 1170px;
	margin: 0 auto;
	padding-bottom: 75px;
}

.review_block {
	overflow: hidden;
	margin-left: -26px;
}

.review_item {
	width: 572px;
	float: left;
	overflow: hidden;
	margin-left: 26px;
	margin-bottom: 40px;
}

.ri_photo {
	line-height: 0;
	float: left;
	margin-right: 25px;
}

.ri_name {
	font-size: 19px;
	color: #2185c2;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	margin-top: 5px;
}

.ri_date {
	font-size: 15px;
	font-family: 'Pt Sans', sans-serif;
	color: #282828;
	font-weight: normal;
	overflow: hidden;
}

.ri_linkvk {
	font-size: 15px;
	font-family: 'Pt Sans', sans-serif;
	color: #282828;
	font-weight: bold;
	overflow: hidden;	
}

.ri_text {
	font-size: 16px;
	line-height: 23px;
	font-family: 'Pt Sans', sans-serif;
	padding: 20px 20px 23px 20px;
	border:5px solid #dcdcdc;
	position: relative;
	margin-top: 39px;
}

.ri_text p {
	overflow: hidden;
}

.ri_text:before {
	content:"";
	position:absolute;
	width:22px;
	height:27px;
	background:url(https://tkcargo.ru/index_files/reviev_arrow.png) no-repeat;
	top: -27px;
  left: 122px;
}

.ri_text img {
	margin-top: 15px;
}

.review_item3 {
	margin-top: -91px;
}

.review_item5 {
	margin-top: -91px;
}

.review_item7 {
	margin-top: -310px;
}

.review_wrap .order_button_blue {
	margin-top: 14px;
}


/*-----------------Хлебные крошки------------*/

.category_bg {
	background: #ebebeb;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.35);
	position: relative;
	padding-bottom: 60px;
}

.breadcrumbs {
	width: 1170px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #6e6e6e;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
}

.breadcrumbs a {
	font-size: 14px;
	color: #2185c2;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;	
}

.breadcrumbs a:hover {
	border-bottom: 1px solid transparent;
}


.breadcrumbs .bread_separator {
	font-size: 14px;
	color: #6e6e6e;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;	
}


/*-----------------Категория блога--------------------*/

.category_wrap {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

#category_content {
	width: 780px;
	background: #fff;
	padding: 6px 24px 44px 21px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

#category_content .blog_header {
	font-size: 38px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 13px;
}

#category_content .blog_item_top {
	overflow: hidden;
}

#category_content h2.entry-title {
	font-size: 28px;
	line-height: 33px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
	margin-bottom: 10px;
}

#category_content h2.entry-title a {
	font-size: 28px;
	line-height: 33px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;	
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;	
}

#category_content h2.entry-title a:hover {
	color:#2185c2;
}

.entry-meta {
	overflow: hidden;
	margin-bottom: 22px;
	padding-top: 5px;
}

.entry_date {
	float: left;
	overflow: hidden;
	padding-right: 11px;
	border-right: 1px solid #d7d7d7;
	margin-right: 14px;
	font-size: 17px;
	line-height: 14px;
	color: #4e4e4e;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;	
	position: relative;
  top: -2px;
}

.entry_author {
	float: left;
	overflow: hidden;
	padding-right: 11px;	
	border-right: 1px solid #d7d7d7;
	margin-right: 14px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	color: #4f4f4f;
	font-family: 'Pt Sans', sans-serif;
	background: url(https://tkcargo.ru/index_files/author_post.png) left center no-repeat;
	padding-left: 20px;
}
    
.entry_comment {
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	color: #4f4f4f;
	font-family: 'Pt Sans', sans-serif;
	background: url(https://tkcargo.ru/index_files/comment_post.png) left center no-repeat;
	padding-left: 20px;
}

#category_content .category_img {
	line-height:0;
	overflow: hidden;
	border:1px solid #e6e6e6;
	padding: 5px;
	float: left;
	margin-right: 21px;
	width:262px;
	height: 167px;
}

#category_content .category_img .bg_img_cat {
	width:250px;
	height: 155px;
	background-size:auto 100% !important;
	background-position:center !important;
	background-repeat: no-repeat !important;
}

#category_content .entry-content {
	font-size: 17px;
	line-height: 24px;
	color: #4f4f4f;
	font-family: 'Pt Sans', sans-serif;
	overflow: hidden;
}

#category_content .entry-content a {
	display: inline-block;
  color: #282828;
  font-size: 18px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 3px 26px 9px 26px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background: rgb(255,215,85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
}

#category_content .entry-content a:hover {
	background: #fabf0c;
}

#category_content article {
	overflow: hidden;
	padding-bottom: 19px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

/*--------------- Пагинация в категории -------------*/

.wp-pagenavi {
	text-align: center;
	margin-top:33px;
}

.wp-pagenavi a {
	border:1px solid #136491;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 17px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  padding: 4px 12px 4px 12px;
  color: #282828;
}

.wp-pagenavi a:hover {
	background: #136491;
	border:1px solid #136491;
	color: #fff;
}

.wp-pagenavi span.extend {
	border:1px solid #136491;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font-size: 17px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  padding: 4px 12px 4px 12px;
  color: #282828;
}

.wp-pagenavi span.current {
	border:1px solid #136491;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font-size: 17px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  padding: 4px 12px 4px 12px;
  color: #fff;	
  background: #136491;
}

.wp-pagenavi a.nextpostslink {
	margin-left: 28px;
}

.wp-pagenavi .previouspostslink {
	margin-right: 28px;
}

/*------------- Правый сайдбар в блоге и на странице записи -----------*/

.right_sidebar {
	width: 360px;
	float: left;
	overflow: hidden;
}

.right_sidebar .widget {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.right_sidebar .widget-title {
	font-size: 20px;
	color: #fff;
	text-align: left;
	font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  padding: 4px 19px 10px 19px;
  background: #136491;
}

.right_sidebar .textwidget {
	padding: 20px 19px 20px 19px;
}

.right_sidebar .ltstpsts-latest-posts {
	padding: 18px 19px 0px 19px;
}

.right_sidebar .tag_widget {
	padding: 18px 19px 13px 19px;
}

.right_sidebar #text-7 a#gcw_siteFiQtZD6cb {
	right: 19px;
  position: relative;
  text-decoration: none;
  color: #777777;
  line-height: 36px;
}

.right_sidebar #text-7 .textwidget {
	padding-bottom: 0;
}

.right_sidebar .tag_widget a {
	font-size: 14px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	padding: 3px 8px 4px 8px;
	margin-right: 6px;
	margin-bottom: 7px;
	border:1px solid #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.right_sidebar .tag_widget a:hover {
	background: #2185c2;
	color: #fff;
}

.ltstpsts-latest-posts .lst_content {
	float: left;
	margin-right: 15px;
	max-height: 60px;
  overflow: hidden;
}

.ltstpsts-latest-posts img {
	padding: 0;	
}

.ltstpsts-latest-posts .entry-header {
	overflow: hidden;
} 

.ltstpsts-latest-posts article {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.ltstpsts-latest-posts article:last-child {
	border-bottom: 0;
}

.ltstpsts-latest-posts a.ttl_last {
	font-size: 14px;
	line-height: 21px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.ltstpsts-latest-posts a.ttl_last:hover {
	color: #2185c2;
}

/*--------------Страница записи------------------*/

#single_content {
	width: 780px;
	background: #fff;
	padding: 18px 24px 44px 24px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

#single_content .blog_item_top {
	overflow: hidden;
}

#single_content h1.entry-title {
	font-size: 30px;
	line-height: 35px;
	color: #282828;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
	margin-bottom: 10px;
}

#single_content h1.entry-title a {
	font-size: 30px;
	line-height: 35px;
	color: #282828;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;	
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;	
}

#single_content h1.entry-title a:hover {
	color:#2185c2;
}


#single_content .entry-content img {
	outline: 1px solid #e6e6e6;
	border:4px solid #fff;
}

#single_content .entry-content img.alignleft {
	margin-right: 20px;
	margin-bottom: 10px;
}

#single_content .entry-content img.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
}

#single_content .entry-content p {
	font-size: 19px;
	line-height: 28px;
	font-family: 'Pt Sans', sans-serif;
	margin-bottom: 22px;
	color: #282828;
}

#single_content .entry-content strong {
	font-family: 'Pt Sans', sans-serif;
}

#single_content .entry-content a {
	color: #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid transparent;	
}

#single_content .entry-content a:hover {
	border-bottom: 1px solid #2185c2;	
}


#single_content .entry-content {
	padding-bottom:20px;
}

#single_content h1, #single_content h2, #single_content h3, #single_content h4 {
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    color: #282828;
}

#single_content h2 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 15px;
	margin-top: 35px;
}

#single_content h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 28px;
}

#single_content h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 13px;
	margin-top: 24px;
}

#single_content .entry-content ul, #single_content .entry-content ol {
	margin: 20px 0px 20px;
	padding: 0;
	font-size: 19px;
	line-height: 28px;
	font-family: 'Pt Sans', sans-serif;
	color: #282828;
}

#single_content .entry-content ul li {
	list-style:none;
	font-size: 19px;
	line-height: 28px;
	font-family: 'Pt Sans', sans-serif;
	color: #282828;
	margin-bottom:10px;
  background: url(https://tkcargo.ru/index_files/li_marker.png) left 9px no-repeat;
  margin-left: 20px;
  padding-left: 20px;
}

#single_content .entry-content ul.list_style1 li {
	list-style:none;
	font-size: 19px;
	line-height: 28px;
	font-family: 'Pt Sans', sans-serif;
	color: #282828;
	margin-bottom:0;
	  background: url(https://tkcargo.ru/index_files/list_style1_marker.png) left 5px no-repeat;
	  margin-left: 20px;
	  padding-left: 26px;
}

#single_content .entry-content ul ul {
	    margin-left: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#single_content .entry-content ol {
	margin-left: 20px;
}

#single_content .entry-content ol li {
	font-size: 19px;
	line-height: 28px;
	color: #282828;
	margin-bottom:0;
  margin-left: 20px;
}

#single_content .entry-content table {
	margin-top: 35px;
	width: 99.99%;
}

#single_content .entry-content table tr td {
	padding-top: 12px;
	padding-bottom: 17px;
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
	border:1px solid #cdcdcd;
	font-size: 19px;
	line-height: 28px;
}

#single_content .entry-content table tr td strong {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

#single_content .entry-content table tr:nth-child(even) {background:#FFF}
#single_content .entry-content table tr:nth-child(odd)  {background:#f2f2f2}

#single_content .entry-content table thead tr {
	background: #2185c2 !important;
}

#single_content .entry-content table thead tr td {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
	color: #fff;
	text-align: center;
	border:0;
}

/*--------------------Категории записи----------------*/

.category_entries {
	overflow: hidden;
	padding-top:12px;
	padding-bottom: 12px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 12px;
}

.category_entries ul {
	margin: 0;
	padding: 0;
}

.category_entries ul li {
	list-style:none;
	float: left;
}

.category_entries ul li a {
	font-size: 14px;
	color: #282828;
	font-weight: normal;
	font-family: 'Pt Sans', sans-serif;
	padding: 1px 9px 2px 9px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border:1px solid #2185c2;
  text-decoration: none;
  display: block;
  margin-right: 7px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.category_entries ul li a:hover {
	background: #2185c2;
	color: #fff;
}

/*----------------Кнопки соцсетей в запси--------------*/

.share_button {
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}

.share_text {
	font-size: 14px;
	font-weight: normal;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	float: left;
	padding-right: 10px;
	position: relative;
	top:1px;
}

/*----------------Блок задать вопрос в записи-----------*/

.entries_help {
	width: 100%;
	overflow: hidden;
	background: url(https://tkcargo.ru/index_files/ask_entries.jpg) center no-repeat;
  padding-top: 21px;
  padding-bottom: 34px;
  margin-bottom: 30px;
}

.entries_help .entries_help_title {
	  font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    margin-bottom: 55px;
    text-align: center;
    margin-bottom: 20px;
}

/*---------------Блок навигации в записи--------------*/

#single_content .nav-links {
	overflow: hidden;
	padding-top:10px;
	padding-bottom: 12px;
}

#single_content .navigation.post-navigation {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

#single_content .navigation.post-navigation a {
	font-size: 14px;
	line-height: 20px;
	color: rgb(255,215,85);
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#single_content .navigation.post-navigation a:hover {
	color:#2185c2;
}

.nav-previous {
	background: url(https://tkcargo.ru/index_files/arrow_left_entries.png) left 5px no-repeat;
	padding-left:24px;
}

.nav-previous:hover {
	background: url(https://tkcargo.ru/index_files/arrow_left_entries_hover.png) left 5px no-repeat;
}

.nav-next {
	background: url(https://tkcargo.ru/index_files/arrow_right_entries.png) right 5px no-repeat;
	padding-right:24px;
}

.nav-next a, #single_content .navigation.post-navigation a {
	color: #333333;
}

.nav-next a:hover {
	color: #2185C2;
}

.nav-next:hover {
	background: url(https://tkcargo.ru/index_files/arrow_right_entries_hover.png) right 5px no-repeat;
}

/*------------------Страница преимуществ--------------------*/

.benefitsmain_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/benefitsmain_bg.jpg) top center no-repeat;
	padding-top: 125px;
  padding-bottom: 146px;
}

.benefitsmain_block {
	width:1005px;
	margin:0 auto;
	overflow:hidden;
}

.benefitsmain_title_first {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 76px;
	text-align: center;
	color: #fff;
	line-height: 86px;
	margin-bottom: 50px;
}

.benefitsmain_title_second {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 23px;
	text-align: center;
	color: #fff;
	line-height: 36px;
	margin-bottom: 80px;
}

.benefitsmain_title_third {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 23px;
	text-align: center;
	color: #fff;
	line-height: 36px;
	margin-bottom: 27px;
}

.benefitsmain_links {
	overflow: hidden;
	margin-left: -20px;
}

.benefitsmain_links_item {
	padding: 20px 22px 24px 22px;
	background: #fff;
	overflow: hidden;
	float: left;
	width: 235px;
	margin-left: 20px;
	text-align: center;
}

.benefitsmain_links_item1 {
	padding: 20px 40px 24px 40px;
}

.benefitsmain_links_item a {
	font-size: 18px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #8ebeda;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.benefitsmain_links_item a:hover {
	border-bottom: 1px solid transparent;
}

/*-----------Блоки преимуществ---------*/

.white_section_wrap_benefits_box {
	padding-bottom:35px;
}

.white_section_wrap_benefits_box .section_grey_title {
	margin-bottom: 50px;
	max-width: 1005px;
}

.white_section_wrap_benefits_box .white_section {
	width: 1005px;
	margin: 0 auto;
} 

.threebenefits_section_wrap .white_section, .fourbenefits_section_wrap .white_section {
    width: 1005px;
    margin: 0 auto;
}

.section_grey_subtitle {
	font-size: 17px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	margin-bottom: 39px;
}

.section_grey_subtitle strong {
	font-family: 'Pt Sans', sans-serif;	
}

.benefits_box {
	overflow: hidden;
	margin-bottom: 25px;
}

.benefits_box_img {
	width: 145px;
	text-align: left;
	overflow: hidden;
	line-height: 0;
	float: left;
}

.benefits_box_text {
	width: 860px;
	float: left;
	overflow: hidden;
}

.benefits_box_title {
	font-size: 26px;
	line-height: 32px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 16px;
}

.benefits_box_desc {
	overflow: hidden;
}

.benefits_box_desc p {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	margin-bottom: 14px;
}

.benefits_box_desc p strong {
	font-family: 'Pt Sans', sans-serif;	
}

.benefits_box_desc ul {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.benefits_box_desc ul li {
	list-style:none;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	margin-bottom:0;
  background: url(https://tkcargo.ru/index_files/li_marker.png) left 9px no-repeat;
  margin-left: 18px;
  padding-left: 18px;
}

.benefits_grey_quote {
  background: #ebebeb;
  padding: 12px 18px 0px 18px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  color: #282828;
  font-size: 17px;
  line-height: 24px;
  border-left: 4px solid #2185c2;
  margin-bottom: 16px;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px;
}

.benefits_grey_quote p {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	color: #282828;
	margin-bottom: 16px;
}

.benefits_white_quote {
	background: #fff;
	padding: 10px 18px 1px 18px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	color: #282828;
	font-size: 17px;
	line-height: 24px;
	border-left: 4px solid #2185c2;
	margin-bottom: 40px;
	margin-top: 23px;
}

.benefits_white_quote p {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	color: #282828;
	margin-bottom: 14px;
}

.threebenefits_section_wrap {
	background: url(https://tkcargo.ru/index_files/threebenefits_bg.jpg) top center no-repeat;
	padding-top: 74px;
	padding-bottom: 35px;
}

.threebenefits_section_wrap .section_grey_title {
	max-width: 100%;
	margin-bottom: 46px;
}

.threebenefits_section_wrap a {
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #2185c2;
	color: #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.threebenefits_section_wrap a:hover {
	border-bottom: 1px solid transparent;
}

.benefits_box_padding .benefits_box_title {
	margin-top:10px;
}

.fourbenefits_section_wrap {
	background: url(https://tkcargo.ru/index_files/fourbenefits_bg.jpg) top center no-repeat;
	padding-top: 74px;
	padding-bottom: 10px;
}

.fourbenefits_section_wrap .section_grey_title {
	max-width: 100%;
	margin-bottom: 46px;
}

.fourbenefits_section_wrap a {
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #2185c2;
	color: #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.fourbenefits_section_wrap a:hover {
	border-bottom: 1px solid transparent;
}

.anchor_lnk {
    position: relative;
    top: 20px;
}

/*------------------Страница контактов---------------------*/

.contactp_title {
	font-size: 44px;
  line-height: 50px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 29px;
}

.contactp_subtitle {
	font-size: 21px;
  line-height: 30px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 33px;	
}

.contactp_subtitle strong {
	font-size: 28px;
	color:#2185c2;
}

.contactp_item {
	overflow: hidden;
	padding-top: 39px;
	padding-bottom: 39px;
	border-top: 1px solid #e6e6e6;
	width: 1170px;
	margin:0 auto;
}

.contactp_item_left {
	width: 415px;
	margin-right: 25px;
	float:left;
	overflow: hidden;
}

.cil_title {
  font-size: 30px;
  margin-bottom: 27px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  color: #282828;
  margin-top: 0px;
  line-height: 38px;
}

.cil_phone, .cil_office, .cil_email, .cil_skype, .cil_clock {
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	padding-left: 50px;
	padding-top: 6px;
	min-height:37px;
}

.cil_office {
	margin-bottom: 17px;
}

.cil_phone strong, .cil_office strong, .cil_email strong, .cil_skype strong, .cil_clock strong {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
	color:#282828;
}

.contactp_item_right {
	width: 730px;
	border:1px solid #d2d2d2;
	overflow: hidden;
	float:left;
}

.cil_phone {
	background: url(https://tkcargo.ru/index_files/contactp_phone.png) left top no-repeat;
}

.cil_office {
	background: url(https://tkcargo.ru/index_files/contactp_location.png) left top no-repeat;
}

.cil_email {
	background: url(https://tkcargo.ru/index_files/contactp_email.png) left top no-repeat;
}

.cil_skype {
	background: url(https://tkcargo.ru/index_files/contactp_skype.png) left top no-repeat;
}

.cil_clock {
	background: url(https://tkcargo.ru/index_files/contactp_clock.png) left top no-repeat;
}

.cil_office_china {
	font-size: 15px;
	line-height: 24px;
}

.cil_clock_spb {
	margin-bottom: 0;
}

.contactp_item_spb {
	padding-bottom: 34px;
}

/*-----------------Обычная страница--------------------*/

.defaul_page {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 33px;
}

.defaul_page h1, .defaul_page h2, .defaul_page h3, .defaul_page h4 {
	font-family: 'Cuprum', sans-serif;
  font-weight: bold;	
  color: #282828;
}

.defaul_page h1.entry-title {
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 30px;
	text-align: center;	
	margin-top: 8px;
}

.defaul_page h2 {
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 13px;
	margin-top: 24px;
}

.defaul_page h3 {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 13px;
	margin-top: 23px;
}

.defaul_page h4 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 13px;
	margin-top: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-style: italic;
	font-weight: normal;
}

.defaul_page p {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 13px;
	font-family: 'Pt Sans', sans-serif;
}

.defaul_page p strong {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

.defaul_page ul, .defaul_page ol {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.defaul_page ul li {
	list-style:none;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	margin-bottom:0;
  background: url(https://tkcargo.ru/index_files/li_marker.png) left 9px no-repeat;
  margin-left: 20px;
  padding-left: 20px;
  font-family: 'Pt Sans', sans-serif;
}

.defaul_page ol {
	margin-left: 20px;
}

.defaul_page ol li {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	margin-bottom:0;
  margin-left: 20px;
  font-family: 'Pt Sans', sans-serif;
}

.defaul_page ul li strong, .defaul_page ol li strong {
	font-family: 'Pt Sans', sans-serif;
}

.defaul_page table {
	margin-top: 35px;
	width: 99.99%;
}

.defaul_page table tr td {
	padding-top: 12px;
	padding-bottom: 17px;
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
	border:1px solid #cdcdcd;
	font-size: 17px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
}

.defaul_page table tr td strong {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

.defaul_page table tr:nth-child(even) {background:#FFF}
.defaul_page table tr:nth-child(odd)  {background:#f2f2f2}

.defaul_page table thead tr {
	background: #2185c2 !important;
}

.defaul_page table thead tr td {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
	color: #fff;
	text-align: center;
	border:0;
}

.defaul_page a {
	text-decoration: none;
	border-bottom: 1px solid #2185c2;
	color: #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;

}

.defaul_page a:hover {
	border-bottom: 1px solid transparent;
}


/*--------------------Фотогалерея-------------------*/

.gallery_page {
	width: 1184px;
}

.ngg-navigation {
	padding-top: 25px !important;
	padding-bottom: 4px !important;
}

.ngg-navigation a {
	border: 1px solid rgb(255,215,85) !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  font-size: 17px !important;
  font-family: 'Pt Sans', sans-serif !important;
  font-weight: normal !important;
  padding: 4px 12px 4px 12px !important;
  color: #282828 !important;
}

.ngg-navigation a:hover {
	background: rgb(255,215,85) !important;
  border: 1px solid rgb(255,215,85) !important;
  color: #fff !important;
}

.ngg-navigation span.current {
	border: 1px solid rgb(255,215,85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 17px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  padding: 4px 12px 4px 12px;
  color: #fff;
  background: rgb(255,215,85);
  margin-right: 3px !important;
  margin-left: 0px !important;
}

.ngg-gallery-thumbnail {
    border: 0 !important;
    margin: 3px !important;
    margin-bottom: 10px !important;
}

.ngg-gallery-thumbnail a {
	border:0 !important;
}

/*-------------------------Оплата-----------------*/

.paymentp_block {
	overflow: hidden;
	width: 1005px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 25px;
}

.paymentp_title {
	font-size: 44px;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
}

.paymentp_subtitle {
	font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  margin-bottom: 13px;
}

.paymentp_desc {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: 300;
  font-style: normal;
	text-align: center;
	color: #4f4f4f;
	margin-bottom: 25px;
}

.paymentp_tabs {
	overflow: hidden;
}

.paymentp_tabs .tab-links {
	padding-left:180px;
}

.paymentp_tabs .tab-links a {
	padding: 7px 55px 12px 55px;
}

.paymentp_tabs .tab-links a.tb2 {
	padding: 7px 44px 12px 44px;
}

.paymentp_dollar_title {
	font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  margin-bottom: 16px;
  margin-top: 22px;
}

.paymentp_dollar_subtitle {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #282828;
	margin-bottom: 30px;
}

.paymentp_dollar_subtitle span {
	padding-right:17px;
}

.paymentp_dollar_subtitle strong {
	color: #2185c2;
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
	margin-left: 16px;
}

.payment_dollar_item {
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	padding-top:34px;
	padding-bottom: 30px; 
}

.pdi_left {
	overflow: hidden;
	float: left;
	margin-right: 30px;
	width: 170px;
	text-align: center;
	padding-top: 7px;
}

.pdi_right {
	width: 805px;
	float: left;
	overflow: hidden;
}

.pdi_right p {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	color: #282828;
	margin-bottom: 18px;
}

.pdi_title p {
  font-size: 28px;
  line-height: 33px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
}

.pdi_title {
  font-size: 28px;
  line-height: 33px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  margin-bottom: 13px;
}

.pdi_title a {
	font-size: 28px;
  line-height: 33px;
  text-align: center;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.pdi_title a:hover {
	border-bottom: 2px solid #282828;
}

.pdi_desc {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	color: #282828;
	margin-bottom: 18px;
}

.payment_dollar_item table {
	width: 395px;
	float: left;
	margin-bottom: 19px;
	border:1px solid #cdcdcd;
}

.payment_dollar_item .table1 {
	margin-right: 15px;
}

.payment_dollar_item table tr td {
	padding-top: 12px;
	padding-bottom: 17px;
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
	border:0;
	font-size: 17px;
	line-height: 24px;
}

.payment_dollar_item table tr td strong {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

.payment_dollar_item table tr {
	border-bottom:1px solid #cdcdcd;
}

.payment_dollar_item table tr:nth-child(even) {background:#FFF}
.payment_dollar_item table tr:nth-child(odd)  {background:#f2f2f2}

.payment_dollar_item table thead tr {
	background: #2185c2 !important;
}

.payment_dollar_item table thead tr td {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
	color: #fff;
	text-align: center;
	border:0;
}

.pdi_right_desc {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	color: #282828;
}

.payment_dollar_item ul {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.payment_dollar_item ul li {
	list-style:none;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	margin-bottom:0;
  background: url(https://tkcargo.ru/index_files/li_marker.png) left 9px no-repeat;
  margin-left: 20px;
  padding-left: 20px;
  font-family: 'Pt Sans', sans-serif;
}

.payment_dollar_item ul li ul li {
	list-style:none;
	background:none;
	padding-left:0;
	margin-left:0;
}

.pdi_quote {
	background: #ebebeb;
  padding: 12px 18px 0px 18px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  color: #282828;
  font-size: 17px;
  line-height: 24px;
  border-left: 4px solid #2185c2;
  margin-bottom: 2px;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px;
}

.pdi_quote p {
	font-size: 17px;
  line-height: 24px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  color: #282828;
  margin-bottom: 16px;
}

.pdi_tnks {
	font-size: 17px;
	color: #282828;
	font-style:italic;
	font-family: 'Pt Sans', sans-serif;
	padding-top: 7px;
}

.question_wrap_height {
	padding-top: 61px;
	padding-bottom: 61px;
}

.question_wrap_height .question_title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 7px
}

.question_wrap_height .question_subtitle div {
  font-size: 25px;
  margin-bottom: 2px;
}

.question_wrap_height .question_subtitle_taobao {
  margin-bottom: 37px;
}

.question_wrap_height .question_form textarea {
	margin-bottom: 29px;
}


/*-------------------Главный блока Посредник Алибаба-----------------*/

.alibaba_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/alibaba_wrap_bg.jpg) top center no-repeat;
	padding-top: 97px;
	padding-bottom: 114px;
}

.alibaba_block {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.alibaba_title_first {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 79px;
	text-align: center;
	color: #fff;
	line-height: 86px;
	margin-bottom: 57px;
}

.alibaba_title_second {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 41px;
	text-align: center;
	color: #fff;
	line-height: 41px;
	margin-bottom: 83px;
}

.alibaba_plus_block {
	width: 1053px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 80px;
}

.alibaba_plus {
	overflow: hidden;
	margin-left: -24px;
}

.alibaba_plus_item {
	width: 335px;
	margin-left:24px;
	float: left;
	overflow: hidden;
	background: #fff;
	padding: 34px 19px 30px 19px;
}

.alibaba_plus_item1 {
	padding: 21px 19px 15px 19px;
}

.alibaba_plus_item1 img {
	margin-top: 13px;
}

.alibaba_plus_item img {
	float: left;
	margin-right: 18px;
}

.alibaba_plus_title {
	font-size: 22px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-top: -10px;
}

/*----------Что входит в услугу «Посредник на Alibaba.com»------*/

.alibaba_service_wrap {
	width: 100%;
	overflow: hidden;
	background: url(https://tkcargo.ru/index_files/alibaba_mainbg.jpg) top center no-repeat;
	padding-top:75px;
	padding-bottom: 72px;
}

.alibaba_service {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.alibaba_service_title {
	font-size: 44px;
  line-height: 50px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 55px;
}

.alibaba_service_block {
	overflow: hidden;
	position: relative;
	min-height:490px;
}

.alibaba_service_block_item {
	width: 262px;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-weight: normal;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
}

.alibaba_service_block_wrp {
	border:2px solid #2185c2;
	margin: 6px;
	overflow: hidden;	
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-weight: normal;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}

.alibaba_service_block_item1 {
  top: 312px;
  left: 88px;
}

.alibaba_service_block_item1 .alibaba_service_block_wrp {
	padding: 31px 25px 37px 25px;
}

.alibaba_service_block_item2 {	
	top: 115px;
  left: 147px;
}

.alibaba_service_block_item2 .alibaba_service_block_wrp {
	padding: 41px 25px 48px 25px;
}

.alibaba_service_block_item3 {
	top: 1px;
  left: 454px;
}

.alibaba_service_block_item3 .alibaba_service_block_wrp {
	padding: 32px 25px 36px 25px;
}

.alibaba_service_block_item4 {
  top: 114px;
  left: 760px;
}

.alibaba_service_block_item4 .alibaba_service_block_wrp {
	padding: 10px 15px 9px 15px;
}

.alibaba_service_block_item5 {
  top: 312px;
  left: 816px;
}

.alibaba_service_block_item5 .alibaba_service_block_wrp {
	padding: 32px 25px 36px 25px;
}

.center_alibaba_service_item {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	width: 165px;
	position: absolute;
	top: 330px;
  left: 502px;
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

.alibaba_service_block_mobile {
	display: none;
}

/*--Почему Вам выгодно воспользоваться услугами ChinaToday для закупок на Alibaba.com--*/

.alibaba_benefits_wrap {
	width: 100%;
  overflow: hidden;
  background: #ebebeb;
  padding-top: 75px;
  padding-bottom: 75px;
}

.alibaba_benefits {
	width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.alibaba_benefits_title {
	font-size: 44px;
  line-height: 50px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 45px;
}

.alibaba_benefits_subtitle {
	font-size: 29px;
  line-height: 36px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  margin-bottom: 30px;	
}

.alibaba_benefits_desc {
	overflow: hidden;
	width: 842px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.alibaba_benefits_desc ul {
	margin: 0;
	padding: 0;
}

.alibaba_benefits_desc ul li {
	list-style:none;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	margin-bottom:0;
  background: url(https://tkcargo.ru/index_files/li_marker.png) left 9px no-repeat;
  padding-left: 20px;
  font-family: 'Pt Sans', sans-serif;
}

.alibaba_benefits_desc ul li strong {
	font-family: 'Pt Sans', sans-serif;
}

.alibaba_benefits_items_title {
	font-size: 29px;
  line-height: 36px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  margin-bottom: 35px;	
}

.alibaba_benefits_items_block {
	overflow: hidden;
	margin-left: -26px;
	margin-bottom: 50px;
}

.alibaba_benefits_item {
	width: 273px;
	float: left;
	overflow: hidden;
	margin-left: 26px;
}

.cp_benefits_item {
	width: 370px;
	float: left;
	overflow: hidden;
	margin-left: 26px;
}

.alibaba_benefits_item_img {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}

.alibaba_benefits_item_text {
	overflow: hidden;
	padding: 19px 22px 26px 22px;
	background: #fff;
	text-align: center;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	min-height: 141px;
}

.alibaba_benefits_item_text strong {
	font-family: 'Pt Sans', sans-serif;
}

.alibaba_benefits_blueborder {
	font-family: 'Pt Sans', sans-serif;
  font-size: 17px;
  color: #282828;
  line-height: 24px;
  text-align: center;
  padding: 9px 15px 12px 15px;
  width: 835px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 22px;
  border: 4px solid #2185c2;
}

.alibaba_benefits_blueborder strong {
	font-family: 'Pt Sans', sans-serif;
}

.alibaba_benefits_info {
	font-family: 'Pt Sans', sans-serif;
  font-size: 17px;
  color: #282828;
  line-height: 17px;
  font-weight: normal;
  text-align: center;
}

.alibaba_benefits_info a {
	font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid #2185c2;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #2185c2;
}

.alibaba_benefits_info a:hover {
	border-bottom: 1px solid transparent;
}

/*--Разве нельзя закупать на Алибаба без посредников?--*/

.white_section_wrap_alibaba_buy .section_grey_title {
	max-width: 1115px;
	margin-bottom: 49px;
}

.alibaba_buy_desc {
	overflow: hidden;
	margin-bottom: 50px;
}

.alibaba_buy_desc p {
	font-family: 'Pt Sans', sans-serif;
  font-size: 17px;
  color: #282828;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: center;
}

.alibaba_buy_desc strong {
	font-family: 'Pt Sans', sans-serif;
}

.alibaba_buy_table {
	overflow: hidden;
}

.alibaba_buy_table table {
	margin-bottom: 0;
}

.alibaba_buy_table table tr td {
	padding: 10px 20px 11px 20px;
	font-family: 'Pt Sans', sans-serif;
	border:1px solid #cdcdcd;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
}

.alibaba_buy_table table tr td strong {
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

.alibaba_buy_table table tr td.ab_td_yes {
	padding-right: 50px;
	padding-left:57px;
	background: url(https://tkcargo.ru/index_files/ab_td_yes.png) 18px 10px no-repeat;
}

.alibaba_buy_table table tr td.ab_td_no {
	padding-left:57px;
	background: url(https://tkcargo.ru/index_files/ab_td_no.png) 18px 10px no-repeat;
}

.alibaba_buy_table table tr td.ab_td_yes_two_row {
	background-position:18px 22px;
}

.alibaba_buy_table table tr td.ab_td_yes_one_row {
	background-position:18px 22px;
}

.alibaba_buy_table table tr td.ab_end_no span {
	text-transform: uppercase;
	color: #f02e2e;
}

.alibaba_buy_table table tr td.ab_end_yes span {
	text-transform: uppercase;
	color: #2185c2;
}

.alibaba_buy_table table tr td.ab_end_yes, .alibaba_buy_table table tr td.ab_end_no {
	padding-top: 19px;
	padding-bottom: 24px;
} 

.alibaba_buy_table table thead tr td {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
	color: #282828;
	font-size: 16px;
}

.alibaba_buy_table table tr:nth-child(even) {background:#f2f2f2}
.alibaba_buy_table table tr:nth-child(odd)  {background:#FFF}
.alibaba_buy_table table thead tr {
	background:#f2f2f2 !important;
}

/*----Почему вы можете доверять ChinaToday----*/

.alibaba_number_wrap {
	width: 100%;
  overflow: hidden;
  background: url(https://tkcargo.ru/index_files/alibaba_number_bg.jpg) top center no-repeat;
  padding: 74px 0px 74px 0px;
}	

.alibaba_number {
	width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.alibaba_number_wrap .section_grey_title {
	max-width:100%;
}

.ab_numberblock {
	overflow: hidden;
	margin-left: -40px;
	margin-bottom: 58px;
}

.ab_numberitem {
	width: 200px;
  overflow: hidden;
  float: left;
  margin-left: 40px;
}

.abn_value {
	font-size: 62px;
  line-height: 38px;
  color: #2185c2;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}

.abn_desc {
	font-size: 17px;
  line-height: 24px;
  color: #282828;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

/*-----Схема работы по Вашей заявке о закупке с Alibaba.com----*/

.white_section_wrap_alibaba_scheme .section_grey_title {
	max-width:650px;
}

.alibaba_scheme {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.alibaba_scheme_item {
	float: left;
  margin-bottom: 36px;
  min-height:270px;
}

.cp_scheme_item {
	float: left;
  margin-bottom: 20px;
  min-height:200px;
}

.alibaba_scheme_item_left {
    float: left;
    overflow: hidden;
    width: 260px;
}

.alibaba_scheme_item_img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    margin-bottom: 24px;
}

.alibaba_scheme_item_desc {
	font-size: 16px;
	line-height: 23px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  text-align: center;
}

.alibaba_scheme_item_arrow {
    width: 43px;
    float: left;
    overflow: hidden;
    min-height: 240px;
    text-align: center;
}

.alibaba_scheme_item_arrow {
    width: 43px;
    float: left;
    overflow: hidden;
    min-height: 200px;
    text-align: center;
}

.alibaba_scheme_item_arrow img {
    padding-top: 60px;
}

.cp_scheme_item_arrow img {
    padding-top: 60px;
}

.ordbtn_tip {
	font-size: 15px;
	color: #6e6e6e;
	font-weight: normal;
	font-style: italic;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	margin-top: 10px;
}

.alibaba_scheme_item.alibaba_scheme_item4 .alibaba_scheme_item_arrow {
	display:none;
}

.white_section_wrap_alibaba_scheme .order_button a {
	padding-left: 60px;
	padding-right: 60px;
}

.alibaba_scheme_item.alibaba_scheme_item5 {
	margin-left: 149px;
}

/*-------------Вэйпы страница------------------*/
.twoinone {
display: flex;
display: -webkit-flex; /* safari */;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
}
.imgicons {
	margin: 15px;
}
.vape_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/vape_wrap_bg.jpg) center no-repeat;
	padding-top: 55px;
	padding-bottom: 65px;
}
.vape_service_wrap {
	width: 100%;
	overflow: hidden;
	background: url(https://tkcargo.ru/index_files/vape_mainbg.jpg) top center no-repeat;
	padding-top:75px;
	padding-bottom: 72px;
}
.center_vape_service_item {
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	text-align: center;
	width: 165px;
	position: absolute;
	top: 280px;
  left: 502px;
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

.vape_service_block_item1 {
  top: 290px;
  left: 88px;
}

.vape_service_block_item1 .alibaba_service_block_wrp {
	padding: 25px 25px 25px 25px;
}

.vape_service_block_item2 {	
	top: 115px;
  left: 147px;
}

.vape_service_block_item2 .vape_service_block_wrp {
	padding: 25px 25px 25px 25px;
}

.vape_service_block_item3 {
	top: 5px;
  left: 454px;
}

.vape_service_block_item3 .alibaba_service_block_wrp {
	padding: 25px 25px 25px 25px;
}

.vape_service_block_item4 {
  top: 114px;
  left: 760px;
}

.vape_service_block_item4 .alibaba_service_block_wrp {
	padding: 20px 15px 20px 15px;
}

.vape_service_block_item5 {
  top: 290px;
  left: 816px;
}

.vape_service_block_item5 .alibaba_service_block_wrp {
	padding: 25px 25px 25px 25px;
}
.vape_plus_title {
	font-size: 18px;
	line-height: 22px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-top: -10px;
}
/*-------------Конец вэйпы------------------*/

/*-------------Перевод денег в Китай------------------*/

.transfer_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/transfer_main_bg.jpg) top center no-repeat;
	padding-top: 97px;
	padding-bottom: 115px;
}

.transfer_block {
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}

.transfer_title_first {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 71px;
	text-align: center;
	color: #fff;
	line-height: 80px;
	margin-bottom: 86px;
}

.transfer_title_second {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 45px;	
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 68px;
}

.transfer_plus_block {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 55px;
}

.transfer_plus {
	overflow: hidden;
	margin-left: -23px;
}

.transfer_plus_item {
	width: 358px;
	margin-left:23px;
	float: left;
	overflow: hidden;
	background: #fff;
	padding: 20px 15px 15px 19px;
	min-height: 81px;
}

.transfer_plus_item1 {

}

.transfer_plus_item img {
	float: left;
	margin-right: 18px;
	margin-top: 2px;
}

.transfer_plus_title {
	font-size: 22px;
	line-height: 28px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-top: -10px;
}

.transfer_plus_item1 .transfer_plus_title {
	padding-top: 12px;
}

/*---------Закупаете товары в Китае? (Перевод денег в Китай)--------*/

.transfer_buy {
	overflow: hidden;
	width: 1005px;
	margin: 0 auto;
	margin-bottom: 63px;
}

.transfer_buy_table {
	width: 1005px;
	margin: 0 auto;
	margin-bottom: 63px;
}

.white_section_wrap_transfer_buy .section_grey_title {
		max-width:1005px;
}

.transfer_buy_left, .transfer_buy_right {
	width: 50%;
	overflow: hidden;
	float: left;
}

.transfer_buy_left .tbl_desc  {
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.transfer_buy_right .tbl_desc  {
	border-right:1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.tbl_title {
	font-size: 21px;
	line-height: 28px;
	color: #fff;
	background: #2184c0;
	padding: 10px 0px 16px 20px;
	width: 100%;
	font-family: 'Pt Sans', sans-serif;
}

.tbl_desc {
	padding: 15px 10px 5px 20px;
	min-height: 228px;
}

.tbl_desc ul {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.tbl_desc ul li {
	list-style:none;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	margin-bottom:0;
  background: url(https://tkcargo.ru/index_files/li_marker.png) left 9px no-repeat;
  padding-left: 20px;
  font-family: 'Pt Sans', sans-serif;	
  margin-bottom: 12px;
}

.tbl_desc .tbl_conclusion {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
}

.tbl_desc p {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	margin-bottom: 13px;
}

/*-------------Что нужно для перевода денег--------------*/

.transfer_needs_wrap {
	width: 100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/transfer_needs_bg.jpg) top center no-repeat;
	padding-top: 74px;
	padding-bottom: 74px;
}

.transfer_needs {
	width: 1005px;
	margin: 0 auto;
	overflow: hidden;
}

.transfer_needs_wrap .section_grey_title {
	max-width: 880px;
} 

.transfer_needs_block {
	overflow: hidden;
}

.tnb_left, .tnb_right {
	width: 412px;
	float: left;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	margin-bottom: 4px;
}

.tnb_title {
	width: 100%;
	overflow: hidden;
	background: #2184c0;
	color: #fff;
	font-size: 21px;
	line-height: 28px;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
  padding-top: 10px;
  padding-bottom: 17px;
	margin-bottom: 13px;
}

.tnb_desc {
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	padding-bottom: 19px;
	min-height:67px;
}

.tnb_desc strong {
	font-family: 'Pt Sans', sans-serif;
}

.tnb_center {
	width: 181px;
	float: left;
	overflow: hidden;
}

.tnb_center p {
	font-size: 21px;
	line-height: 28px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #2184c0;
	padding-top: 41px;
}

.tnb_info {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 26px;
}

.tbn_arrow {
	width: 268px;
	height: 97px;
	background:url(https://tkcargo.ru/index_files/tbn_arrow.png) top center no-repeat;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	padding-top: 14px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
	margin-bottom: 18px;
}

.tbn_end {
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	padding: 13px 20px 14px 20px;
	background: #2185c2;
	width: 400px;
	margin: 0 auto;
	margin-top: 35px;
}

/*----Посчитайте выгоды перевода денег в Китай------*/

.grey_section_wrap_transfer_benefits .section_grey_title {
	max-width:1005px;
	margin-bottom: 49px;
}

.grey_section_wrap_transfer_benefits .section_grey_subtitle {
	font-size: 29px;
	line-height: 36px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.transfer_benefits {
	overflow: hidden;
	width: 1170px;
	margin: 0 auto;
}

.transfer_benefits_left {
	width: 460px;
	float: left;
	overflow: hidden;
	padding-left: 80px;
}

.tbl_wrap {
	overflow: hidden;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	margin-bottom: 4px;
	padding: 19px 19px 11px 19px;
}

.tbl_wrap p {
	font-size: 21px;
	margin-bottom: 9px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-style: italic;
	padding-left: 45px;
	margin-left: 0;
	min-height:32px;
}

.tbl_wrap p.tbl_one {
	background:url(https://tkcargo.ru/index_files/tbl_one.png) left top no-repeat;
}

.tbl_wrap p.tbl_two {
	background:url(https://tkcargo.ru/index_files/tbl_two.png) left top no-repeat;
}

.tbl_wrap p.tbl_three {
	background:url(https://tkcargo.ru/index_files/tbl_three.png) left top no-repeat;
}

.transfer_benefits_right {
	width: 460px;
	float: left;
	overflow: hidden;
}

.transfer_benefits_right p {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 13px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
}

.transfer_benefits_right strong {
	font-family: 'Pt Sans', sans-serif;
}

.transfer_benefits_right ul {
	margin: 0;
	padding: 0;
}

.transfer_benefits_right ul li {
	background: url(https://tkcargo.ru/index_files/list_style1_marker.png) left 5px no-repeat;
	padding-left: 26px;
	list-style: none;
  font-size: 17px;
  line-height: 24px;
  color: #282828;
  font-family: 'Pt Sans', sans-serif;
}

.transfer_benefits_wrp {
	overflow: hidden;
	margin-bottom: 40px;
}

.transfer_benefits_center {
	width: 250px;
	float: left;
}

.tbl_arrow {
	width: 156px;
	height:100px;
	background: url(https://tkcargo.ru/index_files/tbl_arrow.png) no-repeat;	
	padding-top: 39px;
	margin: 0 auto;
	margin-top: 27px;
}

.tbl_arrow p {
	text-align: center;
	font-size: 16px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	color: #2185c2;
	text-transform: uppercase;	
}

.transfer_benefits_right .tbl_p_li {
	margin-bottom: 0;
}

.tbl_dop {
	font-weight: bold;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-size: 29px;
	line-height: 36px;
	text-align: center;
	width: 680px;
	margin: 0 auto;
	margin-bottom: 24px;
	padding: 5px 20px 16px 20px;
	border:4px solid #2185c2;
}

.tbl_info {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}

.tbl_info a {
	color: #2185c2;
  text-decoration: none;
  border-bottom: 1px solid #2185c2;
  font-size: 17px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
}

.tbl_info a:hover {
	border-bottom: 1px solid transparent;
}

/*-------------Всплывающие формы-----------------*/

.pum-overlay.pum-active {
    overflow: hidden !important;
    padding: 0 !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px !important;
} 

.popmake-content .frm_title {
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	max-width: 100%;
	margin:0 auto;
	margin-bottom: 20px;
}

.popmake-content input[type="text"], .popmake-content input[type="number"] {
	width: 100%;
	height: 44px;
	background: #fff;
	outline:0;
	border:1px solid #acc3cf;
	padding-left: 16px;
	color: #282828;
	font-size: 15px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.popmake-content input[type="tel"], .popmake-content input[type="email"] {
	width: 100%;
	height: 44px;
	background: #fff;
	outline:0;
	border:1px solid #acc3cf;
	padding-left: 16px;
	color: #282828;
	font-size: 15px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}

.popmake-content textarea {
	width: 100%;
	height: 85px;
	background: #fff;
	outline:0;
	border:1px solid #acc3cf;
	padding-left: 16px;
	padding-top: 12px;
	color: #282828;
	font-size: 15px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.frm_order_button {
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}

.frm_order_button input {
	display: inline-block;
  color: #282828;
  font-size: 20px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 6px 0px 14px 0px;
  height:49px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background: rgb(255,215,85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  border:0;
  outline:0;
}

.frm_order_button input:hover {
	background: #fabf0c;
}

.pum-theme-9024 .pum-container, .pum-theme-tema-po-umolchaniyu .pum-container {
	padding-top: 22px !important;
}
    
#popmake-57586 {
	padding-top: 0 !important;
}

.pum-container .pum-content+.pum-close {
	width:21px;
	height:21px;
	background: url(https://tkcargo.ru/index_files/close_frm.png) no-repeat;
	font-size: 0;
	outline:0;
	top:15px;
	right:15px;
}

.pum-container .pum-content+.pum-close:focus {
	outline:0;
}

.popmake-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6e6e6e;
}
.popmake-content ::-moz-placeholder { /* Firefox 19+ */
  color: #6e6e6e;
}
.popmake-content :-ms-input-placeholder { /* IE 10+ */
  color: #6e6e6e;
}
.popmake-content :-moz-placeholder { /* Firefox 18- */
  color: #6e6e6e;
}

/*--------------Коллектив--------------------*/

.people_wrap {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.people_title {
  font-size: 44px;
  line-height: 50px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 29px;	
}

.people_subtitle {
  font-size: 29px;
  line-height: 36px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 29px;	
}

.people_subtitle1 {
	margin-top: 10px;
}

.people_block {
	overflow: hidden;
	margin-left: -38px;
	margin-bottom: 0px;
}

.pb_item {
	width: 264px;
	float: left;
	overflow: hidden;
	margin-left: 38px;
	margin-bottom: 54px;
}

.pb_photo {
	line-height: 0;
	font-size: 0;
	text-align: center;
	margin-bottom: 13px;
}

.pb_name {
	font-size: 21px;
	line-height: 27px;
	color: #282828;
	 font-family: 'Pt Sans', sans-serif;
	 font-weight: normal;
	 text-align: center;
	 margin-bottom: 3px;
}

.pb_position {
	font-size: 16px;
	font-weight: normal;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}

/*---------Документы для работы--------------*/

.work_document p {
	margin-bottom: 10px;
}

.work_document p span {
	font-size: 14px;
  line-height: 24px;
  color: #282828;
  font-family: 'Pt Sans', sans-serif;
  padding-right: 	5px;
}

.work_document p span.doc_size {
	color: #ccc;
	padding-left: 10px;
}

/*---------------Основная чсть сайта----------*/

#content {
	min-height:483px; 
}

/*-------------История компании---------------*/

.ceo_wrap {
	overflow: hidden;
	width: 75%;
    margin: 0 auto;
}

.ceo_item {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

.ceo_name {
	font-size: 21px;
    line-height: 27px;
    color: #282828;
    font-family: 'Pt Sans', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3px;
}

.ceo_position {
	font-size: 16px;
    font-weight: normal;
    color: #282828;
    font-family: 'Pt Sans', sans-serif;
    text-align: center;
}

.order_button_article a {
	color:#282828;
	border:0 ;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 25px;
	margin-bottom: 30px;
	outline:0;
}

.order_button_article a:hover {
	border:0 ;
}


/*-------------О компании------------*/

.video_office {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
}

.video_office_item {
	width: 30.333%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	overflow: hidden;
}

/*-----------Оформить заказ------------*/

.phone_numbr_oform {
	font-size: 40px !important;
	text-align: center;
	color:#2185c2;
}

/*----------------404-----------------------------*/

.page_notfound_wrap {
	overflow: hidden;
	padding-top: 34px;
	padding-bottom: 74px;
}

.page_notfound {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.p404_number {
	font-size: 100px;
	line-height: 100px;
	color: rgb(255,215,85);
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
}

.p404_title {
	font-size: 44px;
	line-height: 44px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.p404_subtitle {
	font-size: 29px;
	line-height: 33px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.p404_form {
	width: 918px;
	margin: 0 auto;
	overflow: hidden;
	padding: 35px;
	border: 5px solid #dcdcdc;
}

.page404_form_left {
	width: 405px;
	float: left;
	overflow: hidden;
	margin-right: 28px;
}

.page404_form_right {
	width: 405px;
	float: none;
	overflow: hidden;
}

.p404_form input[type="text"] {
	width: 100%;
  height: 44px;
  background: #fff;
  outline: 0;
  border: 1px solid #acc3cf;
  padding-left: 16px;
  color: #282828;
  font-size: 15px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.p404_form input[type="tel"] {
	width: 100%;
  height: 44px;
  background: #fff;
  outline: 0;
  border: 1px solid #acc3cf;
  padding-left: 16px;
  color: #282828;
  font-size: 15px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.p404_form textarea {
	width: 100%;
  height: 148px;
  background: #fff;
  outline: 0;
  border: 1px solid #acc3cf;
  padding-left: 16px;
  padding-top: 12px;
  color: #282828;
  font-size: 15px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page404_form_order {
  text-align: center;
  overflow: hidden;
  margin-top: 19px;
  width: 100%;
}

.page404_form_order input {
	display: inline-block;
  color: #282828;
  font-size: 20px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 6px 0px 14px 0px;
  height: 49px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background: rgb(255,215,85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 250px;
  border: 0;	
  outline:0;
}

.page404_form_order input:hover {
  background: #fabf0c;	
}

.p404_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6e6e6e;
}
.p404_form ::-moz-placeholder { /* Firefox 19+ */
  color: #6e6e6e;
}
.p404_form :-ms-input-placeholder { /* IE 10+ */
  color: #6e6e6e;
}
.p404_form :-moz-placeholder { /* Firefox 18- */
  color: #6e6e6e;
}

/*-------------Услуги-----------*/

.grey_section_wrap_pserv {
	padding-top: 0px;
}

.grey_section_wrap_pserv .section_grey_title {
	margin-top: 10px;
	margin-bottom: 38px;
}

.grey_section_wrap_pserv .service_block {
	margin-bottom: 0;
}

/*-------------Вакансии--------------*/

.white_section_wrap_vacancies_list {
	padding-top: 20px;
}

.white_section_wrap_vacancies_list .section_grey_title {
	margin-bottom: 33px;
}

.white_section_wrap_vacancies_list .question_list .wpawc-accordion-1 .accordion-title {
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.25);
	margin-top: 5px;
}


/*-----------------Страница спасибо--------------*/

.thnks_wrap {
	width: 100%;
	overflow: hidden;
}

.thnks_topblock {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 53px;
	padding-bottom: 37px;
	margin-bottom: 30px;
}

.thnks_bottomblock {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 60px;
}

.thnks_img {
	line-height: 0;
	font-size: 0;
	text-align: center;
	margin-bottom: 25px;
}

.thnks_title {
	font-size: 38px;
	line-height: 50px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.thnks_desc {
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
}

.thnks_desc strong {
	font-family: 'Pt Sans', sans-serif;
}

.thnks_subtitle {
	font-size: 29px;
	line-height: 33px;
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;	
}

.thnks_list ul {
	margin: 0;
	padding: 0;
}

.thnks_list ul li {
	list-style:none;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	margin-bottom:0;
  background: url(https://tkcargo.ru/index_files/li_marker.png) left 9px no-repeat;
  padding-left: 20px;
  font-family: 'Pt Sans', sans-serif;	
}

.thnks_list ul li a {
	font-size: 17px;
	line-height: 24px;
	color: #2185c2;
	text-decoration: none;
	border-bottom: 1px solid #2185c2;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
}

.thnks_list ul li a:hover {
	border-bottom: 1px solid transparent;
}

span.wpcf7-not-valid-tip {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
}

div.wpcf7-validation-errors {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
	background:#fff;
	margin-top:15px;
}

div.wpcf7-mail-sent-ok {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
	background:#fff;
	margin-bottom:0;
	margin-top:15px;	
}



/*---------------Контейнерные перевозки----------*/
.cp_mainphoto_wrap {
	width:100%;
	overflow:hidden;
	background:url(https://tkcargo.ru/index_files/main_kp.jpg) top center no-repeat;
	padding-top: 60px;
	padding-bottom: 30px;
}

.cp_title_first {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 76px;
	text-align: center;
	color: #fff;
	line-height: 83px;
	margin-bottom: 10px;
}

.cp_title_second {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 46px;
	text-align: center;
	color: #fff;
	line-height: 86px;
	margin-bottom: 35px;
}

.cp_title_third {
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 55px;
	margin-bottom: 25px;
        padding-top: 10px;
}

.cp_mouse {
	width:26px;
	margin:0 auto;
	overflow:hidden;
	margin-top:45px;
	position:relative;
	min-height:65px;
}

.cp_mouse img {
	animation: MoveUpDown 1.5s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;	
}

.cp_service_wrap {
	width: 100%;
	overflow: hidden;
	background: url(https://tkcargo.ru/index_files/cp_mainbg5.jpg) top center no-repeat;
	padding-top:75px;
	padding-bottom: 72px;
}
.cp_service_block_item {
	width: 350px;
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-weight: normal;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
}

.cp_service_block_wrp {
	border:2px solid #2185c2;
	margin: 6px;
	overflow: hidden;	
	font-size: 17px;
	line-height: 24px;
	color: #282828;
	font-weight: normal;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}

.cp_service_block_item2 {	
	top: 180px;
  left: 10px;
}

.cp_service_block_item2 .cp_service_block_wrp {
	padding: 10px;
}

.cp_service_block_item3 {
	top: 1px;
  left: 405px;
}

.cp_service_block_item3 .cp_service_block_wrp {
	padding: 10px;
}

.cp_service_block_item4 {
  top: 180px;
  left: 820px;
}

.cp_service_block_item4 .cp_service_block_wrp {
	padding: 10px;
}
.center_cp_service_item {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	width: 165px;
	position: absolute;
	top: 320px;
  left: 502px;
	font-weight:bold;
	font-family: 'Pt Sans', sans-serif;
}

.cp_service_block_mobile {
	display: none;
}
.cp_service_item_desc {
	width:100%;
	overflow: hidden;
	background:#fff;
	padding:20px 32px 20px 32px;
	font-size:17px;
	line-height: 24px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	min-height:367px;
}

.check_service_item {
	margin: 0 30px;
}

.check_item_circle {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	border: 1px solid #fed95d;
	background-color: #fff;
	margin: 0 100px 140px;
	position: relative;
}

.check_item_circle:nth-of-type(1)::after, .check_item_circle:nth-of-type(2)::after {
	content: url(https://tkcargo.ru/index_files/check_arrow.png);
	position: absolute;
	top: 50%;
	left: 130%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.check_item_circle:last-of-type::after {
	display: none;
	content: '';
} 

.check_item_circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.check_item_circle_text {
	position: absolute;
	top: 180px;
	left: 50%;
	text-align: center;
	font-size: 16px;
	width: 235px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.check_item_circle_text h5 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Pt Sans', sans-serif;
}

.check_reason_item_desc {
	font-size: 16px;
	color: #1d1d1d;
	height: 130px;
	padding: 23px 15px 15px 20px;
	background-color: #eaeaea;
}

.check_reason_footer {
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #171717;
	margin: 35px 0 0 24px;
}

.check_reason_footer span {
	color: #ff0000;
}

.check_service_item_name {
	font-size: 16px;
	height: 63px;
	line-height: 18px;
    color: #fff;
    font-family: 'Pt Sans', sans-serif;
    font-weight: normal;
    text-align: left;
    background: rgba(9, 88, 131, 0.8);
    padding: 13px 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
}

.check_service_item_desc {
	font-size: 16px;
	color: #1d1d1d;
	height: 300px;
	padding: 23px 15px 15px 20px;
}

.check_service_item_desc p {
	position: relative;
	margin: 15px 0;
	padding-left: 40px;
}

.check_service_item_desc p:first-of-type {
	margin-top: 20px;
}

.check_icon {
	width: 25px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: scale(0.9) translateY(-50%);
	-ms-transform: scale(0.9) translateY(-50%);
	-o-transform: scale(0.9) translateY(-50%);
	transform: scale(0.9) translateY(-50%);
}

.check_discard {
	margin: 0;
}

.check_service_item_desc .check_discard {
	padding: 0;
}

.check_service_item_desc .check_discard img {
	margin-right: 10px;
	width: 25px;
	transform: scale(0.9);
}

.check_mainblock_title {
	font-family: 'Pt Sans', sans-serif;
    font-weight: normal;
	text-align: center;
	color: #fff;
	line-height: 78px;
	margin-bottom: 30px;
	font-size: 48px;
  	line-height: 1.5;
}

.check_mainblock_subtitle {
	font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 32px;
}

.check_mainblock_subtitle_top {
	margin-top: 50px;
}

.check_mainblock_price {
	font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 80px;
	margin-top: 50px;
}

.check_order_button {
	margin-top: 50px;
}

.check_platform_item_title {
	text-align:center;
	font-size: 16px;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	color: rgb(255,215,85);
	margin-bottom:4px;
	text-align:center;
	padding-left: 12px;
  padding-right: 12px;
  line-height: 20px;
}
.check_platform_item_desc {
	font-size: 15px;
	line-height: 20px;
	color: #303030;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
	padding-left:8px;
	padding-right: 8px;
}
.check_platform_item1 {
	background: url(https://tkcargo.ru/index_files/check_item1.png) top center no-repeat !important; 
	background-size: contain !important;
}
.check_platform_item {
	width:255px;
	float:left;
	margin-left:15px;
	background:#fff;
	padding-top:14px;
	min-height:140px;
}
.check_blocks {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.check_step_block {


}
.check_step {
	background: #fff;
    min-width: 255px;
    font-size: 20px;
    max-width: 620px;
    width: 620px;
    font-family:'Pt Sans', sans-serif;
    line-height: 24px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex; /* safari */;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;

}
.check_step__img {
	min-width: 150px;
	margin-right: 25px;
}

.check_step_1 {
	margin-left: 0px;
}
.check_step_2 {
	margin-left: 110px;
}
.check_step_3 {
	margin-left: 230px;
}
.check_step_4 {
	margin-left: 340px;
}
.checkpage_form {
}

.checkpage_order_button {
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
}

.checkpage_order_button input {
  display: inline-block;
  color: #282828;
  font-size: 20px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  height:40px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background: rgb(255,215,85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  border:0;
  outline:0;
}

.checkpage_order_button input:hover {
	background: #fabf0c;
}
.checkpage_form_input {
	max-width: 60%;
	margin-right: 15px;
}
.checkpage_input {
	width: 100%;
	height: 40px;
    font-family: 'Pt Sans', sans-serif;
    background: #f8f8f8;
    padding-left: 15px;
}
.checkform_title {
    font-family:'Pt Sans', sans-serif;
    font-size: 27px;
    line-height: 30px;
}
.checkform_subtitle {
    font-family:'Pt Sans', sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
}
.fifty {
	width: 50%;
}
.checkpage_content {
	width: 960px; 
	margin: 0 auto;
}
.check_question_wrap {
	background-image: url('https://tkcargo.ru/index_files/check_last_background.jpg');
	background-position: center -270px;
	height: 700px;
}

.mybrand_mainblock_divider {
	background-color: #9a9a9a;
	height: 1px;
	width: 125px;
	margin: 60px auto;
}

.mybrand_mainblock_container {
	display: flex;
	justify-content: center;
	width: 1170px;
	margin: 0 auto;
}

.mybrand_mainblock_item {
	width: 100px;
	height: 100px;
	border: 1px solid #18587b;
	margin: 0 113px;
	border-radius: 50%;
	position: relative;
}

.mybrand_mainblock_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mybrand_mainblock_item p {
	width: 180px;
	position: absolute;
	left: 50%;
	top: 115%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	color: #d4d4d4;
	font-size: 22px;
	font-family: 'Pt Sans', sans-serif;
	line-height: 22px;
}


.mybrand_service p {
	width: 390px;
	font-size: 18px;
	color: #242424;
	font-family: 'Pt Sans', sans-serif;
    font-weight: normal;
}

.mybrand_mainblock_title {
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	font-size: 46px;
	text-align: left;
	color: #fff;
	line-height: 55px;
	margin-bottom: 10px;
}

.mybrand_mainblock_subtitle {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 34px;
	text-align: left;
	color: #fff;
	line-height: 45px;
	margin-bottom: 32px;
}

.mybrand_button {
  text-align: left;
  margin-bottom: 60px;
}

.mybrand_plus_block {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mybrand_plus_title {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 26px;
	text-align: left;
	color: #fff;
	line-height: 24px;
	margin-bottom: 5px;
}
.mybrand_plus_subtitle {
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
	font-size: 16px;
	text-align: left;
	color: #aaaaaa;
	line-height: 18px;
	margin-bottom: 10px;
}
.icon_with_text {
display: flex;
display: -webkit-flex; /* safari */;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 15px;
}
.mybrand_ryukzak_title {
	font-family: 'Pt Sans', sans-serif;
	display: inline-block;
	font-weight:normal;
	font-size: 32px;
	text-align: center;
	color: #fff;
	background: rgb(255,215,85);
	line-height: 32px;
	padding: 10px;
	margin-bottom: 5px;
}
.mybrand_formblock_title {
    font-family:'Pt Sans', sans-serif;
    font-size: 37px;
    line-height: 38px;
    text-align: left;
}
.mybrand_form_title {
	font-family:'Pt Sans', sans-serif;
	text-align: center;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
}
.mybrand_form_fon {
background: #2185C2;
padding: 20px 30px;
margin: 10px 0px;
}
.hidemob {
	display: block;
	visibility: visible;
}
.hidedesktop {
	display: none;
	visibility: hidden;
}
.mybrand_scheme_item_left {
    float: left;
    overflow: hidden;
    width: 355px;
}

.mybrand_primer {
	margin-right: 15px;
}
.opros {
	height: 100px;
}
.odejd_plus_sub {
	font-family: 'Pt Sans', sans-serif;
	font-size: 16px;
}
.odejd_table {
	font-size: 18px;
    font-weight: normal;
    font-family: 'Pt Sans', sans-serif;
    text-transform: none;
}
.third {
	width: 33%;
}
.perevod_table {
	background: #fff; 
	min-height: auto;
	padding: 10px 0px;
	text-align: center;
}

.mybrand_tbl_title {
	height: 85px;
}

.mybrand_tbl_desc {
	padding: 23px;
	height: 310px;
	text-align: left;
}

.mybrand_tbl_desc b {
	font-family: 'Pt Sans', sans-serif;
    font-size: 18px;
    color: #393939;
}

.mybrand_tbl_desc p {
	color: #616161;
	font-weight: normal;
    font-family: 'Pt Sans', sans-serif;
    font-size: 16px;
}

.mybrand_tbl_desc p span {
	font-size: 14px;
	color: #858585;
}

.mybrand_tbl_desc h4 {
	font-size: 18px;
	color: #393939;
}

.mybrand_tbl_desc ul {
	margin-top: 20px;
}

.mybrand_tbl_desc ul li {
	color: #616161;
	font-weight: normal;
    font-family: 'Pt Sans', sans-serif;
    font-size: 16px;
}

.mybrand_mainblock_container_block {
	min-width: 570px;
	height: 325px;
	border: 1px solid #737373;
	margin: 0 15px;
	margin-top: 55px;
	color: #fff;
	padding: 15px 45px;
}

.mybrand_mainblock_container_block h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
    font-family: 'Pt Sans', sans-serif;
}

.mybrand_mainblock_container_block p {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
    font-family: 'Pt Sans', sans-serif;
    margin-bottom: 15px;
}

.mybrand_how_item_img {
	width: 105px;
	height: 105px;
	border: 1px solid #2196f3;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 25px;
	flex-basis: 50%;
}

.mybrand_how_item_text {
	width: 290px;
	font-size: 18px;
	color: #242424;
	font-weight: normal;
    font-family: 'Pt Sans', sans-serif;
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
}

.mybrand_how_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.mybrand_how_item_block {
	flex-basis: 50%;
	order: 1;
	width: 500px;
}

.mybrand_how_item_line {
	height: 2px;
	background-color: #e6e6e6;
	flex-basis: 50%;
	order: 2;
	width: 660px;
}

.mybrand_how_item_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mybrand_how_item span {
	color: #d8d8d8;
	font-weight: bold;
    font-family: 'Pt Sans', sans-serif;
    font-size: 150px;
}

.dress_subtitle {
	font-weight: normal;
    font-family: 'Pt Sans', sans-serif;
}

.dress_hr1 {
	background-color: #2196f3;
    height: 3px;
    width: 120px;
    margin-bottom: 40px;
}

.dress_hr_plus {
	background-color: #2196f3;
    height: 1px;
    width: 100px;
    margin-bottom: 5px;
}

.dress_plus_item {
	width: 335px;
    margin-left: 24px;
    text-align: center;
    border: 1px solid #2196f3;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    padding: 60px 20px;
}

.dress_plus_item1 {
	padding: 22px 20px !important;
}

.dress_plus_item2 {
	padding: 48px 20px !important;
}

.dress_plus_title {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-family: 'Pt Sans', sans-serif;
	font-weight:bold;
	margin-bottom: 15px;
}

.dress_plus_subtitle {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-family: 'Pt Sans', sans-serif;
	font-weight:normal;
}

.dress_form_block {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dress_form {
    background: #fff;
    width: 800px;
    z-index: 20;
    margin-top: -100px;
    position: relative;
    border-radius: 10px;
	box-shadow: 0px 1px 50px -16px #000000;
}

.dress_form_title {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #2196f3;
	line-height: 34px;
	padding: 50px;
    box-sizing: border-box;
    text-align: center;
}

.dress_form_subtitle {
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 22px;
	color: #282828;
	line-height: 26px;	
}

.dress_form__input {
	text-align: left;
	font-size: 18px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: lighter;
	width: 90%;
    margin-bottom: 10px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #b5babd !important;
    border-radius: 0 !important;
    background: transparent;
}

.dress_form__input_quest {
	text-align: left;
	font-size: 18px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: lighter;
	width: 90%;
    margin-bottom: 10px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #b5babd !important;
    border-radius: 0 !important;
    background: transparent;
    color: #fff !important;
}

.dress_form__input::-webkit-input-placeholder {
	color:#b5b8bb; 
	opacity:1; }/* webkit */
 .dress_form__input::-moz-placeholder {
 	color:#b5b8bb; 
 	opacity:1;
 	}/* Firefox 19+ */
 .dress_form__input:-moz-placeholder {
 	color:#b5b8bb; 
 	opacity:1;
 	}/* Firefox 18- */
 .dress_form__input:-ms-input-placeholder {
 	color:#b5b8bb; 
 	opacity:1;
 	}/* IE */

.dress_form__submit {
	width: 90% !important;
	margin: 0;
}

.dress_primer {
	margin-right: 25px;
	box-shadow: 0px 1px 40px -20px #000000;
}

.dress_primer__txt {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #282828;
	line-height: 20px;
    margin-top: 10px;
}

.dress_benefits_item {
	width: 260px;
	text-align: center;
	margin: 20px 5%; 
}

.dress_benefits__img {
	min-width: 112px;
}

.dress_benefits__txt {
	text-align: center;
	background: #fff;
	margin-top: -56px;
	border: 1px solid #2196f3;
	border-radius: 3px;
	padding: 60px 20px 20px 20px;
	font-size: 16px;
	font-weight: bold;
    font-family: 'Pt Sans', sans-serif;
    line-height: 20px;
    min-height: 202px;
}

.dress_steps_item {
	width: 260px;
	text-align: center;
	margin: 5px 10px; 
}

.dress_steps__img {
	min-width: 165px;
}

.dress_steps__txt {
	text-align: center;
	background: #fff;
	margin-top: -82px;
	border: 1px solid #2196f3;
	border-radius: 3px;
	padding: 60px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
    font-family: 'Pt Sans', sans-serif;
    line-height: 20px;
    min-height: 182px;
}

.dress_steps__number {
	text-align: left;
	position: absolute;
    text-align: left;
    margin-top: -50px;
    font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #bebebe;
}

.dress_nubmer_block {
	background: url(https://tkcargo.ru/index_files/dress_number_fon.jpg) top center no-repeat !important; 
	background-size: cover; 
	margin-top: -125px; 
	padding: 175px 0px 0px 0px !important;
}

.alibaba_dop_underbut {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

.company-about-table .company-about-tr td {
	text-align: left;
}

.company_flex .taobao_payment_item {
	background: none;
}

.company_flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.company-about-table-mobile {
	display: none;
}

.alibaba_buy_table table tr td.about_us_plus {
	padding-right: 10px;
	padding-left:70px;
	background: url(https://chinatoday.ru/wp-content/themes/chinatoday/https://tkcargo.ru/index_files/kargo_plus_img.png) 18px 13px no-repeat;
}

.about_us_more {
	text-align: center; 
	background: #eee; 
	border: 1px dotted #2185C2; 
	padding: 15px 15px; 
	margin: 10px 15px; 
	min-width: 190px;
	width: 190px;
}

.company-spacer {
	height: 20px;
}

.client_item {
	width: auto;
	overflow: visible;
}

.client_item_circle_text {
	width: 360px;
}

.client_item_circle::after {
	display: none;
	content:  '';
}

.client_reason_item_desc {
	padding: 23px;
	background: none;
	text-align: center;
	height: 500px;
    width: 320px;
}

.client_item_img span {
	text-align: center;
	padding: 10px;
	left: 13px;
    width: 293px;
}

h1.ltstpsts_posts_title {
	font-size: 18px;
	margin: 0;
}

.iu_wrap {
	background-size: cover; 
	background: url('https://tkcargo.ru/index_files/iu-bg.jpg') top center no-repeat;
	position: relative;
}

.iu_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .45; 
} 

.iu_title_first {
	font-family:'Pt Sans', sans-serif;
	font-weight: bold;	
	font-size: 34px;
	margin-bottom: 0;
	position: relative;
}

.iu_title_second {
	font-family:'Pt Sans', sans-serif;
	font-weight: bold;	
	font-size: 68px;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 157px;
}

.iu_title_prices {
	font-family:'Pt Sans', sans-serif;
	font-size: 34px;
	font-weight: bold;
	position: relative;
}

.iu_item {
	width: 370px;
	max-height: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	border-radius: 10px;
	background-color: #fff;
}

.iu_item_title {
	font-size: 23px;
  line-height: 23px;
  font-family: 'Pt Sans', sans-serif;
  color: #fff;
}

.iu_img img {
	height: 140px;
}

.iu_item_text {
	margin-top: -15px;
	padding: 40px 23px;
	background-color: #fff;
	font-size: 20px;
	color: #0b0b0b;
  font-family: 'Pt Sans', sans-serif;
  text-align: center;
}

.iu_services {
	display: flex;
	justify-content: space-between;
	margin: 68px 0 0;
}

.iu_services_block {
	width: 567px;
	padding-bottom: 18px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	border-radius: 10px;
	background: #1474a6;
	position: relative;
}

.iu_services_block_title {
	padding: 27px 45px;
	font-family: 'Pt Sans', sans-serif;
	font-size: 24px;
	color: #fff;
}

.iu_services_price {
	position: absolute;
	z-index: 2;
	right: -27px;
	top: -43px;
	background: url(https://tkcargo.ru/index_files/star.png) center no-repeat;
	background-size: cover;
	height: 160px;
	width: 160px;
	text-align: center;
	font-family:'Pt Sans', sans-serif;
	font-size: 34px;
	line-height: 160px;
	color: #fff;
}

.iu_services_list {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	min-height: 264px;
	background-color: #fff;
}

.iu_services_item {
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	color: #0f0f0f;
	position: relative;
	padding: 9px;
	padding-left: 45px;
	width: 100%;
}

.iu_services_block--personal .iu_services_list li.iu_services_item:nth-child(odd) {
	background-color: #d5e6ef;
}

.iu_services_block--remote .iu_services_list li.iu_services_item:nth-child(even) {
	background-color: #d5e6ef;
}

.iu_services_item::before {
	content: '-';
	font-size: 18px;
	font-weight: 500;
	color: #0f0f0f;
	position: absolute;
	left: 35px;
}

.iu_reason {
	overflow: hidden;
	background-size: cover; 
	background: url('https://tkcargo.ru/index_files/yiwu_main.jpg') center no-repeat;
}

.iu_slider .owl-item p {
	text-align: center;
}

.iu_slider .sa_owl_theme .owl-nav .owl-next {
	right: -90px;
	background: rgba(0,0,0,0.3) url('https://tkcargo.ru/index_files/right.jpg') no-repeat center center !important;
}

.iu_slider .sa_owl_theme .owl-nav .owl-prev {
	left: -90px;
	background: rgba(0,0,0,0.3) url('https://tkcargo.ru/index_files/left.jpg') no-repeat center center !important;
}

.iu_slider .sa_owl_theme .owl-nav button {
	width: 90px;
	height: 90px;
	margin-top: -50px;
}

.iu_scheme_wrap {
	text-align: center;
	padding: 50px 0 25px;
	border: 5px solid #1474a6;
}

.iu_scheme_container {
	display: flex;
	justify-content: center;
}

.iu_scheme_logo {
	zoom: 0.8;
}

.iu_scheme_block_arrow::after {
	content: '';
	position: absolute;
	height: 50px;
	width: 100px;
	background: url(https://tkcargo.ru/index_files/Inforgrafik_6.png) no-repeat center;
	background-size: contain;
	top: 50%;
	left: 85%;
	transform: translateY(-50%);
}

.iu_scheme_block {
	height: 270px; 
	width: 33%; 
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: contain;
	position: relative;
}

.lg-visible {
	display: block;
}

.kargo_new_wrap {
	background-image: url(https://tkcargo.ru/index_files/kargo_mainbg.jpg);
	background-size: cover;
	height: 712px;
	z-index: 1;
	position: relative;	
	background-position: bottom center;
}

.kargo_new_wrap::after {
	background-color: rgb(34, 34, 34);
  opacity: 0.651;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.kargo_new__heading {
	color: #303030;
	font-family: 'Pt Sans', sans-serif;
	font-size: 36px;
	margin: 0;
}

.kargo_new_container {
	display: flex;
	justify-content: center;
	color: #fff;
	position: relative;	
	z-index: 5;
}

.kargo_new_benefits {
	margin-right: 125px;
}

.kargo_new_benefits_v1 {
	margin-right: 95px !important;
	max-width: 50%;
}

.kargo_arrow_abs {
	position: absolute;
    top: 355px;
    margin-left: 84px;
    transform: rotate(30deg);
}

.kargo_arrow_abs_v2 {
	position: absolute;
    margin-top: -49px;
    margin-left: 538px;
    width: 170px;
    transform: rotate(-31deg);
}

.ali_arrow_abs {
	position: absolute;
    margin-left: 482px;
    margin-top: 20px;
}

@media (max-width: 1025px){
.kargo_arrow_abs, .kargo_arrow_abs_v2, .ali_arrow_abs {
	display: none;
}
.kargo_new_benefits_v1 {
	max-width: 100%;
}
  }  

.animation_form {
 -webkit-animation: 3.5s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 3.5s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 3.5s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 3.5s ease-in-out 0s normal none infinite running trambling-animation;
}
@keyframes trambling-animation {
   0%, 35%, 100% {
     transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
   }
   5%, 15%, 25% {
     transform: rotate(-10deg);
     -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
     -o-transform: rotate(-10deg);
     -ms-transform: rotate(-10deg);
   }
   10%, 20%, 30% {
     transform: rotate(10deg);
     -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
     -o-transform: rotate(10deg);
     -ms-transform: rotate(10deg);
   }
}

.kargo_new_benefits__text {
	font-family: 'Pt Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.kargo_new_benefits__text--heading {
	font-family: 'Pt Sans', sans-serif;
	font-size: 60px;
	line-height: 60px;
}

.kargo_new_benefits__text--heading span {
	font-size: 70px;
}

.kargo_new_benefits__list {
	margin: 0;
	margin-top: 13px;
	padding-left: 32px;
}

.kargo_new_benefits__item {
	list-style-type: none;
	margin-bottom: 13px;
	position: relative;
}

.kargo_new_benefits__item--office::before {
	content: url(https://tkcargo.ru/index_files/office.png);
	position: absolute;
	top: 3px;
	left: -32px;
}

.kargo_new_benefits__item--delivery::before {
	content: url(https://tkcargo.ru/index_files/delivery.png);
	position: absolute;
	top: 3px;
	left: -32px;
}

.kargo_new_benefits__item--insurance::before {
	content: url(https://tkcargo.ru/index_files/insurance.png);
	position: absolute;
	top: 3px;
	left: -32px;
}

.kargo_new_form__wrap {
	border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.902);;
  width: 439px;
  padding: 30px 35px 15px;
  margin-top: 15px;
} 

.kargo_new_form__heading {
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2e3332;
	text-align: center;
	margin: 0;
	padding: 0;
}

.kargo_new_form {
	margin-top: 15px;
}

.kargo_new_form, .kargo_new_form input {
	width: 100%;
	display: block;
}

.kargo_new_form input[type="checkbox"] {
	height: 13px;
	display: inline-block;
	width: auto;
	margin: 0;
	margin-bottom: 10px;
}

.kargo_new_form input, .kargo_new_form textarea {
	height: 40px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
  background-color: rgb(253, 253, 253);
  margin-bottom: 10px;
  font-size: 14px;
}

.kargo_new_form textarea {
	height: 100px;
	resize: none;
	padding-top: 15px;
}

.kargo_new_form__input {
	padding-left: 47px !important;
	padding-right: 20px !important;
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

.kargo_new_form__input--name {
	background-image: url(https://tkcargo.ru/index_files/person.png);
}



.kargo_new_form__input--tel {
	background-image: url(https://tkcargo.ru/index_files/phone.png);
}

.kargo_new_form__input--email {
	background-image: url(https://tkcargo.ru/index_files/email.png);
}

.kargo_new_form__input--info {
	background-image: url(https://tkcargo.ru/index_files/text.png);
}
.popup_new_form__input--name {
	background-image: url(https://tkcargo.ru/index_files/person.png) !important; 
    padding-left: 47px !important;
    padding-right: 20px !important;
    background-repeat: no-repeat !important;;
    background-position: 15px 10px !important;;
}
.popup_new_form__input--tel {
	background-image: url(https://tkcargo.ru/index_files/phone.png) !important;
	    padding-left: 47px !important;
    padding-right: 20px !important;
    background-repeat: no-repeat !important;;
    background-position: 15px 10px !important;;
}

.popup_new_form__input--email {
	background-image: url(https://tkcargo.ru/index_files/email.png) !important;
    padding-left: 47px !important;
    padding-right: 20px !important;
    background-repeat: no-repeat !important;;
    background-position: 15px 10px !important;;
}

.popup_new_form__input--info {
	background-image: url(https://tkcargo.ru/index_files/text.png) !important;
	background-position: 15px 15px;
	    padding-left: 47px !important;
    padding-right: 20px !important;
    background-repeat: no-repeat !important;;
    background-position: 15px 10px !important;;
}

.kargo_new_form .kargo_new_form__input::-webkit-input-placeholder, 
.kargo_new_form .kargo_new_form__input:-ms-input-placeholder, 
.kargo_new_form .kargo_new_form__input::-moz-input-placeholder, 
.kargo_new_form .kargo_new_form__input:-moz-input-placeholder
.kargo_new_mainform__input:-ms-input-placeholder,
.kargo_new_mainform__input::-webkit-input-placeholder,
.kargo_new_mainform__input::-moz-input-placeholder,
.kargo_new_mainform__input:-moz-input-placeholder {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	color: #9b9b9b;
}

.kargo_new_form input[type="submit"], 
.kargo_new_mainform input[type="submit"], 
.calc-button {
  border-radius: 5px;
  background-color: rgb(255,215,85);
  color: #282828;
  display: inline-block;
  width: auto;
  height: 55px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Pt Sans', sans-serif;
  font-size: 16px;
  line-height: 27.5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 80%;
}

.kargo_new_form input[type="submit"]:hover, 
.kargo_new_mainform input[type="submit"]:hover,
.calc-button:hover,
.kargo_new_prices__item:hover .calc-button {
	background-color: #fff;
  color: #282828;
}

.kargo_new_form__wrap div.wpcf7-validation-errors {
	color: #000;
}

.kargo_new_form__wrap span.wpcf7-not-valid-tip {
	margin-bottom: 10px;
}

.checkmark {
  display:inline-block;
}

.checkmark::after {
	content: '';
  display: block;
  width: 12px;
  height: 18px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  margin-right: 10px;
  transition: border-color 0.2s;
}

.kargo_new_form input[type="submit"]:hover .checkmark::after {
	border-color: rgb(255,215,85);
}

.mouse_scroll {
	display: block;
	width: 24px;
	height: 100px;
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}


.m_scroll_arrows {
  display: block;
  background: url(https://tkcargo.ru/index_files/cargo-Arrow.png) no-repeat;
  width: 26px;
  height: 18px;
}

.unu {
  margin-top: 0px;
}

.unu, .doi, .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: 0px;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: 0px;
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.kargo_new_menu {
	border-top: 1px solid #647479;
	border-bottom: 1px solid #e3e3e3;
	height: 78px;
}

.kargo_new_list {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.kargo_new_item {
	list-style-type: none;
	padding: 0 52px;
	position: relative;
	height: 100%;
}

.kargo_new_item:not(:last-child):after {
  content: '';
  height: 15px; 
  width: 2px;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%); 
  background-color: rgb(186, 186, 186);
}

.kargo_new_link {
	display: block;
	width: 100%;
	height: 100%;
	color: #303030;
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	line-height: 78px;
	font-weight: bold;
	text-decoration: none;
}

.underline {
	background-image: none;
  background-position: 0 53px;
  background-repeat: repeat-x;
  background-size: 8px 2px;
	transition: background-image 0.2s;
}

.kargo_new_link:hover.underline {
  background-image: linear-gradient(to right, #757575 0%, #757575 100%);
}

.kargo_new_section {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.kargo_new_section__text {
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #757575;
}

.kargo_new_partners_list {
	margin: 0;
	margin-top: 40px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kargo_new_partners_partner {
	list-style: none;
	width: 200px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.2s;
}

.kargo_new_partners_partner:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.kargo_new_partners_partner:not(:last-child) {
	margin-right: 45px;
}

.kargo_new_partners_partner--delo {
	background-image: url(https://tkcargo.ru/index_files/delovie_linii.png);
}

.kargo_new_partners_partner--ratek {
	background-image: url(https://tkcargo.ru/index_files/ratek.png);
}

.kargo_new_partners_partner--cdek {
	background-image: url(https://tkcargo.ru/index_files/cdek.png);
}

.kargo_new_partners_partner--zhde {
	background-image: url(https://tkcargo.ru/index_files/zhde.png);
}

.kargo_new_partners_partner--ponyexp {
	background-image: url(https://tkcargo.ru/index_files/ponyexp.png);
	-ms-background-position-y: 5px;
	background-position-y: 5px;
	margin-left: -35px;
}

.kargo_new_faq {
	background-color: #f6f6f6;
}

.kargo_new_faq__list {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 40px;
	text-align: left;
}

.kargo_new_faq__item {
	list-style: none;
	border-radius: 8px;
  background-color: #fff;
  padding: 40px 38px;
  margin-bottom: 20px;
}

.kargo_new_faq__question {
	font-family: 'Pt Sans', sans-serif;
	font-size: 20px;
	color: #4e4e4e;
}

.kargo_new_faq__answer {
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #757575;
}

.kargo_new_services__list {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 60px;
	text-align: left;
}

.kargo_new_services__item {
	list-style-type: none;
	width: 33%;
	margin-right: 5px;
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #3c3c3c;
}

.kargo_new_services__item::before {
	content: '';
	border-radius: 50%;
  background-color: rgb(1, 150, 245);
  width: 119px;
  height: 119px;
  float: left;
  position: relative;
  top: -10px;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.kargo_new_services__item--supp::before {
	background-image: url(https://tkcargo.ru/index_files/ch_supp.png);
}

.kargo_new_services__item--assist::before {
	background-image: url(https://tkcargo.ru/index_files/assistance.png);
}

.kargo_new_services__item--comm::before {
	background-image: url(https://tkcargo.ru/index_files/commitments.png);
}

.kargo_new_services__link {
	display: block;
	color: #0196f5;
	line-height: 30px;
}

.kargo_new_mainform__wrap {
	background-image: url(https://tkcargo.ru/index_files/kargo_formbg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 452px;
	padding: 104px 0;
	z-index: 1;
	position: relative;	
}

.kargo_new_mainform__wrap::after {
	background-color: rgb(34, 34, 34);
  opacity: 0.651;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.kargo_new_mainform {
	position: relative;
	z-index: 5;
	width: 100%;
}

.kargo_new_mainform__container {
	display: flex;
	justify-content: center;
}

.kargo_new_mainform__input {
	border-radius: 5px;
  background-color: #fff;
  width: 563px;
  height: 77px;
  padding: 34px 32px !important;
  margin-bottom: 17px;
}

textarea.kargo_new_mainform__input {
	width: 564px;
  height: 172px;
  resize: none;
}

.calc-button {
	display: block;
	max-width: 326px;
	border: none;
	text-decoration: none;
	font-family: 'Pt Sans', sans-serif;
  font-size: 16px;
  line-height: 27.5px;
}

.calc-button svg {
	vertical-align: baseline;
	transform: translate(-5px, 4px);
	transition: all 0.2s;
	fill: #282828;
}

.calc-button:hover *, .kargo_new_prices__item:hover .calc-button * {
	fill: #282828;
}

.kargo_new_prices__tariffs {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 60px 0 0;
}

.kargo_new_prices__item {
	list-style-type: none;
	text-align: center;
	width: 295px;
	height: 357px;
	padding: 36px 26px 28px;
	margin: 0 15px;
	background-color: #fff;
	transition: all 0.2s;
}

.kargo_new_prices__item:hover {
	border-radius: 6px;
	background-color: rgb(1, 150, 245);
	box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.18);
}

.kargo_new_prices__item:hover *:not(.calc-button) {
	color: #fff;
}

.kargo_new_prices__item .calc-button {
	line-height: 3;
}

.kargo_new_prices__name {
	font-family: 'Pt Sans', sans-serif;
  font-size: 18px;
	color: #2c2c2c;
	text-transform: uppercase;
	display: block;
	transition: all 0.2s;
}

.kargo_new_prices__text {
	font-family: 'Pt Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
	color: #6b6b6b;
	display: block;
	transition: all 0.2s;
}

.kargo_new_prices__cost {
	font-family: 'Pt Sans', sans-serif;
  font-size: 24px;
	color: #888888;
	display: block;
	transition: all 0.2s;
}

.kargo_new_prices__cost span {
	color: #2c2c2c;
	font-size: 60.86px;
	font-weight: 300;
	letter-spacing: 1px;
}

.kargo_new_prices__desc {
	font-family: 'Pt Sans', sans-serif;
  font-size: 14px;
  line-height: 23.75px;
	color: #6b6b6b;
	display: block;
	margin-bottom: 25px;
	transition: all 0.2s;
}

.kargo_new_scheme {
	overflow: hidden;
	background-color: #f6f6f6;
	position: relative;
}

/* Карусель со схемами*/


.card-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 50.5%;
  margin-top: 75px;
}

.card-carousel .my-card {
  height: 614px;
  max-width: 960px;
  min-width: 320px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.6) translateY(-2rem);
  transform: scale(0.6) translateY(-2rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: 1s;
}

.card-carousel .my-card.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(0) translateX(0);
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
  z-index: 2;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
}

.card-carousel .my-card1 {
  background-image: url(https://tkcargo.ru/index_files/scheme1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.card-carousel .my-card2 {
  background-image: url(https://tkcargo.ru/index_files/scheme2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.my-card__title {
	width: 100%;
	position: absolute;
	top: -43px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Pt Sans', sans-serif;
  font-size: 24px;
	color: #303030;
}

.my-card__title span {
	color: #0196f5;
}

.kargo_new_scheme__nav {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.card-carousel__arrow {
	position: absolute;
	top: 50%;
	border-radius: 50%;
  background-color: rgb(1, 150, 245);
  width: 78px;
  height: 78px;
  z-index: 10;
}

.card-carousel__arrow::before {
	display: block;
	transform: translate(-25%, -20%);
	width: 107px;
  height: 107px;
	content: '';
	z-index: 9;
	border-radius: 50%;
	background-color: rgb(1, 150, 245);
	opacity: 0.2;
}

.card-carousel__arrow--prev {
	left: 17%;
}

.card-carousel__arrow--next {
	right: 17%;
}


.card-carousel__arrow--next::after {
	content: '\355';
	display: block;
	transform: translate(-22%, -120%);
	width: 107px;
  height: 107px;
	z-index: 11;
	border-radius: 50%;
	text-align: center;
	font-size: 107px;
	line-height: 10px;
	color: #fff;
}

.card-carousel__arrow--prev::after {
	content: '\354';
	display: block;
	transform: translate(-28%, -120%);
	width: 107px;
  height: 107px;
	z-index: 11;
	border-radius: 50%;
	text-align: center;
	font-size: 107px;
	line-height: 10px;
	color: #fff;
}

.kargo_new_scheme__moblock {
	display: none;
}

.iu-translate__section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.iu-translate-bg {
	background-image: url(https://tkcargo.ru/index_files/translatebg.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: center 20%;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	padding: 0 25px 50px;
	display: flex;
	flex-direction: column;
}

.iu-translate-bg::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.9));
}

.iu-translate-flex > * {
	order: 100;
}

.iu-translate-bg__text {
	margin-top: 40px;
	margin-right: -60px;
}

.iu_translate-bg__buttons {
	text-align: center;
	margin-top: 150px;
	display: flex;
	justify-content: center;
}

.iu-translate-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

.iu-translate-flex--space-around {
	justify-content: space-around;
}

.iu-translate__button {
	text-align: center;
  color: #000;
  font-size: 16px;
  font-family: 'Pt Sans', sans-serif;
  line-height: 1.55;
  border-width: 1px;
  border-radius: 0px;
  background-color: rgb(255,215,85);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  text-decoration: none;
  flex: 0 1 250px;
	margin: 0 10px; 
	font-weight: normal; 
	padding: 15px 45px;
}

.iu-translate__button--white {
	background-color: #fff;
}

.iu-translate__title {
	color: #ffffff;
  font-size: 66px;
  font-family: 'Pt Sans', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.iu-translate__subtitle {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Pt Sans', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  margin: 25px 0;
  text-align: right;
}

.iu-translate__price {
	color: rgb(255,215,85);
  font-size: 43px;
  font-family: 'Pt Sans', sans-serif;
  line-height: 1.55;
  font-weight: 600;
  text-align: right;
}

.iu-translate__price::first-letter {
	letter-spacing: -7px;
}

.iu-translate__heading, .iu-translate__subheading {
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
	color: #000;
	text-align: center;
}

.iu-translate__heading--white, .iu-translate__subheading--white {
	color: #fff;
}

.iu-translate__heading {
	margin-top: 0;
  font-weight: 300;
	font-size: 52px;
  line-height: 52px;
}

.iu-translate__subheading {
	font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  margin-top: 15px;
}

.iu-translate-flex__img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.iu-translate-flex__title, .iu-translate-flex__text {
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
  color: #000;
  text-align: center;
}

.iu-translate-flex__title {
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 400;
  display: block;
  margin: 25px auto 25px;
}

.iu-translate-flex__text {
	font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  padding: 0 40px;
}

.iu-translate-help__flex {
	align-items: baseline;
}

.iu-translate-help .iu-translate-flex__flexitem {
	flex: 1 1 360px;
}

.iu-translate-translator {
	padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(https://tkcargo.ru/index_files/Yiwu_China_Original_.jpg);
  position: relative;
  z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.iu-translate-translator:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.4));
}

.iu-translate-translator .iu-translate-flex {
	align-items: stretch !important;
}

.iu-translate-translator__photo {
	flex: 0 1 640px;
	max-height: 415px;
	height: auto;
}

.iu-translate-translator__photo video {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.iu-translate-translator__text {
	flex: 0 1 460px;
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 17px;
  line-height: 1.55;
  background: rgba(255, 255, 255, 0.5);
  padding: 25px 25px 25px 35px;
}

.iu-translate-translator__text p:not(:last-child) {
	margin-bottom: 25px;
	margin-top: 0;
}

.iu-translate-translator__button {
	color: #ffffff;
  background-color: #0a8fc4;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
  height: 60px;
  line-height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-top: 35px;
}

/*.iu-translate-features .iu-translate__flexitem {
	flex: 1 1;
}

.iu-translate-features__item--dash {
	flex: 0 1 100px;
	position: relative;
	top: -65px;
}*/

.iu-translate-features {
	counter-reset: features;
}

.iu-translate-features .iu-translate-flex {
	max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.iu-translate-features__item {
	flex: 1 1 25%;
  border-top: 2px solid #e6e6e6;
  padding-top: 35px;
  padding-right: 25px;
  box-sizing: border-box;
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.iu-translate-features__item p {
	padding-left: 3px;
}

.iu-translate-features__item:before {
  counter-increment: features;
  content: counter(features);
  position: absolute;
  top: -18px;
  width: 34px;
  height: 34px;
  background-color: #222;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Pt Sans', sans-serif;
}


.iu-translate-features__img {
	border: 2px solid #000;
  border-radius: 3000px;
  background-color: #ffffff;
  width: 100px;
  display: block;
  margin: 0 auto;
}

.iu-translate-features__text {
	color: #000000;
  font-size: 16px;
  font-family: 'Pt Sans', sans-serif;
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
}


.iu-translate-feedback__flex {
	display: flex;
	flex-direction: column;
	justify-content: center;	
	align-items: center;
	text-align: center;	
}

.iu-translate-feedback__title {
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
	color: #000;
	font-size: 32px;
	margin-bottom: 70px;
	margin-top: 0;
}

.iu-translate-feedback__text {
	max-width: 100%;
	width: 550px;
	padding: 0 15px;
	color: #606060;
}

.iu-translate-feedback__button {
	display: block;
	max-width: 90%;
	width: 320px;
	padding: 5px 55px;
	background-color: rgb(255,215,85);
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	margin: 20px auto 15px;
}

.iu-translate-feedback img {
	display: block;
	margin: 0 auto;
}

.iu-translate-feedback__person strong {
	display: block;
	margin: 15px auto 0;
}

.iu-translate-feedback__person span {
	font-size: 70%;
}

.iu-translate-form__wrapper {
	height: 450px;
  background-color: #00324f;
  display: flex;
  align-items: center;
}

.iu-translate-form {
	margin-top: 60px;
}

.iu-translate-form .wphtmlblock-container .wpcf7-form > p {
	display: flex;
	width: 100%;
	align-items: center;
}

.iu-translate-form .wphtmlblock-container .wpcf7-form > p > * {
	flex: 1 1 250px;
	margin: 0 10px;
}

.iu-translate-form label {
	color: #fff;
  font-weight: 300;
  font-family: 'Pt Sans', sans-serif;
  font-size: 16px;
  padding-bottom: 5px;
}

.iu-translate-form span.wpcf7-not-valid-tip {
	font-weight: 300;
}

.iu-translate-form div.wpcf7-validation-errors, .iu-translate-form div.wpcf7-acceptance-missing {
	border-color: red;
}

.iu-translate-form .wphtmlblock-container .wpcf7-form > p .iu-translator-form__submit {
	flex-grow: 0;
	flex-basis: 180px;
  color: #000000;
  border: 3px solid rgb(255,215,85);
  background-color: rgb(255,215,85);
  border-radius: 20px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
  height: 53px !important;
  margin-top: -5px;
  box-sizing: border-box;
}

.iu-translate-form .wphtmlblock-container .wpcf7-form > p .iu-translator-form__input {
	display: block;
	width: 100%;
	font-family: 'Pt Sans', sans-serif;
	color: #000000;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  height: 40px;
  box-sizing: border-box;
}

.iu-translate-form .ajax-loader {
	display: none !important;
}

.iu-translate__width {
	max-width: 1200px;
	margin: 0 auto;
}

.iu-translate-help {
	max-width: 1100px;
}

.iu-translate-translator .iu-translate-flex {
	max-width: 1200px;
}

.iu-translate-form__wrapper .iu-translate__width {
	max-width: 1000px;
}

.defaul_page table.documents-new tr:nth-child(odd) {
	background: #fff;
}

.defaul_page table.documents-new tr:nth-child(even) {
	background: #fff;
}

table.documents-new tbody:not(:first-child):not(:last-child):after {
	content: '';
	display: block;
	height: 15px;
}

table.documents-new tbody:not(:first-child) tr:first-child {
	background: #f2f2f2 !important;
}

.buyout-main {
	background: url(https://tkcargo.ru/index_files/buyout-bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	color: #fff;
	font-family: 'Pt Sans', sans-serif;
	height: 672px;
	flex-wrap: wrap;
}

.buyout-main-text {
	flex: 0 1 657px;
}

.buyout-main-form {
	flex: 0 1 450px;
}

.buyout-main-text h1 {
	font-size: 37px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}

.buyout-main-text ul {
	padding: 0;
	margin: 50px 0 30px;
	list-style-type: none;
}

.buyout-main-text li {
	margin-bottom: 15px;
}

.buyout-arrow {
	border: solid #fff;
	border-width: 0 2.5px 2.5px 0;
	display: inline-block;
	padding: 2.5px;
	transform: rotate(-45deg) translateY(-50%);
}

.buyout-main-text strong {
	font-size: 23px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
}

.buyout-main-form div.wpcf7-validation-errors {
	color: #000;
}

.buyout-main-form input:not([type="submit"]) {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 48px;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	background: none;
	font-size: 20px;
	color: #ffffff;
	font-family: 'Pt Sans', sans-serif;
	font-weight: 300;
}

.buyout-main-form input:not([type="submit"])::-webkit-input-placeholder { 
  color: #fff;
}
.buyout-main-form input:not([type="submit"])::-moz-placeholder { 
  color: #fff;
}
.buyout-main-form input:not([type="submit"]):-ms-input-placeholder { 
  color: #fff;
}
.buyout-main-form input:not([type="submit"]):-moz-placeholder { 
  color: #fff;
}

.buyout-main-form input.buyout-input--name {
	background: url(https://tkcargo.ru/index_files/buyout-name.png) no-repeat 15px center;
}

.buyout-main-form input.buyout-input--box {
	background: url(https://tkcargo.ru/index_files/buyout-box.png) no-repeat 15px center;
}

.buyout-main-form input.buyout-input--tel {
	background: url(https://tkcargo.ru/index_files/buyout-phone.png) no-repeat 15px center;
}

.buyout-main-form input.buyout-input--email {
	background: url(https://tkcargo.ru/index_files/buyout-email.png) no-repeat 15px center;
}

.buyout-main-form button.buyout-submit,.buyout-main-form input[type="submit"] {
	width: 100%;
	padding: 22px 0;
	display: block;
	border-radius: 8px;
	border-color: transparent;
	background-color: rgb(255,215,85);
	font-size: 15px;
	color: #282828;
	text-transform: uppercase;
	font-family: 'Pt Sans', sans-serif;
	font-weight: 700;
	margin-top: 20px;
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear, background-color 500ms linear, color 500ms linear;
	background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="1296px" height="768px" viewBox="0 0 1296 768" enable-background="new 0 0 1296 768" xml:space="preserve"><g><polygon fill="#36A3C6" points="766.6,1.2 -0.2,768 200.7,768 967.5,1.2 	"/></g><g><polygon fill="#36A3C6" points="1094.8,1.2 328,768 528.9,768 1295.7,1.2 	"/></g></svg>');
	background-size: contain;
	background-position: -200px center;
	background-repeat: no-repeat;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.buyout-main-form button.buyout-submit:hover,.buyout-main-form input[type="submit"]:hover {
	transform: scale(1.05);
	background-position: -60px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #fff;
	color: #282828;
}
.buyout-main-form button.buyout-submit:active,.buyout-main-form input[type="submit"]:active {
	transform: scale(1);
	background-position: 500px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.buyout-main-form button.buyout-submit span {
	font-size: 22px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 7px;
}

.buyout-section {
	font-family: 'Pt Sans', sans-serif;	
	font-size: 18px;
	margin-top: 75px;
}

.buyout-solutions, .buyout-conditions{
	padding: 45px 55px;
	border: 1px solid rgb(255,215,85);
	display: block;
	margin: 75px auto 0;
	width: 1450px;
	max-width: 90%;
}

.buyout-benefits {
	padding: 45px 0;
	background-color: #0c5389;
	max-width: 100%;
}

.buyout-reasons__desc {
	padding: 24px 60px;
	border: 1px solid rgb(255,215,85);
	font-family: 'Pt Sans', sans-serif;
	color: #2d2d2d;
	width: 1450px;
	max-width: 90%;
	margin: 26px auto 0;	
	text-align: center;
}

.buyout-flex {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: baseline;
	justify-content: space-around;
	color: #2d2d2d;
	max-width: 1345px;
	margin: 0 auto;	
	flex-wrap: wrap;
}

.buyout-benefits .buyout-flex {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
}

.buyout-benefits .buyout-flex__item {
	padding-right: 0;
}

.buyout-flex__container {
	display: flex;
	flex-direction: column;
	min-height: 250px;
}

.buyout-flex__block {
	flex: 1 1 50%;
	position: relative;
}

.buyout-flex__item {
	flex: 0 1 33.3%;
	position: relative;
	padding-left: 60px;
}

.buyout-flex__item:before {
	content: '';
	display: block;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 16px;
}


.buyout-benefits .buyout-flex__item:before, .buyout-reasons .buyout-flex__item:before {
	top: 50%;
	transform: translateY(-50%);
}

.buyout-flex__item--truck:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-truck.png);
}

.buyout-flex__item--box:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-box.png);
}

.buyout-flex__item--stack:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-stack.png);
}

.buyout-flex__item--thumb:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-thumb.png);
}

.buyout-flex__item--manager:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-manager.png);
}

.buyout-flex__item--logistics:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-logistics.png);
}

.buyout-flex__item--man:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-man.png);
}

.buyout-flex__item--delivery:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-delivery.png);
}

.buyout-flex__item--thumb__white:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-thumb__white.png);
}

.buyout-flex__item--smile__white:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-smile__white.png);
}

.buyout-flex__item--stack__white:before {
	background-image: url(https://tkcargo.ru/index_files/buyout-stack__white.png);
}

.buyout-problems {
	max-width: 1288px;
	margin: 0 auto;
}

.buyout-problems-flex {
  display: flex;
  justify-content: center;
  list-style: none;
  color: #2d2d2d;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.buyout-problems-flex__item {
  flex: 0 1 calc(33.3% - 40px);
  margin: 0 20px;
  border: 1px solid rgb(255,215,85);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

.buyout-problems-flex__block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 35px;
  flex: 1 1 50%;
  transition: all 0.2s;
}

.buyout-problems-flex__block--reverse {
  background-color: #0c5389;
  color: #fff;
  position: relative;
}

.buyout-problems-flex__block--reverse:before {
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 51px 0 51px;
  border-color: transparent;
  border-top-color: #fff;
  transform: translateX(-50%);
  transition: all 0.2s;
}

.buyout-problems-flex__text strong {
  display: block;
}

.buyout-problems-flex__img {
  margin-right: 22px;
  width: 134px;
  height: 134px;
}

.buyout-problems-flex__block .buyout-problems-flex__img path,
.buyout-problems-flex__block .buyout-problems-flex__img rect {
  fill: #0c5389;
}

.buyout-problems-flex__block--reverse .buyout-problems-flex__img path,
.buyout-problems-flex__block--reverse .buyout-problems-flex__img rect {
  fill: #fff;
}

.buyout-problems-flex__item:hover .buyout-problems-flex__block {
  color: #fff;
  background-color: #0c5389;
}

.buyout-problems-flex__item:hover .buyout-problems-flex__block .buyout-problems-flex__img path, 
.buyout-problems-flex__item:hover .buyout-problems-flex__block .buyout-problems-flex__img rect {
  fill: #fff;
}

.buyout-problems-flex__item:hover .buyout-problems-flex__block--reverse .buyout-problems-flex__img path, 
.buyout-problems-flex__item:hover .buyout-problems-flex__block--reverse .buyout-problems-flex__img rect {
  fill: #0c5389;
}

.buyout-problems-flex__item:hover .buyout-problems-flex__block--reverse {
  color: #0c5389;
  background-color: #fff;
}

.buyout-problems-flex__item:hover .buyout-problems-flex__block:before {
  border-top-color: #0c5389;
}

.buyout-flex__title {
	display: block;
}

.buyout__heading {
	margin-bottom: 50px;
}

.buyout-heading {
	color: #2c2c2c;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Pt Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
}

.buyout-heading--white {
	color: #fff;
}

.buyout-heading span {
	color: #0c5389;
}

.buyout-conditions {
	position: relative;
	z-index: 1;
}

.buyout-conditions__heading {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 22px;
	z-index: 2;
}

.buyout-conditions__button {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	border-radius: 8px;
	background-color: rgb(255,215,85);
	display: block;
	width: 447px;
	max-width: 100%;
	padding: 20px 0;
	text-transform: uppercase;
	font-family: 'Pt Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: 22px solid #fff;
	border: 3px solid transparent;
	transition: background-color 200ms linear, color 200ms linear, border 200ms linear, outline-width 200ms linear;
}

.buyout-conditions__button:hover, .buyout-conditions__button:active {
	background-color: #fff;
	color: rgb(255,215,85);
	border: 2px solid rgb(255,215,85);
}

.buyout-conditions .buyout-flex__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
	font-weight: 300;
}

.buyout-conditions__icon {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.buyout-conditions__title {
	text-transform: uppercase;
	margin-bottom: 17px;
	margin-top: 17px;
}

.buyout-conditions__divider {
	background-color: rgb(106, 106, 106);
	opacity: 0.4;
	width: 45px;
	height: 1px;
}

.buyout-conditions__text {
	color: #908f8f;
	font-size: 16px;
	font-weight: normal;
}

.buyout-conditions__icon--comission {
	background-image: url(https://tkcargo.ru/index_files/buyout-comission.png);
}

.buyout-conditions__icon--currency {
	background-image: url(https://tkcargo.ru/index_files/buyout-currency.png);
}

.buyout-conditions__icon--order {
	background-image: url(https://tkcargo.ru/index_files/buyout-order.png);
}

.buyout-conditions__icon--binoculars {
	background-image: url(https://tkcargo.ru/index_files/buyout-binoculars.png);
}

.buyout-scheme {
	background-color: #0c5389;
	padding: 80px 0 60px;
}

.buyout-scheme .buyout-flex {
	flex-wrap: wrap;
	max-width: 1500px;
	justify-content: center;
}

.buyout-scheme .buyout-flex__item, .buyout-conditions .buyout-flex__item {
	flex-basis: 25%;
}

.buyout-scheme__number {
	font-size: 90px;
	font-family: 'Pt Sans', sans-serif;
	color: rgba(255, 255, 255, 0.6);
	font-weight: bold;
	text-align: center;
}

.buyout-scheme__text {
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

.buyout-scheme-button {
	border-radius: 8px;
	background-color: rgb(255,215,85);
	display: block;
	width: 535px;
	max-width: 80%;
	margin: 75px auto 0;
	padding: 20px 0;
	text-transform: uppercase;
	font-family: 'Pt Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #0c5389;
	text-align: center;
	text-decoration: none;
	transition: background-color 200ms linear, color 200ms linear, border 200ms linear;
	border: 3px solid transparent;
}

.buyout-scheme-button:hover, .buyout-scheme-button:active {
	background-color: transparent;
	color: #fff;
	border: 3px solid #fff;
}

.buyout-reasons .buyout-flex__item {
	flex: 0 1 calc(33.3% - 20px);
}

.widget .textwidget:empty {
	display: none;
}

.taobao-buyout {
	font-family: 'Pt Sans', sans-serif;
}

.taobao-buyout-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.taobao-buyout-section {
	padding: 85px 0;
}

.taobao-buyout-section:nth-of-type(even) {
	background-color: #0c5389;
}

.taobao-buyout__wrapper {
	max-width: 1110px;
  margin: 0 auto;
}

.taobao-buyout-main {
	background-image: url(https://tkcargo.ru/index_files/taobao-buyout.jpg);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 120px 0;
	height: auto;
	flex-wrap: nowrap;
}

.taobao-buyout-main__text {
	font-size: 40px;
	text-align: center;
	max-width: 902px;
	text-transform: uppercase;
}

.taobao-buyout-main__list {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 902px;
}

.taobao-buyout-main__item {
	flex: 0 1 50%;
	font-size: 25px;
	font-weight: 700;
	margin-top: 20px;
}

.taobao-buyout-main__item:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 17px;
	height: 30px;
	width: 30px;
	background: url(https://tkcargo.ru/index_files/taobao-check.png) no-repeat center;
}

.taobao-buyout-main__button {
	border-radius: 8px;
	background-color: rgb(255,215,85);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 27px 17px;
	width: 380px;
	max-width: 90%;
	transition: all 0.2s;
}

.taobao-buyout-main__button:not(.taobao-buyout-main__button--green) {
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear, background-color 500ms linear, color 500ms linear;
	background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="1296px" height="768px" viewBox="0 0 1296 768" enable-background="new 0 0 1296 768" xml:space="preserve"><g><polygon fill="#36A3C6" points="766.6,1.2 -0.2,768 200.7,768 967.5,1.2 	"/></g><g><polygon fill="#36A3C6" points="1094.8,1.2 328,768 528.9,768 1295.7,1.2 	"/></g></svg>');
    background-size: contain;
    background-position: -200px center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.taobao-buyout-main__button:not(.taobao-buyout-main__button--green):hover {
	transform: scale(1.05);
	background-position: -60px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #fff;
	color: rgb(255,215,85);
} 

.taobao-buyout-form .question_form .taobao-buyout-form__button, #div1 .taobao-buyout-form__button,
.supplier-page-button--white
 {
	color: #0c5389;
	background-color: rgb(255,215,85);
	border-radius: 8px;
	padding: 20px 15px;
	width: 320px;
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear, background-color 500ms linear, color 500ms linear;
	background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="1296px" height="768px" viewBox="0 0 1296 768" enable-background="new 0 0 1296 768" xml:space="preserve"><g><polygon fill="#36A3C6" points="766.6,1.2 -0.2,768 200.7,768 967.5,1.2 	"/></g><g><polygon fill="#36A3C6" points="1094.8,1.2 328,768 528.9,768 1295.7,1.2 	"/></g></svg>');
    background-size: contain;
    background-position: -200px center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.taobao-buyout-form .question_form .taobao-buyout-form__button:hover, #div1 .taobao-buyout-form__button:hover {
	background-color: #fff;
	color: #0c5389;
	transform: scale(1.05);
	background-position: -30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.taobao-buyout-main__button--green {
	color: #0c5389;
	background-color: #fff;
}

.taobao-buyout-main__button--green:hover .taobao-buyout-chat__icon path {
	fill: #fff;
}

.taobao-buyout-main__button--green:hover {
	background-color: #39AEE8;
	color: #fff;
}

.taobao-buyout-commission__list {
	margin: 60px 0 30px;
	justify-content: center;
}

.taobao-buyout-comission__item {
	flex: 0 1 calc(33.3% - 30px);
	margin: 0 15px;
	border: 1px solid rgb(255,215,85);
	display: flex;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	min-height: 270px;
}

.taobao-buyout-comission__item:hover .taobao-buyout-comission__order,
.taobao-buyout-comission__item:hover .taobao-buyout-comission__fee:before {
	background-color: #fff;
	color: #2d2d2d;
}

.taobao-buyout-comission__item:hover .taobao-buyout-comission__fee {
	background-color: #0c5389;
	color: #fff;
}

.taobao-buyout-comission__order, .taobao-buyout-comission__fee {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 27px;
	transition: all 0.2s;
}

.taobao-buyout-comission__order {
	flex: 0 1 38%;
	background-color: #0c5389;
	color: #fff;
}

.taobao-buyout-comission__fee {
	flex: 1 1 62%;
	background-color: #fff;
	color: #2d2d2d;
	position: relative;
	justify-content: flex-start;
  padding-top: 74px;
}

.taobao-buyout-comission__fee:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
  height: 50px;
  background-color: #0c5389;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	transform: rotate(180deg);
	transition: all 0.2s;
}

.taobao-buyout-comission__item span {
	font-size: 18px;
}

.taobao-buyout-comission__item strong {
	font-family: 'Pt Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.taobao-buyout-comission__item:nth-child(2) .taobao-buyout-comission__fee strong {
	font-size: 36px;
	transform: translateY(-4px);
}

.taobao-buyout-comission__item:last-child .taobao-buyout-comission__fee strong {
	font-size: 44px;
	transform: translateY(-6px);
}

.taobao-buyout-commission--desc.buyout-kazakhstan {
	height: 100px;
}

.taobao-buyout-commission--desc {
	justify-content: center;
}

.taobao-buyout-commission--desc__item {
	margin: 0 15px;
}

.taobao-buyout-commission__link {
	flex: 0 1 calc(33.3% - 30px);
	border: 1px solid rgb(255,215,85);
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	color: #2d2d2d;
	padding: 20px;
}

.taobao-buyout-commission__link a {
	font-family: 'Pt Sans', sans-serif;
	font-weight: 700;
	color: #0c5389;
	text-decoration: none;
	border-bottom: 2px dotted #0c5389;
}

.taobao-buyout-commission__animation {
	flex: 0 1 calc(66.6% - 30px);
}

.taobao-buyout__road {
	background: url(https://chinatoday.ru/wp-content/themes/chinatoday/https://tkcargo.ru/index_files/taobao-road.png) no-repeat center bottom;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.taobao-buyout__truck {
	position: absolute;
  bottom: 3px;
  animation: ease-in infinite;
  animation-name: taobao-ride;
  animation-duration: 5s;
  animation-direction: initial;
}

@keyframes taobao-ride {
	0% { left: -20%;}
	100%{ left : 100%;}
}

.taobao-buyout-service {
	background-color: #0c5389;
}

.taobao-buyout-service__content {
	width: 730px;
	max-width: 95%;
	margin: 60px auto 0;
	background-color: #09436f;
	flex-direction: column;
	color: #fff;
}

.taobao-buyout-service__order {
	flex: 0 1 215px;
	padding: 40px;
	border-bottom: 1px solid #0c5389;
}

.taobao-buyout-service__price {
	display: flex;
}

.taobao-buyout-service__input {
	margin-left: 25px;
	background: none;
	border: 0 !important;
	border-bottom: 2px solid #fff !important;
	outline: 0 !important;
	color: #fff !important;
	flex-basis: 40%;
}

.taobao-buyout-service__item h3 {
	font-family: 'Pt Sans', sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
}

.taobao-buyout-service__list {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}

.taobao-buyout-service__radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.taobao-buyout-service__radio:last-child {
	margin-right: auto;
  margin-left: 100px;
}

/* Hide the browser's default radio button */
.taobao-buyout-service__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.taobao-buyout-service__checkmark {
  position: absolute;
  top: 50%;
	left: 0;
	transform: translateY(-50%);
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 1px solid #36a3d0;
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.taobao-buyout-service__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.taobao-buyout-service__radio input:checked ~ .taobao-buyout-service__checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.taobao-buyout-service__radio .taobao-buyout-service__checkmark:after {
 	top: 50%;
  left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #36a3d0;
  transform: translateX(-50%) translateY(-50%);
}


body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
}

.taobao-buyout-service__fee {
	flex: 0 1 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
}

.taobao-buyout-service__fee a {
	width: auto;
  flex: 0 1 calc(50% - 20px);
	padding: 20px 17px;
}

.taobao-buyout-benefits__list {
	flex-wrap: wrap;
	justify-content: space-between;
}

.taobao-buyout-benefits__item {
	flex: 0 1 calc(50% - 30px);
	display: flex;
	align-items: flex-start;
	margin: 45px 15px 0;
}

.taobao-buyout-benefits__icon {
	margin-right: 26px;
}

.taobao-buyout-benefits__text {
	color: #656565;
	font-size: 18px;
	margin-top: -7px;
	padding-right: 25px;
}

.taobao-buyout-benefits__text strong {
	display: block;
	font-family: 'Pt Sans', sans-serif;
	font-weight: 700;
	color: #2d2d2d;
	font-size: 21px;
}

#wphtmlblock-vykup-taobao-blok {
	width: 730px;
	max-width: 95%;
	margin: 60px auto 0;
}

.taobao-buyout .sa_owl_theme .owl-nav .owl-next {
	right: -18% !important;
	background: url(https://chinatoday.ru/wp-content/themes/chinatoday/https://tkcargo.ru/index_files/taobao-arrow-right.svg) no-repeat center center !important;
}

.taobao-buyout .sa_owl_theme .owl-nav .owl-prev {
	left: -18% !important;
	background: url(https://chinatoday.ru/wp-content/themes/chinatoday/https://tkcargo.ru/index_files/taobao-arrow-left.svg) no-repeat center center !important;
}

.taobao-buyout .white .sa_owl_theme .owl-nav .owl-prev:hover, .white .sa_owl_theme .owl-nav .owl-next:hover {
	background-color: none !important;
}

.va-m {
	vertical-align: middle;
}

.taobao-buyout-review-info {
	display: flex;
	align-items: center;
}

.taobao-buyout-review__name {
	font-family: 'Pt Sans', sans-serif;
	font-weight: 700;
	font-size: 21px; 
	color: #0c5389;
}

.taobao-buyout-review__date{
	font-family: 'Pt Sans', sans-serif;
	font-size: 16px;
	color: #646464;
}

.taobao-buyout-review__text {
	font-family: 'Pt Sans', sans-serif;
	color: #2d2d2d;
}

.taobao-buyout-chat__desc {
	color: #9ebad0;
	font-size: 21px;
	display: block;
	text-align: center;
	margin-top: -15px;
}

.taobao-buyout-chat__desc b {
	font-family: 'Pt Sans', sans-serif;
	font-weight: 700;
}

.taobao-buyout-chat__list {
	margin-top: 50px;
}

.taobao-buyout-chat__item {
	flex: 0 1 calc(33.3% - 20px);
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin: 0 10px;
}

.taobao-buyout-chat__icon {
	margin-right: 15px;
	vertical-align: middle;
	margin-top: -5px;
	width: 30px; 
	height: 30px;
}

.taobao-buyout-chat__icon path {
	fill: #0C5389;
	transition: all 0.2s;
}

.taobao-buyout .wpawc_accordion {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.taobao-buyout .accordion-title {
	height: 50px;
	display: flex;
	align-items: center;
	box-shadow: none !important;
}

.taobao-buyout .question_list .accordion-main.open .accordion-title:after {
	background: #36a3d0 url(https://tkcargo.ru/index_files/accordeon_arrow.png) center no-repeat;
}

.taobao-buyout .question_list .accordion-main .accordion-title:after {
	background: #0c5389 url(https://tkcargo.ru/index_files/accordeon_arrow.png) center no-repeat;
}

.taobao-buyout .accordion-main {
	flex: 0 1 calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 25px;
}

.taobao-buyout .question_list .accordion-main .accordion-title:after {
	height: 100%;
}

.taobao-buyout-faq__text {
	font-size: 16px;
	color: #656565;
}

.taobao-buyout .accordion-main, .taobao-buyout .wpawc_accordion .accordion-main {
	border: 1px solid #0c5389 !important;
}

.taobao-buyout .accordion-main, .taobao-buyout .wpawc_accordion .accordion-main.open {
	border: 1px solid #36a3d0 !important;
}

.taobao-buyout .wpawc_accordion .accordion-main:last-child {
	margin-bottom: 25px;
}

.taobao-buyout .question_list .accordion-content {
	padding-left: 68px;
	padding-right: 25px;
}

.taobao-buyout-scheme {
	min-height: 604px;
}

.snake-container {
  height: 145px;
  width: 100%;
  margin: 100px auto 0;
  border: 3px solid #09436f;
  border-left-color: transparent;
  border-top-right-radius: 85px;
  border-bottom-right-radius: 85px;
  position: relative;
}

.snake-container:before {
  content: '';
  position: absolute;
  width: 80px;
	border: 3px solid transparent;
	border-bottom: 0;
  border-image: linear-gradient(to right, transparent 0%, rgba(9,67,111,0.2) 20%, rgba(9,67,111,0.4) 40%, rgba(9,67,111,0.6) 60%, rgba(9,67,111,0.8) 80%, rgba(9,67,111,1) 100%);
  border-image-slice: 1;
  transform: translateX(-100%);
  top: -3px;
}

.snake-container--reverse {
  height: 100px;
  width: 100%;
  margin: -3px auto;
  border: 3px solid #09436f;
  border-right-color: transparent;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  transform: translateX(-65px);
}

.snake-container--reverse:after {
  content: '';
  position: absolute;
  width: 80px;
	border: 3px solid transparent;
	border-bottom: 0;
  border-image: linear-gradient(to left, transparent 0%, rgba(9,67,111,0.2) 20%, rgba(9,67,111,0.4) 40%, rgba(9,67,111,0.6) 60%, rgba(9,67,111,0.8) 80%, rgba(9,67,111,1) 100%);
  border-image-slice: 1;
  transform: translateX(100%);
  bottom: -3px;
  right: 0;
}

.snake-container .taobao-buyout-scheme__list , 
.snake-container--reverse .taobao-buyout-scheme__list {
	align-items: baseline;
	position: absolute;
}

.snake-container .taobao-buyout-scheme__list {
	top: -72px;
}


.snake-container--reverse .taobao-buyout-scheme__list {
	transform: translateX(65px);
	bottom: -110px;
}

.taobao-buyout-scheme__item {
	flex: 0 1 calc(33.3% - 50px);
	margin: 0 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.taobao-buyout-scheme__item:hover .taobao-buyout-scheme__step {
	color: #fff;
}

.taobao-buyout-scheme__item:hover .taobao-buyout-scheme__circle:after {
	background: #fff;
}

.taobao-buyout-scheme__step {
	color: #9ebad0;
	font-size: 28px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: 700;
	transition: all 0.2s;
}

.taobao-buyout-scheme__circle {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #0c5389;
	position: relative;
	margin: 20px 0;
}

.taobao-buyout-scheme__circle:after {
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #9ebad0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s;
}

.taobao-buyout-scheme__text {
	color: #fff;
	font-size: 18px;
	text-align: center;
	max-width: 95%;
}

.taobao-buyout-faq .question_list {
	width: 1100px;
	max-width: 100%;
}

.taobao-buyout-review__button {
	margin: 50px auto 0;
	display: block;
}

.wp-caption-text {
	text-align: left;
}

.blog-table-flex {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #cdcdcd;
}

.blog-table-flex-block {
	background-color: #fff;
}

.blog-table-flex-block:not(:last-of-type) {
  border-right: 1px solid #cdcdcd;
}

.blog-table-flex-50 {
	flex: 1 1 50%;
}

.blog-table-flex-25 {
	flex: 1 1 25%;
}

.blog-table-flex__title {
	background-color: #F2F2F2;
	border-bottom: 1px solid #cdcdcd;
}

.blog-table-flex__content img {
	display: block;
	margin-top: 20px;	
}

.blog-table-flex__title,
.blog-table-flex__content {
	padding: 15px;
}

input[id^="spb_map_spoiler"]{
 display: none;
}
input[id^="spb_map_spoiler"] + label {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 21px;
  line-height: 30px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: bold;
  color: #282828;
  text-decoration: underline dashed #282827;
  text-align: center;
  cursor: pointer;
  transition: all .6s;
}
input[id^="spb_map_spoiler"]:checked + label {
  color: #333;
/*  background: #ccc;*/
}
input[id^="spb_map_spoiler"] ~ .map-spoiler {
  width: 90%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
}
input[id^="spb_map_spoiler"] ~ .map-spoiler img {
  height: auto;
  max-width: 100%;
}
input[id^="spb_map_spoiler"]:checked + label + .map-spoiler{
  height: auto;
  opacity: 1;
  padding: 10px;
}

.stuff-heading {
	color: #282828;
	font-family: 'Pt Sans', sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}

.stuff-heading--region, .stuff-heading--department {
	text-transform: none;
}

.stuff-heading--region {
	margin-bottom: 0;
}

.stuff-heading--department {
	flex: 1 1 100%;
	font-size: 26px;
}

.stuff-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}

.stuff-container .fl-item {
	flex: 1 1 50%;
}

.stuff-container .fl-item--china {
	flex: 0 1 35%;
	margin-left: auto;
}

.stuff-department {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.stuff-person {
	flex: 1 1 50%;
	max-width: 300px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.fl-item:not(.fl-item--china) .stuff-person:nth-of-type(odd) {
	margin-right: 15px;
}

.stuff-person__img {
	margin-right: 10px;
}

.stuff-person__info {
	min-height: 100px;
  position: relative;
  top: 20px;
}

.stuff-person__info--no-position {
	top: 39px;
}

.stuff-person__info > * {
	display: block;
	max-height: 50px;
	font-family: 'Pt Sans', sans-serif;
}

.stuff-person__name {
	color: #4d59a1;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

.stuff-person__position {
	color: #000;
	font-size: 14px;
	line-height: 14px;
}

.stuff-person__img {
	height: 78px;
	width: 78px;
	min-width: 78px;
	border-radius: 50%;
	background-color: #4d59a1;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://tkcargo.ru/index_files/stuff-person-default.png);
	background-size: 60%;
}

.supplier-page-wrapper {
	max-width: 1140px;
  margin: 0 auto;
}

.supplier-page-section {
	padding: 60px 0;
}

.supplier-page-section--grey {
	background-color: #f6f6f6;
}

.supplier-page-button {
	width: 420px;
}

.supplier-page-heading {
	font-family: 'Pt Sans', sans-serif;
	font-size: 36px;
	color: #303030;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.supplier-page-subheading {
	display: block;
	margin-bottom: 40px;
	font-family: 'Pt Sans', sans-serif;
	font-size: 18px;
	color: #979797;
	text-align: center;
}

.supplier-page-main {
	position: relative;
	z-index: 1;
	min-height: 660px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://tkcargo.ru/index_files/supplier-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.supplier-page-main::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}

.supplier-page-main h1 {
	margin-top: -20px;
	max-width: 65%;
	font-family: 'Cuprum', sans-serif;
	font-size: 60px;
	line-height: 77px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.supplier-page-flex {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.supplier-page-item {
	flex: 1 1 calc(33.3% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 15px;
	color: #121212;
	text-align: center;
}

.supplier-page-item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 54px;
	margin-bottom: 5px;
}

.supplier-page-item__title {
	font-family: 'Pt Sans', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.supplier-page-item__text {
	font-family:'Pt Sans', sans-serif;
	font-size: 18px;
}

.supplier-page-channels-list {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.supplier-page-channels-list::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 50px;
	height: 1px;
	background-color: #0196f5;
}

.supplier-page-channels-list__item {
	position: relative;
	height: 262px;
	padding-left: 40px;
	padding-top: 40px;
	border-radius: 5px;
	box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.15);
}

.supplier-page-channels-list__item--offline {
	background-color: #f6f6f6;
	background-image: url(https://tkcargo.ru/index_files/supplier-offline.png);
	background-repeat: no-repeat;
	background-position: 115% center;
	background-size: 45%;
	margin-right: 26px;
	color: #2c2c2c;
}

.supplier-page-channels-list__item--offline::before, .supplier-page-channels-list__item--online::before {
	box-sizing: border-box;
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	display: block;
	height: 28px;
	width: 28px;
	border: 5px solid #fff;
	border-radius: 50%;
	background-color: #0196f5;
}

.supplier-page-channels-list__item--online {
	background-color: #0196f5;
	background-image: url(https://tkcargo.ru/index_files/supplier-online.png);
	background-repeat: no-repeat;
	background-position: 101% center;
	background-size: 40%;
	margin-left: 26px;
	color: #fff;
}

.supplier-page-channels-list__item--offline::before {
	left: 100%;
	transform: translate(-50%, -50%);
}

.supplier-page-channels-list__item--online::before {
	right: 100%;
	transform: translate(50%, -50%);
}

.supplier-page-channels-list__content {
	max-width: 58%;
	text-align: center;
}

.supplier-page-channels-list__title {
	position: relative;
	display: inline-block;
	font-family: 'Pt Sans', sans-serif;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 15px;
	border-bottom:  2px solid;
}

.supplier-page-channels-list__title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-25%, 25%);
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.supplier-page-channels-list__item--offline .supplier-page-channels-list__title {
	border-color: #838383;
}

.supplier-page-channels-list__item--offline .supplier-page-channels-list__title::after {
	background-color: #ff2b08;
}

.supplier-page-channels-list__item--online .supplier-page-channels-list__title {
	border-color: #bcdbfb;
}

.supplier-page-channels-list__item--online .supplier-page-channels-list__title::after {
	background-color: #54ff00;
}

.supplier-page-channels-list__text, .supplier-page-check__text, .supplier-page-scheme__text {
	font-family: 'Pt Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.supplier-page-check-list {
	margin-top: 50px;
}

.supplier-page-check__item {
	position: relative;
	min-width: 225px;
	flex: 1 1 calc(20% - 20px);
	margin: 0 10px;
	border-radius: 5px;
	background-color: rgb(1, 150, 245);
	color: #fff;
	box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.18);
	text-align: center;
}

.supplier-page-check__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(-25%, -50%);
	z-index: 2;
	display: block;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background-color: #0a78be;
	background-image: url(https://tkcargo.ru/index_files/supplier-arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.supplier-page-check__content {
	padding: 35px 15px 0;
	min-height: 214px;
}

.supplier-page-check__title {
	display: block;
	font-family: 'Pt Sans', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.supplier-page-check__footer {
	padding: 30px 5px;
	background-color: #0a78be;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.supplier-page-check__footer .supplier-page-check__title {
	margin-bottom: 0;
}

.supplier-page-trust-list, .supplier-page-scheme-list {
	margin-top: 50px;
}

.supplier-page-scheme__wrappper {
	background-image: url(https://tkcargo.ru/index_files/supplier-dotted-line.png);
	background-position: center 35%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.supplier-page-scheme__item {
	flex: 0 1 calc(25% - 50px);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 25px;
	text-align: center;
}

.supplier-page-scheme__circle {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 116px;
	height: 116px;
	margin-bottom: 33px;
	border-radius: 50%;
	box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.supplier-page-scheme__circle--blue {
	background-color: #0196f5;
}

.supplier-page-scheme__dot {
	position: absolute;
	z-index: 1;
	display: block;
	border-radius: 50%; 
}

.supplier-page-scheme__dot1 {
	left: -23px; 
	top: 25px; 
	width: 9px; 
	height: 9px; 
	background-color: #1d81df;
}

.supplier-page-scheme__dot2 {
	left: 20px; 
	top: 8px; 
	width: 5px; 
	height: 5px;
	background-color: #308ae0; 
}

.supplier-page-scheme__dot3 {
	left: -5px;
  top: 100px;
	width: 6px; 
	height: 6px; 
	background-color: #5ba0e1;
}

.supplier-page-scheme__dot4 {
	left: 55%; 
	top: -15px; 
	width: 5px; 
	height: 5px;
	background-color: #1e81df; 
}

.supplier-page-scheme__dot5 {
	left: 125px; 
	top: 18px; 
	width: 6px; 
	height: 6px;
	background-color: #2283df; 
}

.supplier-page-scheme__dot6 {
	left: 125px; 
	top: 48px; 
  width: 10px;
	height: 10px;
	background-color: #338ce0;
}

.supplier-page-scheme__dot7 {
	position: absolute;
	display: block;
	border-radius: 50%; 
	left: 96px;
  top: 92px;
  width: 17px;
	height: 17px;
	background-image: linear-gradient(145deg, #8db9e2, #61a3e1);
}

.supplier-page-scheme__item:not(.supplier-page-scheme__item--info) .supplier-page-scheme__title {
	position: relative;
}

/* .supplier-page-scheme__item:not(.supplier-page-scheme__item--info) .supplier-page-scheme__title::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 53%;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%; 
	background-color: #398fe0;
} */

.supplier-page-price {
	position: relative;
	background-color: #0196f5;
	color: #fff;
}

.supplier-page-price__top-circle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: rgb(10, 120, 190);
	box-shadow: 0px 3px 21px 0px rgba(0, 78, 127, 0.32);
}

.supplier-page-price__top-circle::after {
	content: url(https://tkcargo.ru/index_files/supplier-arrow-left.png);
	transform-origin: 50% 50%;
	transform: rotate(90deg) translate(0, 0%);
}

.supplier-page-price::after {
	content: url(https://tkcargo.ru/index_files/supplier-money.png);
	position: absolute;
	display: block;
	top: 37%;
	right: 0;
}

.supplier-page-price .supplier-page-heading {
	color: #fff;
}

.supplier-page-price-list {
	list-style-type: none;
	padding: 0;
	max-width: 892px;
	margin-top: 40px;
}

.supplier-page-price__item {
	position: relative;
	color: #fff;
	font-family: 'Pt Sans', sans-serif;
	font-size: 24px;
	line-height: 36px;
}

.supplier-page-price__item::before {
	content: '⮚';
	display: inline-block;
	vertical-align: baseline;
	margin-right: 14px;
	transform: translateY(3px);
}

.supplier-price-button {
	display: block;
	margin: 50px auto 0; 
}

.supplier-price-button:hover {
	background-color: #0a78be;
}

.supplier-page-compensate__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 1 540px;
	max-width: 90%;
	text-align: center;
}

.supplier-page-compensate__content:last-child {
	align-items: flex-start;
}

.supplier-page-compensate__divider {
	flex: 0 1 1px;
	background-color: rgb(180, 180, 180);
	height: 187px;
	width: 1px;
	margin: 0 50px;
}

.supplier-page-compensate__text {
	margin-top: 45px;
}

.supplier-page-benefits__number {
	font-family: 'Pt Sans', sans-serif;
	font-size: 80px;
	color: #0196f5;
}

.supplier-page-benefits .supplier-page-heading {
	margin-bottom: 65px;
}

.supplier-page-footer {
	background-color: #0196f5;
}

.supplier-page-footer .supplier-page-heading,
.supplier-page-footer .supplier-page-footer-subheading {
	color: #fff;
}

.supplier-page-footer .supplier-page-footer-subheading {
	display: block;
	font-family: 'Pt Sans', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	margin-top: 45px;
	text-align: center;
}

.supplier-page-reviews-list {
	margin-top: 50px;
}

.supplier-page-reviews__item {
	min-height: 500px;
	border: 1px solid #303030;
	border-radius: 5px;
	background-color: #0196f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.supplier-page-reviews__item1 {
	background-image: url(https://tkcargo.ru/index_files/2019-05-22_13-13-32.png);
}

.supplier-page-reviews__item2 {
	background-image: url(https://tkcargo.ru/index_files/2019-05-22_13-12-18.png);
}

.supplier-page-reviews__item3 {
	background-image: url(https://tkcargo.ru/index_files/2019-05-22_13-14-33.png);
}

.vlg-visible {
	display: none;
}


.uslugi .main_1 {
	width: 100%;
    overflow: hidden;
    background: url(https://tkcargo.ru/index_files/uslug1_back.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    height: 600px;
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 300;
    color: #000;
}

.uslugi .main_2 {
	width: 100%;
    overflow: hidden;
    background: url(https://tkcargo.ru/index_files/uslug2_back.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    height: 600px;
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 300;
    color: #000;
}

.uslugi .main_3 {
	width: 100%;
    overflow: hidden;
    background: url(https://tkcargo.ru/index_files/uslug3_back.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    height: 600px;
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 300;
    color: #000;
}

.uslugi .main_4 {
	width: 100%;
    overflow: hidden;
    background: url(https://tkcargo.ru/index_files/uslug4_back.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    height: 600px;
	font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 300;
    color: #000;
}

.uslugi .main_title {
	background-color: #fff;
    padding: 80px 86px 85px;
    max-width: 760px;
    position: relative;
    margin: 0 auto;
    margin-top: 138px;
    height: 323px;
}
.uslugi .title {
	background: #fff;
	text-align: center;
	margin-bottom: 29px;
	font-size: 48px;
    line-height: 1.23;
    font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 600;
    color: #000;
}

.uslugi h1 {
	font-size: 52px;
    line-height: 1.23;
    font-family: 'Cuprum', sans-serif,Arial,sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
}

.uslugi .hr {
	max-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #666;
    margin: 0 auto;
}

.uslugi .content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
    padding-right: 20px;
    font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 300;
    color: #000;
}

.uslugi .text {
	text-align: center;
	padding-top: 60px;
    padding-bottom: 60px;
    font-size: 26px;
}

.uslugi img {
	max-width: 100%;
}

.uslugi .image {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 1.55;
}

.uslugi .conditions {
	padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 42px;
    line-height: 1.23;
    font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 600;
    color: #000;
} 

.uslugi .conditions span {
	font-weight: 300;
}

.uslugi .conditions span {
	font-weight: 300;
}

.uslugi .center {
	margin: 0 auto;
	text-align: center;
}

.uslugi h2 {
	text-align: center;
	margin: 0 auto;
    font-size: 52px;
    margin-bottom: 40px;
    line-height: 1.23;
    font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    font-weight: 600;
    color: #000;
}

.stages .levels {
	display: flex;
    justify-content: center;
}



.uslugi .level {
	max-width: 260px;
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.uslugi .stages_4 .level {
	max-width: 360px;
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.uslugi .numberwrapper {
	position: relative;
}

.uslugi .level .number {
	position: relative;
    width: 70px;
    height: 70px;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100%;
    background: #38d5f9;
    z-index: 5;
}

.uslugi .level .digit {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.uslugi .level .line {
	height: 2px; 
	background-color: #e6e6e6;
	left: 2px;
	position: absolute;
    top: 50%;
    right: -40px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.uslugi .level .conditions__text {
	font-size: 26px;
    font-weight: 300;
    font-family: 'Pt Sans', sans-serif;
    text-align: left;
    margin-top: 20px;
    line-height: 1.35;
    padding: 0px 20px 0px 0px;
}

.levels .level .conditions__text {
    font-size: 26px;
    margin-left: -80px;
    font-weight: 300;
    max-width: 260px;
    font-family: 'Pt Sans', sans-serif;
    text-align: center !important;
    margin-top: 20px;
    line-height: 1.35;
    padding: 0px 20px 0px 0px;
}

.uslugi .ul_text {
    padding: 30px 0px;
    max-width: 960px;
    margin: 0 auto;
}

.uslugi .ul_text ul {
	text-align: left;
	margin: 0;
	font-size: 26px;
    font-weight: 300;
    font-family: 'Pt Sans', sans-serif;
    line-height: 1.35;
}
.uslugi .ul_text ul li {
    font-size: 26px;
    line-height: 1.45;
    margin-bottom: 25px;
}

.uslugi b {
	font-weight: 700;
}

.uslugi .advantage {
	font-size: 26px;
    font-weight: 300;
    font-family: 'Pt Sans', sans-serif;
    line-height: 1.35;
    display: inline;
}

.uslugi .advantages__image {
	display: table-cell;
    vertical-align: middle;
}

.uslugi .advantages__text {
    font-size: 26px;
    font-weight: 300;
    font-family: 'Pt Sans', sans-serif;
    display: table-cell;
    line-height: 1.35;
    vertical-align: middle;
    padding-left: 20px;
}

.uslugi .form {
	padding: 60px 0px;
}

.uslugi .form form {
	border: 15px solid rgb(255,215,85);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.3);
    padding: 60px 45px 70px;
	max-width: 760px;
	margin: 0 auto;
}

.uslugi form .input-block {
	margin-bottom: 35px;
	max-width: 640px;
}

.uslugi form .input-block span {
	font-size: 14px;
}

.uslugi form input, .uslugi form textarea {
	margin: 0;
    font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline: none;
    padding-left: 0!important;
    padding-right: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid;
    color:#000000; border:2px solid #000000;
}

.uslugi .taobao-buyout-service__radio:last-child {
	margin-right: 0;
	margin-left: 0;
}

.uslugi .taobao-buyout-service__radio .taobao-buyout-service__checkmark:after {
	background: #000;
}

.uslugi .form__submit {
	display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.uslugi button[type='submit'] {
	color:#282828;
	background-color:rgb(255,215,85);
	border-radius:30px;
    -moz-border-radius:30px; 
	-webkit-border-radius:30px;
	height: 56px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Pt Sans', sans-serif,Arial,sans-serif;
    text-align: center;
	border: 0 none;
    font-size: 16px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

@media (max-width: 1095px){ 
	.uslugi .level {
	    zoom: 0.7;
	}
}

@media (max-width: 771px){ 
.uslugi .main_1 {
	width: 100%;
    overflow: hidden;
    height: 350px;
}
.cont_perevoz.order_button {
	text-align:center;
	overflow:hidden;
}
.stages .levels {
	display: block;
}


.uslugi .main_title {
    width: 100%;
    height: 215px;
    padding: 40px;
    margin-top: 50px;
}
.uslugi .title {
	font-size: 32px;
}

.uslugi h1 {
	font-size: 32px;
    line-height: 1.23;
}

.uslugi .hr {
	max-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #666;
    margin: 0 auto;
}

.uslugi .content {
	max-width: 100%;
	width: 100%;
	padding-left: 20px;
    padding-right: 20px;
}

.uslugi .text {
    font-size: 22px;
}

.uslugi .conditions {
    font-size: 26px;
    line-height: 1.23;
} 

.uslugi h2 {
	text-align: center;
	margin: 0 auto;
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.23;
}

.uslugi .level {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
    display: block;
    float: none;
    width: 100%;
}

.uslugi .numberwrapper {
	position: relative;
}

.uslugi .level .number {
    margin: 0 auto;
}

.uslugi .level .line {
	display: none;
}

.uslugi .level .conditions__text {
	font-size: 22px;
	text-align: center;
    margin: 25px 0px;
    font-size: 26px;
}

.uslugi .center img {
	    height: 2px;
}

.uslugi .ul_text ul li {
    font-size: 22px;
    line-height: 1.45
}


.uslugi .advantage {
	font-size: 22px;
    font-weight: 300;
    font-family: 'Pt Sans', sans-serif;
    line-height: 1.35;
    display: inline;
}


.uslugi .advantages__text {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Pt Sans', sans-serif;
    display: table-cell;
    line-height: 1.35;
    vertical-align: middle;
    padding-left: 20px;
}


.uslugi .form form {
	border: 15px solid rgb(255,215,85);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.3);
    padding: 60px 45px 70px;
	max-width: 760px;
	margin: 0 auto;
}

.uslugi form .input-block {
	margin-bottom: 35px;
	max-width: 640px;
}

.uslugi form .input-block span {
	font-size: 14px;
}


.uslugi .taobao-buyout-service__radio .taobao-buyout-service__checkmark:after {
	background: #000;
}

.uslugi .form__submit {
	display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.uslugi button[type='submit'] {

    padding-left: 5px;
    padding-right: 5px;
}

.uslugi br {
	display: none;
}
}

.mybrand_new_wrap {
	background-image: url(https://tkcargo.ru/index_files/mybrand_new_back.png);
	background-size: cover !important;
	height: auto;
	z-index: 1;
	position: relative;	
	background-position: top center;
}

.mybrand_new_wrap .kargo_new_form__wrap {
	background-color: #ffffff;
}

.mybrand_head .kargo_new_container {
    padding: 30px 0px 90px;
}

.mybrand_footer .kargo_new_container {
    padding: 60px 0px;
}

.mybrand_first {
	max-width: 50%;
}

.mybrand_first h2 {
	font-size: 42px; 
	line-height: 49px;
	font-family: 'Pt Sans', sans-serif;
	color: #000;
	}

.mybrand_first p, .mybrand_footer p {
	font-family: 'Pt Sans', sans-serif;
}

.mybrand_first span  {
	color: #4cccee; 
	font-size: 45px; 
	line-height: 49px;
}

.mybrandnew_color {
	color: #000000 !important;
}

.mybrand {
	padding: 70px 5px;
}

.mybrand_grey {
	padding: 70px 5px;
	background: #ebebeb;
}


.mybrand h3 {
	color: #000000;
    font-family: 'Pt Sans', sans-serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}

.mybrand p {
	margin-bottom: 15px;
	color: #000000;
}

span.mybrand_img {
	font-family: 'Pt Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}

.mybrand .fifty_left {
	margin-right: 55px;
}

.mybrand .fifty_right {
	margin-left: 55px;
}

.mybrand img {
	width: 100%;
}

.mybrand .twoinone {
	margin-bottom: 25px;
}

.mybrand .fifty_img, #promo150 .fifty_img {
	text-align: center;
}


.mybrand h2 {
	color: #000000;
    font-family: 'Pt Sans', sans-serif;
    margin: 0;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;    
}

.mybrand h2 span {
	color: #4bccee;
}

.mybrand .mybrand_subtitle {
    max-width: 650px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin: 0 auto;
    line-height: 28px;
    color: #000000;
    margin-bottom: 50px;
}

.mybrand_item img {
	width: 119px;
	height: 130px;
}

.mybrand_item {
	text-align: center;
    max-width: 240px;
    min-height: 246px;
    margin-bottom: 20px;
}

.mybrand_arrow {
	height: 150px;
}

.seventy {
	width: 67%;
}

.mybrand_grey_text {
	color: #838383;
}

.mybrand_video .mybrand_subtitle {
    max-width: 900px;
    color: #000000;
    margin-bottom: 35px;
}

.mybrand_mainform .kargo_new_form input {
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(232,232,232,1);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(232,232,232,1);
    border-radius: 30px;
    box-shadow: inset 0px 0px 15px 0px rgba(232,232,232,1);
    border-radius: 30px;
    height: 70px;
}

.mybrand_mainform .kargo_new_form__input {
	background-position: 15px 23px !important;
}

.mybrand_mainform .kargo_new_form input[type="checkbox"] {
    height: 13px;
}

.mybrand_mainform .kargo_new_form input[type="submit"] {
	background: rgba(255,215,85,1);
	background: -moz-linear-gradient(left, rgba(255,215,85,1) 0%, rgba(255,123,77,1) 50%, rgba(255,179,44,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,215,85,1)), color-stop(50%, rgba(255,123,77,1)), color-stop(100%, rgba(255,179,44,1)));
	background: -webkit-linear-gradient(left, rgba(255,215,85,1) 0%, rgba(255,123,77,1) 50%, rgba(255,179,44,1) 100%);
	background: -o-linear-gradient(left, rgba(255,215,85,1) 0%, rgba(255,123,77,1) 50%, rgba(255,179,44,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,215,85,1) 0%, rgba(255,123,77,1) 50%, rgba(255,179,44,1) 100%);
	background: linear-gradient(to right, rgba(255,215,85,1) 0%, rgba(255,123,77,1) 50%, rgba(255,179,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ffb32c', GradientType=1 );
    border: none;
    height: 70px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(217,108,0,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(217,108,0,1);
    box-shadow: 0px 5px 0px 0px rgba(217,108,0,1);
}

.mybrand_mainform .kargo_new_form input[type="submit"]:hover {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(217,108,0,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(217,108,0,1);
    box-shadow: 0px 5px 0px 0px rgba(217,108,0,1);
}

.mybrand_main_subtitle {
	font-size: 22px;
}

.column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.column.row_cell {
	margin-top: 0px;
	margin-bottom: 0px;
}

.row_cell > .row_cell {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
.row_cell > .row_cell:first-child {
    margin-bottom: 20px;
}
.row_cell > .row_cell:last-child {
    margin-top: 10px;
}

#keys .row_cell_2 {
	padding: 60px 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	flex-grow: 1;
	flex-basis: 350px;
}

#keys .row_cell_2:first-child {
    margin-left: 0;
}

#keys .row_cell_2:last-child {
    margin-right: 0;
}
.blue_gradient {
	background: linear-gradient(234.75deg, #DAF8FF -0.76%, #38D5F9 98.42%);
}

#keys .blue_gradient h2:hover, #keys .orange_gradient h2:hover{
	background-color:rgba(255, 255, 255, 0.5);
}

#keys .white h3:hover {
	background: #FFEAC4;
}

.orange_gradient {
	background: linear-gradient(116.32deg, #FF7B4F -4.03%, rgba(255, 123, 79, 0.24) 101.16%);
} 

.white {
	background: #fff;
}

#keys .row_cell > .row_cell {
	padding: 24px;
}

#keys h2 {
	font-family: Cuprum;
font-style: normal;
font-weight: normal;
font-size: 52px;
line-height: 100%;
color: #333333;
margin-top: 15px;
}

#keys h3 {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #333333;
}

#keys p {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}

#keys .row {
	margin-bottom: 30px;
}
@media (max-width: 560px){  
#keys h2, #keys h3 {
		font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
}
#keys .row_cell_2 {
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 24px;
}

#keys .row_cell_2.orange_gradient {
	margin-top: 30px;
}
.mybrand_main_subtitle {
	font-size: 18px;
}

.mybrand_head .kargo_new_container {
    padding: 10px 0px 90px;
}

.mybrand_footer .kargo_new_container {
    padding: 30px 0px;
}

.mybrand_first {
	max-width: 100%;
}

.mybrand_first h2 {
	font-size: 38px; 
	line-height: 44px;
	font-family: 'Pt Sans', sans-serif;
	color: #000;
	}

.mybrand_first span  {
	color: #4cccee; 
	font-size: 34px; 
	line-height: 38px;
}

.mybrand {
	padding: 70px 5px;
}

.mybrand_grey {
	padding: 70px 5px;
	background: #ebebeb;
}


.mybrand h3 {
	color: #000000;
    font-family: 'Pt Sans', sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.mybrand p {
	margin-bottom: 15px;
	color: #000000;
	text-align: center;
}

span.mybrand_img {
	font-family: 'Pt Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}

.mybrand .fifty_img {
	order: 1;
}

.mybrand .fifty_left {
	margin-right: 0px;
}

.mybrand .fifty_right {
	margin-left: 0px;
}

.mybrand .twoinone {
	margin-bottom: 25px;
}

.mybrand h2 {
    font-size: 26px;
    line-height: 32px;  
}

.mybrand .mybrand_subtitle {
    max-width: 650px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto;
    line-height: 28px;
    color: #000000;
    margin-bottom: 50px;
}

.mybrand_item img {
	width: 119px;
	height: 130px;
}

.mybrand_item {
	text-align: center;
    max-width: 240px;
    min-height: 246px;
    margin-bottom: 20px;
}

.mybrand_arrow {
	display: none;
}

.seventy {
	width: 100%;
}

.third {
	width: 100%;
}

.mybrand_grey_text {
	color: #838383;
}

.mybrand_video .mybrand_subtitle {
    max-width: 900px;
    color: #000000;
    margin-bottom: 35px;
}

.mybrand_mainform .kargo_new_form input[type="submit"] {
	margin-top: 20px;
}
}


#promo150 .main {
	background: url('https://tkcargo.ru/index_files/promo150_main.png') no-repeat center center;
	background-size: cover;
	color: #000000;
	position: relative;
	font-family: 'Pt Sans', sans-serif;
	min-height: 672px;
	height: auto;
	padding: 40px 0px;
}

#promo150 .main__text {
    position: absolute;
    left: 0px;
    font-size: 30px;
    width: 70%;
    line-height: 36px;
    font-family: 'Pt Sans', sans-serif;
    background: rgba(221, 221, 221, 0.5);
    padding: 30px 0px;
    padding-left: calc((100% - 1170px)/2);
    min-height: 168px;
}

#promo150 .main__text::after{
	content: '';
    position: absolute;
    height: 460px;
    width: 660px;
    background: url(https://tkcargo.ru/index_files/promo150_note.png) no-repeat center;
    background-size: contain;
    top: 60%;
    left: calc(100% - 320px);
    transform: translateY(-50%);
}

#promo150 .main__text__block {
	max-width: 670px;
    text-align: left;
    margin: 0;
    color: #000000;
}

#promo150 .main__text__block span {
	color: #f8a100;
	font-weight: bold;
}

.promo150__title {
	font-size: 80px;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 35px;
}

.promo150__title span {
	font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

#promo150 .order_button,  {
	margin: 20px 0px;
}


#promo150 .main .order_button {
	text-align: left;
	margin: 30px 0px;
	height: 60px;
}


#promo150 .order_button a, #promo150 .order_button input[type="submit"] {
	font-family: 'Pt Sans', sans-serif;
    font-weight: normal;
    color: #282828;
    text-transform: uppercase;
    background: rgb(255,215,85);
    text-align: center;
    padding: 10px 21px 14px 21px;
    display:inline-block;
	font-size: 20px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px 3px rgba(255,177,33,0.75);
    -webkit-box-shadow: 3px 3px 5px 3px rgba(255,177,33,0.75);
    -moz-box-shadow: 3px 3px 5px 3pxrgba(255,177,33,0.75);
}

#promo150 .promo150__timer__title {
	text-align: center;
	font-family: 'Pt Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
    line-height: 34px;
    margin: 70px 0px 30px 0px;
    color: #000;
}

#promo150 .promo150__timer__title span{
    font-size: 26px;
    font-weight: normal;
    color: #000;
}

.promo150__timer {
	text-align: center;
}

.promo150__timer .timer__block {
	margin: 0 auto;
	position: relative;
}

.promo150__timer .timer__block::before {
    content: '';
    position: absolute;
    height: 45px;
    width: 175px;
    background: url(https://tkcargo.ru/index_files/promo150_chev_before.png) no-repeat center;
    background-size: contain;
    top: 37%;
    left: calc(50% - 455px);
    transform: translateY(-50%);
}

.promo150__timer .timer__block::after {
    content: '';
    position: absolute;
    height: 45px;
    width: 175px;
    background: url(https://tkcargo.ru/index_files/promo150_chev_after.png) no-repeat center;
    background-size: contain;
    top: 37%;
    left: calc(50% + 280px);
    transform: translateY(-50%);
}

.promo150__timer__line {
    background: #000;
    height: 46px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
}

.timer__partitions {
	font-size: 18px;
	text-align: center;
	margin: 20px 0px;
}

#promo150 h2 {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
	font-size: 38px;
	position: relative;
	display: inline-block;
}

#promo150 h3 {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
	font-size: 24px;
}

#promo150 h2::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 124px;
    background: #38D5F9;
    background-size: contain;
    top: 56%;
    left: calc(100% + 30px);
    transform: translateY(-50%);
}

#promo150 section {
	padding: 30px 0px;
}

#promo150 .promo150_grey {
	background: #f1f1f1;
	width: 100%;
}

.promo_150__gift.promo150_grey {
	margin: 130px 0px;
}

.promo_150__gift p {
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-align: left;
	color: #000000;
	font-size: 24px;
    margin-bottom: 20px;
}

.promo_150__gift .fifty {
	padding: 30px 0px;
}

.promo_150__gift .fifty img {
	position: absolute;
    left: calc(50% - 570px);
    transform: translateY(-50%);
}

.promo_150__gift .fifty__right img {
	position: absolute;
    left: calc(50% + 40px);
    transform: translateY(-50%);
}

.fifty__right .fifty p, .fifty__right .fifty h3 {
	text-align: right !important;
}

#promo150 .gift__description {
	min-height: 344px;
    margin-left: 40px;
}

#promo150 section.promo150__yellow {
	padding: 40px 0px;
	background: rgb(255,215,85);
}

#promo150 .promo150__yellow {
	padding: 40px 0px;
	background: rgb(255,215,85);
	width: 100%;
}

.promo150__yellow p {
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Pt Sans', sans-serif;
	color: #000000;
}

#promo150 .advantages_descr {
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-align: left;
	color: #000000;
	font-size: 18px;
    margin-bottom: 20px;
}

.fourth {
	width: 25%;
	text-align: center;
}

#promo150 .fourth_advantages {
	text-align: center !important;
	padding:10px 0px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
    margin-bottom: 20px;
}

.promo150_form {
	max-width: 600px;
	margin: 0 auto;
    margin-bottom: 30px;
}


#promo150 .input-block {
	margin-bottom: 30px;
}
.promo150_form input {
	width: 100%;
	border: 1px solid #000000;
	border-radius: 5px;
	height: 60px;
	color: #000000;
	padding-left: 10px;
}

.promo150_form input[type="submit"] {
	max-width: 400px;
	width: 100%;
}

.promo150_form .taobao-buyout-service__radio input:checked ~ .taobao-buyout-service__checkmark:after {
	background: rgb(255,215,85);
}

.promo150_attention {
	border-left: 3px solid #38d5f9;
	background:#f0f0f0;
	padding: 15px 20px; 
	font-size: 20px;
	font-weight: bold;
}

.promo150_rules {
    width: 100%;
    max-width: 90%;
    padding: 20px 0px;
    background: #ffffff;
    border: 5px solid #00D214;
    border-radius: 10px;
    margin: 15px auto;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.promo150_rules.ok {
	border: 5px solid #00D214;
}

.promo150_rules.bad {
	border: 5px solid #DB0000 !important;
}


.promo150_rules h3 {
	letter-spacing: 3px;
    margin-top: 20px;
	font-size: 28px;
	padding: 0px 40px;
}

.promo150_rules__text {
	padding: 0px 40px;
}

.promo150_rules__text p {
	border-bottom: solid 3px #E8E8E8;
    margin-bottom: 20px;
    color: #000000;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 45px;
    
}

.promo150_rules__total {
	text-align: center;
	font-size: 30px;
	color: #000000;
    margin-top: 50px;
}

.promo150_rules__total span {
	font-weight: bold;
	color: #00D214;
}

.promo150_rules__label {
	width: 100%;
	text-align:center;
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
    margin: 30px 0px 50px;
    padding: 20px 0px;
}

.promo150_rules__label.ok {
	background: #00D214;
	}

.promo150_rules__label.bad {
	background: #DB0000;
	}
.promo150_how {
	background: url(https://tkcargo.ru/index_files/back_form.png) no-repeat top right;
    background-size: cover;
}
@media (max-width: 871px){ 
#promo150 .main__text {
    position: relative;
    left: 0px;
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: 36px;
    padding: 30px 0px;
    padding-left: 0;
    min-height: 168px;
}

#promo150 .main__text::after{
	display: none;
}

#promo150 .main__text__block {
	max-width: 670px;
    text-align: center;
    margin: 0;
    color: #000000;
}

#promo150 .main__text__block span {
	color: #f8a100;
	font-weight: bold;
}

.promo150__title {
	font-size: 60px;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 35px;
    text-align: center;
}

.promo150__title span {
	font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}



#promo150 .order_button,  {
	margin: 20px 0px;
}


#promo150 .main .order_button {
	text-align: center;
	margin: 30px 0px;
	height: 60px;
}

.timer__block {
	zoom: 0.7;
}

.promo150__timer .timer__block::before {
    display: none;
}

.promo150__timer .timer__block::after {
    display: none;
}

.promo150__timer__line {
    display: none;
}

.timer__partitions {
	font-size: 18px;
	text-align: center;
	margin: 20px 0px;
}

#promo150 h2 {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 38px;
	position: relative;
	display: inline-block;
}

#promo150 h3 {
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 24px;
}

#promo150 h2::after {
    display: none;
}

#promo150 section {
	padding: 30px 0px;
}

#promo150 .promo150_grey {
	background: #f1f1f1;
	width: 100%;
}

.promo_150__gift.promo150_grey {
	margin: 30px 0px;
}

.promo_150__gift p {
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	font-size: 24px;
    margin-bottom: 20px;
}

.promo_150__gift .fifty {
	padding: 30px 0px;
}

.promo_150__gift .fifty img {
	position: relative;
	text-align: center;
	margin: 0 auto;
    transform: none;
    left: 0;
}

.promo_150__gift .fifty__right img {
	position: relative;
    left: 0;
    transform: none;
}

.fifty__right .fifty p, .fifty__right .fifty h3 {
	text-align: center !important;
}

#promo150 .gift__description {
	min-height: 144px;
    margin-left: 0px;
}

#promo150 section.promo150__yellow {
	padding: 30px 0px;
	background: rgb(255,215,85);
}

#promo150 .promo150__yellow {
	padding: 30px 0px;
	background: rgb(255,215,85);
	width: 100%;
}

.hidemob {
	display: none;
	visibility: hidden;
}
.hidedesktop {
	display: block;
	visibility: visible;
}
.promo150__yellow p {
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Pt Sans', sans-serif;
	color: #000000;
}

#promo150 .advantages_descr {
	font-family: 'Pt Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	font-size: 18px;
    margin-bottom: 20px;
}

.fourth {
	width: 97%;
	text-align: center;
	margin: 0 auto
}

#promo150 .fourth_advantages {
	text-align: center !important;
	padding:10px 0px;
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
    margin-bottom: 20px;
}

.promo150_form {
	max-width: 600px;
	margin: 0 auto;
    margin-bottom: 30px;
}

#promo150 .input-block {
	margin-bottom: 30px;
}
.promo150_form input {
	width: 100%;
	border: 1px solid #000000;
	border-radius: 5px;
	height: 60px;
	color: #000000;
	padding-left: 10px;
}

.promo150_form .taobao-buyout-service__radio input:checked ~ .taobao-buyout-service__checkmark:after {
	background: rgb(255,215,85);
}

.promo150_attention {
	border-left: 3px solid #38d5f9;
	background:#f0f0f0;
	padding: 15px 20px; 
	font-size: 20px;
	font-weight: bold;
}
}

.logo_promo150 {
    font-family: 'Cuprum', sans-serif;
    color: #ff7b4f;
    border: 2px dashed #ff7b4f;
    display: inline-block;
    padding: 0px 20px;
    margin-top: -35px;
    font-size: 22px;
    text-align: center;
    float: right;
    margin-right: 70px;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 960px){  
.logo_promo150 {
    margin-top: 5px;
    margin-right: 0;
    line-height: 26px;
    float: none;
}

}

.popmechanic-copyright, #popmechanic-copyright {
	display: none;
}


.woocommerce-Price-amount {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	color: #FF7B4F;
}

h2.woocommerce-loop-product__title {
	font-style: normal;
	font-weight: bold;
	font-size: 24px !important;
	line-height: 31px;
	color: #333333;
}

.product .button {
    margin-top: 1em;
    background: #FFB121 !important;
    background-color: #FFB121 !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 33px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #333333 !important;
    border-radius: 6px !important;
    width: 200px !important;
    height: 52px !important;
}

ul.wc-tabs {
	display: none;
}

#modal_form {
  width: 500px; 
  height: 380px; /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  background-color: #fff;
  position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%; /* пoлoвинa экрaнa слевa */
  margin-top: -230px;
  margin-left: -250px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 99999999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 20px 10px;
  border: none;
}

#modal_form_alibaba, #modal_ali_quest, #modal_ali_oborud {
  width: 100%; 
  max-width: 720px;
  height: auto; /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  background-color: #38D5F9;
  position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%; /* пoлoвинa экрaнa слевa */
  margin-top: -260px;
  margin-left: -360px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 99999999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 20px 40px;
  border: none;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close, #alibaba_examples #modal_close,
#modal_form_alibaba #modal_close,#modal_ali_oborud #modal_close, #modal_close,#modal_ali_quest #modal_close{
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  display: block;
}

#alibaba_examples {
  max-width: 900px; 
  width: 100%;
  height: 480px; /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  background-color: #D3F7FF;
  position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%; /* пoлoвинa экрaнa слевa */
  margin-top: -230px;
  margin-left: -425px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 99999999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 20px 10px;
  border: none;
}
#alibaba_certificates {
max-width: 400px;
    width: 100%;
    height: 480px;
    border-radius: 5px;
    background-color: #D3F7FF;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -230px;
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 99999999;
    padding: 20px 10px;
    border: none;
}
/* Пoдлoжкa */
#overlay {
	z-index:9999999; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

.slider_alibaba_ex {
	width: 100%;
}
.slider_item img {
	max-height: 400px;
	margin: 0 auto;
}


#modal_form form {
	max-width: 100%;
	text-align: left;
}

#modal_form .form {
	padding: 5px;
}

#modal_form form .submit {
	width: 100%;
	text-align: center;
}

#modal_form h3, #modal_form .form__subtitle {
	display: inline-block;
	text-align: center;
	width: 100%;

}

.youtube-video {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube-video .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube-video .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.action_logo {

}

.action_head {
	border: 1px dashed #ff784f;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    color: #ff7b4f;
    position: absolute;
    right: 50%;
}

@media screen and (max-width: 500px) {
	.action_logo {
	display: inline-block;
    margin: 10px 10px 0px 10px;
    box-sizing: border-box;
    width: 48%;
    vertical-align: unset;
    text-decoration: none;
    text-align: left;
	}
	.action_head {
	    border: 2px dashed #ff784f;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
    color: #ff7b4f;
    position: relative;
    right: 0;
    width: 45%;
    box-sizing: border-box;
    vertical-align: text-bottom;
}
	
}

.row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: row;
}

.row_cell {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   margin: 20px;
   position: relative;
}

.row_cell_2 {
   -webkit-box-flex: 2 1 0;
   -ms-flex: 2 1 0;
   flex: 2 1 0;
   position: relative;
   margin: 20px;
}

.row_cell:first-child {
    margin-left: 0;
}

.row_cell:last-child {
    margin-right: 0;
}

.comission_page .box {
	border-left: solid 10px #38D5F9;
	background: #fff;
}

.box__title {
	font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #333;
    margin: 10px 0 5px;
	padding: 10px;
}
.box__desc {
	padding: 10px;
    margin-top: 5px;
    font-size: 16px;
}

.comission_page ul {
	margin-left: 10px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.kt_examles_item {
	background: #fff;
	border-radius: 5px;
	padding: 15px 10px;

}

.kt_examples img {
	max-width: 100%;
}

.kt_examples span {
	color: #7a7a7a;
	font-size: 14px;
	display: block;
}

.kt_examples_desc {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.calc_before {
	text-align: left;
}

.tilda_calc .buyout-main {
	height: auto;
	margin-top: 30px;
}

.kt_txtimg {
	text-align: left;
}

.kt_txtimg p {
	margin-top: 35px;
}

.kt_txtimg .row, {
	align-items: center;
}
.tab_kt .row {
flex-direction: column !important;
}

p.kt_desctxt {
	text-align: left;
    background: #eee;
    padding: 15px;
    border-radius: 10px;
    max-width: 100%;
    margin: 10px 0px 30px;
    border: 1px solid #b3b3b3;
}

.kt_eleven {
    width: 100%;
    margin-right: 5px;
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3c;
    margin-bottom: 25px;
}

.kt_eleven--img {
    border-radius: 50%;
    background-color: rgb(1,150,245);
    width: 85px;
    min-width: 85px;
    height: 85px;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.row.kt_eleven {
    align-items: center;
}

.kt_eleven--img.white {
	background-color: #ffffff !important;
}

.kt_tariffs .kargo_new_prices__item {
	width: auto !important;
	height: auto !important;
	padding: 36px 5px 20px;
}
.kt_tariffs .kargo_new_prices__cost span {
	font-size: 44px !important;
}

.kt_tariffs .kargo_new_prices__desc {
	height: 130px;
}

.kt_elevens .row_cell:first-child {
	margin: 20px;
}

.kt_eleven_last {
	align-items: flex-start;
}
.form_social {
	text-align: left;
	margin-top: 25px;
}

.form_social a {
	color: inherit;
    display: inline-block;
    margin: 5px 10px;
    text-decoration: none;
    text-align: center;
}
.form_social span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 560px){  
.row {
	flex-direction: column;
}
.kt_eleven_last {
align-items: center;
}

.kt_elevens .row_cell:first-child {
    margin-left: 20px;
}

.kt_elevens .row_cell:last-child {
    margin-right: 20px;
}
.kt_eleven div, .form_social {
	text-align: center;
}
.white_section.kt_reviews {
	text-align: center;
}
}

#modal_close_head {
  width: 21px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  font-size: 24px;
  display: block;
}

#fixed_block_head {
	height: auto;
    z-index: 999;
    position: relative;
    top: 0;
    width: 100%;
    background: #38D5F9;
    padding: 10px 30px;
    box-shadow: 0 3px 3px rgba(56,213,249,.3);
}

#fixed_block_head .row {
	align-items: center; 
	justify-content: center;
}

.fixed_block_head__text {
	display: inline-block; 
	font-family: 'Pt Sans', sans-serif, sans-serif; 
	-webkit-appearance: none;
	font-weight: bold; 
	margin-bottom: 5px; 
	text-align: left; 
	margin-right: 20px;
}
@media (max-width: 560px){  
.fixed_block_head__text {
	text-align: center;
	margin-right: 0px;
}	
}

    .fixed {
	width: 100%;
    position: relative;
    z-index: 99999;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(56, 213, 249, 0.1);
    }

.header_block {
	max-width: 1170px;
	margin:0 auto;
	overflow:hidden;
}


.header_block {
			font-family: 'PT Sans', sans-serif;
			font-size: 16px;
			overflow: unset;
		}
nav ul {
  list-style: none; 
  margin: 0;
  padding-left: 0;
  margin-top:10px;
  height: auto;
}
nav a {
  text-decoration: none;
  color:#000000;
  text-align: center;
  padding:0px 10px; 
  line-height:20px; 
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
  display: block; 
  -moz-transition: all 0.3s 0.01s ease; 
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

nav .main_menu > li {
  padding-top:16px;
  padding-bottom:22px;
}
nav a:hover {
	color: #999999;
}
nav li {
  float:left;
  position:relative; 
}
   nav li > ul {
        position:absolute;
        top:35px;
        display:none;   
        z-index: 99999;
    }
    nav li:hover > ul {
        display:block; 
        width:auto;  
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 5px rgb(63 213 249 / 100%);
    }
 /*
    nav li:hover > ul::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50px;
    border: 10px solid transparent;
    border-bottom: 10px solid #38D5F9;
   }
   */
   nav li:hover > ul > li {
        float:none; 
    }
  nav li:hover > ul > li > a {
        text-align: left;
        font-weight: bold;
        text-transform: none;
        color: #121212;
        margin: 15px 5px;
        white-space: nowrap;
    }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
 
header {
  background-color: #fff;
  display: none;
  padding: 8px 0;

  z-index: 99999;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(56, 213, 249, 0.1); }
  header .headerInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff; }
    header .headerInner .logo {
      text-transform: uppercase;
      font-size: 28px; }
    header .headerInner .menu {
      padding-left: 0px; }
      header .headerInner .menu .part {
        margin: 0 19px;
        width: auto;
        letter-spacing: .5px; }
    header .headerInner .hamburger {
      display: none;
      width: 18px;
      height: 18px; }
      header .headerInner .hamburger svg {
        width: 20px;
        height: 20px;
        fill: #121212; }
 
header.mobile .headerInner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  header.mobile .headerInner .logo {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  header.mobile .headerInner .menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
    header.mobile .headerInner .menu .part {
      text-align: center; }
  header.mobile .headerInner .hamburger {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: block; }

    #item0 {
    	left: 50%; position: absolute; z-index: 3;
    }
    #item1 {
    	left: -100%; position: absolute; z-index: 3; bottom: -30%;
    }

@media screen and (min-width: 1600px){ 
		#item0 {
    	left: 25%; position: absolute; z-index: 3;
    	}
    	#item1 {
    	left: -80%; position: absolute; z-index: 3; bottom: -30%;
    	}
}

    @media screen and (max-width: 990px){ 
		header {
			display: block;
		}

		.fixed {
			display: none;
		}
		#main_page .mainblock {
			margin-top: 45px;
		}

		.fifty.form {
			min-width: 100%;
		}
}


@media (max-width: 620px){ 
	
	nav {
		display: none;
	}
	
	.head_contacts {
		display: none;
	}
	.header_block {
		display: none;
	}
}

.header_block a {
	text-decoration: none;
	color: #333333;
}
    .accordion {
  width: 100%;
  max-width: 100%;
  margin: 5px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link a {
	text-decoration: none;
	color: #333333;
  	font-size: 14px;
}

.accordion li:last-child .link { border-bottom: 0; }



.accordion li i.fa-chevron-down {
  	width: 10px;
	height: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.accordion li.open .link { color: #333333; }

.accordion li.open i { color: #333333; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #fff;
  font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}


.submenu a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 5px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #fff;
  color: #333333;
}

.mob_menu_phone {
	right: 45px;
	top: 15px;
    position: absolute;
}

span[property="itemListElement"], a.home {
	color: #000;
}

span[property="itemListElement"]:last-child {
	color: #38D5F9;
}

#dostavka_page .flex>div {
	margin-bottom: 30px;
}




#redesign h1, #redesign_alibaba h1,#redesign_alibaba h2, #keys h1 {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 52px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 25px;
}

#redesign h2 {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 25px;
}

#redesign p, #redesign div {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 10px;
}

#redesign a {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #38D5F8;
	text-decoration: none;
}

.create_order .form_block {
	background: #F6F8F8;
	border-radius: 6px;
	padding: 34px 33px 48px 129px;
    background-image: url(https://tkcargo.ru/index_files/oformit-zakaz_form.svg);
    background-repeat: no-repeat;
    background-position-y: 65px;
    background-position-x: left;
}

#redesign button,
#redesign input[type="button"],
#redesign input[type="reset"],
#redesign input[type="submit"] {
	display: inline-block;
	background: #FFB121;
    border-radius: 6px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 16px 28px;
    margin: 10px auto 5px;
    box-shadow: none;
    border: none;
}

#redesign button:hover,
#redesign input[type="button"]:hover,
#redesign input[type="reset"]:hover,
#redesign input[type="submit"]:hover {
	border-color: none;
}

#redesign button:focus,
#redesign input[type="button"]:focus,
#redesign input[type="reset"]:focus,
#redesign input[type="submit"]:focus,
#redesign button:active,
#redesign input[type="button"]:active,
#redesign input[type="reset"]:active,
#redesign input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

#redesign input[type="text"],
#redesign input[type="email"],
#redesign input[type="url"],
#redesign input[type="password"],
#redesign input[type="search"],
#redesign input[type="number"],
#redesign input[type="tel"],
#redesign input[type="range"],
#redesign input[type="date"],
#redesign input[type="month"],
#redesign input[type="week"],
#redesign input[type="time"],
#redesign input[type="datetime"],
#redesign input[type="datetime-local"],
#redesign input[type="color"],
#redesign textarea {
	background: transparent;
    display: block;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0px auto 30px;
    height: 50px;
    font-size: 16px;
    padding-top: 0px;
    color: #333333;
}

#redesign .politic {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px !important;
	line-height: 16px;
	color: #333333;
	opacity: 0.5;
	display: block;
}

#redesign label {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px 3px;
}

#redesign .order_info {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
 
#redesign .order_info div {
	border-radius: 6px;
	min-height: 300px;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	position: relative;
}

.order_info__orange {
	background-color: #FFD890;
	padding-left: 33px;
	padding-right: 179px;
	background-image: url(https://tkcargo.ru/index_files/icon_zakaz1.svg);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 25px !important;
}
.order_info__blue {
	background-color: #9BEAFC;
	padding-left: 129px;
	padding-right: 31px;
	background-image: url(https://tkcargo.ru/index_files/icon_zakaz2.svg);
    background-repeat: no-repeat;
    background-position: left;
}

#redesign .contact_block {
	background: #FFBDA7;
	border-radius: 6px;
	padding: 63px 173px 63px 368px;
	margin-top: 10px;
	position: relative;
	margin-bottom: 70px;
}

.contact_block .touch_back {
	position: absolute;
	bottom: 0px;
	left: 171px;
}

#redesign .contact_block a {
	text-decoration: underline;
	color: #333333;
}

#redesign input[type="file"] {
    display: none;
}
#redesign .custom-file-upload {
    border: none;
    display: inline-block;
    padding: 0px;
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}

#redesign_alibaba .alibaba_first {
	background-color: #38D5F9;
	background-image: url(https://tkcargo.ru/index_files/redesign_ali_main.png);
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
} 

#redesign_alibaba .alibaba_first_back {
	position: absolute;
	background-image: url(https://tkcargo.ru/index_files/alibaba_box_background.png);
	right: 0;
    top: 250px;
    width: 196px;
    height: 416px;

} 

#redesign_alibaba .alibaba_light__orange {
	background-color: #FFD890;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	padding-top: 0px;
	position: relative;
} 
#redesign_alibaba .alibaba_light__blue {
	background-color: #38D5F9;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
} 

#redesign_alibaba .subtitle {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	line-height: 41px;
	color: #333333;
	margin-bottom: 150px;
}

#redesign_alibaba h3, .alibaba_modal h3 {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	line-height: 41px;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 7px;
	margin-left: 0px;
}

#redesign_alibaba .aliibaba_first__content {
	margin-left: 570px;
    max-width: 630px;
}

#redesign_alibaba .triangle_after:after {
  background-color: inherit;
  bottom: -180px;
  content: '';
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-12deg);
  transform-origin: 100%;
  z-index: -1;
}

#alibaba_orange_margin {
	margin-top: -50px; padding-bottom: 30px; padding-top: 0px;
}

#redesign_alibaba section {
	position: relative;
}

#redesign_alibaba .triangle_before:before {
    background-color: inherit;
    top: -380px;
    content: '';
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-10deg);
    transform-origin: 100%;
    z-index: -1;
}

#redesign_alibaba .alibaba_block {
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 80px;
	padding: 40px 60px 5px;
}

#redesign_alibaba .alibaba_block.block__orange {
	background: #FFD890;
	-webkit-box-shadow: 10px 10px 0px 0px #FF7B4F;
	-moz-box-shadow: 10px 10px 0px 0px #FF7B4F;
	box-shadow: 10px 10px 0px 0px #FF7B4F;
}
#redesign_alibaba .alibaba_block.block__red {
	background: #FFBDA7;
	-webkit-box-shadow: 10px 10px 0px 0px #FF7B4F;
	-moz-box-shadow: 10px 10px 0px 0px #FF7B4F;
	box-shadow: 10px 10px 0px 0px #FF7B4F;
}

#redesign_alibaba .alibaba_block.block__blue {
	background: #D3F7FF;
	-webkit-box-shadow: 10px 10px 0px 0px #38D5F9;
	-moz-box-shadow: 10px 10px 0px 0px #38D5F9;
	box-shadow: 10px 10px 0px 0px #38D5F9;
}

.alibaba_block .row_cell, .poisk_post_tarif .row_cell {
margin: 20px 5px;
}

.alibaba_block .row_cell.icon {
	max-width: 48px;
} 

.row_cell.bonus_alibaba {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}

.alibaba_info__block {
	background: rgba(255,255,255,0.5);
	padding: 30px 30px 30px 50px;
	border-radius: 10px;
	margin-bottom: 60px;
	margin-top: 25px;
}
.alibaba_info__block.row {
	align-items: center;
}
.alibaba_info__block .row_cell {
	margin-top: 0px;
	margin-bottom: 0px;
}

.alibaba_modal button[type="submit"],
#redesign_alibaba button,
#redesign_alibaba input[type="button"],
#redesign_alibaba input[type="reset"],
#redesign_alibaba input[type="submit"],
#redesign_alibaba a.button {
	display: inline-block;
	background: #FF7B4F;
    border-radius: 6px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 16px 28px;
    margin: 10px auto 5px;
    box-shadow: none;
    border: none;
    margin-right: 10px;
}

#redesign_alibaba a.blue, .azure {
	background: #00D6FB;
}


#redesign_alibaba input[type="button"] {
	background: transparent;
	border: 2px solid #333333;
	padding: 13px 28px;
}

#redesign_alibaba button:hover,
#redesign_alibaba input[type="button"]:hover,
#redesign_alibaba input[type="reset"]:hover,
#redesign_alibaba input[type="submit"]:hover {
	border-color: none;
}

#redesign_alibaba button:focus,
#redesign_alibaba input[type="button"]:focus,
#redesign_alibaba input[type="reset"]:focus,
#redesign_alibaba input[type="submit"]:focus,
#redesign_alibaba button:active,
#redesign_alibaba input[type="button"]:active,
#redesign_alibaba input[type="reset"]:active,
#redesign_alibaba input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

#redesign_alibaba input[type="text"],
#redesign_alibaba input[type="email"],
#redesign_alibaba input[type="tel"],
#redesign_alibaba textarea {
	background: transparent;
    display: inline-block;
    border: none;
    border-bottom: 2px solid #333333;
    width: 100%;
    margin: 0px auto 35px;
    height: 50px;
    font-size: 16px;
    padding-top: 0px;
    color: #333333;
}

#redesign_alibaba input[name="name"] {
	max-width: 35%;
	margin-top: 20px; margin-right: 30px;
}

#redesign_alibaba input[name="phone"] {
	max-width: calc(65% - 35px);
}

#redesign_alibaba .politic {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px !important;
	line-height: 16px;
	color: #333333;
	opacity: 0.5;
	display: block;
}

#keys .content_max {
	margin: 30px 8%;
}

#redesign_alibaba .content, .content {
	max-width: 950px;
	margin: 0 auto;
}

a.alibaba_otchet {
	color: inherit;
	text-decoration: underline;
}

#redesign_alibaba .content_max {
	max-width: 1000px;
	margin: 0 auto;
}

#redesign_alibaba p {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 30px;
	color: #333333;
}

.marked_text__orange {
	background: #FF7B4F;
	padding: 2px 5px;
	color: #fff !important;
}

.marked_text__blue {
	background: #38D5F9;
	padding: 2px 5px;
	color: #333 !important;
}

.hr_text {
	position: relative;
	margin-top: 40px;
}

.hr_text__start {
	position: absolute;
    left: 0px;
    display:block;
    top: -13px;
    background: #D3F7FF;
    padding: 0;
    padding-right: 30px;
}

.hr_text hr {
	background-color: #38D5F9;
}

.hr_text__end {
	position: absolute;
    right: 0px;
	top: -13px;
    background: #D3F7FF;
    display:block;
    padding: 0 10px;
    padding-left: 20px;
}

.alibaba__square {
	background: #BCF3FF;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
}

.alibaba__square p {
	margin-bottom: 0px !important;
	margin-top: 20px;
}


#redesign_alibaba #form_dogovor input {
	background: #FFFFFF;
	display: inline-block;
    border: none;
    border-bottom: none;
    width: 100%;
    margin: 10px auto;
    height: 50px;
    font-size: 16px;
    padding-top: 0px;
}

#redesign_alibaba #form_dogovor button {
	background: #FFB121;
    width: 100%;
    border: none;
    margin-right: 0px;
    line-height: 16px;
    padding: 10px 10px 8px;
}

#form_dogovor button span {
	text-transform: lowercase;
	opacity: 0.5;
}

#redesign_alibaba form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'PT Sans', sans-serif;
}
#redesign_alibaba form ::-moz-placeholder { /* Firefox 19+ */
  font-family: 'PT Sans', sans-serif;
}
#redesign_alibaba form :-ms-input-placeholder { /* IE 10+ */
  font-family: 'PT Sans', sans-serif;
}
#redesign_alibaba form :-moz-placeholder { /* Firefox 18- */
  font-family: 'PT Sans', sans-serif;
}

/* стили блока аккордеон */
#redesign_alibaba .accordion_ali {
  width:100%; 
  margin: 0 auto;
  text-align: left;
  margin-top: 0px;
}
/* секции аккордеона */
#redesign_alibaba .accordion_ali .accordion_item {
  margin-bottom:10px;
  position:relative;
}
/* заголовки панелей аккордеона */
#redesign_alibaba .accordion_ali .title_block {
  color: #000;
  cursor:pointer;
  background: transparent;
  padding:10px 15px 10px 45px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin-bottom: 20px;
}
/* переключатель панелей, положение вниз */
#redesign_alibaba .accordion_ali .title_block:before {
  content:'';
  height:32px;
  width:32px;
  background-image: url(https://tkcargo.ru/index_files/re_alibaba_plus.svg);
  display:block;
  position:absolute;
  left:0px;
  top:14px;
}
/* активный переключатель, положение вверх */
#redesign_alibaba .accordion_ali .active_block .title_block:before {
  background-image: url(https://tkcargo.ru/index_files/re_alibaba_minus.svg);
  background-repeat: no-repeat;
  top:26px;
}
.accordion_ali .title_block:hover {
  background: transparent;
}

/* заголовок активного блока  */
#redesign_alibaba .accordion_ali .active_block .title_block {
  background: transparent;
}
/* блоки с содержанием */
#redesign_alibaba .accordion_ali .info {
  display:none;
  padding:10px 0px 10px 44px;
  overflow: hidden;
  background:transparent;
}
/* параграф внутри блоков с содержанием */
#redesign_alibaba .accordion_ali .info_item {
  margin-bottom:10px;
}
	.accordion_zakup {
  width:100%; 
  margin: 0 auto;
  text-align: left;
  margin-top: 0px;
}
/* секции аккордеона */
.accordion_zakup .accordion_item {
  margin-bottom:10px;
  position:relative;
}
/* заголовки панелей аккордеона */
.accordion_zakup .title_block {
  color: #000;
  cursor:pointer;
  background: transparent;
  padding:10px 35px 10px 15px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #38D5F9;
}
/* переключатель панелей, положение вниз */
.accordion_zakup .title_block:after {
  content:'';
  height:32px;
  width:32px;
  background-image: url(https://tkcargo.ru/index_files/re_alibaba_plus.svg);
  display:block;
  position:absolute;
  right:0px;
  top:10px;
}
/* активный переключатель, положение вверх */
.accordion_zakup .active_block .title_block:after {
  background-image: url(https://tkcargo.ru/index_files/re_alibaba_minus.svg);
  background-repeat: no-repeat;
  top:20px;
}
.accordion_zakup .title_block:hover {
  background: transparent;
}

/* заголовок активного блока  */
.accordion_zakup .active_block .title_block {
  background: transparent;
}
/* блоки с содержанием */
.accordion_zakup .info {
  display:none;
  padding:10px 0px 10px 15px;
  overflow: hidden;
  background:transparent;
}
/* параграф внутри блоков с содержанием */
.accordion_zakup .info_item {
  margin-bottom:10px;
}

#redesign_alibaba .for_mob {
	display: none !important;
	visibility: hidden;
}

#redesign_alibaba .for_desktop {
	display: inherit;
	visibility: visible;
}

@media (max-width: 960px){  
#redesign .contact_block {
	padding: 15px 15px;
	margin-top: 10px;
	margin-bottom: 70px;
}

.contact_block .touch_back {
	display: none;
}

.order_info__orange {
	background-color: #FFD890;
	padding-left: 10px;
	padding-right: 100px;
	margin-bottom: 25px !important;
}
.order_info__blue {
	background-color: #9BEAFC;
	padding-left: 100px;
	padding-right: 10px;
}

.create_order .form_block {
	padding: 20px 10px;
}

#redesign h1 {
	font-size: 34px;
    line-height: 38px;
}

#redesign input[type="text"],
#redesign input[type="email"],
#redesign input[type="url"],
#redesign input[type="password"],
#redesign input[type="search"],
#redesign input[type="number"],
#redesign input[type="tel"],
#redesign input[type="range"],
#redesign input[type="date"],
#redesign input[type="month"],
#redesign input[type="week"],
#redesign input[type="time"],
#redesign input[type="datetime"],
#redesign input[type="datetime-local"],
#redesign input[type="color"],
#redesign textarea {
    margin: 0px auto 15px;
}

#redesign h2 {
	margin-top: 10px;
}

#redesign_alibaba .content, #redesign_alibaba .content_max, .content  {
 padding: 0px 10px;
}

#redesign_alibaba h3, .alibaba_modal h3 {
font-family: 'PT Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 120%;
color: #333333;
}
.alibaba_block .row_cell.icon {
	margin-bottom: 0px;
}

h3.staff {
	font-size: 24px !important;
line-height: 120% !important;
}
.alibaba_block .row_cell {
	margin-top: 5px;
}

#redesign_alibaba .alibaba_block.block__orange {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#redesign_alibaba .alibaba_block.block__red {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#redesign_alibaba .alibaba_block.block__blue {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#redesign_alibaba h1,#redesign_alibaba h2 {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 32px;
	line-height: 100%;
	color: #333333;
}

#redesign_alibaba p {
font-size: 16px;
line-height: 21px;
}

#redesign_alibaba .for_mob {
	display: block !important;
	visibility: visible;
}
#redesign_alibaba .for_desktop, #redesign_alibaba .bonus_block_alibaba {
	display: none !important;
	visibility: hidden;
}
#redesign_alibaba .alibaba_block {
    padding: 20px 10px 5px;
}

#redesign_alibaba .triangle_after:after {
  display: none;
}

#redesign_alibaba section {
	position: relative;
}

#redesign_alibaba .triangle_before:before {
    display: none;
}

#redesign_alibaba .alibaba_first {
	background-color: #38D5F9;
	background-image:none;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
} 
#redesign_alibaba .aliibaba_first__content {
	margin-left: 10px;
	margin-right: 10px;
    max-width: 960px;
}
#redesign_alibaba .subtitle {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	}
.alibaba_info__block {
    background: rgba(255,255,255,0.5);
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.alibaba_info__block p {
	font-size: 20px !important;
	line-height: 26px !important;
}


#alibaba_orange_margin {
	margin-top: 0px; 
	padding-bottom: 30px; 
	padding-top: 0px !important;
}
#redesign_alibaba input[name="name"] {
	max-width: 100%;
	margin-top: 20px;
	margin-right: 0px;
}

#redesign_alibaba input[name="phone"] {
	max-width: 100%;
}
#redesign_alibaba input {
	margin-right: 0px;
}
#redesign_alibaba input[type="text"],
#redesign_alibaba input[type="email"],
#redesign_alibaba input[type="tel"],
#redesign_alibaba textarea {
	margin-bottom: 20px;
}

.alibaba_modal button[type="submit"],
#redesign_alibaba button,
#redesign_alibaba input[type="button"],
#redesign_alibaba input[type="reset"],
#redesign_alibaba input[type="submit"],
#redesign_alibaba a.button {
	width: 100%;
}

#modal_form_alibaba, #alibaba_certificates, #alibaba_examples, #modal_ali_quest, #modal_ali_oborud {
  width: 100%; 
  max-width: 100%;
  left: 0;
    margin-top: -270px;
    margin-left: 0px;
}
#modal_form_alibaba h3, #alibaba_certificates h3, #alibaba_examples h3, #modal_ali_quest h3, #modal_ali_oborud h3 {
margin-bottom: 0px;
}
}

.poisk_example {
	background-color: #f0f0f0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 4px 10px 3px rgba(199,199,199,1);
    padding: 25px 35px;
    font-size: 18px;
    line-height: 24px;
    min-height: 240px;
}

/**
 * Карго
 -----------------------------*/

 #redesign_page .content {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	text-align: center;
}

 #redesign_page .mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/kargo_re_mainback.jpg');
	height: 510px;
	padding: 55px 50px 40px 50px;
	/* margin-top: 103px; */
	text-align: left;
	background-repeat: no-repeat;
    background-size: cover;
}

 #redesign_page .mainblock_dostavka {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/dostavka_re_main-min.jpg');
	height: 500px;
	padding: 80px 50px 40px 50px;
	/* margin-top: 103px; */
	background-repeat: no-repeat;
    background-size: cover;
	text-align: left;
}

 #redesign_page .mainblock_home {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/back_home_re1.jpg');
	height: 485px;
	padding: 80px 50px 40px 50px;
	/* margin-top: 103px; */
	background-repeat: no-repeat;
    background-size: cover;
	text-align: left;
}
 #redesign_page .mainblock_zakupka {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/back_zakupka_re1.jpg');
	height: 485px;
	padding: 80px 50px 40px 50px;
	/* margin-top: 103px; */
	background-repeat: no-repeat;
    background-size: cover;
	text-align: left;
}

 #redesign_page .mainblock_ved {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/main_dostavka_ved.jpg');
	height: 500px;
	padding: 100px 50px 40px 50px;
	/* margin-top: 103px; */
	background-repeat: no-repeat;
    background-size: cover;
	text-align: left;
}


#redesign_page .mainblock__title {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 56px;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
}

 #redesign_page .mainblock_ved .mainblock__title {
	font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    max-width: 850px;
}

#redesign_page .mainblock__subtitle {
	color: #fff;
	font-weight: normal;
	margin: 15px 0px;
	font-size: 24px;
	text-align: left;
	line-height: 34px;
	max-width: 50%;
}

#redesign_page .mainblock_ved .mainblock__subtitle {
    color: #fff;
    font-weight: normal;
    margin: 35px 0px;
    font-size: 24px;
    text-align: left;
    line-height: 34px;
    max-width: 90%;
    }

.kargo_new_menu {
	border-top: 1px solid #647479;
	border-bottom: 1px solid #e3e3e3;
	font-family: 'PT Sans', sans-serif;
	height: 78px;
}

.kargo_new_list {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.kargo_new_item {
	list-style-type: none;
	padding: 0 28px;
	position: relative;
	height: 100%;
}

.kargo_new_item:not(:last-child):after {
  content: '';
  height: 20px; 
  width: 1px;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%); 
  background-color: #38D5F9;
}

.kargo_new_link {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 78px;
	text-decoration: none;
}

.underline {
	background-image: none;
  background-position: 0 52px;
  background-repeat: repeat-x;
  background-size: 1px 1px;
	transition: background-image 0.2s;
}

.kargo_new_link:hover.underline {
  background-image: linear-gradient(to right, #000000 0%, #000000 100%);
}

#redesign_page h2 {
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	text-align: left;
	line-height: 37px;
	text-transform: uppercase;
	color: #333333;
	margin-top: 50px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#redesign_page .square {
	background: #EDF1F2;
	padding: 35px 20px 35px 30px;
	min-height: 230px;
	text-align: left;
	max-width: 100%; 
	width: 100%;
}

#redesign_page .title, #redesign_page .square .title {
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
	color: #000000;
}

#redesign_page .square span {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}

#redesign_page .square div {
	margin-right: 15px;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 8px;
	justify-content: flex-start;
}

#redesign_page .square .flex {
	margin-bottom: 15px;
}
#redesign_page .square div:last-child {
	margin-right: 5px;
}

#redesign_page .square img {
	display: inline;
}

.middle_form {
	background: #9BEAFC;
	width: 100%;
	padding: 25px 50px;
	margin-top: 40px;
}

#redesign_page h3 {
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	color: #333333;
}

#redesign_page span {
font-family: 'PT Sans', sans-serif;
font-style: normal;
font-weight: normal;
text-align: left;
}

.justify-flex-start {
	justify-content: flex-start;
}

.middle_form .row_cell {
	text-align: left;
}

.kargo_tariffs {
	background: #EDF1F2;
	padding: 30px 22px;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-align: center;
}

#redesign_page h4 {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	margin: 5px 0px;
}

.kargo_tariffs__date {
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	color: #38D5F9;
	display: block;
	margin-bottom: 5px;
}

.kargo_tariffs__price {
	margin: 16px 0px;
}
.kargo_tariffs__price span {
	font-family: Cuprum;
font-style: normal;
font-weight: normal;
font-size: 54px;
line-height: 62px;
color: #FF7B4F;
}

.kargo_tariffs .button {
	padding: 8px 28px !important;
}

.kargo_tariffs__benefits {
	text-align: left;
	margin-bottom: 10px;
}

#new_kargo_tariffs .row_cell {
	margin: 10px;
}


.kargo_new_scheme {
	overflow: hidden;
	background-color: #f6f6f6;
	position: relative;
}


.kargo_benefits {
	text-align: left;
	flex: 2;
	margin-right: 100px;
}

.kargo_benefits__title div:first-child, .ved_benefits div:first-child {
	margin-right: 15px;
}

.kargo_benefits__title h3 {
	margin-top: 0;
	margin-bottom: 0px;
}

.kargo_benefits__title {
	margin-bottom: 30px;
}

.kargo_benefits__square {
	background: #EDF1F2;
	padding: 50px 28px;
	text-align: left;
}


/* стили блока аккордеон */
.accordion {
  width:100%; 
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:20px;
  position:relative;
}
/* заголовки панелей аккордеона */
.accordion .title_block {
  color: #000;
  cursor:pointer;
  background: #EDF1F2;
  padding:10px 55px 10px 15px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:14px;
  width:14px;
  display:block;
  border:2px solid #333333;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  right:20px;
  top:14px;
}
/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border:2px solid #333333;
  border-left-width:0;
  border-bottom-width:0;
  top:18px;
}
.accordion .title_block:hover {
  background: #EDF1F2;
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #FFB121;
  color:#fefefe;
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  padding:10px 15px;
  overflow: hidden;
  background:#f7f7f7;
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px;
}

.h_acc_arrow {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

h4.title_block {
	font-weight: normal !important;
	text-align: left !important;
}

.new_home .accordion .title_block {
    background: #FFD890;
    padding: 20px 55px 20px 15px;
    border-radius: 15px;   
}

.new_home .accordion .title_block:before {
  top:26px;
}
/* активный переключатель, положение вверх */
.new_home .accordion .active_block .title_block:before {
  top:32px;
}

.new_home .accordion_item.active_block .title_block {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.new_home .accordion .info {
  background:#FFE3AF;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
 }

.partners {
	justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.link {
	font-family: 'PT Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-decoration-line: underline;
color: #FF7B4F;
}

.orange {
	color: #FF7B4F;
	font-weight: bold !important;
}

.orange_back {
	background: #FF7B4F;
}

.yellow_back {
	background: #FFCA68;
	background-color: #FFCA68;
}

.dark_yellow {
	background: #FFAF63;
	background-color: #FFAF63;
}

.light_red {
	background: #FFBDA7;
	background-color: #FFBDA7;
}

#poisk_postavshika .books {
	box-shadow: none;
    background-color: #f0f0f0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 25px 35px;
    font-size: 22px;
    line-height: 26px;
    height: 146px;
}

#poisk_postavshika .books:hover {
	box-shadow: 0px 4px 10px 3px rgb(199 199 199);
}

.light_blue {
	background-color: #9BEAFC !important;
	background: #9BEAFC !important;
}

.light_orange {
	background-color: #FFD890 !important;
	background: #FFD890 !important;
}

.how_work {
font-family: 'PT Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
text-align: left;
}

.how_work p {
	margin: 6px 0px;
}

#redesign_page p {
	text-align: left !important;
	margin: 10px 0px;
}

#redesign_page .poisk_post_tarif p, #redesign_page .poisk_post_tarif ul, #redesign_page .poisk_post_tarif ul li {
	font-size: 15px;
}
#redesign_page .poisk_post_tarif ul {
	padding-left: 15px;
}

.poisk_post_tarif .row_cell {
	padding: 0px 13px 30px;
}

.poisk_post_tarif__height {
	min-height: 280px;
}

.kargo_steps h3 {
	margin-top: 60px !important;
}

.step_number {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 85px;
	text-align: center;
	margin-right: 20px;
	color: #38D5F9;
}

.kargo_step {
	margin: 20px 0px;
	text-align: left;
	justify-content: flex-start;
	align-items: center;
}

.kargo_step div {
	text-align: left;
}

.kargo_step__text div {
	margin-bottom: 5px;
}

#redesign_page .square.info h3 {
	margin-bottom: 20px;
}

#redesign_page .square.info {
	margin-bottom: 40px;
}

#redesign_page .square.info:last-child {
	margin-bottom: 0px;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.flex_reverse_mob {
	order: 0;
}

#redesign_page div.icon_text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.ved_help {
	background: #FFFFFF !important;;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.08);
    padding: 0px 15px !important;
    align-items: center !important;
    margin: 35px 0px;
}


.icon_text img {
	margin-right: 15px;
	display: block;
}

.icon_text p {
	margin-top: 0px !important;
}

.re_form_btn {
	text-align: left;
}

.img_form {
	position: relative;
    display: block;
    background: url(https://tkcargo.ru/index_files/form-min.jpg);
    min-height: 450px;
    background-repeat: no-repeat;
}

.quote_home {
    background: #EDF1F2;
    padding: 35px 55px;
    text-align: left;
}

.grey_text p {
	color: #333333;
	opacity: 0.65;
	font-size: 16px;
}
#redesign_page.zakupka h2 {
	color: #000; text-transform: none;
}
#redesign_page.zakupka p {
	color: #000;
}
#redesign_page.zakupka .zakup_types {
	align-items: flex-end;
}
.reverse {
    order: 0;
}
@media (max-width: 620px){ 
	.poisk_post_tarif__height {
	min-height: auto;
}

	.h_acc_arrow {
	    transform: rotate(90deg);
}
#redesign_page .mainblock__title {
    font-size: 46px;
    line-height: 56px;
}
#redesign_page .mainblock__title.dostavka {
    font-size: 34px;
    line-height: 40px;
}
.reverse {
    order: 2;
}
#redesign_page.zakupka .zakup_types {
	align-items: center;
}
.middle_form {
	padding: 25px 20px;
}
#redesign_page button, #redesign_page input[type="button"], #redesign_page input[type="reset"], #redesign_page input[type="submit"] {
	width: 100%;
}
.quote_home {
    background: #EDF1F2;
    padding: 15px 10px;
    text-align: center;
}

.img_form {
	display: none;
}

.re_form_btn {
	text-align: center;
}

	#redesign_page #form img {
		display: none;
	}

.flex_reverse_mob {
	order: 1;
}

#redesign_page .fifty.form {
	padding-left: 10px;
	padding-right: 10px;
}
	.mt-50 {
	margin-top: 10px !important;
}
	#redesign_page .mainblock__subtitle {
	max-width: 100%;
}

#redesign_page .mainblock_ved .mainblock__title {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    max-width: 100%;
}

#redesign_page .mainblock_ved .mainblock__subtitle {
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    max-width: 100%;
}

#redesign_page .mainblock,  #redesign_page .mainblock_zakupka,  #redesign_page .mainblock_home, #redesign_page .mainblock_dostavka, #redesign_page .mainblock_ved {
    padding: 35px 20px 10px 20px;
    margin-top: 0;
}

 #redesign_page .mainblock_home,  #redesign_page .mainblock_zakupka {
	height: auto;
	}

 #redesign_page .mainblock_ved {
	height: auto;
    padding-bottom: 50px;
 }

#redesign_page section{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.row {
	flex-direction: column;
}

.row_cell {
	margin: 20px 0px;
}

  .card-carousel {
    display: none;
  }
  .kargo_new_scheme--mob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .kargo_new_scheme__moblock {
    width: 100%;
    display: block;
  }
  .kargo_new_scheme__moblock img {
    width: 100%;
    height: auto;
  }
  .kargo_new--hMob {
    height: auto;
  }
.my-card__title {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
  	font-size: 24px;
	color: #303030;
}

.kargo_benefits__title, #redesign_page h3, .kargo_benefits__square, #redesign_page h2 {
	text-align: center;
}

.partners {
	margin-top: 30px;
}

.partners .row-cell {
	margin-bottom: 30px !important;
}

.row.kargo_step {
	flex-direction: row;
}

}

#redesign_page .button, #keys .button {
	display: inline-block;
	background: #FFB121;
    border-radius: 6px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 16px 28px;
    margin: 10px auto;
}




#redesign_page button,
#redesign_page input[type="button"],
#redesign_page input[type="reset"],
#redesign_page input[type="submit"] {
	display: inline-block;
	background-color: #FFB121;
    border-radius: 6px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 16px 28px;
    margin: 10px auto 5px;
    box-shadow: none;
    border: none;
}

#redesign_page input[type="text"],
#redesign_page input[type="email"],
#redesign_page input[type="tel"],
#redesign_page textarea {
	background-color: transparent;
    display: block;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 5px auto;
    height: auto;
    font-size: 16px;
    padding-top: 0px;
    color: #333333;
}

.flex__center {
	align-items: center;
}

#redesign_page .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#kargo_form {
	text-align: left;
}

#redesign_page .fifty.form {
	text-align: left;
}
#redesign_page .grey {
	background: #e5e5e5;
}

#redesign_page section#form {
	padding: 0;
}


#redesign_page #form span.form__subtitle {
	display: inline-block;
	margin: 15px 0px 25px;
}

#redesign_page .form {
	text-align: left;
	padding: 30px 0px;
}

#redesign_page #form label, #redesign_page .re_form label {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	opacity: 0.8;
}

#redesign_page form .politic {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px !important;
	line-height: 16px;
	color: #333333;
	opacity: 0.5;
	display: inline-block;
}

.kargo_square {
	padding-left: 80px;
}

.kargo_square.icon_1:before {
  content: "";
  background: url(https://tkcargo.ru/index_files/kargo_sq_icon2.png) left center no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 32px;	
}

.kargo_square.icon_2:before {
  content: "";
  background: url(https://tkcargo.ru/index_files/kargo_sq_icon4.png) left center no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 32px;	
}

.kargo_square.icon_3:before {
  content: "";
  background: url(https://tkcargo.ru/index_files/kargo_sq_icon1.png) left center no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 32px;	
}

.kargo_square.icon_4:before {
  content: "";
  background: url(https://tkcargo.ru/index_files/kargo_sq_icon3.png) left center no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 32px;	
}

.grey_block {
	background: #EDF1F2;
    padding: 20px 15px;
    text-align: left;
}



@media (max-width: 360px){
#redesign_page .mainblock {
	height: 550px;
	background-size: cover;
	}

}

#redesign_page .mainblock.dostavka {
	height: auto;
}

.dost_main_img {
	position: absolute;    
	top: -70px;
	right: -650px;
	min-width: 750px;
}

@media (max-width: 900px){ 
	.dost_main_img {
	position: relative;    
	top: 0px;
	right: 0px;
	min-width: 150px;
	margin-top: -20px;
	}
	#redesign_page #form img {
		display: none;
	}
	
	#redesign_page #form h3, span.form__subtitle {
		text-align: center;
	}

	#redesign_page #five_reasons .fifty  {
	max-width: 290px;
	min-width: 290px;
	}
}

	#redesign_page .blue {
		background: #56CCF2 !important;
		background-color: #56CCF2 !important;
	}

	.square.info h3 {
		margin-top: 5px;
	}

	#redesign_page ul {
		margin-left: 5px;
	}

	.thank_page .blue.main {
		color: #ffffff;
		text-align: left;
		max-height: 308px;
		height: 308px;
		display: flex;
		align-items: center;
		position: relative;
		margin-top: 55px;
		margin-bottom: 0px;
		padding-left: 60px;
	} 
	.thank_page .orange.main {
		color: #ffffff;
		text-align: left;
		max-height: 308px;
		height: 308px;
		background: #FF7B4F;
		display: flex;
		align-items: center;
		position: relative;
		margin-top: 0px;
		padding-left: 60px;
		margin-bottom: 30px;
	} 

.thank_page .p-tb-30 {
	padding-top: 30px;
	padding-bottom: 30px; 
}

.thank_number.orange_num{
	color: #FF7B4F;
}
.thank_number.blue_num{
	color: #9BEAFC;
}
#redesign_page span.thank_number {
	opacity: 0.4;
	font-family: "Cuprum", sans-serif;
    font-weight: bold;
    font-size: 200px;
    top: -60px;
    line-height: 1em;
    z-index: 1;
	position: absolute;
}

.thank_page h2 {
	position: relative;
	z-index: 22;
} 

.thank_page .link__orange {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	display: inline-block;
	padding: 10px;
	background: #FFB121;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 10px;
}
.thank_page .link__blue {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	display: inline-block;
	padding: 10px;
	background: #38D5F9;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 10px;
	margin-right: 10px;
}

.dostavka_ved section {
	padding-top: 20px;
	padding-bottom: 50px;
}

.dostavka_ved h1.mainblock__title {
	max-width: 69%;
}

#redesign_page.dostavka_ved h2 {
	font-family: 'Cuprum';
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	line-height: 44px;
	color: #111111;
	margin-top: 40px;
	text-transform: none;
}
#redesign_page.dostavka_ved h3 {
	font-family: 'Cuprum';
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	color: #111111;
	text-transform: none;
}

.row_cell.ved_benefits {
	display: flex;
	align-items: center;
	text-align: left;
}


#redesign_page.dostavka_ved .mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/ved_mainfon_hd.png');
	height: 474px;
	padding: 70px 50px 40px 50px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	text-align: left;
}
#redesign_page .new_home.mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/new_home_main.png');
	min-height: 545px;
	padding: 100px 50px 40px 50px;
	background-repeat: no-repeat;
	text-transform: uppercase;
    background-size: cover;
    background-position: top center;
	text-align: left;
}
#redesign_page .new_poisk.mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/new_poisk_main.png');
	min-height: 645px;
	padding: 100px 50px 40px 50px;
	background-repeat: no-repeat;
	text-transform: uppercase;
    background-size: cover;
    background-position: top center;
	text-align: left;
}
.n_home_scroll {
	padding: 34px;
	border-radius: 15px;
}


.dostavka_ved, .dostavka_ved p, .dostavka_ved div {
	color: #111;
}

.ved_benefits img {
	min-width: 55px;
}

.dostavka_ved .subtitle, .zakup_types strong {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	color: #111;
}

.ved_1 {
	margin-top: -5px; 
	padding-top: 10px;
}

.ved_2 {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.zakup_uslug_4 {
	position: relative;
    padding-left: 70px;
}
.zakup_uslug_4 img {
    position: absolute;
    left: -10px;
    top: -46px;
}
.dost_uslug_4 {
	position: relative;
    padding-right: 150px;
}
.dost_uslug_4 img {
    position: absolute;
    right: -10px;
    top: -46px;
}
.sticky {
	position: sticky;
	-webkit-position: sticky;
	-moz-position: sticky;
}
.zakup_main {
	min-height: auto;
}
.zakup_main__img {
	position: relative;
}
@media (max-width: 871px){
	.zakup_main {
	min-height: 900px;
}
.zakup_main__img {
	position: absolute;
    top: -160px;
    right: -10px;
}
#redesign_page.dostavka_ved .mainblock {
	width: 100%;
	background: none;
	height: auto;
	padding: 30px 10px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	text-align: left;
}
	#redesign_page .new_home.mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/new_home_main__mob.png');
    min-height: 400px;
    background-size: 100% 100%;
}
	#redesign_page .new_poisk.mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/new_poisk_main_mob.png');
    min-height: 430px;
    background-size: 100% 100%;
}



.sticky {
	position: relative;
	-webkit-position: relative;
	-moz-position: relative;
}

#redesign_page.dostavka_ved h1.mainblock__title {
	max-width: 100%;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 37px;
}
#redesign_page.dostavka_ved h2 {
	font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 30px;
color: #111111;
}
#redesign_page.dostavka_ved .mainblock__subtitle {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #292929;
	}

#redesign_page .ved_1 {
	    margin-top: -5px;
	    padding-top: 10px;
	    padding-bottom: 70px;
	}

	.ved_2 {
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    margin-top: -45px;
	}

#redesign_page.dostavka_ved h2,#redesign_page.dostavka_ved h3 {
	text-align: left;
}

}
	.ved_slider .slick-arrow{
    position: absolute;
    bottom: -65px;
    z-index: 2;
    font-size: 0 !important; 
    width: 35px !important; 
    height: 35px !important;
    background: url('https://tkcargo.ru/index_files/arrow_ved.png') 0 0 / 100% no-repeat !important;
    padding: 0 !important;
  }

  	.home_slider .slick-arrow{
    position: absolute;
    top: -65px;
    z-index: 2;
    font-size: 0 !important; 
    width: 35px !important; 
    height: 35px !important;
    background: url('https://tkcargo.ru/index_files/arrow_red.png') 0 0 / 100% no-repeat !important;
    padding: 0 !important;
  }

	.zakup_slider .slider-arrow{
    position: absolute;
    z-index: 2;
    font-size: 0 !important; 
    width: 35px !important; 
    height: 35px !important;
    background: url('https://tkcargo.ru/index_files/arrow_ved.png') 0 0 / 100% no-repeat !important;
    padding: 0 !important;
  }

  .zakup_slider .slider-arrow.slide-next{
    left: 100px;
    transform: rotate(180deg);
}
   .zakup_slider .slider-arrow.slide-prev{
    left: 0;
}
.zakup_slider__nav {
	display: block;    
	position: absolute;
    top: -70px;
    right: 80px;
    width: auto;
    text-align: right; 
    left: unset;
}
   .ved_slider .slick-arrow.slick-prev{
    left: 0;
}
.home_slider .slick-arrow.slick-prev {
	right: 100px;
}

.ved_slider .slick-arrow.slick-next{
    left: 100px;
    transform: rotate(180deg);
}
.home_slider .slick-arrow.slick-next{
    right: 0px;
    transform: rotate(180deg);
}
.m-60-90 {
	margin-top: 60px;
}
.zakup_table {
	max-height: 530px;
}
.dost_table {
	max-height: 600px;
}

.mr-min15 {
	margin-right: -15px;
}



@media screen and (max-width: 871px){
	   .ved_slider .slick-arrow.slick-prev, .home_slider .slick-arrow.slick-prev{
    left: 100px;
}
.mr-min15 {
	margin-right: 0px;
}
.dost_table {
	max-height: 750px;
}
.ved_slider .slick-arrow.slick-next, .home_slider .slick-arrow.slick-next{
    right: 100px;
    left: unset;
	}
	.zakup_slider__nav {
	display: block;    
	position: relative;
    top: unset;
    right: unset;
    width: auto;
    text-align: center; 
    left: unset;
	}
	.m-60-90 {
	margin-top: 90px;
}
.zakup_table {
	max-height: 620px;
}
}
@media screen and (max-width: 560px){

	.thank_page .blue.main, .thank_page .orange.main {
		margin-top: 0px;
		padding: 30px 15px;
		max-height: 100%;
		height: auto;
	}
.thank_page .content.thank_main {
	padding: 0px;
}
.thank_page .link__blue, .thank_page .link__orange {
    display: block;
    text-align: center;
}
.home_slider .slick-arrow.slick-next{
    right: 10px;
    left: unset;
	}
	   .ved_slider .slick-arrow.slick-prev, .home_slider .slick-arrow.slick-prev{
    left: unset;
    right: 70px;
}
}


#redesign_page .kurs_main.mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/kurs-main.png');
	min-height: 560px;
	padding: 0px 50px 40px 50px;
	background-repeat: no-repeat;
	text-transform: uppercase;
  background-size: cover;
  background-position: top center;
	text-align: left;
	margin-bottom: 80px;
}


#redesign_page.kurs_land .content {
	max-width: 1090px;
}

#redesign_page.kurs_land .row_cell {
	margin: 20px 10px;
}

#redesign_page.kurs_land .row_cell:first-child {
    margin-left: 0;
}
#redesign_page.kurs_land .row_cell:last-child {
    margin-right: 0;
}
#redesign_page.kurs_land hr {
	margin-bottom: 1em;
}
#redesign_page.kurs_land h1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 60px;
	color: #000000;
	text-transform: none;
	max-width: 535px;
}

.kurs_video__info {
	border-radius: 10px; 
	text-align: left;
	background: #FFD890;
	padding: 40px 48px;
	-webkit-box-shadow: -10px 10px 0px 2px rgba(255, 177, 33, 1);
-moz-box-shadow: -10px 10px 0px 2px rgba(255, 177, 33, 1);
box-shadow: -10px 10px 0px 2px rgba(255, 177, 33, 1);
max-width: 480px;
position:  relative;
margin-top: -45px;
margin-right: -15px;
}

#redesign_page.kurs_land h2 {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 49px;
	color: #333333;
	text-transform: none;
}

#redesign_page.kurs_land h4 {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	text-align: left;
	text-transform: none;
	display: inline-block;
}


#redesign_page.kurs_land h5 {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 36px;
	color: #333333;
	text-align: left;
	text-transform: none;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 1px;
}

.kurs_experts {
	background: #FFD890;
}

.kurs_experts > div {
	padding: 5px 30px 25px;
}

.kurs_prices__title {
	font-family: 'PT Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 41px;
text-align: left;

color: #333333;
}

.kurs_price__orange {
	font-family: 'PT Sans', sans-serif;
font-style: normal;
font-weight: bold !important;
font-size: 40px;
line-height: 52px;
color: #FF7B4F;
text-align: left;
}

.kurs_price__yellow {
	font-family: 'PT Sans', sans-serif;
font-style: normal;
font-weight: bold !important;
font-size: 40px;
line-height: 52px;
color: #FFB121;
}

.kurs_prices--blue {
	border-radius: 10px;
	padding: 50px 60px;
	background: #D3F7FF;
	-webkit-box-shadow: 7px 7px 0px 2px rgba(56, 213, 249, 1);
-moz-box-shadow: 7px 7px 0px 2px rgba(56, 213, 249, 1);
box-shadow: 7px 7px 0px 2px rgba(56, 213, 249, 1);
}

.kurs_prices--yellow {
		border-radius: 10px;
	padding: 50px 60px;
	background: #FFD890;
-webkit-box-shadow: 7px 7px 0px 2px rgba(255, 123, 79, 1);
-moz-box-shadow: 7px 7px 0px 2px rgba(255, 123, 79, 1);
box-shadow: 7px 7px 0px 2px rgba(255, 123, 79, 1);

}

#redesign_page.kurs_land p {
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}

.kurs_badge {
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 151.9%;
	letter-spacing: 0.105em;
	text-transform: uppercase;
	color: #C6C6C6;
  background: #F6F8F8;
  padding: 6px 16px;
  position: absolute;
  top: -40px;
}

#redesign_page.kurs_land .mainblock__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}



#redesign_page.redesign_1688 .content, #redesign_page.poisk_post .content {
	max-width: 1140px;
}

#redesign_page .new_1688.mainblock {
	width: 100%;
	background: url('https://tkcargo.ru/index_files/new-1688-back-1.png');
	min-height: 560px;
	padding: 50px 50px 40px 50px;
	background-repeat: no-repeat;
	text-transform: uppercase;
  background-size: cover;
  background-position: top center;
	text-align: left;
	margin-bottom: 80px;
}

#redesign_page.redesign_1688 h1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.06em;
	color: #4D4D4D;
	position: relative;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}


#redesign_page.redesign_1688 h1::before {
    content: "";
    background: url(https://tkcargo.ru/index_files/h1-1688.svg) left center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
}


#redesign_page.redesign_1688 .mainblock_title {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 54px;
	line-height: 62px;
	color: #333333;
	text-transform: none;
	margin-bottom: 15px;
	text-align: left;
}

#redesign_page.redesign_1688 .mainblock_subtitle {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
}

.form_1688__wrapper {
	background: #FFFFFF;
	box-shadow: 0px 16px 64px -12px rgba(51, 51, 51, 0.15);
	border-radius: 12px;
	text-align: center;
	padding: 45px 50px;
	z-index: 2;
}

.form_1688__header {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #333333;
	text-transform: none;
	margin-bottom: 20px;
}
.form_1688 {

}

#redesign_page .form_1688__input {
	padding-left: 47px !important;
	padding-right: 20px !important;
	background-repeat: no-repeat;
	background-position: 15px 20px !important;
	background-color: #F6F8F8 !important;
	border-radius: 12px;
	height: 70px !important;
	border-bottom: none !important;
	margin-bottom: 10px !important;
}

#redesign_page textarea.form_1688__input {
	padding-left: 47px !important;
	padding-right: 20px !important;
	background-repeat: no-repeat;
	background-position: 15px 20px !important;
	background-color: #F6F8F8 !important;
	border-radius: 12px;
    height: 100% !important;
    width: 100% !important;
	border-bottom: none !important;
	margin-bottom: 10px !important;
	padding-top: 20px;
}

.form_1688__input--name {
	background-image: url(https://tkcargo.ru/index_files/form_1688--name.svg);
	background-repeat: no-repeat;
}

.form_1688__input--phone {
	background-image: url(https://tkcargo.ru/index_files/form_1688--phone.svg);
	background-repeat: no-repeat;
}

.form_1688__input--email {
	background-image: url(https://tkcargo.ru/index_files/form_1688--email.svg);
	background-repeat: no-repeat;
}

.form_1688__input--textarea {
	background-image: url(https://tkcargo.ru/index_files/form_1688--textarea.svg);
	background-repeat: no-repeat;
}

.form_1688 .politic {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center !important;
	color: #969696;
}

#redesign_page.redesign_1688 h2 {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin-top: 50px;
	text-transform: none;
}

#redesign_page.redesign_1688 section {
	margin-bottom: 50px;
	padding: 40px 0px;
}

.blue_text {
	color: #38D5F9 !important;
	font-weight: inherit !important;
}

#redesign_page .compare_1688__header {
	align-items: center;
}

#redesign_page .compare_1688__header span, #redesign_page.redesign_1688 h4 {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	text-transform: none;
}
.compare_1688__header img, .compare_1688__header span {
	display: block;
}

.compare_1688__item {
	padding: 30px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	text-align: left;
	position: relative;
	border-radius: 12px;
	background-color: #FFEBC7;
}

.compare_1688__bad {
	display: inline-block;
	background-color: #FF7B4F;
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #333333;
	border-radius: 12px;
	padding: 10px;
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
}

.compare_1688__bad::before {
		content: "";
    background: url(https://tkcargo.ru/index_files/compare_1688--bad.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
  	left: 10px;
  	margin-top: -2px;
   }

.compare_1688__good {
	display: inline-block;
	background-color: #7FE5A5;
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #333333;
	border-radius: 12px;
	padding: 10px;
	padding-left: 30px;
	margin-bottom: 15px;
}

.compare_1688__good::before {
		content: "";
    background: url(https://tkcargo.ru/index_files/compare_1688--good.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
  	left: 10px;
  	margin-top: -2px;
   }

.compare_1688__item img {
	position: absolute;
    left: -25px;
    top: -25px;
}

.compare_1688__cross {
	background: rgba(249, 56, 56, 0.25);
}

.compare_1688__check {
	background: rgba(56, 213, 249, 0.25);
}



.new_1688__subtitle {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
}

.social_1688 {
	margin-right: -50px !important;
	background: url(https://tkcargo.ru/index_files/new-1688-social-back.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 253px;
	height: auto;
	border-radius: 0;
	display: flex;
}

.social_1688 p {
	text-align: left !important;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.social_1688__content {
	align-self: center;
	margin-left: 40px;
}

.social_1688 img {
	width: 50px;
	height: 50px;
}

.form_1688__car {
	margin-top: 60px;
	margin-bottom: -100px;
}
.form_1688__car::before {
	content: "";
    background: url(https://tkcargo.ru/index_files/form-1688--car.png) no-repeat;
    width: 430px;
    height: 197px;
    position: absolute;
    right: 30px;
    top: -53px;
    z-index: 0;
}

.form_1688__boxes {
	margin-top: 50px;
	position: relative;
}
.form_1688__boxes::before {
		content: "";
    background: url(https://tkcargo.ru/index_files/form-1688--boxes.png) no-repeat;
    width: 620px;
    height: 150px;
    position: absolute;
    right: 0;
    top: -150px;
    z-index: 0;
}

.how-work-1688 .row {
	margin-bottom: 20px;
}
.how-work-1688__item {
	background: #F6F8F8;
	border-radius: 12px;
	padding: 25px 30px;
	position: relative;
	text-align: left;
	margin-top: 30px;
	padding-left: 100px;
	position: relative;
}

.how-work-1688__item h3 {
	font-family: 'Cuprum', sans-serif !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 28px !important;
	line-height: 32px !important;
	color: #333333;
	text-transform: none !important;
	position: relative;
	margin-top: 0px;
}

.how-work-1688__step {
	display: inline-block;
	font-family: 'Open Sans', sans-serif !important;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	color: #000000;
	position: absolute;
  left: -65px;
  top: 5px;
	background: #F6F8F8;
	box-shadow: 2px 5px 20px #CECECE;
    border-radius: 100%;
    padding: 5px 15px;
}


#redesign_page.redesign_1688 .how-work-1688__item ul {
	padding-left: 0;
	margin-bottom: -10px;
}


#redesign_page.redesign_1688 .how-work-1688__item ul li{
	background: url(https://tkcargo.ru/index_files/new-1688-disc.svg) left 5px no-repeat;
	padding-left: 26px;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;

	color: #333333;
	margin-bottom: 10px;
}

.how-work-1688__item .row_cell:first-child {
	margin-right: 85px;
}

.how-work-1688__insurance {
	background: #9BEAFC;
border-radius: 12px 0px 0px 12px;
    margin-left: -75px;
    margin-right: -30px !important;
padding: 30px;
padding-left: 0;
margin-top: -30px;
}

.insurance {
	background-color: #F6F8F8;
	border-radius: 12px;
	padding-top: 55px;
	position: relative;
	max-width: 946px;
	margin: 0 auto;
}

.insurance__text {
	width: 420px;
	height: 206px;
	margin: 0 auto;
	background-image: url(https://tkcargo.ru/index_files/1688-insurance--back.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center !important;
	padding-top: 45px;
	z-index: 4;
	position: relative;
}

#redesign_page .insurance__text p.sub {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-align: center !important;
	color: #333333;
}

.insurance-back--left {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.insurance-back--right {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.price-1688__border-text {
	max-width: 676px;
	width: 100%;
	border: 2px dashed #FCBE6D;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 19px 44px 22px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #333333;
	margin-bottom: 60px;
}

.profits_1688 {
	text-align: left;
}

#redesign_page.redesign_1688 h5 {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
}

.profits_1688 p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.footer-text-1688 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	opacity: 0.5;
}

#redesign_page.redesign_1688 .mainblock__subtitle {
	font-family: 'Open Sans', sans-serif;
}

.insurance .row {
	margin: 0 auto 35px;
}

.insurance-1688__shield {
	display: block; width: 110px; margin-right: 25px;
}

 #redesign_page.redesign_1688 .button {
 	max-width: 420px; 
 	margin-right: 20px; 
 	background: #FF7B4F; 
 	color: #F6F8F8; 
 	font-size: 20px; 
 	width: 100%; 
 	padding: 24px;
 	border-radius: 12px;
 	margin-right: 20px;
 }

 #redesign_page .compare_1688__header {
    margin-left: -30px;
}
 .row .politic {
 	margin-left: 20px;
 }

 .how-work-1688__header {
	margin-bottom: 30px;
	text-align: left !important;
	margin-top: 30px !important;
}

.social_1688--mob {
	display: none;
}

.social_1688__content img {
	min-width: 50px;
	width: 100%;
}

.price-1688__item {
	background: #9BEAFC;
	border-radius: 12px;
	padding-top: 1px;
}

.price-1688__row {
	display: flex;
	align-items: center;
	background: #F6F8F8;
	border-radius: 12px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.price-1688__header {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 42px;
	color: #333333;
	text-align: left;
	    min-width: 33%;
}

.price-1688__header img {
	display: inline-block;
	margin-right: 30px;
	vertical-align: sub;
}

.price-1688__bage {
	    margin-left: 15px;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: 8px 10px;
    background: #38D5F9;
    border-radius: 20px;
    display: inline-block;
}

.kurs_button_abs {
	    text-align: left;
    margin-top: 15px;
    position: absolute;
    bottom: -50px;
    width: 100%;
}
.kurs_video__media {
	    margin-top: -65px;
}

.kurs_experts img {
	width: 100%;
}
.kurs_but__info {
	 margin-top:55px; 
	 margin-bottom: 60px;
}
.kurs_price__orange.mt-120 {
	margin-top: 113px;
}
.kurs_step {
	text-align: left;
}
#redesign_page .kurs_step__count {
	background: #FFB121;
	box-shadow: 0px 10px 20px rgba(255, 160, 74, 0.25);
	border-radius: 100%;
	font-family: 'Open Sans', sans-serif !important;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 49px;
color: #000000;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;

}
.kurs_step > .row_cell .kurs_step__count::after {
	content: "";
  position: absolute;
  bottom: 55px;
  left: 80px;
  right: 0;
  height: 65px;
  border-top: 5px solid #ff7b4f;
  z-index: 0;
}

.kurs_step > .row_cell:last-child .kurs_step__count::after {
	content: "";
	height: 0;
	border-top: none;
}
.kurs_step__text {
font-family: 'Open Sans', sans-serif !important;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 33px;
color: #000000;
margin-top: 25px;
}

@media (min-width: 2000px){ 
	#redesign_page .new_1688.mainblock {
    background-size: 100% 100%;
  }
}

@media (max-width: 620px){ 
	.kurs_prices__title {
		    font-size: 28px;
    line-height: 36px;
	}
 .kurs_step__text {
 	    font-size: 18px;
    line-height: 26px;
 }
	.kurs_step {
	text-align: center;
}
	.kurs_step > .row_cell .kurs_step__count::after {
	content: "";
	height: 0;
	border-top: none;
}
	.kurs_price__orange.mt-120 {
	margin-top: 30px;
}
	.kurs_but__info {
	 margin-top:25px; 
	 margin-bottom: 30px;
}
#redesign_page.kurs_land .row_cell:first-child {
	margin-left: 10px;
}

#redesign_page.kurs_land .row_cell:last-child {
	margin-right: 10px;
}

.kurs_prices--blue, .kurs_prices--yellow {
	padding: 40px 30px;
}

	#redesign_page .kurs_main.mainblock {
		    background: #00D6FB;
    padding: 0px 20px 40px 20px;
    text-align: center;

	}
#redesign_page.kurs_land h1 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
}
#redesign_page.kurs_land h2 {
	margin-top: 30px;
	    font-size: 30px;
    line-height: 40px;
}
.kurs_video__info {
    margin-top: 10px;
    margin-right: 0px;
        padding: 30px 18px;
	}

.kurs_button_abs {
	position: relative;
	margin-top: -30px;
    margin-bottom: 30px;
}

.kurs_video__media {
	    margin-top: 30px;
}


	#redesign_page.redesign_1688 h2 {
font-size: 28px !important;
line-height: 32px !important;
	}
	.price-1688__row {
		flex-direction: column;
		padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 15px;
	}

	.price-1688__row {
		align-items: flex-start;
	}

		.price-1688__row .row_cell{
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.price-1688__header img {
		display: block;
		margin-bottom: 10px;
	}
.how-work-1688__item {
	padding-left: 10px;
}

.how-work-1688__step {
	display: inline-block;
	position: relative;
  left: 0;
  top: 0;    
  margin-bottom: 20px;
}

.how-work-1688__item .row_cell:first-child {
	margin-right: 0;
}

.how-work-1688__item {
	font-size: 18px;
	line-height: 27px;
}

.how-work-1688__insurance {
    background: #9BEAFC;

    margin-left: 0;
    margin-right: -30px !important;
    padding: 30px;
    padding-left: 0;
    margin-top: 0px;
}

.how-work-1688__insurance > .row{
flex-direction: row;
}

 #redesign_page .compare_1688__header {
    margin-left: -5px;
}
#redesign_page.redesign_1688 section {
	padding: 20px 0px;
	margin-bottom: 20px;
}
#redesign_page .new_1688.mainblock {
	padding: 30px 10px 40px 10px;
    min-height: auto;
    height: 380px;
}

.social_1688 {
	display: none;
}

.how-work-1688 {
    margin-top: 50px;
}

#redesign_page #form.form_1688__wrapper img {
	display: inline;
	padding: 0;
}

.social_1688--mob {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background: url(https://tkcargo.ru/index_files/new-1688-social-back--mob.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 250px;
    min-width: 250px;
    height: 193px;
    min-height: 193px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    margin: 40px auto 0 !important;
}

.social_1688--mob .social_1688__content {
	margin-left: 0;
}

#redesign_page .social_1688__content p {
	text-align: center;
}

#redesign_page.redesign_1688 .mainblock_title {
font-size: 32px;
line-height: 37px;
}

#redesign_page.redesign_1688 .mainblock__subtitle {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.form_1688__wrapper {
	padding: 40px 10px 0px;
}

.how-work-1688__header {
	margin-bottom: 10px;
    margin-top: 120px;
    text-align: center;
}

#redesign_page.redesign_1688 h2 {
	font-size: 26px;
line-height: 30px;
margin-top: 25px;
}

#redesign_page .compare_1688__header {
	align-items: flex-start;
}


.form_1688__car {
	position: relative;
	    margin-top: 130px;
}

.form_1688__car::before {
    width: 280px;
    background-size: contain;
    height: 120px;
    right: 0;
    top: -120px;
}

.form_1688__boxes {
	position: relative;
	margin-top: 85px;
}
.form_1688__boxes::before {
	width: 280px;
    background-size: contain;
    height: 75px;
    right: 0;
    top: -65px;
}

.new_1688__subtitle {
	font-size: 16px;
	line-height: 24px;
}

#redesign_page .compare_1688__header span, #redesign_page.redesign_1688 h4 {
	font-size: 24px;
line-height: 28px;
}

#redesign_page.redesign_1688 form .row_cell {
	margin-bottom: 0;
	margin-top: 0;
}

.insurance__text {
    width: 100%;
    height: 157px;
    padding-top: 25px;
}


.insurance {
	margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.insurance .row {
	margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
}

.insurance-1688__shield {
	width: 50px;
	margin-bottom: 20px;
}

.insurance-back--right {
	right: -110px;
}

.insurance-back--left {
	left: -100px;
}

.price-1688__border-text {
	font-size: 14px;
	line-height: 21px;
	padding: 19px 22px 22px;
}

#redesign_page textarea.form_1688__input {
    min-height: 145px;
    }
 .row.zakup_types {
 	align-items: center;
 }

 #redesign_page.redesign_1688 h3 {
 	text-align: left;
 	font-size: 14px;
    line-height: 16px;
 }

 #redesign_page.redesign_1688 .new_home .accordion .info {
 	font-size: 12px;
 	line-height: 16px;
 }

 #redesign_page.redesign_1688 .profits_1688, #redesign_page.redesign_1688 .profits_1688 h5, #redesign_page.redesign_1688 .profits_1688 p {
 	text-align: center !important;
 }

 #redesign_page.redesign_1688 .button {
 	font-size: 16px;
line-height: 24px;
letter-spacing: 0.075em;
text-transform: uppercase;
color: #F6F8F8;
margin-right: 0px;
padding: 20px 5px;
 }
 .footer-text-1688 {
 	font-size: 12px;
 	line-height: 18px;
 }

}