/* 5 columns for bootstrap 4 */

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.col-5-th {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 20%;
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
}


#myBlock {
  display: none;
}
#gradient {
  display: none;
}

/* rbz-block start */

.rbz-accordion-btn {
  display: flex;
}

.rbz-accordion-btn::after {
  content: '+';
  font-size: 32px;
  display: inline-block;
  margin-left: auto;
}

.rbz-accordion-btn:not(.collapsed)::after {
  content: '-';
  font-size: 44px;
}

/* rbz-block end */


@media (max-width: 767px) {
  .vertical_divider {
display: none;
  }

}


@media (min-width: 768px) {
    .col-sm-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}
@media (max-width: 950px) {
  .vertical_divider {
      display: none;
  }

}
@media (min-width: 992px) {
    .col-md-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }

    .vertical_divider {
  display: none;
    }
}
@media (max-width: 1150px) {
  .vertical_divider {
display: none;
  }

}
@media (min-width: 1200px) {
  .vertical_divider {
    border-right: 1px solid white;
    position: absolute;
    top: 0;
    left: 5vw;
    opacity: 0.35;
    height: 450px;
    z-index: 3;
    display: block;
  }
  .form_send .form_send_content span {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5%;
  margin-top: 0;
  }
    .col-lg-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}

@media only screen and (max-width: 992px) {
     .col-md-5th {
          width:33%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33%;
          -ms-flex: 0 0 33%;
          flex: 0 0 33%;
          max-width: 33%;
     }
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}

@media only screen and (max-width: 769px) {

     .col-md-5th {
          width:100%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
     }

    .col-md-5th.col-sm-5th {
          width:50%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {

     .col-md-5th {
          width:100%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
     }

    .col-md-5th.col-sm-5th {
          width:100%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
    }
}

/*  */

main {
  margin-top: 2%;
}

.right_col {
    float: right;
    padding-right: 0;
    text-align: left;
    width: 100%;
}
.title_page {
  margin-left: 15px;
  z-index: 4;
}
/* .rpage .rpage_title {
  margin-left: 0;
} */
.rpage {
  margin-top: 0;
}
.rpage_wrapper {
  position: relative;
    z-index: 4;
  margin-top: 15%;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_right_block ul {
    border: 1px solid #E6E6E6;
    padding: 0;
    width: 100%;
}
.menu_right_block {
    margin-right: -5px;
    margin-left: 15px;
}
.menu_right_block .menu-item {
  background: transparent;
  border-left: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 5%;
  border-bottom: 1px solid #E6E6E6;
}
.menu_right_block .menu-item:last-child {
  border-bottom: none;
}


.menu_right_block .menu-item > a:hover {
  text-decoration: none;
}
.menu_right_block .menu-item:hover ~ .menu_right_block .menu-item > a {
  text-decoration: none;
}


.menu_right_block .menu-item > a {
  font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      line-height: 23px;
      font-size: 16px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #1B3560;
      display: inline-block;
}
.menu_right_block .menu-item.current-menu-item > a {
  color: #ffffff;
}
.menu_right_block .menu-item.current-menu-item {
  /* background: linear-gradient(90deg, #213F74 48.23%, #430820 100%); */
  border-left: 4px solid #FF4B55;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 5%;
  /* background: url('https://rezerv.online-cargo.ru/wp-content/themes/occoni/images/headers_page/avia_1.png'); */
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
}

.widget_features .widget_features_title {
  background: #1E97F4;
  margin: auto;
  padding: 3.1%;
  padding-left: 2%;
  padding-right: 2%;
}
.widget_features .widget_features_item img {
    margin: auto;
    position: relative;
    display: block;
    padding: 10%;
}
.widget_features .widget_features_item p {
    margin: auto;
    position: relative;
    display: block;
}
.widget_features .widget_features_item span {
    margin: auto;
    position: relative;
    display: block;
    padding: 5%;
}
.widget_features_item {
    border-right: 1px solid #EBEBEB;
}
.widget_features_item:last-child {
    border-right: none;
}
.widget_features .widget_features_title div, .widget_features .widget_features_title p {
  color: #ffffff;
}
.rpage_content h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1B3560;
}
.rpage_content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1B3560;
}
.rpage_content h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 49px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1B3560;
}
.rpage_content p:first-child {
  /* display: none; */
}
.rpage_content .mp {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
    margin-bottom: 2rem;
        width: 100%;
}

.widget_features_item p
{
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 21px;
font-size: 15px;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #6D7582;
}
.widget_features_item span {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 28px;
font-size: 20px;
text-align: center;
color: #1B3560;
}
.route {
  margin-top: 5%;
}

.route .route_pretitle
{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      line-height: 34px;
      font-size: 22px;
      color: #1B3560;
      margin-top: 2%;
      margin-left: 3%;
      width: 100%;
}
.route .route_list {
  margin-top: 5%;
  margin-left: 0;
  margin-right: 0;
  background: #F7FAFD;
      margin-bottom: 10rem;
}
.route_form {
      width: 100%;
}
.route_form .row {
  left: 0;
  margin: 0;
}
.route_form .form-control, .con_div .form-control {
  background: #e8e8e8;
  border: none;
  border-radius: 0;
  height: 60px;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;

}
.route_form .checkbox, .route_form .route_btn {

}
.route_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}


