#header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 994;
	background: #fff;
}
.header {
	position: relative;
	margin: 0;
	padding-top: 36px;
	z-index: 50;
}
.header .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0;
}
.header .rows .cols .customer_entry {
	margin: 0;
}
.header .rows .cols .customer_entry .ce_link {
	position: relative;
	display: inline-block;
	padding-left: 60px;
}
.header .rows .cols .customer_entry .ce_link .tx {
	color: #000;
	font: 12px/50px Mont;
}
.header .rows .cols .customer_entry .ce_link .ics {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	background: url(../img/q02.png) 50% no-repeat #fff;
}
.header .rows .cols .language {
	width: 106px;
	height: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.header .rows .cols .language .ln {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: 0 0;
	border-radius: 100%;
	color: #cacaca;
	font: 12px/12px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.header .rows .cols .language .ln.active {
	background: #fff;
	color: #1f29a9;
	pointer-events: none;
}

.header .rows .cols .language .ln:hover {
	background: #1f29a9;
	color: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.header__burger {
	display: none;
	margin: 0px;
	width: 40px;
	height: 22px;
	cursor: pointer;
}
.header__burger span {
	background: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
/*.header__burger.active span {
  -webkit-transition: .35s;
  transition: .35s
}
.header__burger.active span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .35s;
  transition: .35s
}
.header__burger.active span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .35s;
  transition: .35s
}
.header__burger.active span:nth-child(2) {
  width: 0;
  -webkit-transition: .35s;
  transition: .35s
}*/
.header__burger span {
	display: block;
	background: #1c00a1;
	border-radius: 12px;
	height: 4px;
	width: 100%;
	position: relative;
	margin: auto;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.header__burger span:nth-child(1) {
	top: 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.header__burger span:nth-child(2) {
	top: 8px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.header__burger span:nth-child(3) {
	top: 16px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.full_header {
	margin: 0;
	background: #fff;
	padding: 36px 0;
}

.full_header .rows_h {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.full_header .rows_h .cols.cols01 {
	width: 119px;
}

.full_header .rows_h .cols.cols03 {
	width: 160px;
	text-align: right;
	position: relative;
	top: -3px;
}

.full_header .rows_h .cols.cols02 {
	width: calc(100% - 119px - 160px);
}

.full_header .rows_h .cols .logo {
	width: 120px;
	height: 55px;
	background: #1f29a9;
	border-radius: 6px;
}

.full_header .rows_h .cols .logo a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.full_header .rows_h .cols .logo img {
	width: 100%;
}

.full_header .rows_h .cols .language {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.full_header .rows_h .cols .language .ln {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	background: 0 0;
	border-radius: 100%;
	color: rgba(0, 0, 0, 0.6);
	font: 600 16px/20px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.full_header .rows_h .cols .language .ln.active {
	color: #1c00a1;
	pointer-events: none;
}

.full_header .rows_h .cols .language .ln:hover,
.full_header .rows_h .cols .customer_entry .ce_link .tx:hover {
	color: #1c00a1;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.full_header .rows_h .cols .language .ln:first-child {
	margin-right: 19px;
}

.full_header .rows_h .cols .customer_entry {
	margin: 16px 0 0;
}

.full_header .rows_h .cols .customer_entry .ce_link {
	position: relative;
	padding-right: 0px;
	top: 4px;
}

.full_header .rows_h .cols .customer_entry .ce_link .tx {
	color: #000;
	font: 600 16px/20px Mont;
}

.full_header .rows_h .cols .customer_entry .ce_link .ics {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -1px;
	right: 0;
	background: url(../img/q48.svg) 50% no-repeat;
}

.hm_top .mt_list {
	display: -webkit-box;
	display: flex;
	margin-left: 34px;
}

.hm_top .mt_list li {
	margin: 0 37px 0 0;
}

.hm_top .mt_list li:last-child {
	margin-right: 0;
}

.hm_top .mt_list li.active a {
	color: #1f29a9;
}

.hm_top .mt_list li a {
	color: #585858;
	font: 14px/18px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.hm_top .mt_list li a:hover {
	color: #1c00a1;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.hm_btm {
	margin: 18px 0 0;
}

.hm_btm .hb_list {
	display: -webkit-box;
	display: flex;
	margin-left: 34px;
}

.hm_btm .hb_list li {
	margin: 0 20px 0 0;
}

.hm_btm .hb_list li:last-child {
	margin-right: 0;
}

.hm_btm .hb_list li.active a {
	color: #1f29a9;
}

.hm_btm .hb_list li a {
	color: #000;
	font: 600 16px/16px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.hm_btm .hb_list li a:hover {
	color: #1c00a1;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.bss_mp_slr {
	margin: 0;
	background: #f8f9fb;
	height: 623px;
	position: relative;
}

.bss_mp_slr .container {
	height: 100%;
}

.bss_mp_slr .bss_slr_rows {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.bss_mp_slr .bss_slr_rows .bss_slr_cols {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.bss_mp_slr .bss_slr_rows .bss_slr_cols.active {
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.bss_mp_slr .bss_slr_rows .bss_slr_cols[data-id="2"] {
	background: #000;
}

.bss_mp_slr .bss_slr {
	height: 100%;
}

.bss_mp_slr .bss_slr .caption {
	height: 100%;
	position: relative;
}

.bss_mp_slr .bss_slr .caption.caption02 {
	margin: 0;
	background: #f8f9fb;
}

.bss_mp_slr .bss_slr .caption.caption02 .lk .rows .cols.cols02 img {
	right: 0;
	position: absolute;
	top: 0;
	mix-blend-mode: multiply;
	max-height: 623px;
}

.bss_mp_slr .bss_slr .caption.caption02 .lk .tt .br {
	display: block;
}

.bss_mp_slr .bss_slr .caption.caption03 {
	margin: 0;
	background: #000;
}

.bss_mp_slr .bss_slr .caption.caption03 .lk .tb,
.bss_mp_slr .bss_slr .caption.caption03 .lk .tt {
	color: #fff;
}

.bss_mp_slr .bss_slr .caption.caption03 .lk .pr_brg span {
	background: #fff;
}

.bss_mp_slr .bss_slr .caption .lk {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%;
}

.bss_mp_slr .bss_slr .caption .lk:hover .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.bss_mp_slr .bss_slr .caption .lk:hover .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.bss_mp_slr .bss_slr .caption .lk:hover .pr_brg span:nth-child(3) {
	bottom: calc(50% - 1px);
}

.bss_mp_slr .bss_slr .caption .lk:hover .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.bss_mp_slr .bss_slr .caption .lk:hover .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.bss_mp_slr .bss_slr .caption .lk .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.bss_mp_slr .bss_slr .caption .lk .rows .cols {
	position: relative;
}

.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols01 {
	width: calc(100% - 557px);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols02 {
	width: 557px;
}

.bss_mp_slr .bss_slr .caption .lk .bg {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 50%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.bss_mp_slr .bss_slr .caption .lk .tl {
	color: #bcbdbe;
	font: 11px/11px Mont;
	text-transform: uppercase;
	margin: 135px 0 0;
	display: none;
}

.bss_mp_slr .bss_slr .caption .lk .c_img {
	margin: 0 0 45px;
}

.bss_mp_slr .bss_slr .caption .lk .c_img.hd {
	display: none;
}

.bss_mp_slr .bss_slr .caption .lk .tb {
	color: #1f29a9;
	font: 66px/72px Chalet;
	letter-spacing: -0.66px;
	display: block;
	margin: 0 0 29px;
}

.bss_mp_slr .bss_slr .caption .lk .tb .br {
	display: block;
}

.bss_mp_slr .bss_slr .caption .lk .tt {
	display: block;
	color: #484156;
	font: 16px/34px Mont;
	max-width: 450px;
	margin: 0 0 68px;
}

.bss_mp_slr .bss_slr .caption .lk .pr_brg {
	display: block;
	width: 36px;
	height: 12px;
	position: relative;
}

.bss_mp_slr .bss_slr .caption .lk .pr_brg span {
	display: block;
	height: 2px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.bss_mp_slr .bss_slr .caption .lk .pr_brg span:nth-child(1) {
	top: 0;
}

.bss_mp_slr .bss_slr .caption .lk .pr_brg span:nth-child(3) {
	bottom: 0;
}

.bss_mp_slr .bss_slr .caption .lk .pr_brg span:nth-child(2) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.bss_mp_slr .bss_slr .caption .lk .pr_brg span:nth-child(4) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.bss_mp_slr .bss_slr .pgn_bss_slr {
	bottom: 28px;
}

.bss_mp_slr .bss_slr .pgn_bss_slr .swiper-pagination-bullet {
	opacity: 1;
	width: 21px;
	height: 2px;
	background: #d7d4ee;
	border-radius: 0;
	margin: 0 5px;
}

.bss_mp_slr .bss_slr .pgn_bss_slr .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1f29a9;
}

.products_details .header .rows .cols .language .ln:hover {
	background: #fff;
	color: #1f29a9;
}

.m_top {
	margin: 0;
}

.m_top .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 0 0 158px;
}

.m_top .rows .cols {
	position: relative;
}

.m_top .rows .cols.cols01 {
	width: calc(100% - 800px);
}

.m_top .rows .cols.cols01 .t_ttl {
	margin: 157px 0 0;
}

.m_top .rows .cols.cols01 .t_ttl .h3 {
	color: #000;
	font: 13px/13px Mont;
	text-transform: uppercase;
}

.m_top .rows .cols.cols01 .t_ttl .h2 {
	color: #1f29a9;
	font: 66px/72px Chalet;
	margin: 82px 0 28px;
}

.m_top .rows .cols.cols01 .t_ttl .h2 .br {
	display: block;
}

.m_top .rows .cols.cols01 .t_ttl .t {
	font: 16px/34px Mont;
	color: #484356;
}

.m_top .rows .cols.cols01 .t_ttl .t .br {
	display: block;
}

.m_top .rows .cols.cols01 .t_ttl .tl {
	display: inline-block;
	margin: 68px 0 0;
}

.m_top .rows .cols.cols01 .t_ttl .tl:hover .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.m_top .rows .cols.cols01 .t_ttl .tl:hover .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.m_top .rows .cols.cols01 .t_ttl .tl:hover .pr_brg span:nth-child(3) {
	bottom: calc(50% - 1px);
}

.m_top .rows .cols.cols01 .t_ttl .tl:hover .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.m_top .rows .cols.cols01 .t_ttl .tl:hover .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.m_top .rows .cols.cols01 .t_ttl .tl .pr_brg {
	display: block;
	width: 36px;
	height: 12px;
	position: relative;
}

.m_top .rows .cols.cols01 .t_ttl .tl .pr_brg span {
	display: block;
	height: 2px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.m_top .rows .cols.cols01 .t_ttl .tl .pr_brg span:nth-child(1) {
	top: 0;
}

.m_top .rows .cols.cols01 .t_ttl .tl .pr_brg span:nth-child(3) {
	bottom: 0;
}

.m_top .rows .cols.cols01 .t_ttl .tl .pr_brg span:nth-child(2) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.m_top .rows .cols.cols01 .t_ttl .tl .pr_brg span:nth-child(4) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.m_top .rows .cols.cols02 {
	width: 800px;
	position: relative;
}

.m_top .rows .cols.cols02 .b {
	background: url(../img/q07.png) no-repeat;
	width: 611px;
	height: 748px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.m_top .rows .cols.cols02 .pc {
	background: url(../img/q06.png) no-repeat;
	width: 769px;
	height: 461px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: 140px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.m_top .rows .cols.cols02 .pc .tx {
	margin: 0;
}

.new_release {
	background: #fff;
	margin: 22px auto 0;
	width: calc(100% - 64px);
	position: relative;
	height: 680px;
}

.new_release .container {
	height: 100%;
	position: relative;
	z-index: 10;
}

.new_release .bg {
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	width: 1066px;
	height: 660px;
	z-index: 1;
}

.new_release .nr {
	color: #b8b8b8;
	font: 11px/11px Mont;
	text-transform: uppercase;
	letter-spacing: 1.87px;
	padding: 90px 0 0;
}

.new_release .desc {
	position: relative;
}

.new_release .desc .r {
	display: -webkit-box;
	display: flex;
	margin: 137px 0 0;
}

.new_release .desc .r .c.c01 {
	width: 132px;
}

.new_release .desc .r .c.c02 {
	width: calc(60% - 132px);
	margin-left: 35px;
}

.new_release .desc .r .c .st {
	color: #000;
	font: 24px/24px Mont;
}

.new_release .desc .r .c .bt {
	color: #000;
	font: 900 42px/42px Mont;
}

.new_release .desc .r .c .tx {
	color: #484356;
	font: 16px/34px Mont;
	margin: 49px 0 0;
}

.new_release .desc .r .c .tx .br {
	display: block;
}

.new_release .desc .r .c .nr_l {
	display: inline-block;
	margin: 90px 0 0;
}

.new_release .desc .r .c .nr_l:hover .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.new_release .desc .r .c .nr_l:hover .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.new_release .desc .r .c .nr_l:hover .pr_brg span:nth-child(3) {
	bottom: calc(50% - 1px);
}

.new_release .desc .r .c .nr_l:hover .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.new_release .desc .r .c .nr_l:hover .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.new_release .desc .r .c .nr_l .pr_brg {
	display: block;
	width: 36px;
	height: 12px;
	position: relative;
}

.new_release .desc .r .c .nr_l .pr_brg span {
	display: block;
	height: 2px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.new_release .desc .r .c .nr_l .pr_brg span:nth-child(1) {
	top: 0;
}

.new_release .desc .r .c .nr_l .pr_brg span:nth-child(3) {
	bottom: 0;
}

.new_release .desc .r .c .nr_l .pr_brg span:nth-child(2) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.new_release .desc .r .c .nr_l .pr_brg span:nth-child(4) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.left_column {
	position: fixed;
	width: 96px;
	height: 100vh;
	border-right: 1px solid #dedede;
	background: #fff;
	z-index: 99;
}

.left_column#left_column_black {
	background: #fff;
	display: none;
}

.left_column#left_column_black .gb,
.left_column#left_column_black .lc_burger,
.left_column#left_column_black .lc_search,
.left_column#left_column_black .logo {
	display: none;
}

.left_column.w .lc_burger span {
	background: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column.w .lc_search .srch {
	background: url(../img/search_w.svg) 50% no-repeat;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .logo {
	width: calc(100% + 1px);
	height: 168px;
	background: #1f29a9;
}

.left_column .logo a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.left_column .lc_burger {
	margin: auto;
	position: absolute;
	top: 476px;
	left: 0;
	right: 0;
	width: 36px;
	height: 22px;
	cursor: pointer;
}

.left_column .lc_burger.active span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_burger.active span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_burger.active span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_burger.active span:nth-child(2) {
	width: 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_burger span {
	display: block;
	background: #000;
	height: 2px;
	width: 100%;
	position: relative;
	margin: auto;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_burger span:nth-child(1) {
	top: 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_burger span:nth-child(2) {
	top: 8px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_burger span:nth-child(3) {
	top: 16px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .lc_search {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 700px;
	text-align: center;
}

.left_column .lc_search .srch {
	background: url(../img/search.svg) 50% no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #000;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .gb {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 300px;
}

.left_column .gb a {
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	margin: auto;
}

.left_column .gb a:hover:before {
	background: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .gb a:hover:after {
	border-top-color: #1f29a9;
	border-left-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .gb a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 1px;
	background: #000;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.left_column .gb a:after {
	content: "";
	position: absolute;
	top: 22px;
	left: 18px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.to_customers {
	margin: 22px auto 0;
	width: calc(100% - 64px);
	position: relative;
	height: 691px;
}

.to_customers .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.to_customers .rows .cols {
	position: relative;
	overflow: hidden;
}

.to_customers .rows .cols.cols01 {
	width: calc(100% - 722px);
	background: #1f29a9;
}

.to_customers .rows .cols.cols01 .tc_l .t {
	color: rgba(255, 255, 255, 0.3);
}

.to_customers .rows .cols.cols01 .tc_l .at .bt,
.to_customers .rows .cols.cols01 .tc_l .at .st {
	color: #fff;
}

.to_customers .rows .cols.cols01 .tc_l .at .tx {
	color: #dbdded;
}

.to_customers .rows .cols.cols01 .tc_l .pr_brg span {
	background: #fff;
}

.to_customers .rows .cols.cols01 .bg {
	position: absolute;
	background: url(../img/bg03.png) no-repeat;
	bottom: 0;
	right: 0;
	width: 529px;
	height: 528px;
	z-index: 30;
}

.to_customers .rows .cols.cols01 .bg .wdg {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: -46px;
	right: 0;
	margin: auto;
	width: 374px;
	height: 128px;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl:hover .lt .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl:hover .lt .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.to_customers .rows .cols.cols01 .bg .wdg .wl:hover .lt .pr_brg span:nth-child(3) {
	bottom: calc(50% - 0px);
}

.to_customers .rows .cols.cols01 .bg .wdg .wl:hover .lt .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl:hover .lt .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl:before {
	content: "";
	position: absolute;
	top: 37px;
	height: 1px;
	width: 100%;
	background: #ece7f8;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl:after {
	content: "";
	position: absolute;
	bottom: 37px;
	height: 1px;
	width: 100%;
	background: #ece7f8;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl .lt {
	color: #484356;
	font: 700 16px/16px Mont;
	display: inline-block;
	position: relative;
	padding-right: 35px;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg {
	display: block;
	width: 22px;
	height: 5px;
	position: absolute;
	margin: 0;
	top: 6px;
	right: 0;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg span {
	display: block;
	height: 1px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg span:nth-child(1) {
	top: 0;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg span:nth-child(3) {
	bottom: 0;
}

.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg span:nth-child(2) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg span:nth-child(4) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.to_customers .rows .cols.cols02 {
	width: 700px;
	background: #edf0f9;
}

.to_customers .rows .cols.cols02 .obg {
	position: absolute;
	top: -20px;
	width: 653px;
	height: 653px;
	background: #fff;
	border-radius: 100%;
	z-index: 0;
}

.to_customers .rows .cols.cols02 .bg {
	position: absolute;
	background: url(../img/q09_.png) no-repeat;
	bottom: 0;
	right: 0;
	width: 299px;
	height: 510px;
	z-index: 1;
}

.to_customers .rows .cols.cols02 .tc_l .t {
	color: rgba(72, 67, 86, 0.5);
}

.to_customers .rows .cols.cols02 .tc_l .at .st {
	color: #1f29a9;
	text-transform: none;  /* text-transform: uppercase;  */
}

.to_customers .rows .cols.cols02 .tc_l .at .bt {
	color: #1f29a9;
}

.to_customers .rows .cols.cols02 .tc_l .at .tx {
	color: #484356;
}

.to_customers .rows .cols.cols02 .tc_l .pr_brg span {
	background: #1f29a9;
}

.to_customers .rows .cols .tc_l {
	position: relative;
	display: block;
	height: calc(100% - 91px);
	padding: 91px 0 0 135px;
	z-index: 20;
}

.to_customers .rows .cols .tc_l:hover .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.to_customers .rows .cols .tc_l:hover .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.to_customers .rows .cols .tc_l:hover .pr_brg span:nth-child(3) {
	bottom: calc(50% - 1px);
}

.to_customers .rows .cols .tc_l:hover .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.to_customers .rows .cols .tc_l:hover .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.to_customers .rows .cols .tc_l .t {
	font: 11px/11px Mont;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.87px;
	margin: 0;
}

.to_customers .rows .cols .tc_l .at {
	display: block;
	margin: 118px 0 0;
}

.to_customers .rows .cols .tc_l .at .st {
	font: 600 20px/20px Chalet;
	display: block;
}

.to_customers .rows .cols .tc_l .at .bt {
	font: 66px/66px Chalet;
	display: block;
	margin: 29px 0 49px;
}

.to_customers .rows .cols .tc_l .at .tx {
	font: 16px/25px Mont;
	display: block;
}

.to_customers .rows .cols .tc_l .at .tx .br {
	display: block;
}

.to_customers .rows .cols .tc_l .pr_brg {
	display: block;
	width: 36px;
	height: 12px;
	position: relative;
	margin: 172px 0 0;
}

.to_customers .rows .cols .tc_l .pr_brg span {
	display: block;
	height: 2px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.to_customers .rows .cols .tc_l .pr_brg span:nth-child(1) {
	top: 0;
}

.to_customers .rows .cols .tc_l .pr_brg span:nth-child(3) {
	bottom: 0;
}

.to_customers .rows .cols .tc_l .pr_brg span:nth-child(2) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.to_customers .rows .cols .tc_l .pr_brg span:nth-child(4) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.all_mnp {
	margin: 150px 0 0;
	position: relative;
	z-index: 10;
}

.all_mnp .j_menu {
	margin: 0;
}

.all_mnp .js_menu {
	margin: 30px 0 0;
}

.nav_slr {
	margin: 0;
	position: relative;
	width: 120px;
	height: 40px;
}

.nav_slr .swiper-button-prev {
	width: 60px;
	height: 40px;
	margin-top: 0;
	left: 0;
	top: 0;
}

.nav_slr .swiper-button-prev:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_slr .swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0b1b49;
	border-left: 2px solid #0b1b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav_slr .swiper-button-next {
	width: 60px;
	height: 40px;
	margin-top: 0;
	right: 0;
	top: 0;
}

.nav_slr .swiper-button-next:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_slr .swiper-button-next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0b1b49;
	border-right: 2px solid #0b1b49;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news_slr_b {
	margin: 0;
	position: relative;
}

.news_slr_b .nav_slr01 {
	margin: -62px 0 0 auto;
}

.mp_news_slr {
	margin: 110px 0 0 50px;
}

.mp_news_slr .swiper-wrapper .swiper-slide {
	width: 360px;
}

.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl {
	display: block;
	margin: 0 0 30px;
}

.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl:hover .h3,
.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl:hover .t {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .h3 {
	color: #000;
	font: 22px/36px Chalet;
	display: block;
	margin: 0 0 19px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .t {
	color: #484356;
	font: 15px/27px Mont;
	display: block;
	margin: 0 0 33px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .d {
	display: block;
	color: #000;
	font: 32px/32px Chalet;
}

.mp_news_slr .swiper-wrapper .swiper-slide .caption .ht {
	color: #c5c6c7;
	font: 15px/15px Mont;
}

.about_mp {
	margin: 115px 0 0;
	padding: 250px 0 215px;
	position: relative;
	background: #fff;
}

.about_mp.about_mp2 {
	background: #f8f9fb;
	margin-top: 0;
	padding-top: 16px;
}

.about_mp.about_mp_r {
	padding: 175px 0 125px;
}

.about_mp.about_mp_r .am_bg .ht {
	top: 55px;
}

.about_mp.about_mp_r .am_ttl .h3 {
	color: #36363d;
}

.about_mp .am_bg .ht {
	color: #f8f9fb;
	font: 440px/300px Chalet;
	white-space: nowrap;
	margin: auto;
	letter-spacing: -11px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: auto;
	top: 126px;
	height: 320px;
	z-index: 0;
}

.about_mp .am_ttl {
	margin: 0;
	position: relative;
	z-index: 20;
}

.about_mp .am_ttl .h3 {
	color: #1f29a9;
	font: 50px/65px Chalet;
}

.about_mp .am_ttl .h3 .br {
	display: block;
}

.about_mp .obc {
	color: #1f29a9;
	font: bold 16px/16px Mont;
	position: relative;
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 36px 0 0;
}

.about_mp .obc .pr_brg {
	display: block;
	width: 22px;
	height: 5px;
	position: absolute;
	margin: 0;
	top: 6px;
	right: 0;
}

.about_mp .obc .pr_brg span {
	display: block;
	height: 1px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.about_mp .obc .pr_brg span:nth-child(1) {
	top: 0;
}

.about_mp .obc .pr_brg span:nth-child(3) {
	bottom: 0;
}

.about_mp .obc .pr_brg span:nth-child(2) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.about_mp .obc .pr_brg span:nth-child(4) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.about_mp .nav_slr02 {
	margin: -168px 0 0 auto;
	position: relative;
	z-index: 30;
}

.about_mp .nav_slr03 {
	margin: -100px 0 0 auto;
	position: relative;
	z-index: 30;
}

.mp_abt_slr {
	margin: 260px 0 0 50px;
}

.mp_abt_slr .swiper-wrapper .swiper-slide {
	width: 380px;
}

.mp_abt_slr .swiper-wrapper .swiper-slide .caption {
	margin: 0;
}

.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i {
	color: #1f29a9;
	font: 101px/107px Chalet;
	display: -webkit-box;
	display: flex;
}

.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i .in {
	color: #1f29a9;
	font: 22px/22px Chalet;
	position: relative;
	top: 17px;
	left: 20px;
}

.mp_abt_slr2 {
	margin: 260px 0 0;
}

.mp_abt_slr2 .swiper-wrapper .swiper-slide {
	width: 450px;
}

.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption {
	margin: 0;
	text-align: center;
}

.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .i {
	color: #1f29a9;
	font: 80px/80px Chalet;   /* Глухов font: 133px/133px Chalet; */
}

.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .t {
	margin: 35px auto 0;
	color: #36363d;
	font: 300 18px/24px Mont;  /* Глухов font: 300 11px/16px Mont; */
	text-align: center;
	max-width: 260px;
	width: 100%;
}

.news_details .left_column .lc_burger {
	top: auto;
	bottom: 200px;
}

.news_details .left_column .lc_search {
	top: auto;
	bottom: 100px;
}

.hides {
	display: none;
}

.selectize-input .item {
	color: #666;
}

.products_details .header .rows .cols .customer_entry .ce_link .tx,
.products_details_phone .header .rows .cols .customer_entry .ce_link .tx {
	color: #fff;
}

.all_mn {
	margin: 73px 0 0;
}

.all_mn .t_ttl .h3 {
	color: #cacaca;
	font: 13px/13px Mont;
	text-transform: uppercase;
	letter-spacing: 2.21px;
}

.t_ttl_other {
	margin: 50px 0 0;
}

.t_ttl_other .h2 {
	color: #1f29a9;
	font: 65px/65px Chalet;
}

.j_menu {
	margin: 55px 0 0;
}

.j_menu .jm_list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.j_menu .jm_list li {
	margin: 0 50px 25px 0;
}

.j_menu .jm_list li:last-child {
	margin-right: 0;
}

.j_menu .jm_list li:hover a {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.j_menu .jm_list li.active a {
	color: #1f29a9;
}

.j_menu .jm_list li a {
	color: #b0b0b0;
	font: 35px/35px Chalet;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.mpt_list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.mpt_list li {
	margin: 0 50px 25px 0;
	color: #b0b0b0;
	font: 35px/35px Chalet;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	cursor: pointer;
}

.mpt_list li.active {
	pointer-events: none;
	color: #1f29a9;
}

.mpt_list li:last-child {
	margin-right: 0;
}

.main_pg_tabs .mpt_desc {
	display: none;
}

.main_pg_tabs .mpt_desc.active {
	display: block;
}

.js_menu {
	margin: 55px 0 0;
}

.js_menu .jms_list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.js_menu .jms_list li {
	margin: 0 60px 30px 0;
}

.js_menu .jms_list li:last-child {
	margin-right: 0;
}

.js_menu .jms_list li:hover a {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.js_menu .jms_list li.active a {
	color: #1f29a9;
	font-weight: 700;
}

.js_menu .jms_list li a {
	color: #b0b0b0;
	font: 16px/16px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.js_menu .jms_list_career {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.js_menu .jms_list_career li {
	margin: 0 60px 30px 0;
	position: relative;
	cursor: pointer;
}

.js_menu .jms_list_career li:last-child {
	margin-right: 0;
}

.js_menu .jms_list_career li:hover .t {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.js_menu .jms_list_career li.active {
	pointer-events: none;
}

.js_menu .jms_list_career li.active .t {
	color: #1f29a9;
	font-weight: 700;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.js_menu .jms_list_career li.active .o {
	background: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.js_menu .jms_list_career li .t {
	color: #e6e7ea;
	font: 16px/16px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.js_menu .jms_list_career li .o {
	display: inline-block;
	position: absolute;
	top: -17px;
	left: -25px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0);
	border-radius: 100%;
	z-index: 0;
}

.tabs_career {
	margin: 0;
}

.tabs_career .tabs_career_details {
	display: none;
}

.tabs_career .tabs_career_details.active {
	display: block;
}

.jms_list_tabs {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.jms_list_tabs li {
	margin: 0 60px 30px 0;
	color: #e6e7ea;
	font: 16px/16px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	cursor: pointer;
}

.jms_list_tabs li.active {
	color: #1f29a9;
	font-weight: 700;
}

.jms_list_tabs li:hover {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.jms_list_tabs li:last-child {
	margin-right: 0;
}

.main_menu .mm_list {
	text-align: center;
	margin: 0;
	display: -webkit-box;
	display: flex;
}

.main_menu .mm_list li {
	margin: 0 27px;
}

.main_menu .mm_list li a {
	color: #999;
	background-color: transparent;
	font: 16px/16px Mont;
	text-shadow: none;
	padding: 0;
	position: relative;
	display: inline-block;
}

.main_menu .mm_list li a:hover:after {
	opacity: 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.main_menu .mm_list li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: #bdc6d1;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.main_menu .mm_list li a:focus,
.main_menu .mm_list li a:hover {
	color: #999;
}

.main_menu .mm_list li.active a,
.main_menu .mm_list li.active a:focus,
.main_menu .mm_list li.active a:hover {
	color: #303e48;
}

.main_menu .mm_list li.active a:after {
	background: #1f29a9;
}

.all_news {
	margin: 68px 0 85px;
}

.all_news .grid {
	width: 100%;
	position: relative;
	padding-bottom: 115px;
}

.all_news .grid .grid-item {
	background: #fff;
	width: calc(50% - 11px);
	margin: 0 0 22px;
	display: inline-block;
	position: relative;
	border: 0 solid #ccc;
}

.all_news .grid .grid-item.grid-item01 {
	height: 700px;
}

.all_news .grid .grid-item.grid-item02,
.all_news .grid .grid-item.grid-item03 {
	height: 625px;
}

.all_news .grid .grid-item .desc {
	padding: 0 75px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

.all_news .grid .grid-item .top_c {
	margin: 0 0 95px;
	display: -webkit-box;
	display: flex;
}

.all_news .grid .grid-item .top_c .d {
	color: #1f29a9;
	font: 32px/32px Chalet;
}

.all_news .grid .grid-item .top_c .ht {
	margin: 0 0 0 46px;
}

.all_news .grid .grid-item .top_c .ht .rs {
	color: #b2b2b2;
	font: 13px/46px Mont;
}

.all_news .grid .grid-item .tl {
	display: block;
}

.all_news .grid .grid-item .tl:hover .h3 {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.all_news .grid .grid-item .tl .h3 {
	color: #000;
	font: 33px/50px Chalet;
	display: block;
	margin: 0 0 32px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.all_news .grid .grid-item .tl .tx {
	color: #000;
	font: 15px/27px Mont;
	display: block;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.all_news .grid .load_more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.load_more {
	width: 374px;
	height: 54px;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.load_more .lm {
	width: 100%;
	height: 54px;
	border: 0;
	border-top: 1px solid #efe8f9;
	border-bottom: 1px solid #efe8f9;
	background: 0 0;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.load_more .lm:hover {
	border-top: 1px solid #e0d5f4;
	border-bottom: 1px solid #e0d5f4;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.load_more .lm:hover .tx {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.load_more .lm .tx {
	color: #484156;
	font: 900 16px/16px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.load_more .lm .ics {
	display: block;
	width: 22px;
	height: 5px;
	margin: 0 0 0 40px;
	position: relative;
}

.load_more .lm .ics:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background: #1f29a9;
}

.load_more .lm .ics:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #1f29a9;
}

.nd_ttl {
	background: #fff;
	margin: 50px 0 0;
}

.nd_ttl .desc {
	max-width: 1000px;
	padding: 55px 50px 62px 160px;
}

.nd_ttl .desc .d {
	position: relative;
}

.nd_ttl .desc .d .tx {
	color: #1f29a9;
	font: 20px/20px Chalet;
	display: inline-block;
	margin: 0 45px 0 0;
}

.nd_ttl .desc .d .l {
    position: absolute;
    width: 18px;
    height: 1px;
    background: #1f29a9;
    top: 10px;
    left: 109px;
}

.nd_ttl .desc h1 {
	color: #000;
	font: 900 42px/53px Chalet;
	margin: 16px 0 0;
}

.nd_ttl .desc .ht {
	margin-top: 23px;
}

.nd_ttl .desc .ht .rs {
	color: #b2b2b2;
	font: 13px/13px Mont;
}

.nd_desc {
	margin: 130px 0 0;
}

.nd_desc .rows {
	display: -webkit-box;
	display: flex;
}

.nd_desc .rows .cols.cols01 {
	width: 250px;
}

.nd_desc .rows .cols.cols01 .img {
	margin: 0 0 38px;
}

.nd_desc .rows .cols.cols01 .img img {
	max-width: 203px;
	max-height: 203px;
}

.nd_desc .rows .cols.cols01 .n {
	color: #000;
	font: 12px/20px Mont;
	margin: 0 0 12px;
}

.nd_desc .rows .cols.cols01 .p {
	color: #adaeaf;
	font: 13px/20px Mont;
}

.nd_desc .rows .cols.cols02 {
	width: calc(100% - 270px);
	margin-left: 0px;
}

.nd_desc .rows .cols.cols02 .txt {
	max-width: 760px;
	width: 100%;
	position: relative;
	font: 16px/38px Mont;
}

.nd_desc .rows .cols.cols02 .txt:not(.simple_page):before {
	content: "";
	position: absolute;
	top: -53px;
	left: 0;
	height: 3px;
	width: 49px;
	background: #1f29a9;
}

.nd_desc .rows .cols.cols02 .txt p {
	margin-bottom: 35px;
}
.nd_desc .rows .cols.cols02 .txt ul {
	font-size: 18px;
	margin-bottom: 35px;
}
.nd_desc .rows .cols.cols02 .txt ul li {
	position: relative;
	padding-left: 20px;
}
.nd_desc .rows .cols.cols02 .txt ul li:before {
	content: "-";
	color: #1f29a9;
	position: absolute;
	font-weight: bold;
	left: 0px;
}
.nd_desc .rows .cols.cols02 .dbl_b {
	margin: 85px 0 0;
}

.nd_desc .rows .cols.cols02 .dbl_b .l {
	position: relative;
	background: #fff;
}

.nd_desc .rows .cols.cols02 .dbl_b .l.l01 {
	margin-bottom: 15px;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 146px;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk:before {
	content: "";
	position: absolute;
	top: 0;
	left: -85px;
	height: 100%;
	width: 85px;
	background: #fff;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk:after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: -50%;
	height: 100%;
	width: 50%;
	background: #fff;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk .tl {
	color: #1f29a9;
	font: 13px/13px Mont;
	margin: 0 0 0 90px;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk .i {
	position: absolute;
	top: 0;
	left: 0;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk .i.pdf {
	background: url(../img/q04.png) no-repeat;
	width: 61px;
	height: 63px;
	top: 36px;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk .t {
	width: 100%;
	display: block;
	color: #cacaca;
	font: 13px/13px Mont;
	margin: 0 0 10px;
}

.nd_desc .rows .cols.cols02 .dbl_b .l .lk .ib {
	color: #1f29a9;
	font: 13px/13px Mont;
	display: block;
}

.nwd_slr {
	margin: 100px 0 0;
}

.news_slr {
	overflow: visible;
	max-width: 1000px;
	margin: 50px auto;
	padding-bottom: 0;
}

.news_slr .ns_pgn {
	bottom: 0;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 80px;
}

.news_slr .ns_pgn .swiper-pagination-bullet {
	color: #aeaeaf;
	font: 800 20px/20px Chalet;
	opacity: 1;
	margin: 0 20px;
	width: 53px;
	height: 53px;
	background: 0 0;
	border-radius: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.news_slr .ns_pgn .swiper-pagination-bullet .z {
	color: #aeaeaf;
	font: 800 20px/20px Chalet;
}

.news_slr .ns_pgn .swiper-pagination-bullet-active {
	color: #1f29a9;
	background: #fff;
}

.news_slr .ns_pgn .swiper-pagination-bullet-active .z {
	color: #1f29a9;
}

.more_news {
	margin: 95px 0 0;
}

.more_news .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.more_news .rows .cols {
	width: calc(50% - 11px);
	background: #fff;
	padding: 125px 0;
}

.more_news .rows .cols .desc {
	padding: 0 75px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

.more_news .rows .cols .top_c {
	margin: 0 0 95px;
	display: -webkit-box;
	display: flex;
}

.more_news .rows .cols .top_c .d {
	color: #1f29a9;
	font: 32px/32px Chalet;
}

.more_news .rows .cols .top_c .ht {
	margin: 0 0 0 46px;
}

.more_news .rows .cols .top_c .ht .rs {
	color: #b2b2b2;
	font: 13px/46px Mont;
}

.more_news .rows .cols .tl {
	display: block;
}

.more_news .rows .cols .tl:hover .h3 {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.more_news .rows .cols .tl .h3 {
	color: #000;
	font: 33px/50px Chalet;
	display: block;
	margin: 0 0 32px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.more_news .rows .cols .tl .tx {
	color: #000;
	font: 15px/27px Mont;
	display: block;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.more_news .load_more {
	margin: 78px auto 130px;
	text-align: center;
}

.all_products {
	width: calc(100% - 200px);
	margin: 70px auto 150px;
}

.all_products.all_products_f {
	width: 100%;
}

.all_products_in.all_products_in2 .rows #p1.cols {
	background: #1f29a9;
}

.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .pr_ttl .d {
	font: 60px/60px Chalet;
}

.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p2.cols .pr_link .desc .all_txt .pr_ttl {
	padding: 0 0 0 125px;
	margin: -60px 0 0;
}

.all_products_in.all_products_in2 .rows #p2.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 350px;
	height: 566px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p4.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .v_tx.v_tx_bb {
	top: 179px;
}

.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .all_txt .pr_ttl {
	padding: 0 0 0 125px;
	margin: -60px 0 0;
}

.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 350px;
	height: 566px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p6.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p6.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .v_tx.v_tx_s {
	top: 313px;
}

.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p8.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p8.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .v_tx.v_tx_s {
	top: 313px;
}

.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p10.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p10.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .v_tx.v_tx_s {
	top: 313px;
}

.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p12.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .v_tx.v_tx_s {
	top: 409px;
}

.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p14.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p14.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .v_tx.v_tx_s {
	top: 213px;
}

.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p16.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p16.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .v_tx.v_tx_s {
	top: 223px;
}

.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows #p18.cols .pr_link .desc .all_txt .pr_ttl .br {
	display: block;
}

.all_products_in.all_products_in2 .rows #p18.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in.all_products_in2 .rows .cols .pr_link .desc .v_tx.v_tx_s {
	left: 50px;
}

.all_products_in .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.all_products_in .rows #p1.cols {
	background: #1f29a9;
}

.all_products_in .rows #p1.cols .pr_link .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p1.cols .pr_link .desc .ltr {
	color: rgba(37, 149, 231, 0.3);
	left: 57px;
	top: 60px;
	font: 1396px/1396px ForestSmooth;
}

.all_products_in .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
	width: 582px;
	height: 357px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-size: cover;
}

.all_products_in .rows #p2.cols {
	background: #edf0f9;
}

.all_products_in .rows #p2.cols .ltr {
	color: rgba(248, 249, 251, 0.6);
	left: auto;
	right: -105px;
	top: -120px;
	background: url(../img/pr02_s.png) no-repeat;
	z-index: 0;
}

.all_products_in .rows #p2.cols .desc .all_txt .bg {
	left: -70px;
}

.all_products_in .rows #p2.cols .desc .all_txt .pr_ttl {
	color: #1f29a9;
}

.all_products_in .rows #p2.cols .desc .all_txt .pr_txt {
	color: #1f29a9;
	bottom: 25px;
}

.all_products_in .rows #p2.cols .desc .all_txt .pr_brg span {
	background: #1f29a9;
}

.all_products_in .rows #p3.cols {
	background: #fff;
}

.all_products_in .rows #p3.cols .pr_link .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p3.cols .pr_link .desc .ltr {
	color: #f9fafd;
	left: 57px;
	top: 60px;
	font: 1396px/1396px ForestSmooth;
}

.all_products_in .rows #p3.cols .pr_link .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p3.cols .pr_link .all_txt .pr_ttl,
.all_products_in .rows #p3.cols .pr_link .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p3.cols .pr_link .all_txt .pr_brg span {
	background: #1f29a9;
}

.all_products_in .rows #p4.cols {
	background: #36363d;
}

.all_products_in .rows #p4.cols .pr_link .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p4.cols .pr_link .desc .v_tx.v_tx_s {
	top: 97px;
	left: 100px;
}

.all_products_in .rows #p4.cols .pr_link .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p4.cols .pr_link .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p4.cols .pr_link .desc .all_txt .pr_ttl {
	color: #fff;
}

.all_products_in .rows #p4.cols .pr_link .desc .all_txt .pr_txt {
	color: #dbdded;
}

.all_products_in .rows #p4.cols .pr_link .desc .all_txt .pr_brg span {
	background: #fff;
}

.all_products_in .rows #p4.cols .pr_link .desc .ltr {
	left: auto;
	right: 40px;
	top: -45px;
	background: url(../img/pr02_s.png) no-repeat;
	opacity: 0.1;
	z-index: 0;
}

.all_products_in .rows #p5.cols {
	background: #edf0f9;
}

.all_products_in .rows #p5.cols .pr_link .desc .v_tx.v_tx_bb {
	top: 210px;
}

.all_products_in .rows #p5.cols .pr_link .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p5.cols .pr_link .desc .ltr {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: -115px;
	background: url(../img/pr05_s.png) no-repeat;
	opacity: 1;
	width: 398px;
	height: 583px;
	z-index: 0;
}

.all_products_in .rows #p5.cols .pr_link .desc .all_txt .bg {
	left: -70px;
}

.all_products_in .rows #p5.cols .pr_link .desc .all_txt .pr_ttl,
.all_products_in .rows #p5.cols .pr_link .desc .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p5.cols .pr_link .desc .all_txt .pr_brg span,
.all_products_in .rows #p6.cols {
	background: #1f29a9;
}

.all_products_in .rows #p6.cols .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p6.cols .desc .v_tx.v_tx_bb {
	top: 97px;
	left: 99px;
}

.all_products_in .rows #p6.cols .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p6.cols .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p6.cols .desc .all_txt .pr_ttl,
.all_products_in .rows #p6.cols .desc .all_txt .pr_txt {
	color: #fff;
}

.all_products_in .rows #p6.cols .desc .all_txt .pr_brg span {
	background: #fff;
}

.all_products_in .rows #p6.cols .desc .ltr {
	display: none;
}

.all_products_in .rows #p7.cols {
	background: #ecedf0;
}

.all_products_in .rows #p7.cols .pr_link .desc .v_tx.v_tx_s {
	top: 417px;
}

.all_products_in .rows #p7.cols .pr_link .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p7.cols .pr_link .desc .ltr {
	color: rgba(255, 255, 255, 0.3);
	left: 57px;
	top: 60px;
	font: 1396px/1396px ForestSmooth;
	text-transform: uppercase;
	z-index: 0;
}

.all_products_in .rows #p7.cols .pr_link .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p7.cols .pr_link .desc .all_txt .pr_ttl,
.all_products_in .rows #p7.cols .pr_link .desc .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p7.cols .pr_link .desc .all_txt .pr_brg span {
	background: #1f29a9;
}

.all_products_in .rows #p8.cols {
	background: #fff;
}

.all_products_in .rows #p8.cols .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p8.cols .desc .v_tx.v_tx_bb {
	top: 97px;
	left: 99px;
}

.all_products_in .rows #p8.cols .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p8.cols .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p8.cols .desc .all_txt .pr_ttl,
.all_products_in .rows #p8.cols .desc .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p8.cols .desc .all_txt .pr_brg span {
	background: #1f29a9;
}

.all_products_in .rows #p8.cols .desc .ltr {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../img/pr07_s.png) no-repeat;
	width: 396px;
	height: 400px;
}

.all_products_in .rows #p9.cols {
	background: #1f29a9;
}

.all_products_in .rows #p9.cols .pr_link .desc .v_tx.v_tx_s {
	top: 417px;
}

.all_products_in .rows #p9.cols .pr_link .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p9.cols .pr_link .desc .ltr {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: -115px;
	background: url(../img/pr05_s.png) no-repeat;
	opacity: 0.2;
	width: 398px;
	height: 583px;
	z-index: 0;
}

.all_products_in .rows #p9.cols .pr_link .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p9.cols .pr_link .desc .all_txt .pr_ttl,
.all_products_in .rows #p9.cols .pr_link .desc .all_txt .pr_txt {
	color: #fff;
}

.all_products_in .rows #p10.cols,
.all_products_in .rows #p9.cols .pr_link .desc .all_txt .pr_brg span {
	background: #fff;
}

.all_products_in .rows #p10.cols .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p10.cols .desc .v_tx.v_tx_bb {
	top: 97px;
	left: 99px;
}

.all_products_in .rows #p10.cols .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p10.cols .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p10.cols .desc .all_txt .pr_ttl,
.all_products_in .rows #p10.cols .desc .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p10.cols .desc .all_txt .pr_brg span {
	background: #1f29a9;
}

.all_products_in .rows #p10.cols .desc .ltr {
	display: none;
}

.all_products_in .rows #p11.cols {
	background: #edf0f9;
}

.all_products_in .rows #p11.cols .pr_link .desc .v_tx.v_tx_s {
	top: 460px;
}

.all_products_in .rows #p11.cols .pr_link .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p11.cols .pr_link .desc .ltr {
	color: #f4f6fb;
	left: 57px;
	top: 60px;
	font: 1396px/1396px ForestSmooth;
}

.all_products_in .rows #p11.cols .pr_link .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p11.cols .pr_link .all_txt .pr_ttl,
.all_products_in .rows #p11.cols .pr_link .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p11.cols .pr_link .all_txt .pr_brg span {
	background: #1f29a9;
}

.all_products_in .rows #p12.cols {
	background: #36363d;
}

.all_products_in .rows #p12.cols .pr_link .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p12.cols .pr_link .desc .v_tx.v_tx_s {
	top: 97px;
	left: 100px;
}

.all_products_in .rows #p12.cols .pr_link .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p12.cols .pr_link .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p12.cols .pr_link .desc .all_txt .pr_ttl {
	color: #fff;
}

.all_products_in .rows #p12.cols .pr_link .desc .all_txt .pr_txt {
	color: #dbdded;
}

.all_products_in .rows #p12.cols .pr_link .desc .all_txt .pr_brg span {
	background: #fff;
}

.all_products_in .rows #p12.cols .pr_link .desc .ltr {
	left: auto;
	right: 40px;
	top: -45px;
	background: url(../img/pr02_s.png) no-repeat;
	opacity: 0.1;
	z-index: 0;
}

.all_products_in .rows #p13.cols {
	background: #fff;
}

.all_products_in .rows #p13.cols .pr_link .desc .v_tx.v_tx_s {
	top: 417px;
}

.all_products_in .rows #p13.cols .pr_link .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p13.cols .pr_link .desc .ltr {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: -115px;
	background: url(../img/pr14_s.png) no-repeat;
	opacity: 1;
	width: 398px;
	height: 583px;
	z-index: 0;
}

.all_products_in .rows #p13.cols .pr_link .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p13.cols .pr_link .desc .all_txt .pr_ttl,
.all_products_in .rows #p13.cols .pr_link .desc .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p13.cols .pr_link .desc .all_txt .pr_brg span,
.all_products_in .rows #p14.cols {
	background: #1f29a9;
}

.all_products_in .rows #p14.cols .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p14.cols .desc .v_tx.v_tx_bb {
	top: 97px;
	left: 99px;
}

