@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');
@font-face
{
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.woff') format('woff'), url('../fonts/Circe-Regular.ttf');
}
@font-face
{
	font-family: 'Circe';
	font-weight: 300;
	src: url('../fonts/Circe-Light.woff') format('woff'), url('../fonts/Circe-Light.ttf');
}
@font-face
{
	font-family: 'Circe';
	font-weight: 700;
	src: url('../fonts/Circe-Bold.woff') format('woff'), url('../fonts/Circe-Bold.ttf');
}
*
{
	box-sizing: border-box;
	margin: 0;
	moz-box-sizing: border-box;
	padding: 0;
	webkit-box-sizing: border-box;
}
*:before, *:after
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
img
{
	border: none;
}
input, textarea, input:active, textarea:active
{
	box-shadow: none;
	moz-outline: none!important;
	outline: none transparent!important;
}
input[type=submit], button[type=submit]
{
	webkit-appearance: none;
	webkit-border-radius: 0;
}
:focus
{
	outline: none;
}
::-webkit-input-placeholder
{
	color: #8a8a8a;
}
::-moz-placeholder
{
	color: #8a8a8a;
}
:-moz-placeholder
{
	color: #8a8a8a;
}
:-ms-input-placeholder
{
	color: #8a8a8a;
}
.clear
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
body
{
	background: #fff;
	webkit-text-size-adjust: 100%;
}
.cont
{
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 15px;
	position: relative;
	width: 100%;
}
.main_title
{
	color: #000;
	display: block;
	font: 700 30px "Circe";
	margin-top: 60px;
	text-align: center;
	text-transform: uppercase;
}
header.fixed
{
	animation: moveDown .5s;
	position: fixed;
	webkit-animation: moveDown .5s;
}
@-webkit-keyframes moveDown
{
	0%
	{
		transform: translateY(-74px);
		webkit-transform: translateY(-74px);
	}
}
@-moz-keyframes moveDown
{
	0%
	{
		transform: translateY(-74px);
		webkit-transform: translateY(-74px);
	}
}
@keyframes moveDown
{
	0%
	{
		transform: translateY(-74px);
		webkit-transform: translateY(-74px);
	}
}
.open_link_menu
{
	display: none;
	height: 40px;
	left: 50%;
	overflow: hidden;
	padding: 18px 0;
	position: relative;
	transform: translateX(-50%);
	transition: margin .4s linear;
	vertical-align: top;
	width: 40px;
	z-index: 99;
}
.open_link_menu.active span
{
	background: transparent;
}
.open_link_menu span
{
	background: #B23850;
	display: block;
	height: 4px;
	transition: all .2s linear;
}
.open_link_menu.active:before
{
	top: 18px;
	transform: rotate(-45deg);
}
.open_link_menu:before
{
	background: #B23850;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 8px;
	transition: all .2s linear;
	width: 40px;
}
.open_link_menu.active:after
{
	bottom: 18px;
	transform: rotate(45deg);
}
.open_link_menu:after
{
	background: #B23850;
	bottom: 8px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	transition: all .2s linear;
	width: 40px;
}
header
{
	background: #fff;
	width: 100%;
	z-index: 999;
}
header .top_line
{
	background: #f6f6f6;
}
.header_wrap
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 23px;
}
header.fixed .header_wrap
{
	margin-top: -12px;
	padding-bottom: 10px;
}
.header_wrap .b-left .logo
{
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
}
.header_wrap .b-left .logo img
{
	display: block;
	max-width: 100%;
}
.header_wrap .b-left .note_info
{
	color: #000;
	display: inline-block;
	font: 16px/20px 'Circe';
	margin-left: 28px;
	margin-top: 20px;
	max-width: 370px;
	padding: 15px 0;
	padding-left: 33px;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.header_wrap .b-left .note_info:before
{
	background: #000;
	content: '';
	height: 100%;
	left: 0;
	opacity: .1;
	position: absolute;
	top: 0;
	width: 1px;
}
.header_wrap .b-right .contacts
{
	display: inline-block;
	margin-top: 30px;
	text-align: right;
	vertical-align: top;
}
.header_wrap .b-right .contacts .tel
{
	color: #000;
	display: block;
	font: 500 30px "Roboto Condensed";
	text-decoration: none;
}
.header_wrap .b-right .contacts .tel span
{
	color: #B23850;
}
.header_wrap .b-right .contacts .mail
{
	color: #000;
	display: block;
	font: 16px "Circe";
	margin-top: 3px;
	text-decoration: none;
}
.header_wrap .b-right .link
{
	display: inline-block;
	margin-left: 20px;
	margin-top: 32px;
	vertical-align: top;
	width: 195px;
}
.header_wrap .b-right .link_btn
{
	background: #B23850;
	border-radius: 29px;
	color: #fff;
	display: block;
	font: 300 20px/58px "Circe";
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 100%;
}
.header_wrap .b-right .link_btn:hover
{
	background: #f03;
}
.menu
{
	background: #fff;
	box-shadow: 0 8px 8px rgba(0,0,0,.18);
}
.menu nav
{
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu nav .menu_item a
{
	color: #000;
	display: block;
	font: 700 14px/59px "Circe";
	height: 59px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
header.fixed .menu nav .menu_item a
{
	height: 42px;
	line-height: 42px;
}
.menu nav .menu_item a:after
{
	background: #B23850;
	bottom: 0;
	content: '';
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: .5s;
	width: 0;
}
.menu nav .menu_item a:hover:after,.menu nav .menu_item a.mPS2id-highlight-first:after,.menu nav .menu_item a.active:after
{
	width: 100%;
}
section
{
}
.bunner
{
	background: url(../images/bg_1.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-top: 95px;
}
.bunner h1
{
	color: #fff;
	font: 700 60px/60px "Circe";
	text-align: center;
}
.bunner h2
{
	color: #fff;
	font: 700 39px/40px "Circe";
	text-align: center;
}
.bunner .info
{
	color: #fff;
	font: 25px/28px "Roboto Condensed";
	margin-top: 15px;
	text-align: center;
}
.bunner .wrap_form
{
	display: block;
	margin-bottom: -41px;
	margin-top: 105px;
	position: relative;
}
.block_form
{
	background: #E7E3D4;
	padding: 31px 30px 33px;
}
.block_form .title_form
{
	color: #000;
	display: block;
	font: 25px "Circe";
	text-align: center;
}
.block_form .form
{
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	margin-left: -8px;
	margin-top: 27px;
}
.block_form .form .wrap_line
{
	margin-left: 8px;
	width: 26%;
}
.block_form .form .wrap_line .input
{
	border: 1px solid #959595;
	border-radius: 4px;
	box-shadow: inset 0 0 7px rgba(0,0,0,.46);
	color: #000;
	display: block;
	font: 16px/57px "Circe";
	padding-left: 45px;
	padding-right: 10px;
	position: relative;
	width: 100%;
}
.block_form .form .wrap_line .input:before
{
	background-position: 0 0;
	content: '';
	height: 28px;
	left: 17px;
	position: absolute;
	top: 16px;
	width: 17px;
}
.block_form .form .wrap_line.place .input
{
	background: #fff url(../images/mark1.png) 17px 16px no-repeat;
}
.block_form .form .wrap_line.place .input:focus
{
	background-image: url(../images/mark2.png);
}
.block_form .form .wrap_line.tel .input
{
	background: #fff url(../images/icon_tel.png) 13px 16px no-repeat;
	padding-left: 52px;
}
.block_form .form .submit
{
	margin-left: 8px;
	max-width: 213px;
	width: 22%;
}
.block_form .form .submit_btn
{
	background: #B23850;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font: 20px "Circe";
	height: 59px;
	padding: 0 10px;
	text-align: center;
	transition: .3s;
	width: 100%;
}
.block_form .form .submit_btn:focus
{
	border: 1px dotted #fff;
	transition: .1s;
}
.block_form .form .submit_btn:hover
{
	background: #f03;
}
.shipment
{
	background: #f6f6f6;
	padding-bottom: 35px;
	padding-top: 40px;
}
.shipment .items
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 38px;
}
.shipment .item
{
	margin: 0 15px 35px;
	max-width: 250px;
	text-align: center;
}
.shipment .item .thumb
{
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: 60px;
	justify-content: center;
	margin: 0 auto;
	width: 62px;
}
.shipment .item .thumb img
{
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.shipment .item .name
{
	color: #000;
	font: 700 25px/21px "Circe";
	margin-top: 20px;
}
.shipment .item .info
{
	color: #737373;
	font: 300 16px/18px "Circe";
	margin-top: 15px;
}
.our_transport
{
	padding-bottom: 57px;
	padding-top: 1px;
}
.our_transport .items
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -30px;
	margin-top: 39px;
}
.our_transport .item
{
	background: #f6f6f6;
	margin-bottom: 28px;
	margin-left: 30px;
	max-width: 263px;
	text-align: center;
	width: calc(25% - 30px);
}
.our_transport .item .thumb
{
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: 163px;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}
.our_transport .item .thumb img
{
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.our_transport .item .name
{
	background: #E7E3D4;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding: 0 5px;
	vertical-align: middle;
}
.our_transport .item .name .wrap
{
	color: #000;
	display: inline-block;
	font: 700 20px/21px "Circe";
	overflow: hidden;
	text-transform: uppercase;
	vertical-align: middle;
}
.our_transport .item .b-info
{
	padding: 25px;
}
.our_transport .item .b-info .text
{
	color: #000;
	font: 300 16px/18px "Circe";
	height: 125px;
	overflow: hidden;
}
.our_transport .item .b-info .link
{
	display: block;
	margin-top: 25px;
}
.our_transport .item .b-info .link_btn
{
	border: 2px solid #B23850;
	border-radius: 4px;
	color: #000;
	display: block;
	font: 20px/55px "Circe";
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 100%;
}
.our_transport .item .b-info .link_btn:hover
{
	background: #B23850;
	color: #fff;
}
.our_transport .note
{
	display: block;
	font: 300 20px "Circe";
	margin-top: 30px;
	text-align: center;
}
.bunner-s
{
	background: url(../images/bg_2.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-top: 62px;
}
.bunner.bunner-s .wrap_form
{
	bottom: -76px;
	display: block;
	margin-top: 0;
	position: relative;
}
.stages
{
	padding-bottom: 65px;
	padding-top: 135px;
}
.stages .items
{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	overflow: hidden;
}
.stages .item
{
	margin: 20px 10px 0;
	max-width: 230px;
	text-align: center;
	width: 100%;
}
.stages .item .circle
{
	background: #B23850;
	border-radius: 50%;
	color: #fff;
	font: 700 30px/67px "Circe";
	height: 67px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 67px;
}
.stages .item .circle:after
{
	background: #fff;
	content: '';
	height: calc(100% + 8px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 8px);
	z-index: -1;
}
.stages .item .circle:before
{
	background: #B23850;
	content: '';
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% * 4.26);
	z-index: -2;
}
.stages .item:first-child .circle:before
{
	background: #B23850;
	content: '';
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% * 2.13);
	z-index: -2;
}
.stages .item:last-child .circle:before
{
	background: #B23850;
	content: '';
	height: 3px;
	left: auto;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% * 2.13);
	z-index: -2;
}
.stages .item .text
{
	color: #000;
	font: 300 16px/18px "Circe";
	margin-top: 20px;
}
.reviews
{
	background: url(../images/bg_3.jpg) 50% 0 no-repeat;
	padding-bottom: 75px;
	padding-top: 1px;
}
.reviews .slider
{
	margin-top: 38px;
	padding: 0 30px;
}
.reviews .slider .item
{
	text-align: center;
}
.reviews .slider .item img
{
	display: block;
	margin: 0 auto;
}
.customers
{
	padding-bottom: 30px;
	padding-top: 1px;
}
.customers .cust_wrap
{
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 25px;
}
.customers .cust_wrap img
{
	display: block;
	margin: 15px;
}
.bunner.bunner1
{
	background: #1e2136;
}
.bunner.bunner1 .wrap_form
{
	margin-bottom: 1px;
}
footer
{
	margin-top: 85px;
}
footer .header_wrap
{
	padding-bottom: 35px;
}
.modal
{
	display: none;
}
.modal1 .block_form
{
	margin: 10px;
	max-width: 700px;
}
.modal1 .block_form .form
{
	flex-wrap: wrap;
}
.modal1 .block_form .form .wrap_line,.modal1 .block_form .form .submit
{
	margin-bottom: 8px;
	max-width: 100%;
	width: calc(50% - 8px);
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  
  left: 35%;
  top: 98%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram {
  background: #3f729b;
  color: white;
}

.yandex {
  background: #FF3333;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.viber {
  background: #6666FF;
  color: white;
}