.route .route_form_row {
  margin-top: 5%;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
}
.route_btn {
  background: #FF4B55;
  border-radius: 0;
  padding: inherit;
  color: #fff;
  min-height: 60px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.team_vacancy_form .route_btn {
  height: 6rem;
  width: 100%;
  padding: 10%;
  font-size: 16px;
  line-height: 18px;
}
.route_form .route_btn {
 width: 100%;
}
.route_form .form-control-placeholder {
  position: absolute;
  top: auto;
  left: auto;
  margin: 20px 15px 0px 20px;
  /* margin: 0; */
  transition: all 200ms;
  opacity: 1;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #6A7480;
  user-select: none;
  z-index: 0;
  display: block;
}
.con_div .form-control-placeholder {
  position: absolute;
  top: auto;
  left: auto;
  margin: 10px 15px 0 15px;
  transition: all 200ms;
  opacity: 1;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #6A7480;
  user-select: none;
  z-index: 0;
  display: block;
}
.con_div .form-control-placeholder-focus {
  position: absolute;
  left: 0px;
  padding: 0;
  margin: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #6A7480;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  top: -10px;
}
.route_form .form-control-placeholder-focus {
  position: absolute;
  padding: 0;
  margin: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #6A7480;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  margin-top: -5px;
  top: auto;
  z-index: 100;
  left: auto;
}


.route .route_form_title
{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  font-size: 12px;
  color: #6A7480;
  margin-top: 2%;
  margin-left: 3%;
  width: 100%;
}
.route .route_title {
  margin-left: 5%;
  margin-top: 10%;
  margin-bottom: 5%;
}
.route .route_content {
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.route .route_title span {
    background: #1E97F4;
    padding: 5px 10px;
    border-radius: 50%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 5%;
}
.route .route_title p
{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  color: #6D7582;
}
.route h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1B3560;
}


/*  */
.check_label {
  position: relative;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin-top: 1rem;
      margin-bottom: 1rem;
      margin-right: auto;
      margin-left: 0;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      line-height: 23px;
      font-size: 16px;
      color: #6A7480;
}
.check_label input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 25px;
	width: 25px;
	left: 0;
	top: 0;
	z-index: 3;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
	background: #FFFFFF;
border: 2px solid #EBEBEB;
box-sizing: border-box;
border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check_label:hover input ~ .checkmark {
  background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */
.check_label input:checked ~ .checkmark {
	background: #FF4B55;
	border: 2px solid #FF4B55;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_label .checkmark:after {
	left: 7px;
	top: 5px;
	width: 7px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*  */
.rp_row {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5%;
}
.rp_map_block {
	width: 100%;
	height: 500px;
	position: relative;
	display: block;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.rp_plus {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5%;
      margin-bottom: 2rem;
}
.rp_plus h2 {
	font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 49px;
font-size: 32px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
}
.rp_plus .img_plus {
background: url('/wp-content/themes/occoni/images/blue_plus.svg');
background-size: cover;
background-repeat: no-repeat;
width: 32px;
height: 32px;
position: relative;
display: block;
margin-top: 5%;
margin-bottom: 5%;
}
.rp_plus p {
	font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}
.rp_tarif {
	margin-top: 5%;
margin-left: 0;
margin-right: 0;
}
.rp_widget_3bl {
	margin-top: 5%;
	height: auto;
	border: 1px solid #EBEBEB;
	width: 100%;
	margin-left: 0;
}
.bl3_block {
	left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
text-align: center;
padding: 15%;
background: #FFFFFF;
border-right: 1px solid #EBEBEB;
box-sizing: border-box;
}
.bl3_block img {
	display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.bl3_block span {
	 display: block;
	 padding: 1.5%;
}
.widget_button {
	left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
text-align: center;
cursor: pointer;
}
.widget_button img {
	left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
text-align: center;
padding: 15%;
}
.widget_button span {
	left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 30%;
display: block;
text-align: center;
padding: 15%;
}
.widget_button:active, .widget_button:hover {
background: #FF1421;
}
.trf_content {
	margin-top: 5%;
	font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}

.rp_tarif h2 {
	font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 49px;
font-size: 32px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
}
.rp_tarif .widget_route {
	font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}


.rp_tarif .wg_p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	font-size: 20px;
	text-align: center;
	color: #1B3560;
}
.widget_button {
	background: #FF4B55;
}
.widget_button .wg_btn_text {
	font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 23px;
font-size: 16px;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
}
.the_transport {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5%;
}
.the_transport h3 {
	font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 49px;
font-size: 1.8rem;/*32px*/
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
}
.the_transport p {
	margin-top: 1%;
	font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}


.advent h3 {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 49px;
font-size: 32px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
width: 100%;
padding-bottom: 5%;
    margin-bottom: 5%;
}
.advent h3:after {
  position: absolute;
  content: "";
  width: 12%;
  height: 3px;
  background: #FF4B55;
  display: block;
  margin-top: 1%;
}
.advent_block {
  padding-top: 5%;
padding-bottom: 5%;
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #98A9C6;
}

.advent_utp {
  margin: 5%;
background: #1E97F4;
color: #ffffff;
margin-right: 0;
margin-left: 0;
margin-top: -4%;
}
.advent_block span {
  position: absolute;
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
line-height: 229px;
font-size: 150px;
color: #1E97F4;
opacity: 0.1;
margin-top: -33%;
}
.advent_utp_content {
  padding: 3%;
}
.advent_block_wide .advent_utp .advent_utp_content .advent_title {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 34px;
font-size: 22px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
}
.advent_block_wide .advent_utp .advent_utp_content span {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 24px;
font-size: 16px;
letter-spacing: 0.05em;
color: #FFFFFF;
}
.advent_block_wide .advent_utp .advent_utp_content p {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #FFFFFF;
}
.advent_block_wide .advent_utp .advent_utp_content .btn-outline {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 60%;
  padding: 0.7rem;
  margin: 5% 0;
}
.advent_block_wide .advent_utp .advent_utp_content .btn-outline:hover {
color: #1E97F4;
}
.utp_cl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.92px;
  height: 100%;
  right: 0;
  background: #EBEBEB;
  opacity: 0.4;
  top: 0;
  margin-right: 5%;
}

.for_form_send {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(270deg, #194188 0%, #6A3434 100%); */
  background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 263%;
  background-position: top;
}
.form_send {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10%;
}
.form_send_content {
  z-index: 3;
  padding-top: 1rem;
}
.form_send_content .form-group, .team_vacancy_form .form-group {
    margin-bottom: 2rem;
}

.form_send_content form input, .team_vacancy_form form input{
  border: none;
background: #06276b4a;
border-radius: 0;
height: 60px;
color: #ffffff;
}

.form_send_content form input:focus {
  background: #3853816b;
  color: #fff;
}
.form_send_content form textarea:focus {
  background: #3853816b;
  color: #fff;
}
.form_send_content form textarea {
  border: none;
background: #06276b4a;
border-radius: 0;
height: 9rem;
width: 100%;
color: #ffffff;
}
.form_send_content .form-control-placeholder, .team_vacancy_form .form-control-placeholder {
    position: absolute;
    top: 10px;
    left: 40px;
    margin: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    color: #ffffff;
    user-select: none;
    z-index: 0;
}
.form_send_content .form-control-placeholder-focus, .team_vacancy_form .form-control-placeholder-focus {
  top: -35px;
  left: 0;
}
.form_send_content form .btn-formsend {
  background: #FF4B55;
  border: 1px solid #FF4B55;
border-radius: 0;
height: 147px;
  width: 100%;
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 23px;
font-size: 16px;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
}
.form_send_content .check_label, .team_vacancy_form .check_label {
  position: relative;
  margin-left: 0;
  padding-left: 50px;
  margin-top: 0;
  width: auto;
  margin-bottom: 5%;
  font-style: normal;
  color: #ffffff;
  font-family: 'Roboto';
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
}
.team_vacancy_form .check_label {width: 100%;}
.form_send_content .checkmark, .team_vacancy_form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #ffffff57;
    border: 2px solid #ebebeb00;
    box-sizing: border-box;
    border-radius: 2px;
}

.consultation {
margin-top: 15%;
margin-right: -5px;
margin-left: 15px;
background: #1e97f4;
padding: 5%;
}
.consultation span {
	font-family: 'BebasNeueBold';
line-height: 62px;
font-size: 48px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #ffffff;
}
.consultation p {
	font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 31px;
font-size: 22px;
color: #ffffff;
}
.cons_input {
  background: transparent;
    border-radius: 0;
    min-height: 45px;
    color: #ffffff;
    font-size: 14px;
}

.cons_form .btn-cons {
	border-radius: 0;
    text-align: center;
    padding: 1rem 2rem;
    width: 100%;
    box-sizing: border-box;
	border: 2px solid #FFFFFF;
	background: transparent;
	color: #ffffff;
font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 23px;
font-size: 16px;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.cons_form .btn-cons:hover {
	background: #ffffff;
	color: #1E97F4;
}
.cons_form .btn:hover {
	color: #1E97F4;
}


/* start GEO */
.geo_list_city {
    padding-top: 2%;
    margin-right: 5%;
}
.geo_list_city .geo_image {
  height: 100%;
  width: 106%;
  position: relative;
  display: block;
  margin-top: 2px;
  /* padding-right: 10px; */
  z-index: 1;
  cursor: pointer;
}
.geo_list_city .geo_image img {
  width: 100%;
}
.geo_list_city .geo_image .geo_city_name {
  font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      line-height: 34px;
      font-size: 22px;
      color: #FFFFFF;
      z-index: 3;
      position: absolute;
      top: 0;
      display: block;
      margin: auto;
      padding: 5%;
}
/* end GEO */

/* start DB-knowledge */
.dbknow_post {
  padding-bottom: 3%;
}
.dbknow_post .dbknow_title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  padding-top: 2%;
}
.dbknow_post a {
    display: block;
}

.dbknow_post a:hover {
  text-decoration: none;
}
.dbknow_post h2:hover {
  text-decoration: none;
}
.dbknow_post img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.dbknow_date {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 14px;
color: #999999;
display: block;
padding-top: 3%;
}
.pagination {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5%;
  margin-top: 5%;
  width: 100%;
}
.pagination .prev {
    padding-right: 15%;
}
.pagination .next {
    padding-left: 15%;
}
.pagination .page-numbers {

    padding-right: 5%;
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
line-height: 20px;
font-size: 14px;
color: #000000;
}
.pagination .current {
  color: #FF4B55;
}



/* end DB-knowledge */

.in_page .in_page_img {
  width: 100%;
  height: 100%;
}
.in_page .in_page_pretitle {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 37px;
font-size: 26px;
color: #000000;
  margin-bottom: 5%;
}
.in_page .in_page_date {
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
line-height: normal;
font-size: 14px;
color: #999999;
padding-bottom: 2%;
}
.r_sidebar_image {
  width: 100%;
}
.r_recomended_block {
  cursor: pointer;
}
.r_sidebar_date {
  font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 14px;
      color: #999999;
      padding-top: 5%;
      display: block;
      position: relative;
      text-align: left;
      width: 100%;
      margin-left: 5%;
}
.r_sidebar_title {
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
line-height: 25px;
font-size: 18px;
color: #000000;
padding-top: 5%;
padding-bottom: 9%;
display: block;
position: relative;
text-align: left;
width: 100%;
margin-left: 5%;
}
.r_recomended_title {
font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 37px;
font-size: 24px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
display: block;
position: relative;
padding: 0 5% 5% 5%;
}

.in_page_params {
  margin-top: 3%;
  width: 100%;
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 27px;
font-size: 18px;
color: #FF4B55;
}
.in_page_params b {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 27px;
font-size: 18px;
color: #000000;
}
.in_page_content {
  margin-top: 5%;
}
.yashare {
  width: 100%;
}
.yashare span {
  padding-right: 2%;
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 26px;
font-size: 14px;
color: #808080;
}
.faq_list, .vacancy_list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 5%;
  width: 100%;
}
.faq_list .faq_li_border, .vacancy_list .faq_li_border {
  border: 1px solid #E6E6E6;
box-sizing: border-box;
margin-bottom: 3%;
}
.faq_li_block {
  cursor: pointer;
}

.faq_li_block .container-qna__answer {
  border-top: 1px solid #E6E6E6;
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}
.faq_li_block .container-qna__answer div {
  padding: 15px;
}

.blue_minus_pls {
  background: url('/wp-content/themes/occoni/images/blue_minus.svg');
  float: right;
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 30px;
  margin-top: 0;
}
.blue_plus_pls {
  background: url('/wp-content/themes/occoni/images/blue_plus.svg');
  float: right;
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.blue_plus_pls_left {
  background: url('/wp-content/themes/occoni/images/blue_plus.svg');
  float: left;
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 1rem;
}
.blue_minus_pls_left {
  background: url('/wp-content/themes/occoni/images/blue_minus.svg');
  float: left;
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 30px;
  margin-top: 0;
    margin-right: 1rem;
}
.team_card {
  text-align: center;
  margin-bottom: 2%;
}
.tm_avatar {
  border-radius: 50%;
}
.team_row {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.team_name {
  margin-top: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 24px;
font-size: 16px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
display: block;
}
.team_work {
  padding-top: 2%;
  padding-bottom: 2%;
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
text-align: center;
color: #6D7582;
display: block;
}
.team_vacancy_form form {
  padding: 2%;
  padding-bottom: 2%;
  padding-top: 3%;
}
.team_vacancy_form {
  background: url('/wp-content/themes/occoni/images/team/back_form.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 7%;
}
.team_form_title {
  width: 100%;
  margin-left: 2%;
}
.team_form_title h4 {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 37px;
font-size: 24px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
padding-bottom: 3%;
}
.team_vacancy_form .formsend_checkbox {
  margin-top: 1.5rem;
}
.btn-file-form input[type="file"] {
display: none;
}
.btn-file-form label {
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.btn-file {
  color: #ffffff;
}
.btn-file-form .btn-file:hover {
color: #1E97F4;
border: 2px solid #ffffff;
}
.btn-file-form span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #FFFFFF;
  float: left;
  padding-top: 0.5rem;
  display: inline;
  width: 50%;
  padding-right: 4%;
}
.btn-file-form .btn-file {
  display: inline-block;
  width: 50%;
  float: right;
  margin-top: -0.5rem;
}
.vacancy_title_list {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 49px;
font-size: 32px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
width: 100%;
margin-top: 2%;
margin-bottom: 2%;
}
.vacancy_option_ul_title {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 24px;
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
display: block;
width: 100%;
color: #1B3560;
}
.vacancy_option_ul {
  list-style: inside;
  padding-top: 2%;
  padding-bottom: 2%;
}
.vacancy_list .faq_li_border .answer_btn_block {
width: 100%;
padding: 0;
}
.vacancy_list .faq_li_border .answer_btn_block .route_btn {
width: 100%;
padding: 4%;
font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 23px;
font-size: 16px;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
min-height: 90px;
}

.review_block {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 5%;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 5%;
  height: fit-content;
}
.review_block .review_avatar {
  display: inline-block;
}
.review_block .review_avatar img {
  border-radius: 50%;
}
.review_block .review_title {
  display: inline-block;
position: relative;
margin-left: 2%;
margin-top: 0;
}
.review_block .review_title b {
  font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1B3560;
}
.review_block .review_title .i_vk {
  display: inline-block;
  left: 5px;
  top: -4px;
  position: relative;
}
.review_block .review_title .review_date {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 14px;
    width: 100%;
    position: relative;
    color: #9A9A9A;
    padding: 5px 0;
}
/* .review_block .review_content {

} */
.review_content {
   height: auto;
  max-height: 50px;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  color: #6D7582;
  margin-top: 3%;
  display: block;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
}
.review_content.expanded {
    max-height: 500px;
}





.review_more {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF4B55;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 0%;
  position: relative;
  outline: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  background: transparent;
  padding-left: 0;
}
.review_more:focus {
  box-shadow: none;
  outline: 0;
}



.map_contacts {
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: 55px;
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}



.con_div .btn {
  display: inline-block;
width: 40%;
margin-right: 2%;
}
.con_div form {
  margin-top: 3%;
  padding: 5%;
  padding-bottom: 0;
  width: 100%;
}
.con_div .form-control {
  margin-left: -15px;
}
.con_div .form-control-placeholder {
  position: relative;
  top: -50px;
}
.con_div .form-control-placeholder-focus {
  position: relative;
  top: -73px;
  margin-left: -30px;
}
.con_div .con_li_block {
  padding: 4%;
  padding-top: 0;
margin-left: -20px;
margin-right: -20px;
}
.con_div .con_list {
  border: 1px solid #D9D9D9;
box-sizing: border-box;
}
.con_div .con_list ul {
  list-style: none;
      height: 500px;
      overflow-x: hidden;
      overflow-y: scroll;
      left: 0;
      margin-left: 15px;
      margin-right: 15px;
      right: 30px;
      position: absolute;
      margin-top: 5rem;
}

.con_div .con_list ul::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 1px;
	background-color: #F5F5F5;
}
.con_div .con_list ul::-webkit-scrollbar
{
	width: 3px;
	background-color: #E6E6E6;
}

.con_div .con_list ul::-webkit-scrollbar-thumb
{
	border-radius: 1px;
  margin-left: 1px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #1E97F4;
}

.con_div .con_list ul > li {
  border: 1px solid #D9D9D9;
margin-right: 15px;
padding: 2%;
margin-bottom: 6%;
}

.con_li_content {
 padding: 5%;
}
.con_li_content h4 {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 24px;
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
}
.con_li_content .con_address {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}
.con_li_content .con_sp {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 24px;
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
}
.con_li_content .con_data {
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}
.con_li_content .con_gomap {
  font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF4B55;
    margin-bottom: 15px;
    background: transparent;
    border: none;
    padding-left: 0;
    cursor: pointer;
}
.con_gradient {
  width: auto;
      display: block;
      left: 5%;
      right: 5%;
      height: 10%;
      position: absolute;
      bottom: 0;
      box-shadow: 0px -20px 20px 20px #ffffff;
      background: white;
}



.breadcrumbs {
  z-index: 4;
position: relative;
}
.rpage_title {
  z-index: 3;
}
.r_wide_img {
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 2%;
}
.rpage_content .a_title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1B3560;
  padding-top: 3%;
  padding-bottom: 3%;
  display: block;
width: 100%;
position: relative;
}
.r_quote {
    background: #FAFAFA;
    border-left: 4px solid #1E97F4;
    padding: 2rem;
    margin-bottom: 2rem;
}
.r_quote span {
  font-family: 'Roboto';
font-style: italic;
font-weight: 300;
line-height: 34px;
font-size: 22px;
color: #6D7582;
}
.r_ul_list {
    padding-left: 0;
    margin-bottom: 2rem;
    list-style: none;
}
.r_ul_list h4 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}
.currency_p {
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}
.currency_p b {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    color: #42ADFF;
    margin-left: 2%;
}
.r_curency_value {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 24px;
font-size: 16px;
color: #42ADFF;
/* margin-left: 2%; */
}

.currency_p .m_loader {
  position: absolute;
left: 0;
right: 0;
margin: 0 2% 0 11%;
background: white;
height: 24px;
display: inline-block;
background: #fff url(/wp-content/themes/occoni/images/loader.gif);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.money_trasfer_form .m_loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  display: inline-block;
  background: #ffffffc4;
  z-index: 10;
  text-align: center;
  padding: 7%;
  font-size: 1rem;
}
.money_trasfer_form {
  margin-top: 3rem;
  padding: 2rem;
  padding-bottom: 1rem;
  background: #172F58;
  box-shadow: 0px 4px 20px rgba(21, 42, 78, 0.1);
  width: 100%;
}
.money_trasfer_form .form-group {
  margin-bottom: 2rem;
width: 94%;
margin-left: 3%;
}
.money_trasfer_form .form-control{
  background: #1B3560;
border: none;
border-radius: 0;
height: 60px;
padding-left: 60px;
/* margin-bottom: 2rem; */
    color: #ffffff;
}
.money_trasfer_form .form-control.region_select {
    flex-basis: 23%;
    padding: 0;
}
#inmoney_phone {
    flex-basis: 74%;
}
.money_trasfer_form .btn {
  width: 100%;
}
.money_trasfer_form .icons_calc {
position: absolute;
top: 1rem;
left: 3rem;
}
.money_trasfer_form .icons_calc.phone_ic {
position: absolute;
top: 1rem;
left: 33%;
}
.money_exchange {
    position: absolute;
    right: -1.5rem;
    top: 0;
    padding: 1rem;
    cursor: pointer;
}
.money_trasfer_form .form-control-placeholder-focus {
  margin-left: 3%;
}
.money_select_currency {
    position: absolute;
    right: 2rem;
    width: 5rem;
    border-left: 2px solid #494D7E;
    z-index: 6;
    top: 1rem;
    cursor: pointer;
    user-select: none;
}

.money_current_currency {
  display: inline-block;
  position: relative;
  width: auto;
  top: -2px;
  margin-left: 20%;
  padding: 2px;
  cursor: pointer;
  color: #ffffff;
  user-select: none;
}
.money_trasfer_form .form-group .form_narrow_down {
  background: url('/wp-content/themes/occoni/images/icons_calc/narrow_down.svg');
background-repeat: no-repeat;
background-size: cover;
width: 10px;
position: relative;
height: 5px;
display: inline-block;
z-index: 7;
margin-left: 10%;
    top: -3px;
    cursor: pointer;
}

.m_currency_select {
  position: absolute;
  right: 0;
  z-index: 999;
  background: #2a3f63;
  width: 5rem;
  color: #ffffff;
  margin: auto;
}
.cur_span {
  user-select: none;
  display: block;
  padding: 10px;
}
.cur_span:hover {
    cursor: pointer;
}
.m_timeline {

}
.m_line {
    border-left: 1px solid #EBEBEB;
    position: absolute;
    height: 100%;
    margin-left: 42%;
    z-index: -1;
}

.m_timeline .m_t {

}
.m_timeline .m_t h3 {
font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 34px;
font-size: 22px;
color: #1B3560;
margin-bottom: 2rem;
}
.m_timeline .m_t span {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 24px;
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
display: block;
margin-bottom: 2rem;
}
.m_timeline .m_t p {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #6D7582;
}

.m_timeline .t_middle {
  height: auto;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.m_timeline .t_middle span {
  border-radius: 50%;
  padding: 19px;
  width: 80px;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #1B3560;
  box-sizing: border-box;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  font-size: 26px;
  text-align: center;
  color: #1B3560;
  margin-top: -2rem;
}

.m_timeline .t_left {

}
.m_timeline .t_right {

}
.m_timeline .t_left span {
  color: #FF4B55;
}
.m_timeline .t_right span {
  color: #1E97F4;
}

@media (max-width: 430px) {

.row_contacts .ymaps-2-1-69-map {
      height: 1225px;
}
  .con_div {
      z-index: 5;
      background: #ffffff;
      padding: 4%;
      box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
      height: 800px;
      margin-top: 15%;
  }
  .map_contacts {
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: -10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
    .header_into_page {
      width: 100%;
          height: 60%;
          z-index: 3;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
    }

    .mob_into_menu {
      margin-top: 1rem;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-bottom: 10%;
    }
    .mob_into_menu .min_block {
      background: #F7F7F7;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 2rem;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
    }
  .mob_into_menu .min_block .min_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1B3560;
  }
  .mob_into_menu .min_block .polygon {
    background: url('/wp-content/themes/occoni/images/icons_header/Polygon.svg');
    background-size: cover;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: right;
    position: relative;
    margin-top: 10px;
    z-index: 15;
  }


  .for_form_send {
      position: absolute;
      margin-top: 5%;
      left: 0;
      width: 100%;
      height: 950px;
      /* background: linear-gradient(270deg, #194188 0%, #6A3434 100%); */
      background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
      /* transform: matrix(-1, 0, 0, 1, 0, 0); */
      z-index: 1;
  }
  .form_send {
      margin-right: 10px;
      margin-left: 10px;
      margin-top: 10%;
      margin-bottom: 0;
      height: 850px;
  }
  .form_send_content form .btn-formsend {
    background: #FF4B55;
  border: 1px solid #FF4B55;
  border-radius: 0;
  height: 70px;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
  }
  .img_into_page {
    width: 100%;
    height: auto;
    z-index: 0;
    float: left;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    zoom: 0.5;
  }

  footer {
      width: 100%;
      background: #1E97F4;
      position: relative;
      z-index: 1;
      display: block;
      color: #ffffff;
      min-height: 200px;
      bottom: 0;
      top: 0;
  }

    .breadcrumbs {
      padding-top: 18%;
    		padding-bottom: 4%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
  /* examples calculations */
  .ex_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 20px;
  }
  .ex_row.ex_blue {
    border-left: 7px solid #1e97f4;
  }
  .ex_row.ex_grey {
    border-left: 7px solid #585858;
  }
  .ex_row.ex_blue .ex_col, .ex_row.ex_grey .ex_col {
    padding: 15px;
  }


  .ex_row.ex_blue .ex_col_1 {
    background: #e0eff3;
    flex-basis: 50%;
  }
  .ex_row.ex_blue .ex_col_3 {
    background: #e0eff3;
    flex-basis: 50%;
  }
  .ex_row.ex_blue .ex_col_2 {
    background: #e5faff;
    flex-basis: 50%;
  }
  .ex_row.ex_blue .ex_col_4 {
    background: #e5faff;
    flex-basis: 50%;
  }


  .ex_row.ex_grey .ex_col_1 {
    background: #d6d6d6;
    flex-basis: 50%;
  }
  .ex_row.ex_grey .ex_col_3 {
    background: #d6d6d6;
    flex-basis: 50%;
  }
  .ex_row.ex_grey .ex_col_2 {
    background: #b9b4b4;
    flex-basis: 50%;
  }
  .ex_row.ex_grey .ex_col_4 {
    background: #b9b4b4;
    flex-basis: 50%;
  }



  .ex_inrow {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .ex_inrow .ex_value, .ex_inrow .ex_title {
    width: 100%;
      display: block;
  }
  .ex_inrow .ex_title {
    color: #1b3560;
    font-size: 14px;
  }
  .ex_inrow .ex_value {
    color: #1b3560;
    font-size: 16px;
    display: inline-block;
    width: auto;
  }

  .ex_name {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: auto;
    margin-bottom: 20px;
  }
  .ex_col_1 .ex_name {
    top: 5px;
  }
  .ex_col_2 .ex_name {
    top: 5px;
  }


  .exnm {
    background: url(/wp-content/themes/occoni/images/examples_calc/name.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exrt {
    background: url(/wp-content/themes/occoni/images/examples_calc/geo.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exwg {
    background: url(/wp-content/themes/occoni/images/examples_calc/weight.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exvl {
    background: url(/wp-content/themes/occoni/images/examples_calc/value.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .expr {
    background: url(/wp-content/themes/occoni/images/examples_calc/price.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exdy {
    background: url(/wp-content/themes/occoni/images/examples_calc/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .extr.express {
    background: url(/wp-content/themes/occoni/images/examples_calc/express.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .extr.avia {
    background: url(/wp-content/themes/occoni/images/examples_calc/avia.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* examples calculations END */
  /* Calc banner */
  .block_clac {
    background: url(/wp-content/themes/occoni/images/widget_calc/bgcalc.png) no-repeat center;
    position: relative;
    border-bottom: 1px solid #aaa9a9;
    margin: 30px 0;
    background-size: 300% 100%;
    background-position: left;
    display: flex;
    width: 100%;
    height: 300px;
    flex-wrap: wrap;
    justify-content: space-around;

  }
  .block_clac .text_calc {
    width: 92%;
    display: inline-block;
    font-size: 24px;
    margin-left: 2%;
    line-height: 28px;
    margin-top: 30px;
    text-align: center;
  }
  .block_clac .text_calc span {
      font-weight: bold;
      color: #1b90ab;
  }
  .block_clac .calc {
    position: absolute;
    width: 200px;
    height: 159px;
    right: 0;
    top: 141px;
    background: url(/wp-content/themes/occoni/images/widget_calc/calc.png) no-repeat center;
    background-size: contain;
  }
  .block_clac .btp {
    display: inline-block;
    margin-left: 0;
    position: relative;
    top: 20px;
    color: #ffffff;
  }
  .block_clac .btp:hover {color:#1e97f4;}
  .block_clac .link_calc {
      font-size: 18px;
      background: #1fcbf2;
      border-bottom: 3px solid #589bba;
      padding: 15px 40px;
      border-radius: 30px;
      display: inline-block;
      color: #fff;
  }


  /* calc banner END */
  footer.prefix_page_contacts {
    margin-top: 5rem;
  padding-top: 1px;
  padding-bottom: 15px;
  }

  .faq_li_block > .container-qna__question {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  font-size: 15px;
  color: #1B3560;
  padding: 15px;
  }


  /* popup window for form */
  .popup_result {
    position: absolute;
        display: block;
        z-index: 1000;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
  }

  .popup_result .pop_l, .popup_result .pop_r {
    flex-basis: auto;
  }
  .popup_result .pop_l img {
      width: 100%;
      position: relative;
      display: block;
      height: 100%;
  }
  .popup_result .pop_r {
      background: #fff;
      padding: 10%;
      box-sizing: border-box;
      position: relative;
      display: block;
  }
  .popup_result .pop_r .pop_title {
    font-family: 'Roboto';
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1B3560;
  }
  .popup_result .pop_r p {
    font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6D7582;
  margin-bottom: 2rem;
  }

  .popup_result .pop_r .form-group {

  }
  .popup_result .pop_r .form-group .btn-more {

  }

  .popup_result .pop_r .footer_f_close {
      filter: invert(100%);
      position: absolute;
      right: 1%;
      margin-top: -3%;
      background: transparent;
      border: navajowhite;
  }

  /* end popup window */
  .form_send .form_send_content span {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 37px;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10%;
  margin-top: 0;
  }
/* ADVENT */
.advent {
width: 100%;
margin-top: 2rem;
background: #1B3560;
margin-bottom: 5rem;
margin-left: 0;
}
.advent_block_wide {
  display: none;
}
.advent_utp_down {
  display: none;
}
.advent_utp_up {
  display: flex;
  background: #1e97f4;
color: #fff;
padding: 5%;
margin: 0;
flex-wrap: wrap;
    flex-direction: column;
    margin-top: 5rem;
        margin-bottom: -2rem;
}
.advent_utp_up .autp_preaction {
  margin-top: 3rem;
  border-top: 1px solid #fff;
  padding-top: 2rem;
}
.advent_utp_up .autp_title {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.advent_utp_up .autp_subtitle {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.05em;
color: #FFFFFF;
}
.advent_utp_up .autp_preaction span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.advent_utp_up .btn.btn-outline {
    color: #fff;
    margin: 5% 0;
}
.advent_utp_up .btn.btn-outline:hover {
  color: #1e97f4;
}



.advent_block {
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 8% 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #98A9C6;
}
.advent_block span {
    position: absolute;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 229px;
    font-size: 100px;
    color: #1E97F4;
    opacity: 0.1;
    margin-top: -33%;
}
/* end-advent */


  /*  alternative delivery widget: adw-start */

  .all_tarif {
   margin-left: 0;
   margin-right: 0;
   width: 100%;
   margin-top: 5%;
   margin-bottom: 5%;
  }
  .all_tarif h3 {
    font-family: 'Roboto';
        font-style: normal;
        font-weight: bold;
        line-height: 37px;
        font-size: 24px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #1B3560;
        margin-bottom: 5%;
        width: 100%;
  }
  .all_tarif_widget {
    background: #FFFFFF;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .altrf {
    border: 1px solid #EBEBEB;
    height: auto;
    position: relative;
    display: block;
    width: 100%;
    flex-basis: 50%;
  }
  .all_trf_card {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .all_tarif_widget:last-child {
    border-bottom: none;
  }
  .all_trf_card .btn-more {
    height: 50px;
    border: 2px solid #E6E6E6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF4B55;
    min-width: 80%;
    min-height: 50px;
    width: auto;
    padding: inherit;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 15%;
  }
  .all_trf_card .btn-more:hover {
   color: #ffffff;
  }
  .all_trf_card img {
    position: relative;
    margin-top: 2rem;
    height: 40px;
    width: auto;
  }
  .all_trf_card .sp {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
    position: relative;
        margin-top: 10%;
        flex-basis: 20%;
  }
  .sp.all_trf_transport {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6D7582;
   }
  .sp.all_trf_weight {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 1rem;
  text-align: center;
  color: #1B3560;
  }
  .sp.all_trf_date {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: normal;
   line-height: 25px;
   font-size: 1rem;
   text-align: center;
   color: #1B3560;
  }
  .sp.all_trf_price {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #1B3560;
  }

  /* adw-end */
  .route_flex .form-group {
        flex-basis: 100%;
      margin-bottom: 2rem;
  }
  .rp_widget_3bl .col-12 {
    height: 260px;
  }

  /* widget delivery */
    .dr_widget_wrap {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      margin-top: 5%;
      margin-bottom: 5%;
      flex-direction: column;
    }
    .dr_widget_wrap .dr_child_first {
      background: #1e97f4;
          height: auto;
          display: flex;
          flex-direction: column;
          left: 0;
          border-right: none;
          flex-basis: 100%;
          width: 100%;
    }
    .dr_widget_wrap .dr_child {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-basis: 100%;
      border-right: none;
      width: 100%;
      padding: 5%;
      border-bottom: 1px solid #EBEBEB;
    }
    .dr_child:last-child {
      border-right: none;
    }
    .dr_widget_wrap .dr_child img {
        width: auto;
    }
    .dr_widget_wrap .dr_child_first div {
      line-height: 55px;
      font-size: 48px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      font-family: 'BebasNeueBold';
      padding: 4% 5%;
      margin: 0;
    }
    .dr_widget_wrap .dr_child_first span {
      font-size: 22px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: lowercase;
      font-family: 'Roboto';
      padding: 1% 5%;
      margin: 3% 0;
    }
    .dr_widget_wrap .dr_child div {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #6D7582;
      margin: 5% 0;
    }

    .dr_widget_wrap .dr_child span {
      font-family: 'Roboto';
          font-style: normal;
          font-weight: bold;
          font-size: 22px;
          line-height: 26px;
          text-align: center;
          color: #1B3560;
    }

  /*  */
  .row_contacts .ffs_con {
    margin-top: 73rem;
    height: 55rem;
  }
  .row_contacts .fs_con {
    margin-bottom: -55px;
        margin-top: 380px;
  }
  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .map_contacts {
    width: 100%;
    height: 75rem;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: -10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
  .header_into_page {
    width: auto;
    height: 50vw;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-origin: border-box;
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img_into_page {
    width: auto;
    height: 50%;
    z-index: 0;
    float: left;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    zoom: 0.6;
    transform: rotateY(180deg);
  }
  .title_page {
    font-family: 'BebasNeueBold';
    line-height: 47px;
    font-size: 36px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.rpage_title .title_page h1 {
  font-family: 'BebasNeueBold';
line-height: 32px;
font-size: 28px;
/* letter-spacing: 0.02em; */
color: #fff;
text-shadow: 0 0 4px black;
}
.rpage .rpage_title {
    margin-left: -15px;
}
  .mob_into_menu {
    margin-top: 1rem;
margin-left: 0px;
margin-right: 0px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 2;
position: relative;
width: 100%;
margin-bottom: 10%;
  }
  .mob_into_menu .min_block {
    background: #F7F7F7;
border: 1px solid #E6E6E6;
box-sizing: border-box;
padding: 15px;
cursor: pointer;
display: block;
position: relative;
width: 100%;
  }
.mob_into_menu .min_block .min_title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1B3560;
}
.mob_into_menu .min_block .polygon {
  background: url('/wp-content/themes/occoni/images/icons_header/Polygon.svg');
  background-size: cover;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  position: relative;
  margin-top: 10px;
  z-index: 15;
}
.php_menu li.menu-item {
  padding-left: 15px;
}

.php_menu .menu-item > a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 37px;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1B3560;
}
.php_menu {
  background: #FCFCFC;
border: 1px solid #E6E6E6;
box-sizing: border-box;
}
.php_menu .menu-item.current-menu-item > a {
  color: #1E97F4;
}

.for_form_send {
    position: absolute;
    margin-top: 5%;
    left: 0;
    width: 100%;
    height: 54rem;
    /* background: linear-gradient(270deg, #194188 0%, #6A3434 100%); */
    background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    z-index: 1;
}
.form_send {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10%;
    margin-bottom: 0;
    height: 45rem;
}
.form_send_content form .btn-formsend {
  padding: 1rem;
  background: #FF4B55;
  border: 1px solid #FF4B55;
  height: auto;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}


footer {
    width: 100%;
    background: #1E97F4;
    position: relative;
    z-index: 1;
    display: block;
    color: #ffffff;
    min-height: 200px;
    bottom: 0;
    top: 0;
}

  .breadcrumbs {
        margin-top: 1rem;
  		padding-bottom: 1%;
      margin-left: 0;
  }
  .horizontal_divider {
    border-bottom: 1px solid white;
        width: 100%;
        position: absolute;
        top: 65px;
        left: 0;
        opacity: 0.35;
        z-index: 3;
        margin-top: 0;
  }
  .widget_features {
    background: #1E97F4;
    flex: 0 0 30%;
    max-width: 30%;
    height: auto;
    border: 1px solid #EBEBEB;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
  }
  .widget_features .widget_features_title {
    background: #1E97F4;
    margin: auto;
    padding: 3.1%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .widget_features .widget_features_title div {
    font-family: 'BebasNeueBold';
  line-height: 62px;
  font-size: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  }
  .widget_features .widget_features_title p {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  font-size: 22px;
  }
}
@media (min-width: 431px) and (max-width: 575px) {
  footer.prefix_page_contacts {
    margin-top: 5rem;
  padding-top: 1px;
  padding-bottom: 15px;
  }

  .row_contacts .ffs_con {
    margin-top: 72rem;
    height: 50rem;
  }
  .row_contacts .fs_con {
    margin-bottom: -55px;
        margin-top: 380px;
  }
  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .map_contacts {
    width: 100%;
    height: 76rem;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: -10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
  .header_into_page {
    width: auto;
    height: 13rem;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
  }

  .mob_into_menu {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-bottom: 10%;
  }
  .mob_into_menu .min_block {
    background: #F7F7F7;
border: 1px solid #E6E6E6;
box-sizing: border-box;
padding: 15px;
cursor: pointer;
display: block;
position: relative;
width: 100%;
  }
.mob_into_menu .min_block .min_title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1B3560;
}
.mob_into_menu .min_block .polygon {
  background: url('/wp-content/themes/occoni/images/icons_header/Polygon.svg');
  background-size: cover;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  position: relative;
  margin-top: 10px;
  z-index: 15;
}


.for_form_send {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  height: 55rem;
  /* background: linear-gradient(270deg, #194188 0%, #6A3434 100%); */
  background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form_send {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10%;
  margin-bottom: 0;
  height: 43rem;
}
.form_send_content form .btn-formsend {
  background: #FF4B55;
  border: 1px solid #FF4B55;
  border-radius: 0;
  height: 70px;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.img_into_page {
  width: auto;
  height: 50%;
  z-index: 0;
  float: left;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  zoom: 0.5;
}

footer {
    width: 100%;
    background: #1E97F4;
    position: relative;
    z-index: 1;
    display: block;
    color: #ffffff;
    min-height: 200px;
    bottom: 0;
    top: 0;
}

  .breadcrumbs {
        margin-top: 5rem;
      padding-bottom: 4%;
      margin-left: 0;
  }
 }
@media (min-width: 576px) {
  /* examples calculations */
  .ex_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 20px;
  }
  .ex_row.ex_blue {
    border-left: 7px solid #1e97f4;
  }
  .ex_row.ex_grey {
    border-left: 7px solid #585858;
  }
  .ex_row.ex_blue .ex_col, .ex_row.ex_grey .ex_col {
    padding: 15px;
  }


  .ex_row.ex_blue .ex_col_1 {
    background: #e0eff3;
    flex-basis: 50%;
  }
  .ex_row.ex_blue .ex_col_3 {
    background: #e0eff3;
    flex-basis: 50%;
  }
  .ex_row.ex_blue .ex_col_2 {
    background: #e5faff;
    flex-basis: 50%;
  }
  .ex_row.ex_blue .ex_col_4 {
    background: #e5faff;
    flex-basis: 50%;
  }


  .ex_row.ex_grey .ex_col_1 {
    background: #d6d6d6;
    flex-basis: 50%;
  }
  .ex_row.ex_grey .ex_col_3 {
    background: #d6d6d6;
    flex-basis: 50%;
  }
  .ex_row.ex_grey .ex_col_2 {
    background: #b9b4b4;
    flex-basis: 50%;
  }
  .ex_row.ex_grey .ex_col_4 {
    background: #b9b4b4;
    flex-basis: 50%;
  }



  .ex_inrow {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .ex_inrow .ex_value, .ex_inrow .ex_title {
    width: 100%;
      display: block;
  }
  .ex_inrow .ex_title {
    color: #1b3560;
    font-size: 14px;
  }
  .ex_inrow .ex_value {
    color: #1b3560;
    font-size: 16px;
    display: inline-block;
    width: auto;
  }

  .ex_name {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: auto;
    margin-bottom: 20px;
  }
  .ex_col_1 .ex_name {
    top: 5px;
  }
  .ex_col_2 .ex_name {
    top: 5px;
  }


  .exnm {
    background: url(/wp-content/themes/occoni/images/examples_calc/name.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exrt {
    background: url(/wp-content/themes/occoni/images/examples_calc/geo.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exwg {
    background: url(/wp-content/themes/occoni/images/examples_calc/weight.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exvl {
    background: url(/wp-content/themes/occoni/images/examples_calc/value.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .expr {
    background: url(/wp-content/themes/occoni/images/examples_calc/price.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exdy {
    background: url(/wp-content/themes/occoni/images/examples_calc/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .extr.express {
    background: url(/wp-content/themes/occoni/images/examples_calc/express.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .extr.avia {
    background: url(/wp-content/themes/occoni/images/examples_calc/avia.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* examples calculations END */
  /* Calc banner */
  .block_clac {
    background: url(/wp-content/themes/occoni/images/widget_calc/bgcalc.png) no-repeat center;
    position: relative;
    border-bottom: 1px solid #aaa9a9;
    margin: 30px 0;
    background-size: 300% 100%;
    background-position: left;
    display: flex;
    width: 100%;
    height: 222px;
    flex-wrap: wrap;
    justify-content: space-around;
}

  .block_clac .text_calc {
    width: 90%;
    display: inline-block;
    font-size: 24px;
    margin-left: 0%;
    line-height: 28px;
    margin-top: 15px;
    text-align: left;
  }
  .block_clac .text_calc span {
      font-weight: bold;
      color: #1b90ab;
  }
  .block_clac .calc {
    position: absolute;
    width: 200px;
    height: 170px;
    right: -28px;
    top: 61px;
    background: url(/wp-content/themes/occoni/images/widget_calc/calc.png) no-repeat center;
  }
  .block_clac .btp {
    display: inline-block;
    margin-left: -133px;
    position: relative;
    top: 20px;
    color: #ffffff;
  }
  .block_clac .btp:hover {color:#1e97f4;}
  .block_clac .link_calc {
      font-size: 18px;
      background: #1fcbf2;
      border-bottom: 3px solid #589bba;
      padding: 15px 40px;
      border-radius: 30px;
      display: inline-block;
      color: #fff;
  }


  /* calc banner END */
  footer.prefix_page_contacts {
    margin-top: 5rem;
  padding-top: 1px;
  padding-bottom: 15px;
  }

  .rpage_title .title_page h1 {
    font-family: 'BebasNeueBold';
  line-height: 47px;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 0 4px black;
  }
  .rpage .rpage_title {
      margin-left: -15px;
  }
  .faq_li_block > .container-qna__question {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  font-size: 22px;
  color: #1B3560;
  padding: 15px;
  }
  /* popup window for form */
  .popup_result {
    position: absolute;
        display: block;
        z-index: 1000;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
  }
  .popup_result .pop_l, .popup_result .pop_r {
    flex-basis: auto;
  }
  .popup_result .pop_l img {
      width: 100%;
      position: relative;
      display: block;
      height: 100%;
  }
  .popup_result .pop_r {
      background: #fff;
      padding: 3%;
      box-sizing: border-box;
      position: relative;
      display: block;
  }
  .popup_result .pop_r .pop_title {
    font-family: 'Roboto';
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1B3560;
  }
  .popup_result .pop_r p {
    font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6D7582;
  margin-bottom: 2rem;
  }

  .popup_result .pop_r .form-group {

  }
  .popup_result .pop_r .form-group .btn-more {

  }

  .popup_result .pop_r .footer_f_close {
      filter: invert(100%);
      position: absolute;
      right: 1%;
      margin-top: -3%;
      background: transparent;
      border: navajowhite;
  }

  /* end popup window */
  .form_send .form_send_content span {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 37px;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5%;
  margin-top: 0;
  }
  /* ADVENT */
  .advent {
  width: 100%;
  margin-top: 2rem;
  background: #1B3560;
  margin-bottom: 5rem;
  margin-left: 0;
  }
  .advent_block_wide {
    display: none;
  }
  .advent_utp_down {
    display: none;
  }
  .advent_utp_up {
    display: flex;
    background: #1e97f4;
  color: #fff;
  padding: 5%;
  margin: 0;
  flex-wrap: wrap;
    flex-direction: column;
        margin-bottom: -2rem;
  }
  .advent_utp_up .autp_preaction {
    margin-top: 3rem;
    border-top: 1px solid #fff;
    padding-top: 2rem;
}
  .advent_utp_up .autp_title {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .advent_utp_up .autp_subtitle {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  }
  .advent_utp_up .autp_preaction span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .advent_utp_up .btn.btn-outline {
      color: #fff;
      margin: 5% 0;
  }
  .advent_utp_up .btn.btn-outline:hover {
    color: #1e97f4;
  }
  .advent_block {
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 3% 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #98A9C6;
}
.advent_block span {
    position: absolute;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 229px;
    font-size: 100px;
    color: #1E97F4;
    opacity: 0.1;
    margin-top: -23%;
}
  /* end-advent */
  /*  alternative delivery widget: adw-start */

  .all_tarif {
   margin-left: 0;
   margin-right: 0;
   width: 100%;
   margin-top: 5%;
   margin-bottom: 5%;
  }
  .all_tarif h3 {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1B3560;
  margin-bottom: 5%;
  width: 100%;
  }
  .all_tarif_widget {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-bottom: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .altrf {
    border-right: 1px solid #EBEBEB;
  height: auto;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  flex-basis: 50%;
  }
  .all_trf_card {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .all_tarif_widget:last-child {
   border-right: none;
       border-bottom: none;
  }
  .all_trf_card .btn-more {
    height: 50px;
    border: 2px solid #E6E6E6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF4B55;
    min-width: 80%;
    min-height: 50px;
    width: auto;
    padding: inherit;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 15%;
  }
  .all_trf_card .btn-more:hover {
   color: #ffffff;
  }
  .all_trf_card img {
    position: relative;
    margin-top: 2rem;
    height: 40px;
    width: auto;
  }
  .all_trf_card .sp {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
    position: relative;
        margin-top: 10%;
        flex-basis: 20%;
  }
  .sp.all_trf_transport {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6D7582;
   }
  .sp.all_trf_weight {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 1rem;
  text-align: center;
  color: #1B3560;
  }
  .sp.all_trf_date {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: normal;
   line-height: 25px;
   font-size: 1rem;
   text-align: center;
   color: #1B3560;
  }
  .sp.all_trf_price {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 1.2rem;
  text-align: center;
  color: #1B3560;
  }

  /* adw-end */
  .route_flex .form-group {
        flex-basis: 47%;
  }
  .rp_widget_3bl .col-12 {
    height: 260px;
  }
  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .map_contacts {
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: -10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
  .header_into_page {
    width: 100%;
        height: 60%;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
  }
  .img_into_page {
    width: 100%;
    height: auto;
    z-index: 0;
    float: left;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    zoom: 0.5;
}
/* .breadcrumbs {
  padding-top: 18%;
    padding-bottom: 4%;
    margin-left: 0;
} */
  .horizontal_divider {
      border-bottom: 1px solid white;
      width: 100%;
      position: absolute;
      top: auto;
      left: 0;
      opacity: 0.35;
  		z-index: 3;
      margin-top: 65px;
  }
  .widget_features {
    height: auto;
    border: 1px solid #EBEBEB;
  }
  .widget_features .widget_features_title {
    background: #1E97F4;
    margin: auto;
    padding: 3.1%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .widget_features .widget_features_title div {
    font-family: 'BebasNeueBold';
  line-height: 62px;
  font-size: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  }
  .widget_features .widget_features_title p {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  font-size: 22px;
  }

  .faq_li_block > .container-qna__question {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  font-size: 15px;
  color: #1B3560;
  padding: 15px;
  }


}
@media (min-width: 633px) {
  .row_contacts .ffs_con {
    margin-top: 71rem;
    height: 36rem;
  }
  .row_contacts .fs_con {
    margin-bottom: -5rem;
    margin-top: 25rem;
  }
  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .map_contacts {
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: -10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
  .horizontal_divider {
    border-bottom: 1px solid white;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0.35;
    z-index: 3;
    margin-top: 0;
}
.header_into_page {
  width: 100%;
      height: 60%;
      z-index: 3;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
}

.mob_into_menu {
  margin-top: 1rem;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-bottom: 10%;
}
.mob_into_menu .min_block {
  background: #F7F7F7;
border: 1px solid #E6E6E6;
box-sizing: border-box;
padding: 15px;
cursor: pointer;
display: block;
position: relative;
width: 100%;
}
.mob_into_menu .min_block .min_title {
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
line-height: 23px;
font-size: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #1B3560;
}
.mob_into_menu .min_block .polygon {
background: url('/wp-content/themes/occoni/images/icons_header/Polygon.svg');
background-size: cover;
width: 14px;
height: 8px;
background-repeat: no-repeat;
background-position: center;
display: block;
float: right;
position: relative;
margin-top: 10px;
z-index: 15;
}

.php_menu li.menu-item {
  padding-left: 15px;
}

.php_menu .menu-item > a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 37px;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1B3560;
}
.php_menu {
  background: #FCFCFC;
border: 1px solid #E6E6E6;
box-sizing: border-box;
}
.php_menu .menu-item.current-menu-item > a {
  color: #1E97F4;
}
/* .for_form_send {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  height: 950px;
  background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url(https://rezerv.online-cargo.ru/wp-content/themes/occoni/images/formsend.jpg);
  z-index: 1;
}
.form_send {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10%;
  margin-bottom: 0;
  height: 850px;
} */
.form_send_content form .btn-formsend {
background: #FF4B55;
border: 1px solid #FF4B55;
border-radius: 0;
height: 70px;
width: 100%;
font-family: 'Roboto';
font-style: normal;
font-weight: bold;
line-height: 23px;
font-size: 16px;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 15px;
}
.img_into_page {
  width: 100%;
  height: auto;
z-index: 0;
float: left;
display: block;
top: 0;
left: 0;
right: 0;
zoom: 0.5;
}

footer {
  width: 100%;
  background: #1E97F4;
  position: relative;
  z-index: 1;
  display: block;
  color: #ffffff;
  min-height: 200px;
  bottom: 0;
  top: 0;
}

.breadcrumbs {
  padding-top: 1%;
    padding-bottom: 4%;
    margin-left: 0;
}
}
@media (min-width: 576px) and (max-width: 767px) {
  /* widget delivery */
    .dr_widget_wrap {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      margin-top: 5%;
      margin-bottom: 5%;
      flex-direction: column;
    }
    .dr_widget_wrap .dr_child_first {
      background: #1e97f4;
          height: auto;
          display: flex;
          flex-direction: column;
          left: 0;
          border-right: none;
          flex-basis: 100%;
          width: 100%;
    }
    .dr_widget_wrap .dr_child {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-basis: 100%;
      border-right: none;
      width: 100%;
      padding: 5%;
      border-bottom: 1px solid #EBEBEB;
    }
    .dr_child:last-child {
      border-right: none;
    }
    .dr_widget_wrap .dr_child img {
        width: auto;
    }
    .dr_widget_wrap .dr_child_first div {
      line-height: 55px;
      font-size: 48px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      font-family: 'BebasNeueBold';
      padding: 4% 5%;
      margin: 0;
    }
    .dr_widget_wrap .dr_child_first span {
      font-size: 22px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: lowercase;
      font-family: 'Roboto';
      padding: 1% 5%;
      margin: 3% 0;
    }
    .dr_widget_wrap .dr_child div {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #6D7582;
      margin: 5% 0;
    }

    .dr_widget_wrap .dr_child span {
      font-family: 'Roboto';
          font-style: normal;
          font-weight: bold;
          font-size: 22px;
          line-height: 26px;
          text-align: center;
          color: #1B3560;
    }

  /*  */

  .row_contacts .ffs_con {
    margin-top: 72rem;
    height: 53rem;
  }
  .row_contacts .fs_con {
    margin-bottom: 0;
    margin-top: 25rem;
  }
  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .map_contacts {
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: -10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
  .breadcrumbs {
    padding-top: 1%;
      padding-bottom: 4%;
      margin-left: 0;
  }
  .horizontal_divider {
    border-bottom: 1px solid white;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0.35;
    z-index: 3;
    margin-top: 0;
}
.header_into_page {
  width: auto;
      height: 13rem;
      z-index: 3;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
}
.img_into_page {
  width: auto;
  height: 50%;
  z-index: 0;
  float: left;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  zoom: 0.5;
}
    .mob_into_menu {
      margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-bottom: 10%;
    }
    .mob_into_menu .min_block {
      background: #F7F7F7;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
    }
  .mob_into_menu .min_block .min_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1B3560;
  }
  .mob_into_menu .min_block .polygon {
    background: url('/wp-content/themes/occoni/images/icons_header/Polygon.svg');
    background-size: cover;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: right;
    position: relative;
    margin-top: 10px;
    z-index: 15;
  }
  .php_menu li.menu-item {
    padding-left: 15px;
  }

  .php_menu .menu-item > a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 37px;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1B3560;
  }
  .php_menu {
    background: #FCFCFC;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  }
  .php_menu .menu-item.current-menu-item > a {
    color: #1E97F4;
  }

  .for_form_send {
    position: absolute;
    margin-top: 5%;
    left: 0;
    width: 100%;
    height: 54rem;
    background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .form_send {
      margin-right: 10px;
      margin-left: 10px;
      margin-top: 10%;
      margin-bottom: 0;
      height: 45rem;
  }
  .form_send_content form .btn-formsend {
    background: #FF4B55;
  border: 1px solid #FF4B55;
  border-radius: 0;
  height: 70px;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
  }


  footer {
      width: 100%;
      background: #1E97F4;
      position: relative;
      z-index: 1;
      display: block;
      color: #ffffff;
      min-height: 200px;
      bottom: 0;
      top: 0;
  }
}
@media (min-width: 768px) {

  /* Calc banner */
  .block_clac {
    background: url(/wp-content/themes/occoni/images/widget_calc/bgcalc.png) no-repeat center;
    position: relative;
    border-bottom: 1px solid #aaa9a9;
    margin: 30px 0;
    background-size: 300% 100%;
    background-position: left;
    display: flex;
    width: 100%;
    height: 222px;
    flex-wrap: wrap;
    justify-content: space-around;

  }
  .block_clac .text_calc {
    width: 79%;
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 2%;
    line-height: 2rem;
    margin-top: 25px;
    text-align: left;
  }
  .block_clac .text_calc span {
      font-weight: bold;
      color: #1b90ab;
  }
  .block_clac .calc {
    position: absolute;
    width: 148px;
    height: 100px;
    right: 0;
    top: 122px;
    background: url(/wp-content/themes/occoni/images/widget_calc/calc.png) no-repeat center;
    background-size: contain;
  }
  .block_clac .btp {
    display: block;
    margin-left: -37px;
    position: absolute;
    top: 135px;
    color: #ffffff;
  }
  .block_clac .btp:hover {color:#1e97f4;}
  .block_clac .link_calc {
      font-size: 18px;
      background: #1fcbf2;
      border-bottom: 3px solid #589bba;
      padding: 15px 40px;
      border-radius: 30px;
      display: inline-block;
      color: #fff;
  }


  /* calc banner END */
  footer.prefix_page_contacts {
    margin-top: 5rem;
  padding-top: 1px;
  padding-bottom: 15px;
  }

  .form_send_content .cnt_btn {
        margin-top: -5rem;
  }
  .rpage_title .title_page h1 {
    font-family: 'BebasNeueBold';
    line-height: 78px;
    font-size: 60px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 15px;
    text-shadow: 0 0 4px black;
}
  .form_send .form_send_content span {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 43px;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5%;
      margin-top: 0;
  }
/* ADVENT */

.advent {
    padding-top: 5%;
    width: 100%;
    margin-top: 2rem;
    background: #1B3560;
    margin-bottom: 2rem;
    margin-left: 0;
}
.advent_block_wide {
  display: none;
}
.advent_utp_up {
  display: none;
}
.advent_block {
  padding-top: 5%;
      padding-bottom: 5%;
      margin: 0;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #98A9C6;
}
.advent_block span {
    position: absolute;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 229px;
    font-size: 150px;
    color: #1E97F4;
    opacity: 0.1;
    margin-top: -33%;
}
/* into utp */
.advent_utp_down {
  display: flex;
background: #1e97f4;
margin: 0;
color: #fff;
padding: 5%;
margin-top: -2rem;
}
.advent_utp_down .btn.btn-outline {
    color: #fff;
    margin: 5% 0;
}
.advent_utp_down .btn.btn-outline:hover {
  color: #1e97f4;
}
.advent_utp_down .autp_title {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.advent_utp_down .autp_subtitle {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.05em;
color: #FFFFFF;
}
.autp_preaction {
    border-left: 1px solid #fff;
    padding-left: 6%;
}
.advent_utp_down .autp_preaction span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

/* end-advent */


  /*  alternative delivery widget: adw-start */

  .all_tarif {
   margin-left: 0;
   margin-right: 0;
   width: 100%;
   margin-top: 5%;
   margin-bottom: 5%;
  }
  .all_tarif h3 {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1B3560;
  margin-bottom: 5%;
  width: 100%;
  }
  .all_tarif_widget {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-bottom: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .altrf {
    border-right: 1px solid #EBEBEB;
  height: auto;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  flex-basis: 33.333%;
  }
  .all_trf_card {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .all_tarif_widget:last-child {
   border-right: none;
  }
  .all_trf_card .btn-more {
    height: 50px;
    border: 2px solid #E6E6E6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF4B55;
    min-width: 80%;
    min-height: 50px;
    width: auto;
    padding: inherit;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 15%;
  }
  .all_trf_card .btn-more:hover {
   color: #ffffff;
  }
  .all_trf_card img {
    position: relative;
    margin-top: 2rem;
    height: 40px;
    width: auto;
  }
  .all_trf_card .sp {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
    position: relative;
        margin-top: 10%;
        flex-basis: 20%;
  }
  .sp.all_trf_transport {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6D7582;
   }
  .sp.all_trf_weight {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 1rem;
  text-align: center;
  color: #1B3560;
  }
  .sp.all_trf_date {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: normal;
   line-height: 25px;
   font-size: 1rem;
   text-align: center;
   color: #1B3560;
  }
  .sp.all_trf_price {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 1.2rem;
  text-align: center;
  color: #1B3560;
  }

  /* adw-end */
  .route_flex {

  }

  .route_flex .form-group {
        flex-basis: 45%;
  }
  /* widget delivery */
    .dr_widget_wrap {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    .dr_widget_wrap .dr_child_first {
      background: #1e97f4;
      height: auto;
      display: flex;
      flex-direction: column;
      left: 0;
      border-right: 1px solid #EBEBEB;
      flex-basis: 22%;
    }
    .dr_widget_wrap .dr_child {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-basis: 24%;
      border-right: 1px solid #EBEBEB;
    }
    .dr_child:last-child {
      border-right: none;
    }
    .dr_widget_wrap .dr_child img {
        width: 4vw;
    }
    .dr_widget_wrap .dr_child_first div {
      line-height: 51px;
      font-size: 25px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      font-family: 'BebasNeueBold';
      padding: 5%;
      margin: 5% 0 0 0;
    }
    .dr_widget_wrap .dr_child_first span {
      font-size: 14px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: lowercase;
      font-family: 'Roboto';
      padding: 5%;
      margin: -5% 0 10% 0;
    }
    .dr_widget_wrap .dr_child div {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 14px;
      text-align: center;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #6D7582;
      margin: 5% 0;
    }

    .dr_widget_wrap .dr_child span {
      font-family: 'Roboto';
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 16px;
          text-align: center;
          color: #1B3560;
    }

  /*  */
  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .map_contacts {
    width: 100%;
    height: 76.5rem;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: -10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
  .header_into_page {
    width: auto;
        height: 20rem;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-origin: border-box;
        background-position: initial;
        background-size: cover;
        background-repeat: no-repeat;
  }
  .breadcrumbs {
    padding-top: 1rem;
      padding-bottom: 4%;
      margin-left: 0;
  }

  .mob_into_menu {
      margin-top: 1rem;
      margin-left: 0;
      margin-right: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 2;
      position: relative;
      width: 100%;
      margin-bottom: 10%;
  }

  .widget_features {
    height: auto;
  }
  .rpage .rpage_title {
    margin-left: 5px;
  }
  .widget_features .widget_features_title {
    background: #1E97F4;
    margin: auto;
    padding: 6%;
    padding-left: 2%;
    padding-right: 2%;
}
  .widget_features .widget_features_title div {
    line-height: 62px;
    font-size: 48px;
    letter-spacing: 0.02em;
  }
  .widget_features .widget_features_title p {
  line-height: 31px;
  font-size: 22px;
  }

  .for_form_send {
    position: absolute;
    margin-top: 50px;
    left: 0;
    width: 100%;
    height: 40rem;
    background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }


}
@media (min-width: 769px) and (max-width: 844px) {
  .breadcrumbs {
      padding-top: 0;
      padding-bottom: 1%;
      margin-left: 15px;
  }
  .img_into_page {
    width: 100%;
    height: auto;
    z-index: 0;
    float: left;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    zoom: 0.5;
}
}
@media (min-width: 845px) {
  .row_contacts .ffs_con {
    margin-top: 71rem;
    height: 41rem;
  }
  .row_contacts .fs_con {
    margin-bottom: 2rem;
    margin-top: 25rem;
  }
  .header_into_page {
    width: 100%;
        height: 18rem;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
  }
  .img_into_page {
    width: auto;
    height: 60%;
    z-index: 0;
    float: left;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    zoom: 0.5;
  }
  .breadcrumbs {
      padding-top: 0;
      padding-bottom: 1%;
      margin-left: 15px;
  }

  .menu_right_block .menu-item > a {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      line-height: 23px;
      font-size: 16px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #1B3560;
      display: inline-block;
  }

  .for_form_send {
    position: absolute;
    margin-top: 50px;
    left: 0;
    width: 100%;
    height: 40rem;
    background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
    .form_send {
      margin-right: 10px;
      margin-left: 10px;
      margin-top: 12%;
      margin-bottom: 0;
      height: 30rem;
    }
    .form_send_content form .btn-formsend {
      background: #FF4B55;
          border: 1px solid #FF4B55;
          border-radius: 0;
          height: 4rem;
          width: 100%;
          font-family: 'Roboto';
          font-style: normal;
          font-weight: bold;
          line-height: 23px;
          font-size: 16px;
          text-align: center;
          letter-spacing: 0.04em;
          text-transform: uppercase;
          color: #FFFFFF;
          margin-bottom: 15px;
    }


    footer {
        width: 100%;
        background: #1E97F4;
        position: relative;
        z-index: 1;
        display: block;
        color: #ffffff;
        min-height: 200px;
        bottom: 0;
        top: 0;
    }
}


@media (min-width: 930px) {
  .menu_right_block .menu-item > a {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: normal;
      line-height: 23px;
      font-size: 16px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #1B3560;
      display: inline-block;
  }


}



@media (min-width: 992px) {
  footer.prefix_page_contacts {
    margin-top: -4rem;
    padding-top: 1px;
    padding-bottom: 15px;
}
  .row_contacts .ffs_con {
    margin-top: 56.5rem;
    height: 32rem;
  }
  .row_contacts .fs_con {
    margin-bottom: 2rem;
    margin-top: 10rem;
  }
  .rpage_title .title_page h1 {
    font-family: 'BebasNeueBold';
    line-height: 78px;
    font-size: 60px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 15px;
    text-shadow: 0 0 4px black;
}
  .form_send_content .cnt_btn {
        margin-top: 0;
  }
  .form_send_content form .btn-formsend {
height: 9rem;

  }
  /*  alternative delivery widget: adw-start */

  .all_tarif {
   margin-left: 0;
   margin-right: 0;
   width: 100%;
   margin-top: 5%;
   margin-bottom: 5%;
  }
  .all_tarif h3 {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1B3560;
  margin-bottom: 5%;
  width: 100%;
  }
  .all_tarif_widget {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .altrf {
    border-right: 1px solid #EBEBEB;
  height: auto;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  flex-basis: 33.333%;
  }
  .all_trf_card {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .all_tarif_widget:last-child {
   border-right: none;
  }
  .all_trf_card .btn-more {
    height: 50px;
    border: 2px solid #E6E6E6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF4B55;
    min-width: 80%;
    min-height: 50px;
    width: auto;
    padding: inherit;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 15%;
  }
  .all_trf_card .btn-more:hover {
   color: #ffffff;
  }
  .all_trf_card img {
    position: relative;
    margin-top: 2rem;
    height: 40px;
    width: auto;
  }
  .all_trf_card .sp {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
    position: relative;
        margin-top: 10%;
        flex-basis: 20%;
  }
  .sp.all_trf_transport {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6D7582;
   }
  .sp.all_trf_weight {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 1rem;
  text-align: center;
  color: #1B3560;
  }
  .sp.all_trf_date {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: normal;
   line-height: 25px;
   font-size: 1rem;
   text-align: center;
   color: #1B3560;
  }
  .sp.all_trf_price {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 1.2rem;
  text-align: center;
  color: #1B3560;
  }

  /* adw-end */
  .route_flex .form-group {
        flex-basis: 30%;
  }
  /* widget delivery */
    .dr_widget_wrap {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    .dr_widget_wrap .dr_child_first {
      background: #1e97f4;
      height: auto;
      display: flex;
      flex-direction: column;
      left: 0;
      border-right: 1px solid #EBEBEB;
      flex-basis: 22%;
    }
    .dr_widget_wrap .dr_child {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-basis: 25%;
      border-right: 1px solid #EBEBEB;
    }
    .dr_child:last-child {
      border-right: none;
    }
    .dr_widget_wrap .dr_child img {
        width: 4vw;
    }
    .dr_widget_wrap .dr_child_first div {
      line-height: 51px;
      font-size: 25px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      font-family: 'BebasNeueBold';
      padding: 5%;
      margin: 5% 0 0 0;
    }
    .dr_widget_wrap .dr_child_first span {
      font-size: 14px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: lowercase;
      font-family: 'Roboto';
      padding: 5%;
      margin: -5% 0 10% 0;
    }
    .dr_widget_wrap .dr_child div {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 14px;
      text-align: center;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #6D7582;
      margin: 5% 0;
    }

    .dr_widget_wrap .dr_child span {
      font-family: 'Roboto';
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 16px;
          text-align: center;
          color: #1B3560;
    }

  /*  */
  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .map_contacts {
    width: 100%;
    height: 77rem;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    z-index: 5;
    margin-top: 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
  .header_into_page {
    width: auto;
        height: 20rem;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
  }
  .img_into_page {
    width: 100%;
    height: auto;
    z-index: 0;
    float: left;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    zoom: 0.5;
  }
  .breadcrumbs {
      padding-top: 0;
      padding-bottom: 1%;
      margin-left: 20px;
  }
.menu_right_block .menu-item > a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1B3560;
    display: inline-block;
}

  .horizontal_divider {
    margin-top: 0;
  }
  .widget_features {
    height: auto;
  }
  .widget_features .widget_features_title {
    background: #1E97F4;
    margin: auto;
    padding: 6%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .widget_features .widget_features_title div {
    line-height: 42px;
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  .widget_features .widget_features_title p {
  line-height: 31px;
  font-size: 22px;
  }

  .consultation span {
    font-family: 'BebasNeueBold';
        line-height: 44px;
        font-size: 32px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  /* examples calculations */
  .ex_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 20px;
  }
  .ex_row.ex_blue {
    border-left: 7px solid #1e97f4;
  }
  .ex_row.ex_grey {
    border-left: 7px solid #585858;
  }
  .ex_row.ex_blue .ex_col, .ex_row.ex_grey .ex_col {
    padding: 15px;
  }


  .ex_row.ex_blue .ex_col_1 {
    background: #e0eff3;
    flex-basis: 35%;
  }
  .ex_row.ex_blue .ex_col_3 {
    background: #e0eff3;
    flex-basis: 25%;
  }
  .ex_row.ex_blue .ex_col_2 {
    background: #e5faff;
    flex-basis: 20%;
  }
  .ex_row.ex_blue .ex_col_4 {
    background: #e5faff;
    flex-basis: 20%;
  }


  .ex_row.ex_grey .ex_col_1 {
    background: #d6d6d6;
    flex-basis: 35%;
  }
  .ex_row.ex_grey .ex_col_3 {
    background: #d6d6d6;
    flex-basis: 25%;
  }
  .ex_row.ex_grey .ex_col_2 {
    background: #b9b4b4;
    flex-basis: 20%;
  }
  .ex_row.ex_grey .ex_col_4 {
    background: #b9b4b4;
    flex-basis: 20%;
  }



  .ex_inrow {
    margin-bottom: 20px;
text-align: left;
justify-content: flex-start;
display: flex;
flex-wrap: wrap;
  }

  .ex_inrow .ex_value, .ex_inrow .ex_title {
    width: 100%;
      display: block;
  }
  .ex_inrow .ex_title {
    color: #1b3560;
    font-size: 14px;
  }
  .ex_inrow .ex_value {
    color: #1b3560;
        font-size: 16px;
        display: inline-block;
        width: auto;
        margin-left: 15px;
        flex-basis: 65%;
  }

  .ex_name {
    display: inline-block;
    width: 35px;
    position: relative;
    height: 35px;
    flex-basis: 20%;
  }
  .ex_col_1 .ex_name {
    flex-basis: 10%;
    margin-top: 0px;
  }
  .ex_col_2 .ex_name {
    top: 5px;
  }


  .exnm {
    background: url(/wp-content/themes/occoni/images/examples_calc/name.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exrt {
    background: url(/wp-content/themes/occoni/images/examples_calc/geo.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exwg {
    background: url(/wp-content/themes/occoni/images/examples_calc/weight.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exvl {
    background: url(/wp-content/themes/occoni/images/examples_calc/value.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .expr {
    background: url(/wp-content/themes/occoni/images/examples_calc/price.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .exdy {
    background: url(/wp-content/themes/occoni/images/examples_calc/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .extr.express {
    background: url(/wp-content/themes/occoni/images/examples_calc/express.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .extr.avia {
    background: url(/wp-content/themes/occoni/images/examples_calc/avia.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* examples calculations END */
  /* Calc banner */
  .block_clac {
    background: url(/wp-content/themes/occoni/images/widget_calc/bgcalc.png) no-repeat center;
    position: relative;
    border-bottom: 1px solid #aaa9a9;
    margin: 30px 0;
    background-size: cover;
    display: flex;
    width: 100%;
    height: 145px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block_clac .text_calc {
      width: 50%;
      display: inline-block;
      font-size: 24px;
      margin-left: 2%;
      line-height: 28px;
      margin-top: 25px;
      text-align: right;
  }
  .block_clac .text_calc span {
      font-weight: bold;
      color: #1b90ab;
  }
  .block_clac .calc {
      position: absolute;
      width: 200px;
      height: 170px;
      right: 29%;
      top: -15px;
      background: url(/wp-content/themes/occoni/images/widget_calc/calc.png) no-repeat center;
  }
  .block_clac .btp {
    display: inline-block;
    margin-left: 72%;
    top: -50%;
    position: relative;
    color: #ffffff;
  }
  .block_clac .btp:hover {color:#1e97f4;}
  .block_clac .link_calc {
      font-size: 18px;
      background: #1fcbf2;
      border-bottom: 3px solid #589bba;
      padding: 15px 40px;
      border-radius: 30px;
      display: inline-block;
      color: #fff;
  }


  /* calc banner END */
  footer.prefix_page_contacts {
    margin-top: 5rem;
  padding-top: 1px;
  padding-bottom: 15px;
}
  .row_contacts .ffs_con {
    margin-top: 69.5rem;
    height: 35.5rem;
  }
  .row_contacts .fs_con {
    margin-bottom: -3rem;
    margin-top: 23rem;
  }
  .rpage_title .title_page h1 {
    font-family: 'BebasNeueBold';
    line-height: 83px;
    font-size: 64px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 15px;
    text-shadow: 0 0 4px black;
}
  /* popup window for form */
  .popup_result {
    position: absolute;
        display: flex;
        z-index: 1000;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
  }
  .popup_result .pop_l, .popup_result .pop_r {
    flex-basis: auto;
  }
  .popup_result .pop_l img {
      width: 100%;
      position: relative;
      display: block;
      height: 100%;
  }
  .popup_result .pop_r {
      background: #fff;
      padding: 3%;
      box-sizing: border-box;
      position: relative;
      display: block;
  }
  .popup_result .pop_r h3 {
    font-family: 'Roboto';
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1B3560;
  }
  .popup_result .pop_r p {
    font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6D7582;
  margin-bottom: 2rem;
  }

  .popup_result .pop_r .form-group {

  }
  .popup_result .pop_r .form-group .btn-more {

  }

  .popup_result .pop_r .footer_f_close {
      filter: invert(100%);
      position: absolute;
      right: 1%;
      margin-top: -3%;
      background: transparent;
      border: navajowhite;
  }

  /* end popup window */
  /* ADVENT */
  .advent {
      padding-top: 5%;
      width: 100%;
      margin-top: 2rem;
      background: #1B3560;
      margin-bottom: 2rem;
      margin-left: 0;
  }
  .advent_block_wide {
    display: none;
  }
  /* into utp */
  .advent_utp_down {
    display: flex;
  background: #1e97f4;
  margin: 0;
  color: #fff;
  padding: 5%;
  margin-top: -2rem;
  }
  .advent_utp_down .btn.btn-outline {
      color: #fff;
      margin: 5% 0;
  }
  .advent_utp_down .btn.btn-outline:hover {
    color: #1e97f4;
  }
  .advent_utp_down .autp_title {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .advent_utp_down .autp_subtitle {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  }
  .autp_preaction {
      border-left: 1px solid #fff;
      padding-left: 6%;
  }
  .advent_utp_down .autp_preaction span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
  }
  /* end-advent */

  /*  alternative delivery widget: adw-start */

  .all_tarif {
   margin-left: 0;
   margin-right: 0;
   width: 100%;
   margin-top: 5%;
   margin-bottom: 5%;
  }
  .all_tarif h3 {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1B3560;
  margin-bottom: 5%;
  width: 100%;
  }
  .all_tarif_widget {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

.all_tarif_widget.alltrf_six .altrf {
      max-width: 16.66%;
}

  .altrf {
    border-right: 1px solid #EBEBEB;
  height: auto;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  flex-basis: 20%;
  }
  .all_trf_card {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .all_tarif_widget:last-child {
   border-right: none;
  }
  .all_trf_card .btn-more {
    height: 50px;
    border: 2px solid #E6E6E6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF4B55;
    min-width: 80%;
    min-height: 50px;
    width: auto;
    padding: inherit;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 15%;
  }
  .all_trf_card .btn-more:hover {
   color: #ffffff;
  }
  .all_trf_card img {
    position: relative;
    margin-top: 2rem;
    height: 40px;
    width: auto;
  }
  .all_trf_card .sp {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
    position: relative;
        margin-top: 10%;
        flex-basis: 20%;
  }
  .sp.all_trf_transport {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6D7582;
   }
  .sp.all_trf_weight {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 1rem;
  text-align: center;
  color: #1B3560;
  }
  .sp.all_trf_date {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: normal;
   line-height: 25px;
   font-size: 1rem;
   text-align: center;
   color: #1B3560;
  }
  .sp.all_trf_price {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 1.2rem;
  text-align: center;
  color: #1B3560;
  }

  /* adw-end */
  .route_flex .form-group {
        flex-basis: 22%;
  }
  /* widget delivery */
    .dr_widget_wrap {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    .dr_widget_wrap .dr_child_first {
      background: #1e97f4;
          height: auto;
          display: flex;
          flex-direction: column;
          left: 0;
          border-right: 1px solid #EBEBEB;
          flex-basis: 25%;
    }
    .dr_widget_wrap .dr_child {
      display: flex;
          flex-direction: column;
          align-items: center;
          flex-basis: 24%;
      border-right: 1px solid #EBEBEB;
          margin: auto;
    }
    .dr_child:last-child {
      border-right: none;
    }
    .dr_widget_wrap .dr_child img {
      width: auto;
    }
    .dr_widget_wrap .dr_child_first div {
      line-height: 52px;
      font-size: 32px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      font-family: 'BebasNeueBold';
      padding: 5%;
      margin: 5% 0 0 0;
    }
    .dr_widget_wrap .dr_child_first span {
      font-size: 18px;
   letter-spacing: 0.02em;
   color: #fff;
   text-transform: lowercase;
   font-family: 'Roboto';
   padding: 5%;
   margin: -5% 0 10% 0;
    }
    .dr_widget_wrap .dr_child div {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 17px;;
      text-align: center;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #6D7582;
      margin: 5% 0;
    }

    .dr_widget_wrap .dr_child span {
      font-family: 'Roboto';
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   color: #1B3560;
    }

  /*  */
  .vertical_divider {
display: none;
  }
  .for_form_send {
    position: absolute;
    margin-top: 5%;
    left: 0;
    width: 100%;
    height: 35rem;
    /* background: linear-gradient(270deg, #194188 0%, #6A3434 100%); */
    background: linear-gradient(to right, rgba(25, 65, 136, 0.91) 20%, rgba(106, 52, 52, 0.91)), url('/wp-content/themes/occoni/images/formsend.jpg');
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
footer.prefix_page_contacts {
  margin-top: 5rem;
padding-top: 1px;
padding-bottom: 15px;
}


}
@media (min-width: 1320px) {
  .rpage .rpage_title {
    margin-left: 0;
  }
  .header_into_page {
    width: auto;
    height: 20rem;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-origin: border-box;
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
}
.consultation span {
  font-family: 'BebasNeueBold';
  line-height: 60px;
  font-size: 40px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
}

@media (min-width: 1350px) {
  .horizontal_divider {
    margin-top: 0;
  }
  .breadcrumbs {
    padding-bottom: 2rem;
    margin-top: -1rem;
    margin-left: 5px;
}

.header_into_page {
  width: auto;
  height: 23vw;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-origin: border-box;
  background-position: initial;
  background-size: cover;
  background-repeat: no-repeat;
}
}
@media (min-width: 1400px) {
  .vertical_divider {
      border-right: 1px solid white;
      position: absolute;
      top: 0;
      left: 5vw;
      opacity: 0.35;
      height: 23vw;
      display: block;
  }

}
@media (min-width: 1500px) {
  .row_contacts .ffs_con {
    margin-top: 68rem;
    height: 37.5rem;
}
  .rpage_title .title_page h1 {
    font-family: 'BebasNeueBold';
    line-height: 91px;
    font-size: 70px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 15px;
    text-shadow: 0 0 4px black;
}
  .form_send .form_send_content span {
    font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5%;
  margin-top: 0;
  }
  .advent {
      padding-top: 5%;
      width: 100%;
      margin-top: 2rem;
      background: #1B3560;
      margin-bottom: 2rem;
      margin-left: 0;
  }
  .advent_block_wide {
    display: block;
  }
  /* into utp */
  .advent_utp_down {
    display: none;
  }



  /* widget delivery */
    .dr_widget_wrap {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    .dr_widget_wrap .dr_child_first {
      background: #1e97f4;
          height: auto;
          display: flex;
          flex-direction: column;
          left: 0;
          border-right: 1px solid #EBEBEB;
          flex-basis: 25%;
    }
    .dr_widget_wrap .dr_child {
      display: flex;
          flex-direction: column;
          align-items: center;
          flex-basis: 24%;
      border-right: 1px solid #EBEBEB;
          margin: auto;
    }
    .dr_child:last-child {
      border-right: none;
    }
    .dr_widget_wrap .dr_child img {
     width: auto;
    }
    .dr_widget_wrap .dr_child_first div {
      line-height: 62px;
      font-size: 48px;
      letter-spacing: 0.02em;
      color: #fff;
      text-transform: uppercase;
      font-family: 'BebasNeueBold';
      padding: 5%;
      margin: 5% 0 0 0;
    }
    .dr_widget_wrap .dr_child_first span {
      font-size: 22px;
   letter-spacing: 0.02em;
   color: #fff;
   text-transform: lowercase;
   font-family: 'Roboto';
   padding: 5%;
   margin: -5% 0 10% 0;
    }
    .dr_widget_wrap .dr_child div {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 21px;
      text-align: center;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #6D7582;
      margin: 5% 0;
    }

    .dr_widget_wrap .dr_child span {
      font-family: 'Roboto';
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   line-height: 28px;
   text-align: center;
   color: #1B3560;
    }

  /*  */
  .vertical_divider {
    display: none;
  }
  .widget_features {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
  }

footer {
  top: 0;
}
  .widget_features .widget_features_title div {
    line-height: 62px;
    font-size: 48px;
    letter-spacing: 0.02em;
  }
  .widget_features .widget_features_title p {
  line-height: 31px;
  font-size: 22px;
  }
  .consultation span {
    font-family: 'BebasNeueBold';
    line-height: 62px;
    font-size: 48px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
}
@media (min-width: 1650px) {
  .vertical_divider {
    border-right: 1px solid white;
position: absolute;
top: 0;
left: 5vw;
opacity: 0.35;
height: 23vw;
display: block;
  }
}
@media (min-width: 1800px) {


  .con_div {
    z-index: 5;
  background: #ffffff;
  padding: 4%;
  box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
  height: 800px;
  }
  .breadcrumbs {
    padding-bottom: 4rem;
    margin-top: 0;
    margin-left: 5px;
}
  .horizontal_divider {
    margin-top: 0;
  }
  .widget_features {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
  }
  .widget_features .widget_features_title div {
    line-height: 62px;
    font-size: 48px;
    letter-spacing: 0.02em;
  }
  .widget_features .widget_features_title p {
  line-height: 31px;
  font-size: 22px;
  }
}

@media (min-width: 1921px) {
  .header_into_page {
    width: auto;
    height: 23vw;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
        background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
  }
}

@media (min-width: 2000px) {
  .row_contacts .ffs_con {
    margin-top: 65.5rem;
    height: 39.5rem;
}
  .header_into_page {
    width: auto;
  height: 24vw;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
        background-origin: border-box;
background-position: initial;
background-repeat: no-repeat;
    background-size: contain;
  }
  .vertical_divider {
    border-right: 1px solid white;
    position: absolute;
    top: 0;
    left: 5vw;
    opacity: 0.35;
    height: 24vw;
    display: block;
}
  .breadcrumbs {
    padding-bottom: 5rem;
    margin-top: 3rem;
    margin-left: 5px;
}
  footer {
    top: 0;
  }
  .widget_features {
    height: auto;
  }
  .widget_features .widget_features_title div {
    line-height: 62px;
    font-size: 48px;
    letter-spacing: 0.02em;
  }
  .widget_features .widget_features_title p {
  line-height: 31px;
  font-size: 22px;
  }
}
@media (min-width: 2500px) {
  .header_into_page {
    width: auto;
    height: 45%;
        z-index: 3;
        position: absolute;
        background-origin: border-box;
background-position: initial;
background-size: cover;
background-repeat: no-repeat;
  }
.breadcrumbs {
    padding-bottom: 7rem;
    margin-top: 5rem;
    margin-left: 5px;
}
}

.dnonne {
  display: none;
}
.back_tracking {
  padding: 5%;
  background: #FAFAFA;
}
#page_tracking {
  padding: 5%;
  background: #FAFAFA;
  margin-top: 5%;
}
.tracking_form {
  width: 100%;
}
.tracking_form .input-group #tracking_val {
height: 60px;
color: #1b3560;
}
.tracking_form #page_tracking_btn {
  background: #FF4B55;
      min-width: 100px;
      width: 7vw;
      border-radius: 0;
      height: 60px;
}
.trfr .note_tracking {
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #6D7582;
}
.search_notify {
    color: #1b3560;
}




.form_send_content .emf {
border: 1px solid #FF4B55;
}
.form_send_content .checkmark.emf {
border: 2px solid #FF4B55;
}

.spn_list {
  position: absolute;
  display: block;
  width: auto;
  background: #fafafa;
  z-index: 100;
}
.spn_list ul {
  list-style: none;
  padding-left: 0;
}
.spn_list ul > li {
  padding: 5px;
  user-select: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 30%;
  width: auto;
}
.spn_list ul > li b {
    font-weight: normal;
  }
.spn_list ul > li:hover {
  cursor: pointer;
  background: #ececec;
}
.spn_list ul > li span {
    margin-left: 15px;
    color: #afafaf;
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.route_form_row {
  margin: 0 auto;
}

/* line------------------------ */
.con_div {
  z-index: 5;
background: #ffffff;
padding: 4%;
box-shadow: 0px 15px 20px rgba(27, 53, 96, 0.1);
height: 800px;
}
/* .map_contacts {
  width: 100%;
  height: 1000px;
  position: absolute;
  left: 0;
  margin: 0;
  display: block;
  z-index: 5;
  margin-top: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
} */
/* .header_into_page {
  width: auto;
  height: 70%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.img_into_page {
width: 100%;
height: auto;
z-index: 0;
float: left;
display: block;
top: 0;
left: 0;
right: 0;
zoom: 0.5;
} */
.rpage_wrapper {
  position: relative;
    z-index: 4;
  margin-top: 10%;
  margin-left: 0px;
  margin-right: 0px;
      margin-bottom: 5%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* .breadcrumbs {
  padding-bottom: 1rem;
      margin-top: 1rem;
  margin-left: 5px;
} */

.rpage_menu {
  -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
}

.widget_features {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5%;
}
.widget_features .widget_features_title {
  background: #1E97F4;
  margin: auto;
  padding: 4%;
  padding-left: 2%;
  padding-right: 2%;
}
.widget_features .widget_features_title div {
  line-height: 62px;
  font-size: 48px;
  letter-spacing: 0.02em;
}
.widget_features .widget_features_title p {
line-height: 31px;
font-size: 22px;
}



/*  */
.btp .btn-widget_calc {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 2px solid #1e97f4;
    border-radius: 0;
    box-sizing: border-box;
    background: #1e97f4;
    color: #ffffff;
    padding: 19px 55px;
    min-height: 65px;
    min-width: 215px;
    margin-bottom: 2vw;
    outline: none;
box-shadow: none;
}
.btp .btn-widget_calc:hover {
  background: transparent;
      color: #1e97f4;
      border: 2px solid #1e97f4;
      outline: none;
box-shadow: none;
}
/* list cities */
.block_cities {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: start;
  flex-wrap: wrap;
  margin-left: -1%;
}
.city_item {
  flex-basis: 12rem;
      margin: 1%;
}
.city_img {
  position: relative;
/* display: inline-block; */
/* margin-left: 5%; */
width: 100%;
}
.city_img img {
  width: 100%;
  height: auto;
}
.city_name {
  position: absolute;
      margin: -3rem 0 0 0%;
      z-index: 7;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: 700;
      display: inline-block;
      BACKGROUND: #007bffc9;
      width: 12rem;
      padding: 5px;
}
.city_img:hover ~ .city_name {
  BACKGROUND: #ffffffc9;
  color: #1e6ed5;
  text-shadow: -4px 4px 3px #0042886b;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 10px;
}
.city_name:hover {
  BACKGROUND: #ffffffc9;
  color: #1e6ed5;
  text-shadow: -4px 4px 3px #0042886b;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 10px;
}

/* list cities END */

/* .map_contacts {
  margin-top: 30px;
} */






.row.m_result {

}
.m_res {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0.7rem;
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  position: relative;
  color: #fff;
  border: 2px solid #fff;
}
.mval_date  {
  color: #fff;
  text-align: center;
}
.popup_result .pop_r .footer_f_close:hover {
  cursor: pointer;
}
.money_trasfer_form .warning {
  border: 1px solid red;
}

.underline_h2 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin: 1rem;
    font-family: 'Roboto';
    color: #1B3560;
}
/* таблица примеров расчётов */
.texp .underline_h2 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin: 1rem;
    font-family: 'Roboto';
    color: #1B3560;
}
.texp .underline_h2 span {
    border-bottom: 1px solid #1b3560;
    padding-bottom: 6px;
}
.texp {
  padding: 1rem;

}
.texp_col {
padding: 1rem;
}
.texp_col:hover {
box-shadow: 0 0 11px #0000007a;
    z-index: 3;
    padding: 0.93rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.texp_col.tx_first {
  background: #1e97f4;
color: #fff;
}
.tx_bc {
    border-left: 5px solid #1b3560;
}
.tx_bl {
    border-left: 5px solid #cccccc;
}
.texp_col.tx_sec {
  background: #1b3560;
  color: #fff;
}
.texp_col .texp_title {
  font-family: 'Roboto';
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
}
.texp_col.tx_first .texp_title {
  color: #1b3560;
}
.texp_col.tx_sec .texp_title {
      color: #1e97f4;
}


.texp_icon {

}
.texp_icon.ti_title {

}

.texp_value {
  display: block;
  margin-bottom: 12px;
}
.txp_secrow {
      filter: grayscale(1);
}

/* texp_ end */

/* типы контейнеров */
.tpcon {

}
.tpcon tr>th span {
  position: relative;
    display: block;
    font-family: 'Roboto';
    font-size: 12px;
line-height: 16px;
}
.tpcon .tprimary {
    background-color: #1e97f4;
}

/* tpcon end */

/* all services page */

.serv_row {
    margin-top: 3rem;
}
.serv_header {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 7rem;
    padding: 3rem;
    background: #1e97f4;
    margin-right: 0;
    margin-left: 0;
}
.serv_title {
  font-family: 'Roboto';
  position: absolute;
  display: inline-block;
  font-size: 1.3rem;
  width: auto;
  padding: 1rem;
  margin-top: -3rem;
}
.serv_title.srl {
 left: 13rem;
}
.serv_title.srr {
 right: 13rem;
}
.serv_title a {
  color: #fff;
}
.serv-left {
  left: 2rem;
}
.serv-right {
  right: 2rem;
}
.serv_image {
    position: absolute;
    margin-top: -5rem;
}
.s_circle {
  border-radius: 50%;
}
.s_m_title {
  font-family: 'Roboto';
font-style: normal;
font-weight: bold;
font-size: 1.5rem;
line-height: 2rem;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1B3560;
}
/* all services page END */

/* search result page */
.search_post {
  padding-bottom: 3%;
}
.search_post .dbknow_title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  /* padding-top: 2%; */
}
.search_post a {
    display: block;
}

.search_post a:hover {
  text-decoration: none;
}
.search_post h2:hover {
  text-decoration: none;
}
.search_post img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.search_post .entryheader {
  font-family: 'BebasNeueBold';
line-height: 91px;
font-size: 70px;
letter-spacing: 0.02em;
}
/* search result page END */

/* 404 */
.nfl {
  margin-bottom: 2rem;
}
.note_error p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 2rem;
    color: #6D7582;
    margin-bottom: 1.6rem;
    width: 100%;
}
.img_error_page img {
  width: 100%;
  height: auto;
}
.ntfp_action {
  list-style: none;
      padding: 0;
}
.ntfp_action li {
  padding: 1rem;
width: 100%;
position: relative;
display: flex;
justify-content: space-between;
}
.ntfp_action li span:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex-basis: 30%;
}
.ntfp_action li span:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 70%;
}
.ntfp_action li .bact b {
  margin-top: 1rem;
  flex-basis: 80%;
  text-align: right;
  padding-right: 10%;
}
.ntfp_action li a {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  padding: 10px;
  border: 2px solid #1e97f4;
  border-radius: 5px;
  flex-basis: 10%;
      text-align: center;
}
.ntfp_action li a img {
  width: 25px;
  height: auto;
  position: relative;
  display: inline-block;
}
.ntfp_action li a:hover {
  cursor: pointer;
  max-width: 3.1rem;
  box-shadow: 0 0 10px 3px #1e97f48c;
  -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -o-transition: all 0.2s;
   transition: all 0.2s;
}
.btn-search {
  background: #1e97f4;
    border-radius: 0;
}
.btn-search img {
    filter: brightness(0.5);
}
/* 404 END */
h2.screen-reader-text {
  display: none;
}
.nav-links {
  width: 100%;
}

/* widget_example_document START */
.widget_example_document {
margin-top: 5%;
margin-bottom: 5%;
width: 100%;
position: relative;
display: block;
}
@media (max-width: 767px) {
  .widget_example_document .body_wed {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #374E73;
    width: 100%;
    flex-direction: row;
  }
  .widget_example_document .body_wed .thumb_wed {
  /* flex-basis: 30%; */
  display: none;
  }
}
@media (min-width: 768px) {
  .widget_example_document .body_wed {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #1b3560;
    width: 100%;
    flex-direction: row;
  }
  .widget_example_document .body_wed .thumb_wed {
  /* flex-basis: 30%; */
  display: none;
  }
  .widget_example_document .body_wed .thumb_wed img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .widget_example_document .body_wed {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #1b3560;
    width: 100%;
    flex-direction: row;
  }
  .widget_example_document .body_wed .thumb_wed {
  /* flex-basis: 30%; */
  display: inline-flex;
  }
  .widget_example_document .body_wed .thumb_wed img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1500px) {
  .widget_example_document .body_wed {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #1b3560;
    width: 100%;
    flex-direction: row;
  }
  .widget_example_document .body_wed .thumb_wed {
  /* flex-basis: 30%; */
  display: inline-flex;
  }
  .widget_example_document .body_wed .thumb_wed img {
    width: auto;
    height: 100%;
  }
}



.widget_example_document .body_wed .content_wed {
/* flex-basis: 70%; */
padding: 1rem;
}
.widget_example_document .body_wed .content_wed .title_wed {
color: #ffffff;
font-family: 'BebasNeueBold';
line-height: 3rem;
font-size: 2rem;
letter-spacing: 0.02em;
}
.widget_example_document .body_wed .content_wed p.text_wed {
color: #ffffff;
}
.widget_example_document .body_wed .content_wed .action_row_wed {
  text-align: right;
}
.widget_example_document .body_wed .content_wed .action_row_wed .action_wed {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #1E97F4;
  padding: 0.7rem 1.4rem;
  width: auto;
  box-sizing: border-box;
}
.widget_example_document .body_wed .content_wed .action_row_wed .action_wed:hover {
    background: transparent;
    color: #1E97F4;
}
/* widget_example_document END */

/* widget_vertical_steps START */
.v-steps {
  margin-top: 5%;
  margin-bottom: 10%;
}
.v-steps .lineprogress {
  position: relative;
  padding-left: 45px;
}

.v-steps .v-step .v-step_label .v-step_action {
  position: relative;
  width: 100%;
  justify-content: flex-end;
  display: flex;

}
.v-steps .v-step .v-step_label .v-step_action div {
  margin-bottom: 5%;
}
.v-steps .v-step .v-step_label .v-step_action .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 16px;
}
.tz_exm {
  color: #6D7582;
}
.doc_icon {
color: #1e97f4;
}
.v-steps .v-step .v-step_label .v-step_action a {
  margin-right: 15px;
}
.v-steps .v-step .v-step_label .v-step_action a img {
  height: auto;
  max-width: 40px;
      margin: 10px;
}

.v-steps .v-step .v-step_label .v-step_action a.btn-outline {
background: transparent;
border: 2px solid #cccccc;
color: #6D7582;
}
.v-steps .v-step .v-step_label .v-step_action a.tz_go:hover {
  color: #1e97f4;
}
.v-steps .v-step .v-step_label .v-step_action a.btn-outline:hover {
background: transparent;
border: 2px solid #1e97f4;
color: #1e97f4;
}
.v-steps .v-step .v-step_title {
color: #374E73;
font-family: 'BebasNeueBold';
line-height: 3rem;
font-size: 2rem;
letter-spacing: 0.02em;
}
.v-steps .v-step {
  position: relative;
  counter-increment: list;
}
.v-steps .v-step:not(:last-child) {
  padding-bottom: 5rem;
}
.v-steps .v-step::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  height: 100%;
  /* border-left: 2px solid #CCC; */
}
.v-steps .v-step::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -28px;
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
}
@media (max-width: 991px) {
  .v-steps .v-step.v-step_first::before {
    border-left: 2px solid #1e97f4;
        margin-left: -18px;
  }
  .v-steps .v-step.v-step_first::after {
    content: counter(list);
    font-size: 2rem;
    top: -5px;
    left: -45px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #1e97f4;
    background: #1e97f4;
    padding: 0 1rem;
  }
  .v-steps .v-step.v-step_completed::after {
    content: counter(list);
    font-size: 2rem;
    top: -5px;
    left: -45px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #1e97f4;
    background: #1e97f4;
    padding: 0 1rem;
  }
  .v-steps .v-step.v-step_active::after {
    content: counter(list);
    font-size: 2rem;
    top: -5px;
    left: -45px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #1e97f4;
    background: #1e97f4;
    padding: 0 1rem;
  }
  .v-steps .v-step.v-step_active::before {
    border-left: 2px solid #1e97f4;
        margin-left: -18px;
  }
  .v-steps .v-step .v-step_label {
    margin-left: 1rem;
    position: relative;
    display: block;
    background: #f1f1f1;
    padding: 1rem;
    box-shadow: 0 0 9px 4px #0000001f;
  }
}
@media (min-width: 992px) {
  .v-steps .v-step.v-step_first::before {
    border-left: 5px solid #1e97f4;
        margin-left: 0;
  }
  .v-steps .v-step.v-step_first::after {
    content: counter(list);
    font-size: 2rem;
    top: -5px;
    left: -40px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #1e97f4;
    background: #1e97f4;
    padding: 1rem 2rem;
  }
  .v-steps .v-step.v-step_completed::after {
    content: counter(list);
    font-size: 2rem;
    top: -5px;
    left: -40px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #1e97f4;
    background: #1e97f4;
        padding: 1rem 2rem;
  }
  .v-steps .v-step.v-step_active::after {
    content: counter(list);
    font-size: 2rem;
    top: -5px;
    left: -40px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #1e97f4;
    background: #1e97f4;
    padding: 1rem 2rem;
  }
  .v-steps .v-step.v-step_active::before {
    border-left: 5px solid #1e97f4;
        margin-left: 0;
  }
  .v-steps .v-step .v-step_label {
    margin-left: 5rem;
    position: relative;
    display: block;
    background: #f1f1f1;
    padding: 1rem;
    box-shadow: 0 0 9px 4px #0000001f;
  }
}




/* widget_vertical_steps END */

/* widget_douple_price START */
.widget_douple_price {
margin-top: 5%;
margin-bottom: 5%;
margin-left: -30px;
margin-right: -30px;
}
.widget_douple_price .pl_wdp {
padding: 1rem;
width: 100%;
margin-left: 15px;
margin-bottom: 10%;
color: #ffffff;
    text-align: center;
}
.widget_douple_price .pl_wdp .title_wdp {
  padding: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'BebasNeueBold';
  color: #fff;
}
.widget_douple_price .pl_wdp .price_wdp {
  padding: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Roboto';
  color: #fff;
}
.widget_douple_price .pl_wdp.first_block {
background: #1e97f4;
    box-shadow: 0 0 15px 3px #1e97f4;
}
.widget_douple_price .pl_wdp.second_block {
background: #1b3560;
    box-shadow: 0 0 15px 3px #1b3560;
}
.widget_douple_price .pl_wdp .action_wdp {

}
.widget_douple_price .pl_wdp .action_wdp .btn.btn-price_wdp {
  background: transparent;
  padding: 0.5rem 2rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 2rem;
  font-family: 'Roboto';
  color: #fff;
  border: 2px solid #fff;
  margin: 1rem
}
.widget_douple_price .first_block .action_wdp .btn.btn-price_wdp:hover {
  color: #FFFFFF;
  border: 2px solid #1b3560;
  background: #1b3560;
}
.widget_douple_price .second_block .action_wdp .btn.btn-price_wdp:hover {
  color: #FFFFFF;
  border: 2px solid #1e97f4;
  background: #1e97f4;
}

/* widget_douple_price END */

/* tz_modal START */
#tz_form {

}
#tz_form .btn-file-form label span {
  color: #1b3560;
}
#tz_form .btn-file-form label {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
}

#tz_form .ftz_inp {
  border: 2px solid #ebebeb;
background: transparent;
border-radius: 0;
height: 60px;
padding-left: 60px;
margin-bottom: 2rem;
color: #1b3560;
}
/* tz_modal END */

/* Conversation modify */
.cnv .cnv_modify {
  height: 20rem;
  padding: 1rem;
width: 100%;
margin-bottom: 10%;
color: #ffffff;
text-align: center;
}
.cnv .cnv_description {
  bottom: 4rem;
  position: absolute;
  display: block;
  width: 100%;
  padding: 2rem;
  margin-left: -15px;
  top: auto;
  right: 0;
}
.cnv .cnv_description .cnv_p {
  color: #fff;
}
.cnv .first_block.cnv_modify {
  background: #1e97f4;
box-shadow: 0 0 15px 3px #1e97f4;
}
.cnv .second_block.cnv_modify {
  background: #1b3560;
box-shadow: 0 0 15px 3px #1b3560;
}
.cnv .title_wdp {
  padding: 1rem;
font-size: 2rem;
line-height: 3rem;
font-family: 'BebasNeueBold';
color: #fff;
}
.cnv .price_wdp {
  padding: 1rem;
font-size: 2rem;
line-height: 3rem;
font-family: 'Roboto';
color: #fff;
}
/* END conversation modify */

/* Conversation consultation START */
.cnv_cons {
  background: #1b3560;
}
.cnv_cons .cnv_cons_body {
  padding: 1rem;
}
.cnv_cons .cnv_h {
  padding: 1rem;
  font-size: 1.7rem;
  line-height: 3rem;
  font-family: 'Roboto';
  color: #fff;
}
.cnv_cons .cnv_btn {
  color: #fff;
  width: 100%;
}
.cnv_cons .cnv_btn:hover {
  background: transparent;
  color: #1e97f4;
}
.cnv_cons .form-control {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 2px solid #1e97f4;
}
.cnv_cons .cnv_cons_body .form-group {
  margin-bottom: 1rem;
}
.con_desc_text h4 {
      color: #1b3560;
}
/* Conversation consultation END */

/* widget other_services START */
 .osw {
   padding: 1rem;
   background: #ddd;
   text-align: center;
 }
 .osw .osw_title {
  color:#1b3560;
  font-size: 2rem;
  width: 100%;
  padding: 1rem;
 }
 .osw .osw_poster {
  padding: 1rem;
      text-align: left;
      position: relative;
display: block;
cursor: pointer;
 }
 .osw .osw_poster.osw_all_s {
   padding: 1rem;
   text-align: center;
   height: 100%;
   width: auto;
 }
  .osw .osw_poster.osw_all_s .osw_pl {
    background: #1b3560;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
 .osw .osw_poster.osw_all_s .osw_page_title {
   margin: auto;
   margin-top: 20%;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   display: block;
   width: 100%;
   height: 100%;
   color: #fff;
       text-transform: uppercase;
 }
 .osw .osw_poster.osw_all_s:hover .osw_pl {
   background: #1e97f4;
 }
  .osw .osw_poster.osw_all_s .osw_page_title::after {
    display: none;
  }
 .osw .osw_poster.osw_all_s .osw_arrow_all {
   position: relative;
 display: block;
 text-align: center;
 width: 100%;
 filter: brightness(2);
 }
 .osw .osw_poster.osw_all_s .osw_arrow_all img {
width: auto;
 }
 .osw .osw_poster img {
  filter: grayscale(0.7) brightness(0.5);
      width: 100%;
          height: auto;
 }
 .osw .osw_poster .osw_page_title {
   position: absolute;
   width: 100%;
   left: 0;
   margin-left: 10%;
   bottom: 20%;
   color: #b1b1b1;
   font-size: 1rem;
   font-weight: bold;
   font-family: 'Roboto';
 }
  .osw .osw_poster:hover img {
    filter: drop-shadow(2px 4px 6px black) brightness(0.5);
  }
  .osw .osw_poster:hover .osw_page_title {
    color: #fff;
  }

 .osw .osw_poster .osw_page_title::after {
   content: '';
   border-bottom: 5px solid #1e97f4;
   width: 70px;
   display: block;
   position: absolute;
   left: 0;
   margin-left: 0;
 }
/* widget other_services END */

.price_title {
  position: relative;
    display: block;
    color: #1b3560;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
}