.all_products_in .rows #p14.cols .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p14.cols .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p14.cols .desc .all_txt .pr_ttl,
.all_products_in .rows #p14.cols .desc .all_txt .pr_txt {
	color: #fff;
}

.all_products_in .rows #p14.cols .desc .all_txt .pr_brg span {
	background: #fff;
}

.all_products_in .rows #p14.cols .desc .ltr {
	display: none;
}

.all_products_in .rows #p15.cols {
	background: #ecedf0;
}

.all_products_in .rows #p15.cols .pr_link .desc .v_tx.v_tx_s {
	top: 610px;
}

.all_products_in .rows #p15.cols .pr_link .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p15.cols .pr_link .desc .ltr {
	color: #f5f6f7;
	left: 57px;
	top: 60px;
	font: 1396px/1396px ForestSmooth;
	text-transform: uppercase;
	z-index: 0;
}

.all_products_in .rows #p15.cols .pr_link .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p15.cols .pr_link .desc .all_txt .pr_ttl,
.all_products_in .rows #p15.cols .pr_link .desc .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p15.cols .pr_link .desc .all_txt .pr_brg span,
.all_products_in .rows #p16.cols {
	background: #1f29a9;
}

.all_products_in .rows #p16.cols .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p16.cols .desc .v_tx.v_tx_bb {
	top: 97px;
	left: 99px;
}

.all_products_in .rows #p16.cols .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p16.cols .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p16.cols .desc .all_txt .pr_ttl,
.all_products_in .rows #p16.cols .desc .all_txt .pr_txt {
	color: #fff;
}

.all_products_in .rows #p16.cols .desc .all_txt .pr_brg span {
	background: #fff;
}

.all_products_in .rows #p16.cols .desc .ltr {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../img/pr07_s.png) no-repeat;
	width: 396px;
	height: 400px;
	opacity: 0.1;
}

.all_products_in .rows #p17.cols {
	background: #1f29a9;
}

.all_products_in .rows #p17.cols .pr_link .desc .v_tx.v_tx_s {
	top: 619px;
}

.all_products_in .rows #p17.cols .pr_link .desc .v_tx .v_tx_t {
	color: #fff;
}

.all_products_in .rows #p17.cols .pr_link .desc .ltr {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: -115px;
	background: url(../img/pr05_s.png) no-repeat;
	opacity: 0.2;
	width: 398px;
	height: 583px;
	z-index: 0;
}

.all_products_in .rows #p17.cols .pr_link .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p17.cols .pr_link .desc .all_txt .pr_ttl,
.all_products_in .rows #p17.cols .pr_link .desc .all_txt .pr_txt {
	color: #fff;
}

.all_products_in .rows #p17.cols .pr_link .desc .all_txt .pr_brg span,
.all_products_in .rows #p18.cols {
	background: #fff;
}

.all_products_in .rows #p18.cols .desc .v_tx {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.all_products_in .rows #p18.cols .desc .v_tx.v_tx_bb {
	top: 97px;
	left: 99px;
}

.all_products_in .rows #p18.cols .desc .v_tx .v_tx_t {
	color: #1f29a9;
}

.all_products_in .rows #p18.cols .desc .all_txt .bg {
	left: 0;
}

.all_products_in .rows #p18.cols .desc .all_txt .pr_ttl,
.all_products_in .rows #p18.cols .desc .all_txt .pr_txt {
	color: #1f29a9;
}

.all_products_in .rows #p18.cols .desc .all_txt .pr_brg span {
	background: #1f29a9;
}

.all_products_in .rows #p18.cols .desc .ltr {
	display: none;
}

.all_products_in .rows .cols {
	position: relative;
	padding: 0;
	margin: 0 0 30px;
	width: calc(50% - 15px);
	background: #ccc;
}

.all_products_in .rows .cols .pr_link {
	display: block;
	position: relative;
	height: 695px;
	overflow: hidden;
}

.all_products_in .rows .cols .pr_link:hover .desc .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.all_products_in .rows .cols .pr_link:hover .desc .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.all_products_in .rows .cols .pr_link:hover .desc .pr_brg span:nth-child(3) {
	bottom: calc(50% - 1px);
}

.all_products_in .rows .cols .pr_link:hover .desc .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.all_products_in .rows .cols .pr_link:hover .desc .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.all_products_in .rows .cols .pr_link .desc {
	display: block;
	position: relative;
	height: 100%;
}

.all_products_in .rows .cols .pr_link .desc .v_tx {
	position: absolute;
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 15;
	white-space: nowrap;
	left: 50px;
	display: none !important;
}

.all_products_in .rows .cols .pr_link .desc .v_tx.v_tx_s {
	top: 266px;
	left: 50px;
}

.all_products_in .rows .cols .pr_link .desc .v_tx .v_tx_t {
	display: block;
	color: #1f29a9;
	font: 13px/13px Mont;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.all_products_in .rows .cols .pr_link .desc .ltr {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	z-index: 0;
	color: rgba(37, 149, 231, 0.3);
}

.all_products_in .rows .cols .pr_link .desc .pr_ttl {
	display: block;
	color: #fff;
	font: 42px/40px Chalet;
	position: relative;
	z-index: 30;
	margin: -50px 0 0;
	padding: 0 0 0 115px;
}

.all_products_in .rows .cols .pr_link .desc .pr_ttl .br {
	display: block;
}

.all_products_in .rows .cols .pr_link .desc .pr_brg {
	display: block;
	width: 36px;
	height: 12px;
	position: relative;
	margin: 65px 0 0;
}

.all_products_in .rows .cols .pr_link .desc .pr_brg span {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.all_products_in .rows .cols .pr_link .desc .pr_brg span:nth-child(1) {
	top: 0;
}

.all_products_in .rows .cols .pr_link .desc .pr_brg span:nth-child(3) {
	bottom: 0;
}

.all_products_in .rows .cols .pr_link .desc .pr_brg span:nth-child(2) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.all_products_in .rows .cols .pr_link .desc .pr_brg span:nth-child(4) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.all_products_in .rows .cols .pr_link .desc .all_txt {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.all_products_in .rows .cols .pr_link .desc .all_txt .bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 16;
}

.all_products_in .rows .cols .pr_link .desc .all_txt .bg .bg_in {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

.all_products_in .rows .cols .pr_link .desc .all_txt .pr_txt {
	display: block;
	text-align: center;
	color: #fff;
	font: 300 13px/16px Mont;
	margin: auto;
	z-index: 30;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

.all_products_in .rows .cols .pr_link .desc .all_txt .pr_txt .br {
	display: block;
}

.all_products_in .rows .cols .pr_link .desc .all_txt .d {
	color: #fff;
	font: 60px/60px Chalet;
	display: block;
	margin: 0 0 25px;
	position: relative;
	z-index: 30;
}

.all_mn {
	margin-top: 105px;
}

.apr {
	margin: 0;
	display: -webkit-box;
	display: flex;
}

.apr .apr_cols.apr_cols01 {
	width: 255px;
}

.apr .apr_cols.apr_cols02 {
	width: 100%;
}

.apr .apr_cols .amn_rows,
.apr .apr_cols .amn_rows .mn_rows {
	margin: 0;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs {
	margin: 0;
	padding: 15px 0 14px;
	position: relative;
	background: 0 0;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs.active,
.apr .apr_cols .amn_rows .mn_rows .mn_vs.active:before {
	background: #fff;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs:before {
	content: "";
	position: absolute;
	top: 0;
	left: -350px;
	height: 100%;
	background: 0 0;
	width: 600px;
	z-index: 0;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs .mn_btn {
	width: 100%;
	position: relative;
	z-index: 20;
	background: 0 0;
	border: 0;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs .mn_btn.active .t {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs .mn_btn.active:after {
	background: url(../img/q52.png) no-repeat;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs .mn_btn .t {
	font: bold 12px/21px Mont;
	color: #000;
	display: block;
	max-width: 200px;
	width: 100%;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.apr .apr_cols .amn_rows .mn_rows .mn_vs .mn_btn:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 25px;
	background: url(../img/q51.png) no-repeat;
	width: 10px;
	height: 3px;
}

.apr .apr_cols .amn_rows .mn_hd {
	margin: 0;
	display: none;
}

.apr .apr_cols .amn_rows .mn_hd .hr_menu {
	margin: 7px 0;
	max-width: 210px;
}

.apr .apr_cols .amn_rows .mn_hd .hr_menu li {
	margin: 0 0 21px;
}

.apr .apr_cols .amn_rows .mn_hd .hr_menu li:last-child {
	margin-bottom: 0;
}

.apr .apr_cols .amn_rows .mn_hd .hr_menu li.active a {
	font-weight: 700;
}

.apr .apr_cols .amn_rows .mn_hd .hr_menu li a {
	color: #1f29a9;
	font: 12px/21px Mont;
}

.deatils_page {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.deatils_page .dp_in {
	padding: 80px 270px 200px 160px;
	font: 16px/30px Mont;
	color: #484356;
}

.deatils_page .dp_in h1 {
	color: #000;
	font: 600 42px/53px Chalet;
	margin: 0;
}

.deatils_page .dp_in .ln {
	width: 104px;
	height: 3px;
	background: #1f29a9;
	margin: 33px 0 55px;
}

.deatils_page .dp_in h2 {
	font: 900 23px/23px Mont;
	color: #484356;
	margin: 0 0 45px;
}

.deatils_page .dp_in h4 {
	font: 600 18px/20px Mont;
	color: #484356;
	margin: 0 0 15px;
}

.deatils_page .dp_in p {
	margin: 0 0 85px;
}

.deatils_page .dp_in p.t {
	margin: 0 0 15px;
}

.deatils_page .dp_in .fr {
	margin: 0 0 85px;
}

.deatils_page .dp_in .fr p {
	margin: 0;
}

.deatils_page .dp_in .d_img {
	margin: 0 0 85px;
}

.deatils_page .dp_in .d_img p {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.deatils_page .dp_in .d_img p .img01 {
	max-width: 80%;
}

.deatils_page .dp_in .d_img p .img02 {
	max-width: 20%;
}

.deatils_page .dp_in ul {
	margin: 0 0 85px;
}

.deatils_page .dp_in ul li {
	margin: 0 0 5px;
	position: relative;
	font: 16px/22px Mont;
	color: #484356;
	padding: 0 0 0 25px;
}

.deatils_page .dp_in ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #484356;
}

.deatils_page .dp_in:last-child {
	margin-bottom: 0;
}

.pr_slr2 {
	margin: 0 auto 200px;
	overflow: visible;
	height: 500px;
	width: 760px;
	z-index: 20;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.pr_slr2.active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.pr_slr2 .swiper-wrapper .swiper-slide {
	width: 760px;
}

.pr_slr2 .swiper-wrapper .swiper-slide.swiper-slide-active .bg .over,
.pr_slr2 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg .over {
	background: rgba(48, 48, 102, 0);
}

.pr_slr2 .swiper-wrapper .swiper-slide.swiper-slide-active .bg .over2,
.pr_slr2 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg .over2 {
	background: rgba(244, 245, 249, 0);
}

.pr_slr2 .swiper-wrapper .swiper-slide .bg {
	position: relative;
	height: 500px;
	width: 760px;
	overflow: hidden;
}

.pr_slr2 .swiper-wrapper .swiper-slide .bg img {
	display: none;
}

.pr_slr2 .swiper-wrapper .swiper-slide .bg .bg_in {
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pr_slr2 .swiper-wrapper .swiper-slide .bg .over {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(48, 48, 102, 0.05);
	z-index: 10;
}

.pr_slr2 .swiper-wrapper .swiper-slide .bg .over2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(244, 245, 249, 0);
	z-index: 5;
}

.container_dp {
	position: relative;
}

.container_dp .dp_pc {
	position: absolute;
	right: 0;
	left: 0;
	bottom: auto;
	top: 0;
	margin: auto;
	width: 852px;
	height: 522px;
	z-index: 10;
	-webkit-transition: 1s;
	transition: 1s;
}

.container_dp .dp_pc#dp_pc00 {
	right: 0;
	bottom: auto;
	top: 255.75px;
	left: 573.5px;
	margin: 0 0 0 -96px;
	-webkit-transition: 1s;
	transition: 1s;
}

.container_dp .dp_pc#dp_pc00.m {
	left: 5% !important;
	-webkit-transition: 1s;
	transition: 1s;
}

.container_dp .dp_pc#dp_pc00.rx {
	-webkit-transition: none;
	transition: none;
}

.container_dp .dp_pc#dp_pc00.active01 {
	top: 255.75px;
	left: 573.5px;
}

.container_dp .dp_pc#dp_pc00.ops {
	opacity: 0;
}

.container_dp .dp_pc#dp_pc01,
.container_dp .dp_pc#dp_pc02,
.container_dp .dp_pc#dp_pc03,
.container_dp .dp_pc#dp_pc04,
.container_dp .dp_pc#dp_pc05 {
	opacity: 0;
	pointer-events: none;
}

.container_dp .dp_pc.active05 .mc,
.container_dp .dp_pc.active05 .t {
	display: none;
	pointer-events: none;
}

.container_dp .dp_pc.active05 .q {
	display: block;
	pointer-events: auto;
}

.container_dp .dp_pc.f {
	position: fixed;
	top: calc(25% + 50px) !important;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
	transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.container_dp .dp_pc.active .mc,
.container_dp .dp_pc.active .t {
	display: none;
	pointer-events: none;
}

.container_dp .dp_pc.active .q {
	display: block;
	pointer-events: auto;
}

.container_dp .dp_pc .pci {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.container_dp .dp_pc .pci.wbp {
	background: url(../img/q12.webp) 50% 50% / cover no-repeat;
}

.container_dp .dp_pc .pci.nwbp {
	background: url(../img/q12.png) 50% 50% / cover no-repeat;
}

.container_dp .dp_pc .t {
	color: #fff;
	position: absolute;
	top: 132px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font: 65px/65px Chalet;
	z-index: 10;
	max-width: 600px;
}

.container_dp .dp_pc .q {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	display: none;
	pointer-events: none;
}

.container_dp .dp_pc .q .tx {
	color: #fff;
	margin: 117px 0 0;
	text-align: center;
	font: 50px/50px Chalet;
}

.container_dp .dp_pc .q .l {
	display: inline-block;
	background: #fff;
	border-radius: 45px;
	color: #1f29a9;
	font: bold 16px/16px Mont;
	padding: 14px 62px;
	margin: 48px 0 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container_dp .dp_pc .q .l:hover {
	color: #fff;
	background: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container_dp .dp_pc .q .s {
	display: -webkit-box;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 51px 0 0;
}

.container_dp .dp_pc .q .s .c {
	color: #fff;
}

.container_dp .dp_pc .q .s .c.c01 {
	margin-right: 50px;
}

.container_dp .dp_pc .q .s .c .lk {
	color: #fff;
	font: bold 16px/16px Mont;
	display: inline-block;
	position: relative;
	padding: 0 25px 0 0;
}

.container_dp .dp_pc .q .s .c .lk .i {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.container_dp .dp_pc .q .s .c .lk .i.gpl.wbp {
	background: url(../img/q13.webp) no-repeat;
	width: 16px;
	height: 18px;
	top: -1px;
}

.container_dp .dp_pc .q .s .c .lk .i.gpl.nwbp {
	background: url(../img/q13.png) no-repeat;
	width: 16px;
	height: 18px;
	top: -1px;
}

.container_dp .dp_pc .q .s .c .lk .i.apl.wbp {
	background: url(../img/q14.webp) no-repeat;
	width: 19px;
	height: 23px;
	top: -6px;
	right: -3px;
}

.container_dp .dp_pc .q .s .c .lk .i.apl.nwbp {
	background: url(../img/q14.png) no-repeat;
	width: 19px;
	height: 23px;
	top: -6px;
	right: -3px;
}

.container_dp .dp_pc .mc {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 127px;
	background: #1f29a9;
}

.container_dp .dp_pc .mc .mc_b {
	background: url(../img/s09.svg) 0 0 / cover no-repeat #1f29a9;
}

.container_dp .dp_pc .mc .mouse span {
	border-color: #fff;
}

.container_dp .dp_pc .mc .mouse span:after {
	background: #fff;
}

.dt_section {
	height: 100vh;
	position: relative;
}

.dt_section .trz {
	position: absolute;
	top: 0;
}

.dt_section .trz#tr01 {
	top: 86px;
}

.dt_section .bc {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: -5%;
	width: 700px;
	height: 700px;
	background: #fff;
	border-radius: 100%;
	z-index: 0;
}

.dt_section .bc.bc03 {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.dt_section#dt_section01 {
	height: calc(100vh + 86px);
	margin-top: -86px;
}

.dt_section#dt_section01 .top_dtl {
	background: #1f29a9;
	min-height: 530px;
	position: relative;
	margin-top: 0;
}

.dt_section#dt_section01 .top_dtl .dt_bb {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.dt_section#dt_section01 .top_dtl .dt_bb.wbp {
	background: url(../img/q11.webp) 50% 50% no-repeat;
}

.dt_section#dt_section01 .top_dtl .dt_bb.nwbp {
	background: url(../img/q11.png) 50% 50% no-repeat;
}

.dt_section#dt_section01 .dp_pc {
	top: 25%;
}

.dt_section#dt_section02 .dp_pc {
	top: 0;
	bottom: 0;
	right: auto;
	left: 2%;
}

.dt_section#dt_section02 .ttx {
	color: #fff;
	font: 440px/440px Chalet;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.dt_section#dt_section03 .dt_section03_in {
	height: 100%;
}

.dt_section#dt_section03 .dp_pc {
	top: 0;
	bottom: 0;
}

.dt_section#dt_section03 .dt3_rows {
	width: calc(100% - 140px);
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
}

.dt_section#dt_section03 .rows {
	width: 100%;
	margin: 0 0 150px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.dt_section#dt_section03 .rows:last-child {
	margin-bottom: 0;
}

.dt_section#dt_section03 .rows .cols {
	position: relative;
	margin: 0;
}

