@font-face{
	font-family: Georgiai; /* Имя шрифта */
    src: url(fonts/georgiai.ttf); /* Путь к файлу со шрифтом */
}
@font-face{
	font-family: OpenSans-Bold; /* Имя шрифта */
    src: url(fonts/OpenSans-Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face{
	font-family: OpenSans-Regular; /* Имя шрифта */
    src: url(fonts/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face{
	font-family: OpenSans-Semibold; /* Имя шрифта */
    src: url(fonts/OpenSans-Semibold.ttf); /* Путь к файлу со шрифтом */
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
span.desc {
  font-family: OpenSans-Regular;
  margin-bottom: 50px;
}
span.fs_46.longtitle {
  display: inline-block;
  font-family: OpenSans-Semibold;
  line-height: 1;
  margin-bottom: 0px;
    margin-top: 20px;
}
.clear{	clear: both; }
.orange_1{ 	background: #f7941d; }
.ta_c { text-align: center;}
.f_i { float: inherit !important; }
.pd_0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.wrapper{
	max-width: 1900px;
	margin: 0 auto;
}
.header{
	min-height: 138px;
	box-shadow: 0px 1px #000;
	position: fixed;
	z-index: 20;
	height: 80px;
	background: #fff;
	width: 100%;
}
.header .navbar-collapse.in{ background: #fff; }
.header .navbar-collapse{ padding: 0px; }
.header .navbar-nav {
  margin: 0px;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.logo a{
	height: 100%;
	display: block;
	margin: 14px 0px;
}

.tel{
	position: relative;
	font-size: 18px;
	font-family: OpenSans-Bold;
	color: #34495e;
	text-align: center;
}
.tel:after{
	content: '';
	position: absolute;
	background-image: none;
	width: 20px;
	height: 20px;
	left: -31px;
	top: 5px;
	z-index: 20;
}
.pd0{  padding: initial; }
.header_wrapp{ max-width: 940px; }
.menu {
	padding: 25px 0px;
	width: 556px;
}
.dpl_ib {   display: inline-block !important; padding-top: 30px;}
.wd_100{	width: inherit; }
.menu a{
	color: #000;
	font-size: 12px;
	padding: 5px 13px !important;
}
.menu a:active, .menu a:focus{ background: transparent !important; }
.menu a:hover{
	color: #1d9800;
	padding: 5px 13px !important;
	border-radius: none;
	border-bottom: 1px solid #1d9800;
	background-color: transparent !important;
}
.callback:hover { background: rgb(0, 192, 255); }
.callback{
	background: #1d9800;
	border-radius: 0px;
	padding: 10px 16px;
	width: 155px;
	margin-top: 5px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.info_block_1{
	/* background: url(../img/section1.png) no-repeat bottom; */
	background: url(../img/headimage2.png) no-repeat bottom;
	position: relative;
	z-index: 1;
	padding-top: 138px;
	  padding-bottom: 30px;
}
.calc-title-pre-wrapp {
    padding-top: 40px;
}
.calc-title-wrapp {
    width: 880px;
    height: 70px;
    margin: 0 auto;
}
.box3col {
    float: left;
    width: 33.333%;
}
.box3col img {
    float: left;
}
.white-box-text {
    color: #fff;
    text-align: left;
    padding-left: 71px;
    padding-top: 15px;
    font-weight: bold;
}
.title span, .innerText, .innerNumber, .action div, .action span, .action b {
  color: #fff !important;
}

.title {
	color: #34495e;
	font-family: OpenSans-Regular;
	font-size: 18px;
	text-align: center;
}
.font_fff{ color: #fff; }
.font_fff span{ color: #fff; }
.semibold{ font-family: OpenSans-Semibold; }
.bold{ font-family: OpenSans-Bold; }
.bold span{ font-family: OpenSans-Bold; }
.fs_46 { font-size: 46px; }
.fs_30 { font-size: 30px; }
.fs_14 { font-size: 14px; }
.counter { text-align: center; margin-top: 10px; }
.counter > div { margin-bottom: 10px; }
.select_title_desibled{ color: #8f8b87 !important;}
.desibled{  border: 2px solid #8f8b87 !important; color: #8f8b87 !important;  pointer-events: none;}
.select_arrow_desibled {  
	-webkit-filter: grayscale(100%) contrast(0%);
	-moz-filter: grayscale(100%) contrast(0%);
	-o-filter: grayscale(100%) contrast(0%);
	filter: grayscale(100%) contrast(0%);
}
.count {
	width: 60px;
	/* height: 80px; */
	display: inline-block;
	padding-top: 55px;
	text-align: center;
	position: relative;
}
.time {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	text-align: center;
	font-size: 24px;
}
/*
.days {		background: url(../img/days.png) top no-repeat; }
.hours {	background: url(../img/hours.png) top no-repeat; }
.minutes {	background: url(../img/minutes.png) top no-repeat; }
.secunds {	background: url(../img/secunds.png) top no-repeat; }
*/
.form {
	background-image: none;
	background-color: #f7c205;
	width: 320px;
	height: 380px;
	margin: 0 auto;
	padding: 10px;
}
.form_title{
	color: #000;
	font-family: OpenSans-Bold;
	font-size: 18px;
	text-align: center;
}
form input {
	margin: 5px 0px;
	width: 100%;
	border: none;
	padding: 8px 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

form input::-webkit-input-placeholder       {
	line-height: 20px; 
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input::-moz-placeholder                {
	line-height: 20px; 
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input:-moz-placeholder                 {
	line-height: 20px; 
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input:-ms-input-placeholder            {
	line-height: 20px; 
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input:focus::-webkit-input-placeholder {
	line-height: 100px;
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input:focus::-moz-placeholder          {
	line-height: 100px;
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input:focus:-moz-placeholder           {
	line-height: 100px;
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input:focus:-ms-input-placeholder      {
	line-height: 100px;
	transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	-webkit-transition: line-height 0.5s ease;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active {
  background: #3c763d;
  outline: none;
}
form input[type=submit]{
	background: #1d9800;
	color: #fff;
	font-family: OpenSans-Bold;
	font-size: 20px;
	border: none;
	height: 50px;
	border-radius: 0;
}

.info_block_2 {
	background: url(../img/calculator_bg.png) center no-repeat;
	height: 810px;
	background-size: cover;
}
.cacl_title div:first-child{ text-align: right; }
.cacl_title div:last-child{ text-align: left; }
.cacl_title div{
	display: inline-block;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.cacl_title {
	width: 320px;
	margin: 0 auto;
	height: 115px;
	padding-top: 40px;
}
.calc_label{
	margin-top: 30px;
	margin-bottom: 30px;
}
.left_calc .sbHolder{
	width: 240px;
	text-align: center;
	height: 40px;
}
.sbHolder{
	background: transparent !important;
	color: #fff;
	border: 2px solid #f7c205;
	border-radius:0px;
}
.sbSelector{
	color: #fff;
	font-size: 18px;
}
.sbToggle{
	background: url(../img/select_arrow.png) center no-repeat;
	margin-top: 5px;
	margin-right: 6px;
}
.left_calc label{ width: 100%; }
.left_calc {
    width: 240px;
    float: left;
    margin-left: 40px;
    margin-top: 105px;
}
.sbOptions{
	max-height: 250px !important;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
}
.sbOptions::-webkit-scrollbar{
	width: 9px; 
	height: 9px;
}
.sbOptions::-webkit-scrollbar-track{ background: transparent; }
.sbOptions::-webkit-scrollbar-thumb{
	background: #cccccc;
	border-radius: 10px;
}
.sbHolder{ height: 40px !important; }
.fl{ float: left }
.checkbox {  
	vertical-align: top;  
	margin: 0 3px 0 0;  
	width: 17px;  
	height: 17px;  
}  
.checkbox + label {  cursor: pointer;  }  
.checkbox:not(checked) {  
	position: absolute;  
	opacity: 0;  
}  
.checkbox:not(checked) + label { 
	position: relative; 
	padding: 0 0 0 60px;
}  
.checkbox:not(checked) + label:before { 
	content: '';  
	position: absolute;  
	top: -4px;  
	left: 0;  
	width: 30px;  
	height: 12px;  
	border-radius: 13px;  
	background: #8f8b87;  
}  
.checkbox:not(checked) + label:after { 
	content: '';
	position: absolute;
	top: -8px;
	left: 2px;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	border: 2px solid #8f8b87;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: all .2s;
}  
.checkbox:checked + label:before { background: #f7c205;  }  
.checkbox:checked + label:after { left: 12px; border: 2px solid #f7c205; }
.choise_label {
	font-size: 14px;
	font-family: OpenSans-Regular;
	color: #fff;
	text-align: center;
	margin: 10px 0px;
}
.choise { height: 80px; }
.choise > div:first-child{ padding: 47px 0px 0px 0px; }
.choise > div { float: left; }
.country {
	margin: 10px 0px;
	width: 100%;
	text-align: center;
}
.right_calc { margin-right: 40px; float: right;}
.calculator { position: relative; }
.choise_action{
	background: url(../img/choise_action.png) center no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: 357px;
}
.tuck {
    background: url(../img/truk1.png) no-repeat left;
}
.deliverman{
    background: url(../img/deliverman.png) no-repeat left;
}
.containers {
    background: url(../img/ship.png) no-repeat left;
}
.avia{
    background: url(../img/avia.png) no-repeat left;
}
.case {
  /* height: 100%; */
  display: block;
  width: 190px;
  margin-top: 42px;
  text-align: right;
  color: #fff;
  line-height: 34px;
}
.blue_line {
	background: url(../img/blue_line.png) no-repeat center;
	height: 32px;
	margin-top: 40px;
}
.yellow_lables{ margin-top: 36px; }
.yallow_lable2{
	padding-left: 45px;
	width: 300px;
	margin: 0 auto;
	line-height: 1;
	margin-top: 3px;
}
.yallow_lable {
	padding-left: 0px;
	width: 300px;
	margin: 0 auto;
	line-height: 1;
	margin-top: 3px;
}
.fs_18{ font-size: 18px !important; }
.pad_tb_15 { padding: 15px 60px !important; }

.what-in-price-wrapp {
  margin: 11px auto 0 auto;
  position: relative;
  width: 200px;
}
.what-in-price:hover + .hint {
    display: block;
}
.hint:hover{
    display: block;
}
.hint ul {margin-bottom: 0; }
.hint li:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 3px;
    background: #f7941d;
    border-radius: 50%;
}
.hint li {
  margin: 5px 0px 5px 0px;
  padding-left: 20px;
  position: relative;
}
.hint li:last-child {margin-bottom: 0;}
a.what-in-price {
  color: #128ad0;
  text-decoration: underline;
}
a.what-in-price:hover {
  color: #128ad0;
}

.hidden-hint.hint:after {
    content: '';
    position: absolute;
    left: -15px;
    width: 20px;
    height: 20px;
    /* z-index: 20000; */
    /* background: #fff; */
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #ffffff transparent transparent;

}
.hidden-hint.hint {
    display: none;
    text-align: left;
    width: 500px;
    padding: 16px 16px;
    background: #fff;
    position: absolute;
    left: 189px;
    top: 103%;
    margin-top: -130px;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.hint-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #f7941d;
}


.yallow_lable { background: none; }
.yallow_lable2 { background: url(../img/yellow_lable2.png) no-repeat left;}
.take_order_to_red:hover {
	background: #3c763d;
	color: #fff !important;
}
.take_order:hover {
	text-decoration: none;
	color: #fe495a;
}
.take_order:focus,
.take_order {
	color: #fff;
	text-transform: uppercase;
	background: #1d9800;
	font-size: 25px;
	padding: 17px 60px;
	display: inline-block;
	border: 0px;
	border-radius: 0x;
	margin: 15px 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.red{color: #fe495a;}
.fs_12{font-size: 12px;}
.cases:after{
	content: '';
	display: table;
	visibility: hidden;
	height: 0px;
	clear: both;
}
.cases {  max-width: 900px; margin: 0 auto; }
.cases > div {
	width: 225px;
	float: left;
	height: 210px;
	text-align: center;
	font-size: 14px;
	font-family: OpenSans-Regular;
	margin-bottom: 40px;
	padding-left: 0px;
}
.cases > div:last-child{margin-right: 0;}
@media (min-width: 1667px){
    .cases > div { margin-right: 66px; }
    .cases {  
        width: 1760px;
        max-width: 1760px;
        padding-left: 50px;      
    }
}
@media (max-width:1666px) and (min-width: 770px){
    .cases > div { margin-right: 112px; }
    .cases > div:nth-child(3) { margin-right: 0px; }
    .cases {
        width: 1023px;
        padding-left: 74px;
        max-width:initial;
}
}
.left-calc-title {
  font-size: 15px;
  color: #fff;
  margin: 0px 0 20px 0;
}
.cases b {
  font-weight: bold;
  text-shadow: 0 0 0.1px #000;
}
@media screen and (max-width: 770px){
    .hidden-hint.hint{
        width: 268px;
        left: -34px;
        top: 160px;
    }
    .hidden-hint.hint:after{
        left: 46%;
        top: -9px;
        transform: rotate(-29deg);       
    }
    span.fs_46.longtitle, .desc {
        margin-bottom: 35px !important; 
    }
    .left-calc-title { margin: 20px 0; }
    .case {
        margin-top: 35px;
        line-height: 40px;
    }
    .choise > div:first-child {
        padding: 40px 0px 0px 0px;
    }
    .box3col {
        float: left;
        width: 230px;
        text-align: center;
        margin-bottom: 10px;
    }
    .white-box-text {
        color: #fff;
        text-align: left;
        padding-left: 71px;
        padding-top: 15px;
        font-weight: bold;
        width: 100%;
    }
    .calc-title-wrapp {
        width: 230px;
        height: initial;;
    }
    .country { display: none; }
    .right_calc {
        margin-top: 0px !important;
        margin-left: 0px;
        margin: 0 auto;
        float: initial;
    }
    .left_calc {
        padding-top: 55px;
    }
    .choise_action {
        top: 745px !important;
        -webkit-transform: rotate(92deg);
        -moz-transform: rotate(92deg);
        -o-transform: rotate(92deg);
        transform: rotate(92deg);
    }
    .title span, .innerText, .innerNumber, .action div, .action span, .action b{
        color: #34495e !important;
    }
    .calc_label { height: 65px; }
}
.cases img { margin-bottom: 20px; }
.why{
	margin-top: 50px;
	margin-bottom: 60px;
}
.gar .bx-wrapper { max-width: 940px; }
.clients_slider .bx-wrapper { 
	max-width: 93% !important;
}
.clients_slider, .clients {
	max-width: 945px;
	margin: 0 auto;
}
.our_clients{
	background: url(../img/clients_bg.png) center no-repeat;
	height: 760px;
	background-size: cover;
}
.marg { padding: 55px 0px 60px 0px; }
.clients img { 
	margin: 0px 6px; 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-filter:  grayscale(100%) contrast(0%);
	-moz-filter:  grayscale(100%) contrast(0%);
	-o-filter:  grayscale(100%) contrast(0%);
	filter: grayscale(100%) contrast(0%);
}
.clients img:hover { 
	-webkit-filter: grayscale(0%) contrast(100%);
	-moz-filter: grayscale(0%) contrast(100%);
	-o-filter: grayscale(0%) contrast(100%);
	filter: grayscale(0%) contrast(100%);
}
.garanties:after{
	content: '';
	display: table;
	visibility: hidden;
	height: 0px;
	clear: both;
}
.garanties { max-width: 940px; margin: 0 auto; }
.garanties > div{
	background: url(../img/img1.png) center no-repeat;
	height: 290px;
	width: 255px;
	text-align: center;
	float: left;
	margin-right: 10px
}
.garanties > div > p{margin: 10px 0px; }
.garanties > div > p:last-child{
	color: #1d9800;
	font-family: OpenSans-Bold;
	font-size: 18px;
}
.garanties > div img{margin-top: 40px; }

.garanties > div:nth-child(4) {margin-left: 133px; }
.garanties > div:nth-child(4), 
.garanties > div:nth-child(5), 
.garanties > div:nth-child(6) {
	margin-top: -55px;
}

.gar { margin-top: 70px; margin-bottom: 80px; }
.gar_img_wrapp { height: 140px; }
.gar .bx-prev{
	background: url(../img/garanties/right_arr_gar.png) center no-repeat !important;
}
.gar .bx-next {
	background: url(../img/garanties/left_arr_gar.png) center no-repeat !important;
}
.info_block_3{
	min-height: 500px;
}
.info_block_6{
	background: #1d9800;
}
.ra{ background: url(../img/faces/right_label.png) center no-repeat; }
.la{ background: url(../img/faces/left_label.png) center no-repeat; }
.worker_title {
	font-family: Georgiai;
	font-style: italic;
	color: #000;
	height: 90px;
	width: 450px;
	padding: 12px;
}
.workers { max-width: 940px; margin: 0 auto; }
.workers:after{
	content: '';
	display: table;
	visibility: hidden;
	height: 0px;
	clear: both;
}
.worker{
	height: 295px;
	max-width: 450px;
	float: left;
	margin: 10px 10px;
}
.worker_place{
	color: #ddd;
	font-size: 14px;
}
.worker_name{
	font-size: 18px;
	font-family: OpenSans-Bold;
}
.worker_name{color: #fff;}
.fr{float: right;padding-top: 30px;}
.face img { margin-top: 20px; margin-left: -5px; }
.ta_r{ text-align: right; }
.left_img_label{
	width: 56%;
	height: 150px;
	padding: 55px 0px;
}
.ourteam{ padding-top: 55px; margin-bottom: 65px; }
.pos_rel { position: relative; }
.pos_abs { position: absolute; }
.from_on_map{ 
	position: absolute; 
	right: 0;
	top: 55px;
}
textarea {
	padding: 10px;
	resize: none;
	width: 100%;
	border: none;
}
.wrapper.pos_abs{
	height: 680px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	top: 0;
}
.form_map {
	background-color: #f7c205;
	height: 570px;
	width: 300px;
}
#overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	top: 0;
	z-index: 20;
	cursor: pointer;
}

.thank_you{
	display: none; 
	position: fixed;
	top: 50%;
	margin-top: -85px;
	left: 50%;
	margin-left: -160px;
	padding: 20px;
	width: 320px;
	background: #fff;
	height: 170px;
	z-index: 30;
	text-align: center;
}
.thank_you div:first-child{
	color: #f7941d;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
}
.thank_you div:last-child{
	font-size: 18px;
	color: #566473;
}
.call_back .form{
	background: #fff;
	height: 170px;
}
.order_popup input, .call_back input{
	background: #e2e2e2;
	border: none;
	border-radius: 3px;
}
.call_back {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -85px;
	left: 50%;
	margin-left: -155px;
	z-index: 30;
}
.close_pop{
	position: absolute;
	top: -37px;
	right: 0;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.order_popup .form{
	background: #fff;
	height: 340px;
}
.order_popup .form_title{
	color: #45474d;
}
.order_popup {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -140px;
	left: 50%;
	margin-left: -155px;
	z-index: 30;
}

.footer .row{ margin: 0px;}
.footer {
	background: #fff;
	padding: 40px 0px;
	text-align: center;
}
.footer_wrapp {
	width: inherit !important;
	float: right;
	margin: 0 auto;
}
.footer_mail{
	float: right;
}
.footer_wrapp .tel:after {
	content: '';
	width: 0;
	height: 0;
}
.footer_wrapp .logo{
	float: left;
}
.footer_wrapp {
	width: 960px;
	margin: 0 auto;
}
.logo {
  /*float: left;*/
}
.time_counter{
	font-size: 12px;
}
.footer_callback {
  width: 180px;
  margin: 0 auto;
}
.footer_wrapp .tel{ width: 180px; }
.addr{
	color: #9c9ea6;
	text-align: left;
}
.mail a:hover{ opacity: 0.8; color: #00a2ff;}
.mail a{
	color: #00a2ff;
	text-decoration: underline;
}
.soc{ padding-right: 15px !important; margin-top: 20px;}
.soc img{ 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.soc img:hover {
  -webkit-filter: grayscale(100%) contrast(200%);
  -moz-filter: grayscale(100%) contrast(200%);
  -o-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%) contrast(200%);
}

.bx-slider li{
	height: 220px;
	line-height: 220px;
}
.bx-wrapper img {
	display: inline-block !important;
}
.map{
	height: 680px;
	overflow: hidden;
}

.canvasMinutes, .canvasSeconds, .canvasHours, .canvasDays {
    _opacity: .8;
}
.right-calc-title {
  font-size: 14px;
  color: #fff;
}

