html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	/*line-height: 1;*/

}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:inherit;
}

html,
body {
  height: 100%;
}
body {
  font-family: "helveticaneuecyrroman", sans-serif;
    
}
.clear {
  width: 0px;
  height: 0px;
  clear: both;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
.all_cnt {
}
.header {
  
}
/* .hd_dv1 {
  height: 820px;
  position: relative;
} */
/* .grayscale-bg-img {
  position: relative;
  overflow: hidden;
} */
/* .grayscale-bg-img::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: url("/images/hero.png") center center no-repeat; */
  background-size: cover;
  filter: grayscale(1);
  z-index: 0;
  pointer-events: none;
}
.grayscale-bg-img > * {
  position: relative;
  z-index: 1;
} */

.dv_logo,
.dv_menu {
  width: 25%;
  float: left;
}
.logo {
  /* margin: 36px 0 0 124px; */
  margin-right: 200px;
}
.logo img {
  width: 150px;
  

}
.dv_menu {
  width: 75%;
  font-family: "helveticaneuecyrlight", sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 58px 0 0;
}
.dv_mn {
  display: flex;
  float: right;
  background-color: #f18d00;
  opacity: 0.9;
}
.dv_menu ul,
.tel {
  float: left;
}
.dv_menu ul li,
.hd_dv2_cnt ul,
.dv_hd_txt,
.wel_tit,
.dv_sl_1_tit,
.tr_tit,
.wh_tit,
.we_a_tit,
.wh_tit_1,
.wh_tit_2,
.dv_lst_tit_1,
.dv_lst_tit_2,
.dv_but,
.email,
.ft_dv2 a {
  /* text-transform: uppercase; */
}
.dv_menu ul li {
  float: left;
  padding: 28px 40px;
  cursor: pointer;
  position: relative;
}
.dv_menu ul li div:before {
  content: " ";
  width: 4px;
  height: 17px;
  background-color: #ffffff;
  position: absolute;
  left: 23px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  transition: opacity 1s 0s ease;
}
.dv_menu ul li:hover div:before {
  opacity: 1;
}
.tel {
  font-size: 23px;
  margin: 21px 150px 0 0;
  padding: 0 0 10px;
}
.tel span {
  font-family: "helveticaneuecyrmedium", sans-serif;
}
.hd_dv2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4069+0,3584b5+25,3584b5+68,0e4069+100 */
  background: #000000; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 68%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 1)),
    color-stop(25%, rgba(0, 0, 0, 1)),
    color-stop(68%, rgba(0, 0, 0, 1)),
    color-stop(100%, rgba(0, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 68%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 68%,
    rgba(0, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 68%,
    rgba(0, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 68%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
  width: 100%;
  display: inline-block;
  text-align: center;
}
.hd_dv2_cnt {
  color: #ffffff;
  font-family: "helveticaneuecyrlight",  sans-serif;
  display: inline-block;
}
.hd_dv2_cnt ul {
  display: inline-block;
  font-size: 14px;
  margin: 26px 0 12px;
}
.hd_dv2_cnt ul li {
  float: left;
  padding: 0 91px 6px 0;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.hd_dv2_cnt ul li:last-child {
  padding-right: 0px;
}
.hd_dv2_cnt ul li:hover {
  color: #f18d00;
  border-bottom: 1px solid #f18d00;
}
/* .podlowka_dv {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 40px #fff;
  left: 14%;
  opacity: 0.95;
  position: absolute;
  top: 35%;
} */
/* .dv_hd_txt {
  width: 580px;
  position: relative;
} */

}
/* .dv_hd_txt div {
  font-family: "helveticaneuecyrlight",  sans-serif;
  font-size: 34px;
  color: #000000;
  line-height: 38px;
}
.dv_hd_txt div span {
  font-family: "helveticaneuecyrmedium",  sans-serif;
} */
.orange-underline {
    display: inline-block;
    border-bottom: 2px solid #ff7a00;
    padding-bottom: 4px;
}
/* .dv_welcome {
  font-family: "helveticaneuecyrroman",  sans-serif;
  background: url("/images/about_cstm.png")
    bottom center no-repeat;
  background-size: 80% auto;

} */
.wel_dv1,
.wel_dv2 {
  width: 550px;
  line-height: 29px;
}
.wel_dv1 {
  float: left;
  margin: 0 0 0 147px;
}
.wel_tit {
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 30px;
  color: #000000;
  margin: 0 0 14px;
}
.wel_txt {
  font-size: 18px;
  text-align: justify;
}
.wel_dv2 {
  float: right;
  margin: 0 157px 0 0;
}
.wel_txt p {
  margin: 0 0 32px;
  color: #2b2b2b;
}
.dv_slider_1 {
  display: inline-block;
  width: 100%;
  background-color: #262626;
  text-align: center;
}
.dv_sl_1 {
  display: inline-block;
  font-size: 24px;
  font-family: "helveticaneuecyrlight",  sans-serif;
  color: #ffffff;
  padding: 0 0 41px;
}
.dv_sl_1_tit {
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 30px;
  margin: 39px 0 0;
}
.dv_count {
  margin: 0 auto 39px;
  width: 100px;
  text-align: center;
  position: relative;
}
.dv_count:before,
.dv_count:after {
  content: "______";
  position: absolute;
  top: -11px;
}
.dv_count:before {
  left: -63px;
}
.dv_count:after {
  right: -56px;
}
.dv_cn {
  display: inline-block;
}
.dv_cn_1,
.dv_cn_2,
.dv_cn_3 {
  float: left;
}
.dv_cn_2 {
}
.dv_sl_txt {
  margin: 23px 0 0;
}
.dv_sl_txt .sl_dv_txx {
  padding: 21px 18px;
  border: 1px solid #ffffff;
  margin: 0 auto;
  width: 80%;
  text-align: justify !important;
  line-height: 28px;
  font-size: 19px;
}
.dv_sl_cont {
  width: 1250px;
  margin: 0 auto;
}
.dv_sl_cont .slick-dots li button:before {
  content: none;
}
.dv_sl_cont .slick-dots li button {
  background-color: #ffffff;
  border-radius: 12px;
  width: 11px;
  height: 11px;
  opacity: 0.6;
}
.dv_sl_cont .slick-dots li button:hover {
  opacity: 1;
}
.dv_sl_cont .slick-dots .slick-active button {
  background-color: #f18d00;
  opacity: 1;
}
.dv_sl_cont .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 10px;
}
.grnt {
  background: #f7f7f7;
  padding: 0;
  text-align: center;
}
.grnt-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0 auto 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.grnt-item {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 420px;
  padding: 48px 32px 0 32px;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.grnt-icon-bg {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.grnt-icon-bg:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  background: radial-gradient(rgba(255, 153, 0, 0.07) 60%, transparent 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.grnt-icon {
  font-size: 36px;
  color: #ff9900;
  position: relative;
  z-index: 1;
}
.grnt-title {
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 22px;
  color: #222;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: left;
}
.grnt-desc {
  font-size: 16px;
  color: #444;
  text-align: left;
  line-height: 1.5;
}
.grnt-circles {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
}
.grnt-circles-svg {
  width: 600px;
  height: 340px;
  max-width: 98vw;
  display: block;
}
.grnt-circles-label {
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 32px;
  fill: #ff9900;
  font-weight: bold;
  letter-spacing: 0.5px;
  dominant-baseline: middle;
}
.grnt-bottom-text {
  font-size: 20px;
  color: #222;
  max-width: 900px;
  margin: 0 auto 48px auto;
  text-align: center;
  font-family: "helveticaneuecyrmedium",  sans-serif;
  padding-top: 16px;
}
@media (max-width: 1100px) {
  .grnt-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 100vw;
  }
  .grnt-item {
    max-width: 100vw;
    min-width: 0;
    padding: 32px 8vw 0 8vw;
    align-items: flex-start;
  }
  .grnt-circles-svg {
    width: 98vw;
    height: auto;
    min-width: 0;
  }
}
.grnt-tit,
.prsnt-dv-tit,
.msn-tit,
.vls-tit {
  font-size: 30px;
  text-align: center;
  font-family: "helveticaneuecyrbold",  sans-serif;
  color: #f18d00;
  padding: 38px 0 70px;
  text-transform: uppercase;
}
.grnt-dv-cnt {
  display: table;
  margin: auto;
  width: auto;
}
.grnt-dv {
  float: left;
  margin: 0 200px 55px 0;
  width: 245px;
}
.mrg_rght_off {
  margin-right: 0 !important;
}
.grnt-dv-img {
  text-align: center;
  margin: 0 0 20px;
}
.grnt-dv-img img {
  display: inline-block;
}
.grnt-dv-txt {
  text-align: center;
}
.avia_dv {
  height: auto;
  width: 100%;
  position: relative;
}
.avia_elem {
  width: 100%;
  position: absolute;
  background: url("/images/s1.png")
    no-repeat fixed center center;
  background-size: cover;
  z-index: 1;
}
.ae_1 {
}
.avia_cnt {
  background-color: #000000;
  border-right: 9px solid #f18d00;
  padding: 43px 45px 16% 55px;
  width: 515px;
  position: absolute;
  bottom: 0;
  left: 7.75%;
  text-align: justify;
  opacity: 0.9;
  z-index: 1;
}
.avia_dv .avia_cnt:nth-child(4) {
  z-index: 2;
}
.avia_dv .avia_cnt:nth-child(6) {
  z-index: 3;
}
.avia_dv .avia_cnt:nth-child(8) {
  z-index: 4;
}
.avia_dv .avia_cnt:nth-child(4),
.avia_dv .avia_cnt:nth-child(8) {
  right: 7.75%;
  left: auto;
}
.ae_2 {
  background: url("/images/s2.png")
    no-repeat fixed center center;
  z-index: 2;
}
.ae_3 {
  background: url("/images/s3.png")
    no-repeat fixed center center;
  z-index: 3;
}
.ae_4 {
  background: url("/images/s4.png")
    no-repeat fixed center center;
  z-index: 4;
}
.av_dv {
  line-height: 28px;
}
.avia_tit {
  color: #f18d00;
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 30px;
  margin: 0 0 35px;
}
.av_dv p {
  color: #ffffff;
  font-family: "helveticaneuecyrroman",  sans-serif;
  font-size: 18px;
  margin: 0 0 38px;
}
.trust_us {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 0 48px;
  position: relative;
  z-index: 4;
  background-color: #ffffff;
}
.trust_us_dv {
  margin: 46px 0 0 0;
  width: 85%;
  display: inline-block;
  color: #005B96;
}
.tr_tit,
.wh_tit {
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 30px;
  color: #000000;
  text-align: left;
}
.tr_sl {
  height: 111px;
}
.tr_cnt {
  position: relative;
  width: 211px;
}
.tr_cnt img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: auto;
}
.tr_sl .slick-list,
.tr_sl .slick-track {
  height: 100%;
}
.trust_us_dv .slick-slider {
  margin-top: 16px;
}
.trust_us_dv .slick-prev,
.trust_us_dv .slick-next,
.wh_us_dv .slick-prev,
.wh_us_dv .slick-next {
  width: 51px;
  height: 69px;
  background: url(/images/left_arr.png)
    center center no-repeat;
  margin: 0;
  top: 20%;
}
.trust_us_dv .slick-prev:hover,
.trust_us_dv .slick-prev:focus,
.wh_us_dv .slick-prev:hover,
.wh_us_dv .slick-prev:focus {
  background: url(/left_arr.png)
    center center no-repeat;
  opacity: 0.55;
}
.trust_us_dv .slick-next:hover,
.trust_us_dv .slick-next:focus,
.wh_us_dv .slick-next:hover,
.wh_us_dv .slick-next:focus {
  background: url(/images/rgh_arr.png)
    center center no-repeat;
  opacity: 0.55;
}
.trust_us_dv .slick-prev {
  left: -4%;
}
.trust_us_dv .slick-next,
.wh_us_dv .slick-next {
  background: url(/images/rgh_arr.png)
    center center no-repeat;
}
.we_are_wor {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 597px;
  text-align: center;
  background: url("/images/p0.png")
    center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 4;
}
.we_a_tit {
  font-size: 30px;
  font-family: "helveticaneuecyrbold",  sans-serif;
  color: #000000;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 26%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 78%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(26%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    color-stop(78%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 26%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 78%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 26%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 78%,
    rgba(255, 255, 255, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 26%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 78%,
    rgba(255, 255, 255, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 26%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 78%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
  margin: 28px auto 0;
  padding: 18px 45px;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  z-index: 2;
}
/* Begin style for elegant slyder */
ul.accordion {
  font-family: "helveticaneuecyrroman",  sans-serif;
  font-size: 13px;
  height: 100%;
  z-index: 1;
  display: inline-block;
}
ul.accordion li {
  float: left;
  width: 185px;
  height: 100%;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 1px 3px 15px #555;
  -webkit-box-shadow: 1px 3px 15px #555;
  box-shadow: 1px 3px 15px #555;
  background-size: cover;
}
ul.accordion li.bg1 {
  background-image: url(/images/p1.png);
}
ul.accordion li.bg2 {
  background-image: url(/images/p2.png);
}
ul.accordion li.bg3 {
  background-image: url(/images/p3.png);
}
ul.accordion li.bg4 {
  background-image: url(/images/p4.png);
}

ul.accordion li.bleft {
  border-left: 2px solid #fff;
}
ul.accordion li .heading {
  background-color: #fff;
  padding: 10px 0;
  position: absolute;
  opacity: 0.9;
  text-transform: uppercase;
  font-style: normal;
  color: #000000;
  text-align: center;
  width: 100%;
}
ul.accordion li:nth-child(odd) .heading {
  top: 143px;
}
ul.accordion li:nth-child(even) .heading {
  top: auto;
  bottom: 52px;
}
ul.accordion li .description {
  position: absolute;
  width: 100%;
  top: 210px;
  display: none;
}
ul.accordion li .description p {
  background-color: #ffffff;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 20px;
  opacity: 0.9;
  padding: 5px;
  text-align: center;
  text-transform: none;
}
/* End style for elegant slyder */
.wh_say_us {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 0 95px;
}
.wh_say_us .wh_us_dv {
  display: inline-block;
  width: 64.6%;
  margin: 121px 0 0;
}
.wh_tit {
  left: 7.7%;
  position: absolute;
  top: 42px;
}
.wh_sl {
  font-family: "helveticaneuecyrroman",  sans-serif;
  font-size: 14px;
  text-align: left;
}
.wh_dv_img,
.wh_cont {
  float: left;
}
.wh_dv_img {
  margin: 0 0 0 35px;
  width: 175px;
  border: 1px solid #000;
}
.wh_cont {
  width: 650px;
  margin: 29px 0 0 65px;
}
.wh_tit_1,
.wh_tit_2 {
  font-size: 18px;
  color: #000000;
}
.wh_tit_2 {
  font-size: 14px;
  margin: 4px 0 7px;
}
.wh_txt {
  line-height: 17px;
}
.wh_us_dv .slick-prev,
.wh_us_dv .slick-next {
  top: 27.9%;
}
.wh_us_dv .slick-prev {
  left: -10.7%;
}
.wh_us_dv .slick-next {
  right: -10.7%;
}
.wh_us_dv .slick-dots li {
  margin: 0 5px 0 0;
  width: 9px;
  height: 9px;
}
.wh_us_dv .slick-dots li button {
  padding: 0px;
  width: 9px;
  height: 9px;
  background-color: #000000;
  opacity: 0.55;
}
.wh_us_dv .slick-dots li button:before {
  content: none;
}
.wh_us_dv .slick-dots li button:hover {
  opacity: 1;
}
.wh_us_dv .slick-dots li.slick-active button {
  background-color: #ffffff;
  border: 1px solid #000000;
  opacity: 1;
}
.wh_us_dv .slick-dots {
  bottom: auto;
  position: absolute;
  right: 18.7%;
  top: -4px;
  width: auto;
}
.dv_lst {
}
.dv_lst_1,
.dv_lst_2 {
  float: left;
}
.dv_lst_1 {
  width: 54.1%;
  height: 605px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/c1.png") center/cover no-repeat;
  color: #ffffff;
}
.fac_in_num {
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 55px;
  text-align: center;
  margin: 55px 0 0;
}
.fn_tit {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 0 0 100px;
}
.fn_dv,
.fn_dv_txt {
  font-size: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.fn_dv {
  width: 610px;
}
.fn_dv div {
  border-bottom: 2px dotted #ffffff;
  border-top: 2px dotted #ffffff;
  float: left;
  padding: 10px 0 13px;
  text-align: left;
  position: relative;
}
.fn_dv div:before {
  content: " ";
  display: block;
  width: 45px;
  height: 41px;
  background: url("/images/ico_1.png")
    center center no-repeat;
  position: absolute;
  left: 0px;
  top: -64px;
  right: 0px;
  margin: 0 auto;
}
.fn_dv div:last-child {
  float: right;
}
.fn_dv div:last-child:before {
  width: 53px;
  height: 46px;
  background: url("/images/ico_3.png")
    center center no-repeat;
}
.fn_dv span,
.fn_dv_txt span {
  font-size: 55px;
  text-transform: none;
}
.fn_dv_txt {
  width: 595px;
  text-align: center;
  line-height: 50px;
  margin: 85px 0 0;
  border-bottom: 2px dotted #ffffff;
  border-top: 2px dotted #ffffff;
  position: relative;
}
.fn_dv_txt:before {
  content: " ";
  display: block;
  width: 51px;
  height: 51px;
  background: url("/images/ico_2.png")
    center center no-repeat;
  position: absolute;
  left: 0px;
  top: -72px;
  right: 0px;
  margin: 0 auto;
}
.dv_lst_2 {
  width: 45.9%;
  font-family: "helveticaneuecyrroman",  sans-serif;
  text-align: center;
}
.dv_lst_tit_1 {
  font-family: "helveticaneuecyrbold",  sans-serif;
  font-size: 43px;
  line-height: 32px;
}
.dv_lst_tit_2 {
  font-size: 26px;
  margin: 19px 0 0;
}
.dv_inps {
  background-color: #f4f6f6;
  margin: 30px auto 0;
  width: 465px;
  padding: 0 65px 44px;
  display: inline-block;
}
.dv_inps input {
  border: 0 none;
  float: left;
  height: 53px;
  margin: 0 0 35px;
  padding: 0 0 0 22px;
  width: 93%;
  font-family: "helveticaneuecyrroman",  sans-serif;
}
.dv_inps input:first-child {
  margin-top: 44px;
}
.dv_but {
  background-color: #f18d00;
  height: 57px;
  padding: 0;
  width: 97.2%;
  float: left;
  color: #ffffff;
  font-size: 18px;
  font-family: "helveticaneuecyrlight",  sans-serif;
  line-height: 62px;
  margin: 0 0 21px;
  cursor: pointer;
}
.dv_but:hover {
  background-color: #a66100;
}
.dv_lst_txt {
  color: #000000;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  width: 97.2%;
  display: inline-block;
  float: left;
}

.grnt {
}
.grnt-tit,
.prsnt-dv-tit,
.msn-tit,
.vls-tit {
  font-size: 30px;
  text-align: center;
  font-family: "helveticaneuecyrbold",  sans-serif;
  color: #f18d00;
  padding: 38px 0 70px;
  text-transform: uppercase;
}
.grnt-dv-cnt {
  display: table;
  margin: auto;
  width: auto;
}
.grnt-dv {
  float: left;
  margin: 0 200px 55px 0;
  width: 245px;
}
.mrg_rght_off {
  margin-right: 0 !important;
}
.grnt-dv-img {
  text-align: center;
  margin: 0 0 20px;
}
.grnt-dv-img img {
  display: inline-block;
}
.grnt-dv-txt {
  text-align: center;
}
.prsnt {
  height: 637px;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/prsnt_bck.jpg")
    center center no-repeat;
  position: relative;
  margin: 100px 0 0;
}
.prsnt-dv {
  color: #f18d00;
  display: inline-block;
  margin: 25px 0 0 10%;
  width: 40%;
}
.prsnt-dv-tit {
}
.prsnt-dv p {
  font-size: 24px;
  margin: 0 0 25px;
}
.prsnt-dv-btn {
  text-align: center;
  margin: 90px 0 0;
  text-transform: uppercase;
}
.prsnt-dv-btn a {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  padding: 15px 100px;
  border-color: transparent;
  transition: color 0.65s ease;
  transition: background-color 0.65s ease;
  transition: background-color 0.65s ease;
}
.prsnt-dv-btn a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.prsnt-wmn {
  max-width: 654px;
  height: 678px;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/grl_png.png")
    center bottom no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 35%;
  margin: auto;
  background-size: contain;
}
.msn {
  color: #000000 !important;
  position: relative;
  min-height: 358px;
}
.msn-tit,
.vls-tit {
  padding: 40px 0 25px 0;
  margin: 0 0 0 9%;
  text-align: left;
  color: #000000 !important;
  display: inline-block;
}
.msn-txt {
  margin: 48px 0 0 17%;
  width: 46%;
  position: relative;
}
.msn-txt:before {
  content: "";
  left: -106px;
  top: -48px;
  position: absolute;
  display: block;
  width: 53px;
  height: 48px;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/qts_1.png")
    center center no-repeat;
}
.msn-txt:after {
  content: "";
  right: 106px;
  bottom: -48px;
  position: absolute;
  width: 53px;
  height: 48px;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/qts_2.png")
    center center no-repeat;
}
.msn-txt p {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: "helveticaneuecyrmedium",  sans-serif;
}
.msn-txt p:nth-child(2) {
  font-family: "helveticaneuecyrbold",  sans-serif;
}
.msn-trk {
  width: 472px;
  height: 358px;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/trck.png")
    center center no-repeat;
  position: absolute;
  right: 3%;
  bottom: 0;
}
.vls {
  position: relative;
  height: 692px;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/bck_cnt.jpg")
    center center no-repeat;
  color: #ffffff;
}
.vls-tit {
  color: #ffffff !important;
}
.vls-bg_txt {
  width: 95%;
  height: 582px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/elem.png")
    center center no-repeat;
  z-index: 1;
  font-size: 100px;
  font-family: "helveticaneuecyrbold",  sans-serif;
  background-size: contain;
}
.vls-bg_txt-txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  width: 350px;
  height: 328px;
  text-align: center;
}
.vls-blck_1,
.vls-blck_2,
.vls-blck_3,
.vls-blck_4 {
  position: absolute;
  width: 25%;
  z-index: 2;
}
.vls-blck_1 {
  left: 14px;
  top: 34px;
}
.vls-blck_2 {
  right: 40px;
  top: 34px;
  width: 26%;
}
.vls-blck_3 {
  bottom: -36px;
  left: 14px;
}
.vls-blck_4 {
  bottom: 28px;
  right: 48px;
  width: 27%;
}
.vls-txt_1,
.vls-txt_2,
.vls-txt_3,
.vls-txt_4 {
  line-height: 22px;
  font-size: initial;
}
.vls-tit_1,
.vls-tit_2,
.vls-tit_3,
.vls-tit_4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.footer {
  display: inline-block;
  width: 100%;
  font-family: "helveticaneuecyrroman",  sans-serif;
  position: relative;
  height: 200px;
}
.ft_dv1 {
  position: absolute;
  left: 7.6%;
  top: 17px;
}
.ft_tit {
  font-size: 30px;
  margin: 0 0 20px;
}
.ft_tel {
  font-size: 28px;
  margin: 0 0 2px;
}
.email {
  margin: 10px 0 0;
}
.email span,
.ft_dv2 a {
  color: #f18d00;
}
.ft_dv2 {
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  right: 7.4%;
  text-align: justify;
  top: 51px;
  width: 350px;
}
.ft_dv2 .ft_inf {
  text-transform: none;
  color: #000000;
  text-decoration: underline;
}
.ft_dv2 .ft_inf:hover {
  text-decoration: none;
}
.go_to_top {
  width: 41px;
  height: 200px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: url("https://web.archive.org/web/20220119110633im_/http://investtransgroup.com/images/car1_to_top.png")
    center center no-repeat;
  z-index: 5;
  display: none;
}
.go_to_top:hover {
  cursor: pointer;
  opacity: 1 !important;
}
.wh_dv_img {
  position: relative;
  cursor: pointer;
}
.wh_dv_img img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .wel_dv1,
  .wel_dv2 {
    width: 540px;
  }
  .wel_dv1 {
    margin: 0 0 0 62px;
  }
  .wel_dv2 {
    margin: 0 40px 0 0;
  }
  .dv_welcome {
    padding: 59px 0 260px;
  }
  .logo {
    margin: 6px 0 0 55px;
  }
  .tel {
    margin: 21px 50px 0 0;
  }
  .hd_dv1 {
    height: 600px;
  }
  .wh_dv_img {
    margin: 0;
  }
  .wh_cont {
    margin: 29px 0 0 35px;
    width: 580px;
  }
  .wh_us_dv .slick-dots {
    right: 5.7%;
  }
  .dv_inps {
    width: auto;
    margin: 27px auto 0;
  }
  .dv_lst_tit_1 {
    font-size: 35px;
  }
  .tr_cnt img {
    width: 85%;
  }
  ul.accordion li {
    width: 142px;
  }
  ul.accordion li .heading {
    text-transform: none;
    font-size: 12px;
  }
  .wel_tit {
    font-size: 28px;
  }

  .msn-trk {
    right: 0;
  }
  .msn-txt:after {
    right: -20px;
  }
  .msn-txt:before {
    left: -65px;
  }
  .msn-txt {
    margin: 48px 0 0 12%;
  }
  .grnt-dv {
    margin: 0 175px 55px 0;
  }
  .prsnt-wmn {
    left: 50%;
  }
  .vls-bg_txt {
    width: 90%;
    background-size: contain;
  }
  .vls-blck_1 {
    left: 0.1%;
    top: 80px;
  }
  .vls-blck_1,
  .vls-blck_2,
  .vls-blck_3,
  .vls-blck_4 {
    width: 340px;
    font-size: 13px;
  }
  .vls-blck_3 {
    bottom: 6px;
    left: 0.1%;
  }
  .vls-blck_2 {
    right: 0.1%;
    top: 78px;
  }
  .vls-blck_4 {
    bottom: 50px;
    right: 0.1%;
  }
  .vls-bg_txt {
    font-size: 85px;
  }
  .vls-bg_txt-txt {
    top: 46px;
  }
  .av_dv p {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  ul.accordion li {
    width: 150px;
  }
  ul.accordion li .heading {
    font-size: 10px;
  }
  .wel_tit {
    font-size: 28px;
  }
  .wel_dv1 {
    margin: 0 0 0 83px;
  }
  .wel_dv2 {
    margin: 0 80px 0 0;
  }
  .wel_dv1,
  .wel_dv2 {
    width: 535px;
  }
  .wh_dv_img {
    margin: 0 0 0 25px;
  }
  .wh_cont {
    margin: 29px 0 0 25px;
    width: 580px;
  }
  .dv_lst_tit_1 {
    font-size: 35px;
  }
  .tel {
    margin: 21px 85px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .dv_menu ul li {
    padding: 28px 20px;
  }
  .tel {
    margin: 21px 15px 0 0;
  }
  .dv_menu ul li div:before {
    left: 10px;
  }
  .hd_dv2_cnt ul li {
    padding: 0 40px 6px 0;
  }
  .wel_dv1,
  .wel_dv2 {
    width: 445px;
  }
  .wel_dv1 {
    margin: 0 0 0 30px;
  }
  .wel_dv2 {
    margin: 0 33px 0 0;
  }
  .dv_sl_cont {
    width: 1005px;
  }
  .wel_tit {
    font-size: 22px;
  }
  ul.accordion li {
    width: 110px;
  }
  ul.accordion li .heading {
    font-size: 9px;
  }
  .wh_cont {
    margin: 29px 0 0 15px;
    width: 420px;
  }
  .dv_lst_tit_1 {
    font-size: 26px;
  }
  .dv_lst_tit_2 {
    font-size: 21px;
  }
  .fn_dv {
    width: 93%;
  }
  .fn_dv_txt {
    width: 90%;
  }
  .fn_dv,
  .fn_dv_txt {
    font-size: 25px;
  }
  .fn_dv span,
  .fn_dv_txt span {
    font-size: 45px;
  }
  ul.accordion li .description p {
    font-size: 12px;
  }
  .dv_sl_txt .sl_dv_txx {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 9999px) {
  .wel_dv1 {
    margin: 0 0 0 17%;
  }
  .wel_dv2 {
    margin: 0 17% 0 0;
  }
  .wel_dv1,
  .wel_dv2 {
    width: 31%;
  }
  .dv_sl_txt .sl_dv_txx {
    width: 95%;
  }
  .wh_cont {
    width: 775px;
  }
  ul.accordion li {
    width: 200px;
  }
  ul.accordion li .description p {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .header,
  .hd_dv1,
  .main-content,
  .custom,
  .dv_welcome,
  .grnt,
  .avia_dv,
  .we_are_wor,
  .trust_us,
  .dv_lst,
  .footer {
    /* width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; */
    box-sizing: border-box;
  }
  .hd_dv1 {
    height: 420px;
  }
  .logo {
    margin: 16px 0 0 16px;
  }
  .logo img {
    width: 110px;
  }
  .dv_menu {
    margin: 23px 0 0;
  }
  .dv_mn {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    float: none;
    background: #f18d00;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    margin: 8px 0 8px 16px;
    z-index: 1001;
  }
  .menu-toggle span {
    display: block;
    width: 32px;
    height: 4px;
    margin: 5px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }
  .menu-toggle.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .main-menu {
    display: none;
    flex-direction: column;
    width: 100vw;
    background: #f18d00;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .main-menu.open {
    display: flex;
  }
  .main-menu li {
    width: 100vw;
    padding: 18px 16px;
    border-bottom: 1px solid #fff2e0;
    font-size: 18px;
    text-align: left;
  }
  .tel {
    margin: 12px 16px 0 16px;
    font-size: 18px;
    float: none;
    display: block;
    position: static;
  }
  .podlowka_dv {
    left: 0;
    width: 95vw;
    top: 30%;
    box-shadow: 0 0 10px 20px #fff;
  }
  .dv_hd_txt {
    width: 90vw;
    font-size: 20px;
    line-height: 1.2;
  }
  .dv_hd_txt div {
    font-size: 20px;
    line-height: 1.2;
  }
  .dv_welcome {
    background-size: 100% auto;
    padding: 32px 0 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wel_dv1,
  .wel_dv2 {
    width: 95vw;
    float: none;
    margin: 0 0 24px 0;
    padding: 0 8px;
  }
  .wel_tit {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .wel_txt {
    font-size: 15px;
  }
  .grnt-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 100vw;
  }
  .grnt-item {
    max-width: 95vw;
    min-width: 0;
    padding: 24px 4vw 0 4vw;
    align-items: flex-start;
  }
  .grnt-title {
    font-size: 18px;
  }
  .grnt-desc {
    font-size: 14px;
  }
  .grnt-circles-svg {
    width: 98vw;
    height: auto;
    min-width: 0;
  }
  .grnt-bottom-text {
    font-size: 15px;
    padding: 8px 4vw 0 4vw;
  }
  .avia_dv {
    height: auto;
    min-height: 0;
    width: 100vw;
    position: relative;
  }
  .avia_elem {
  }
  .avia_cnt {
    position: static;
    width: 95vw;
    left: 0;
    right: 0;
    margin: 16px auto;
    padding: 24px 8px 24px 16px;
    font-size: 15px;
  }
  .avia_tit {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .av_dv p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .we_are_wor {
    height: auto;
    min-height: 0;
    background-size: cover;
    padding: 24px 0;
  }
  .we_a_tit {
    font-size: 18px;
    padding: 8px 8px;
    position: static;
    width: 100%;
    margin: 0 0 16px 0;
  }
  ul.accordion {
    width: 100vw;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
  ul.accordion li {
    width: 100vw;
    min-width: 0;
    height: auto;
    margin-bottom: 8px;
    font-size: 12px;
    background-size: cover;
  }
  ul.accordion li .heading {
    font-size: 13px;
    padding: 8px 0;
    top: 0;
    bottom: auto;
    position: static;
  }
  ul.accordion li .description {
    position: static;
    width: 100%;
    top: auto;
    display: block;
    font-size: 12px;
    padding: 0 8px;
  }
  .trust_us {
    padding: 0 0 24px;
  }
  .trust_us_dv {
    width: 98vw;
    margin: 24px 0 0 0;
  }
  .tr_tit,
  .wh_tit {
    font-size: 18px;
    text-align: center;
  }
  .tr_sl {
    height: auto;
    min-height: 0;
  }
  .tr_cnt {
    width: 100vw;
    min-width: 0;
  }
  .tr_cnt img {
    width: 80vw;
    max-width: 200px;
    height: auto;
  }
  .wh_say_us {
    margin: 0 0 32px;
  }
  .wh_us_dv {
    width: 98vw;
    margin: 32px 0 0;
  }
  .wh_sl {
    font-size: 13px;
  }
  .wh_cont {
    width: 90vw;
    margin: 12px 0 0 0;
  }
  .dv_lst {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-width: 0;
  }
  .dv_lst_1,
  .dv_lst_2 {
    width: 100vw;
    min-width: 0;
    float: none;
    padding: 0 8px;
    height: auto;
  }
  .fac_in_num {
    font-size: 28px;
    margin: 24px 0 0;
  }
  .fn_tit {
    margin: 0 0 32px;
    font-size: 18px;
  }
  .fn_dv,
  .fn_dv_txt {
    font-size: 16px;
    width: 100vw;
    min-width: 0;
  }
  .fn_dv span,
  .fn_dv_txt span {
    font-size: 28px;
  }
  .dv_inps {
    width: 98vw;
    padding: 0 8px 24px;
  }
  .dv_inps input {
    height: 40px;
    font-size: 15px;
    width: 98%;
    margin-bottom: 16px;
  }
  .dv_but {
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    width: 98%;
    margin-bottom: 12px;
  }
  .dv_lst_txt {
    font-size: 11px;
    width: 98%;
  }
  .footer {
    height: auto;
    padding: 24px 0;
    font-size: 13px;
    text-align: center;
    position: static;
  }
  .ft_dv1,
  .ft_dv2 {
    position: static;
    width: 98vw;
    margin: 0 auto 12px auto;
    text-align: center;
  }
  .ft_tit {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .ft_tel {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .email {
    margin: 6px 0 0;
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .logo img {
    width: 80px;
  }
  .dv_hd_txt,
  .dv_hd_txt div {
    font-size: 14px;
    width: 90vw;
  }
  .wel_tit,
  .tr_tit,
  .wh_tit,
  .we_a_tit {
    font-size: 15px;
  }
  .grnt-title {
    font-size: 15px;
  }
  .grnt-desc {
    font-size: 12px;
  }
  .grnt-circles-label {
    font-size: 18px;
  }
  .grnt-bottom-text {
    font-size: 12px;
  }
  .avia_tit {
    font-size: 14px;
  }
  .av_dv p {
    font-size: 11px;
  }
  .fn_tit {
    font-size: 13px;
  }
  .fac_in_num {
    font-size: 16px;
  }
  .fn_dv span,
  .fn_dv_txt span {
    font-size: 16px;
  }
  .dv_lst_tit_1 {
    font-size: 18px;
  }
  .dv_lst_tit_2 {
    font-size: 13px;
  }
  .dv_inps input {
    font-size: 12px;
    height: 32px;
  }
  .dv_but {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
  }
}