.dt_section#dt_section03 .rows .cols:nth-child(odd) .desc {
	text-align: right;
}

.dt_section#dt_section03 .rows .cols:nth-child(odd) .desc .i {
	right: -78px;
}

.dt_section#dt_section03 .rows .cols:nth-child(even) .desc .i {
	left: -78px;
}

.dt_section#dt_section03 .rows .cols .desc {
	position: relative;
	width: 290px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.dt_section#dt_section03 .rows .cols .desc p {
	color: #484356;
	font: 14px/34px Mont;
	position: relative;
	z-index: 10;
}

.dt_section#dt_section03 .rows .cols .desc .i {
	color: #fff;
	text-transform: uppercase;
	font: 100px/100px Chalet;
	position: absolute;
	z-index: 1;
	top: -36px;
}

.dt_section#dt_section04 {
	z-index: 60;
}

.dt_section#dt_section04 .dp_pc {
	top: 0;
	bottom: 0;
}

.dt_section#dt_section05 .bg_t {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 0;
	background: 0 0;
}

.dt_section#dt_section05 .bg_b {
	position: absolute;
	height: 50%;
	width: 100%;
	bottom: 0;
	background: #1f29a9;
}

.dt_section#dt_section05 .dp_pc {
	top: 0;
	bottom: 0;
}

.dt_section#dt_section05 .dp_pc .mc,
.dt_section#dt_section05 .dp_pc .t {
	display: none;
	pointer-events: none;
}

.dt_section#dt_section05 .dp_pc .q {
	display: block;
	pointer-events: auto;
}

.dt_section#dt_section05 .ttx {
	color: #3956f8;
	font: 440px/440px Chalet;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-indent: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	top: -87px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.bcr {
	bottom: 0;
	right: 0;
	margin: auto;
	position: fixed;
	left: 97px;
	top: 0;
	width: 700px;
	height: 700px;
	background: #fff;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
}

.bcr.active {
	opacity: 1;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.pr_slr {
	margin: auto;
	overflow: visible;
	bottom: 0;
	right: 0;
	position: fixed;
	top: 25px;
	left: 97px;
	height: 435px;
	width: 664px;
	z-index: 20;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.pr_slr.active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.pr_slr .swiper-wrapper .swiper-slide {
	width: 664px;
}

.pr_slr .swiper-wrapper .swiper-slide.swiper-slide-active .bg .over,
.pr_slr .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg .over {
	background: rgba(48, 48, 102, 0);
}

.pr_slr .swiper-wrapper .swiper-slide.swiper-slide-active .bg .over2,
.pr_slr .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg .over2 {
	background: rgba(244, 245, 249, 0);
}

.pr_slr .swiper-wrapper .swiper-slide .bg {
	position: relative;
	height: 435px;
	width: 664px;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.pr_slr .swiper-wrapper .swiper-slide .bg img {
	display: none;
}

.pr_slr .swiper-wrapper .swiper-slide .bg .bg_in {
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pr_slr .swiper-wrapper .swiper-slide .bg .over {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(48, 48, 102, 0.05);
	z-index: 10;
}

.pr_slr .swiper-wrapper .swiper-slide .bg .over2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(244, 245, 249, 0.6);
	z-index: 5;
}

.nav_pr_slr {
	width: 120px;
	height: 60px;
	bottom: 50px;
	left: 97px;
	right: 0;
	margin: 0 auto;
	position: fixed;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_slr.active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_slr .swiper-button-prev {
	left: 0;
	top: 0;
	margin: 0;
}

.nav_pr_slr .swiper-button-prev:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_slr .swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0c1c4a;
	border-left: 2px solid #0c1c4a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_slr .swiper-button-next {
	right: 0;
	top: 0;
	margin: 0;
}

.nav_pr_slr .swiper-button-next:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_slr .swiper-button-next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0c1c4a;
	border-right: 2px solid #0c1c4a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

#dt_section02 .all_pds_txt {
	position: absolute;
	width: 700px;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 120px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
}

#dt_section02 .all_pds_txt .h5 {
	color: #b2b3b5;
	font: 11px/11px Mont;
	letter-spacing: 1.87px;
	text-transform: uppercase;
}

#dt_section02 .all_pds_txt .pd_txt {
	height: 265px;
	overflow: hidden;
	margin: 45px 0 0;
}

#dt_section02 .all_pds_txt .pd_txt .pd_txt_in {
	max-width: 550px;
	width: 100%;
	color: #484356;
	font: 14px/34px Mont;
	height: 265px;
}

#dt_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools {
	width: 31px;
}

#dt_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_draggerContainer {
	padding-bottom: 4px;
}

#dt_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_draggerRail {
	background: #c1c8d5;
	width: 1px;
}

#dt_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_dragger {
	width: 30px;
	height: 30px !important;
}

#dt_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #c1c8d5;
	width: 28px;
	height: 28px;
	left: 1px;
	box-shadow: 0 2px 4px 0 #c1c8d5;
}

#dt_section02 .all_pds_txt .get_consultation {
	color: #1f29a9;
	font: bold 16px/16px Mont;
	position: relative;
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 100px 0 0;
}

#dt_section02 .all_pds_txt .get_consultation .pr_brg {
	display: block;
	width: 22px;
	height: 5px;
	position: absolute;
	margin: 0;
	top: 6px;
	right: 0;
}

#dt_section02 .all_pds_txt .get_consultation .pr_brg span {
	display: block;
	height: 1px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

#dt_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(1) {
	top: 0;
}

#dt_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(3) {
	bottom: 0;
}

#dt_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(2) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

#dt_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(4) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.top_plt {
	background: url(../img/bg04.jpg) 50% 50% / cover no-repeat;
	height: 812px;
	margin-top: -86px;
}

.top_plt .container {
	height: 100%;
}

.top_plt .plt_ttl {
	position: relative;
	height: calc(100% - 0px);
	padding-top: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.top_plt .plt_ttl .h3 {
	color: #000;
	font: 13px/13px Mont;
	text-transform: uppercase;
	letter-spacing: 2.21px;
}

.top_plt .plt_ttl .plt_l {
	max-width: 436px;
	margin: 70px 0 0;
}

.top_plt .plt_ttl .txt {
	margin: 36px 0 0 166px;
}

.top_plt .plt_ttl .txt .t {
	color: #484356;
	font: 16px/16px Mont;
	margin: 0 0 15px;
}

.top_plt .plt_ttl .txt .t:last-child {
	margin-bottom: 0;
}

.platform_benefits {
	position: relative;
	overflow: hidden;
	height: 815px;
	background: #fff;
	pointer-events: none;
}

.platform_benefits .container {
	height: 100%;
}

.platform_benefits .bg_ltr {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #f8f9fb;
	font: 440px/376px Chalet;
	text-indent: 0.5%;
	letter-spacing: -11px;
}

.platform_benefits .nav_pb {
	position: absolute;
	width: 120px;
	height: 60px;
	top: 0;
	bottom: 0;
	right: 2%;
	margin: auto;
}

.platform_benefits .nav_pb .nav_pb_prev {
	left: 0;
	margin: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.platform_benefits .nav_pb .nav_pb_prev:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.platform_benefits .nav_pb .nav_pb_prev:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0c1c4a;
	border-left: 2px solid #0c1c4a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.platform_benefits .nav_pb .nav_pb_next {
	right: 0;
	margin: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.platform_benefits .nav_pb .nav_pb_next:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.platform_benefits .nav_pb .nav_pb_next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0c1c4a;
	border-right: 2px solid #0c1c4a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.pb_slr {
	height: 100%;
}

.pb_slr .caption {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.pb_slr .caption .h5 {
	color: #000;
	font: 13px/13px Mont;
	text-transform: uppercase;
	letter-spacing: 2.21px;
	margin: 0 0 30px;
}

.pb_slr .caption .t {
	color: #1f29a9;
	font: 50px/50px Chalet;
	letter-spacing: 2.21px;
}

.platform_solutions {
	margin: 0;
	overflow: hidden;
}

.platform_solutions .ps {
	position: relative;
	height: 100vh;
	min-height: 100vh;
}

.platform_solutions .ps#ps01 .rows .cols.cols01 {
	background: #f8f9fb;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 {
	background: #1f29a9;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .bg_ptrn {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .bg_ptrn.wbp {
	background: url(../img/q18.webp) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .bg_ptrn.nwbp {
	background: url(../img/q18.png) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt {
	left: -600px;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg {
	width: 780px;
	height: 474px;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg .bg_in.wbp {
	background: url(../img/q15.webp) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg .bg_in.nwbp {
	background: url(../img/q15.png) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .pr_ttl {
	color: #fff;
}

.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span {
	background: #fff;
}

.platform_solutions .ps#ps02 .rows .cols.cols01 {
	background: #f8f9fb;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 {
	background: #edf0f9;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .bg_ptrn {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .bg_ptrn.wbp {
	background: url(../img/q19.webp) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .bg_ptrn.nwbp {
	background: url(../img/q19.png) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt {
	left: -688px;
	width: 440px;
	height: 696px;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .bg {
	width: 440px;
	height: 696px;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .bg .bg_in.wbp {
	background: url(../img/q17.webp) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .bg .bg_in.nwbp {
	background: url(../img/q17.png) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .pr_ttl {
	color: #fff;
	font: 48px/48px Chalet;
	margin: -20px 0 0 150px;
	max-width: 205px;
}

.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span {
	background: #fff;
}

.platform_solutions .ps#ps03 .rows .cols.cols01 {
	background: #f8f9fb;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 {
	background: #36363d;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .bg_ptrn {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .bg_ptrn.wbp {
	background: url(../img/q21.webp) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0.06;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .bg_ptrn.nwbp {
	background: url(../img/q21.png) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0.06;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt {
	left: -600px;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg {
	width: 780px;
	height: 474px;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg .bg_in.wbp {
	background: url(../img/q16.webp) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg .bg_in.nwbp {
	background: url(../img/q16.png) 0 0 / cover no-repeat;
	width: 100%;
	height: 100%;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .pr_ttl {
	color: #fff;
}

.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span {
	background: #fff;
}

.platform_solutions .ps .rows {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: flex;
}

.platform_solutions .ps .rows .cols.cols01 {
	width: calc(100% - 600px);
}

.platform_solutions .ps .rows .cols.cols02 {
	width: 600px;
	position: relative;
}

.platform_solutions .ps .rows .cols.cols02 .pl_lnk {
	display: block;
	height: 100%;
}

.platform_solutions .ps .rows .cols.cols02 .pl_lnk:hover .all_txt .pr_ttl .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.platform_solutions .ps .rows .cols.cols02 .pl_lnk:hover .all_txt .pr_ttl .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.platform_solutions .ps .rows .cols.cols02 .pl_lnk:hover .all_txt .pr_ttl .pr_brg span:nth-child(3) {
	bottom: calc(50% - 1px);
}

.platform_solutions .ps .rows .cols.cols02 .pl_lnk:hover .all_txt .pr_ttl .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.platform_solutions .ps .rows .cols.cols02 .pl_lnk:hover .all_txt .pr_ttl .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 780px;
	height: 474px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	z-index: 1;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .bg .bg_in {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl {
	color: #1f29a9;
	margin: 0 0 0 140px;
	position: relative;
	font: 57px/57px Chalet;
	z-index: 10;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .br {
	display: block;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .d {
	color: #fff;
	font: 68px/68px Chalet;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg {
	display: block;
	width: 49px;
	height: 16px;
	position: relative;
	margin: 75px 0 0;
	top: 0;
	right: 0;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span {
	display: block;
	height: 2px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span:nth-child(1) {
	top: 0;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span:nth-child(3) {
	bottom: 0;
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span:nth-child(2) {
	top: 7px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg span:nth-child(4) {
	top: 7px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.platform_solutions .ps .rows .cols .desc {
	height: 100%;
	position: relative;
	margin-left: -50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.platform_solutions .ps .rows .cols .desc .ps_ttl {
	margin: 0;
}

.platform_solutions .ps .rows .cols .desc .ps_ttl .h5 {
	color: #000;
	font: 13px/13px Mont;
	text-transform: uppercase;
	letter-spacing: 2.21px;
	margin: 0 0 31px;
}

.platform_solutions .ps .rows .cols .desc .ps_ttl .h3 {
	color: #1f29a9;
	font: 66px/66px Chalet;
}

.platform_solutions .ps .rows .cols .desc .ps_list {
	margin: 95px 0 0;
	max-width: 650px;
}

.platform_solutions .ps .rows .cols .desc .ps_list ul li {
	margin: 0 0 35px;
	color: #000;
	font: 15px/27px Mont;
	position: relative;
	padding-left: 35px;
}

.platform_solutions .ps .rows .cols .desc .ps_list ul li:last-child {
	margin-bottom: 0;
}

.platform_solutions .ps .rows .cols .desc .ps_list ul li .int {
	position: absolute;
	top: 1px;
	left: -15px;
	color: #b8b8ba;
	font: 11px/27px Mont;
	display: inline-block;
}

.our_results {
	position: relative;
	overflow: hidden;
	min-height: 450px;
	padding: 90px 0 0;
	margin: 0 0 195px;
}

.our_results .bg_ltr {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	font: 440px/376px Chalet;
	text-indent: 0.5%;
	letter-spacing: -11px;
	z-index: 0;
}

.our_results .container {
	position: relative;
	z-index: 10;
}

.our_results .or_ttl {
	color: #1f29a9;
	font: 66px/66px Chalet;
	margin: 112px 0 0;
}

.our_results .rows {
	margin: 190px 0 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.our_results .rows .cols {
	width: 33%;
}

.our_results .rows .cols .h4 {
	color: #36363d;
	font: 37px/37px Chalet;
	margin: 0 0 51px;
}

.our_results .rows .cols .r {
	margin: 0;
}

.our_results .rows .cols .r .c {
	margin: 0 0 40px;
	position: relative;
	font: 15px/15px Mont;
}

.our_results .rows .cols .r .c:last-child {
	margin-bottom: 0;
}

.our_results .rows .cols .r .c.dgt .ovr {
	background: #fff;
	max-width: 325px;
	height: 105px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	left: -50px;
}

.our_results .rows .cols .r .c.dgt .ovr img {
	max-width: 172px;
}

.our_results .rows .cols .r .c .i {
	color: #adadaf;
	margin-right: 35px;
	display: inline-block;
}

.our_results .rows .cols .r .c .t {
	color: #000;
	display: inline-block;
	min-width: 115px;
}

.our_results .rows .cols .r .c .n {
	color: #000;
	margin-left: 35px;
	display: inline-block;
}

.ab_ttl {
	margin: 155px 0 0;
}

.ab_ttl .h3 {
	color: #000;
	font: 13px/13px Mont;
	text-transform: uppercase;
	letter-spacing: 2.21px;
}

.ab_ttl .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 82px 0 0;
}

.ab_ttl .rows .cols.cols01 {
	margin: 0;
	width: calc(100% - 600px);
}

.ab_ttl .rows .cols.cols02 {
	width: 600px;
}

.ab_ttl .rows .h2 {
	color: #1f29a9;
	font: 66px/72px Chalet;
}

.ab_ttl .rows .h2 .br {
	display: block;
}

.ab_ttl .rows .desc {
	margin: 0;
	font: 16px/34px Mont;
	color: #484356;
}

.ab_ttl .rows .desc .desc_hd {
	display: none;
}

.ab_ttl .rows .desc .show_txt {
	background: 0 0;
	border: 0;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: block;
	margin: 42px 0 0;
}

.ab_ttl .rows .desc .show_txt.active:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.ab_ttl .rows .desc .show_txt:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #0b1b49;
	border-right: 1px solid #0b1b49;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.as_ttl {
	margin: 0;
}

.as_ttl .h5 {
	color: #b2b3b5;
	font: 11px/11px Mont;
	text-transform: uppercase;
	letter-spacing: 1.87px;
}

.as_ttl .h3 {
	color: #36363d;
	font: 50px/50px Chalet;
	margin: 49px 0 0;
}

.as_ttl .h3 .br {
	display: block;
}

.about_services {
	margin: 0;
	padding: 170px 0;
	position: relative;
}

.about_services:after {
	content: "";
	position: absolute;
	bottom: -310px;
	right: 85px;
	background: url(../img/q22.png) no-repeat;
	width: 805px;
	height: 697px;
}

.about_services .as_ttl {
	margin: 0;
}

.about_services .js_menu {
	margin: 80px 0 0;
}

.about_services .js_menu .jms_list li {
	margin-right: 40px;
}

.about_services .js_menu .jms_list li:last-child {
	margin-right: 0;
}

.about_services .all_products {
	width: 100%;
	margin: 45px 0 0;
}

.about_services .dwn_prz {
	margin: 103px 0 0;
	position: relative;
	z-index: 10;
}

.about_services .dwn_prz a {
	display: block;
	position: relative;
	color: #1f29a9;
	font: 23px/23px Mont;
	background: #fff;
	padding: 66px 0 66px 150px;
}

.about_services .dwn_prz a:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	right: -50%;
	background: #fff;
}

.about_services .dwn_prz a .t {
	display: inline-block;
	position: relative;
}

.about_services .dwn_prz a .t:before {
	content: "";
	position: absolute;
	top: -17px;
	left: -71px;
	background: url(../img/download-arrow.svg) no-repeat;
	width: 40px;
	height: 40px;
}

.about_our_clients {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.about_our_clients .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 95px 0 0;
}

.about_our_clients .rows .cols {
	width: 20%;
	text-align: center;
	margin: 0 0 100px;
}

.dr_ttl {
	margin: 155px 0 0;
}

.dr_ttl .h2 {
	color: #1f29a9;
	font: 66px/66px Chalet;
}

.dr_ttl .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 85px 0 55px;
}

.dr_ttl .rows .cols {
	width: calc(32% - 18px);
	margin: 0 36px 36px 0;
	display: -webkit-box;
	display: flex;
	background: #fff;
}

.dr_ttl .rows .cols:nth-child(3n + 3) {
	margin-right: 0;
}

.dr_ttl .rows .cols .desc {
	display: block;
	width: 100%;
	padding: 0 15px 46px;
}

.dr_ttl .rows .cols .desc .img {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 320px;
}

.dr_ttl .rows .cols .desc .img img {
	border-radius: 100%;
}

.dr_ttl .rows .cols .desc .txt {
	display: block;
	margin: 0;
	text-align: center;
}

.dr_ttl .rows .cols .desc .txt .n {
	color: #000;
	font: 22px/22px Chalet;
	display: block;
	margin: 0 0 13px;
}

.dr_ttl .rows .cols .desc .txt .s {
	color: #cacaca;
	font: 13px/25px Mont;
}

.dr_ttl .rows .cols .desc .txt .s .br {
	display: block;
}

.all_career {
	margin: 57px 0 0;
}

.all_career .rows_advantages {
	margin: 0 0 110px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.all_career .rows_advantages .cols {
	width: calc(33.333% - 16px);
	margin: 0 24px 24px 0;
	background: #fff;
}

.all_career .rows_advantages .cols:nth-child(3n + 3) {
	margin-right: 0;
}

.all_career .rows_advantages .cols .desc {
	padding: 36px 0 53px;
}

.all_career .rows_advantages .cols .desc .img {
	height: 98px;
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.all_career .rows_advantages .cols .desc .img img {
	max-width: 64px;
}

.all_career .rows_advantages .cols .desc .h4 {
	color: #000;
	font: 22px/22px Chalet;
	text-align: center;
	margin: 0 0 13px;
}

.all_career .rows_advantages .cols .desc .t {
	font: 16px/24px Mont;
	color: #b2b1b7;
	text-align: center;
}

.all_career .rows_advantages .cols .desc .t .br {
	display: block;
}

.rows_advantages_details {
	margin: 37px 0 0;
}

.rows_advantages_details .all_rows .rows {
	background: #fff;
	margin: 0 0 24px;
}

.rows_advantages_details .all_rows .rows .cols {
	padding: 46px 20px 20px 70px;
}

.rows_advantages_details .all_rows .rows .cols .h5 {
	color: #1f29a9;
	font: 11px/11px Mont;
	text-transform: uppercase;
	letter-spacing: 1.87px;
}

.rows_advantages_details .all_rows .rows .cols ul {
	margin: 31px 0 35px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
}

.rows_advantages_details .all_rows .rows .cols ul li {
	width: calc(45% - 70px);
	font: 15px/22px Mont;
	color: #484356;
	position: relative;
	margin: 0 0 23px;
	padding: 0 70px 0 0;
	height: auto;
}

.rows_advantages_details .all_rows .rows .cols ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -18px;
	background: #1f29a9;
	width: 3px;
	height: 3px;
}

.send_resume {
	margin: 93px 0 145px;
	text-align: center;
}

.send_resume .sr_btn {
	color: #1f29a9;
	font: 35px/35px Chalet;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.send_resume .sr_btn:hover .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.send_resume .sr_btn:hover .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.send_resume .sr_btn:hover .pr_brg span:nth-child(3) {
	bottom: calc(50% - 1px);
}

.send_resume .sr_btn:hover .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.send_resume .sr_btn:hover .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.send_resume .sr_btn .pr_brg {
	display: block;
	width: 36px;
	height: 12px;
	position: relative;
	margin: 6px 0 0 25px;
}

.send_resume .sr_btn .pr_brg span {
	display: block;
	height: 2px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.send_resume .sr_btn .pr_brg span:nth-child(1) {
	top: 0;
}

.send_resume .sr_btn .pr_brg span:nth-child(3) {
	bottom: 0;
}

.send_resume .sr_btn .pr_brg span:nth-child(2) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.send_resume .sr_btn .pr_brg span:nth-child(4) {
	top: 5px;
	left: auto;
	right: 0;
	width: 40%;
	height: 2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.blc_fole_upl {
	text-align: left;
	margin: 25px 0 0;
	position: relative;
}

.blc_fole_upl a.dwn {
	position: relative;
	font: 15px/15px Chalet;
	color: #1f29a9;
	text-decoration: none;
	cursor: pointer;
	padding: 14px 50px 14px 65px;
	border-radius: 45px;
	border: 1px solid #d4dee9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.blc_fole_upl a.dwn:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 29px;
	background: url(../img/i42.svg) no-repeat;
	width: 22px;
	height: 21px;
}

.blc_fole_upl a.dwn:hover {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	border: 1px solid #1f29a9;
}

.blc_fole_upl a.dwn:hover:before {
	background: url(../img/i42w.svg) no-repeat;
	width: 22px;
	height: 21px;
}

.blc_fole_upl p.desc {
	margin: 9px 0 0 20px;
	width: auto;
	font: 16px/16px Chalet;
	color: #1f29a9;
	display: none;
}

.blc_fole_upl .mulip {
	display: none;
}

.blc_fole_upl .parsley-errors-list {
	top: -13px;
}

ul.list_dwn {
	margin: 0;
}

ul.list_dwn li {
	position: relative;
	margin: 0 0 20px;
	background: #f6f9fb;
	padding: 17px 50px 17px 25px;
	border-radius: 45px;
}

ul.list_dwn li:last-child {
	margin-bottom: 45px;
}

ul.list_dwn li.error > input {
	display: none !important;
}

ul.list_dwn li:before {
	content: " ";
	display: table;
}

ul.list_dwn li:after {
	content: " ";
	display: table;
	clear: both;
}

ul.list_dwn li > div {
	display: none !important;
}

ul.list_dwn li p {
	font: 16px/16px Chalet;
	color: #0a365c;
	margin: 0;
	float: left;
}

ul.list_dwn li i {
	font: 13px/16px Chalet;
	color: #b2b2b2;
	margin: 0 0 0 15px;
	float: left;
}

ul.list_dwn li span {
	background: 0 0;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer;
}

ul.list_dwn li span:hover:after,
ul.list_dwn li span:hover:before {
	background: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

ul.list_dwn li span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 1px;
	background: #1f29a9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

ul.list_dwn li span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 1px;
	background: #0a365c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.all_partners {
	margin: 30px 0 75px;
	position: relative;
	z-index: 250;
}

.all_partners .rows_prtn {
	margin: 0;
}

.all_partners .rows_prtn .rows {
	display: -webkit-box;
	display: flex;
	position: relative;
	background: #fff;
	margin: 0 0 58px;
	padding: 105px 50px 100px;
}

.all_partners .rows_prtn .rows:last-child {
	margin-bottom: 0;
}

.all_partners .rows_prtn .rows.blue {
	background: #1f29a9;
}

.all_partners .rows_prtn .rows.blue .cols .h2,
.all_partners .rows_prtn .rows.blue .cols .lnk .l,
.all_partners .rows_prtn .rows.blue .cols .t {
	color: #fff;
}

.all_partners .rows_prtn .rows .over_bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #1f29a9;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.all_partners .rows_prtn .rows .cols {
	position: relative;
	z-index: 10;
}

.all_partners .rows_prtn .rows .cols.cols01 {
	width: 520px;
}

.all_partners .rows_prtn .rows .cols.cols02 {
	width: calc(100% - 520px);
}

.all_partners .rows_prtn .rows .cols.cols100 .h2 {
	font: 36px/36px Chalet;
}

.all_partners .rows_prtn .rows .cols .desc {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0 35px 0 0;
}

.all_partners .rows_prtn .rows .cols .h2 {
	color: #1f29a9;
	font: 62px/62px Chalet;
}

.all_partners .rows_prtn .rows .cols .t {
	color: #b0b0b0;
	font: 16px/35px Mont;
	margin: 41px 0 72px;
}

.all_partners .rows_prtn .rows .cols .lnk {
	margin: 0;
}

.all_partners .rows_prtn .rows .cols .lnk .l {
	color: #1f29a9;
	display: inline-block;
	position: relative;
	font: 11px/11px Mont;
	text-transform: uppercase;
	letter-spacing: 1.87px;
	padding: 0 0 0 45px;
}

.all_partners .rows_prtn .rows .cols .lnk .l:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	background: url(../img/q41.png) no-repeat;
	width: 14px;
	height: 14px;
}

.all_partners_tabs .apt_desc {
	display: none;
	margin: 30px 0 0;
}

.all_partners_tabs .apt_desc.active {
	display: block;
}

.cnt_ttl {
	margin: 155px 0 0;
	position: relative;
	z-index: 20;
}

.cnt_ttl .cnt_list .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: end;
}

.cnt_ttl .cnt_list .rows .cols.cols {
	margin: 0 25px 0 0;
}

.cnt_ttl .cnt_list .rows .cols.cols02 {
	margin: 0;
}

.cnt_ttl .cnt_list .rows .cols .h3 {
	color: #1f29a9;
	font: 66px/66px Chalet;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single {
	height: auto;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input {
	border: 0 solid transparent;
	border-radius: 0;
	background: 0 0;
	text-align: left;
	padding: 0;
	overflow: visible;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input.not-full {
	padding-top: 0;
	padding-bottom: 0;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input.dropdown-active {
	border-radius: 0;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input.dropdown-active:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: 0;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input.dropdown-active .item:after {
	opacity: 0;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 0;
	top: 30px;
	right: -45px;
	margin: 0;
	border-bottom: 2px solid #aaaab8;
	border-right: 2px solid #aaaab8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item {
	font: 66px/66px Chalet;
	color: #aaaab8;
	position: relative;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	background: url(../img/q42.png) repeat-x;
	width: 100%;
	height: 1px;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item + input {
	display: none !important;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown {
	border-color: transparent;
	border-radius: 0;
	text-align: left;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown .selectize-dropdown-content {
	max-height: 230px;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
	font: 22px/22px Chalet;
	color: #aaaab8;
}

.cnt_ttl
	.cnt_list
	.rows
	.cols
	.selectize-control.single
	.selectize-dropdown
	.selectize-dropdown-content
	.option.active {
	background: #1f29a9;
	color: #fff;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown .nicescroll-rails {
	width: 1px !important;
	background: #e8e8e8;
}

.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown .nicescroll-rails .nicescroll-cursors {
	left: 12px;
}

.cnt_ttl .cnt_desc {
	margin: 60px 0 0;
	position: relative;
	height: 100%;
}

.cnt_ttl .cnt_desc .cnt_desc_city {
	position: relative;
	top: 0;
	opacity: 0;
	pointer-events: none;
	display: none;
}

.cnt_ttl .cnt_desc .cnt_desc_city.active {
	pointer-events: auto;
	opacity: 1;
	display: block;
}

.cnt_ttl .cnt_desc .adr {
	color: #000;
	font: 600 30px/30px Chalet;
}

.cnt_ttl .cnt_desc .rows {
	display: -webkit-box;
	display: flex;
	margin: 18px 0 0;
}

.cnt_ttl .cnt_desc .rows .cols {
	margin: 0 55px 0 0;
}

.cnt_ttl .cnt_desc .rows .cols:last-child {
	margin-right: 0;
}

.cnt_ttl .cnt_desc .rows .cols a {
	font: 30px/30px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.cnt_ttl .cnt_desc .rows .cols a.phn {
	color: #000;
}

.cnt_ttl .cnt_desc .rows .cols a.phn:hover {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.cnt_ttl .how_to_get {
	margin: 0;
	position: relative;
	top: 30px;
}

.cnt_ttl .how_to_get .htg {
	color: #432dff;
	font: bold 16px/16px Mont;
	position: relative;
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 36px 0 0;
	background: 0 0;
	border: 0;
	cursor: pointer;
}

.cnt_ttl .how_to_get .htg:hover .pr_brg span {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.cnt_ttl .how_to_get .htg:hover .pr_brg span:nth-child(1) {
	top: calc(50% - 1px);
}

.cnt_ttl .how_to_get .htg:hover .pr_brg span:nth-child(3) {
	bottom: calc(50% - 0px);
}

.cnt_ttl .how_to_get .htg:hover .pr_brg span:nth-child(2) {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.cnt_ttl .how_to_get .htg:hover .pr_brg span:nth-child(4) {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.cnt_ttl .how_to_get .htg .pr_brg {
	display: block;
	width: 22px;
	height: 5px;
	position: absolute;
	margin: 0;
	top: 6px;
	right: 0;
}

.cnt_ttl .how_to_get .htg .pr_brg span {
	display: block;
	height: 1px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.cnt_ttl .how_to_get .htg .pr_brg span:nth-child(1) {
	top: 0;
}

.cnt_ttl .how_to_get .htg .pr_brg span:nth-child(3) {
	bottom: 0;
}

.cnt_ttl .how_to_get .htg .pr_brg span:nth-child(2) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

.cnt_ttl .how_to_get .htg .pr_brg span:nth-child(4) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

.cnt_map {
	position: relative;
	top: 0;
	right: 0;
	height: 1605px;
	margin: -86px 0 100px;
}

.cnt_map .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 1750px;
	height: 1605px;
	background: url(../img/q44.png) 50% 50% no-repeat;
}

.all_cities {
	position: relative;
	margin: 0;
	height: 100%;
}

.all_cities .city {
	color: #d3d2d5;
	font: 35px/35px Mont;
	position: absolute;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.all_cities .city.active {
	color: #1f29a9;
	font-weight: 700;
}

.all_cities .city.active:before {
	content: "";
	position: absolute;
	top: -58px;
	left: 0;
	right: 0;
	margin: auto;
	width: 31px;
	height: 41px;
	background: url(../img/q45.png) no-repeat;
}

.all_cities .city.active:after {
	display: none;
}

.all_cities .city:after {
	content: "";
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #d3d2d5;
	border-radius: 100%;
}

.all_cities .city#ct_moscow_t {
	left: 40%;
	top: 26%;
}

.all_cities .city#ct_spb_t {
	left: 18%;
	top: 10%;
}

.all_cities .city#ct_izhevsk_t {
	left: 52%;
	top: 16%;
}

.all_cities .city#ct_tolyatti_t {
	left: 66%;
	top: 26%;
}

.all_cities .city#ct_samara_t {
	left: 80%;
	top: 30%;
}

.all_cities .city#ct_minsk_t {
	left: 10%;
	top: 32%;
}

.all_cities .city#ct_kishinev_t {
	left: 5%;
	top: 44%;
}

.all_cities .city#ct_kiev_t {
	left: 19%;
	top: 47%;
}

.all_cities .city#ct_almaty_t {
	left: 85%;
	top: 65%;
}

.cities_win {
	background: #1f29a9;
	width: 100%;
	position: absolute;
	top: 369px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 56px 0;
	display: none;
	z-index: 50;
}

.cities_win:before {
	content: "";
	position: absolute;
	top: 0;
	left: -60px;
	height: 100%;
	background: #1f29a9;
	width: 100px;
}

.cities_win.active {
	display: block;
}

.cities_win .h3_cls {
	color: #fff;
	font: bold 16px/16px Mont;
	position: relative;
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 0;
	background: 0 0;
	border: 0;
	cursor: pointer;
}

.cities_win .h3_cls .pr_brg {
	display: block;
	width: 22px;
	height: 5px;
	position: absolute;
	margin: 0;
	top: 6px;
	right: 0;
}

.cities_win .h3_cls .pr_brg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cities_win .h3_cls .pr_brg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cities_win .d_rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 75px 0 0;
}

.cities_win .d_rows .d_cols {
	width: 45%;
	margin: 0 0 75px;
}

.cities_win .d_rows .d_cols .rd {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.cities_win .d_rows .d_cols .rd .cd.cd01 {
	width: 115px;
}

.cities_win .d_rows .d_cols .rd .cd.cd01 img {
	max-width: 115px;
}

.cities_win .d_rows .d_cols .rd .cd.cd02 {
	width: calc(100% - 175px);
	margin-left: 60px;
}

.cities_win .d_rows .d_cols .rd .cd .h5 {
	color: #fff;
	font: bold 15px/15px Mont;
	margin: 0 0 3px;
}

.cities_win .d_rows .d_cols .rd .cd .t {
	color: #fff;
	font: 300 15px/25px Mont;
}

.all_history_company {
	margin: 15px 0 0;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.all_history_company .container {
	height: 100%;
}

.all_history_company .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.all_history_company .rows .cols.cols01 {
	width: 525px;
}

.all_history_company .rows .cols.cols02 {
	width: calc(100% - 525px);
	background: #fff;
}

.all_history_company .rows .cols .years {
	position: relative;
	margin-top: 135px;
	bottom: auto;
}

.all_history_company .rows .cols .years .year {
	color: #1f29a9;
	font: 370px/280px Chalet;
	position: relative;
	letter-spacing: -20px;
}

.all_history_company .rows .cols .years .year.years02 {
	margin: 0 0 0 145px;
}

.all_history_company .rows .cols .years .year.years02.o:before {
	content: "0";
}

.all_history_company .rows .cols .years .year.years01 {
	color: #f8f9fb;
	text-shadow: 0 -1px 0 #4031ff, 0 -1px 0 #4031ff, 0 1px 0 #4031ff, 0 1px 0 #4031ff, -1px 0 0 #4031ff, 1px 0 0 #4031ff,
		-1px 0 0 #4031ff, 1px 0 0 #4031ff, -1px -1px 0 #4031ff, 1px -1px 0 #4031ff, -1px 1px 0 #4031ff,
		1px 1px 0 #4031ff, -1px -1px 0 #4031ff, 1px -1px 0 #4031ff, -1px 1px 0 #4031ff, 1px 1px 0 #4031ff;
}

.all_history_company .rows .cols .years .mc {
	right: auto;
	bottom: 0;
	top: 300px;
}

.all_history_company .rows .cols .desc {
	padding: 95px 115px;
}

.all_history_company .rows .cols .desc .history {
	margin: 0 0 75px;
	position: relative;
}

.all_history_company .rows .cols .desc .history .tro {
	position: absolute;
	top: 0;
	right: 0;
}

.all_history_company .rows .cols .desc .h4 {
	color: #000;
	font: 33px/50px Chalet;
	margin: 0 0 47px;
	max-width: 500px;
}

.all_history_company .rows .cols .desc p {
	color: #000;
	font: 15px/27px Mont;
	margin: 0 0 26px 50px;
	max-width: 535px;
	width: 100%;
}

.all_history_company .pagination_list_about {
	position: fixed;
	top: 0;
	right: 60px;
	display: -webkit-box;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 70;
}

.all_history_company .pagination_list_about li {
	margin: 0 0 20px;
	position: relative;
}

.all_history_company .pagination_list_about li.active:after {
	background: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.all_history_company .pagination_list_about li.active a {
	color: #000;
}

.all_history_company .pagination_list_about li:after {
	content: "";
	position: absolute;
	top: 9px;
	right: -60px;
	height: 1px;
	width: 44px;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.all_history_company .pagination_list_about li:last-child {
	margin-bottom: 0;
}

.all_history_company .pagination_list_about li a {
	color: #afafaf;
	font: 11px/11px Mont;
}

#footer {
	margin: 0;
	padding-top: 52px;
	padding-bottom: 50px;
	background-color: #1c00a1;
}

#footer #trg_ftr {
	position: absolute;
	top: 0;
	right: 0;
}

#footer .ops_ttl {
	color: #351cab;
	font: 64px/64px Chalet;
	padding: 32px 0 0;
	background-color: #1c00a1;
	position: relative;
	z-index: 25;
}

#footer .container {
	height: 100%;
	position: relative;
	left: -32px;
}

#footer .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 46px auto 0 0;
}

#footer .rows .cols.cols01 {
	width: 400px;
}

#footer .rows .cols.cols02 {
	width: 200px;
}

#footer .rows .cols.cols02 .fm_list {
	margin-top: 47px;
	margin-left: 0px;
}

#footer .rows .cols.cols03 {
	width: 575px;
}

#footer .rows .cols.cols03 .adr,
#footer .rows .cols.cols03 .h4 {
	display: none;
}

#footer .rows .cols .h3 {
	color: #fff;
	font: 21px/24px Chalet;
	margin: 0 0 42px;
}

#footer .rows .cols .h3 a {
	color: #fff;
}

#footer .rows .cols .h4 {
	color: #fff;
	font: 20px/20px Chalet;
	margin: 60px 0 0;
}

#footer .rows .cols .h4 a {
	color: #fff;
}

#footer .rows .cols .adr {
	margin: 22px 0 0;
}

#footer .rows .cols .adr .t {
	color: #fff;
	font: 600 15px/15px Chalet;
	margin: 0 0 5px;
}

#footer .rows .cols .adr .st {
	color: rgba(255, 255, 255, 0.4);
	font: 600 12px/12px Chalet;
	border: 0;
	background: 0 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	pointer-events: none;
}

#footer .rows .cols .adr .st:hover {
	color: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

#footer .rows .cols .fm_list {
	margin: 0 0 0 2px;
}

#footer .rows .cols .fm_list li {
	margin: 0 0 20px;
	color: #fff;
	font: 600 15px/13px Chalet;
}

#footer .rows .cols .fm_list li:last-child {
	margin-bottom: 0;
}

#footer .rows .cols .fm_list li.lst {
	margin: 0;
}

#footer .rows .cols .fm_list li.lst .st {
	color: rgba(255, 255, 255, 0.4);
	font: 600 14px/24px Chalet;
	letter-spacing: 0.2px;
	border: 0;
	background: 0 0;
	cursor: pointer;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	pointer-events: none;
	display: block;
	margin-bottom: 1px;
}

#footer .rows .cols .fm_list li.lst .st:hover {
	color: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

#footer .rows .cols .fm_list li a {
	color: #fff;
	font: 600 15px/12px Chalet;
	letter-spacing: 0.5px;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .rows .cols .r {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#footer .rows .cols .r.r02 {
	margin-top: 68px;
}

#footer .rows .cols .r .c.c01 {
	width: 220px;
}

#footer .rows .cols .r .c.c02 {
	width: 330px;
}

#footer .rows .cols .r .c.c01 .fm_list li {
	margin: 0 0 25px;
}
#footer .rows .cols .r .c.c01 .fm_list li.lst {
	margin: 0;
}

#footer .rows .cols .r .c.c02 .fm_list {
	margin-top: 6px;
}

#footer .rows .cols .r .c.c02 .fm_list li {
	margin: 0 0 24px;
}

#footer .rows_l {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin: -61px auto 0 0;
	max-width: 1400px;
	width: 100%;
}

#footer .rows_l .cols_l.cols_l01 {
	width: 315px;
}

#footer .rows_l .cols_l.cols_l02 {
	width: 200px;
}

#footer .rows_l .cols_l.cols_l03 {
	width: 570px;
}

#footer .rows_l .cols_l .developer {
	margin: 0;
}

#footer .rows_l .cols_l .developer p {
	color: rgba(255, 255, 255, 0.4);
	font: 600 15px/15px Chalet;
}

