

/* Start:/bitrix/templates/logistic/stylesheets/screen.css?174764767766197*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <li nk href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
@import url(/bitrix/templates/logistic/stylesheets/owl.carousel.min.css);
@import url(/bitrix/templates/logistic/stylesheets/owl.theme.default.min.css);
/* line 5, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}

/* line 103, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../. ./. ./. ./. ./Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'FFKievitPro';
    /*src: url("/bitrix/templates/logistic/stylesheets/../fonts/FFKievitPro-Regular.eot");
    src: url("/bitrix/templates/logistic/stylesheets/../fonts/FFKievitPro-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/logistic/stylesheets/../fonts/FFKievitPro-Regular.woff") format("woff"), url("/bitrix/templates/logistic/stylesheets/../fonts/FFKievitPro-Regular.ttf") format("truetype");*/
    src: url("/bitrix/templates/logistic/stylesheets/../fonts/FFKievitPro-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pragmatica';
    src: url("/bitrix/templates/logistic/stylesheets/../fonts/Pragmatica-Medium.eot");
    src: url("/bitrix/templates/logistic/stylesheets/../fonts/Pragmatica-Medium.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/logistic/stylesheets/../fonts/Pragmatica-Medium.woff") format("woff"), url("/bitrix/templates/logistic/stylesheets/../fonts/Pragmatica-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/* line 32, ../sass/screen.scss */
b {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

/* line 39, ../sass/screen.scss */
body, html {
    font-family: 'Roboto', sans-serif;
   /* background: url(/bitrix/templates/logistic/stylesheets/../images/goof-light-bg.jpg) no-repeat;*/
    background-size: cover;
    box-sizing: border-box;
}

/* line 43, ../sass/screen.scss */
a {
    text-decoration: none;
}

/* line 45, ../sass/screen.scss */
a:hover {
    text-decoration: underline;
}

/* line 48, ../sass/screen.scss */
.main-container {
    width: 1040px;
    margin: auto;
}

/* line 51, ../sass/screen.scss */
.main-container:after {
    content: '';
    clear: both;
    display: table;
}

/* line 56, ../sass/screen.scss */
header {
    background: #fff;
    padding: 15px 0;
	position: fixed;
    width: 100%;
    z-index: 1000;
    height: 80px;
    box-sizing: border-box;
}
header + .header-space {
    height: 55px;
}
/* line 59, ../sass/screen.scss */
header .main-container {
    width: 100%;
}

/* line 62, ../sass/screen.scss */
header .logotype {
    width: 22% !important;
    padding: 0 3% 0 7%;
    margin-top: -5px;
}

/* line 64, ../sass/screen.scss */
header .logotype img {
    width: 100%;
}

/* line 68, ../sass/screen.scss */
header .header-col {
    /*width: 30%;*/
    width: 23%;
    vertical-align: middle;
    display: inline-block;
}

/* line 73, ../sass/screen.scss */
header .header-col.header-number {
    text-align: right;
}

/* line 76, ../sass/screen.scss */
header .header-col-2 {
    text-align: center;
    font-size: 20px;
}

/* line 79, ../sass/screen.scss */
header .header-col-2 span {
  /*  text-transform: uppercase;  */
    font-weight: 500;
}
header .header-col.menu-icon {
	width: 44px;
	border: 1px solid #000;
	border-radius: 4px;
	/*margin-left: 5%;*/
    margin-right: 1%;
    margin-left: 3.5%;
	position: relative;
}
	header .header-col.menu-icon a {
		display: block;
		text-align: center;
		padding: 12px 0 8px;
		line-height: 0px;
	}
		header .header-col.menu-icon i {
			display: inline-block;
			width: 70%;
			height: 3px;
			background: #333;
			margin-bottom: 4px;
		}
	header .header-col.menu-icon ul {
		display: none;
		position: absolute;
		right: -217px;
		top: 42px;
		background: #FFF;
		padding: 3px 0px;
		border: 1px solid #777;
	}
	header .header-col.menu-icon.open ul {
		display: block;
        z-index: 10000;
	}
		header .header-col.menu-icon li {
			padding: 15px 5px;
			width: 250px;
			text-align: left;
			border-bottom: 2px dotted #555;
		}
		header .header-col.menu-icon li:last-child {
			border-bottom: none;
		}
			header .header-col.menu-icon li a {
				position: relative;
				display: inline-block;
				padding-left: 70px;
				color: #333;
				text-transform: lowercase;
				font-weight: bold;
				font-size: 18px;
			}
				header .header-col.menu-icon li a:before {
					content: '';
					position: absolute;
					background: url(/bitrix/templates/logistic/stylesheets/../images/menu_icons-b.png) no-repeat;
					width: 40px;
					height: 45px;
					display: block;
					margin: 0 auto 10px;
					left: 6px;
					top: -15px;
					background-size: 196px 45px;
					background-position: 0px 0;
				}
				header .header-col.menu-icon li:nth-child(2) a:before {
					background-position: -45px 0;
				}
				header .header-col.menu-icon li:nth-child(3) a:before {
					background-position: -86px 0;
				}
				header .header-col.menu-icon li:nth-child(4) a:before {
					background-position: -126px 0;
				}

.menu-icon strong {
    position: absolute;
    top: 10px;
    right: -70px;
    font-size: 22px;
    font-weight: bold;
}


/* line 83, ../sass/screen.scss */
header .callback-header {
    text-align: center;
}

header .callback-header-block {
    margin: 0 auto 5px auto;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 10px 12px 10px 12px;
    border-radius: 15px;
    border: 4px solid #9e005d;
}

/* line 86, ../sass/screen.scss */
header .callback-header a, header .callback-header a:hover {
    display: block;
    color: #9e005d;
    font-weight: 700;
    font-size: 20px;
    float: left;
	position: relative;
    margin: auto;
    text-decoration: none;
}

header .callback-header .leave_feedback:before {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 44px;*/
    /*height: 41px;*/
    /*left: -39px;*/
    /*top: -13px;*/
    /*display: block;*/
    /*background-position: -250px 0;*/
    /*background: url(/bitrix/templates/logistic/stylesheets/../images/menu_icons_active_white.png) no-repeat;*/
}

header .callback-header .leave_feedback:before {
    background-position: -262px -15px;
!important;
    float: left;
}

/* line 91, ../sass/screen.scss */
header .language {
    text-align: center;
    width: 10%;
    /*padding-left: 2%;*/
    padding-left: 0;
    display: inline-block;
}

/* line 97, ../sass/screen.scss */
header .language a, header .language span {
    font-weight: 700;
    color: #6a6a6a;
}

/* line 100, ../sass/screen.scss */
header .language a:hover {
    color: #444;
}

/* line 104, ../sass/screen.scss */
.container-menu {
    padding-top: 60px;
    border-bottom: 6px solid #fff;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
	font-size: 0px;
}

/* line 108, ../sass/screen.scss */
.container-menu:after {
    content: '';
    display: table;
    clear: both;
}
.container-menu ul {
	font-size: 0px;
}
/* line 113, ../sass/screen.scss */
.container-menu ul li {
    margin-right: 15%;
    text-align: center;
    display: inline-block;
	width: 13%;
	font-size: 16px;
}

.header-number a, .footer-number a {
    text-decoration: none;
    white-space: nowrap;
    color: black;
}

/* line 117, ../sass/screen.scss */
.container-menu ul li:last-child {
    margin-right: 0;
}

/* line 120, ../sass/screen.scss */
.container-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family:  'Roboto', sans-serif;
    text-transform: lowercase;
	white-space: nowrap;
}

.container-menu ul .active span {
    color: #9e005d;
    font-size: 18px;
    font-weight: 700;
    font-family:  'Roboto', sans-serif;
    text-transform: lowercase;
}

/* line 126, ../sass/screen.scss */
.container-menu ul li:before {
    content: '';
    background: url(/bitrix/templates/logistic/stylesheets/../images/menu_icons.png) no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 10px;
}

.container-menu ul li.active:before {
    background: url(/bitrix/templates/logistic/stylesheets/../images/menu_icons_active.png) no-repeat;
}

/* line 133, ../sass/screen.scss */
.container-menu ul li:nth-child(2):before {
    background-position: -69px 0;
}

/* line 135, ../sass/screen.scss */
.container-menu ul li:nth-child(3):before {
    width: 60px;
    background-position: -136px 0;
}

/* line 138, ../sass/screen.scss */
.container-menu ul li:nth-child(4):before {
    background-position: -192px 0;
}

/* line 141, ../sass/screen.scss */
.breadcrumb {
    padding: 15px 0;
}

/* line 143, ../sass/screen.scss */
.breadcrumb a {
    font-size: 14px;
    color: #9e005d;
    font-weight: 700;
    text-transform: uppercase;
}

/* line 148, ../sass/screen.scss */
.breadcrumb .active_bc {
    color: #231f20;
}

/* line 151, ../sass/screen.scss */
.container-sidebar {
    width: 25%;
    padding-top: 50px;
    float: left;
}

/* line 155, ../sass/screen.scss */
.container-sidebar ul li {
    padding-bottom: 25px;
}

/* line 157, ../sass/screen.scss */
.container-sidebar ul li a {
    font-weight: 500;
    color: #231f20;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

/* line 163, ../sass/screen.scss */
.container-sidebar ul li a:hover {
    color: #9e005d;
    text-decoration: none;
}

/* line 170, ../sass/screen.scss */
.container-content#avia section h1:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-top: -25px;
    background: url(/bitrix/templates/logistic/stylesheets/../images/other_icons.png) no-repeat;
    width: 70px;
    height: 70px;
    margin-left: 15px;
}

/* line 180, ../sass/screen.scss */
.container-content {
    width: 75%;
/*    padding-top: 10px; */
    padding-left: 25px;
    float: left;
}

/* line 185, ../sass/screen.scss */
.container-content section h1 {
    color: #a01065;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
padding-top: 50px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-stretch: 100%;
    height: 40px;
    font-family: 'Roboto', sans-serif;
}

/* line 191, ../sass/screen.scss */
.container-content section p,
.container-content section ul,
.container-content section ol {
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 25px;
    font-family:  'Roboto', sans-serif;
    font-weight: 300;    
    font-size: 18px;
}

/* line 196, ../sass/screen.scss */
.main-container .header-number, .main-container .footer-number {
    /*width: 17.5%;*/
    width: 15%;
    margin-left: 100px;
}

/* line 199, ../sass/screen.scss */
.main-container .header-number strong, .main-container .footer-number strong {
    font-size: 22px;
    display: block;
    font-weight: 700;
}

/* line 203, ../sass/screen.scss */
.main-container .header-number span, .main-container .footer-number span {
    font-size: 15px;
    float: right;
    font-weight: 300;
}

/* line 208, ../sass/screen.scss */
.active a {
    color: #b52167 !important;
}

/* line 211, ../sass/screen.scss */
.button {
    background-color: #9e005d;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 35px;
    display: inline-block;
    text-decoration: none !important;
    margin: 15px 0;
}

/* line 220, ../sass/screen.scss */
.button:hover {
    background-color: #a54c7a;
}

/* line 223, ../sass/screen.scss */
footer {
    width: 100%;
    float: left;
    /*margin-top: 30px;*/
}

/* line 227, ../sass/screen.scss */
footer .footer-inner {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 35px 0;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}
	footer .footer-inner ul {
		
	}
		footer .footer-inner ul li {
			float: left;
			background: none;
			width: 33%;
			padding: 10px 0px;
			text-align: center;
			position: relative;
		}
		footer .footer-inner ul li:nth-child(2):before {
			content: '';
			width: 0px;
			height: 120%;
			top: -10%;
			left: 0px;
			position: absolute;
			border-left: 3px dotted #bebebe;
		}
footer .footer-inner ul li:nth-child(3):before {
			content: '';
			width: 0px;
			height: 120%;
			top: -10%;
			left: 0px;
			position: absolute;
			border-left: 3px dotted #bebebe;
		}
			footer .footer-inner li a {
				font-size: 21px !important;
				font-weight: bold !important;
				color: #000 !important;
			}
		footer .footer-policy a {
			font-size: 14.5px !important;
			text-transform: uppercase;
		}

/* line 234, ../sass/screen.scss */
footer .footer-ask-col {
    width: 24%;
    text-align: center;
}

/* line 237, ../sass/screen.scss */
footer .footer-img {
    width: 100%;
}

/* line 239, ../sass/screen.scss */
footer .footer-col {
    float: left;
    margin-right: 3%;
}

/* line 242, ../sass/screen.scss */
footer .footer-address-col {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

/* line 247, ../sass/screen.scss */
footer .footer-address-col p:nth-child(2) {
    font-size: 13.5px;
}

/* line 251, ../sass/screen.scss */
footer .footer-inner .footer-number strong {
    font-size: 21px;
    text-align: right;
}

/* line 255, ../sass/screen.scss */
footer .footer-ask-col {
    font-weight: 700;
}

/* line 257, ../sass/screen.scss */
footer .footer-ask-col a {
    color: #000;
    position: relative;
}

/* line 260, ../sass/screen.scss */
footer .footer-ask-col a span {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 22px;
}

/* line 266, ../sass/screen.scss */
footer .footer-ask-col a span:hover {
    text-decoration: underline;
}

/* line 271, ../sass/screen.scss */
footer .footer-ask-col a:before {
    content: '';
    width: 42px;
    height: 68px;
    position: absolute;
    left: -40px;
    top: -25px;
    background: url(/bitrix/templates/logistic/stylesheets/../images/other_icons.png) -80px 0 no-repeat;
}

/* line 280, ../sass/screen.scss */
footer .footer-policy {
    text-align: center;
    margin-bottom: 35px;
}

/* line 283, ../sass/screen.scss */
footer .footer-policy a {
    color: #231f20;
    display: inline-block;
    font-weight: 700;
}

/* line 289, ../sass/screen.scss */
.services_btn-container {
    margin-top: 20px;
}

/* line 291, ../sass/screen.scss */
.service_btn {
    display: inline-block;
    margin-bottom: 15px;
}

/* line 294, ../sass/screen.scss */
.text_89848954, .opp-container h2 {
    padding-top: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #9e005d;
    text-transform: uppercase;
    font-size: 1.9em;
}

/* line 301, ../sass/screen.scss */
.full-width {
    width: 100%;
    padding-left: 0;
}

/* line 304, ../sass/screen.scss */
.container-content.full-width h1 {
    /*text-align: center;*/
    text-align: left;
    color: #B52167;
    padding: 0 0 40px;
    font-size: 2.4em;
    font-weight: 500;
    white-space: nowrap;
}

/* line 310, ../sass/screen.scss */
.main-button {
    display: block;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 0;
    font-weight: 300;
    font-family:  'Roboto', sans-serif;
    font-size: 170%;
    background: #861e5c;
}

/* line 325, ../sass/screen.scss */
.main-button:hover {
    background: -webkit-linear-gradient(#861e5c, #D26F93 85%);
    background: -o-linear-gradient(#861e5c, #D26F93 85%);
    background: linear-gradient(#861e5c, #D26F93 85%);
}

/* line 329, ../sass/screen.scss */
.main-button:active {
    background: -webkit-linear-gradient(bottom, #D92065, #D26F93 85%);
    background: -o-linear-gradient(bottom, #D92065, #D26F93 85%);
    background: linear-gradient(to top, #D92065, #D26F93 85%);
}

.contacts-text-container section h1 {
    color: #a01065;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

/* line 335, ../sass/screen.scss */
.contacts-text-container ul li {
    font-weight: 300;
    font-size: 1.8em;
    padding-bottom: 10px;
}

/* line 339, ../sass/screen.scss */
.contacts-text-container ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/stylesheets/../images/contact_icons.png) no-repeat;
    margin-right: 20px;
}

/* line 345, ../sass/screen.scss */
.contacts-text-container ul li span {
    color: #B52167;
    font-size: 1.65em;
    padding-left: 20px;
}

/* line 350, ../sass/screen.scss */
.contacts-text-container ul li:first-child:before {
    width: 60px;
    height: 70px;
    background-position: 5px 0px;
}

/* line 354, ../sass/screen.scss */
.contacts-text-container ul li:nth-child(2):before {
    width: 60px;
    height: 70px;
    background-position: -1px -79px;
}

/* line 358, ../sass/screen.scss */
.contacts-text-container ul li:nth-child(3):before {
    width: 60px;
    height: 70px;
    background-position: -1px -160px;
}

/* line 364, ../sass/screen.scss */
.contact-btn {
    width: 340px;
    padding: 20px 0;
    margin: 30px auto 0;
font-weight: bold;
    text-transform: uppercase;
border-radius: 25px;
}

/* line 368, ../sass/screen.scss */
.map-container {
    padding-top: 70px;
}

/* line 370, ../sass/screen.scss */
.map-container .map-coords span {
    color: #B52167;
}

/* line 372, ../sass/screen.scss */
.map-container .map-coords {
    font-size: 25px;
    font-weight: 500;
}

/* line 376, ../sass/screen.scss */
#map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

/* line 379, ../sass/screen.scss */
.docs-buttons {
    padding-top: 30px;
}

/* line 381, ../sass/screen.scss */
.docs-buttons a {
    font-size: 105%;
    text-align: left;
    margin-bottom: 40px;
    padding: 25px 0;
    padding-left: 100px;
    position: relative;
}
.docs-buttons.normativ a:before{
    content: '';
    width: 40px;
    height: 44px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url(/bitrix/templates/logistic/stylesheets/../images/other_icons-btn.png) 0px 44px !important;
}

/* line 388, ../sass/screen.scss */
.docs-buttons a:first-child:before, .docs-buttons a:nth-child(2):before, .docs-buttons a:nth-child(3):before {
    content: '';
    width: 40px;
    height: 44px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url(/bitrix/templates/logistic/stylesheets/../images/other_icons-btn.png) 0px 44px;
}

/* line 397, ../sass/screen.scss */
/*.docs-buttons a:nth-child(3) {
    padding: 35px 0;
    padding-left: 100px;
}*/

/* line 400, ../sass/screen.scss */
.docs-buttons a:nth-child(3):before {
    background-position: 0 0;
}

/* line 404, ../sass/screen.scss */
.large_logo-container {
    padding: 0 0 70px 0;
}

/* line 406, ../sass/screen.scss */
.large_logo-container img {
    width: 100%;
}

.large_logo-container .text {
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
}

/* line 410, ../sass/screen.scss */
.container-features {
    border-bottom: 6px solid #fff;
    padding-bottom: 30px;
}

/* line 413, ../sass/screen.scss */
.feature-container {
    width: 63%;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 25px 30px;
    margin-bottom: 40px;
    position: relative;
}
.container-features.section-1 .feature-container {
	border: none;
	padding: 0 30px;
    margin-bottom: 60px;
}

/* line 421, ../sass/screen.scss */
.feature-container h2, .feature-container p {
    padding-left: 10px;
}

/* line 424, ../sass/screen.scss */
.feature-container h2 {
    color: #9e005d;
    font-size: 31px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.container-features.section-1 .feature-container h2 {
    font-size: 26px;
}

/* line 429, ../sass/screen.scss */
.feature-container h2:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #9e005d;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 12px;
    border-radius: 100%;
}
.container-features.section-1 .feature-container h2:before {
	content: none;
}

/* line 440, ../sass/screen.scss */
.feature-container p {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-style: initial;
    width: 570px;
}
.container-features.section-1 .feature-container p {
    font-size: 21px;
	position: relative;
    margin-left: -5px;
}
	.container-features.section-1 .feature-container p:before {
		content: '';
		position: absolute;
		width: 5px;
		height: 5px;
		background: #000;
		left: -5px;
		top: 9px;
		border-radius: 50%
	}

/* line 446, ../sass/screen.scss */
.feature-container-inner {
    padding-left: 25%;
}
.container-features.section-1 .feature-container-inner {
    padding-left: 14%;
}

/* line 448, ../sass/screen.scss */
.feature-container-inner:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 30px;
    background: url(/bitrix/templates/logistic/stylesheets/../images/feature-icons.png);
}
.container-features.section-1 .feature-container-inner:before {
	left: 0px;
	top: 8px;
}
.last-sign .feature-container-inner:before {
    background: url(/bitrix/templates/logistic/stylesheets/../images/voskl.png);
    width: 67px;
    height: 67px;
    left: 21px !important;
top: 15px !important;
}

/* line 454, ../sass/screen.scss */
.handshake .feature-container-inner:before {
    width: 89px;
    height: 74px;
left: 10px !important;
}

/* line 457, ../sass/screen.scss */
.afford-icon .feature-container-inner:before {
    width: 82px;
    height: 78px;
    background-position: -5px -86px;
left: 10px !important;
top: 33px !important;
}

/* line 461, ../sass/screen.scss */
.no_risk .feature-container-inner:before {
    width: 71px;
    height: 80px;
    background-position: -5px -172px;
left: 17px !important;
}

/* line 465, ../sass/screen.scss */
.gift-icon .feature-container-inner:before {
    width: 80px;
    height: 82px;
    background-position: -5px -267px;
left: 13px !important;
}

/* line 469, ../sass/screen.scss */
.text_894858d {
    color: #030303;
    font-size: 16px;
    text-align: center;
    font-family:  'Roboto', sans-serif;
    padding-bottom: 25px;
}

/* line 475, ../sass/screen.scss */
.empl-container {
    background: #fff;
    width: 27%;
    float: right;
    padding: 10px 10px 10px 10px;
	/*padding-top: 20px;*/
    text-align: center;
	padding-bottom: 0px;
	position: relative;
    top: 5px;
}
	.container-features.section-1 .empl-container:before {
		/*content: 'выбрать специалиста';
		position: absolute;
		width: 100%;
		height: 35px;
		line-height: 35px;
		background: #79858a;
		color: #eee;
		top: 0px;
		left: 0px;
		font-size: 18px;
		letter-spacing: 0.5px; */
	}
	.container-features.section-1 .empl-container:after {
		/*content: '';
		position: absolute;
		border-top: 18px solid #85165b;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		top: 10px;
		right: 12px; */
	}

/* line 481, ../sass/screen.scss */
.empl-container h2 {
    font-family:  'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
	padding: 15px 6px 10px 10px;
    text-align: center;
}
.container-features.section-1 .empl-container h2 {
	/*font-style: normal;
	font: normal 16px 'Roboto';
	line-height: 1.1em;*/
}

/* line 488, ../sass/screen.scss */
.empl-container .empl-container-inner {
    width: 94%;
    display: inline-block;
}

/* line 491, ../sass/screen.scss */
.empl-container .empl-container-inner img {
    width: 94%;
}

/* line 494, ../sass/screen.scss */
.empl-container .empl-container-inner .main-button {
    margin: 10px 0;
}
.container-features.section-1 .empl-container .empl-container-inner .main-button {
    display: inline-block;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
    width: 217px;
    padding: 10px 0px;
    border: none;
    border-radius: 0;
}

.empl-container-inner video {
    max-width: 100%;
}

/* line 498, ../sass/screen.scss */
.d-purple-scheme {
    background: #871e5d !important;
    font-size: 125%;
    border-color: #bb779b;
}

/* line 502, ../sass/screen.scss */
.container-title {
    color: #9e005d;
    font-family:   'Roboto', sans-serif;
    font-size: 37px;
    text-align: center;
    padding: 20px 0;
    padding-top: 40px;
}
.partners-container .container-title {
	padding-top: 0px
}
.partners-container .owl-nav {
	/*display: none;*/
}

.partners {
    font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 25px;
font-weight: 300;
}

.partners h2{
	color: #a01065;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    padding-bottom: 10px;
}

/* line 509, ../sass/screen.scss */
.owl-carousel {
    position: relative;
    background: #dce0e1;
}

/* line 515, ../sass/screen.scss */
.owl-nav .owl-next {
    width: 0;
    height: 0;
    position: absolute;
    right: 3px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #861a53;
    border-bottom: 15px solid transparent;
}

.owl-nav .owl-prev {
    width: 0;
    height: 0;
    position: absolute;
    left: 3px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 0;
    border-top: 15px solid transparent;
    border-right: 25px solid #861a53;
    border-bottom: 15px solid transparent;
}

/* line 528, ../sass/screen.scss */
.owl-carousel .owl-item img {
    width: 75%;
    height: auto;
    margin: 0 10%;
}

/* line 530, ../sass/screen.scss */
.partners-container {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 6px solid #fff;
}

/* line 534, ../sass/screen.scss */
.top-directions-container {
    width: 100%;
}

/* line 536, ../sass/screen.scss */
.top-directions-container img {
    vertical-align: middle;
    display: inline-block;
    width: 60%;
}

/* line 541, ../sass/screen.scss */
.container-sc-inner {
    padding: 30px 0;
    background: #dce0e1;
}
.section-3 .container-sc-inner {
	padding-top: 0px;
	/*padding-bottom: 28px;*/
    padding-bottom:0px;
	width: 100%;
    float: left;

    margin-bottom:25px;
}
.section-3 .container-sc-inner .desc{
    float:left;
    width:380px;
    font-size: 22px !important;
    margin-top:16px;
}
.section-3 .container-sc-inner.right-part .desc{
    width:330px;
}
.section-3 .container-sc-inner.right-part {
	width: 100%;
    float: right;
}
	.section-3 .container-sc-inner.right-part .image {
		text-align: center;
		padding-top: 56px;
		padding-bottom: 14px;
	}
	.section-3 .container-sc-inner.right-part img {
		width: 76%;
	}
/* line 544, ../sass/screen.scss */
.sc-title-label {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    background: #831e59;
    border: 3px solid #bb779b;
    color: #fff;
    font-family:  'Roboto', sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 60px;
    font-size: 220%;
    display: inline-block;
    vertical-align: middle;
}
.section-3 .sc-title-label {
	border: none;
    width: 100%;
    text-align: center;
    font-size: 185%;
    line-height: 40px;
	padding: 5px 0px;
    border-radius: 0px;
}
.section-3 .container-sc-inner .desc {
	position: relative;
	padding: 0px 20px;
	font-size: 18px;
}
.section-3 .container-sc-inner.right-part .desc {
	height: 36px;
}
	.section-3 .container-sc-inner .desc ul {
		position: absolute;
		width: calc(100% - 48px);
		bottom: 44px;
		left: 0px;
		padding-left: 27px;
	}
		.section-3 .container-sc-inner .desc ul:before {
			content: '';
			position: absolute;
			width: calc(100% + 0px);
			height: 2px;
			bottom: 5px;
			left: 10px;
			background: #9f1f63; 
		}
		.section-3 .container-sc-inner .desc ul li {
			display: inline-block;
			width: 9px;
			height: 9px;
			border-radius: 50%;
			background: #9f1f63;
			margin-right: calc(17% + 1px);
		}
		.section-3 .container-sc-inner .desc ul li:last-child {
			margin-right: 0px;
		}

/* line 548, ../sass/screen.scss */
.sc-title-label:before {
    content: '';
    /*border: 4px solid #984476;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* line 569, ../sass/screen.scss */
.sc-title-label span {
    position: relative;
}


/* line 573, ../sass/screen.scss */
.top-directions-container__img .top-directions-container__img__inner:nth-child(2), .top-directions-container__img .top-directions-container__img__inner:nth-child(4) {
    float: right;
}

/* line 576, ../sass/screen.scss */
.top-directions-container__img__inner {
    width: 49%;
    height: 219px;
    margin: 30px 0 0px;
    display: inline-block;
    position: relative;
}

/* line 582, ../sass/screen.scss */
.top-directions-container__img__inner .sc-title-label {
    position: absolute;
    bottom: 30px;
    padding-right: 30px;
}

/* line 587, ../sass/screen.scss */
.top-directions-container__img__inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

/* line 594, ../sass/screen.scss */
.adv-opp-container_inner {
    padding: 20px 0;
    display: inline-block;
    height: 130px;
    vertical-align: top;
    margin-bottom: 30px;
    background: #dce0e1;
}

.section-4 .adv-opp-container_inner {
	padding: 0;
	padding-bottom: 15px;
	overflow: hidden;
	height: auto;
}
.section-4 .adv-opp-60 {
	width: 48%;
	height: 245px;
}
.section-4 .adv-opp-30 {
	width: 48%;
	padding-bottom: 15px;
	height: 280px;
}
.section-4 .adv-opp-30 .sc-title-label {
    line-height:80px;
}
	.section-4 a {
		display: block;
	}
	.section-4 .sc-title-label {
		border: none;
		width: 100%;
		text-align: center;
		font-size: 185%;
		line-height: 40px;
		padding: 5px 0px;
		border-radius: 0px;
		margin-bottom: 0px;
        height:80px;
	}
	.section-4 .desc {
		font-size: 22px;
		/*font-weight: bold;*/
		width: 41%;
		padding: 0px 0% 0 20px;
	}
	.section-4 .adv-opp-30 .desc {
		width: 35%;
		padding: 11px 3% 0 20px;
	}
	.section-4 .image {
		
	}
	.section-4 .adv-opp-100 .desc {
		width: 35%;
		padding: 0px 3% 0 20px;
	}.section-4 .adv-opp-100 {
		padding-bottom: 28px;
		margin-bottom: 0px;
	}

/* line 601, ../sass/screen.scss */
.adv-opp-container_inner * {
    vertical-align: middle;
    display: inline-block;
}

/* line 605, ../sass/screen.scss */
.adv-opp-50 {
    width: 48%;
}

/* line 607, ../sass/screen.scss */
.adv-opp-100 {
    width: 100%;
}

/* line 609, ../sass/screen.scss */
.fl_r {
    float: right !important;
}

/* line 611, ../sass/screen.scss */
.approved {
    padding-bottom: 0;
}

/* line 613, ../sass/screen.scss */
.approved img {
    width: 58%;
}

/* line 615, ../sass/screen.scss */
.approved .sc-title-label {
    margin-right: 35px;
}

/* line 617, ../sass/screen.scss */
.adv-opp-container {
    /*border-bottom: 6px solid #fff;*/
	clear: both;
}

/* line 619, ../sass/screen.scss */
.feedback_large-container {
    width: 100%;
    height: 260px;
    margin-top: 30px;
    position: relative;
    /*background: url(/bitrix/templates/logistic/stylesheets/../images/fdback.png) no-repeat;*/
    background-size: cover;
}

/* line 626, ../sass/screen.scss */
.feedback_large-container .main-button.d-purple-scheme {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    font-size: 149%;
    font-weight: bold;
    text-transform: uppercase;
    width: 320px;
    margin: auto;
    padding: 0;
	border: none;
	border-radius: 0px;
	margin-top: 170px;
}

/* line 638, ../sass/screen.scss */
.feedback_large-container .main-button.d-purple-scheme:before {
    content: '';
    border: 4px solid #984476;
    width: 98%;
    height: 91.5%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	border: none;
}

/* line 650, ../sass/screen.scss */
.popup-wrapper {
    display: none;
    padding: 10px 20px;
    background: #fff;
    width: 500px;
    height: fit-content;
    border-radius: 7px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 20;
}
.popup_copy #CONSENT{
    width: auto;
    display: block;
    float: left;
}
.popup_copy #CONSENT-label{
    position: relative;
    display: block;
    width: 90%;
    float: right;
    font-size: 14px;
    margin-left: 42px;
    margin: 2px 0 0;
}

/* line 664, ../sass/screen.scss */
.popup-wrapper .main-button {
    width: 100%;
    margin-top: 40px;
    padding: 0;
}

/* line 671, ../sass/screen.scss */
.overlay {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
}

/* line 678, ../sass/screen.scss */
.overlay .close_overlay {
    font-family: 'Pragmatica';
    position: absolute;
    right: -40px;
    top: -30px;
    font-size: 31px;
    color: #861e5c;
    cursor: pointer;
    font-family: 'Pragmatica';
}
@media screen and (max-width: 768px) {
    .smp-popup .close_overlay {
        right: 0px !important;
        top: -45px !important;
    }
}

/* line 688, ../sass/screen.scss */
.popup-inputs label {
    display: block;
    /*font-family: 'Pragmatica';*/
    font-weight: 400;
    font-size: 16px;
    margin-top: 0;
    padding-bottom: 10px;
}

/* line 696, ../sass/screen.scss */
.popup-inputs input, .popup-inputs textarea {
    box-sizing: border-box;
    border: 0;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    font-style: inherit;
    font-family: inherit;
    line-height: 1.5;
    /*-webkit-appearance: none;*/
    border-radius: 0;
    background: #fff;

    border: 1px solid #861e5c;
}

/* line 703, ../sass/screen.scss */
.popup-adv .close_overlay {
    color: #861e5c;
    right: 10px;
    top: 5px;
}

/* line 707, ../sass/screen.scss */
.popup-adv {
    width: 50%;
    max-width: 500px;
    height: max-content;
    padding: 30px 20px;
}

/* line 712, ../sass/screen.scss */
.popup-adv textarea {
    resize: none;
}

/* line 715, ../sass/screen.scss */
.popup-adv .main-button {
    padding: 10px 0;
    font-size: 150%;
}

/* line 719, ../sass/screen.scss */
.popup-adv h2 {
   margin-top: 14px;
}

/* line 725, ../sass/screen.scss */
.feedback_btn_01:before {
    background-position: -192px 0 !important;
    content: '';
    background: url(/bitrix/templates/logistic/stylesheets/../images/menu_icons.png) no-repeat;
    position: relative;
    left: -10px;
    top: 1px;
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin: 0 auto 5px;
    zoom: 0.7;
}

/* line 738, ../sass/screen.scss */
.adv_empl-popup {
    width: 50%;
    margin: 0 auto;
}

/* line 741, ../sass/screen.scss */
.adv_empl-popup img {
    width: 100%;
}

/* line 745, ../sass/screen.scss */
/*.section_about p {
    float: left;
    width: 75%;
}*/

/* line 748, ../sass/screen.scss */
.section_about img.section-about-features {
    width: 20%;
    float: right;
}

/* line 752, ../sass/screen.scss */
.parther-container-img {
    width: 22.5%;
    height: 200px;
    position: relative;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 4px solid #fff;
    text-align: center;
}

/* line 761, ../sass/screen.scss */
.parther-container-img img {
    max-width: 100%;
    display: inline-block;
}

/* line 765, ../sass/screen.scss */
.partner-wrapper {
    padding-top: 20px;
    width: 100%;
    float: right;
}

/* line 767, ../sass/screen.scss */
.papers_container {
    width: 100%;
    margin-top: -140px;
    height: 239px;
    background: url(/bitrix/templates/logistic/stylesheets/../images/partneri_PISMA_part.png);
    background-size: cover;
}

/* line 773, ../sass/screen.scss */
.papers_container_m0 {
    margin-top: 0 !important;
}

/* line 775, ../sass/screen.scss */
.over_layout {
    position: relative;
    z-index: 5;
}

/* line 778, ../sass/screen.scss */
.dropdown__feadback-container__head {
    background-color: #A3216F;
    border-top: 10px solid #861B55;
    position: relative;
    padding: 15px 0;
}

/* line 783, ../sass/screen.scss */
.dropdown__feadback-container__head span {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
}

/* line 789, ../sass/screen.scss */
.dropdown__feadback-container__content {
    display: none;
    background-color: #EEF1F7;
    font-weight: 300;
    padding: 20px;
    line-height: 30px;
}

/* line 795, ../sass/screen.scss */
.dropdown__feadback-container__content img {
    width: 94%;
}

/* line 798, ../sass/screen.scss */
.dropdown__feadback-container__content strong {
    font-size: 18px;
    font-weight: 700;
}

/* line 802, ../sass/screen.scss */
.dropdown_arrow {
    cursor: pointer;
}

/* line 804, ../sass/screen.scss */
.dropdown_open:after {
    content: "^";
    position: absolute;
    right: 15px;
    vertical-align: top;
    font-size: 30px;
    font-weight: bold;
    top: 4px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 817, ../sass/screen.scss */
.dropdown_closed:after {
    content: "^";
    font-size: 30px;
    vertical-align: top;
    position: absolute;
    right: 9px;
    font-weight: bold;
}

/* line 824, ../sass/screen.scss */
.dropdown_open-content {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* line 831, ../sass/screen.scss */
.read_feedback {
    color: #A3216F;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-weight: bold;
}

/* line 840, ../sass/screen.scss */
.info-container {
    padding-top: 20px;
}

/* line 842, ../sass/screen.scss */
.info-container .breadcrumb-info {
    padding-bottom: 20px;
}

/* line 843, ../sass/screen.scss */
.info-container .breadcrumb-info a {
    color: #000;
   font-weight: bold;
    text-transform: uppercase;
}

/* line 847, ../sass/screen.scss */
.info-container .breadcrumb-info .active_bc {
    color: #b52167 !important;
}

/* line 853, ../sass/screen.scss */
.info-container section h2 {
    background-color: #fff;
    padding: 10px;
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0;
}

/* line 859, ../sass/screen.scss */
.info-container section p {
    padding-bottom: 5px;
}

/* line 861, ../sass/screen.scss */
.info-container section p:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
}

/* line 874, ../sass/screen.scss */
.list_info-section h2, .adv-list-section h2 {
    text-align: center;
}

/* line 877, ../sass/screen.scss */
.list_info-section ol, .adv-list-section ol {
    padding-left: 30px;
    list-style: decimal;
    color: #b52167;
  /*  font-weight: bold;*/
}



/* line 883, ../sass/screen.scss */
.list_info-section ol li p, .adv-list-section ol li p {
    font-size: 18px;
    color: #000 !important;
}

/* line 887, ../sass/screen.scss */
.list_info-section ol li p:before, .adv-list-section ol li p:before {
    display: none !important;
}

/* line 892, ../sass/screen.scss */
.adv-list-section {
    font-family: 'Open Sans', sans-serif;
}

/* line 894, ../sass/screen.scss */
.adv-list-section ol {
    padding-left: 25px;
}

/* line 896, ../sass/screen.scss */
.adv-list-section ol li {
    margin-bottom: 20px;
}

/* line 898, ../sass/screen.scss */
.adv-list-section ol li p {
    font-weight: 300;
}

/* line 903, ../sass/screen.scss */
.info-table-col {
    display: table;
    border-spacing: 8px 10px;
}

/* line 906, ../sass/screen.scss */
.info-table-col .row {
    display: table-row;
}

/* line 910, ../sass/screen.scss */
.info-table-col .row .cell {
    display: table-cell;
    background-color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 25px;
    margin-right: 50px;
    vertical-align: middle;
}

/* line 918, ../sass/screen.scss */
.info-table-col .table-info-head .cell {
    background-color: #95115E;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

/* line 924, ../sass/screen.scss */
.t-center {
    text-align: center;
}

/* line 926, ../sass/screen.scss */
.wide-content-cell .cell:nth-child(1) {
    width: 79%;
    text-align: left;
}

/* line 929, ../sass/screen.scss */
.info-table-col-wide .wide-content-cell .cell:nth-child(1) {
    width: 78.5%;
}

/* line 931, ../sass/screen.scss */
.btn-center {
    display: inline-block;
}

/* line 933, ../sass/screen.scss */
.bottom-button-container {
    text-align: center;
}

/* line 936, ../sass/screen.scss */
.services_btn-container .main-button {
    width: 100%;
    max-width: 404px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    font-size: 145%;
    margin-bottom: 15px;
}

/* line 943, ../sass/screen.scss */
.services_btn-container .main-button span {
    font-weight: 500;
    text-align: center; /* !important;*/
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

/* line 951, ../sass/screen.scss */
.services_btn-container .main-button:after {
    clear: both;
    display: table;
    content: '';
}

/* line 956, ../sass/screen.scss */
.services_btn-container .main-button:before {
    content: '';
    width: 55px;
    height: 57px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
    background: url(/bitrix/templates/logistic/stylesheets/../images/inter_button-icons.png) no-repeat;
}

/* line 964, ../sass/screen.scss */
.services_btn-container .main-button:first-child:before {
    background-position: -133px -4px;
    height: 53px;
    width: 50px;
}

/* line 968, ../sass/screen.scss */
.services_btn-container .main-button:nth-child(2):before {
    background-position: -269px 0px;
}

/* line 970, ../sass/screen.scss */
.services_btn-container .main-button:nth-child(3):before {
    background-position: 4px 0px;
}

/* line 972, ../sass/screen.scss */
.services_btn-container .main-button:nth-child(4):before {
    background-position: -188px 0px;
    width: 64px;
}

/* line 975, ../sass/screen.scss */
.services_btn-container .main-button:nth-child(4) span {
    width: 79%;
}

/* line 977, ../sass/screen.scss */
.services_btn-container .main-button:nth-child(5):before {
    background-position: -64px 0px;
    width: 59px;
}

/* line 981, ../sass/screen.scss */
.services_btn-container .main-button:nth-child(5) .btn_more {
    margin-top: 0;
}

/* line 984, ../sass/screen.scss */
.services_btn-container .main-button:nth-child(6):before {
    background-position: -327px 0px;
}

.services_btn-container.sect5 {
    width: 1000px;
    margin-left: -190px;
}

.services_btn-container.sect5 .main-button {
    display: inline-block;
    width: 400px;
    margin-right: 50px;
    max-width: 404px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    font-size: 145%;
    margin-bottom: 15px;
}

/* line 988, ../sass/screen.scss */
.btn_more {
    font-size: 8px;
    margin-top: 0;
    float: right;
    width: 69% !important;
    margin-right: 5%;
}

/* line 996, ../sass/screen.scss */
.our-services-container li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    /*text-transform: uppercase;*/
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin: 5px 0;
    line-height: 22px;
    padding-bottom: 5px; 

    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

/* line 1005, ../sass/screen.scss */
.our-services-container li:after {
    content: '';
    display: table;
    clear: both;
}

/* line 1010, ../sass/screen.scss */
.our-services-container li:before {
    content: '';
    width: 55px;
    height: 60px;
    margin-right: 3%;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/stylesheets/../images/services.png) no-repeat;
    float: left;
    background-position: 0px 9px;
}

/* line 1019, ../sass/screen.scss */
.our-services-container li:nth-child(2):before {
    background-position: 0 -60px;
}

/* line 1021, ../sass/screen.scss */
.our-services-container li:nth-child(3):before {
    background-position: 0px -125px;
}

/* line 1023, ../sass/screen.scss */
.our-services-container li:nth-child(4):before {
    background-position: 0px -190px;
}

.our-services-container.block2 li:nth-child(1):before {
    background-position: 0 10px;
}
.our-services-container.block2 li:nth-child(2):before {
    background-position: 0 -488px;
}
.our-services-container.block2 li:nth-child(3):before {
    background-position: 0 -580px;
    width: 82px;
}
.our-services-container.block2 li:nth-child(4):before {
    background-position: 0 -670px;
}
.our-services-container.block2 li:nth-child(5):before {
    background-position: 0 -755px;
}
.double-mark{
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 30px 0; 
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}
.services.under-block .call-back{   
    padding: 30px 65px;
    box-sizing: border-box;
    font-family: 'Pragmatica';
    font-weight: 300;
    font-size: 22px;
/*    font-style: italic;  */
    width: 100%;
    overflow: hidden;
}
.call-back .leave_feedback, .call-back .spec_call{
    border: none;
    background: #85165b;
    font-weight: 500;
    font-size: 30px;
    font-style: normal;
}
.formats-description{
   float: left; 
}
section.services .formats-description h2{
    text-align: center;
 font-size: 26px;
}
.formats-description .title-block{
    display: block;
    margin-left: 120px;  
    font-weight: 600;
    font-size: 20px;
}
.formats-description .picture-block{
    display: block;
    width: 120px;
    font-size: 35px;
    text-align: center;
    float: left;
    color: #a01065;
    font-weight: 800;
}
.formats-description .text-block{
    display: block;
    font-size: 20px;
    margin-left: 120px;
}
.formats-description .block{
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px; 
}
.service-image-wrapper img{
    width: 100%;
}
.formats-table{
    font-size: 20px;
    text-align: left; 
    box-sizing: border-box; 
}
.formats-table .col-name{
    width: 79%;
    float: left;
    display: block;
}
.formats-table .col-val {
    width: 7%;
    float: left;
    display: block;
    color: #a01065;
    font-weight: 800;
    font-size: 24px;
}
.formats-table .row{
    width: 100%;
    display: table;
}
.formats-table .col-val, .formats-table .col-name {
    border-bottom: 2px dashed white;
    border-right: 2px dashed white;
    padding: 15px;
    box-sizing: border-box;
    height: 52px;
}
.formats-table.double-mark{
    padding: 0;
}
.formats-table.double-mark .row:last-child *{
    border-bottom: none;
}


/* line 1033, ../sass/screen.scss */
.dropdown__feadback-container__content form label {
    font-family: 'Pragmatica';
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}

/* line 1039, ../sass/screen.scss */
.dropdown__feadback-container__content form input {
    border: 0;
    padding: 10px;
    width: 91%;
    margin-bottom: 15px;
}

/* line 1044, ../sass/screen.scss */
.dropdown__feadback-container__content form .main-button {
    width: 100%;
    font-size: 90%;
    cursor: pointer;
    -webkit-background: linear-gradient(to top, #D92065, #D26F93 35%);
    -moz-background: linear-gradient(to top, #D92065, #D26F93 35%);
    -ms-background: linear-gradient(to top, #D92065, #D26F93 35%);
    -o-background: linear-gradient(to top, #D92065, #D26F93 35%);
    background: linear-gradient(to top, #D92065, #D26F93 35%);
}

/* line 1053, ../sass/screen.scss */
.dropdown__feadback-container__content form .main-button:hover {
    -webkit-background: linear-gradient(to bottom, #D92065, #D26F93 35%);
    -moz-background: linear-gradient(to bottom, #D92065, #D26F93 35%);
    -ms-background: linear-gradient(to bottom, #D92065, #D26F93 35%);
    -o-background: linear-gradient(to bottom, #D92065, #D26F93 35%);
    background: linear-gradient(to bottom, #D92065, #D26F93 35%);
}

/* line 1059, ../sass/screen.scss */
.dropdown__feadback-container__content form .main-button:active {
    -webkit-background: linear-gradient(to top, #D92065, #D26F93 35%);
    -moz-background: linear-gradient(to top, #D92065, #D26F93 35%);
    -ms-background: linear-gradient(to top, #D92065, #D26F93 35%);
    -o-background: linear-gradient(to top, #D92065, #D26F93 35%);
    background: linear-gradient(to top, #D92065, #D26F93 35%);
}

/* line 1069, ../sass/screen.scss */
.dropdown-call-specialist .dropdown__feadback-container__head {
    background-color: #FFFEFC;
    border-top: 0;
}

/* line 1071, ../sass/screen.scss */
.dropdown-call-specialist .dropdown__feadback-container__head span {
    color: #000;
}

/* line 1075, ../sass/screen.scss */
.dropdown-call-specialist .dropdown__feadback-container__content.dropdown_open-content {
    background-color: #A3216F;
    color: #ffffff;
}

/* line 1079, ../sass/screen.scss */
.opp-scheme-container {
    padding: 30px 0 0;
}

/* line 1081, ../sass/screen.scss */
.opp-scheme-container ul:after {
    content: '';
    clear: both;
    display: table;
}

/* line 1086, ../sass/screen.scss */
.opp-scheme-container ul li {
    width: 33.3%;
    margin-right: 1.45%;
    float: left;
    height: 82px;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    display: inline-block;
}

/* line 1095, ../sass/screen.scss */
.opp-scheme-container ul li:last-child {
    margin-right: 0;
}

/* line 1098, ../sass/screen.scss */
.opp-scheme-container ul li:after {
    content: '';
    clear: both;
    display: table;
}

/* line 1103, ../sass/screen.scss */
.opp-scheme-container ul li:before {
    content: '';
    height: 83px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: -15px;
    margin-right: 15px;
    background: url(/bitrix/templates/logistic/stylesheets/../images/opp-icon.png);
}

/* line 1112, ../sass/screen.scss */
.opp-scheme-container ul li:nth-child(1):before {
    width: 65px;
    background-position: -6px 3px;
    margin-top: -25px;
}

/* line 1115, ../sass/screen.scss */
.opp-scheme-container ul li:nth-child(2):before {
    width: 73px;
    background-position: -85px -1px;
}

/* line 1118, ../sass/screen.scss */
.opp-scheme-container ul li:nth-child(3):before {
    width: 70px;
    height: 81px;
    background-position: -152px 1px;
}

/* line 1125, ../sass/screen.scss */
.opp-scheme-container.opp-scheme-container_btm,
.opp-scheme-container_right {
    width: 32%;
    margin-bottom: 40px;
    float: left;
}

/* line 1131, ../sass/screen.scss */
.opp-scheme-container.opp-scheme-container_btm ul li,
.opp-scheme-container_right ul li {
    width: 100%;
    display: block;
    float: none;
    margin-top: 18px;
    /*height: 94px;*/
    margin-bottom: 20px;
}

/* line 1133, ../sass/screen.scss */
.opp-scheme-container.opp-scheme-container_btm ul li:first-child,
.opp-scheme-container_right ul li:first-child {
    margin-top: 15px;
}

/* line 1140, ../sass/screen.scss */
.opp-scheme-container.opp-scheme-container_btm ul li:before,
.opp-scheme-container_right ul li:before {
    margin-top: 0;
}

/* line 1142, ../sass/screen.scss */
.opp-scheme-container.opp-scheme-container_btm ul li:nth-child(1):before,
.opp-scheme-container_right ul li:nth-child(1):before {
    width: 61px;
    background-position: 137px -1px;
    margin-top: -20px;
}

/* line 1145, ../sass/screen.scss */
.opp-scheme-container.opp-scheme-container_btm ul li:nth-child(2):before,
.opp-scheme-container_right ul li:nth-child(2):before {
    width: 64px;
    background-position: 61px -1px;
}

.opp-container section p {
    font-weight: 300;
!important;
}

/* line 1153, ../sass/screen.scss */
.v-center span {
    position: relative;
    top: 20px;
}

/* line 1157, ../sass/screen.scss */
.large-head-mdl-pos {
    float: left;
    text-align: center;
    margin: 10px 0 10px 55px;
    max-width: 32%;
}

/* line 1161, ../sass/screen.scss */
.large-head-mdl-pos img {
    display: inline-block;
    width: 85% !important;
}

/* line 1165, ../sass/screen.scss */
.opp-scheme-container-wrapper {
    padding-bottom: 10px;
}

.opp-scheme-container-wrapper p {
    font-weight: 300;
!important;

}

/* line 1167, ../sass/screen.scss */
.opp-scheme-container-wrapper:after {
    clear: both;
    content: '';
    display: table;
}

/* line 1174, ../sass/screen.scss */
.opp-scheme-container_right ul li:nth-child(1):before {
    width: 64px;
    background-position: -294px 0px;
    margin-top: -30px
}

/* line 1177, ../sass/screen.scss */
.opp-scheme-container_right ul li:nth-child(2):before {
    width: 64px;
    background-position: -223px 0px;
}

.popup-adv span, .smp-popup > span {
    display: block;
    color: #a01065;
    font-weight: 700;
    font-size: 33px;
    line-height: 33px;
    text-align: center;
}

.breadcrumb span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.about {
    list-style: inherit;
    padding-left: 15px;
}

.about .active_about {
    color: #b52167 !important;
}

.container-menu ul li a:hover {
    font-size: 22px;
    font-weight: 800;
}

.container-features.section-1 .container-title {
	padding-top: 47px;
    padding-bottom: 29px;
	text-align: left;
    padding-left: 17%;
}


.mobile .popup-adv {width: 640px;height: 640px;}
.mobile .popup-adv .adv_empl-popup {float: none;width: 285px;}
.mobile .popup-adv .adv_empl-popup_right {float: none;width: 620px;}
.popup_copy{color:#656565;font-size: 14px;}
.popup_copy a{
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration:underline;
    color:#656565;
    padding-left: 32px;
}

.news-detail.partners{
    width: 75%;
    margin: auto;
}
.news-detail.partners img.detail_picture{
    width: 100%;
    height: auto;
    margin: 20px 0;
}
.main-container section.partners h1 {
    color: #a01065;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.about-ul-block{
    position: relative;
}
.about-ul-block li {
    font-family:  'Roboto', sans-serif;
    font-weight: 300;
    /* text-transform: uppercase; */
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin: 5px 0;
    line-height: 30px;
    padding-bottom: 5px;
    padding-left: 70px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    min-height: 55px;
}

.about-ul-block li:before {
    content: '';
    width: 55px;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/stylesheets/../images/services.png) no-repeat;
    float: left;
    background-position: 0px 9px;
    position: absolute;
    left: 0;
}

.about-ul-block li:nth-child(2):before {
    content: '';
    width: 40px;
    height: 48px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/stylesheets/../images/Layer2.png) no-repeat;
    float: left;
    background-size: contain;
}

.about-ul-block li:nth-child(3):before {
    background-position: 0 -60px;
}

.about-ul-block li:nth-child(4):before {      
    max-width: 50px;
    background: url(/images/5.png) center center no-repeat;
    background-size: contain;
}

.about-ul-block li:nth-child(5):before {      
    max-width: 40px;
    background: url(/images/kran.svg) center center no-repeat;
    background-size: contain;
}

.about-ul-block li:nth-child(6):before {
    background-position: 0 -580px;
    margin-right: 10px;
margin-left: 6px;
}

.about-ul-block li:nth-child(7):before {
    content: '';
    width: 35px;
    height: 42px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/stylesheets/../images/Layer1_1.png) no-repeat;
    float: left;
margin-left: 10px;
    background-size: contain;
}

.about-ul-block li:nth-child(8):before {
    content: '';
    width: 35px;
    height: 42px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/stylesheets/../images/Layer3.png) no-repeat;
    float: left;
margin-left: 8px;
    background-size: contain;
}

.container-content .more-service {
    width: 100%;
    padding: 0;
}

.container-content .more-service li {
    list-style: none;
    display: inline-block;
    width: 32.5%;
    margin-bottom: 60px;
}

.container-content .more-service li a {
    display: block;
    overflow: hidden;
    width: 154px;
    height: 86px;
    border-radius: 4px;
    background: #000;
    transition: 500ms;
}

.container-content .more-service li a img {
    transition: 500ms;
}

.container-content .more-service li a img:hover {
    opacity: 0.5;
    transition: 500ms;
}

.container-content .more-service li a .active {
    opacity: 0.5;
}

.container-content h2 {
    color: #a01065;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.menu-company {
    width: 50%;
    float: right;
    margin-top: -32px;
}

.menu-company ul {
    text-align: right;
}

.menu-company ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.menu-company ul li:last-child {
    margin-right: 0;
}

.menu-company ul li a {
    color: #231f20;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.container-content-company {
    position: relative;
    width: 100%;
    padding-left: 0;
}

.partner-wrapper .parther-container-img:nth-child(4n+4) {
    margin-right: 0;
}

.partners h2 {
    /*display: none;*/
    font-size: 18px;
}

.partner-back-list {
    position: absolute;
    right: 0;
    top: 180px;
}

.services-title {
    background: #871e5d;
    color: #fff;
    margin-bottom: 25px;
    margin-right: -25px;
    margin-left: -25px;
    text-align: center !important;
    padding-left: 0 !important;
    padding-top: 29px !important;
}

.services-container {
    background: #dce0e1;
    padding: 0 25px 25px 25px;
    border-bottom: 0;
}

@media all and (max-width: 500px){
    .services-container {
        padding: 0 10px 15px 10px;
    }
}

.services-name {
    background: #871e5d;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: -10px -19px 0 -18px;
    font-size: 20px;
}

.btn-partners {
    text-align: center;
    margin-top: 25px;
}

.btn-main,  .btn-main:hover {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #9e005d;
    text-decoration: none;
    border-radius: 4px;
}

.empl-container-services {
    width: 90%;
    float: left;
    margin-bottom: 40px;
    padding: 10px 12px 10px 10px;
}

.empl-container-services video {
    max-width: 100%;
}

.empl-container-services .services-name {
    margin-right: -20px;
}

.padding-top-17 {
    padding-top: 17px;
}



@media all and (min-width: 1601px) {
    header{
        padding: 3px 0;
        /*overflow: hidden;*/
        box-sizing: border-box;
    }
    header .logotype img { 
        max-height: 74px;
        width: auto;
    }
}


@media all and (max-width: 1260px) {

    .main-container .header-number strong, .main-container .footer-number strong{font-size:20px;}
    header .header-col {
        /*margin-right: 2%;*/
    }
    .header-col.logotype{
        margin-right: 0;
    }
    .header-col.header-col-2{
        display: none;
    }
    .main-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .header-col.logotype{
        width: 25%!important;
    }
    .header-col.callback-header{
       width: 20%;
    }
    header .callback-header-block {
        padding: 12px 12px 12px 12px;
    }
    .header-col.callback-header a {
        font-size: 16px;
    }
    .header-col.header-number{
        width: 12%;
    }
    .services_btn-container .main-button {
        width: 100%;      
    }
    .services_btn-container .main-button span.btn_more {
        width: 100%!important;
        float: left;
    }

    .main-container .header-number {
        font-size: 11px;
        /*width: 19.5%;*/
    }

    header .header-col.menu-icon {
        margin-left: 0.5%;
        width: 40px;
    }

    .main-container .header-number strong {
        font-size: 22px!important;
    }

    .header-col.language {
        width: auto;
        padding-left: 15px;
    }
}

@media only screen and (max-width : 995px) {
    .main-container .header-number strong {
        font-size: 16px!important;
    }
}


@media only screen and (max-width : 767px) {

    header .callback-header-block {
        padding: 20px 15px 15px 40px;
    }

    .header-col.callback-header a {
        display: block;
        font-size: 14px;
    }

    .main-container .header-number {
         font-size: 10px;
     }

    .main-container .header-number strong {
        font-size: 9px;
    }
    header .header-col.menu-icon {
        width: 28px;
        height: 30px;
    }

    header .header-col.menu-icon a {
        display: block;
        text-align: center;
        padding: 6px 0 8px;
        line-height: 0;
    }

    .container-content .more-service li {
        width: 48.5%;
    }

    .partner-wrapper .parther-container-img:nth-child(4n+4) {
        margin-right: 2%;
    }

    .partner-wrapper .parther-container-img:nth-child(3n+3) {
        margin-right: 0;
    }

}



@media only screen and (max-width : 480px) {

    .main-container .header-number {
        font-size: 8px;
    }

    .main-container .header-number strong {
        font-size: 9px;
    }

    .container-content .more-service li {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/logistic/stylesheets/ie.css?1620206636276*/
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */

/* End */


/* Start:/bitrix/templates/logistic/stylesheets/print.css?1620206636216*/
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */

/* End */


/* Start:/bitrix/templates/logistic/stylesheets/main.css?17036802002002*/
.index-main-logo {
    padding: 0 13%;
}

.index-flex-items {
    display: flex;
    position: relative;
    width: 100%;
    flex-grow: 1;
}

.index-flex-items div:first-child {
    width: 40%;
}

.index-flex-items div:last-child {
    width: 60%;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}

.mr-15 {
    margin-top: 15px;
}

.mr-10 {
    margin-top: 10px;
}

.index-flex-items .svg-icon {
    padding: 20px 30px 20px 20px;

    display: flex;
    justify-content: right;
    align-items: center;
}

.index-flex-items .svg-icon img {
    vertical-align: middle;
    width: 70%;
}

.index-flex-items .svg-icon img.height {
    height: 100% !important;
    width: auto !important;
    max-height: 120px;
}

.index-flex-items .new-desc {
    float: left;
    padding: 20px;
    font-size: 22px !important;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1090px) {
    .index-flex-items {
        padding: 20px;
        flex-direction: column;
        flex-grow: 1;
        height: auto;
    }

    .index-flex-items .svg-icon {
        justify-content: center;
        padding: 0;
        flex-grow: 1;
        max-height: 100px;
    }

    .index-flex-items .new-desc {
        text-align: center;
        padding: 0;
        font-size: 14px !important;
    }

    .index-flex-items div:first-child {
        width: 100% !important;
    }

    .index-flex-items div:last-child {
        margin-top: 20px;
        width: 100% !important;
    }

    .index-flex-items div:last-child {
        margin-top: 20px;
        width: 100% !important;
    }

    .index-flex-items.none-padding {
        padding: 0;
    }

    .d-flex-center {
        justify-content: flex-start;
    }
}

@media (max-width: 1030px) {
    .sc-title-label {
        font-size: 16px !important;
    }
}
/* End */


/* Start:/bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/font-awesome.min.css?162020663631000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/components/bitrix/menu/templates/.default/style.min.css?1620206638490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/components/bitrix/menu/templates/.default/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/logistic/styles.css?17444594183089*/
.footer__check-wrapper {
    position: relative!important;
    display: flex!important;
    flex-direction: row!important;
    gap: 10px!important;
    float: left!important;
}

.qq {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    background: #861e5c59;
    padding: 10px;
}

.request__input-wrap {
    align-items: flex-end;
    display: flex;
    width: 100%;
    height: 6%;
    margin-top: 5px;
    gap: 10px;
}

.request__link {
    padding: 0!important;
    font-size: 16px!important;
    font-weight: 500!important;
    margin: 0!important;
    background: transparent!important;
    border: none!important;
    text-transform: uppercase!important;
    letter-spacing: 0.05rem!important;
}

.request__inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.request__form-inputs:focus {
    border: none;
    outline: 1px solid black;
}

.request__form-inputs::-moz-selection {
    background-color: #ffffff;
}

.request__form-inputs::selection {
    background-color: rgb(255, 255, 255) !important;

}
input:-webkit-autofill,
 input:-webkit-autofill:focus,
 input:-internal-autofill-selected {
     transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
 }

.popup-success {
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.popup-success__text {
    font-weight: 500!important;
    font-size: 30px!important;
}

.smp-popup > label {
    margin-top: 20px;
}

.header-form > .close_overlay {
    right: 6px!important;
    top: 0px!important;
}

.header-form__content {
    padding: 1.875rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: max-content;
}

#CONSENT-label > a {
    position: absolute;
    bottom: 0px;
    left: 1px;
    color: currentColor;
}

.smp-popup > #CONSENT-label > a {
    left: -32px;
}

.header-form__check-wrapper, .consult-form__check-wrapper {
    width: 100%!important;
    display: flex!important;
    flex-direction: row;
    gap: 10px;
    position: relative;
}

.header-form__btn {
    height: 50px!important;
}

.header-form__btn-link {
    background-color: transparent!important;
    margin: 0!important;
}

.header-form__field-wrap > input:focus {
    border: none!important;
    outline: 1px solid black!important;
}

.header-form__field-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;

    &._captcha {
        flex-direction: row;

        img {
            flex: 1;
        }
    }
}

.header-form__wrap-captha-field {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    flex: 1;

    input:focus {
        border: none;
        outline: 1px solid black;
    }
}

.header-form__field-wrap > label {
    padding: 0!important;
}

.header-form__success {
    padding: 1.875rem;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #a01065;
}


/* End */


/* Start:/bitrix/templates/logistic/template_styles.css?175128411351743*/
body{
    font-family: 'Roboto', sans-serif!important;
}
#panel{z-index:1001;position: initial!important;}
.popup-adv{
    /*width: 31.3125rem;*/
    /*height:330px;*/
}
.popup-adv .adv_empl-popup{width:max-content;}
.popup-adv .adv_empl-popup_right{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto}
.popup-adv2 {
    height: 430px !important;
    padding: 30px 20px !important;
}
.clear{
    clear :both;
}
.iframe{
    display: inline-block;
    position: relative;
    
    margin-bottom: 10px;
}
.container-content section h1{
    display: inline-block;
    line-height: 1.4;
    width: 80%;
}
.dropdown__feadback-container__content{font-style:italic;font-size:16px;line-height:22px;}
.popup_logo{    width: 160px !important;
    margin: 0 auto;}
.w50{width:100%;}
.w50{width:48%;}
.w100{width:100%;float:left;}
.w_left{float:left;}
.w_right{float:right;}
.popup-adv2 .close_overlay {
    color: #000;
    right: 10px;
    top: 5px;
}

/* line 707, ../sass/screen.scss */
.popup-adv2 {
    height: 670px;
    padding: 30px 20px;
}

/* line 712, ../sass/screen.scss */
.popup-adv2 textarea {
    resize: none;
}

/* line 715, ../sass/screen.scss */
.popup-adv2 .main-button {
    padding: 10px 0;
    font-size: 150%;
}

/* line 719, ../sass/screen.scss */
.popup-adv2 h2 {
    font-family:  'Roboto', sans-serif;;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
}

.worker_form_left_serv {
    display: none;
}

.worker_pre_form_serv {
    padding: 5px;
    cursor: pointer; /*background:url(/bitrix/templates/logistic/images/bg.png);*/
}

.opp-scheme-container ul li:hover:before {
    zoom: 1.1;
}

.opp-scheme-container-wrapper a {
    color: black;
}

.opp-scheme-container ul a:nth-child(2) li:before {
    width: 73px;
    background-position: -85px -1px;
    margin-top: -35px;
}

.opp-scheme-container ul a:nth-child(3) li:before {
    width: 70px;
    height: 81px;
    background-position: -152px 1px;
    margin-top: -20px;
}

.opp-scheme-container.opp-scheme-container_btm ul a:nth-child(2) li:before, .opp-scheme-container_right ul a:nth-child(2) li:before {
    width: 64px;
    background-position: 61px -1px;
    margin-top: -20px
}

.opp-scheme-container_right ul a:nth-child(2) {
    padding-top: 20px;
}

.opp-scheme-container_right ul a:nth-child(2) li:before {
    width: 64px;
    background-position: -223px 0px;
}

.parther-container-img {
    height: 240px !important;
    max-height: 240px;
}

.parther-container-img img {
    max-width: 100%;
    max-height: 200px;
    height: 180px;
}

.partner_main_noslider {
    margin-top: 9px;
    width: 100%;
    clear: both;
    text-align: center;
}

.partner_main_noslider a, .partner_main_noslider a:hover {
    display: inline-block;
    color: #fff;
    background: #A3216F;
    border-radius: 10px;
    padding: 4px 10px;
    text-decoration: none;
}

.services_btn-container .main-button:first-child:before {
    background: url(/bitrix/templates/logistic/images/avia.png);
    background-position: 0px 0px !important;
    background-size: 100% 100%;
}

.services_btn-container .main-button:nth-child(2):before {
    background: url(/bitrix/templates/logistic/images/avto.png);
    background-position: 0px 0px !important;
    background-size: 100% 100%;
}

.services_btn-container .main-button:nth-child(3):before {
    background: url(/bitrix/templates/logistic/images/gd.png);
    background-position: 0px 0px !important;
    background-size: 100% 100%;
}

.services_btn-container .main-button:nth-child(4):before {
    background: url(/bitrix/templates/logistic/images/more.png);
    background-position: 0px 0px !important;
    background-size: 100% 100%;
}

.services_btn-container .main-button:nth-child(5):before {
    background: url(/bitrix/templates/logistic/images/multi.png);
    background-position: 0px 0px !important;
    background-size: 100% 100%;
}

.services_btn-container .main-button:nth-child(6):before {
    background: url(/bitrix/templates/logistic/images/sbor.png);
    background-position: 0px 0px !important;
    background-size: 100% 100%;
}

.services_btn-container.sect10 .main-button:first-child:before {
    content: '';
    width: 55px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/images/Layer1.png) no-repeat;
    float: left;
    background-position: 0px 9px;
    background-size: cover;
}
.services_btn-container.sect10 .main-button:first-child:before {
    content: '';
    width: 55px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/images/Layer1.png) no-repeat;
    float: left;
    background-position: 0px 9px;
    background-size: cover;
}
.services_btn-container.sect10 .main-button:nth-child(2):before {
    content: '';
    width: 55px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/images/Layer1.png) no-repeat;
    float: left;
    background-position: -280px 0px!important; 
    background-size: cover;
}
.services_btn-container.sect10 .main-button:nth-child(3):before {
    content: '';
    width: 55px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/images/Layer1.png) no-repeat;
    float: left;
    background-position: -96px 0px!important;
    background-size: cover;
}
.services_btn-container.sect10 .main-button:nth-child(4):before {
    content: '';
    width: 64px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/logistic/images/Layer1.png) no-repeat;
    float: left;
    background-position: -182px 0px!important;
    background-size: cover;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(9px);
        transform: translateY(9px);
    }
    30% {
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
    }
    40% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    65% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateY(9px);
        transform: translateY(9px);
    }
    30% {
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
    }
    40% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    65% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.swing:hover {
    -webkit-animation: swing 0.6s ease;
    animation: swing 0.6s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.top_phone {
    display: block;
    float: left;
    background-position: -250px 0;
    background: url(/bitrix/templates/logistic/images/menu_icons_active.png) no-repeat;
    width: 34px;
    height: 43px;
    background-position: -274px -16px;
}

.botton_question {
    display: block;
    float: left;
    background-position: -250px 0;
    background: url(/bitrix/templates/logistic/images/menu_icons_active.png) no-repeat;
    width: 34px;
    height: 43px;
    background-position: -274px -16px;
}

.about_features {
    padding: 4px;
    width: 80%;
    /*margin: 0 auto;*/
    background: #e8ebec;
    box-sizing:border-box;
    /*border:1px solid black;*/
}

.feature_item {
    padding: 5px 5px 15px 5px;
    border-bottom: 1px dashed #9e1f63;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.about_features .feature_item:last-child {
    border:0px dashed black;
}
.feature_item_img{
    width:100%;text-align:center;
    margin-bottom:10px;
    margin-top:5px;
}
.feature_item_img img {
    max-width: 45px;
    background: transparent;
    -webkit-transition: all 0.8s ease;;
    -moz-transition: all 0.8s ease;;
    -o-transition: all 0.8s ease;;
    transition: all 0.8s ease;
}

.feature_item_name {
    text-align: center;
    color: #9e1f63;
    font-size: 12px;
    font-weight: bold;
}
.feature_flags img{max-width: 21px;
    padding: 3px;}
.feature_item_img img:hover {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
section.services h2 {
    color: #a01065;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    padding-bottom: 5px;
}
.services_btn-container.sect5 .btn_more, .services_btn-container.sect10 .btn_more{
    text-align: right;
    position: absolute;
    right: -10px;
    bottom: 5px;
    font-size: 10px;
}
.services_btn-container.sect10 .main-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services_btn-container.sect10 .main-button:before{
    margin-left: 0;
}


.services_btn-container.sect10 {
    width: 1000px;
}

.services_btn-container.sect10 .main-button {
    display: inline-block;
    width: 345px;
    margin-right: 15px;
    padding: 10px;
    position: relative;
    text-align: left;
    font-size: 145%;
    margin-bottom: 15px;
    vertical-align: top;
}


.dotted-table-ul ul li {
   /* padding: 15px 0 15px 0;
    border-top: 2px solid white;*/
    position: relative;
    font-family:  'Roboto', sans-serif;;
    font-weight: 300;
    font-size: 18px;
    text-indent: 0px;
	margin-left: 55px!important;
	line-height: 36px;
}
.dotted-table-ul ul, .dotted-table-ul{
    margin-bottom: 25px;
}
.dotted-table-ul ul li:last-child {    
   /* border-bottom: 2px solid white;*/
}
.dotted-table-ul ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 0%;
    background: #871e5d;
    position: absolute;
    top: 15px;
    left: -25px;
}
.feedback_service{
    width: 100%;
    height: 100px;
    margin: 10px 0 20px 0;
    position: relative;
/*    background: #cbced0;
    background-size: cover; */
    text-align: center;
    float: right;
}
.feedback_service .main-button.d-purple-scheme {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    font-size: 149%;
    font-weight: bold;
    text-transform: uppercase;
    width: 320px;
    margin: auto;
    padding: 0;
    border: none;
    border-radius: 20px;
}


.container-content, .container-sidebar{        
    box-sizing: border-box;
}

.promobox {
    width: 275px;
    height: 70px;
    border: 1px solid #9e005d;
    background: #eff0f2;
    margin-right: 32px;
    margin-bottom: 15px;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    float: left;
    border-radius: 2px;
}
.promobox-wrapper {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.pb-pict{
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}
.pb-text{
    display: block;
    float: left;
    max-width: 209px;
    color: #a01065;
	font-weight: bold;
margin-left: 5px;
}
.feedback_service.avia .main-button.d-purple-scheme {
    margin: 22px 0 18px 27.5%;
}

section.services_m h2 {
    color: #a01065;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    padding-bottom: 10px; 
}

.services_m ul li {
    padding: 15px 0 15px 0;
    border-top: none;
    position: relative;
    font-family:  'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-indent: 18px;
}
.services_m ul, .services_m{
    margin-bottom: 25px;
}
.services_m ul li:last-child {    
    border-bottom: none;
}
.services_m ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 60%;
    background: white;
    position: absolute;
    top: 20px;
    left: 5px;
}
.section_about, .container-content section.section_about p{
    line-height: 25px;
    font-family:  'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
	margin: 15px 0;
}
.container-content p, .container-content ul, .container-content ol {margin: 15px 0;}
.container-content ul, .container-content ol {padding-left: 25px;}
.container-content ul {list-style: disc;}
.section_about h2{
    color: #a01065;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
padding-top: 15px;
}


@media all and (max-width: 767px) {
    .popup-adv {width: 90vw;height: 640px;}
    .popup-adv .adv_empl-popup {float: none;}
    .popup-adv .adv_empl-popup_right {float: none;width: 100%;}   
    .adv_empl-popup_right .input_divx, .popup-adv .input_divx{
        width: 100%!important;
    }

    .services_btn-container.sect10 {
        width: 100%;
    }

    .services_btn-container.sect10 .main-button {
        width: 100%;
    }
}


/*new*/
	.footer_new {background:#fff;padding:25px 0;border-top:2px #9e005d solid;font-family:  'Roboto', sans-serif;}
	.fcopy {margin:15px 0 0;padding:15px 0 0;border-top:2px #f2f2f2 solid;font-size:12px}
		.fcopy p {margin:0 0 10px}
	.flex_footer {display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
		.footer_new a {color:#000;text-decoration:none}
		.flogo img {height:auto;max-width:100%}
		.fbox_name {text-align:left;color:#9e005d;font-weight:bold;font-size:14px;margin:0 0 15px;}
		.footer_box {width:20%;padding-right:20px}
		.footer_box:last-child {padding:0}
		
		.flex_footer ul {padding:0;margin:0}
		.flex_footer li {margin:5px 0;font-size:12px;}
		.flex_footer li a {color:#000;font-size:12px;}
		
		.feelinks {width:50%;text-align:center}
		
		.footer_box1 {width:25%}
		.footer_box5 {width:25%}
		.footer_box2, .footer_box3, .footer_box4 {display:inline-block;vertical-align:top;text-align:left;width:32%;box-sizing:border-box}
		.footer_box4 {padding-right:0}
		.footer_box5 {padding-left:20px!important}
		
		.ff_adress {font-size:14px;padding-left:40px;margin:0 0 10px;background:url(https://www.logistic-service.biz/upload/resize_cache/iblock/630/50_50_1/63065fef4da401c5fcaab6787752974f.png) 0 0 no-repeat;background-size:30px auto}
		.ff_phone {
            position: relative; white-space: nowrap;display: flex;flex-direction:row;gap: 4px;font-size:14px;padding-left:40px;margin:0 0 10px;background:url(https://www.logistic-service.biz/bitrix/templates/logistic/images/contact_icons.png) 0 100% no-repeat;background-size:30px auto;line-height:30px}
		.ff_mail {font-size:14px;padding-left:40px;margin:0 0 10px;line-height:25px;background:url(/bitrix/templates/logistic/images/mailo.png) 0 0 no-repeat; }
        .last-phone {
            position: absolute;
            top: 20px;
        }
		#topmenu {position: fixed; width: 100%; top: 80px; z-index: 100; background:#6a6a6a;text-align:center;}
			#topmenu li a, #topmenu li > span {color:#fff;display:block;padding:12px;text-decoration:none}
			#topmenu li:hover {background:#871e5d}
			#topmenu ul {list-style:none;margin:0;padding:0;
				display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
width: 100%;

			}
.continent-list li {
    background-color: white!important;
}
			#topmenu li {display:inline-block;font-weight:bold;text-transform:uppercase;width:100%}
			#topmenu + .main-container {padding-top: 145px;}
			
			header .header-col.header-number {margin:0;width:30%;text-align:left}
			.cont_left {float:left;padding:0 25px 0 0;font-size:12px;line-height:18px}
			.cont_right {float:right;display: flex;
                flex-direction: column;
                gap: 4px;
                justify-content: center;
                align-items: center;}
			.main-container .header-number strong {font-size:20px}
			
			header .main-container {width:1040px}
			.head_new, .topphones {align-items: center;
				display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;

			}
			
			header .logotype {padding:0;width:220px!important}
			header .language {width:70px;text-align:left}
			header .header-col.header-number, header .callback-header {width:auto}
			
			header .callback-header-block {padding:8px}
			
			.eng_lang {display:inline-block;padding-left:40px;background:url(/bitrix/templates/logistic/images/eng.png) 0 50% no-repeat}
			.rus_lang  {display:inline-block;padding-left:40px;background:url(/bitrix/templates/logistic/images/rus.png) 0 50% no-repeat}
			 
		
		
@media all and (max-width: 860px) {
	.flex_footer, .head_new, .topphones {flex-wrap:wrap}
	.footer_box {width:100%!important}
	header .main-container {width:100%}
	header {position:relative;height:auto;text-align:center}
	header + .header-space {display:none}
	.header-col.logotype {width:100%!important}
	.header-col.callback-header {width:50%}
	.cont_left {padding:10px 0;width:100%;text-align:Center}
	.cont_right {width:100%;margin:10px 0;text-align:center}
	
}	

@media all and (max-width: 480px) {
	#topmenu ul {flex-wrap:wrap}
	#topmenu li {width:100%}
	
	.contact-btn {width:auto}
	
	footer .footer-inner ul li {width:100%}
	footer .footer-inner ul li:before {display:none!Important}
}

/* ---------------------------------- style --------------------------------- */
.mobile-nav-loop,
.nav-loop div{
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 11px 12px !important;
    background: transparent !important;
    cursor: pointer;
    color: #ffffff;
}
.mobile-nav-loop{
    padding: 0 !important;
    width: max-content !important;
    height: auto !important;
    margin: 0 5px 0 0 !important;
}

.mobile-nav-loop::after,
.mobile-nav-loop::before{
    display: none !important;
}

.nav-loop span:hover{
    background: #871e5d !important;
}

.mobile-nav-loop img,
.nav-loop img{
    min-width: 18px;
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
}

.popup-search{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 500px !important;
    max-height: calc(100vh - 50%) !important;
    height: max-content !important;
    top: 150px !important; 
    bottom: auto !important;
    scrollbar-width: 5px;
    scrollbar-color: #dddddd;
}

.popup-search__container-output::-webkit-scrollbar{
    width: 5px;
}
.popup-search__container-output::-webkit-scrollbar-thumb{
    background: #dddddd;
}
.popup-search__container-output::-webkit-scrollbar-track{
    background: #ffffff;
}

.popup-search__container-input{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.popup-search__loop,
.popup-search__close.close_overlay{
    position: static !important;
    min-width: 25px;
    width: 25px;
    height: 25px;
    font-size: 12px !important;
}
.popup-search__close.close_overlay img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.popup-search__input{
    padding: 5px !important;
}

.popup-search__all-results{
    width: calc(100% + 10px);
    padding: 8px 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    background: #871e5d;
    border: none;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin: 10px -5px 0;
}
.popup-search__all-results:hover{
    background: #a01065;
}

.popup-search__container-output{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.popup-search__container-output a{
    display: block;
    margin: 0 -5px;
    padding: 5px;
    cursor: pointer;
}
.popup-search__container-output a,
.popup-search__container-output li{
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    border-radius: 3px;
}
.popup-search__container-output li:hover a{
    color: #a01065;
}

.popup-search__nothing-found{
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    text-align: center;
}


/* ---------------------------------- media --------------------------------- */

@media screen and (max-width: 767px) {
    .nav-loop{
        display: none !important;
    }
    .popup-search{
        max-height: 350px !important;
    }
    .nav-loop div{
        justify-content: flex-start;
    }
    .nav-loop div:hover{
        background: transparent !important;
    }
}

@media screen and (max-width: 500px) {
    .popup-search{
        max-width: calc(100vw - 60px) !important;
        max-height: 220px !important;
        top: 25px !important;
    }
}

/* ----------------------------------- end ---------------------------------- */
/* --------------------------- search results page -------------------------- */
.search-results__container{
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	height: auto;
}

.search-results__content{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
}

.search-results__item{
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #838383;
}

.search-results__item a{
    color: #871e5d;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

.search-results__item a:hover{
    text-decoration: underline;
}

.search-results__item-section{
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    margin-top: -5px;
}

.search-results__item p{
    font-size: 14px;
    line-height: 16px;
}

.search-results__pagination{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.search-results__pagination-link{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    padding: 5px;
    color: #000000;
    font-size: 16px;
    line-height: 1px;
    border: 2px solid #6a6a6a;
    text-decoration: none !important;
    cursor: pointer;
}
.search-results__pagination-link.arrow-right img,
.search-results__pagination-link.arrow-left img{
    min-width: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.search-results__pagination-link._active,
.search-results__pagination-link:hover{
    border: 2px solid #a01065;
}
.search-results__pagination-link.else{
    border: none !important;
}

.search-results__content-input{
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #6a6a6a;
}

.search-results__input{
    width: 30%;
    height: 31px;
    padding: 5px 20px 5px 5px;
    outline: none;
    border: 1px solid #838383;
}

.search-results__input::-webkit-search-cancel-button{
    position: relative;
    right: -20px;  
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius:10px;
    background: url('/bitrix/templates/logistic/images/close-popup.jpg') no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.search-results__close{
    position: absolute;
    right: 88px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.search-results__close img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.search-results__empty{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

.search-results__empty p{
    font-size: 20px;
    line-height: 22px;
}

.search-results__find-btn{
    padding: 7.5px 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    background: #a01065;
    letter-spacing: 1px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .search-results__input{
        width: 100% !important;
    }

    .search-results__pagination-link{
        font-size: 14px;
        line-height: 16px;
        padding: 2px;
        min-width: 18px;
        height: 18px;
    }
    .search-results__pagination-link.arrow-right img,
    .search-results__pagination-link.arrow-left img{
        min-width: 18px;
        width: 18px;
        height: 18px;
    }
}

/* ----------------------------------- end ---------------------------------- */
.h2_style {
	color: #a01065;
    font-weight: 700!important;
    font-size: 23px;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.add_content {
	display: block;
    font-size: 20px;
	float: left;
	font-weight: 200;
    line-height: 1.2;
}
.add_content p, .add_content ul {padding: 10px 0;padding: 10px 0;}
.add_content h2 {font-size: 24px;color: #a01065;padding: 20px 0 10px 0;}
.add_content li {
	list-style-type: disc;
    margin-left: 50px;
	padding-bottom:10px;
}
.add_content strong {font-weight: 500!important;}
.strong {font-weight: 500!important;}
.add_content_second {
	display: block;
    font-size: 20px;
	padding-bottom:20px;
}
.add_content_second p, .add_content_second ul {padding: 10px 0;}
.add_content li_second {
	list-style-type: disc;
    margin-left: 50px;
	padding-bottom:10px;
}
.add_content_second strong {font-weight: 500!important;}

.container-features-inner{
	width:100% !important;
}

.feature-container {
	width:auto !important;
}


.feature-container p{
	width:100% !important;
}

	
@media all and (max-width: 767px) {
	.large_logo-container {display:none}
	.empl-container {width:100%;margin-bottom: 30px;}
	.container-features-inner{
	width:100% !important;
}
	.feature-container {width:100%;box-sizing:border-box}
	.feature-container p {width:auto}
	.sc-title-label{font-size: 100% !important;}
}	
heaeder {padding:15px 0!important}
header .logotype img {max-width:100%}


.feature-container-inner{
	/*position:relative !important;*/
}

.feature-container-inner:before {
    position: absolute !important;
    margin-left: -20px !important;

}
	.services_btn-container.service_new  {display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.services_btn-container.service_new .main-button {max-width:48%;font-size:16px;text-align:left}
	.services_btn-container.service_new .main-button span {width:calc(100% - 95px)}
	.feedback_service.biglink .main-button.d-purple-scheme {width:100%}
	
	.lost_name {text-align:center;font-size:200px;color:#9e005d}
		.lost_text{color:#9e005d;margin:10px 0;font-size:18px;text-align:center}
		.lost_info {margin:25px 0;text-align:center}
		.lost_info li {margin:10px 0}
		.lost_info a {color:#000;font-size:18px;border-bottom:1px solid;}
		.lost_info a:hover {text-decoration:none;color:#9e005d}
		.lost_info ul {margin:45px auto;max-width:700px;
			-webkit-column-gap: 30px;
			-moz-column-gap: 30px;
			column-gap: 30px;
		

		}
	.more_more2 .main-button {padding:10px;}	
		.partners-container.newpartners {border:0}
		
		.page_nofound {padding-top:150px}
		
		.feedback_servicetop {width:1000px}
		
		.more_more {clear:both}
		.more_more h2 {
			color: #a01065;
			font-weight: 400;
			font-size: 28px;
			line-height: 1;
			padding-bottom: 10px;
			margin-bottom: 20px;
		}


		.more-service {
			width: 100%;
			padding: 0;
		}

		.more-service li {
			list-style: none;
			display: inline-block;
			width: 32.5%;
			margin-bottom: 60px;
		}

		.more-service li a {
			display: block;
			overflow: hidden;
			max-width: 154px;
			height: auto;
			border-radius: 4px;
			background: transparent;
			transition: 500ms;
		}

		.more-service li a img {
            width: 100%;
            height: auto;
			transition: 500ms;
		}

		.more-service li a img:hover {
			opacity: 0.5;
			transition: 500ms;
		}

		.more-service li a .active {
			opacity: 0.5;
		}
		
		.more_more2 p, .more_more2 li {
				font-weight: 400;
				/* font-size: 16px; */
				line-height: 25px;
				font-family: 'Roboto', sans-serif;
				font-weight: 300;
				font-size: 18px;
			}

        @media all and (max-width: 500px) {
            .more-service {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 15px;
            }

            .more-service li {
                width: auto;
            }

            .more-service li a {
                width: 100%;
                max-width: none;
            }
        }
			
.formats-table.double-mark, .formats-description {font-weight: 200;line-height:1.2}
.formats-description .title-block {font-weight: 500!important;}
.services.under-block .call-back {font-weight: 500;line-height:1.2}
.postavka {width: 305px;font-size: 24px;display: inline-block;margin-bottom: 15px;}
@media all and (max-width: 500px){
    .postavka {
        max-width: 100%;
        box-sizing: border-box;
    }
}
.services-container:after {content: ""; clear: both; display: table;}
.ff_ico {text-align:right;}
.ff_ico img {display:inline-block;vertical-align:top;margin:0 5px;max-height:25px;max-width: 25px; width: auto; height: auto;}

	/*newmenu*/
		#topmenu ul ul {display:none}
		#topmenu ul ul a {color:#9e005d}
		#topmenu ul ul a:hover {color:#fff!important}
		#topmenu li {position:relative}
		#topmenu li:hover ul {background:#fff;display:block;position:absolute;top:100%;left:0;min-width: 210px;width:100%;z-index:200;text-align:left;padding:10px;box-shadow:0 0 5px rgba(0,0,0,0.1)}
		#topmenu li:hover ul ul {display:none}
        #topmenu .parent_li_countries:hover ul ul {display:block; position: relative; padding: 0}
        #topmenu .parent_li_countries {height: max-content; display: block}
        #topmenu .parent_li_countries ul li {
            position: relative;
            height: max-content;
        }
        .parent_li_countries span.active {
            padding-right: 35px!important;
        }
        #topmenu .parent_li_countries:hover ul ul li {
            display: flex;
            flex-direction: row;
            font-size: 14px;
            align-items: center;
        }
        #topmenu .parent_li_countries:hover ul ul a:hover {
            color: black!important;
            background: transparent;
        }
        
        #topmenu .parent_li_countries li:hover ul{
            left: 0%;
        }
        
        #topmenu .parent_li_countries:hover ul ul li img {
            width: 16px;
            height: 11px;
        }
        
        #topmenu .parent_li_countries:hover ul {
            display: flex;
            flex-direction: row;
            position: relative;
            box-shadow: none;
            min-width: min-content;
        }
        #topmenu .parent_li_countries h3 {
            color: #000;
            font-size: 12px;
            line-height: 115%;
            font-weight: bold;
            margin-top: 12px;
            margin-bottom: 0;
        } 
        #topmenu li li:hover ul {top:0;left:100%;display:block}
        #topmenu .dropdown, #topmenu .dropdown:hover{display: block; position: absolute;}
		.parent_li > span, .parent_li > a {position:relative;padding-right:35px!Important}
		.parent_li > span i, .parent_li > a i, .parent_li_countries > span i {position:absolute;top:12px;right:5px; margin-right: 5px}
		
strong, b {
    font-weight: bold !important;
}

.pyramide {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.pyramide .image, .pyramide .docs-buttons {
	width: 50%;
}

.pyramide .image img {
	max-width: 150%;
}

.pyramide .docs-buttons {
	padding-top: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 20px;
}

.pyramide .docs-buttons a {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	padding: 5px 5px 5px 70px;
	min-height: 66px;
}

.pyramide > image {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pyramide .docs-buttons a:nth-child(3)::before {
	background-position: 0 44px;
}

@media all and (max-width: 480px) {
	.pyramide .image, .pyramide .docs-buttons {
		width: 100%;
	}

	.pyramide .image {
		margin-bottom: 40px;
		text-align: center;
	}
}
h3 {
	color: #a01065;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0 15px;
}
.container-content p a,.container-content li a, .section_about p a {color:#851d31;font-weight:500;border-bottom:1px solid;}
.container-content p a:hover,.container-content li a:hover, .section_about p a:hover {text-decoration:none}

.new-table{
	
}

.new-table tr{
	border-bottom: 2px dashed white;
}
.new-table tr:first-child{
	border-bottom: 6px solid #fff;
}

.new-table th{
    text-align: center;
    padding: 1rem 0.5rem;	
}

.new-table td{
	border-right: 2px dashed white;
    text-align: center;
    padding: 0.5rem;
}
.new-table td:last-child{
	border-right: none;
	text-align:center
	
}

		/*newforms*/
		.consult-form {
            padding: 20px;
            width: 100%;
            color: #FFFFFF;
            height: fit-content;
            border-radius: 7px;
            text-align: center;
            background: #673251;
            box-sizing: border-box;
            margin-top: 10px;
		}
		
		.consult-form .title {
			font-size: 28px;
			text-transform: uppercase;
			margin-bottom: 0;
		}


		.consult-form .sub-title {
            margin-top: 8px;
			margin-bottom: 20px;
		}
		.tel{
			color: #fff;
			text-decoration: none!important;
			font-size:28px;
		    display: inline-block;
		}
        
        .tel:hover {
            color: #3dc980;
        }
		.consult-form form, .consult-form__contacts {
            display: flex;
            flex-direction: column;
            gap: 8px;
            justify-content: center;
		}
        
        .consult-form__contacts {
            width: max-content;
        }

		.consult-form input[type="text"], .consult-form input[type="submit"] {
			box-sizing: border-box;
			height: 37px;
			border: 0;
			border-radius: 2px;
			font-size: 16px;
		}

		.consult-form input[type="text"] {
			width: 100%;
			padding: 0 7px;
			background-color: #fff;
		}

		.consult-form input[type="submit"] {
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			background-color: #35b977;
			color: #fff;
			cursor: pointer;
            padding: 10px;
            margin-top: 12px;
		}

        .consult-form input[type="submit"]:hover {
            background-color: #2fa46a;
        }
        
		.consult-form label {
			margin-top: 10px;
		}

		.consult-form .note {
			margin-bottom: 20px;
		}

		.consult-form {
			margin-bottom: 20px;
		}
        
        .consult-form__wrap {
            display: flex;
            flex-direction: column;
            gap: 20px;
            justify-content: space-between;
            align-items: center;
        }
        
		.notification_ok, .notification_error {
			padding: 5px 7px;
			border: 2px solid;
			border-radius: 2px;
		}

		.notification_ok {
			color: #3ec883;
		}

		.notification_error {
			color: #ff6888;
		}
		
		.consult-form a {color:#35b977}
        
        .consult-form__approve a {
            color: #FFFFFF;
            text-decoration: underline;
        }
		
		
		@media screen and (max-width: 768px) {
			.consult-form {}
			.consult-form input[type="text"] {
				
			}
			
			.consult-form .title {
				
			}
			
			.consult-form input[type="text"] {
				width: 100%;
				margin-right: 0;
			}
			.price_table td{ font-size:9px}
		}
.add_content ol li {
	    list-style-type: decimal;
}
.add_content ol li li {
	    list-style-type: disc;

}
.price_table{width:100%}
.price_table td{padding:10px;font-weight: 300;border: 1px solid #000;width:32%}
.price_table th {
	padding:10px;
	background-color: #a01065;
    border: 1px solid #000000;
	color:#fff
	}
.d-purple-scheme {background: #861e5c}

.contacts__wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;

}

@media (min-width: 767px) and (max-width: 900px) {
    .contacts__wrapper {
        gap: 1.25rem;
    }
}

@media (max-width: 960px) {
    .contacts__wrapper {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 2.5rem;
    }
}

.contacts__wrapper ul {
    margin-top: 20px;
}

@media (min-width: 767px) and (max-width: 900px) {
    .contacts__wrapper ul > li {
        font-size: 1.5rem;
    }
}

.contacts__form {
    /*height: max-content;*/
    font-family: Roboto, Sans-Serif;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 35px 55px;

    border: 2px solid #a01065;
}

@media (min-width: 767px) and (max-width: 900px) {
    .contacts__form {
        padding: 2.5rem;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .contacts__form {
        max-width: 420px;
        width: 100%;
        padding: 1.25rem;
        margin: 0 0.625rem;
    }

}

@media  (max-width: 500px) {
    .contacts__form {
        width: 70%;
        padding: 1.25rem;
        margin: 0 0.625rem;
    }

}

.contacts__form-title {
    font-size: 24px;
}

.form-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #a01065;
    font-weight: 500;
}

.contacts__form-inputs {
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

}

.contacts__form-control {
    box-sizing: border-box;
    border: 0;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    font-style: inherit;
    font-family: inherit;
    line-height: 1.5;
    -webkit-appearance: none;
    border-radius: 0;


    background: #fff;
    border: 1px solid #af367e;
}

.contacts__form-control:focus {
    border: none;
    outline: 1px solid black;
}

.contacts__form-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
}

.contacts__form-label {
    font-weight: 400;
}

textarea.contacts__form-control {
    box-sizing: border-box;
    resize: vertical;
    scrollbar-width: none;
    /*scrollbar-color: #d2d2d2 transparent;*/
}

.contacts__checkbox-label, .consult-form__checkbox-label {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
}

.consult-form__checkbox-label {
    align-items: center;
}

.contacts__checkbox-label b > a {
    color: #a01065!important;
}

.contacts__checkbox-label b {
    font-size: 12px;
    color: black;
}

.contacts__numbers {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 80px;
}

.contacts__send-btn {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0 40px;
    height: 45px;
    border: 0;
    outline: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    letter-spacing: .05em;
    background: #a01065;
    cursor: pointer;
    border: 1px solid transparent;
}

.contacts__check-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-weight: 500;
    font-style: normal;
    align-items: center;
    margin-top: 10px;

    color: #6a6a6a;
}

.input-checkbox {
    -webkit-appearance: none;
    position: absolute;
}

.contacts__checkbox-icon, .consult-form__checkbox-icon {
    position: relative;
    width: 10px;
    top: 1px;
    height: 16px;

    fill: white;
}

.consult-form__checkbox-icon {
    fill: #673251;
}

.send-btn {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 0 40px;
    height: 45px;
    background-color: #a01065;
}

.send-btn:disabled {
    background-color: #b4618c;
    cursor: default;
}

.send-btn:disabled > a {
    cursor: default;
}


.input-checkbox:checked ~ .contacts__checkbox .contacts__checkbox-icon, 
.input-checkbox:checked ~ .consult-form__checkbox .consult-form__checkbox-icon {
    display: block;
}



.input-checkbox:checked ~ .contacts__checkbox {
    background-color: #a01065;
}

.input-checkbox:checked ~ .consult-form__checkbox{
    background-color: #FFFFFF;
}

.consult-form__checkbox div {
    box-sizing: content-box!important;
}

.contacts__checkbox,.consult-form__checkbox {
    position: relative;
    cursor: pointer;
    min-width: 18px;
    position: relative;
    width: 1.15625rem;
    height: 1.15625rem;
    border: 2px solid #a01065;
    border-radius: 0.3125rem;
    background-color: transparent;
}

 .consult-form__checkbox{
     border: 2px solid #FFFFFF;
 }

.contacts__success-msg {
    display: none;
}

.contacts__success-msg p {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #a01065;
}

@media (max-width: 767px) {
    .contacts__checkbox {
        min-width: 22px;
        min-height: 22.5px;
    }

}


.contacts__checkbox-icon, .consult-form__checkbox-icon {
    display: none;
    width: inherit;
}

.contacts__form-field.error > .contacts__form-control {
    border: 1px solid red;
}

.contacts__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
    font-size: 16px;
    
    color: black;
}

.contacts__work {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.contacts__work span {
    font-weight: 400;
    line-height: 25px;
    padding: 0!important;
    font-size: 20px!important;
    color: black!important;
}

.contacts__requisites {
    font-weight: 400;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px;
    color: black;
}

.contacts__requisites span {
    padding: 0!important;
    font-size: 20px!important;
    color: black!important;
}

.error-message {
    font-size: 1rem!important;
    font-weight: 400!important;
    color: red!important;
    text-align: left!important;
}

.content-headline h2 {
    font-size: 24px;
    color: #a01065;
    padding: 20px 0 10px 0
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px auto;
    padding: 10px;
    border-radius: 8px;
    background-color: #acb4b7; /* Фон контейнера совпадает с фоном страницы */
    box-sizing: border-box;
}

.article-body .table-container {
    width: 95vw;
    max-width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
    scrollbar-width: thin;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background-color: white; /* Белый фон для таблицы */
    border-radius: 8px;
    overflow: hidden;
}

.article-body .table {
    font-size: clamp(12px, 1.8vmin, 14px); /* Адаптивный размер шрифта */
    border-radius: 0;
}

.table thead {
    background-color: #a01065; /* Корпоративный цвет для заголовка */
    color: white; /* Белый текст в заголовке */
}

.table th,
.table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #acb4b7; /* Легкий цвет для границ */
}

.article-body .table th, .article-body .table td {
    padding: 1.2vmin 1.5vmin;
    text-align: left;
    border: 1px solid #acb4b7;
}

.table tbody tr {
    transition: background-color 0.3s ease;
}

.table tbody tr:nth-child(odd) {
    background-color: #d1d6d8; /* Светло-серый фон для нечетных строк */
}

.table tbody tr:nth-child(even) {
    background-color: #e1e5e7; /* Чуть светлее для четных строк */
}

.table tbody tr:hover {
    background-color: rgba(160, 16, 101, 0.8);
    color: white; /* Белый текст при ховере */
}

.table td.hidden {
    color: transparent;
}

@media (max-width: 768px) {

    .table td.hidden {
        color: currentColor;
    }
    
    .table-container, .table {
        margin: 0;
       background-color: transparent; 
    }
    
    .article-body .table-container {
        width: 98vw;
        padding: 0.5vmin;
    }
    
    .table:not(.article-body .table) {
        display: block;
        width: 100%;
    }

    .table thead:not(.article-body thead) {
        display: none; /* Скрываем заголовок в мобильной версии */
    }

    .table tbody:not(.article-body tbody) {
        display: block;
        width: 100%;
    }

    .table tbody tr:hover:not(.article-body tr) {
        color: black;
        background-color: #d1d6d8!important;
    }

    .table tbody tr:not(.article-body tr):nth-child(odd), .table tbody tr:not(.article-body tr) :nth-child(even) {
        background-color: #e1e5e7; 
    }

    .table tr:not(.article-body tr) {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border: 1px solid #acb4b7;
        padding: 10px;
        background-color: #fff;
        border-radius: 8px;
    }

    .table td:not(.article-body td) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 8px 10px;
        position: relative;
        border: none;
        gap: 6px;
        font-size: 14px;
    }

    .table td:not(.article-body td)::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        color: #a01065;
        flex: 1;
        padding-right: 10px;
        font-size: 12px;
    }

    .table td:not(.article-body td):last-child {
        border-bottom: none;
    }
}

.price__title, .job-openings__title {
    color: #a01065;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.price h2 {
    color:#a01065;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    padding: 15px 10px 10px;
}

.job-openings h2 {
    font-weight: 500;
    color: #a01065;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.job-openings__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.job-openings__item ul {
    list-style: circle;
    padding-left: 30px;
}

.job-openings__description-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.job-openings a {
    color: #a01065;
}

.job-openings {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Заголовок H1 */
.job-openings__title {
    color: #a01065;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-stretch: 100%;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

/* Секция вакансий */
.job-openings__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Список вакансий */
.job-openings__list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Карточка вакансии */
.job-openings__item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    
    cursor: pointer;
}

.job-openings__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Заголовок H2 */
.job-openings__item h2 {
    font-size: 24px;
    color: #a01065;
    margin-bottom: 10px;
}

/* Информация о вакансии */
.job-openings__info p {
    margin: 5px 0;
    font-size: 18px;
    color: #000;
}
.job-openings__description-wrap {
    display: none;
    flex-direction: column;
}

.job-openings__item.active .job-openings__description-wrap {
    display: flex;
}


/* Описание вакансии */
.job-openings__description-wrap p {
    font-weight: 500;
    margin: 10px 0 5px;
    font-size: 18px;
    color: #000;
}

.job-openings__description-wrap ul {
    margin-left: 20px;
    padding-left: 0;
    list-style-type: circle;
}

.job-openings__description-wrap li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.5;
}

/* Ссылки */
.job-openings__description-wrap a {
    color: #a01065;
    text-decoration: underline;
    transition: color 0.3s;
}

.job-openings__description-wrap a:hover {
    color: #721049;
}

@media (max-width: 860px) {
    .continent-list li {
        background-color: transparent!important;
    }
}




/* End */
/* /bitrix/templates/logistic/stylesheets/screen.css?174764767766197 */
/* /bitrix/templates/logistic/stylesheets/ie.css?1620206636276 */
/* /bitrix/templates/logistic/stylesheets/print.css?1620206636216 */
/* /bitrix/templates/logistic/stylesheets/main.css?17036802002002 */
/* /bitrix/templates/logistic/fonts/font-awesome-4.7.0/css/font-awesome.min.css?162020663631000 */
/* /bitrix/components/bitrix/menu/templates/.default/style.min.css?1620206638490 */
/* /bitrix/templates/logistic/styles.css?17444594183089 */
/* /bitrix/templates/logistic/template_styles.css?175128411351743 */