#footer .rows_l .cols_l .developer p a {
	font: 15px/15px Chalet;
	color: #fff;
}

#footer .rows_l .cols_l .f_social {
	margin: 0;
}

#footer .rows_l .cols_l .f_social .st {
	color: rgba(255, 255, 255, 0.4);
	font: 600 12px/12px Chalet;
}

#footer .rows_l .cols_l .f_social .a_sc {
	margin: 18px 0 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

#footer .rows_l .cols_l .f_social .a_sc .scl {
	color: #fff;
	font-size: 28px;
	margin: 0 25px 0 0;
	transition: all 0.3s;
}

#footer .rows_l .cols_l .f_social .a_sc .scl:last-child {
	margin-right: 0;
}
#footer .rows_l .cols_l .f_social .a_sc .scl:hover {
	opacity: 0.6;
	transition: all 0.3s;
}

.n_menu {
	position: fixed;
	border-left: 1px solid #dedede;
	top: 0;
	left: 96px;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: calc(100% - 96px);
	height: 100%;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}

.n_menu.active {
	opacity: 1;
	z-index: 300;
	pointer-events: auto;
}

.n_menu .n_menu_in {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 0 0 18px;
	width: 100%;
	height: 90%;
	overflow-y: scroll;
}

.n_menu .ops_ttl {
	color: #f8f9fb;
	font: 96px/96px Chalet;
	padding: 130px 0 0;
}

.n_menu .container {
	height: 100%;
}

.n_menu .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 80px auto 0 0;
	max-width: 1400px;
	width: 100%;
}

.n_menu .rows .cols.cols01 {
	width: 315px;
}

.n_menu .rows .cols.cols02 {
	width: 200px;
}

.n_menu .rows .cols.cols02 .fm_list {
	margin-top: 83px;
}

.n_menu .rows .cols.cols03 {
	width: 570px;
}

.n_menu .rows .cols.cols03 .adr,
.n_menu .rows .cols.cols03 .h4 {
	display: none;
}

.n_menu .rows .cols .h3 {
	color: #1f29a9;
	font: 24px/24px Chalet;
	margin: 0 0 60px;
}

.n_menu .rows .cols .h3 a {
	color: #1f29a9;
}

.n_menu .rows .cols .h4 {
	color: #1f29a9;
	font: 20px/20px Chalet;
	margin: 60px 0 0;
}

.n_menu .rows .cols .h4 a {
	color: #1f29a9;
}

.n_menu .rows .cols .adr {
	margin: 31px 0 0;
}

.n_menu .rows .cols .adr .t {
	color: #9c9c9c;
	font: 600 15px/15px Chalet;
	margin: 0 0 5px;
}

.n_menu .rows .cols .adr .st {
	color: #9c9c9c;
	font: 600 12px/12px Chalet;
	border: 0;
	background: 0 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	cursor: pointer;
	pointer-events: none;
}

.n_menu .rows .cols .adr .st:hover {
	color: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.n_menu .rows .cols .fm_list {
	margin: 0;
}

.n_menu .rows .cols .fm_list li {
	margin: 0 0 20px;
	color: #070707;
	font: 600 15px/15px Chalet;
}

.n_menu .rows .cols .fm_list li:last-child {
	margin-bottom: 0;
}

.n_menu .rows .cols .fm_list li.lst {
	margin: 0 0 8px;
}

.n_menu .rows .cols .fm_list li.lst .st {
	color: #9c9c9c;
	font: 600 12px/12px Chalet;
	border: 0;
	background: 0 0;
	cursor: pointer;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	pointer-events: none;
}

.n_menu .rows .cols .fm_list li.lst .st:hover {
	color: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.n_menu .rows .cols .fm_list li a {
	color: #070707;
	font: 600 15px/15px Chalet;
}

.n_menu .rows .cols .r {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.n_menu .rows .cols .r.r02 {
	margin-top: 68px;
}

.n_menu .rows .cols .r .c.c01 {
	width: 200px;
}

.n_menu .rows .cols .r .c.c02 {
	width: 310px;
}

.n_menu .rows .cols .r .c.c02 .fm_list {
	margin-top: 23px;
}

.hd_menu {
	-webkit-box-ordinal-group: 4;
	order: 3;
	display: none;
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 134px;
	margin: auto;
	z-index: 200;
}

.hd_menu .mm_list {
	text-align: center;
	margin: 0;
	display: -webkit-box;
	display: flex;
}

.hd_menu .mm_list li {
	margin: 0 27px;
}

.hd_menu .mm_list li a {
	color: #999;
	font: 15px/15px Mont;
	position: relative;
	display: block;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	padding: 13px 0;
}

.hd_menu .mm_list li a:hover {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.hd_menu .mm_list li a:focus {
	color: #999;
}

.hd_menu .mm_list li.active a {
	color: #1f29a9;
}

.hd_menu .mm_list li.active a:focus {
	color: #303e48;
}

.burger {
	width: 58px;
	height: 58px;
	position: relative;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 100%;
	display: none;
	margin: 0 15px 0 0;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 13px;
	background: #1f29a9;
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	margin: auto;
	right: 0;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.burger span:nth-child(even) {
	left: 13px;
}

.burger span:nth-child(odd) {
	left: -13px;
}

.burger span:nth-child(1),
.burger span:nth-child(2) {
	top: 21px;
}

.burger span:nth-child(3),
.burger span:nth-child(4) {
	top: 27px;
}

.burger span:nth-child(5),
.burger span:nth-child(6) {
	top: 33px;
}

.burger.open span:nth-child(1),
.burger.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger.open span:nth-child(2),
.burger.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.burger.open span:nth-child(1) {
	left: -9px;
	top: 22px;
}

.burger.open span:nth-child(2) {
	left: 9px;
	top: 22px;
}

.burger.open span:nth-child(3),
.burger.open span:nth-child(4) {
	left: 0;
	opacity: 0;
}

.burger.open span:nth-child(5) {
	left: -9px;
	top: 31px;
}

.burger.open span:nth-child(6) {
	left: 9px;
	top: 31px;
}

.selectize-control.single {
	height: 54px;
}

.selectize-control.single .selectize-input {
	border: 1px solid #e8e8e8;
	border-radius: 45px;
	background: #fff;
	text-align: center;
	padding: 15px 10px;
}

.selectize-control.single .selectize-input.not-full {
	padding-top: 0;
	padding-bottom: 0;
}

.selectize-control.single .selectize-input.dropdown-active {
	border-radius: 25px 25px 0 0;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0;
}

.selectize-control.single .selectize-input:after {
	content: "";
	width: 13px;
	height: 8px;
	border: 0;
	top: 22px;
	right: 17px;
	margin: 0;
}

.selectize-control.single .selectize-input .item {
	font: 17px/17px Mont;
	color: #545454;
}

.selectize-control.single .selectize-input .item + input {
	display: none !important;
}

.selectize-control.single .selectize-dropdown {
	border-color: #e8e8e8;
	border-radius: 0;
	text-align: center;
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
	max-height: 230px;
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
	font: 17px/22px Mont;
	color: #545454;
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option.active {
	background: #1f29a9;
	color: #fff;
}

.selectize-control.single .selectize-dropdown .nicescroll-rails {
	width: 1px !important;
	background: #e8e8e8;
}

.selectize-control.single .selectize-dropdown .nicescroll-rails .nicescroll-cursors {
	left: 12px;
}

.fancybox-overlay {
	background-image: none;
	background: rgba(9, 25, 47, 0.56);
}

.fancybox-close {
	top: 18px;
	right: 18px;
	width: 18px;
	height: 18px;
	background-image: none;
}

.fancybox-close:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-close:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.win_popup {
	width: 910px;
	min-height: 580px;
	padding: 0;
	background: #fff;
}

.win_popup .fancybox-button {
	opacity: 1;
}

.win_popup .fancybox-button svg {
	color: #000;
	transform: scale(1);
	transition: all 0.3s;
}
.win_popup .fancybox-button:hover svg {
	transform: scale(1.2);
	transition: all 0.3s;
}

.win_popup .line_pp {
	height: auto;
	text-align: center;
	background: #1f29a9;
	padding: 51px 15px 53px;
}

.win_popup .line_pp h3 {
	font: 27px/27px Mont;
	color: #fff;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.win_popup .line_pp p {
	font: 17px/21px Mont;
	color: #fff;
	max-width: 720px;
	margin: auto;
}

.win_popup .blc_pp_wt {
	padding: 41px 0 65px;
	width: 770px;
	margin: auto;
	text-align: left;
}

.win_popup .blc_pp_wt .rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	text-align: center;
	margin: 35px 0 0;
}

.win_popup .blc_pp_wt .rows.rows100 .cols {
	width: 100%;
}

.win_popup .blc_pp_wt .rows .cols {
	width: calc(50% - 10px);
	position: relative;
}

.win_popup .blc_pp_wt .rows input {
	border: 1px solid #b8b8b8;
	width: 100%;
	color: #2d2d2d;
	font: 18px/18px Mont;
	position: relative;
	padding: 10px 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.win_popup .blc_pp_wt .rows input::-webkit-input-placeholder {
	color: #2d2d2d;
}

.win_popup .blc_pp_wt .rows input::-moz-placeholder {
	color: #2d2d2d;
}

.win_popup .blc_pp_wt .rows input:-moz-placeholder {
	color: #2d2d2d;
}

.win_popup .blc_pp_wt .rows input:-ms-input-placeholder {
	color: #2d2d2d;
}

.win_popup .blc_pp_wt .rows textarea {
	border: 1px solid #b8b8b8;
	resize: none;
	width: 100%;
	height: 90px;
	color: #212121;
	font: 18px/22px Mont;
	-webkit-appearance: none;
	padding: 10px 30px;
	-moz-appearance: none;
}

.win_popup .blc_pp_wt .rows textarea::-webkit-input-placeholder {
	color: #2d2d2d;
	font: 18px/22px Mont;
}

.win_popup .blc_pp_wt .rows textarea::-moz-placeholder {
	color: #2d2d2d;
	font: 18px/22px Mont;
}

.win_popup .blc_pp_wt .rows textarea:-moz-placeholder {
	color: #2d2d2d;
	font: 18px/22px Mont;
}

.win_popup .blc_pp_wt .rows textarea:-ms-input-placeholder {
	color: #2d2d2d;
	font: 18px/22px Mont;
}

.win_popup .blc_pp_wt .rows button {
	font: 19px/19px Mont;
	border: 1px solid #9da4aa;
	padding: 21px 85px;
	cursor: pointer;
	color: #000;
	border-radius: 3px;
	background: 0 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.win_popup .blc_pp_wt .rows button:hover {
	color: #000;
	border-color: #9da4aa;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.38);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.win_popup .blc_pp_wt .rows button[disabled],
.win_popup .blc_pp_wt .rows button[disabled]:hover {
	cursor: default;
	border: 1px solid #b8b8b8;
	background: 0 0;
	color: #b1b1b1;
}

.win_popup .blc_pp_wt .rows p.pp_notis {
	position: absolute;
	top: 0;
	left: 10px;
	font: 16px/20px Mont;
	color: #949494;
	max-width: 165px;
	text-align: left;
}

.win_popup .blc_pp_wt .rows p.pp_notis i {
	color: #000;
	display: inline-block;
	margin: 0 0 0 -11px;
	font-size: 15px;
	position: relative;
	top: -4px;
}

.thank_you {
	width: 910px;
	min-height: 175px;
	background: #fff;
}

.thank_you .line_pp {
	height: 125px;
}

.thank_you .blc_pp_wt {
	text-align: center;
	padding: 51px 0 52px;
}

.thank_you .blc_pp_wt p {
	font: 24px/30px Mont;
	color: #0b1c2b;
	margin: 0 0 1px;
}

.thank_you .blc_pp_wt span {
	font: 300 20px/30px Mont;
	color: #0b1c2b;
}

.fancybox-inner {
	overflow: visible !important;
	min-height: 100px;
}

.parsley-errors-list {
	position: absolute;
	top: 2px;
	left: 31px;
}

.parsley-errors-list li {
	color: red;
	font: 10px/10px Mont;
}

.mc {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 112px;
	height: 112px;
	background: #f8f9fb;
	z-index: 50;
	border-radius: 100%;
	overflow: hidden;
}

.mc .mc_b {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../img/s09.svg) 0 0 / cover no-repeat;
	-webkit-animation: 20s linear infinite rotation;
	animation: 20s linear infinite rotation;
}

.mc .mouse {
	display: block;
	width: 100%;
	height: 100%;
}

.mc .mouse span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 21px;
	border-radius: 100px;
	background-size: 100% 200%;
	border: 1px solid #1f29a9;
	display: block;
}

.mc .mouse span:after,
.mc .mouse span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: 4px;
}

.mc .mouse span:before {
	width: 1px;
	height: 4px;
	background-color: #1f29a9;
	border-radius: 10px;
	display: none;
}

.mc .mouse span:after {
	background-color: #1f29a9;
	width: 2px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: 5s linear infinite trackBallSlide;
	animation: 5s linear infinite trackBallSlide;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes colorSlide {
	0% {
		background-position: 0 100%;
	}
	20% {
		background-position: 0 0;
	}
	21% {
		background-color: #4e5559;
	}
	29.99% {
		background-color: #fff;
		background-position: 0 0;
	}
	30%,
	60% {
		background-color: #4e5559;
		background-position: 0 100%;
	}
	50%,
	80% {
		background-position: 0 0;
	}
	51%,
	81% {
		background-color: #4e5559;
	}
	59% {
		background-color: #fff;
		background-position: 0 0;
	}
	100%,
	90% {
		background-color: #fff;
	}
}

@keyframes colorSlide {
	0% {
		background-position: 0 100%;
	}
	20% {
		background-position: 0 0;
	}
	21% {
		background-color: #4e5559;
	}
	29.99% {
		background-color: #fff;
		background-position: 0 0;
	}
	30%,
	60% {
		background-color: #4e5559;
		background-position: 0 100%;
	}
	50%,
	80% {
		background-position: 0 0;
	}
	51%,
	81% {
		background-color: #4e5559;
	}
	59% {
		background-color: #fff;
		background-position: 0 0;
	}
	100%,
	90% {
		background-color: #fff;
	}
}

@-webkit-keyframes trackBallSlide {
	0%,
	28%,
	29.99%,
	30% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	6% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	14% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(8px);
		transform: scale(0.4) translateY(8px);
	}
	15%,
	19% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
	36% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	44% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(8px);
		transform: scale(0.4) translateY(8px);
	}
	45%,
	49% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
	58%,
	59.99%,
	60% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	66% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	74% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(8px);
		transform: scale(0.4) translateY(8px);
	}
	75%,
	79% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
	100%,
	88% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
}

@keyframes trackBallSlide {
	0%,
	28%,
	29.99%,
	30% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	6% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	14% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(8px);
		transform: scale(0.4) translateY(8px);
	}
	15%,
	19% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
	36% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	44% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(8px);
		transform: scale(0.4) translateY(8px);
	}
	45%,
	49% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
	58%,
	59.99%,
	60% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	66% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	74% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(8px);
		transform: scale(0.4) translateY(8px);
	}
	75%,
	79% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
	100%,
	88% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
}

@-webkit-keyframes nudgeMouse {
	0%,
	30%,
	60%,
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20%,
	50%,
	80% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes nudgeMouse {
	0%,
	30%,
	60%,
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20%,
	50%,
	80% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@-webkit-keyframes colorText {
	21%,
	51%,
	81% {
		color: #4e5559;
	}
	30%,
	60%,
	90% {
		color: #fff;
	}
}

@-webkit-keyframes nudgeText {
	0%,
	30%,
	60%,
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20%,
	50%,
	80% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
}

@keyframes colorText {
	21%,
	51%,
	81% {
		color: #4e5559;
	}
	30%,
	60%,
	90% {
		color: #fff;
	}
}

.d404 {
	margin: 125px 0;
	color: #484356;
	font: 15px/27px Mont;
	position: relative;
}

.d404 .b4 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font: 650px/450px Mont;
	z-index: 0;
	color: rgba(31, 41, 169, 0.045);
	text-align: center;
}

.d404 .t {
	position: relative;
	z-index: 20;
}

.d404 p {
	margin: 0 0 30px;
}

.d404 h4 {
	margin: 55px 0 30px;
}

.d404 ul li {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 25px;
}

.d404 ul li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #484356;
}

.map-columns {
	margin-bottom: 125px;
	width: 100%;
}

.map-columns tr td {
	vertical-align: top;
}

.map-columns ul {
	margin: 0;
}

.map-columns ul.map-level-1,
.map-columns ul.map-level-2 {
	padding-left: 25px;
}

.map-columns ul li {
	padding: 6px 0 6px 25px;
	position: relative;
}

.map-columns ul li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #484356;
}

.map-columns ul li a {
	color: #484356;
	display: inline;
	font-family: Mont;
	font-size: 14px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	position: relative;
}

.map-columns ul li a:hover {
	color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container_dp_phone {
	position: relative;
}

.container_dp_phone .dp_phone {
	position: absolute;
	right: 0;
	left: 0;
	bottom: auto;
	top: 0;
	margin: auto;
	width: 344px;
	height: 700px;
	z-index: 10;
	-webkit-transition: 1s;
	transition: 1s;
}

.container_dp_phone .dp_phone#dp_phone_00 {
	right: 0;
	bottom: auto;
	margin: 0 0 0 -96px;
	-webkit-transition: 1s;
	transition: 1s;
	top: 149.844px;
	left: 828.5px;
}

.container_dp_phone .dp_phone#dp_phone_00.ops_phone {
	opacity: 0;
}

.container_dp_phone .dp_phone#dp_phone_00.active04 .phone.wbp {
	background: url(../img/phone4.webp) 50% 50% / cover no-repeat;
}

.container_dp_phone .dp_phone#dp_phone_00.active04 .phone.nwbp {
	background: url(../img/phone4.png) 50% 50% / cover no-repeat;
}

.container_dp_phone .dp_phone#dp_phone_01,
.container_dp_phone .dp_phone#dp_phone_02,
.container_dp_phone .dp_phone#dp_phone_03,
.container_dp_phone .dp_phone#dp_phone_04,
.container_dp_phone .dp_phone#dp_phone_05 {
	opacity: 0;
	pointer-events: none;
}

.container_dp_phone .dp_phone.active05 .mc,
.container_dp_phone .dp_phone.active05 .t {
	display: none;
	pointer-events: none;
}

.container_dp_phone .dp_phone.active05 .q {
	display: block;
	pointer-events: auto;
}

.container_dp_phone .dp_phone.f {
	position: fixed;
	top: calc(25% + 50px) !important;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
	transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.container_dp_phone .dp_phone.active .mc,
.container_dp_phone .dp_phone.active .t {
	display: none;
	pointer-events: none;
}

.container_dp_phone .dp_phone.active .q {
	display: block;
	pointer-events: auto;
}

.container_dp_phone .dp_phone .phone {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.container_dp_phone .dp_phone .phone.wbp {
	background: url(../img/phone3.webp) 50% 50% / cover no-repeat;
}

.container_dp_phone .dp_phone .phone.nwbp {
	background: url(../img/phone3.png) 50% 50% / cover no-repeat;
}

.container_dp_phone .dp_phone .t {
	color: #fff;
	position: absolute;
	top: 195px;
	left: 40px;
	right: 0;
	margin: 0;
	text-align: left;
	font: 65px/65px Chalet;
	z-index: 10;
	max-width: 255px;
}

.container_dp_phone .dp_phone .t .d {
	font: 92px/92px Chalet;
	margin: 0 0 37px;
}

.container_dp_phone .dp_phone .q {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	display: none;
	pointer-events: none;
	height: 100%;
}

.container_dp_phone .dp_phone .q .tx {
	color: #fff;
	margin: 117px 0 0;
	text-align: center;
	font: 50px/50px Chalet;
}

.container_dp_phone .dp_phone .q .l {
	display: inline-block;
	background: #fff;
	border-radius: 45px;
	color: #1f29a9;
	font: bold 16px/16px Mont;
	padding: 14px 62px;
	margin: 48px 0 0;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container_dp_phone .dp_phone .q .l:hover {
	color: #fff;
	background: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container_dp_phone .dp_phone .q .s {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	height: 100%;
}

.container_dp_phone .dp_phone .q .s .c.c01 {
	margin-bottom: 35px;
}

.container_dp_phone .dp_phone .q .s .c .lk {
	display: block;
	position: relative;
	padding: 0;
	text-align: center;
	width: 100%;
}

.container_dp_phone .dp_phone .q .s .c .lk .txt {
	display: block;
	color: #fff;
	font: bold 16px/16px Mont;
}

.container_dp_phone .dp_phone .mc {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 127px;
	background: #1f29a9;
}

.container_dp_phone .dp_phone .mc .mc_b {
	background: url(../img/q05b.png) 0 0 / cover no-repeat #1f29a9;
}

.container_dp_phone .dp_phone .mc .mouse span {
	border-color: #fff;
}

.container_dp_phone .dp_phone .mc .mouse span:after {
	background: #fff;
}

.dt_phone_section {
	height: 100vh;
	position: relative;
}

.dt_phone_section .trz_ph {
	position: absolute;
	top: 0;
}

.dt_phone_section .trz_ph#tr_ph01 {
	top: 86px;
}

.dt_phone_section .bc {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: -5%;
	width: 700px;
	height: 700px;
	background: #fff;
	border-radius: 100%;
	z-index: 0;
}

.dt_phone_section .bc.bcP03 {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.dt_phone_section#dt_phone_section01 {
	height: calc(100vh + 86px);
	margin-top: -86px;
}

.dt_phone_section#dt_phone_section01 .top_dtl {
	background: #1f29a9;
	min-height: 530px;
	position: relative;
	margin-top: 0;
}

.dt_phone_section#dt_phone_section01 .top_dtl .dt_bb {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.dt_phone_section#dt_phone_section01 .top_dtl .dt_bb.wbp {
	background: url(../img/q11.webp) 50% 50% no-repeat;
}

.dt_phone_section#dt_phone_section01 .top_dtl .dt_bb.nwbp {
	background: url(../img/q11.png) 50% 50% no-repeat;
}

.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt {
	position: absolute;
	bottom: 60px;
	left: 80px;
	min-height: 112px;
	min-width: 112px;
}

.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .t {
	color: #fff;
	font: 65px/65px Chalet;
	margin: 0 0 95px;
}

.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .mc {
	position: relative;
	margin: 0;
	background: #432dff;
}

.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .mc .mc_b {
	background: url(../img/q05b.png) 0 0 / cover no-repeat #432dff;
}

.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .mc .mouse span {
	border-color: #fff;
}

.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .mc .mouse span:after {
	background-color: #fff;
}

.dt_phone_section#dt_phone_section01 .dp_phone {
	top: 15%;
}

.dt_phone_section#dt_phone_section02 .dp_phone {
	top: 0;
	bottom: 0;
}

.dt_phone_section#dt_phone_section02 .ttx {
	color: #fff;
	font: 440px/440px Chalet;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-indent: 12%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.dt_phone_section#dt_phone_section03 .dt_section03_in {
	height: 100%;
}

.dt_phone_section#dt_phone_section03 .dp_phone {
	top: 0;
	bottom: 0;
}

.dt_phone_section#dt_phone_section03 .dt3_rows {
	width: calc(100% - 140px);
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
}

.dt_phone_section#dt_phone_section03 .rows {
	width: 340px;
	margin: 0;
	position: relative;
}

.dt_phone_section#dt_phone_section03 .rows.rows01 {
	margin: 0;
}

.dt_phone_section#dt_phone_section03 .rows.rows01 .cols {
	text-align: right;
}

.dt_phone_section#dt_phone_section03 .rows .cols {
	position: relative;
	margin: 0 0 50px;
}

.dt_phone_section#dt_phone_section03 .rows .cols:last-child {
	margin-bottom: 0;
}

.dt_phone_section#dt_phone_section03 .rows .cols .desc {
	position: relative;
	width: 290px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.dt_phone_section#dt_phone_section03 .rows .cols .desc p {
	color: #000;
	font: 15px/27px Mont;
	position: relative;
	z-index: 10;
}

.dt_phone_section#dt_phone_section03 .rows .cols .desc .i {
	color: #b8b8ba;
	text-transform: uppercase;
	font: 11px/11px Mont;
	display: block;
	z-index: 1;
}

.dt_phone_section#dt_phone_section04 .dp_phone {
	top: 0;
	bottom: 0;
}

.dt_phone_section#dt_phone_section04 .phone {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.dt_phone_section#dt_phone_section04 .phone.wbp {
	background: url(../img/phone4.webp) 50% 50% / cover no-repeat;
}

.dt_phone_section#dt_phone_section04 .phone.nwbp {
	background: url(../img/phone4.png) 50% 50% / cover no-repeat;
}

.dt_phone_section#dt_phone_section05 .bg_t {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 0;
	background: 0 0;
}

.dt_phone_section#dt_phone_section05 .bg_b {
	position: absolute;
	height: 50%;
	width: 100%;
	bottom: 0;
	background: #1f29a9;
}

.dt_phone_section#dt_phone_section05 .dp_phone {
	top: 0;
	bottom: 0;
}

.dt_phone_section#dt_phone_section05 .dp_phone .mc,
.dt_phone_section#dt_phone_section05 .dp_phone .t {
	display: none;
	pointer-events: none;
}

.dt_phone_section#dt_phone_section05 .dp_phone .q {
	display: block;
	pointer-events: auto;
}

.dt_phone_section#dt_phone_section05 .ttx {
	color: #3956f8;
	font: 440px/440px Chalet;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-indent: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-indent: 10%;
	top: -87px;
}

.pr_slr_phone {
	margin: auto;
	overflow: visible;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	height: 700px;
	width: 335px;
	z-index: 20;
}

.pr_slr_phone .swiper-wrapper .swiper-slide {
	width: 335px;
}

.pr_slr_phone .swiper-wrapper .swiper-slide.swiper-slide-active .bg .over,
.pr_slr_phone .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg .over {
	background: rgba(48, 48, 102, 0);
}

.pr_slr_phone .swiper-wrapper .swiper-slide.swiper-slide-active .bg .over2,
.pr_slr_phone .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg .over2 {
	background: rgba(244, 245, 249, 0);
}

.pr_slr_phone .swiper-wrapper .swiper-slide .bg {
	position: relative;
	width: 305px;
	height: 660px;
	overflow: hidden;
	border-radius: 20px;
	margin: 18px auto 0;
}

.pr_slr_phone .swiper-wrapper .swiper-slide .bg .bg_in {
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pr_slr_phone .swiper-wrapper .swiper-slide .bg .over {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(48, 48, 102, 0.05);
	z-index: 10;
}

.pr_slr_phone .swiper-wrapper .swiper-slide .bg .over2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(244, 245, 249, 0.6);
	z-index: 5;
}

.nav_pr_phone_slr {
	width: 120px;
	height: 60px;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav_pr_phone_slr .swiper-button-prev {
	left: 0;
	top: 0;
	margin: 0;
}

.nav_pr_phone_slr .swiper-button-prev:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_phone_slr .swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0c1c4a;
	border-left: 2px solid #0c1c4a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_phone_slr .swiper-button-next {
	right: 0;
	top: 0;
	margin: 0;
}

.nav_pr_phone_slr .swiper-button-next:hover:after {
	border-color: #1f29a9;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.nav_pr_phone_slr .swiper-button-next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0c1c4a;
	border-right: 2px solid #0c1c4a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

#dt_phone_section02 .all_pds_txt {
	position: absolute;
	width: 455px;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 120px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
}

#dt_phone_section02 .all_pds_txt .h5 {
	color: #b2b3b5;
	font: 11px/11px Mont;
	letter-spacing: 1.87px;
	text-transform: uppercase;
}

#dt_phone_section02 .all_pds_txt .pd_txt {
	height: 265px;
	overflow: hidden;
	margin: 45px 0 0;
}

#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in {
	max-width: 455px;
	width: 100%;
	color: #484356;
	font: 14px/34px Mont;
	height: 265px;
}

#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools {
	width: 31px;
}

#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_draggerContainer {
	padding-bottom: 4px;
}

#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_draggerRail {
	background: #c1c8d5;
	width: 1px;
}

#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_dragger {
	width: 30px;
	height: 30px !important;
}

#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #c1c8d5;
	width: 28px;
	height: 28px;
	left: 1px;
	box-shadow: 0 2px 4px 0 #c1c8d5;
}

#dt_phone_section02 .all_pds_txt .get_consultation {
	color: #1f29a9;
	font: bold 16px/16px Mont;
	position: relative;
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 100px 0 0;
}

#dt_phone_section02 .all_pds_txt .get_consultation .pr_brg {
	display: block;
	width: 22px;
	height: 5px;
	position: absolute;
	margin: 0;
	top: 6px;
	right: 0;
}

#dt_phone_section02 .all_pds_txt .get_consultation .pr_brg span {
	display: block;
	height: 1px;
	width: 100%;
	background: #1f29a9;
	position: absolute;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

#dt_phone_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(1) {
	top: 0;
}

#dt_phone_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(3) {
	bottom: 0;
}

#dt_phone_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(2) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}

#dt_phone_section02 .all_pds_txt .get_consultation .pr_brg span:nth-child(4) {
	top: 2px;
	left: auto;
	right: 0;
	width: 40%;
	height: 1px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	display: block;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}

@media (max-width: 1850px) {
	.platform_solutions .ps .rows .cols .desc .ps_list ul li .int {
		left: 0;
	}
}

@media (max-width: 1800px) {
	.to_customers {
		height: 620px;
	}
	.to_customers .rows .cols.cols01 .bg {
		width: 480px;
		height: 475px;
		background-size: cover;
	}
	.to_customers .rows .cols.cols01 .bg .wdg {
		width: 337px;
		left: -42px;
		height: 120px;
	}
	.to_customers .rows .cols.cols02 .bg {
		width: 270px;
		height: 460px;
		background-size: cover;
	}
	.to_customers .rows .cols .tc_l .at {
		margin: 90px 0 0;
	}
	.to_customers .rows .cols .tc_l .pr_brg {
		margin: 120px 0 0;
	}
	#dt_section02 .all_pds_txt {
		right: 30px;
	}
	.cnt_map {
		height: 1500px;
	}
	.cnt_map .bg {
		width: 1600px;
		height: 1500px;
		background-size: cover;
	}
	.all_cities .city#ct_moscow_t {
		left: 36%;
		top: 22%;
	}
	.all_cities .city#ct_spb_t {
		left: 16%;
		top: 8%;
	}
	.all_cities .city#ct_samara_t {
		left: 76%;
		top: 29%;
	}
	.all_cities .city#ct_minsk_t {
		left: 9%;
		top: 30%;
	}
	.all_cities .city#ct_kishinev_t {
		left: 3%;
		top: 43%;
	}
	.all_cities .city#ct_kiev_t {
		left: 17%;
		top: 44%;
	}
	.dt_phone_section#dt_phone_section02 .dp_phone {
		right: -40%;
	}
}

@media (max-width: 1750px) {
	.to_customers .rows .cols .tc_l {
		padding: 70px 0 0 65px;
	}
	.mp_news_slr {
		margin: 110px 0 0 25px;
	}
	.mp_abt_slr {
		margin: 260px 0 0 25px;
	}
	.mp_abt_slr2 {
		margin: 260px 0 0;
	}
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 480px;
		height: 300px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .ltr {
		font: 1030px/1030px ForestSmooth;
	}
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 480px;
		height: 300px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .ltr {
		font: 1030px/1030px ForestSmooth;
	}
	.all_products_in.all_products_in2 .rows #p10.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p6.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p8.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 480px;
		height: 300px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .ltr {
		font: 1030px/1030px ForestSmooth;
	}
	.all_products_in.all_products_in2 .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p14.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p16.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p18.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 480px;
		height: 300px;
		background-size: cover;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .ltr,
	.all_products_in .rows #p11.cols .pr_link .desc .ltr,
	.all_products_in .rows #p15.cols .pr_link .desc .ltr,
	.all_products_in .rows #p3.cols .pr_link .desc .ltr,
	.all_products_in .rows #p7.cols .pr_link .desc .ltr {
		font: 1196px/1196px ForestSmooth;
	}
	.all_products_in .rows .cols .pr_link .desc .pr_ttl {
		font: 35px/37px Chalet;
		padding: 0 0 0 85px;
	}
	.all_products_in .rows .cols .pr_link .desc .pr_brg {
		margin: 25px 0 0;
	}
	.deatils_page .dp_in {
		padding: 80px 170px 200px 135px;
	}
	.deatils_page .dp_in h1 {
		font: 600 36px/48px Chalet;
	}
	.pr_slr2 {
		margin: 0 auto 125px;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt {
		left: -500px;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg {
		width: 700px;
		height: 420px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt {
		left: -590px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt {
		left: -500px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg {
		width: 700px;
		height: 420px;
	}
	.platform_solutions .ps .rows .cols.cols01 {
		width: calc(100% - 500px);
	}
	.platform_solutions .ps .rows .cols.cols02 {
		width: 500px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt {
		width: 700px;
	}
}

@media (max-width: 1700px) {
	.to_customers {
		height: 550px;
	}
	.to_customers .rows .cols.cols01 .bg {
		width: 400px;
		height: 400px;
		background-size: cover;
	}
	.to_customers .rows .cols.cols01 .bg .wdg {
		width: 280px;
		left: -36px;
		height: 100px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl:before {
		top: 30px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl:after {
		bottom: 30px;
	}
	.to_customers .rows .cols.cols02 .bg {
		width: 227px;
		height: 387px;
		background-size: cover;
	}
	.to_customers .rows .cols .tc_l .at .st {
		font: 600 19px/19px Chalet;
	}
	.to_customers .rows .cols .tc_l .at .bt {
		font: 56px/56px Chalet;
	}
	.to_customers .rows .cols .tc_l .pr_brg {
		margin: 75px 0 0;
	}
	.all_products_in .rows #p10.cols .desc .v_tx.v_tx_bb,
	.all_products_in .rows #p12.cols .pr_link .desc .v_tx.v_tx_s,
	.all_products_in .rows #p14.cols .desc .v_tx.v_tx_bb,
	.all_products_in .rows #p16.cols .desc .v_tx.v_tx_bb,
	.all_products_in .rows #p18.cols .desc .v_tx.v_tx_bb,
	.all_products_in .rows #p4.cols .pr_link .desc .v_tx.v_tx_s,
	.all_products_in .rows #p6.cols .desc .v_tx.v_tx_bb,
	.all_products_in .rows #p8.cols .desc .v_tx.v_tx_bb,
	.all_products_in .rows .cols .pr_link .desc .v_tx.v_tx_s {
		left: 50px;
	}
	.dt_section#dt_section03 .dt3_rows {
		width: calc(100% - 80px);
	}
	#dt_section02 .all_pds_txt {
		right: -130px;
	}
	.cnt_map {
		height: 1400px;
	}
	.cnt_map .bg {
		width: 1500px;
		height: 1400px;
		background-size: cover;
	}
	.all_cities .city#ct_moscow_t {
		left: 35%;
		top: 21%;
	}
	.all_cities .city#ct_spb_t {
		left: 16%;
		top: 5%;
	}
	.all_cities .city#ct_izhevsk_t {
		top: 14%;
	}
	.all_cities .city#ct_minsk_t {
		top: 29%;
	}
	.all_cities .city#ct_kishinev_t {
		top: 40%;
	}
	.all_cities .city#ct_kiev_t {
		top: 42%;
	}
	.all_cities .city#ct_almaty_t {
		top: 62%;
	}
}

@media (max-width: 1650px) {
	.bss_mp_slr {
		height: 575px;
	}
	.bss_mp_slr .bss_slr .caption.caption02 .lk .rows .cols.cols02 img {
		max-height: 575px;
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols01 {
		width: calc(100% - 515px);
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols02 {
		width: 515px;
	}
	.bss_mp_slr .bss_slr .caption .lk .tl {
		margin: 100px 0 0;
	}
	.bss_mp_slr .bss_slr .caption .lk .tb {
		font: 56px/62px Chalet;
		margin: 55px 0 25px;
	}
	.new_release {
		height: 570px;
	}
	.new_release .bg {
		width: 900px;
		height: 550px;
		background-size: cover;
	}
	.new_release .desc .r {
		margin: 90px 0 0;
	}
	.to_customers {
		height: 500px;
	}
	.to_customers .rows .cols.cols01 .bg {
		width: 350px;
		height: 350px;
		background-size: cover;
	}
	.to_customers .rows .cols.cols01 .bg .wdg {
		width: 246px;
		left: -31px;
		height: 100px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl .lt {
		font: 700 15px/15px Mont;
	}
	.to_customers .rows .cols.cols02 .obg {
		width: 453px;
		height: 453px;
		right: -235px;
	}
	.to_customers .rows .cols.cols02 .bg {
		width: 198px;
		height: 338px;
		background-size: cover;
	}
	.to_customers .rows .cols .tc_l {
		padding: 60px 0 0 45px;
	}
	.to_customers .rows .cols .tc_l .at .bt {
		font: 52px/52px Chalet;
		margin: 25px 0 40px;
	}
	.about_mp {
		padding: 145px 0 150px;
	}
	.about_mp .am_bg .ht {
		top: 5px;
	}
	.about_mp .am_ttl .h3 {
		font: 42px/54px Chalet;
	}
	.mp_abt_slr {
		margin: 230px 0 0 25px;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide {
		width: 400px;
	}
	.mp_abt_slr2 {
		margin: 200px 0 0;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide {
		width: 400px;
	}
	.mpt_list li {
		font: 30px/30px Chalet;
		margin: 0 40px 25px 0;
	}
	.nd_ttl .desc {
		padding: 55px 50px 62px 100px;
	}
	.news_slr {
		max-width: 900px;
	}
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .ltr,
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .ltr,
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .ltr {
		font: 925px/925px ForestSmooth;
	}
	.all_products_in .rows #p2.cols .ltr {
		top: 0;
		right: -10px;
		width: 641px;
		background-size: cover;
	}
	.all_products_in .rows #p12.cols .pr_link .desc .ltr,
	.all_products_in .rows #p4.cols .pr_link .desc .ltr {
		top: 0;
		right: -47px;
		width: 691px;
		background-size: cover;
	}
	.all_mn {
		margin-top: 85px;
	}
	.deatils_page .dp_in {
		padding: 65px 125px 125px 100px;
	}
	.pr_slr2 {
		margin: 0 auto 85px;
		height: 362px;
		width: 552px;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide {
		width: 552px;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide .bg {
		height: 362px;
		width: 552px;
	}
	.top_plt {
		height: 700px;
		background-size: cover;
	}
	.platform_benefits {
		height: 750px;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt {
		left: -400px;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg {
		width: 600px;
		height: 365px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt {
		left: -490px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt {
		left: -400px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg {
		width: 600px;
		height: 365px;
	}
	.platform_solutions .ps .rows .cols.cols01 {
		width: calc(100% - 400px);
	}
	.platform_solutions .ps .rows .cols.cols02 {
		width: 400px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl {
		font: 46px/46px Chalet;
		margin: 0 0 0 160px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .d {
		font: 58px/58px Chalet;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg {
		margin: 55px 0 0;
	}
	.platform_solutions .ps .rows .cols .desc .ps_ttl .h3 {
		font: 56px/56px Chalet;
	}
	.platform_solutions .ps .rows .cols .desc .ps_list ul li {
		margin: 0 0 30px;
	}
	.our_results .or_ttl {
		font: 56px/56px Chalet;
	}
	.ab_ttl {
		margin: 125px 0 0;
	}
	.about_services {
		padding: 125px 0;
	}
	.about_services .js_menu {
		margin: 60px 0 0;
	}
	.about_services .dwn_prz {
		margin: 80px 0 0;
	}
	.about_our_clients .rows {
		margin: 100px 0 0;
	}
	.all_history_company .rows .cols.cols01 {
		width: 460px;
	}
	.all_history_company .rows .cols.cols02 {
		width: calc(100% - 460px);
	}
	.all_history_company .rows .cols .years .year {
		font: 320px/240px Chalet;
	}
}

@media (max-width: 1600px) {
	.all_products_in .rows #p1.cols .pr_link .desc .ltr,
	.all_products_in .rows #p11.cols .pr_link .desc .ltr,
	.all_products_in .rows #p15.cols .pr_link .desc .ltr,
	.all_products_in .rows #p3.cols .pr_link .desc .ltr,
	.all_products_in .rows #p7.cols .pr_link .desc .ltr {
		font: 1000px/1000px ForestSmooth;
	}
	.container_dp .dp_pc {
		width: 700px;
		height: 435px;
	}
	.container_dp .dp_pc .t {
		font: 55px/55px Chalet;
		top: 90px;
	}
	.bcr,
	.dt_section .bc {
		width: 600px;
		height: 600px;
	}
	.pr_slr {
		height: 362px;
		width: 552px;
		top: -60px;
	}
	.pr_slr .swiper-wrapper .swiper-slide {
		width: 552px;
	}
	.pr_slr .swiper-wrapper .swiper-slide .bg {
		height: 362px;
		width: 552px;
		left: -1px;
	}
	#dt_section02 .all_pds_txt {
		right: -100px;
	}
	.cnt_ttl .cnt_list .rows .cols .h3,
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item {
		font: 56px/56px Chalet;
	}
	.cnt_ttl .cnt_desc .adr,
	.cnt_ttl .cnt_desc .rows .cols a {
		font: 26px/26px Mont;
	}
	.cnt_map {
		height: 1300px;
	}
	.cnt_map .bg {
		width: 1400px;
		height: 1300px;
		background-size: cover;
	}
	.all_cities .city {
		font: 32px/32px Mont;
	}
	.cities_win {
		top: 351px;
	}
	.dt_phone_section .bc {
		width: 600px;
		height: 600px;
	}
}

@media (max-width: 1550px) {
	.bss_mp_slr {
		height: 515px;
	}
	.bss_mp_slr .bss_slr .caption.caption02 .lk .rows .cols.cols02 img {
		max-height: 515px;
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols01 {
		width: calc(100% - 460px);
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols02 {
		width: 460px;
	}
	.bss_mp_slr .bss_slr .caption .lk .tb {
		font: 48px/56px Chalet;
		margin: 40px 0 20px;
	}
	.bss_mp_slr .bss_slr .caption .lk .tt {
		font: 15px/30px Mont;
		margin: 0 0 60px;
	}
	.m_top .rows .cols.cols01 {
		width: calc(100% - 710px);
	}
	.m_top .rows .cols.cols01 .t_ttl {
		margin-top: 88px;
	}
	.m_top .rows .cols.cols01 .t_ttl .h2 {
		font: 56px/62px Chalet;
	}
	.m_top .rows .cols.cols02 {
		width: 710px;
	}
	.m_top .rows .cols.cols02 .b {
		width: 538px;
		height: 660px;
		background-size: cover;
	}
	.m_top .rows .cols.cols02 .pc {
		width: 680px;
		height: 407px;
		background-size: cover;
	}
	.to_customers .rows .cols.cols01 {
		width: calc(100% - 622px);
	}
	.to_customers .rows .cols.cols02 {
		width: 600px;
	}
	.all_mnp {
		margin: 125px 0 0;
	}
	.mp_news_slr {
		margin: 75px 0 0 25px;
	}
	.mp_abt_slr {
		margin: 230px 0 0 25px;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide {
		width: 350px;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i {
		font: 61px/86px Chalet;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i .in {
		font: 16px/20px Chalet;
		top: 18px;
	}
	.mp_abt_slr2 {
		margin: 155px 0 0;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide {
		width: 375px;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .i {
		font: 51px/49px Chalet;
	}
	.t_ttl_other .h2 {
		font: 55px/55px Chalet;
	}
	.jms_list_tabs li,
	.js_menu .jms_list li,
	.js_menu .jms_list_career li {
		margin: 0 50px 23px 0;
	}
	.all_news .grid .grid-item .top_c {
		margin: 0 0 75px;
	}
	.nd_ttl .desc h1 {
		font: 600 36px/48px Chalet;
	}
	.nd_desc .rows .cols.cols02 .txt {
		font: 15px/34px Mont;
	}
	.more_news .rows .cols {
		padding: 100px 0;
	}
	.more_news .rows .cols .desc {
		padding: 0 55px;
	}
	.more_news .rows .cols .top_c {
		margin: 0 0 60px;
	}
	.more_news .rows .cols .top_c .d {
		font: 26px/26px Chalet;
	}
	.more_news .rows .cols .top_c .ht .rs {
		font: 13px/36px Mont;
	}
	.more_news .rows .cols .tl .h3 {
		font: 26px/38px Chalet;
	}
	.more_news .rows .cols .tl .tx {
		font: 14px/24px Mont;
	}
	.all_products.all_products_f {
		margin: 70px auto 90px;
	}
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .ltr {
		font: 835px/835px ForestSmooth;
	}
	.all_products_in.all_products_in2 .rows #p2.cols .pr_link .desc .all_txt .pr_ttl .d {
		font: 42px/42px Chalet;
	}
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .ltr {
		font: 835px/835px ForestSmooth;
	}
	.all_products_in.all_products_in2 .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .all_txt .pr_ttl .d {
		font: 42px/42px Chalet;
	}
	.all_products_in.all_products_in2 .rows #p10.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p6.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p8.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .ltr {
		font: 835px/835px ForestSmooth;
	}
	.all_products_in.all_products_in2 .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p14.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p16.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p18.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .pr_brg {
		margin-top: 25px;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p10.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p11.cols .pr_link .all_txt .bg .bg_in,
	.all_products_in .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p14.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p16.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p18.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p3.cols .pr_link .all_txt .bg .bg_in,
	.all_products_in .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p6.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p8.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 480px;
		height: 300px;
		background-size: cover;
	}
	.all_products_in .rows .cols .pr_link .desc .pr_ttl {
		font: 28px/32px Chalet;
		padding: 0 0 0 75px;
		margin: -35px 0 0;
	}
	.deatils_page .dp_in {
		padding: 50px 55px 75px;
	}
	.deatils_page .dp_in h1 {
		font: 600 34px/46px Chalet;
	}
	.deatils_page .dp_in .ln {
		margin: 25px 0 35px;
	}
	.pr_slr2 {
		height: 307px;
		width: 468px;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide {
		width: 468px;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide .bg {
		height: 307px;
		width: 468px;
	}
	.platform_benefits {
		height: 650px;
	}
	.pb_slr .caption .t {
		font: 44px/44px Chalet;
	}
	.platform_solutions .ps .rows .cols .desc .ps_list {
		max-width: 530px;
	}
	.ab_ttl {
		margin: 100px 0 0;
	}
	.ab_ttl .rows .h2 {
		font: 56px/56px Chalet;
	}
	.as_ttl .h3 {
		font: 44px/44px Chalet;
		margin: 35px 0 0;
	}
	.about_services {
		padding: 75px 0;
	}
	.about_our_clients .rows {
		margin: 75px 0 0;
	}
	.dr_ttl {
		margin: 100px 0 0;
	}
	.dr_ttl .h2 {
		font: 56px/56px Chalet;
	}
	.dr_ttl .rows {
		margin: 65px 0 55px;
	}
	.send_resume {
		margin: 75px 0 115px;
	}
	.all_partners .rows_prtn .rows {
		padding: 85px 50px;
	}
	.all_partners .rows_prtn .rows .cols.cols01 {
		width: 450px;
	}
	.all_partners .rows_prtn .rows .cols.cols02 {
		width: calc(100% - 450px);
	}
	.all_partners .rows_prtn .rows .cols .h2 {
		font: 52px/52px Chalet;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd01 {
		width: 90px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd01 img {
		max-width: 90px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd02 {
		width: calc(100% - 150px);
		margin-left: 40px;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .t {
		font: 55px/55px Chalet;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .mc {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 1500px) {
	.container_dp .dp_pc {
		width: 600px;
		height: 368px;
	}
	.container_dp .dp_pc .q .tx {
		font: 38px/38px Chalet;
		margin: 55px 0 0;
	}
	.container_dp .dp_pc .mc {
		width: 90px;
		height: 90px;
		bottom: 95px;
	}
	.dt_section .bc {
		width: 500px;
		height: 500px;
	}
	.dt_section#dt_section03 .rows .cols:nth-child(odd) .desc .i {
		right: -40px;
	}
	.dt_section#dt_section03 .rows .cols:nth-child(even) .desc .i {
		left: -40px;
	}
	.dt_section#dt_section03 .rows .cols .desc .i {
		font: 75px/75px Chalet;
		top: -26px;
	}
	.bcr {
		width: 500px;
		height: 500px;
	}
	.pr_slr {
		height: 307px;
		width: 468px;
		top: -50px;
	}
	.pr_slr .swiper-wrapper .swiper-slide {
		width: 468px;
	}
	.pr_slr .swiper-wrapper .swiper-slide .bg {
		height: 307px;
		width: 468px;
		left: 0;
		border-radius: 15px 15px 0 0;
	}
	#dt_section02 .all_pds_txt {
		right: -70px;
	}
	.cnt_ttl .cnt_desc {
		margin: 45px 0 0;
	}
	.cnt_ttl .how_to_get .htg {
		margin: 25px 0 0;
	}
	.cnt_map {
		height: 1200px;
	}
	.cnt_map .bg {
		width: 1300px;
		height: 1200px;
		background-size: cover;
	}
	.all_cities .city {
		font: 28px/28px Mont;
	}
	.all_cities .city#ct_moscow_t {
		left: 33%;
		top: 18%;
	}
	.all_cities .city#ct_spb_t {
		left: 17%;
		top: 5%;
	}
	.all_cities .city#ct_izhevsk_t {
		top: 12%;
	}
	.all_cities .city#ct_tolyatti_t {
		left: 64%;
		top: 24%;
	}
	.all_cities .city#ct_minsk_t {
		top: 27%;
	}
	.all_cities .city#ct_kishinev_t {
		left: 4%;
		top: 39%;
	}
	.all_cities .city#ct_almaty_t {
		left: 82%;
		top: 60%;
	}
	.cities_win {
		top: 336px;
		padding: 45px 0 5px;
	}
	.cities_win:before {
		left: -90px;
	}
	.dt_phone_section .bc {
		width: 500px;
		height: 500px;
	}
}

@media (max-width: 1450px) {
	.m_top .rows .cols.cols02 .b {
		top: -35px;
	}
	.to_customers .rows .cols.cols01 {
		width: calc(100% - 522px);
	}
	.to_customers .rows .cols.cols02 {
		width: 500px;
	}
	.all_mnp {
		margin: 100px 0 0;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .h3 {
		font: 20px/30px Chalet;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .d {
		font: 28px/28px Chalet;
	}
	.about_mp .am_bg .ht {
		font: 340px/340px Chalet;
	}
	.t_ttl_other .h2 {
		font: 45px/45px Chalet;
	}
	.j_menu .jm_list li a {
		font: 30px/30px Chalet;
	}
	.mpt_list li {
		font: 26px/26px Chalet;
		margin: 0 35px 25px 0;
	}
	.all_news .grid .grid-item.grid-item01 {
		height: 500px;
	}
	.all_news .grid .grid-item.grid-item02,
	.all_news .grid .grid-item.grid-item03 {
		height: 465px;
	}
	.all_news .grid .grid-item .desc {
		padding: 0 55px;
	}
	.all_news .grid .grid-item .top_c {
		margin: 0 0 65px;
	}
	.all_news .grid .grid-item .top_c .d {
		font: 26px/26px Chalet;
	}
	.all_news .grid .grid-item .top_c .ht .rs {
		font: 13px/36px Mont;
	}
	.all_news .grid .grid-item .tl .h3 {
		font: 26px/38px Chalet;
	}
	.all_news .grid .grid-item .tl .tx {
		font: 14px/24px Mont;
	}
	.nd_ttl .desc {
		padding: 50px 50px 55px;
	}
	.nd_ttl .desc h1 {
		font: 600 32px/44px Chalet;
	}
	.nd_desc .rows .cols.cols02 .dbl_b {
		margin: 65px 0 0;
	}
	.more_news {
		margin: 75px 0 0;
	}
	.more_news .rows .cols .top_c {
		margin: 0 0 65px;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .v_tx,
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .v_tx.v_tx_s {
		left: 25px;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .v_tx .v_tx_t {
		font: 11px/11px Mont;
		letter-spacing: 1.5px;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .all_txt .pr_txt {
		padding: 0 15px;
		height: 50px;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .all_txt .pr_txt .br {
		display: inline;
	}
	.all_products_in .rows #p4.cols .pr_link .desc .v_tx.v_tx_s {
		top: 70px;
	}
	.all_products_in .rows #p5.cols .pr_link .desc .v_tx.v_tx_bb {
		top: 190px;
	}
	.all_products_in .rows #p6.cols .desc .v_tx.v_tx_bb {
		top: 70px;
	}
	.all_products_in .rows #p7.cols .pr_link .desc .v_tx.v_tx_s {
		top: 388px;
	}
	.all_products_in .rows #p8.cols .desc .v_tx.v_tx_bb {
		top: 70px;
	}
	.all_products_in .rows #p9.cols .pr_link .desc .v_tx.v_tx_s {
		top: 388px;
	}
	.all_products_in .rows #p10.cols .desc .v_tx.v_tx_bb {
		top: 70px;
	}
	.all_products_in .rows #p11.cols .pr_link .desc .v_tx.v_tx_s {
		top: 432px;
	}
	.all_products_in .rows #p12.cols .pr_link .desc .v_tx.v_tx_s {
		top: 70px;
	}
	.all_products_in .rows #p13.cols .pr_link .desc .v_tx.v_tx_s {
		top: 384px;
	}
	.all_products_in .rows #p14.cols .desc .v_tx.v_tx_bb {
		top: 70px;
	}
	.all_products_in .rows #p15.cols .pr_link .desc .v_tx.v_tx_s {
		top: 581px;
	}
	.all_products_in .rows #p16.cols .desc .v_tx.v_tx_bb {
		top: 70px;
	}
	.all_products_in .rows #p17.cols .pr_link .desc .v_tx.v_tx_s {
		top: 555px;
	}
	.all_products_in .rows #p18.cols .desc .v_tx.v_tx_bb {
		top: 70px;
	}
	.all_products_in .rows .cols .pr_link {
		height: 600px;
	}
	.all_products_in .rows .cols .pr_link .desc .pr_ttl {
		font: 26px/29px Chalet;
		padding: 0 0 0 70px;
	}
	.all_products_in .rows .cols .pr_link .desc .all_txt .d {
		font: 50px/50px Chalet;
		margin: 0 0 21px;
	}
	.deatils_page .dp_in .d_img,
	.deatils_page .dp_in .fr,
	.deatils_page .dp_in p,
	.deatils_page .dp_in ul {
		margin: 0 0 55px;
	}
	.top_plt {
		height: 550px;
		background-size: cover;
	}
	.top_plt .plt_ttl .plt_l {
		margin: 55px 0 0;
		max-width: 350px;
	}
	.top_plt .plt_ttl .txt {
		margin: 30px 0 0 133px;
	}
	.platform_benefits {
		height: 550px;
	}
	.platform_benefits .bg_ltr {
		font: 340px/340px Chalet;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt {
		left: -350px;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg {
		width: 500px;
		height: 303px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt {
		width: 380px;
		height: 600px;
		left: -378px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .bg {
		width: 380px;
		height: 600px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .pr_ttl {
		font: 42px/42px Chalet;
		margin: -20px 0 0 130px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt {
		left: -350px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg {
		width: 500px;
		height: 303px;
	}
	.platform_solutions .ps .rows .cols.cols01 {
		width: calc(100% - 300px);
	}
	.platform_solutions .ps .rows .cols.cols02 {
		width: 300px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl {
		font: 40px/40px Chalet;
		margin: 0 0 0 190px;
		position: absolute;
		height: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .d {
		font: 48px/48px Chalet;
	}
	.platform_solutions .ps .rows .cols .desc .ps_ttl .h3 {
		font: 40px/40px Chalet;
	}
	.our_results {
		margin: 0 0 125px;
		min-height: 370px;
	}
	.our_results .bg_ltr {
		font: 370px/370px Chalet;
	}
	.our_results .or_ttl {
		font: 40px/40px Chalet;
		margin: 90px 0 0;
	}
	.our_results .rows .cols .h4 {
		font: 28px/28px Chalet;
	}
	.our_results .rows .cols .r .c.dgt .ovr {
		left: -25px;
	}
	.ab_ttl {
		margin: 75px 0 0;
	}
	.ab_ttl .rows .h2 {
		font: 48px/48px Chalet;
	}
	.about_our_clients .rows {
		margin: 55px 0 0;
	}
	.dr_ttl .h2 {
		font: 48px/48px Chalet;
	}
	.dr_ttl .rows .cols .desc .txt .n {
		font: 18px/20px Chalet;
	}
	.all_career .rows_advantages .cols .desc .h4 {
		font: 20px/20px Chalet;
	}
	.send_resume {
		margin: 55px 0 75px;
	}
	.send_resume .sr_btn {
		font: 32px/32px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .h3 {
		font: 46px/46px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input:after {
		top: 22px;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item {
		font: 46px/46px Chalet;
	}
	.all_cities .city {
		font: 24px/24px Mont;
	}
	.all_cities .city#ct_spb_t {
		left: 18%;
		top: 7%;
	}
	.cities_win {
		top: 326px;
	}
	.all_history_company .rows .cols.cols01 {
		width: 395px;
	}
	.all_history_company .rows .cols.cols02 {
		width: calc(100% - 395px);
	}
	.all_history_company .rows .cols .years .year {
		font: 270px/210px Chalet;
	}
	.all_history_company .rows .cols .years .year.years02 {
		margin: 0 0 0 115px;
	}
	.all_history_company .rows .cols .years .mc {
		top: 260px;
	}
	.all_history_company .rows .cols .desc {
		padding: 70px 60px;
	}
	.all_history_company .rows .cols .desc p {
		margin: 0 0 25px 35px;
	}
	.d404 .b4 {
		font: 550px/410px Mont;
		height: 385px;
	}
	.container_dp_phone .dp_phone {
		width: 307px;
		height: 625px;
	}
	.container_dp_phone .dp_phone .t {
		font: 55px/55px Chalet;
	}
	.container_dp_phone .dp_phone .t .d {
		font: 75px/75px Chalet;
		margin: 0 0 25px;
	}
	.pr_slr_phone,
	.pr_slr_phone .swiper-wrapper .swiper-slide {
		width: 305px;
	}
	.pr_slr_phone .swiper-wrapper .swiper-slide .bg {
		width: 260px;
		height: 560px;
		margin: 75px auto 0;
	}
}

@media (max-width: 1400px) {
	.dt_section#dt_section03 .rows .cols .desc {
		width: 260px;
	}
	.dt_section#dt_section03 .rows .cols .desc p {
		font: 13px/30px Mont;
	}
	.cnt_ttl {
		margin: 125px 0 0;
	}
	.cnt_ttl .cnt_desc {
		margin: 35px 0 0;
	}
	.cnt_map {
		height: 1100px;
	}
	.cnt_map .bg {
		width: 1200px;
		height: 1100px;
		background-size: cover;
	}
	.all_cities .city#ct_minsk_t {
		left: 10%;
		top: 29%;
	}
	.all_cities .city#ct_kishinev_t {
		top: 41%;
	}
	.all_cities .city#ct_almaty_t {
		top: 62%;
	}
	.cities_win {
		top: 286px;
	}
}

@media (max-width: 1366px) {
	.d404 {
		margin: 100px 0;
	}
	.d404 .b4 {
		font: 500px/400px Mont;
		height: 360px;
	}
	.map-columns {
		margin-bottom: 100px;
	}
}

@media (max-width: 1350px) {
	.bss_mp_slr {
		height: 475px;
	}
	.bss_mp_slr .bss_slr .caption.caption02 .lk .rows .cols.cols02 img {
		max-height: 475px;
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols01 {
		width: calc(100% - 425px);
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols02 {
		width: 425px;
	}
	.bss_mp_slr .bss_slr .caption .lk .tb {
		font: 42px/52px Chalet;
	}
	.m_top .rows .cols.cols01 {
		width: calc(100% - 600px);
	}
	.m_top .rows .cols.cols01 .t_ttl {
		margin-top: 80px;
	}
	.m_top .rows .cols.cols01 .t_ttl .h2 {
		font: 48px/54px Chalet;
		margin: 60px 0 25px;
	}
	.m_top .rows .cols.cols02 {
		width: 600px;
	}
	.m_top .rows .cols.cols02 .b {
		width: 460px;
		height: 563px;
		background-size: cover;
		top: -57px;
	}
	.m_top .rows .cols.cols02 .pc {
		width: 580px;
		height: 350px;
		background-size: cover;
	}
	.new_release {
		height: 450px;
	}
	.new_release .bg {
		width: 700px;
		height: 430px;
		background-size: cover;
	}
	.new_release .desc .r {
		margin: 70px 0 0;
	}
	.new_release .desc .r .c.c01 {
		width: 85px;
	}
	.new_release .desc .r .c.c02 {
		width: calc(60% - 85px);
	}
	.new_release .desc .r .c .st {
		font: 18px/18px Mont;
	}
	.new_release .desc .r .c .bt {
		font: 600 32px/32px Mont;
	}
	.new_release .desc .r .c .nr_l {
		margin: 35px 0 0;
	}
	.to_customers .rows .cols.cols01 {
		width: calc(100% - 472px);
	}
	.to_customers .rows .cols.cols01 .bg {
		width: 300px;
		height: 300px;
		background-size: cover;
	}
	.to_customers .rows .cols.cols01 .bg .wdg {
		width: 210px;
		left: -27px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl .lt {
		font: 700 13px/13px Mont;
	}
	.to_customers .rows .cols.cols02 {
		width: 450px;
	}
	.to_customers .rows .cols.cols02 .bg {
		width: 170px;
		height: 290px;
		background-size: cover;
	}
	.to_customers .rows .cols .tc_l .at .st {
		font: 600 18px/18px Chalet;
	}
	.to_customers .rows .cols .tc_l .at .bt {
		font: 46px/46px Chalet;
		margin: 15px 0 30px;
	}
	.news_slr .ns_pgn {
		margin-top: 60px;
	}
	.more_news .rows .cols {
		padding: 65px 0;
	}
	.more_news .rows .cols .top_c .d {
		font: 22px/22px Chalet;
	}
	.more_news .rows .cols .top_c .ht .rs {
		font: 13px/29px Mont;
	}
	.more_news .rows .cols .tl .h3 {
		font: 22px/32px Chalet;
	}
	.more_news .load_more {
		margin: 50px auto 85px;
	}
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .v_tx.v_tx_s,
	.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .v_tx.v_tx_s,
	.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .v_tx.v_tx_s,
	.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .v_tx.v_tx_s,
	.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .v_tx.v_tx_bb,
	.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .v_tx.v_tx_s,
	.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .ltr {
		font: 900px/900px ForestSmooth;
		left: 30px;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p2.cols .ltr {
		width: 550px;
	}
	.all_products_in .rows #p2.cols .desc .all_txt .bg {
		left: -50px;
	}
	.all_products_in .rows #p2.cols .desc .all_txt .bg .bg_in {
		width: 275px;
		height: 447px;
		background-size: cover;
	}
	.all_products_in .rows #p3.cols .pr_link .desc .ltr {
		font: 900px/900px ForestSmooth;
		left: 30px;
	}
	.all_products_in .rows #p3.cols .pr_link .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p4.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p5.cols .pr_link .desc .v_tx.v_tx_bb {
		top: 35px;
	}
	.all_products_in .rows #p5.cols .pr_link .desc .all_txt .bg {
		left: -50px;
	}
	.all_products_in .rows #p5.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 275px;
		height: 447px;
		background-size: cover;
	}
	.all_products_in .rows #p6.cols .desc .v_tx.v_tx_bb {
		top: 35px;
	}
	.all_products_in .rows #p6.cols .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p7.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p7.cols .pr_link .desc .ltr {
		font: 900px/900px ForestSmooth;
		left: 30px;
	}
	.all_products_in .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p8.cols .desc .v_tx.v_tx_bb {
		top: 35px;
	}
	.all_products_in .rows #p8.cols .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p9.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p10.cols .desc .v_tx.v_tx_bb {
		top: 35px;
	}
	.all_products_in .rows #p10.cols .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p11.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p11.cols .pr_link .desc .ltr {
		font: 900px/900px ForestSmooth;
		left: 30px;
	}
	.all_products_in .rows #p11.cols .pr_link .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p12.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p13.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p14.cols .desc .v_tx.v_tx_bb {
		top: 35px;
	}
	.all_products_in .rows #p14.cols .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p15.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p15.cols .pr_link .desc .ltr {
		font: 900px/900px ForestSmooth;
		left: 30px;
	}
	.all_products_in .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p16.cols .desc .v_tx.v_tx_bb {
		top: 35px;
	}
	.all_products_in .rows #p16.cols .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p17.cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows #p18.cols .desc .v_tx.v_tx_bb {
		top: 35px;
	}
	.all_products_in .rows #p18.cols .desc .all_txt .bg .bg_in {
		width: 375px;
		height: 230px;
		background-size: cover;
	}
	.all_products_in .rows .cols .pr_link .desc .v_tx {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		white-space: normal;
	}
	.all_products_in .rows .cols .pr_link .desc .v_tx.v_tx_s {
		top: 35px;
	}
	.all_products_in .rows .cols .pr_link .desc .v_tx .v_tx_t {
		letter-spacing: 1px;
		font: 10px/13px Mont;
	}
	.all_products_in .rows .cols .pr_link .desc .all_txt .d {
		font: 40px/40px Chalet;
		margin: 0 0 15px;
	}
	.deatils_page .dp_in h1 {
		font: 600 30px/42px Chalet;
	}
	.pr_slr2 {
		height: 255px;
		width: 389px;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide {
		width: 389px;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide .bg {
		height: 255px;
		width: 389px;
	}
	.platform_benefits {
		height: 500px;
	}
	.pb_slr .caption .t {
		font: 40px/40px Chalet;
	}
	.our_results .rows .cols .h4 {
		margin: 0 0 55px;
	}
	.our_results .rows .cols .r .c {
		margin: 0 0 40px;
	}
	.our_results .rows .cols .r .c.dgt .ovr {
		max-width: 280px;
		height: 80px;
		left: 0;
	}
	.as_ttl .h3 {
		font: 40px/40px Chalet;
	}
	.all_partners .rows_prtn .rows {
		padding: 65px 50px;
	}
	.all_partners .rows_prtn .rows .cols.cols01 {
		width: 400px;
	}
	.all_partners .rows_prtn .rows .cols.cols01 img {
		max-width: 350px;
	}
	.all_partners .rows_prtn .rows .cols.cols02 {
		width: calc(100% - 400px);
	}
	.all_partners .rows_prtn .rows .cols .h2 {
		font: 42px/42px Chalet;
	}
	.all_partners .rows_prtn .rows .cols .t {
		margin: 30px 0 55px;
		font: 15px/30px Mont;
	}
	.all_history_company .rows .cols .years .mc {
		width: 80px;
		height: 80px;
		top: 200px;
	}
	.all_history_company .rows .cols .desc {
		padding: 50px 40px;
	}
	.all_history_company .rows .cols .desc .h4 {
		font: 28px/38px Chalet;
		margin: 0 0 30px;
	}
	.all_history_company .rows .cols .desc p {
		margin: 0 0 25px;
	}
	.all_history_company .pagination_list_about {
		right: 30px;
	}
	.all_history_company .pagination_list_about li:after {
		right: -30px;
		width: 25px;
	}
	.n_menu .rows .cols.cols01 {
		width: 255px;
	}
	.n_menu .rows .cols.cols01 .h3 {
		margin-bottom: 36px;
	}
	.mc {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 1300px) {
	.container_dp .dp_pc {
		width: 500px;
		height: 306px;
	}
	.container_dp .dp_pc .t {
		font: 45px/45px Chalet;
		top: 60px;
	}
	.container_dp .dp_pc .q .tx {
		font: 30px/30px Chalet;
		margin: 55px 0 0;
	}
	.container_dp .dp_pc .q .l {
		font: bold 15px/15px Mont;
		padding: 14px 35px;
		margin: 20px 0 0;
	}
	.container_dp .dp_pc .q .s {
		margin: 30px 0 0;
	}
	.container_dp .dp_pc .mc {
		width: 70px;
		height: 70px;
		bottom: 80px;
	}
	.dt_section .bc {
		width: 400px;
		height: 400px;
	}
	.dt_section#dt_section01 .dp_pc {
		top: 40%;
	}
	.bcr {
		width: 400px;
		height: 400px;
	}
	.pr_slr {
		height: 255px;
		width: 389px;
		top: -40px;
	}
	.pr_slr .swiper-wrapper .swiper-slide {
		width: 389px;
	}
	.pr_slr .swiper-wrapper .swiper-slide .bg {
		height: 255px;
		width: 389px;
		left: 0;
		border-radius: 13px 13px 0 0;
	}
	#dt_section02 .all_pds_txt {
		width: 600px;
	}
	#dt_section02 .all_pds_txt .pd_txt .pd_txt_in {
		font: 14px/30px Mont;
		max-width: 500px;
	}
	#dt_section02 .all_pds_txt .get_consultation {
		margin: 45px 0 0;
	}
	.platform_solutions .ps .rows .cols .desc .ps_list {
		max-width: 470px;
	}
	.platform_solutions .ps .rows .cols .desc .ps_list ul li {
		padding-left: 0;
		margin: 0 0 20px;
		font: 14px/24px Mont;
	}
	.platform_solutions .ps .rows .cols .desc .ps_list ul li .int {
		font: 11px/24px Mont;
		top: 0;
	}
	.cnt_map {
		height: 1000px;
	}
	.cnt_map .bg {
		width: 1100px;
		height: 1000px;
		background-size: cover;
	}
	.all_cities .city#ct_kishinev_t {
		top: 38%;
	}
	.all_cities .city#ct_kiev_t {
		left: 18%;
		top: 40%;
	}
	.container_dp_phone .dp_phone {
		width: 280px;
		height: 575px;
	}
	.container_dp_phone .dp_phone .t {
		font: 45px/45px Chalet;
	}
	.container_dp_phone .dp_phone .t .d {
		font: 65px/65px Chalet;
		margin: 0 0 25px;
	}
	.container_dp_phone .dp_phone .q .s .c .lk img {
		max-width: 165px;
	}
	.dt_phone_section .bc {
		width: 400px;
		height: 400px;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .t {
		font: 45px/45px Chalet;
	}
	.dt_phone_section#dt_phone_section03 .dt3_rows {
		width: calc(100% - 80px);
	}
	.dt_phone_section#dt_phone_section05 .ttx {
		font: 370px/370px Chalet;
	}
	.pr_slr_phone {
		width: 240px;
		height: 570px;
	}
	.pr_slr_phone .swiper-wrapper .swiper-slide {
		width: 240px;
	}
	.pr_slr_phone .swiper-wrapper .swiper-slide .bg {
		width: 240px;
		height: 520px;
		margin: 32px auto 0;
	}
	#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in {
		font: 14px/30px Mont;
	}
	#footer .container {
		left: 0px;
	}
}

@media (max-width: 1250px) {
	.m_top .rows .cols.cols01 {
		width: calc(100% - 532px);
	}
	.m_top .rows .cols.cols01 .t_ttl {
		margin-top: 50px;
	}
	.m_top .rows .cols.cols01 .t_ttl .h2 {
		font: 42px/50px Chalet;
		margin: 45px 0 25px;
	}
	.m_top .rows .cols.cols01 .t_ttl .t {
		font: 14px/30px Mont;
	}
	.m_top .rows .cols.cols01 .t_ttl .t .br {
		display: inline;
	}
	.m_top .rows .cols.cols02 {
		width: 532px;
	}
	.m_top .rows .cols.cols02 .pc {
		width: 510px;
		height: 304px;
		background-size: cover;
	}
	.left_column .lc_burger {
		top: auto;
		bottom: 200px;
	}
	.left_column .lc_search {
		top: auto;
		bottom: 100px;
	}
	.to_customers {
		height: 430px;
	}
	.to_customers .rows .cols.cols01 {
		width: calc(100% - 422px);
	}
	.to_customers .rows .cols.cols01 .bg {
		width: 250px;
		height: 250px;
		background-size: cover;
	}
	.to_customers .rows .cols.cols01 .bg .wdg {
		width: 178px;
		left: -21px;
		height: 80px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl:before {
		top: 24px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl:after {
		bottom: 24px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg {
		top: 4px;
	}
	.to_customers .rows .cols.cols02 {
		width: 400px;
	}
	.to_customers .rows .cols.cols02 .bg {
		width: 142px;
		height: 242px;
		background-size: cover;
	}
	.to_customers .rows .cols .tc_l .at {
		margin: 50px 0 0;
	}
	.to_customers .rows .cols .tc_l .at .st {
		font: 600 16px/16px Chalet;
	}
	.to_customers .rows .cols .tc_l .at .bt {
		font: 42px/42px Chalet;
		margin: 15px 0 30px;
	}
	.to_customers .rows .cols .tc_l .at .tx {
		font: 14px/21px Mont;
	}
	.about_mp {
		margin: 85px 0 0;
		padding: 100px 0 110px;
	}
	.about_mp.about_mp_r {
		padding: 100px 0 110px;
	}
	.about_mp .am_ttl .h3 {
		font: 36px/42px Chalet;
	}
	.about_mp .nav_slr02 {
		margin: -132px 0 0 auto;
	}
	.about_mp .nav_slr03 {
		margin: -75px 0 0 auto;
	}
	.all_news .grid .grid-item .top_c .d {
		font: 22px/22px Chalet;
	}
	.all_news .grid .grid-item .top_c .ht .rs {
		font: 13px/29px Mont;
	}
	.all_news .grid .grid-item .tl .h3 {
		font: 22px/32px Chalet;
	}
	.news_slr {
		max-width: 700px;
	}
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 270px;
		height: 185px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p2.cols .pr_link .desc .all_txt .pr_ttl .d {
		font: 32px/32px Chalet;
	}
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 270px;
		height: 185px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .all_txt .pr_ttl .d {
		font: 32px/32px Chalet;
	}
	.all_products_in.all_products_in2 .rows #p10.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p14.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p16.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p18.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p6.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p8.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 270px;
		height: 185px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .v_tx .v_tx_t {
		font: 9px/9px Mont;
		letter-spacing: 1.25px;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .all_txt .pr_txt {
		font: 300 11px/14px Mont;
	}
	.all_products_in .rows .cols .pr_link .desc .pr_ttl {
		font: 22px/24px Chalet;
		padding: 0 0 0 45px;
		margin: -30px 0 0;
	}
	.deatils_page .dp_in {
		padding: 50px 45px 65px;
		font: 14px/26px Mont;
	}
	.deatils_page .dp_in h1 {
		font: 600 26px/36px Chalet;
	}
	.deatils_page .dp_in ul li {
		font: 14px/18px Mont;
	}
	.deatils_page .dp_in ul li:before {
		top: 8px;
	}
	.pr_slr2 {
		position: relative;
		top: 0;
	}
	.our_results {
		margin: 0 0 125px;
		min-height: 320px;
	}
	.our_results .bg_ltr {
		font: 320px/320px Chalet;
	}
	.our_results .rows {
		margin: 110px 0 0;
	}
	.ab_ttl .rows {
		flex-wrap: wrap;
		margin: 50px 0 0;
	}
	.ab_ttl .rows .cols.cols01 {
		width: 100%;
	}
	.ab_ttl .rows .cols.cols02 {
		width: 100%;
		margin-top: 35px;
	}
	.ab_ttl .rows .h2 .br {
		display: inline;
	}
	.all_history_company .rows .cols.cols01 {
		width: 310px;
	}
	.all_history_company .rows .cols.cols02 {
		width: calc(100% - 310px);
	}
	.all_history_company .rows .cols .years .year {
		font: 220px/170px Chalet;
		letter-spacing: -8px;
	}
	.all_history_company .rows .cols .years .year.years02 {
		margin: 0 0 0 90px;
	}
	#footer .ops_ttl,
	.n_menu .ops_ttl {
		font: 80px/80px Chalet;
		padding: 100px 0 0;
	}
}

@media (max-width: 1200px) {
	.hm_top .mt_list li a {
		font-size: 13px;
	}
	.hm_top .mt_list li {
		margin: 0 28px 0 0;
	}
	.hm_btm .hb_list li a {
		font: 600 14px/16px Mont;
	}
	.full_header .rows_h .cols .language .ln,
	.full_header .rows_h .cols .customer_entry .ce_link .tx {
		font-size: 14px;
	}
	.full_header .rows_h .cols .customer_entry .ce_link .ics {
		width: 18px;
		height: 18px;
		top: 0px;
		background-size: contain;
	}
	.full_header .rows_h .cols.cols03 {
		width: 110px;
	}
	.hm_btm .hb_list li {
		margin: 0 30px 0 0;
	}
	.bss_mp_slr {
		height: 400px;
	}
	.bss_mp_slr .bss_slr .caption.caption02 .lk .rows .cols.cols02 img {
		max-height: 400px;
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols01 {
		width: calc(100% - 360px);
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols02 {
		width: 360px;
	}
	.bss_mp_slr .bss_slr .caption .lk .tl {
		margin: 50px 0 0;
	}
	.bss_mp_slr .bss_slr .caption .lk .tb {
		font: 36px/44px Chalet;
		margin: 35px 0 15px;
	}
	.about_mp .am_bg .ht {
		font: 300px/300px Chalet;
		letter-spacing: -7px;
	}
	.t_ttl_other .h2 {
		font: 38px/38px Chalet;
	}
	.j_menu .jm_list li {
		margin: 0 50px 25px 0;
	}
	.j_menu .jm_list li a {
		font: 26px/26px Chalet;
	}
	.main_menu .mm_list li {
		margin: 0 15px;
	}
	.all_products {
		width: calc(100% - 100px);
		margin: 22px auto 75px;
	}
	.all_products_in .rows {
		margin: 0 0 20px;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .ltr {
		font: 800px/800px ForestSmooth;
	}
	.all_products_in .rows #p2.cols .ltr {
		width: 430px;
		height: 520px;
		right: 0;
	}
	.all_products_in .rows #p11.cols .pr_link .desc .ltr,
	.all_products_in .rows #p15.cols .pr_link .desc .ltr,
	.all_products_in .rows #p3.cols .pr_link .desc .ltr,
	.all_products_in .rows #p7.cols .pr_link .desc .ltr {
		font: 800px/800px ForestSmooth;
	}
	.all_products_in .rows .cols {
		margin: 0 0 20px;
	}
	.container_dp .dp_pc#dp_pc00 {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.container_dp .dp_pc#dp_pc01,
	.container_dp .dp_pc#dp_pc02,
	.container_dp .dp_pc#dp_pc03,
	.container_dp .dp_pc#dp_pc04,
	.container_dp .dp_pc#dp_pc05 {
		opacity: 1;
	}
	.dt_section#dt_section01 {
		height: auto;
	}
	.dt_section#dt_section01 .dp_pc {
		top: 38%;
	}
	.dt_section#dt_section02 {
		margin-top: 75px;
	}
	.dt_section#dt_section02 .dp_pc {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.dt_section#dt_section03 {
		height: auto;
		margin-top: 100px;
	}
	.dt_section#dt_section03 .dt_section03_in {
		height: auto;
	}
	.dt_section#dt_section03 .dp_pc {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.dt_section#dt_section03 .dt3_rows {
		width: 90%;
		margin: 0 auto;
	}
	.dt_section#dt_section03 .rows {
		flex-wrap: wrap;
		margin: 0;
	}
	.dt_section#dt_section03 .rows .cols {
		margin: 0 0 35px;
	}
	.dt_section#dt_section03 .rows .cols:nth-child(odd) .desc {
		text-align: left;
	}
	.dt_section#dt_section03 .rows .cols:nth-child(odd) .desc .i {
		left: 0;
		right: auto;
	}
	.dt_section#dt_section03 .rows .cols:nth-child(even) .desc .i {
		left: 0;
	}
	.dt_section#dt_section03 .rows .cols .desc {
		width: 100%;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.dt_section#dt_section03 .rows .cols .desc .i {
		color: #b8b8ba;
		text-transform: uppercase;
		font: 11px/11px Mont;
		display: block;
		z-index: 1;
		position: static;
	}
	.dt_section#dt_section04 {
		height: auto;
		margin-top: 100px;
	}
	.dt_section#dt_section04 .dp_pc {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.dt_section#dt_section05 {
		height: 400px;
		margin-top: 170px;
	}
	.dt_section#dt_section05 .ttx {
		font: 370px/370px Chalet;
	}
	.pr_slr {
		position: relative;
		top: 0;
	}
	.nav_pr_slr {
		bottom: -70px;
	}
	#dt_section02 {
		height: auto;
	}
	#dt_section02 .all_pds_txt {
		width: 90%;
		margin: auto;
		right: 0;
		position: relative;
	}
	#dt_section02 .all_pds_txt .pd_txt .pd_txt_in {
		max-width: 100%;
		height: auto;
		font: 13px/30px Mont;
	}
	.platform_benefits {
		height: 350px;
	}
	.platform_benefits .bg_ltr {
		font: 300px/300px Chalet;
		letter-spacing: -7px;
	}
	.platform_benefits .nav_pb {
		right: 0;
		left: 0;
		bottom: 20px;
		top: auto;
	}
	.pb_slr .caption .t {
		font: 34px/34px Chalet;
	}
	.platform_solutions {
		padding: 55px 25px;
	}
	.platform_solutions .ps {
		height: auto;
		min-height: auto;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols01,
	.platform_solutions .ps#ps01 .rows .cols.cols02 {
		background: 0 0;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .bg_ptrn {
		display: none;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt {
		left: 0;
		height: auto;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols01,
	.platform_solutions .ps#ps02 .rows .cols.cols02 {
		background: 0 0;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .bg_ptrn {
		display: none;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt {
		left: 0;
		height: auto;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols01,
	.platform_solutions .ps#ps03 .rows .cols.cols02 {
		background: 0 0;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .bg_ptrn {
		display: none;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt {
		left: 0;
		height: auto;
	}
	.platform_solutions .ps .rows {
		flex-wrap: wrap;
	}
	.platform_solutions .ps .rows .cols.cols01 {
		width: 100%;
	}
	.platform_solutions .ps .rows .cols.cols02 {
		width: 100%;
		margin: 35px 0 55px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt,
	.platform_solutions .ps .rows .cols.cols02 .all_txt .bg {
		position: relative;
	}
	.platform_solutions .ps .rows .cols .desc {
		position: static;
		max-width: 750px;
		margin: 0 auto;
	}
	.platform_solutions .ps .rows .cols .desc .ps_list {
		max-width: 100%;
		margin: 50px 0 0 40px;
	}
	.our_results {
		padding: 0;
	}
	.ab_ttl .rows .h2 {
		font: 42px/42px Chalet;
	}
	.as_ttl .h3 {
		font: 34px/34px Chalet;
	}
	.dr_ttl {
		margin: 55px 0 0;
	}
	.dr_ttl .h2 {
		font: 42px/42px Chalet;
	}
	.dr_ttl .rows .cols .desc .img {
		height: 250px;
	}
	.dr_ttl .rows .cols .desc .txt {
		margin-top: 10px;
	}
	.cnt_ttl .cnt_list .rows .cols .h3 {
		font: 36px/36px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input:after {
		top: 16px;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item {
		font: 36px/36px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item:after {
		bottom: 1px;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
		font: 18px/20px Chalet;
	}
	.cnt_ttl .cnt_desc .adr {
		font: 22px/22px Mont;
	}
	.cnt_ttl .cnt_desc .rows .cols {
		margin: 0 35px 0 0;
	}
	.cnt_ttl .cnt_desc .rows .cols a {
		font: 22px/22px Mont;
	}
	.cnt_map {
		height: 900px;
	}
	.cnt_map .bg {
		width: 1000px;
		height: 900px;
		background-size: cover;
	}
	.all_cities .city {
		font: 20px/20px Mont;
	}
	.all_cities .city#ct_tolyatti_t {
		top: 20%;
	}
	.all_cities .city#ct_samara_t {
		left: 74%;
		top: 27%;
	}
	.all_cities .city#ct_minsk_t {
		top: 25%;
	}
	.all_cities .city#ct_kiev_t {
		top: 38%;
	}
	.all_cities .city#ct_almaty_t {
		top: 60%;
	}
	.cities_win {
		top: 268px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd01 {
		width: 60px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd01 img {
		max-width: 60px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd02 {
		width: calc(100% - 100px);
		margin-left: 25px;
	}
	.cities_win .d_rows .d_cols .rd .cd .h5 {
		font: bold 14px/14px Mont;
	}
	.cities_win .d_rows .d_cols .rd .cd .t {
		font: 300 14px/21px Mont;
	}
	.hd_menu .mm_list li {
		margin: 0 15px;
	}
	.container_dp_phone .dp_phone {
		width: 220px;
		height: 450px;
	}
	.container_dp_phone .dp_phone#dp_phone_00 {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.container_dp_phone .dp_phone .t {
		display: none;
	}
	.container_dp_phone .dp_phone .q .s .c .lk img {
		max-width: 140px;
	}
	.dt_phone_section#dt_phone_section01 {
		height: auto;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl {
		min-height: 440px;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		min-height: auto;
		min-width: auto;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .t {
		margin: 0 0 55px;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .mc {
		margin: 0 auto;
	}
	.dt_phone_section#dt_phone_section01 .dp_phone {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.dt_phone_section#dt_phone_section02 {
		margin-top: 95px;
	}
	.dt_phone_section#dt_phone_section02 .dp_phone {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.dt_phone_section#dt_phone_section03 {
		height: auto;
		margin-top: 100px;
	}
	.dt_phone_section#dt_phone_section03 .dp_phone {
		opacity: 0 !important;
		pointer-events: none;
		display: none;
		visibility: hidden;
	}
	.dt_phone_section#dt_phone_section03 .dt3_rows {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.dt_phone_section#dt_phone_section03 .rows {
		width: 100%;
	}
	.dt_phone_section#dt_phone_section03 .rows.rows01 .cols {
		text-align: left;
	}
	.dt_phone_section#dt_phone_section03 .rows .cols {
		margin: 0 0 35px;
	}
	.dt_phone_section#dt_phone_section03 .rows .cols .desc {
		width: 100%;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.dt_phone_section#dt_phone_section03 .rows .cols .desc p {
		font: 13px/30px Mont;
	}
	.dt_phone_section#dt_phone_section04 {
		height: 675px;
	}
	.dt_phone_section#dt_phone_section05 {
		height: 480px;
	}
	.pr_slr_phone .swiper-wrapper .swiper-slide .bg {
		width: 190px;
		height: 406px;
		margin: 87px auto 0;
	}
	#dt_phone_section02 {
		height: auto;
	}
	#dt_phone_section02 .all_pds_txt {
		width: 90%;
		margin: auto;
		right: 0;
		position: relative;
		left: 0;
	}
	#dt_phone_section02 .all_pds_txt .pd_txt .pd_txt_in {
		max-width: 100%;
		height: auto;
		font: 13px/30px Mont;
	}
}

@media (max-width: 1150px) {
	.full_header .rows_h .cols.cols02 {
		width: calc(100% - 80px - 160px);
	}
	.full_header .rows_h .cols .customer_entry {
		margin: 8px 0 0;
	}
	.full_header .rows_h .cols .customer_entry .ce_link {
		top: 4px;
		padding-left: 28px;
	}
	.hm_top .mt_list {
		margin-left: 25px;
	}
	.hm_btm {
		margin: 12px 0 0;
	}
	.hm_btm .hb_list {
		margin-left: 25px;
	}
	.bss_mp_slr {
		height: 365px;
	}
	.bss_mp_slr .bss_slr .caption.caption02 .lk .rows .cols.cols02 img {
		max-height: 365px;
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols02 {
		width: 330px;
	}
	.bss_mp_slr .bss_slr .caption .lk .tb {
		font: 32px/38px Chalet;
	}
	.bss_mp_slr .bss_slr .caption .lk .tt {
		max-width: 400px;
		margin: 0 0 50px;
		font: 14px/26px Mont;
	}
	.bss_mp_slr .bss_slr .pgn_bss_slr {
		bottom: 15px;
	}
	.to_customers {
		height: auto;
	}
	.to_customers .rows {
		flex-wrap: wrap;
	}
	.to_customers .rows .cols.cols01 {
		width: 100%;
		margin-bottom: 22px;
	}
	.to_customers .rows .cols.cols02 {
		width: 100%;
	}
	.to_customers .rows .cols .tc_l {
		padding: 60px 0 40px 45px;
	}
	.to_customers .rows .cols .tc_l .pr_brg {
		margin: 50px 0 0;
	}
	.all_mnp {
		margin: 75px 0 0;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide {
		width: 300px;
	}
	.js_menu .jms_list li {
		margin: 0 25px 20px 0;
	}
	.js_menu .jms_list_career li {
		margin: 0 25px 30px 0;
	}
	.jms_list_tabs li {
		margin: 0 25px 20px 0;
	}

	.nd_ttl .desc .d .l {
		top: 9px;
	}
	.nd_ttl .desc h1 {
		font: 600 28px/40px Chalet;
	}
	.all_products_in.all_products_in2 .rows {
		flex-wrap: wrap;
		margin: 0;
	}
	.all_products_in.all_products_in2 .rows .cols {
		width: 100%;
	}
	.top_plt .plt_ttl .plt_l {
		margin: 55px 0 0;
		max-width: 250px;
	}
	.top_plt .plt_ttl .txt {
		margin: 30px 0 0 95px;
	}
	.top_plt .plt_ttl .txt .t {
		font: 14px/16px Mont;
		margin: 0 0 10px;
	}
	.our_results .rows {
		flex-wrap: wrap;
		margin: 80px 0 0;
	}
	.our_results .rows .cols {
		width: 50%;
	}
	.our_results .rows .cols.cols03 {
		margin-top: 45px;
	}
	.all_career .rows_advantages .cols {
		width: calc(50% - 12px);
	}
	.all_career .rows_advantages .cols:nth-child(3n + 3) {
		margin-right: 24px;
	}
	.all_career .rows_advantages .cols:nth-child(2n + 2) {
		margin-right: 0;
	}
	.rows_advantages_details .all_rows .rows .cols ul li {
		margin: 0 0 15px;
	}
	#footer .rows .cols .h3 {
		font: 18px/22px Chalet;
	}
	#footer .rows .cols .adr .t {
		font: 600 14px/14px Chalet;
	}
	.n_menu .rows .cols .h3 {
		font: 18px/22px Chalet;
	}
	.n_menu .rows .cols .adr .t {
		font: 600 14px/14px Chalet;
	}
}

@media (max-width: 1112px) {
	.burger {
		width: 38px;
		height: 38px;
	}
	.burger span {
		width: 9px;
	}
	.burger span:nth-child(even) {
		left: 9px;
	}
	.burger span:nth-child(odd) {
		left: -9px;
	}
	.burger span:nth-child(1),
	.burger span:nth-child(2) {
		top: 12px;
	}
	.burger span:nth-child(3),
	.burger span:nth-child(4) {
		top: 18px;
	}
	.burger span:nth-child(5),
	.burger span:nth-child(6) {
		top: 24px;
	}
	.burger.open span:nth-child(1) {
		left: -7px;
		top: 14px;
	}
	.burger.open span:nth-child(2) {
		left: 7px;
		top: 14px;
	}
	.burger.open span:nth-child(5) {
		left: -7px;
		top: 20px;
	}
	.burger.open span:nth-child(6) {
		left: 7px;
		top: 20px;
	}
}

@media (max-width: 1100px) {
	.cnt_map {
		height: 800px;
	}
	.cnt_map .bg {
		width: 900px;
		height: 800px;
		background-size: cover;
	}
	.all_cities .city#ct_minsk_t {
		top: 21%;
	}
	.all_cities .city#ct_kishinev_t {
		top: 33%;
	}
	.all_cities .city#ct_kiev_t {
		top: 35%;
	}
	.all_cities .city#ct_almaty_t {
		top: 56%;
	}
	.d404 {
		margin: 75px 0;
	}
	.d404 .b4 {
		font: 400px/300px Mont;
		height: 280px;
	}
	.map-columns {
		margin-bottom: 75px;
	}
}

@media (max-width: 1050px) {
	.header__burger {
		display: block;
	}
	.full_header {
		padding: 24px 0;
	}
	.full_header .rows_h .cols .language .ln,
	.full_header .rows_h .cols .customer_entry .ce_link .tx {
		font-size: 16px;
	}
	.full_header .rows_h .cols .customer_entry {
		margin: 12px 0 0;
	}
	.full_header .rows_h .cols .customer_entry .ce_link .ics {
		width: 20px;
		height: 20px;
		top: 1px;
	}
	.full_header .rows_h .cols .language .ln:first-child {
		margin-right: 22px;
	}
	.full_header .rows_h .cols.cols01 {
		margin-right: -68px;
	}
	.full_header .rows_h .cols.cols02,
	.hm_btm,
	.hm_top {
		display: none;
	}

	.m_top .rows .cols.cols01 {
		width: calc(100% - 430px);
	}
	.m_top .rows .cols.cols01 .t_ttl .h2 {
		font: 36px/42px Chalet;
		margin: 45px 0 25px;
	}
	.m_top .rows .cols.cols02 {
		width: 430px;
	}
	.m_top .rows .cols.cols02 .b {
		left: -13px;
	}
	.m_top .rows .cols.cols02 .pc {
		width: 420px;
		height: 250px;
		background-size: cover;
	}
	.m_top .rows .cols.cols02 .pc .tx {
		margin: 0 auto;
		max-width: 200px;
		width: 100%;
	}
	.new_release {
		height: 365px;
	}
	.new_release .bg {
		width: 550px;
		height: 345px;
		background-size: cover;
	}
	.new_release .nr {
		padding: 50px 0 0;
	}
	.new_release .desc .r {
		margin: 60px 0 0;
	}
	.new_release .desc .r .c.c01 {
		width: 50px;
	}
	.new_release .desc .r .c.c02 {
		width: calc(60% - 50px);
		margin-left: 25px;
	}
	.new_release .desc .r .c .st {
		font: 16px/16px Mont;
	}
	.new_release .desc .r .c .bt {
		font: 600 28px/28px Mont;
	}
	.new_release .desc .r .c .tx {
		font: 14px/30px Mont;
		margin: 20px 0 0;
	}
	.left_column#left_column_black {
		background: #fff;
		display: block;
	}
	.left_column#left_column_black .gb,
	.left_column#left_column_black .lc_burger,
	.left_column#left_column_black .lc_search,
	.left_column#left_column_black .logo {
		display: block;
	}
	.left_column#left_column_black .logo {
		display: none;
	}
	.left_column#left_column_black .lc_burger {
		top: 36px;
		bottom: auto;
	}
	.mp_news_slr {
		margin: 75px 0 0 -70px;
	}
	.about_mp .nav_slr03 {
		margin: 35px 0 0 auto;
	}
	.mp_abt_slr {
		margin: 180px 0 0 -70px;
	}
	.mp_abt_slr2 {
		margin: 100px 0 0 -70px;
	}
	.j_menu .jm_list li {
		margin: 0 25px 25px 0;
	}
	.j_menu .jm_list li a {
		font: 22px/22px Chalet;
	}
	.mpt_list li {
		margin: 0 25px 25px 0;
		font: 22px/22px Chalet;
	}
	.jms_list_tabs li,
	.js_menu .jms_list li a,
	.js_menu .jms_list_career li .t {
		font: 16px/16px Mont;
	}
	.all_news .grid .grid-item .desc {
		padding: 0 35px;
	}
	.nd_desc .rows .cols.cols02 .dbl_b {
		margin: 45px 0 0;
	}
	.more_news .rows .cols .desc {
		padding: 0 35px;
	}
	.all_products {
		width: calc(100% - 50px);
	}
	.deatils_page .dp_in {
		padding: 35px 35px 65px;
	}
	.deatils_page .dp_in h1 {
		font: 600 24px/30px Chalet;
	}
	.as_ttl .h3,
	.pb_slr .caption .t {
		font: 30px/30px Chalet;
	}
	.all_partners {
		margin: 30px 0 55px;
	}
	.all_partners .rows_prtn .rows {
		padding: 45px 30px;
		margin: 0 0 35px;
	}
	.all_partners .rows_prtn .rows .cols.cols01 {
		width: 300px;
	}
	.all_partners .rows_prtn .rows .cols.cols01 img {
		max-width: 250px;
	}
	.all_partners .rows_prtn .rows .cols.cols02 {
		width: calc(100% - 300px);
	}
	.all_partners .rows_prtn .rows .cols .h2 {
		font: 36px/36px Chalet;
	}
	.all_partners .rows_prtn .rows .cols .t {
		margin: 25px 0 30px;
		font: 14px/25px Mont;
	}
	.all_history_company .rows .cols.cols01 {
		width: 260px;
	}
	.all_history_company .rows .cols.cols02 {
		width: calc(100% - 260px);
	}
	.all_history_company .rows .cols .years .year {
		font: 170px/130px Chalet;
		letter-spacing: -6px;
	}
	.all_history_company .rows .cols .years .mc {
		top: 150px;
		width: 60px;
		height: 60px;
	}
	#footer {
		height: auto;
		padding: 20px 0 162px;
	}
	#footer .ops_ttl {
		font: 48px/48px Chalet;
		padding: 80px 0 0;
	}
	#footer .rows {
		margin: 10px auto 0 0;
		flex-wrap: wrap;
	}
	#footer .rows .cols.cols01 {
		width: 368px;
		order: 3;
	}
	#footer .rows .cols.cols01 .h3 {
		margin: 0 0 43px;
	}
	#footer .rows .cols .h4 {
		font: 500 18px/20px Chalet;
		margin: 50px 0 0;
	}
	#footer .rows .cols .adr {
		margin: 18px 0 0;
	}
	#footer .rows .cols .adr .t {
		font: 600 16px/14px Chalet;
	}
	#footer .rows_l .cols_l.cols_l01 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#footer .rows_l .cols_l .f_social {
		margin: 0;
		width: 369px;
	}
	#footer .rows .cols.cols01 .adr,
	#footer .rows .cols.cols01 .h4 {
		display: none;
	}
	#footer .rows .cols.cols02 {
		width: 310px;
		order: 2;
	}
	#footer .rows .cols.cols02 .fm_list {
		margin-top: 0;
	}
	#footer .rows .cols.cols03 {
		width: 100%;
		margin-top: 45px;
		margin-bottom: 43px;
		order: 1;
	}
	#footer .rows .cols.cols03 .h3 {
		margin-bottom: 42px;
	}
	#footer .rows .cols.cols03 .adr,
	#footer .rows .cols.cols03 .h4 {
		display: block;
	}
	#footer .rows .cols .r .c.c01 .fm_list li {
		margin: 0 0 18px;
	}
	#footer .rows .cols .r .c.c02 {
		width: 371px;
	}
	#footer .rows .cols .r .c.c02 .fm_list li {
		margin: 0 0 20px;
	}
	#footer .rows .cols .h3 {
		margin: 0 0 48px;
	}
	#footer .rows .cols .r .c.c01 {
		width: 240px;
	}
	.n_menu .ops_ttl {
		font: 70px/70px Chalet;
		padding: 55px 0 0;
	}
	.n_menu .rows {
		margin: 55px auto 0 0;
		flex-wrap: wrap;
	}
	.n_menu .rows .cols.cols01 {
		width: 240px;
	}
	.n_menu .rows .cols.cols01 .adr,
	.n_menu .rows .cols.cols01 .h4 {
		display: none;
	}
	.n_menu .rows .cols.cols02 {
		width: 310px;
	}
	.n_menu .rows .cols.cols02 .fm_list {
		margin-top: 0;
	}
	.n_menu .rows .cols.cols03 {
		width: 100%;
		margin-top: 45px;
	}
	.n_menu .rows .cols.cols03 .h3 {
		margin-bottom: 36px;
	}
	.n_menu .rows .cols.cols03 .adr,
	.n_menu .rows .cols.cols03 .h4 {
		display: block;
	}
	.n_menu .rows .cols .h3 {
		margin: 0 0 59px;
	}
	.n_menu .rows .cols .r .c.c01 {
		width: 240px;
	}
}

@media (max-width: 1000px) {
	.all_products_in .rows {
		flex-wrap: wrap;
		margin: 0;
	}
	.all_products_in .rows .cols {
		width: 100%;
	}
	.cnt_ttl .cnt_list .rows .cols .h3 {
		font: 32px/32px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input:after {
		top: 12px;
		right: -30px;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item {
		font: 32px/32px Chalet;
	}
	.cnt_ttl .cnt_desc .adr,
	.cnt_ttl .cnt_desc .rows .cols a {
		font: 20px/20px Mont;
	}
	.cnt_ttl .how_to_get {
		top: 20px;
	}
	.cnt_map {
		height: 722px;
	}
	.cnt_map .bg {
		width: 800px;
		height: 722px;
		background-size: cover;
	}
	.all_cities .city.active:before {
		background-size: cover;
		width: 24px;
		height: 32px;
		top: -38px;
	}
	.all_cities .city:after {
		width: 6px;
		height: 6px;
		top: -16px;
	}
	.all_cities .city#ct_izhevsk_t {
		top: 9%;
	}
	.all_cities .city#ct_tolyatti_t {
		top: 15%;
	}
	.all_cities .city#ct_samara_t {
		left: 74%;
		top: 20%;
	}
	.all_cities .city#ct_minsk_t {
		top: 17%;
	}
	.all_cities .city#ct_kishinev_t {
		top: 30%;
	}
	.all_cities .city#ct_kiev_t {
		top: 31%;
	}
	.all_cities .city#ct_almaty_t {
		left: 80%;
		top: 54%;
	}
	.cities_win {
		top: 250px;
	}
}

@media (max-width: 991px) {
	.main_menu {
		display: none;
	}
	.hd_menu .mm_list {
		flex-wrap: wrap;
		text-align: left;
	}
	.hd_menu .mm_list li {
		width: 100%;
		margin: 0;
		padding: 0 15px;
		border-bottom: 1px solid #bdc6d1;
	}
	.hd_menu .mm_list li:last-child {
		border-bottom: 0;
	}
	.burger {
		display: block;
	}
}

@media (max-width: 980px) {
	.win_popup {
		width: 750px;
	}
	.win_popup .blc_pp_wt {
		width: 670px;
	}
	.thank_you {
		width: 750px;
	}
}

@media (max-width: 950px) {
	.about_mp.about_mp_r {
		padding: 75px 0;
		margin: 55px 0 0;
	}
	.about_mp .am_ttl .h3 {
		font: 30px/38px Chalet;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide {
		width: 325px;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i {
		font: 52px/80px Chalet;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i .in {
	    font: 14px/16px Chalet;
	    top: 15px;
	    left: 15px;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide {
		width: 325px;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .i {
		font: 43px/38px Chalet;
	}
	.all_mn {
		margin: 50px 0 0;
	}
	.nd_ttl .desc h1 {
		font: 600 26px/36px Chalet;
	}
	.nd_desc .rows .cols.cols02 {
		margin-left: 45px;
		width: calc(100% - 255px);
	}
	.nd_desc .rows .cols.cols02 .txt p {
		margin-bottom: 20px;
	}
	.nd_desc .rows .cols.cols02 .dbl_b .l .lk {
		height: 100px;
	}
	.nd_desc .rows .cols.cols02 .dbl_b .l .lk .i.pdf {
		top: 18px;
	}
	.news_slr {
		max-width: 600px;
	}
	.news_slr .ns_pgn .swiper-pagination-bullet {
		font: 800 15px/15px Chalet;
		width: 43px;
		height: 43px;
		margin: 0 15px;
	}
	.news_slr .ns_pgn .swiper-pagination-bullet .z {
		font: 800 15px/15px Chalet;
	}
	.more_news {
		margin: 65px 0 0;
	}
	.more_news .rows .cols .top_c {
		margin: 0 0 40px;
	}
	.more_news .rows .cols .top_c .d {
		font: 18px/18px Chalet;
	}
	.more_news .rows .cols .top_c .ht .rs {
		font: 13px/23px Mont;
	}
	.more_news .rows .cols .tl .h3 {
		font: 18px/28px Chalet;
	}
	.more_news .rows .cols .tl .tx {
		font: 13px/22px Mont;
	}
	.dt_section#dt_section05 .ttx {
		font: 300px/300px Chalet;
	}
	.top_plt {
		height: 450px;
		background-size: cover;
	}
	.dr_ttl .rows .cols {
		width: calc(49% - 18px);
	}
	.dr_ttl .rows .cols:nth-child(3n + 3) {
		margin-right: 36px;
	}
	.dr_ttl .rows .cols:nth-child(2n + 2) {
		margin-right: 0;
	}
	.all_history_company .rows {
		flex-wrap: wrap;
		margin-right: 40px;
	}
	.all_history_company .rows .cols.cols01 {
		width: auto;
		position: absolute;
		left: -40px;
		right: 0;
		z-index: 1;
		margin: 0 auto;
		text-align: center;
	}
	.all_history_company .rows .cols.cols02 {
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
		position: relative;
		z-index: 10;
	}
	.all_history_company .rows .cols .years {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.all_history_company .rows .cols .years .year {
		font: 270px/210px Chalet;
		letter-spacing: -5px;
	}
	.all_history_company .rows .cols .years .year.years02 {
		margin: 0;
	}
	.all_history_company .rows .cols .years .mc {
		top: 130px;
		display: none;
	}
	.all_history_company .rows .cols .desc .h4 {
		font: 25px/32px Chalet;
		margin: 0 0 30px;
	}
	.all_history_company .rows .cols .desc p {
		font: 14px/24px Mont;
	}
	.dt_phone_section#dt_phone_section05 .ttx {
		font: 300px/300px Chalet;
	}
}

@media (max-width: 900px) {
	.cnt_map {
		height: auto;
	}
	.cnt_map .bg {
		background: 0 0;
		height: auto;
		width: 100%;
		position: relative;
	}
	.all_cities {
		display: none;
	}
	.cities_win {
		top: -41px;
		position: relative;
	}
	.cities_win .d_rows {
		flex-wrap: wrap;
		margin: 45px 0 0;
	}
	.cities_win .d_rows .d_cols {
		width: 100%;
		margin: 0 0 45px;
	}
}

@media (max-width: 870px) {
	.bss_mp_slr {
		height: auto;
		padding: 0 0 25px;
	}
	.bss_mp_slr .bss_slr_rows .bss_slr_cols[data-id="2"] {
		background: #f8f9fb;
	}
	.bss_mp_slr .bss_slr {
		padding-bottom: 35px;
	}
	.bss_mp_slr .bss_slr .caption.caption03 {
		background: #f8f9fb;
	}
	.bss_mp_slr .bss_slr .caption.caption03 .lk .tb {
		color: #1f29a9;
	}
	.bss_mp_slr .bss_slr .caption.caption03 .lk .tt {
		color: #bcbdbe;
	}
	.bss_mp_slr .bss_slr .caption.caption03 .lk .pr_brg span {
		background: #1f29a9;
	}
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols01 {
		width: 100%;
	}
	.bss_mp_slr .bss_slr .caption .lk .bg,
	.bss_mp_slr .bss_slr .caption .lk .rows .cols.cols02 {
		display: none;
	}
	.bss_mp_slr .bss_slr .caption .lk .c_img {
		margin: 0 0 35px;
	}
	.bss_mp_slr .bss_slr .caption .lk .c_img.vs {
		display: none;
	}
	.bss_mp_slr .bss_slr .caption .lk .c_img.hd {
		display: block;
	}
	.bss_mp_slr .bss_slr .caption .lk .tb {
		font: 26px/32px Chalet;
		margin: 30px 0 15px;
	}
	.bss_mp_slr .bss_slr .caption .lk .tb .br {
		display: inline;
	}
	.bss_mp_slr .bss_slr .caption .lk .tt {
		max-width: none;
		margin: 0 0 25px;
	}
	.bss_mp_slr .bss_slr .pgn_bss_slr {
		bottom: 0;
	}
	.m_top .rows .cols.cols01 {
		width: 100%;
	}
	.m_top .rows .cols.cols02 {
		display: none;
	}
	.m_top .rows .cols.cols02 .b {
		width: 330px;
		height: 406px;
		background-size: cover;
		top: 10px;
		display: none;
	}
	.m_top .rows .cols.cols02 .pc {
		display: none;
	}
	.new_release {
		height: auto;
		padding: 35px 0;
	}
	.new_release .bg {
		display: none;
	}
	.new_release .nr {
		padding: 0;
	}
	.new_release .desc .r {
		margin: 40px 0 0;
	}
	.new_release .desc .r .c.c02 {
		width: calc(100% - 50px);
		margin-left: 25px;
	}
	.all_news .grid .grid-item.grid-item01 {
		height: 400px;
	}
	.all_news .grid .grid-item.grid-item02 {
		height: 375px;
	}
	.all_news .grid .grid-item .top_c {
		margin: 0 0 40px;
	}
	.all_news .grid .grid-item .top_c .d {
		font: 18px/18px Chalet;
	}
	.all_news .grid .grid-item .top_c .ht {
		margin: 0 0 0 30px;
	}
	.all_news .grid .grid-item .top_c .ht .rs {
		font: 13px/23px Mont;
	}
	.all_news .grid .grid-item .tl .h3 {
		font: 18px/28px Chalet;
	}
	.all_news .grid .grid-item .tl .tx {
		font: 13px/22px Mont;
	}
	.nd_ttl .desc {
		padding: 40px 50px 45px;
	}
	.nd_ttl .desc h1 {
		font: 600 22px/32px Chalet;
	}
	.nd_desc {
		margin: 100px 0 0;
	}
	.nd_desc .rows .cols.cols02 .txt {
		font: 14px/28px Mont;
	}
	.nd_desc .rows .cols.cols02 .txt:before {
		top: -35px;
	}
	.news_slr {
		max-width: 500px;
	}
	.more_news .rows .cols .top_c .ht {
		margin: 0 0 0 30px;
	}
	.deatils_page .dp_in {
		padding: 25px 25px 55px;
	}
	.deatils_page .dp_in h1 {
		font: 600 22px/28px Chalet;
	}
	.deatils_page .dp_in .ln {
		margin: 20px 0 25px;
	}
	.all_partners .rows_prtn .rows {
		flex-wrap: wrap;
		padding: 45px 0;
	}
	.all_partners .rows_prtn .rows .cols.cols01 {
		display: none;
	}
	.all_partners .rows_prtn .rows .cols.cols02 {
		width: 100%;
	}
	.all_partners .rows_prtn .rows .cols.cols100 .h2 {
		font: 32px/32px Chalet;
	}
	.all_partners .rows_prtn .rows .cols .desc {
		padding: 0 30px;
	}
	.all_partners .rows_prtn .rows .cols .h2 {
		font: 32px/32px Chalet;
	}
	.all_history_company .rows .cols .years .year {
		font: 220px/170px Chalet;
	}
	#footer .ops_ttl {
		font: 60px/60px Chalet;
		padding: 55px 0 0;
	}
	#footer .rows_l {
		flex-wrap: wrap;
		margin: 70px auto 0 0;
	}
	#footer .rows_l .cols_l.cols_l01,
	#footer .rows_l .cols_l.cols_l02 {
		width: 100%;
	}
	#footer .rows_l .cols_l.cols_l03 {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	#footer .rows_l .cols_l .developer {
		margin: 25px 0 0;
	}
	.n_menu .ops_ttl {
		font: 60px/60px Chalet;
		padding: 55px 0 0;
	}
	.d404 .b4 {
		font: 300px/235px Mont;
		height: 220px;
	}
}

@media (max-width: 850px) {
	.platform_solutions .ps .rows .cols.cols02 .all_txt {
		width: 500px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl {
		margin: 0 0 0 108px;
	}
	.our_results {
		margin: 0 0 75px;
	}
	.about_services .dwn_prz {
		margin: 45px 0 0;
	}
	.about_services .dwn_prz a {
		padding: 45px 0 45px 100px;
	}
	.about_our_clients .rows {
		margin: 45px 0 0;
	}
	.all_career .rows_advantages .cols .desc {
		padding: 25px 15px 40px;
	}
	.all_career .rows_advantages .cols .desc .h4 {
		font: 18px/18px Chalet;
	}
	.all_career .rows_advantages .cols .desc .t {
		font: 14px/21px Mont;
	}
	.rows_advantages_details .all_rows .rows .cols {
		padding: 35px 20px 40px 35px;
	}
	.rows_advantages_details .all_rows .rows .cols ul {
		flex-wrap: wrap;
		margin: 31px 0 0;
	}
	.rows_advantages_details .all_rows .rows .cols ul li {
		width: 100%;
		padding: 0;
	}
	.rows_advantages_details .all_rows .rows .cols ul li:last-child {
		margin-bottom: 0;
	}
	.send_resume .sr_btn {
		font: 28px/28px Chalet;
	}
}

@media (max-width: 800px) {
	.blc_fole_upl {
		margin: 20px 0 0;
	}
	.cnt_ttl .cnt_list .rows .cols .h3 {
		font: 26px/26px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input:after {
		top: 7px;
		right: -30px;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item {
		font: 26px/26px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
		font: 16px/18px Chalet;
	}
	.cnt_ttl .cnt_desc .adr,
	.cnt_ttl .cnt_desc .rows .cols a {
		font: 18px/20px Mont;
	}
	.win_popup {
		width: 600px;
	}
	.win_popup .blc_pp_wt {
		width: 530px;
	}
	.win_popup .blc_pp_wt .rows {
		margin: 15px 0 0;
	}
	.win_popup .blc_pp_wt .rows p.pp_notis {
		position: static;
		max-width: none;
		margin: 0 0 20px 10px;
	}
	.thank_you {
		width: 600px;
	}
}

@media (max-width: 760px) {
	.full_header {
		padding: 13px 0 15px;
	}
	.full_header .rows_h .cols .customer_entry {
		margin: 2px 0 0;
	}
	.full_header .rows_h .cols .customer_entry .ce_link {
		padding-right: 20px;
	}
	.full_header .rows_h .cols .customer_entry .ce_link .ics {
		width: 15px;
		height: 15px;
		top: 4px;
	}
	.full_header .rows_h .cols .language .ln:first-child {
		margin-right: 15px;
	}
	.j_menu .jm_list li a,
	.mpt_list li {
		font: 18px/18px Chalet;
	}
	.jms_list_tabs li,
	.js_menu .jms_list li a,
	.js_menu .jms_list_career li .t {
		font: 14px/14px Mont;
	}
	.full_header .rows_h .cols.cols01 {
		margin-right: -15px;
		width: 60px;
		margin-bottom: -4px;
	}
	.full_header .rows_h .cols .language .ln,
	.full_header .rows_h .cols .customer_entry .ce_link .tx {
		font-size: 12px;
		line-height: 15px;
	}
	.full_header .rows_h .cols .logo {
		width: 60px;
		height: 28px;
	}
	.full_header .rows_h .cols.cols03 {
		width: auto;
	}
}

@media (max-width: 750px) {
	.header .rows .cols .customer_entry .ce_link {
		padding-left: 35px;
	}
	.header .rows .cols .customer_entry .ce_link .tx {
		font: 12px/40px Mont;
	}
	.header .rows .cols .customer_entry .ce_link .ics {
		width: 40px;
		height: 40px;
	}
	.header .rows .cols .language {
		height: 40px;
		width: 86px;
	}
	.header .rows .cols .language .ln {
		width: 40px;
		height: 40px;
	}
	.m_top .rows {
		padding: 0 0 90px;
	}
	.m_top .rows .cols.cols01 .t_ttl .h2 {
		font: 32px/40px Chalet;
		margin: 45px 0 25px;
	}
	.m_top .rows .cols.cols01 .t_ttl .tl {
		margin: 45px 0 0;
	}
	.new_release .desc .r {
		flex-wrap: wrap;
	}
	.new_release .desc .r .c.c02 {
		width: 100%;
		margin: 15px 0 0;
	}
	.new_release .desc .r .c .bt {
		font: 600 26px/26px Mont;
	}
	.new_release .desc .r .c .tx {
		font: 14px/24px Mont;
		margin: 20px 0 0;
	}
	.left_column {
		width: 70px;
	}
	.left_column .lc_burger {
		top: 200px;
		bottom: auto;
	}
	.left_column .lc_search {
		top: 350px;
		bottom: auto;
	}
	.mp_news_slr {
		margin: 55px 0 0 -45px;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide {
		width: 280px;
	}
	.about_mp {
		padding: 100px 0 80px;
	}
	.about_mp.about_mp_r {
		padding: 55px 0;
		margin: 35px 0 0;
	}
	.about_mp .am_bg .ht {
		font: 200px/200px Chalet;
		letter-spacing: -7px;
	}
	.about_mp .am_ttl .h3 {
		font: 26px/34px Chalet;
	}
	.about_mp .nav_slr02 {
		margin: -28px 0 0 auto;
	}
	.mp_abt_slr {
		margin: 86px 0 0 -45px;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide {
		width: 255px;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i {
		font: 45px/50px Chalet;
	}
	.mp_abt_slr .swiper-wrapper .swiper-slide .caption .i .in {
		font: 15px/15px Chalet;
		top: 6px;
		left: 10px;
	}
	.mp_abt_slr2 {
		margin: 45px 0 0 -45px;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide {
		width: 255px;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .i {
		font: 32px/32px Chalet;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .t {
		margin: 20px auto 0;
	}
	.all_mn,
	.t_ttl_other {
		margin: 35px 0 0;
	}
	.t_ttl_other .h2 {
		font: 26px/28px Chalet;
	}
	.all_news {
		margin: 40px 0 50px;
	}
	.all_news .grid {
		padding-bottom: 100px;
	}
	.all_news .grid .grid-item {
		width: 100%;
	}
	.all_news .grid .grid-item.grid-item01,
	.all_news .grid .grid-item.grid-item02 {
		height: auto;
	}
	.all_news .grid .grid-item .top_c {
		margin-top: 35px;
	}
	.all_news .grid .grid-item .tl .tx {
		margin-bottom: 35px;
	}
	.load_more {
		width: 300px;
	}
	.nd_ttl .desc {
		padding: 25px 35px;
	}
	.nd_ttl .desc .d .tx {
		font: 16px/16px Chalet;
	}
	.nd_ttl .desc .d .l {
		top: 7px;
		width: 25px;
		left: 65px;
	}
	.nd_ttl .desc h1 {
		font: 600 20px/28px Chalet;
	}
	.nd_desc {
		margin: 50px 0 0;
	}
	.nd_desc .rows {
		flex-wrap: wrap;
	}
	.nd_desc .rows .cols.cols01 {
		width: 100%;
	}
	.nd_desc .rows .cols.cols01 .img {
		margin: 0 0 15px;
	}
	.nd_desc .rows .cols.cols02 {
		width: 100%;
		margin: 25px 0 0;
	}
	.nd_desc .rows .cols.cols02 .txt:before {
		display: none;
	}
	.nwd_slr {
		margin: 65px 0 0;
	}
	.news_slr {
		max-width: 450px;
	}
	.news_slr .ns_pgn {
		margin-top: 25px;
	}
	.news_slr .ns_pgn .swiper-pagination-bullet {
		font: 800 13px/13px Chalet;
		width: 23px;
		height: 23px;
		margin: 0 5px;
	}
	.news_slr .ns_pgn .swiper-pagination-bullet .z {
		font: 800 13px/13px Chalet;
	}
	.more_news .rows {
		flex-wrap: wrap;
	}
	.more_news .rows .cols {
		width: 100%;
		margin: 0 0 22px;
		padding: 35px 0;
	}
	.more_news .rows .cols:last-child {
		margin-bottom: 0;
	}
	.more_news .rows .cols .top_c {
		margin: 0 0 40px;
	}
	.more_news .rows .cols .top_c .ht .rs {
		font: 12px/23px Mont;
	}
	.more_news .rows .cols .tl .h3 {
		font: 16px/24px Chalet;
	}
	.more_news .rows .cols .tl .tx {
		margin-bottom: 0;
	}
	.more_news .load_more {
		margin: 35px auto 55px;
	}
	.all_products {
		width: calc(100% - 20px);
		margin: 22px auto 35px;
	}
	.all_products.all_products_f {
		margin: 22px auto 35px;
	}
	.all_products_in .rows,
	.apr {
		flex-wrap: wrap;
	}
	.apr .apr_cols.apr_cols01 {
		width: 100%;
	}
	.apr .apr_cols.apr_cols02 {
		width: 100%;
		margin-top: 25px;
	}
	.apr .apr_cols .amn_rows .mn_rows .mn_vs {
		padding: 10px 0 9px;
	}
	.apr .apr_cols .amn_rows .mn_rows .mn_vs:before {
		left: -50px;
	}
	.apr .apr_cols .amn_rows .mn_hd .hr_menu li {
		margin: 0 0 21px;
	}
	.deatils_page .dp_in h1 {
		font: 600 18px/24px Chalet;
	}
	.deatils_page .dp_in h2 {
		font: 600 16px/18px Mont;
		margin: 0 0 35px;
	}
	.deatils_page .dp_in h4 {
		font: 600 15px/17px Mont;
	}
	.deatils_page .dp_in p {
		margin: 0 0 30px;
	}
	.deatils_page .dp_in .d_img,
	.deatils_page .dp_in .fr,
	.deatils_page .dp_in ul {
		margin: 0 0 35px;
	}
	.pr_slr2 {
		height: auto;
		width: auto;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide {
		width: auto;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide .bg {
		border-radius: 0;
		text-align: center;
		width: 100%;
		height: auto;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide .bg img {
		display: block;
	}
	.pr_slr2 .swiper-wrapper .swiper-slide .bg .bg_in,
	.pr_slr2 .swiper-wrapper .swiper-slide .bg .over2 {
		display: none;
	}
	.top_plt {
		height: 350px;
		background-size: cover;
		margin-top: 0;
		background-image: none;
	}
	.top_plt .plt_ttl .plt_l {
		margin: 55px 0 0;
		max-width: 150px;
	}
	.top_plt .plt_ttl .txt {
		margin: 30px 0 0 60px;
	}
	.platform_benefits .bg_ltr {
		font: 200px/200px Chalet;
		letter-spacing: -7px;
	}
	.pb_slr .caption .h5 {
		font: 12px/12px Mont;
		letter-spacing: 1.7px;
	}
	.pb_slr .caption .t {
		font: 26px/30px Chalet;
	}
	.our_results {
		margin: 0 0 35px;
	}
	.our_results .or_ttl {
		margin: 0;
	}
	.our_results .rows {
		flex-wrap: wrap;
		margin: 30px 0 0;
	}
	.our_results .rows .cols {
		width: 100%;
		margin-bottom: 45px;
	}
	.our_results .rows .cols .h4 {
		margin: 0 0 25px;
		font: 22px/22px Chalet;
	}
	.our_results .rows .cols .r .c {
		margin: 0 0 20px;
		font: 14px/14px Mont;
	}
	.ab_ttl .rows .h2 {
		font: 36px/36px Chalet;
	}
	.as_ttl .h3 {
		font: 26px/30px Chalet;
	}
	.about_services .dwn_prz {
		margin: 35px 0 0;
	}
	.about_services .dwn_prz a {
		padding: 35px 0 35px 60px;
	}
	.about_services .dwn_prz a .t:before {
		width: 26px;
		height: 26px;
		background-size: cover;
		top: -5px;
		left: -40px;
	}
	.dr_ttl .h2 {
		font: 36px/36px Chalet;
	}
	.dr_ttl .rows .cols {
		width: 100%;
		margin: 0 0 18px;
	}
	.dr_ttl .rows .cols:nth-child(3n + 3) {
		margin-right: 0;
	}
	.all_career .rows_advantages .cols {
		width: 100%;
	}
	.all_career .rows_advantages .cols:nth-child(3n + 3) {
		margin-right: 0;
	}
	.rows_advantages_details .all_rows .rows .cols ul li {
		font: 14px/21px Mont;
	}
	.rows_advantages_details .all_rows .rows .cols ul li:before {
		top: 9px;
	}
	.send_resume {
		margin: 35px 0 45px;
	}
	.send_resume .sr_btn {
		font: 22px/22px Chalet;
	}
	.send_resume .sr_btn .pr_brg {
		margin: 3px 0 0 25px;
	}
	.all_partners {
		margin: 30px 0 35px;
	}
	.all_partners .rows_prtn .rows .cols .h2,
	.all_partners .rows_prtn .rows .cols.cols100 .h2 {
		font: 26px/26px Chalet;
	}
	.all_partners .rows_prtn .rows .cols .t {
		margin: 25px 0 30px;
		font: 14px/22px Mont;
	}
	.cnt_ttl .cnt_list .rows {
		flex-wrap: wrap;
	}
	.cnt_ttl .cnt_list .rows .cols.cols {
		width: 100%;
		margin: 0 0 25px;
	}
	.cnt_ttl .cnt_list .rows .cols.cols02 {
		width: calc(100% - 40px);
		margin-bottom: 0;
	}
	.cnt_ttl .cnt_list .rows .cols .h3,
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-input .item {
		font: 22px/22px Chalet;
	}
	.cnt_ttl .cnt_list .rows .cols .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
		font: 15px/18px Chalet;
	}
	.cnt_ttl .cnt_desc {
		margin: 35px 0 0;
	}
	.cnt_ttl .cnt_desc .adr {
		font: 16px/18px Mont;
	}
	.cnt_ttl .cnt_desc .rows {
		flex-wrap: wrap;
	}
	.cnt_ttl .cnt_desc .rows .cols {
		width: 100%;
		margin: 0 0 15px;
	}
	.cnt_ttl .cnt_desc .rows .cols a {
		font: 16px/18px Mont;
	}
	.cnt_ttl .how_to_get .htg {
		font: bold 14px/14px Mont;
	}
	.cnt_ttl .how_to_get .htg .pr_brg {
		top: 5px;
	}
	.cities_win .h3_cls {
		font: bold 14px/14px Mont;
	}
	.cities_win .h3_cls .pr_brg {
		width: 15px;
		top: 5px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd01 {
		width: 50px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd01 img {
		max-width: 50px;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd02 {
		width: calc(100% - 75px);
		margin-left: 25px;
	}
	.cities_win .d_rows .d_cols .rd .cd .t {
		font: 300 13px/19px Mont;
	}
	#footer {
		padding: 35px 0 113px;
	}
	#footer .ops_ttl {
		font: 25px/26px Chalet;
		padding: 0 0 31px;
	}
	#footer .rows {
		margin: 0;
	}
	#footer .rows .cols .h3 {
		font: 16px/24px Chalet;
	}
	#footer .rows .cols .fm_list {
		margin: 0;
	}
	#footer .rows .cols.cols01 {
		width: 100%;
		order: 1;
	}
	#footer .rows .cols.cols02 {
		width: 100%;
		margin-top: 35px;
	}
	#footer .rows .cols.cols03 {
		width: 100%;
		margin-top: 35px;
		margin-bottom: 0px;
		order: 3;
	}
	#footer .rows .cols .fm_list li {
		font: 600 11px/13px Chalet;
	}
	#footer .rows .cols .fm_list li a {
		font: 600 13px/12px Chalet;
	}
	#footer .rows .cols .fm_list li.lst .st {
		font: 600 11px/24px Chalet;
	}
	#footer .rows .cols.cols01 .h3 {
		margin: 0 0 20px;
	}
	#footer .rows .cols.cols03 .h3 {
		margin-bottom: 25px;
	}
	#footer .rows .cols .h3 {
		margin: 0 0 30px;
	}
	#footer .rows .cols .r {
		flex-wrap: wrap;
	}
	#footer .rows .cols .r.r02 {
		margin-top: 25px;
	}
	#footer .rows .cols .r .c.c01,
	#footer .rows .cols .r .c.c02,
	.f_box {
		width: 100%;
	}
	#footer .rows .cols .r .c.c02 {
		margin-top: 18px;
	}
	#footer .rows_l .cols_l.cols_l01 {
		flex-wrap: wrap;
	}
	#footer .rows .cols .h4 {
		font: 500 16px/24px Chalet;
		margin: 14px 0 0;
	}
	#footer .rows .cols .adr {
		margin: 1px 0 0;
	}
	#footer .rows .cols .adr .t {
		font: 600 13px/24px Chalet;
	}
	#footer .rows .cols .f_social .h4 {
		margin-top: 24px;
	}
	#footer .rows_l .cols_l .f_social .a_sc {
		margin: 14px 0 0;
	}
	.n_menu {
		width: calc(100% - 70px);
		left: 70px;
	}
	.n_menu .n_menu_in {
		height: 98%;
	}
	.n_menu .ops_ttl {
		display: none;
	}
	.n_menu .rows {
		margin: 0;
	}
	.n_menu .rows .cols.cols01 {
		width: 100%;
		padding-top: 20px;
	}
	.n_menu .rows .cols.cols02 {
		width: 100%;
		margin-top: 45px;
	}
	.n_menu .rows .cols.cols03 .h3 {
		margin-bottom: 25px;
	}
	.n_menu .rows .cols .h3 {
		margin: 0 0 25px;
	}
	.n_menu .rows .cols .r {
		flex-wrap: wrap;
	}
	.n_menu .rows .cols .r.r02 {
		margin-top: 25px;
	}
	.n_menu .rows .cols .r .c.c01,
	.n_menu .rows .cols .r .c.c02 {
		width: 100%;
	}
	.mc {
		width: 60px;
		height: 60px;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .mc {
		margin: 0 auto;
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 700px) {
	.to_customers .rows .cols.cols01 .bg {
		width: 250px;
		height: 250px;
		background-size: cover;
		position: relative;
		top: -229px;
		margin: 0 0 0 auto;
	}
	.to_customers .rows .cols.cols02 .obg {
		width: 253px;
		height: 253px;
		right: -135px;
	}
	.to_customers .rows .cols.cols02 .bg {
		width: 142px;
		height: 242px;
		background-size: cover;
		position: relative;
		top: -220px;
		margin: 0 0 0 auto;
	}
	.to_customers .rows .cols .tc_l {
		padding: 30px 20px 40px;
	}
	.j_menu {
		margin: 35px 0 0;
	}
	.j_menu .jm_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.j_menu .jm_list li {
		margin: 0 0 15px;
	}
	.mpt_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.mpt_list li {
		margin: 0 0 15px;
	}
	.js_menu {
		margin: 35px 0 0;
	}
	.js_menu .jms_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.js_menu .jms_list li {
		margin: 0 0 15px;
	}
	.js_menu .jms_list_career {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.js_menu .jms_list_career li {
		margin: 0 0 15px;
	}
	.js_menu .jms_list_career li .o {
		width: 40px;
		height: 40px;
		top: -12px;
		left: -14px;
	}
	.jms_list_tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.jms_list_tabs li {
		margin: 0 0 15px;
	}
	.container_dp .dp_pc {
		width: 100%;
		height: auto;
	}
	.container_dp .dp_pc#dp_pc00 .pci {
		display: none;
		background: 0 0;
	}
	.container_dp .dp_pc .pci.nwbp,
	.container_dp .dp_pc .pci.wbp {
		background: #1f29a9;
	}
	.container_dp .dp_pc .t {
		font: 35px/35px Chalet;
		top: 60px;
	}
	.container_dp .dp_pc .q .tx {
		font: 22px/22px Chalet;
		margin: 45px 0 0;
	}
	.dt_section .bc {
		display: none;
	}
	.dt_section#dt_section01 .top_dtl {
		min-height: 380px;
	}
	.dt_section#dt_section01 .top_dtl .dt_bb.nwbp,
	.dt_section#dt_section01 .top_dtl .dt_bb.wbp {
		display: none;
		background: 0 0;
	}
	.dt_section#dt_section01 .dp_pc {
		width: auto;
		top: 100px;
		height: 285px;
	}
	.dt_section#dt_section01 .dp_pc .pci {
		background: 0 0;
	}
	.dt_section#dt_section04 {
		height: auto;
		margin-top: 35px;
	}
	.dt_section#dt_section05 {
		height: 225px;
		margin-top: 120px;
	}
	.bcr,
	.dt_section#dt_section05 .ttx {
		display: none;
	}
	.pr_slr {
		height: auto;
		width: auto;
	}
	.pr_slr .swiper-wrapper .swiper-slide {
		width: auto;
	}
	.pr_slr .swiper-wrapper .swiper-slide .bg {
		border-radius: 0;
		text-align: center;
		width: 100%;
		height: auto;
	}
	.pr_slr .swiper-wrapper .swiper-slide .bg img {
		display: block;
	}
	.pr_slr .swiper-wrapper .swiper-slide .bg .bg_in,
	.pr_slr .swiper-wrapper .swiper-slide .bg .over2 {
		display: none;
	}
	.all_history_company .rows .cols .years .year {
		font: 170px/130px Chalet;
	}
	.all_history_company .rows .cols .desc {
		padding: 35px 20px;
	}
	.all_history_company .rows .cols .desc .history {
		margin: 0 0 45px;
	}
	.all_history_company .rows .cols .desc .h4 {
		font: 22px/25px Chalet;
		margin: 0 0 25px;
	}
	.all_history_company .pagination_list_about {
		right: 20px;
	}
	.all_history_company .pagination_list_about li {
		margin: 0 0 15px;
	}
	.dt_phone_section .bc {
		display: none;
	}
	.dt_phone_section#dt_phone_section01 .top_dtl .tph_txt .t {
		font: 35px/35px Chalet;
	}
	.dt_phone_section#dt_phone_section05 .ttx {
		display: none;
	}
}

@media (max-width: 650px) {
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg {
		width: 400px;
		height: 242px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt {
		width: 284px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .bg {
		width: 284px;
		height: 450px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .pr_ttl {
		font: 30px/30px Chalet;
		margin: 0 0 0 105px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg {
		width: 400px;
		height: 242px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt {
		width: 400px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl {
		margin: 0 0 0 80px;
		font: 34px/34px Chalet;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .d {
		font: 42px/42px Chalet;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg {
		margin: 35px 0 0;
	}
	.our_results .or_ttl,
	.platform_solutions .ps .rows .cols .desc .ps_ttl .h3 {
		font: 34px/34px Chalet;
	}
	.selectize-control.single .selectize-input .item {
		font: 13px/17px Mont;
	}
	.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
		font: 13px/17px Mont;
	}
	.win_popup {
		width: 500px;
	}
	.win_popup .blc_pp_wt {
		width: 90%;
	}
	.thank_you {
		width: 500px;
	}
	.d404 .b4 {
		font: 200px/150px Mont;
		height: 140px;
	}
}

@media (max-width: 600px) {
	.all_history_company .rows .cols .years .year {
		font: 140px/130px Chalet;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 550px) {
	.nd_ttl .desc h1 {
		font: 600 18px/24px Chalet;
	}
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p2.cols .pr_link .desc .all_txt .pr_ttl {
		padding: 0 0 0 85px;
	}
	.all_products_in.all_products_in2 .rows #p2.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 242px;
		height: 400px;
	}
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .all_txt .pr_ttl {
		padding: 0 0 0 85px;
	}
	.all_products_in.all_products_in2 .rows #p5.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 242px;
		height: 400px;
	}
	.all_products_in.all_products_in2 .rows #p10.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p14.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p16.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p18.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p6.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p8.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in.all_products_in2 .rows .cols .pr_link .desc .all_txt .pr_txt {
		height: auto;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .ltr {
		font: 500px/500px ForestSmooth;
		left: 20px;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in .rows #p2.cols .desc .all_txt .bg {
		left: -35px;
	}
	.all_products_in .rows #p2.cols .desc .all_txt .bg .bg_in {
		width: 210px;
		height: 342px;
		background-size: cover;
	}
	.all_products_in .rows #p2.cols .desc .all_txt .pr_txt {
		bottom: 15px;
	}
	.all_products_in .rows #p3.cols .pr_link .desc .ltr {
		font: 500px/500px ForestSmooth;
		left: 20px;
	}
	.all_products_in .rows #p3.cols .pr_link .all_txt .bg .bg_in,
	.all_products_in .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in .rows #p5.cols .pr_link .desc .all_txt .bg {
		left: -35px;
	}
	.all_products_in .rows #p5.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 210px;
		height: 342px;
		background-size: cover;
	}
	.all_products_in .rows #p6.cols .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in .rows #p7.cols .pr_link .desc .ltr {
		font: 500px/500px ForestSmooth;
		left: 20px;
	}
	.all_products_in .rows #p10.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p8.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in .rows #p11.cols .pr_link .desc .ltr {
		font: 500px/500px ForestSmooth;
		left: 20px;
	}
	.all_products_in .rows #p11.cols .pr_link .all_txt .bg .bg_in,
	.all_products_in .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p14.cols .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in .rows #p15.cols .pr_link .desc .ltr {
		font: 500px/500px ForestSmooth;
		left: 20px;
	}
	.all_products_in .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p16.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p18.cols .desc .all_txt .bg .bg_in {
		width: 300px;
		height: 186px;
		background-size: cover;
	}
	.all_products_in .rows .cols .pr_link {
		height: 440px;
	}
	.all_products_in .rows .cols .pr_link .desc .pr_ttl {
		padding: 0 0 0 55px;
	}
	.all_products_in .rows .cols .pr_link .desc .all_txt .pr_txt {
		padding: 0 15px;
		bottom: 15px;
		height: auto;
	}
	.all_products_in .rows .cols .pr_link .desc .all_txt .pr_txt .br {
		display: inline;
	}
	.all_products_in .rows .cols .pr_link .desc .all_txt .d {
		font: 25px/25px Chalet;
		margin: 0 0 10px;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg {
		width: 300px;
		height: 182px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt {
		width: 240px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .bg {
		width: 240px;
		height: 380px;
	}
	.platform_solutions .ps#ps02 .rows .cols.cols02 .all_txt .pr_ttl {
		font: 26px/26px Chalet;
		margin: 0 0 0 90px;
	}
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg {
		width: 300px;
		height: 182px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt {
		width: 300px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl {
		font: 28px/28px Chalet;
		margin: 0 0 0 60px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg {
		margin: 25px 0 0;
	}
	.selectize-control.single .selectize-input:after {
		width: 19px;
		height: 10px;
		background-size: cover;
	}
	.thank_you,
	.win_popup {
		width: 400px;
	}
}

@media (max-width: 500px) {
	.ab_ttl .rows .h2,
	.dr_ttl .h2 {
		font: 28px/28px Chalet;
	}
	.dr_ttl .rows {
		margin: 35px 0;
	}
	.all_history_company .rows .cols .years .year {
		font: 110px/85px Chalet;
	}
	.d404 {
		margin: 50px 0;
	}
	.d404 .b4 {
		font: 150px/100px Mont;
		height: 102px;
	}
	.d404 h4 {
		margin: 35px 0 20px;
	}
	.d404 ul li {
		margin: 0 0 10px;
	}
	.map-columns {
		margin-bottom: 50px;
	}
}

@media (max-width: 480px) {
	.burger {
		margin: 0 5px 0 0;
	}
}

@media (max-width: 450px) {
	.full_header .rows_h .cols .language .ln:first-child {
		margin-right: 20px;
	}
	.to_customers .rows .cols .tc_l .at .tx .br {
		display: inline;
	}
	.nav_slr {
		width: 90px;
	}
	.nav_slr .swiper-button-next,
	.nav_slr .swiper-button-prev {
		width: 45px;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .h3 {
		font: 18px/26px Chalet;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .t {
		font: 14px/21px Mont;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .d {
		font: 24px/24px Chalet;
	}
	.about_mp .am_ttl .h3 {
		font: 22px/26px Chalet;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .i {
		font: 32px/32px Chalet;
	}
	.mp_abt_slr2 .swiper-wrapper .swiper-slide .caption .t {
	    font: 300 13px/24px Mont;
	}
	.all_news .grid .grid-item .top_c .ht .rs {
		font: 12px/23px Mont;
	}
	.load_more {
		width: 250px;
	}
	.load_more .lm .tx {
		font: 600 14px/14px Mont;
	}
	.load_more .lm .ics {
		margin: 0 0 0 20px;
	}
	.nd_ttl .desc {
		padding: 25px;
	}
	.nd_ttl .desc .d .tx {
		font: 14px/14px Chalet;
		margin: 0 20px 0 0;
	}
	.nd_ttl .desc .d .l {
		top: 7px;
	    width: 10px;
	    left: 75px;
	}
	.nd_ttl .desc h1 {
		font: 600 16px/20px Chalet;
	}
	.more_news {
		margin: 35px 0 0;
	}
	.more_news .rows .cols .top_c {
		margin: 0 0 20px;
	}
	.more_news .rows .cols .top_c .d {
		font: 16px/16px Chalet;
	}
	.more_news .rows .cols .tl .h3 {
		margin: 0 0 15px;
		font: 14px/22px Chalet;
	}
	.platform_solutions .ps .rows .cols .desc .ps_ttl .h5 {
		margin: 0 0 25px;
		font: 12px/12px Mont;
	}
	.our_results .or_ttl,
	.platform_solutions .ps .rows .cols .desc .ps_ttl .h3 {
		font: 30px/30px Chalet;
	}
	.our_results .rows .cols .r .c .i {
		margin-right: 25px;
	}
	.our_results .rows .cols .r .c .n {
		margin-left: 25px;
	}
	.as_ttl .h3 {
		font: 22px/28px Chalet;
	}
	.about_our_clients .rows {
		margin: 30px 0 0;
	}
	.send_resume .sr_btn {
		font: 18px/18px Chalet;
	}
	.send_resume .sr_btn .pr_brg {
		margin: 0 0 0 20px;
	}
	.blc_fole_upl .parsley-errors-list {
		left: 25px;
	}
	.all_partners .rows_prtn .rows .cols .h2,
	.all_partners .rows_prtn .rows .cols.cols100 .h2 {
		font: 22px/22px Chalet;
	}
	.all_history_company .rows .cols .years {
		margin-top: 170px !important;
	}
	.all_history_company .rows .cols .desc .h4 {
		font: 18px/23px Chalet;
		margin: 0 0 20px;
	}
	.all_history_company .rows .cols .desc p {
		font: 14px/21px Mont;
	}
	.win_popup {
		width: 300px;
	}
	.win_popup .line_pp h3 {
		font: 26px/26px Mont;
	}
	.win_popup .blc_pp_wt .rows input {
		padding: 0 15px;
		font: 13px/18px Mont;
	}
	.win_popup .blc_pp_wt .rows textarea {
		font: 13px/16px Mont;
	}
	.win_popup .blc_pp_wt .rows textarea::-webkit-input-placeholder {
		font: 13px/16px Mont;
	}
	.win_popup .blc_pp_wt .rows textarea::-moz-placeholder {
		font: 13px/16px Mont;
	}
	.win_popup .blc_pp_wt .rows textarea:-moz-placeholder {
		font: 13px/16px Mont;
	}
	.win_popup .blc_pp_wt .rows textarea:-ms-input-placeholder {
		font: 13px/16px Mont;
	}
	.win_popup .blc_pp_wt .rows button {
		font: 18px/18px Mont;
		padding: 15px 35px;
	}
	.thank_you {
		width: 300px;
	}
	.parsley-errors-list {
		left: 14px;
		top: 4px;
	}
}

@media (max-width: 410px) {
	.to_customers .rows .cols.cols01 .bg {
		width: 200px;
		height: 200px;
		background-size: cover;
		position: relative;
		top: -179px;
		margin: 0 0 0 auto;
	}
	.to_customers .rows .cols.cols01 .bg .wdg {
		width: 140px;
		left: -15px;
		height: 70px;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl .lt {
		font: 700 10px/10px Mont;
	}
	.to_customers .rows .cols.cols01 .bg .wdg .wl .lt .pr_brg {
		top: 2px;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide {
		width: 260px;
	}
	.platform_solutions .ps#ps01 .rows .cols.cols02 .all_txt .bg,
	.platform_solutions .ps#ps03 .rows .cols.cols02 .all_txt .bg {
		width: 250px;
		height: 152px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt {
		width: 250px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl {
		font: 25px/25px Chalet;
		margin: 0 0 0 55px;
	}
	.platform_solutions .ps .rows .cols.cols02 .all_txt .pr_ttl .pr_brg {
		margin: 15px 0 0;
	}
	.all_history_company .rows .cols .years .year {
		font: 80px/65px Chalet;
	}
}

@media (max-width: 400px) {
	.all_news .grid .grid-item .desc {
		padding: 0 25px;
	}
	.all_news .grid .grid-item .tl .h3 {
		font: 16px/24px Chalet;
	}
	.more_news .rows .cols .desc {
		padding: 0 25px;
	}
	.all_products_in .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p10.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p11.cols .pr_link .all_txt .bg .bg_in,
	.all_products_in .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p14.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p16.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p18.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p3.cols .pr_link .all_txt .bg .bg_in,
	.all_products_in .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p6.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p8.cols .desc .all_txt .bg .bg_in,
	.all_products_in .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p1.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p10.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p11.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p12.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p13.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p14.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p15.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p16.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p17.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p18.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p3.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p4.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p6.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p7.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p8.cols .pr_link .desc .all_txt .bg .bg_in,
	.all_products_in.all_products_in2 .rows #p9.cols .pr_link .desc .all_txt .bg .bg_in {
		width: 250px;
		height: 150px;
		background-size: cover;
	}
}

@media (max-width: 370px) {
	.left_column {
		width: 50px;
	}
	.mp_news_slr {
		margin: 55px 0 0 -24px;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide {
		width: 240px;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .h3 {
		font: 16px/22px Chalet;
	}
	.mp_news_slr .swiper-wrapper .swiper-slide .caption .nl .d {
		font: 22px/22px Chalet;
	}
	.mp_abt_slr {
		margin: 135px 0 0 -24px;
	}
	.mp_abt_slr2 {
		margin: 35px 0 0 -24px;
	}
	.load_more {
		width: 200px;
	}
	.load_more .lm .tx {
		font: 600 13px/13px Mont;
	}
	.all_products_in .rows .cols .pr_link .desc .pr_ttl {
		font: 17px/17px Chalet;
		padding: 0 0 0 40px;
		margin: -23px 0 0;
	}
	.all_career .rows_advantages .cols .desc .t .br {
		display: inline;
	}
	.send_resume .sr_btn {
		font: 16px/16px Chalet;
	}
	.send_resume .sr_btn .pr_brg {
		margin: 4px 0 0 20px;
	}
	.all_partners .rows_prtn .rows .cols.cols100 .h2 {
		font: 18px/18px Chalet;
	}
	.all_partners .rows_prtn .rows .cols .desc {
		padding: 0 20px;
	}
	.all_partners .rows_prtn .rows .cols .h2 {
		font: 18px/18px Chalet;
	}
	.all_partners .rows_prtn .rows .cols .t {
		margin: 20px 0 25px;
		font: 13px/19px Mont;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd01 {
		display: none;
	}
	.cities_win .d_rows .d_cols .rd .cd.cd02 {
		width: 100%;
		margin-left: 0;
	}
	.all_history_company .rows .cols .desc .h4 {
		font: 16px/20px Chalet;
		margin: 0 0 20px;
	}
	.all_history_company .rows .cols .desc p {
		font: 13px/18px Mont;
	}
	.n_menu {
		width: calc(100% - 50px);
		left: 50px;
	}
	.d404 .b4 {
		font: 120px/100px Mont;
		height: 88px;
	}
}

@media (max-width: 360px) {
	.header .rows .cols .customer_entry .ce_link {
		width: 40px;
		height: 40px;
	}
	.header .rows .cols .customer_entry .ce_link .tx {
		display: none;
	}
	.header .rows .cols .customer_entry .ce_link .ics {
		left: 0;
	}
	.full_header .rows_h .cols .customer_entry .ce_link {
		padding-left: 0px;
	}
	.full_header .rows_h .cols .customer_entry .ce_link .ics {
		width: 15px;
		height: 15px;
	}
	.all_news .grid .grid-item .top_c .ht,
	.more_news .rows .cols .top_c .ht {
		margin: 0 0 0 10px;
	}
}

@media (max-width: 350px) {
	.thank_you,
	.win_popup {
		width: 275px;
	}
}

@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
.footer-contacts__address{
	color: #fff;
	text-decoration: none;
}
.footer-contacts__address a{
	color: #fff;
	text-decoration: none;
}


/* Глухов верстка блока клиенты 14-12-2020 */

.clients__logos {
    display: flex;
  max-width: 1185px;
  width: 99vw;
  margin: 60px auto;
  padding: 0;
  list-style: none;
  flex-direction: row;  /* направление осей слева направо */
  justify-content: space-between;  /*  Флексы равномерно распределяются по всей строке. Первый и последний элемент прижимаются к соответствующим краям контейнера. */
  flex-wrap: wrap; /* Флексы выстраиваются в несколько строк, их направление задаётся свойством flex-direction */
}

.clients__logo {
    margin: 0 auto;
    margin-top: 60px;



  width: 220px;
  text-align: center;

}

.clients__feedback {
    opacity: 100%;
}

.clients__feedback:hover {
    opacity: 20%;
}


/************    .simple_page     *************/

.simple_page .txt:before{
	display: none;
}
.simple_page .txt {
    max-width: none !important;
}
@media (min-width:760px)  {
	.simple_page .cols.cols02 {
	    margin-left: 60px;
	    padding-right: 60px;
		width: 100% !important;
	}
	.nd_desc.simple_page {
	    margin: 60px 0 0;
	}
	.nd_ttl.simple_page .desc {
	    padding-left: 60px;
	}
	.nd_ttl.simple_page .desc h1 {
	    font: 900 37px/46px Chalet;
	}
}
@media (max-width:760px)  {
	.nd_desc.simple_page {
	    margin: 5px 0 0;
	}
	.nd_ttl.simple_page {
	    margin: 0px 0 0;
	}
	.nd_desc .rows .cols.cols02 .txt ul {
	    font-size: 13px;
	}
	.nd_desc .rows .cols.cols02 .txt ul li {
	    margin-bottom: 10px;
	}
}
