@charset "UTF-8";
@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura/futurafuturisc.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/futurafuturisc.otf") format("opentype"), url("../fonts/futura/futurafuturisc.woff") format("woff"), url("../fonts/futura/futurafuturisc.ttf") format("truetype"), url("../fonts/futura/futurafuturisc.svg#futurafuturisc") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura/futurafuturislightc.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/futurafuturislightc.otf") format("opentype"), url("../fonts/futura/futurafuturislightc.woff") format("woff"), url("../fonts/futura/futurafuturislightc.ttf") format("truetype"), url("../fonts/futura/futurafuturislightc.svg#futurafuturislightc") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thin.woff") format("woff"), url("../fonts/roboto/roboto-thin.ttf") format("truetype"), url("../fonts/roboto/roboto-thin.svg#roboto-thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light.woff") format("woff"), url("../fonts/roboto/roboto-light.ttf") format("truetype"), url("../fonts/roboto/roboto-light.svg#roboto-light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular.woff") format("woff"), url("../fonts/roboto/roboto-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-regular.svg#roboto-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-medium.woff") format("woff"), url("../fonts/roboto/roboto-medium.ttf") format("truetype"), url("../fonts/roboto/roboto-medium.svg#roboto-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold.woff") format("woff"), url("../fonts/roboto/roboto-bold.ttf") format("truetype"), url("../fonts/roboto/roboto-bold.svg#roboto-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBook';
  src: url("../fonts/futurabook/futurafook.eot?#iefix") format("embedded-opentype"), url("../fonts/futurabook/futurafook.woff") format("woff"), url("../fonts/futurabook/futurafook.ttf") format("truetype"), url("../fonts/futurabook/futurafook.svg#futurafook") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none;
  margin: 0;
  padding: 0;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h2 {
  font: 500 50px/49px Futura;
  color: #242526;
}

h3 {
  font: 500 38px/42px Futura;
  color: #242526;
}

@media (max-width: 850px) {
  h3 {
    font: 500 32px/38px Futura;
  }
}

@media (max-width: 550px) {
  h3 {
    font: 500 26px/33px Futura;
  }
}

@media (max-width: 350px) {
  h3 {
    font: 500 23px/25px Futura;
  }
}

h4 {
  font: 500 21px/24px Futura;
  color: #242526;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  vertical-align: top;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

html,
body {
  font-size: 100%;
  line-height: 1;
}

body {
  font-family: Futura;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -56px;
  padding: 0 0 56px;
}

#footer {
  margin: 0px 0 0;
  height: 56px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}

#footer .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}

@media (max-width: 550px) {
  #footer .rows {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}

@media (max-width: 550px) {
  #footer .rows .cols {
    width: 100%;
    text-align: center;
  }
}

#footer .rows .cols01 {
  margin: 0 0 0;
}

#footer .rows .cols p {
  color: #7f7f7f;
  font: 100 15px/15px Roboto;
}

#footer .rows .cols p a {
  color: #1a2e45;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

#footer .rows .cols p a:hover {
  color: #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

#footer .rows .sp {
  width: 1px;
  height: 12px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #eaeaea;
  margin: 0 15px;
}

@media (max-width: 550px) {
  #footer .rows .sp {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 1px;
    width: 100px;
    margin: 10px auto 10px;
  }
}

.mp {
  margin: 0;
}

.pm {
  padding: 0;
}

.hides {
  display: none;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-static-top {
  border: 0;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.navbar {
  margin-bottom: 0;
}

.navbar > .container .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav {
  text-align: center;
  float: none;
  margin: 0;
  font-size: 0;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-nav > li .active, .navbar-nav > li:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .navbar-nav > li {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    text-align: left;
    background: #fff;
    padding: 65px 15px 0;
  }
}

.navbar-default .navbar-nav {
  position: relative;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e8e8e8;
  }
  .navbar-default .navbar-nav li:last-child {
    border-bottom: 0;
  }
}

.navbar-default .navbar-nav li > a {
  color: #fff;
  background-color: transparent;
  font: 500 19px/19px Futura;
  text-shadow: none;
  padding: 0px 20px 20px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  position: relative;
}

@media (max-width: 1450px) {
  .navbar-default .navbar-nav li > a {
    padding: 0px 10px 20px;
  }
}

@media (max-width: 1350px) {
  .navbar-default .navbar-nav li > a {
    font: 500 18px/18px Futura;
    padding: 0px 8px 20px;
  }
}

@media (max-width: 1200px) {
  .navbar-default .navbar-nav li > a {
    font: 500 15px/15px Futura;
    padding: 0px 5px 20px;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li > a {
    padding: 10px 0;
    font: normal 19px/19px Futura;
    color: #000;
  }
}

.navbar-default .navbar-nav li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  margin: auto;
  background: transparent;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li > a:after {
    display: none;
  }
}

.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
  color: #fff;
  background-color: transparent;
  font: 500 19px/19px Futura;
  text-shadow: none;
}

@media (max-width: 1350px) {
  .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
    font: 500 18px/18px Futura;
  }
}

@media (max-width: 1200px) {
  .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
    font: 500 15px/15px Futura;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
    font: normal 19px/19px Futura;
    color: #fc565c;
  }
}

.navbar-default .navbar-nav li > a:hover {
  color: #fff;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li > a:hover {
    color: #fc565c;
  }
}

.navbar-default .navbar-nav li > a:hover:after {
  background: #fc565c;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  width: 100%;
}

.navbar-default .navbar-nav .active > a {
  background-color: transparent;
  color: #fff;
  font: 500 19px/19px Futura;
  text-shadow: none;
}

@media (max-width: 1350px) {
  .navbar-default .navbar-nav .active > a {
    font: 500 18px/18px Futura;
  }
}

@media (max-width: 1200px) {
  .navbar-default .navbar-nav .active > a {
    font: 500 15px/15px Futura;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .active > a {
    font: normal 17px/17px Futura;
    color: #fc565c;
  }
}

.navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
  background-color: transparent;
  color: #fff;
  font: 500 19px/19px Futura;
  text-shadow: none;
}

@media (max-width: 1350px) {
  .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
    font: 500 18px/18px Futura;
  }
}

@media (max-width: 1200px) {
  .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
    font: 500 15px/15px Futura;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
    font: normal 17px/17px Futura;
  }
}

.navbar-default .navbar-nav .active > a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .active > a:hover {
    color: #fc565c;
  }
}

.navbar-default .navbar-nav .active > a:after {
  background: #fc565c;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  width: 100%;
}

.navbar {
  min-height: 0px;
  margin-bottom: 0;
  border: 0px solid transparent;
}

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

.header {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    
    padding-top: 5px;
  }
}

@media (max-width: 500px) {
  .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header .logo {
  width: 220px;
}

@media (max-width: 1550px) {
  .header .logo {
    width: 150px;
  }
}

@media (max-width: 1300px) {
  .header .logo {
    width: 125px;
  }
}

@media (max-width: 991px) {
  .header .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.header .hdr {
  width: 220px;
  position: relative;
  top: 22px;
}

@media (max-width: 1350px) {
  .header .hdr {
    top: 23px;
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .header .hdr {
    width: 182px;
    top: 25px;
  }
}

@media (max-width: 991px) {
  .header .hdr {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
  }
}

@media (max-width: 500px) {
  .header .hdr {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    text-align: right;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header .hdr.hdr_vs {
    display: none;
  }
}

.header .hdr.hdr_hd {
  display: none;
}

@media (max-width: 991px) {
  .header .hdr.hdr_hd {
    margin: 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .header .hdr.hdr_hd {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header .hdr .sphone {
  margin: 0 0 0;
  text-align: right;
}

@media (max-width: 991px) {
  .header .hdr .sphone {
    max-width: 200px;
    margin: 0 0 0 15px;
  }
}

.header .hdr .sphone .phone {
  margin: 0 0 0;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font: 500 18px/18px Futura;
  padding: 0 60px 0 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 1350px) {
  .header .hdr .sphone .phone {
    font: 500 17px/17px Futura;
  }
}

@media (max-width: 1200px) {
  .header .hdr .sphone .phone {
    font: 500 15px/15px Futura;
  }
}

@media (max-width: 991px) {
  .header .hdr .sphone .phone {
    color: #000;
    padding: 0 0 0 60px;
    display: inherit;
  }
}

.header .hdr .sphone .phone:hover {
  color: #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.header .hdr .sphone .phone01 {
  margin: 0 0 8px;
}

.header .hdr .sphone .phone01:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: url(../img/i25.png) no-repeat 35% 50%;
}

@media (max-width: 991px) {
  .header .hdr .sphone .phone01:after {
    left: 0;
    right: auto;
    border: 1px solid #dee0e2;
    background: url(../img/i25br.png) no-repeat 70% 50%;
  }
}

.header .hdr .submit_your_application {
  margin: 25px 0 0;
  text-align: right;
}

@media (max-width: 991px) {
  .header .hdr .submit_your_application {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 600px) {
  .header .hdr .submit_your_application {
    width: 100%;
    margin: 22px 0 0 15px;
    text-align: left;
  }
}

.header .hdr .submit_your_application .sya {
  margin: 0 0 0;
  display: inline-block;
  position: relative;
  color: #9fbdf2;
  font: 500 15px/48px Futura;
  padding: 0 60px 0 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .header .hdr .submit_your_application .sya {
    color: #000;
    font: normal 15px/48px FuturaBook;
    padding: 0 0 0 60px;
  }
}

.header .hdr .submit_your_application .sya:hover {
  color: #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.header .hdr .submit_your_application .sya:hover:after {
  background: #fc565c url(../img/i1.png) no-repeat 50%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.header .hdr .submit_your_application .sya:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 0px solid rgba(255, 255, 255, 0.15);
  background: #fc565c url(../img/i1.png) no-repeat 50%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .header .hdr .submit_your_application .sya:after {
    left: 0;
    right: auto;
  }
}

.header .cnt_ml {
  width: 100%;
  max-width: 910px;
  margin: 16px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1400px) {
  .header .cnt_ml {
    max-width: 790px;
  }
}

@media (max-width: 1350px) {
  .header .cnt_ml {
    margin: 17px auto 0;
  }
}

@media (max-width: 1250px) {
  .header .cnt_ml {
    max-width: 730px;
  }
}

@media (max-width: 1200px) {
  .header .cnt_ml {
    max-width: 590px;
  }
}

@media (max-width: 991px) {
  .header .cnt_ml {
    border: 0;
    max-width: none;
    width: auto;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 991px) {
  .header .main_menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    position: absolute;
    top: -10px;
    right: 0;
    margin: 0 0 0;
    z-index: 1;
    /*transition-delay: .6s*/
    display: none;
    background: #fff;
    padding-bottom: 48px;
  }
  .header .main_menu.active {
    z-index: 10;
    width: 100%;
    /*transition-delay: 0s*/
  }
}

.header .languages {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 73px;
  height: 19px;
}

@media (max-width: 991px) {
  .header .languages {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin: 4px 15px 0 0;
  }
}

@media (max-width: 850px) {
  .header .languages {
    margin: 4px 50px 0 0;
  }
}

@media (max-width: 800px) {
  .header .languages {
    margin: 4px 70px 0 0;
  }
}

@media (max-width: 550px) {
  .header .languages {
    margin: 4px 70px 0 0;
  }
}

@media (max-width: 500px) {
  .header .languages {
    margin: 4px 50px 0 0;
  }
}

@media (max-width: 350px) {
  .header .languages {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .header .languages.languages_vs {
    display: none;
  }
}

.header .languages.languages_hd {
  display: none;
}

@media (max-width: 991px) {
  .header .languages.languages_hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .languages:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 14px;
  width: 1px;
  background: #fff;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media (max-width: 350px) {
  .header .languages:after {
    top: -3px;
  }
}

.header .languages .language {
  font: 500 19px/19px Futura;
  color: #fc565c;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 1350px) {
  .header .languages .language {
    font: 500 18px/18px Futura;
  }
}

@media (max-width: 1200px) {
  .header .languages .language {
    font: 500 15px/15px Futura;
  }
}

.header .languages .language.active {
  color: #fff;
  pointer-events: none;
}

.header .languages .language:hover {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.logo a {
  display: block;
  width: 125px;
  height: 80px;
  position: relative;
}

.logo a img {
  display: block;
  margin-left: 20px;
}

.logo a .txt {
  color: #c7cad0;
  font: 300 10px/12px Roboto;
  margin: 11px 0 0 21px;
  display: block;
}

.logo a .ln {
  display: block;
  width: -webkit-calc(100% - 7px);
  width: calc(100% - 7px);
  height: 2px;
  background: #9fbdf2;
  margin: 0 0 7px;
}

.logo a .tln {
  display: block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 8px;
  background: #7588aa;
  margin: 0;
}

.main_slr {
  position: relative;
  height: 615px;
}

.main_slr #header {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.main_slr .bslr {
  z-index: 30;
  height: 615px;
}

.main_slr .bspb_p {
  position: absolute;
  z-index: 70;
  max-width: 1600px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 77px;
}

@media (max-width: 650px) {
  .main_slr .bspb_p {
    bottom: 80px;
    height: 35px;
  }
}

@media (max-width: 450px) {
  .main_slr .bspb_p {
    bottom: 110px;
  }
}

.main_slr .bspb_p .bspb {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 55px;
  width: 104px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  overflow: hidden;
}

@media (max-width: 800px) {
  .main_slr .bspb_p .bspb {
    right: 15px;
    width: 60px;
  }
}

@media (max-width: 650px) {
  .main_slr .bspb_p .bspb {
    width: 44px;
    height: 20px;
  }
}

.main_slr .bspb_p .bspb .spr {
  position: relative;
  top: -9px;
  left: -26px;
  margin: auto;
  width: 1px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  background: #2c3e53;
  height: 100px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media (max-width: 650px) {
  .main_slr .bspb_p .bspb .spr {
    height: 20px;
    top: -1px;
    left: -6px;
    background: #58687e;
  }
}

.main_slr .bspb_p .bspb .spr:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 50%;
  background: #58687e;
}

@media (max-width: 650px) {
  .main_slr .bspb_p .bspb .spr:after {
    display: none;
  }
}

.main_slr .bspb_p .bspb .swiper-pagination-current {
  color: #fff;
  font: 500 36px/36px Futura;
  display: inline-block;
}

@media (max-width: 800px) {
  .main_slr .bspb_p .bspb .swiper-pagination-current {
    font: 500 22px/22px Futura;
  }
}

@media (max-width: 650px) {
  .main_slr .bspb_p .bspb .swiper-pagination-current {
    font: 500 18px/18px Futura;
  }
}

.main_slr .bspb_p .bspb .swiper-pagination-total {
  color: #42556f;
  font: 500 36px/36px Futura;
  display: inline-block;
}

@media (max-width: 800px) {
  .main_slr .bspb_p .bspb .swiper-pagination-total {
    font: 500 22px/22px Futura;
  }
}

@media (max-width: 650px) {
  .main_slr .bspb_p .bspb .swiper-pagination-total {
    font: 500 18px/18px Futura;
  }
}

.main_slr .main_area {
  position: absolute;
  z-index: 60;
  background: rgba(18, 35, 51, 0.85);
  max-width: 1600px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 46px;
}

@media (max-width: 650px) {
  .main_slr .main_area {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 450px) {
  .main_slr .main_area {
    padding: 0 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    min-height: 100px;
  }
}

.main_slr .main_area h3 {
  position: relative;
  color: #fc2932;
  font: 500 21px/24px FuturaBook;
  padding: 0 0 0 46px;
  margin: 0 0 5px;
}

@media (max-width: 550px) {
  .main_slr .main_area h3 {
    font: 500 17px/17px FuturaBook;
  }
}

@media (max-width: 450px) {
  .main_slr .main_area h3 {
    text-align: left;
    padding: 0;
  }
}

.main_slr .main_area h3:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/i2.png) no-repeat 0 0;
  width: 28px;
  height: 28px;
}

@media (max-width: 450px) {
  .main_slr .main_area h3:after {
    display: none;
  }
}

.main_slr .main_area .txt {
  color: #fff;
  font: 500 21px/21px FuturaBook;
}

@media (max-width: 550px) {
  .main_slr .main_area .txt {
    font: 500 17px/17px FuturaBook;
  }
}

@media (max-width: 450px) {
  .main_slr .main_area .txt {
    text-align: left;
  }
}

.main_slr .main_area .txt .l {
  display: inline-block;
  height: 2px;
  width: 118px;
  background: #bcc0c5;
  margin: 0 15px 0 46px;
  position: relative;
  top: -3px;
}

@media (max-width: 750px) {
  .main_slr .main_area .txt .l {
    width: 50px;
  }
}

@media (max-width: 450px) {
  .main_slr .main_area .txt .l {
    display: none;
  }
}

.main_slr .caption {
  width: 100%;
  height: 100%;
  position: relative;
}

.main_slr .caption a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 15;
  cursor: default;
}

.main_slr .caption a:hover .b_slr_desc .arw {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.main_slr .caption a .over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  background: rgba(29, 45, 62, 0.75);
}

.main_slr .caption a .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 5;
}

@media(max-width: 1400px){
  .main_slr .caption a .bg[style="background-image: url(/upload/iblock/085/0850485833072023482efb7f118a32a9.jpg)"]{
    background-position: 100% 0;
  }
}

@media(max-width: 550px){
  .main_slr .caption a .bg[style="background-image: url(/upload/iblock/085/0850485833072023482efb7f118a32a9.jpg)"]{
    background-position: 88% 0;
  }
  .main_slr .caption a .bg[style="background-image: url(/upload/iblock/e1c/e1cae8647333d5b7ae0b4d0f6fea6235.jpg)"]{
    background-position: 71% 0;
  }  
}


.main_slr .caption a .b_slr_desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 20;
  margin-top: 165px;
  max-width: 960px;
}


.main_slr .caption a .b_slr_desc h2 {
  color: #fff;
  font: 500 47px/51px Futura;
  margin-bottom: 40px;
}

@media (max-width: 1350px) {
  .main_slr .caption a .b_slr_desc h2 {
    font: 500 44px/49px Futura;
  }
}

@media (max-width: 1200px) {
  .main_slr .caption a .b_slr_desc h2 {
    font: 500 36px/40px Futura;
  }
  .main_slr .caption a .b_slr_desc {
      padding-right: 220px;
  }  
}

@media (max-width: 991px) {
  .main_slr .caption a .b_slr_desc h2 {
    font: 500 36px/40px Futura;
  }
  .main_slr .caption a .b_slr_desc {
      padding-right: 130px;
  }   
}

@media (max-width: 800px) {
  .main_slr .caption a .b_slr_desc h2 {
    font: 500 27px/32px Futura;
  }
}

@media (max-width: 750px) {
  .main_slr .caption a .b_slr_desc h2 {
    font: 500 27px/32px Futura;
  }
}

@media (max-width: 800px){
  .main_slr .caption a .b_slr_desc {
      max-width: 93%;
      padding: 0;
  }
}

@media (max-width: 750px) {
  .main_slr .caption a .b_slr_desc {
    margin-top: 140px;
  }
}

@media (max-width: 550px) {
  .main_slr .caption a .b_slr_desc h2 {
    font: 500 24px/29px Futura;
  }
}

@media (max-width: 500px) {
  .main_slr .caption a .b_slr_desc {
    margin-top: 180px;
  }
}

@media (max-width: 450px) {
  .main_slr .caption a .b_slr_desc h2 {
    font: 500 22px/27px Futura;
  }
}

.main_slr .caption a .b_slr_desc .b_slr_desc_mark {
  color: #9fbdf2;
  font: 500 49px/43px Futura;
  margin: 0 0 0;
}

@media (max-width: 1350px) {
  .main_slr .caption a .b_slr_desc .b_slr_desc_mark {
    font: 500 45px/50px Futura;
  }
}

@media (max-width: 991px) {
  .main_slr .caption a .b_slr_desc .b_slr_desc_mark {
    font: 500 36px/40px Futura;
  }
}

@media (max-width: 750px) {
  .main_slr .caption a .b_slr_desc .b_slr_desc_mark {
    font: 500 32px/35px Futura;
  }
}

@media (max-width: 550px) {
  .main_slr .caption a .b_slr_desc .b_slr_desc_mark {
    font: 500 28px/30px Futura;
  }
}

@media (max-width: 450px) {
  .main_slr .caption a .b_slr_desc .b_slr_desc_mark {
    font: 500 24px/30px Futura;
  }
}

.main_slr .caption a .b_slr_desc .b_slr_desc_txt {
  font-size: 15px;
  line-height: 28px;
  color: #e1e1e1;
}

@media (max-width: 660px) {
  .main_slr .caption a .b_slr_desc .b_slr_desc_txt {
    display: none;
  }
}

.main_slr .caption a .b_slr_desc .arw {
  width: 43px;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 17px 0 0;
  position: relative;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  cursor: pointer;
}

.main_slr .caption a .b_slr_desc .arw:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 4px;
  background: url(../img/i26.svg) no-repeat 0 0;
  width: 8px;
  height: 15px;
}

.pr_tabs {
  margin: 0 0 0;
}

.pr_tabs .pr_tabs_box_list {
  border-bottom: 1px solid #c8c8c8;
}

.pr_tabs .pr_tabs_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1700px;
  margin: 0 auto;
  padding: 15px 50px;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 30px;
  }
}

@media (max-width: 360px) {
  .pr_tabs .pr_tabs_list {
    padding: 15px 10px;
  }
}

.pr_tabs .pr_tabs_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    padding: 10px 0 10px 85px;
  }
  .pr_tabs .pr_tabs_list li:last-child {
    border-bottom: 0;
  }
  .pr_tabs .pr_tabs_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 74px;
    height: 40px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .pr_tabs .pr_tabs_list li:nth-child(1):before {
    background-image: url(../img/nav_icons_scmenu/1h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(2):before {
    background-image: url(../img/nav_icons_scmenu/2h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(3):before {
    background-image: url(../img/nav_icons_scmenu/3h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(4):before {
    background-image: url(../img/nav_icons_scmenu/4h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(5):before {
    background-image: url(../img/nav_icons_scmenu/5h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(6):before {
    background-image: url(../img/nav_icons_scmenu/11h_new.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(7):before {
    background-image: url(../img/nav_icons_scmenu/6h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(8):before {
    background-image: url(../img/nav_icons_scmenu/7h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(9):before {
    background-image: url(../img/nav_icons_scmenu/8h.svg);
  }
  .pr_tabs .pr_tabs_list li:nth-child(10):before {
    background-image: url(../img/nav_icons_scmenu/9h.svg);
  }
}

@media (max-width: 360px) {
  .pr_tabs .pr_tabs_list li:before {
    width: 40px;
  }

  .pr_tabs .pr_tabs_list li:nth-child(2):before {
    -webkit-background-size: 70px auto;
            background-size: 70px auto;
    background-position: right;
  }

  .pr_tabs .pr_tabs_list li:nth-child(6):before {
    -webkit-background-size: 70px auto;
            background-size: 70px auto;
  }
}

.pr_tabs .pr_tabs_list li:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -10%;
  right: 0;
  height: 3px;
  width: 120%;
  background: transparent;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li:after {
    display: none;
  }
}

.pr_tabs .pr_tabs_list li:hover .ptl_link .d_img, .pr_tabs .pr_tabs_list li.active .ptl_link .d_img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.pr_tabs .pr_tabs_list li:hover .ptl_link .d_img01, .pr_tabs .pr_tabs_list li.active .ptl_link .d_img01 {
  background-position: 0px -98px;
}

.pr_tabs .pr_tabs_list li:hover .ptl_link .d_img02, .pr_tabs .pr_tabs_list li.active .ptl_link .d_img02 {
  background-position: 0px -67px;
}

.pr_tabs .pr_tabs_list li:hover .ptl_link .d_img03, .pr_tabs .pr_tabs_list li.active .ptl_link .d_img03 {
  background-position: 0px -70px;
}

.pr_tabs .pr_tabs_list li:hover .ptl_link .d_img04, .pr_tabs .pr_tabs_list li.active .ptl_link .d_img04 {
  background-position: 0px -78px;
}

.pr_tabs .pr_tabs_list li:hover .ptl_link .d_img05, .pr_tabs .pr_tabs_list li.active .ptl_link .d_img05 {
  background-position: 0px -79px;
}

.pr_tabs .pr_tabs_list li.active:after {
  background: #1a2e45;
}

.pr_tabs .pr_tabs_list li.active .ptl {
  color: #fc565c;
}

.pr_tabs .pr_tabs_list li .ptl_link {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li .ptl_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li .ptl_link {
    display: none;
  }
}

.pr_tabs .pr_tabs_list li .ptl_link .txt {
  color: #152330;
  font: 300 18px/24px Roboto;
  margin: 0 10px 0 0;
}

@media (max-width: 1500px) {
  .pr_tabs .pr_tabs_list li .ptl_link .txt {
    margin: 0 5px 0 0;
  }
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li .ptl_link .txt {
    margin: 0 auto 15px;
    text-align: center;
  }
}

.pr_tabs .pr_tabs_list li .ptl_link .txt01 {
  width: 120px;
}

.pr_tabs .pr_tabs_list li .ptl_link .txt02 {
  width: 140px;
}

.pr_tabs .pr_tabs_list li .ptl_link .txt03 {
  width: 104px;
}

.pr_tabs .pr_tabs_list li .ptl_link .txt04 {
  width: 104px;
}

.pr_tabs .pr_tabs_list li .ptl_link .txt05 {
  width: 150px;
}

.pr_tabs .pr_tabs_list li .ptl_link .d_img {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li .ptl_link .d_img {
    margin-left: auto;
    margin-right: auto;
  }
}

.pr_tabs .pr_tabs_list li .ptl_link .d_img01 {
  background-image: url(../img/nav_icons_scmenu/sp1.svg);
  width: 60px;
  height: 100px;
}

.pr_tabs .pr_tabs_list li .ptl_link .d_img02 {
  background-image: url(../img/nav_icons_scmenu/sp2.svg);
  width: 175px;
  height: 65px;
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li .ptl_link .d_img02 {
    margin-top: 20px;
  }
}

.pr_tabs .pr_tabs_list li .ptl_link .d_img03 {
  background-image: url(../img/nav_icons_scmenu/sp3.svg);
  width: 95px;
  height: 65px;
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li .ptl_link .d_img03 {
    margin-top: 18px;
  }
}

.pr_tabs .pr_tabs_list li .ptl_link .d_img04 {
  background-image: url(../img/nav_icons_scmenu/sp4.svg);
  width: 115px;
  height: 75px;
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li .ptl_link .d_img04 {
    margin-top: 13px;
  }
}

.pr_tabs .pr_tabs_list li .ptl_link .d_img05 {
  background-image: url(../img/nav_icons_scmenu/sp5.svg);
  width: 120px;
  height: 80px;
}

@media (max-width: 1350px) {
  .pr_tabs .pr_tabs_list li .ptl_link .d_img05 {
    margin-top: 10px;
  }
}

.pr_tabs .pr_tabs_list li .ptl {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li .ptl {
    display: block;
    position: static;
    width: auto;
    height: auto;
    font: 500 18px/25px Futura;
    color: #152330;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
  }
  .pr_tabs .pr_tabs_list li .ptl:hover {
    color: #fc565c;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
  }
}

@media (max-width: 700px) {
  .pr_tabs .pr_tabs_list li .ptl {
    font: 500 22px/25px Futura;
  }
}

@media (max-width: 480px) {
  .pr_tabs .pr_tabs_list li .ptl {
    font: 500 21px/25px Futura;
  }
}

@media (max-width: 420px) {
  .pr_tabs .pr_tabs_list li {
    padding: 10px 0 10px 90px;
  }

  .pr_tabs .pr_tabs_list li .ptl {
    font: 500 18px/25px Futura;
  }
}

@media (max-width: 360px) {
  .pr_tabs .pr_tabs_list li {
    padding: 10px 0 10px 50px;
  }
}

.pr_tabs .pr_tabs_desc {
  display: none;
  min-height: 490px;
  position: relative;
}

.pr_tabs .pr_tabs_desc.active {
  display: block;
}

.pr_tabs .pr_tabs_desc .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d7d7d8;
  -webkit-box-shadow: 0px 4px 2px -2px rgba(204, 204, 204, 0.29);
  box-shadow: 0px 4px 2px -2px rgba(204, 204, 204, 0.29);
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_desc .desc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

.pr_tabs .pr_tabs_desc .desc .dt {
  width: 50%;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_desc .desc .dt {
    width: 100%;
  }
}

.pr_tabs .pr_tabs_desc .desc .desc_txt {
  margin: 80px 0 180px;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt {
    margin: 35px 0 40px;
  }
}

.pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl {
  max-width: 570px;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl {
    max-width: 100%;
    margin-left: 0px !important;
    padding: 0 30px;
  }
}

@media (max-width: 450px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl {
    padding: 0 15px;
  }
}

.pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl h3 {
  color: #152330;
  font: 500 52px/49px Futura;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl h3 {
    font: 500 38px/38px Futura;
  }
}

@media (max-width: 700px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl h3 {
    font: 500 32px/32px Futura;
  }
}

@media (max-width: 450px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl h3 {
    font: 500 21px/25px Futura;
  }
}

.pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl .brdh {
  height: 1px;
  max-width: 140px;
  margin: 20px 0 15px;
  background: #cfd2d5;
}

.pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl p {
  color: #152330;
  font: 300 20px/36px Roboto;
}

@media (max-width: 700px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl p {
    font: 300 18px/28px Roboto;
  }
}

@media (max-width: 450px) {
  .pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl p {
    font: 300 15px/21px Roboto;
  }
}

.pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl .read_more {
  margin: 26px 0 0;
}

.pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl .read_more:hover:after {
  background-color: #dee3eb;
  border-color: #dee3eb;
}

.pr_tabs .pr_tabs_desc .desc .desc_txt .d_ttl .read_more:after {
  background: url(../img/i21.svg) no-repeat 50%;
}

.pr_tabs .pr_tabs_desc .desc .desc_img {
  position: relative;
  margin-right: 8%;
}

@media (max-width: 1450px) {
  .pr_tabs .pr_tabs_desc .desc .desc_img {
    margin-right: 3%;
  }
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_desc .desc .desc_img {
    margin-right: 0;
  }
}

.pr_tabs .pr_tabs_desc .desc .desc_img .bg {
  position: relative;
  text-align: center;
  height: 100%;
  max-width: 550px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_desc .desc .desc_img .bg {
    max-width: none;
    text-align: center;
  }
}

.pr_tabs .pr_tabs_desc .desc .desc_img .bg .bg_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.pr_tabs .pr_tabs_desc .btm_inf {
  width: 100%;
  min-height: 130px;
  background: rgba(240, 241, 241, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf {
    position: static;
    left: 0;
    top: auto;
    bottom: 0;
    min-height: 130px;
    overflow: hidden;
    padding-top: 20px;
  }
}

@media (max-width: 500px) {
  .pr_tabs .pr_tabs_desc .btm_inf {
    padding: 20px 5px 0;
  }
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .container {
    max-width: 100%;
    padding: 0;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 150px;
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols {
  width: 350px;
  position: relative;
  min-height: 130px;
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols {
    height: auto;
    width: 100%;
    padding: 0 0 25px;
    margin: 0 0 20px;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(2), .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(3), .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(4) {
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(2), .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(3), .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(4) {
    padding-left: 25px;
  }
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(2), .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(3), .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:nth-child(4) {
    padding: 0 0 25px;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols:last-child:after {
  display: none;
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 77px;
  width: 1px;
  margin: auto;
  background: rgba(0, 0, 0, 0.09);
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols:after {
    top: auto;
    height: 1px;
    width: 100%;
    left: 0;
    margin: 0 auto 0;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int {
  margin: 34px 0 0;
  min-height: 30px;
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int {
    text-align: center;
    height: auto;
    margin: 0 0 0;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int img {
  position: relative;
  top: -3px;
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int img {
    top: 0;
    margin: 0 0 10px;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int p {
  color: #fc2932;
  font: 300 30px/30px Roboto;
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int p {
    font: 300 22px/22px Roboto;
  }
}

@media (max-width: 500px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int p {
    font: 300 17px/17px Roboto;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int p span {
  font: 300 15px/15px Roboto;
}

@media (max-width: 500px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .int p span {
    font: 300 12px/12px Roboto;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols .t {
  margin: 3px 0 0;
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .t {
    margin: 0 0 0;
  }
}

.pr_tabs .pr_tabs_desc .btm_inf .rows .cols .t p {
  color: #152330;
  font: 300 18px/30px Roboto;
  max-width: 260px;
}

@media (max-width: 992px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .t p {
    font: 300 16px/24px Roboto;
  }
}

@media (max-width: 1000px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .t p {
    text-align: center;
    font: 300 16px/24px Roboto;
    max-width: none;
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .pr_tabs .pr_tabs_desc .btm_inf .rows .cols .t p {
    font: 300 15px/18px Roboto;
  }
}

.sub_menu {
  margin: 50px 0 0;
}

.sub_menu .sub_menu_list {
  margin: 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .sub_menu .sub_menu_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sub_menu .sub_menu_list li {
  position: relative;
  width: 20%;
}

@media (max-width: 991px) {
  .sub_menu .sub_menu_list li {
    width: 200px;
    margin-bottom: 25px;
  }
}

@media (max-width: 446px) {
  .sub_menu .sub_menu_list li {
    margin-bottom: 35px;
  }
}

.sub_menu .sub_menu_list li:last-child:after {
  display: none;
}

@media (max-width: 646px) {
  .sub_menu .sub_menu_list li:nth-child(2):after {
    display: none;
  }
}

@media (max-width: 991px) {
  .sub_menu .sub_menu_list li:nth-child(3):after {
    display: none;
  }
}

@media (max-width: 646px) {
  .sub_menu .sub_menu_list li:nth-child(3):after {
    display: block;
  }
}

@media (max-width: 646px) {
  .sub_menu .sub_menu_list li:nth-child(4):after {
    display: none;
  }
}

.sub_menu .sub_menu_list li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #dfe1e3;
  margin: auto;
}

@media (max-width: 991px) {
  .sub_menu .sub_menu_list li:after {
    display: none !important;
  }
}

.sub_menu .sub_menu_list li a {
  display: block;
  text-align: center;
}

.sub_menu .sub_menu_list li a:hover .ics01 {
  background-position: 0px -84px;
}

.sub_menu .sub_menu_list li a:hover .ics02 {
  background-position: 0 -92px;
}

.sub_menu .sub_menu_list li a:hover .ics03 {
  background-position: 0 -87px;
}

.sub_menu .sub_menu_list li a:hover .ics04 {
  background-position: 0 -90px;
}

.sub_menu .sub_menu_list li a:hover .ics05 {
  background-position: 0 -68px;
}

.sub_menu .sub_menu_list li a .txt {
  color: #152330;
  font: 500 21px/24px Futura;
  margin: 0 auto 15px;
  display: block;
  text-align: center;
}

@media (max-width: 1250px) {
  .sub_menu .sub_menu_list li a .txt {
    font: 500 18px/20px Futura;
  }
}

@media (max-width: 1200px) {
  .sub_menu .sub_menu_list li a .txt {
    font: 500 16px/20px Futura;
  }
}

@media (max-width: 446px) {
  .sub_menu .sub_menu_list li a .txt {
    font: 500 21px/24px Futura;
    margin: 0 auto 7px;
  }
}

.sub_menu .sub_menu_list li a .txt01 {
  max-width: 220px;
}

.sub_menu .sub_menu_list li a .txt02 {
  max-width: 142px;
}

@media (max-width: 1200px) {
  .sub_menu .sub_menu_list li a .txt02 {
    max-width: 125px;
  }
}

.sub_menu .sub_menu_list li a .txt03 {
  max-width: 165px;
}

.sub_menu .sub_menu_list li a .txt04 {
  max-width: 165px;
}

.sub_menu .sub_menu_list li a .txt05 {
  max-width: 140px;
}

.sub_menu .sub_menu_list li a .ics {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  margin: 0 auto;
}

.sub_menu .sub_menu_list li a .ics01 {
  background-image: url(../img/nav_icons_scmenu/sp11_new.svg);
  width: 195px;
  height: 90px;
  width: 130px;
}

.sub_menu .sub_menu_list li a .ics02 {
  background-image: url(../img/nav_icons_scmenu/sp6.svg);
  width: 115px;
  height: 90px;
}

.sub_menu .sub_menu_list li a .ics03 {
  background-image: url(../img/nav_icons_scmenu/sp7.svg);
  width: 65px;
  height: 90px;
}

.sub_menu .sub_menu_list li a .ics04 {
  background-image: url(../img/nav_icons_scmenu/sp8.svg);
  width: 110px;
  height: 90px;
}

.sub_menu .sub_menu_list li a .ics05 {
  background-image: url(../img/nav_icons_scmenu/sp9.svg);
  width: 85px;
  height: 70px;
  margin: 25px 0 0;
}

.completed_projects {
  margin: 50px 0 0;
}

@media (max-width: 750px) {
  .completed_projects {
    display: none;
  }
}

.completed_projects .cp_ttl {
  text-align: center;
  margin: 0px 0 30px;
}

.completed_projects .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1150px) {
  .completed_projects .rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.completed_projects .rows .cols {
  width: 50%;
  position: relative;
  min-height: 450px;
}

.completed_projects .rows .cols.cols01 {
  width: -webkit-calc(100% - 950px);
  width: calc(100% - 950px);
}

@media (max-width: 1450px) {
  .completed_projects .rows .cols.cols01 {
    width: -webkit-calc(100% - 900px);
    width: calc(100% - 900px);
  }
}

@media (max-width: 1250px) {
  .completed_projects .rows .cols.cols01 {
    width: -webkit-calc(100% - 850px);
    width: calc(100% - 850px);
  }
}

@media (max-width: 1150px) {
  .completed_projects .rows .cols.cols01 {
    width: 100%;
    height: 350px;
    min-height: auto;
  }
}

.completed_projects .rows .cols.cols02 {
  width: 950px;
}

@media (max-width: 1450px) {
  .completed_projects .rows .cols.cols02 {
    width: 900px;
  }
}

@media (max-width: 1250px) {
  .completed_projects .rows .cols.cols02 {
    width: 850px;
  }
}

@media (max-width: 1150px) {
  .completed_projects .rows .cols.cols02 {
    width: 100%;
  }
}

.completed_projects .rows .cols .desc_pc_id {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.completed_projects .rows .cols .desc_pc_id.active {
  opacity: 1;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.completed_projects .rows .cols .desc_pc_slr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  position: relative;
  min-height: 100%;
}

@media (max-width: 1150px) {
  .completed_projects .rows .cols .desc_pc_slr {
    padding-left: 15px;
  }
}

.completed_projects .rows .cols .desc_pc_slr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 250px;
  top: -108px;
  height: 1px;
  width: 177px;
  background: #839ecb;
  z-index: 9;
}

.completed_projects .rows .cols .desc_pc_slr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: -250px;
  top: -108px;
  height: 1px;
  width: 177px;
  background: #b8bdc0;
}

.completed_projects .rows .cols .desc_pc_slr .arw {
  width: 82px;
  height: 82px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: -108px;
  left: 40px;
  z-index: 9;
}

.completed_projects .rows .cols .desc_pc_slr .arw:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e3e3e3;
}

.completed_projects .rows .cols .desc_pc_slr .arw:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  margin: auto;
  background: url(../img/i6.png) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  width: 72px;
  height: 17px;
}

.completed_projects .rows .cols .desc_pc_slr .dps {
  width: 50%;
  position: relative;
}

@media (max-width: 750px) {
  .completed_projects .rows .cols .desc_pc_slr .dps {
    width: 100%;
  }
}

.completed_projects .rows .cols .desc_pc_slr .dps.dps01 {
  padding-right: 35px;
}

.completed_projects .rows .cols .desc_pc_slr .dps.dps02 {
  background: #9fbdf2;
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer {
  margin: 15px 0 0;
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer p {
  color: #babcbe;
  font: 300 16px/16px Roboto;
  max-width: 125px;
  border-bottom: 1px solid #e5e7e8;
  padding-bottom: 7px;
  margin: 0 0 15px;
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_task {
  margin: 80px 0 0;
  padding-bottom: 35px;
  max-width: 360px;
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_task h4 {
  color: #babcbe;
  font: 500 22px/22px Futura;
  margin: 0 0 15px;
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_task p {
  color: #7a7e83;
  font: 300 18px/28px Roboto;
}

@media (max-width: 1250px) {
  .completed_projects .rows .cols .desc_pc_slr .dps .customer_task p {
    font: 300 17px/26px Roboto;
  }
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_ttl {
  margin: 27px auto 0;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1150px) {
  .completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_ttl .b {
  color: #fff;
  font: 500 90px/90px Futura;
}

@media (max-width: 1250px) {
  .completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_ttl .b {
    font: 500 72px/90px Futura;
  }
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_ttl .t {
  color: #242526;
  font: 500 20px/25px Futura;
  max-width: 220px;
}

@media (max-width: 1250px) {
  .completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_ttl .t {
    font: 500 18px/21px Futura;
    margin: 13px 0 0;
  }
}

@media (max-width: 1150px) {
  .completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_ttl .t {
    margin: 13px 0 0 25px;
  }
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_result {
  margin: 90px auto 0;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_result h4 {
  color: #6a82a9;
  font: 500 22px/22px Futura;
  margin: 0 0 15px;
}

.completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_result p {
  color: #fff;
  font: 300 18px/28px Roboto;
}

@media (max-width: 1250px) {
  .completed_projects .rows .cols .desc_pc_slr .dps .customer_desc .cd_result p {
    font: 300 17px/26px Roboto;
  }
}

.sp_slr {
  margin: 0 0 0;
  height: 100%;
}

.sp_slr .caption {
  position: relative;
  height: 100%;
}

.sp_slr .caption .bg {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.sp_slr .caption .bg .bg_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sp_slr .sp_nav {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 35px;
  margin: auto;
  height: 50px;
  width: 106px;
}

.sp_slr .sp_nav:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 1px;
  z-index: 9;
}

.sp_slr .sp_nav .sp_swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: none;
  width: 45px;
  height: 50px;
  margin: auto;
  cursor: pointer;
}

.sp_slr .sp_nav .sp_swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: -14px;
  width: 8px;
  height: 16px;
  background: url(../img/i3w.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.sp_slr .sp_nav .sp_swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  width: 45px;
  height: 50px;
  margin: auto;
  cursor: pointer;
}

.sp_slr .sp_nav .sp_swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: -14px;
  width: 8px;
  height: 16px;
  background: url(../img/i4w.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.equipment_advantages {
  margin: 50px 0 0;
}

@media (max-width: 500px) {
  .equipment_advantages {
    display: none;
  }
}

.equipment_advantages .ea_ttl {
  text-align: center;
  margin: 0 0 30px;
  padding: 0 15px;
}

.equipment_advantages .ea_desc {
  background: #f9fafa;
  padding: 70px 0 45px;
}

@media (max-width: 1400px) {
  .equipment_advantages .ea_desc {
    padding-bottom: 0;
  }
}

.equipment_advantages .ea_desc .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .equipment_advantages .ea_desc .rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.equipment_advantages .ea_desc .rows .cols {
  width: 25%;
  position: relative;
}

@media (max-width: 1400px) {
  .equipment_advantages .ea_desc .rows .cols {
    width: 45%;
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .equipment_advantages .ea_desc .rows .cols {
    width: 100%;
  }
}

.equipment_advantages .ea_desc .rows .cols:last-child:after {
  display: none;
}

@media (max-width: 1400px) {
  .equipment_advantages .ea_desc .rows .cols:nth-last-child(2):after {
    display: none;
  }
}

.equipment_advantages .ea_desc .rows .cols:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: rgba(96, 106, 116, 0.15);
}

@media (max-width: 1400px) {
  .equipment_advantages .ea_desc .rows .cols:after {
    top: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 350px;
    left: 0;
    margin: auto;
    background: rgba(96, 106, 116, 0.15);
  }
}

@media (max-width: 1400px) and (max-width: 850px) {
  .equipment_advantages .ea_desc .rows .cols:after {
    width: 275px;
  }
}

@media (max-width: 1400px) and (max-width: 650px) {
  .equipment_advantages .ea_desc .rows .cols:after {
    width: 200px;
  }
}

.equipment_advantages .ea_desc .rows .cols .desc {
  margin: 0 0 0;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 300 18px/18px Roboto;
  margin: 10px 0 0;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr .b {
  color: #c8cbcf;
  position: relative;
  top: -13px;
  width: 130px;
  text-align: center;
  margin: 0 0 0 0;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr .b:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/i7.png) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  width: 130px;
  height: 11px;
}

@media (max-width: 650px) {
  .equipment_advantages .ea_desc .rows .cols .desc .fr .b:after {
    width: 80px;
    background-position: 100% 0;
  }
}

.equipment_advantages .ea_desc .rows .cols .desc .fr .a {
  text-align: center;
  width: 110px;
  color: #1a2e45;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 0;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_b {
  text-align: center;
  width: 130px;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_b p {
  font: 100 70px/70px Roboto;
  color: #c9c9c9;
}

@media (max-width: 650px) {
  .equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_b p {
    font: 100 48px/48px Roboto;
  }
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_b p span {
  font: 300 13px/13px Roboto;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_a {
  text-align: center;
  width: 144px;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_a p {
  font: 300 70px/70px Roboto;
  color: #fc2932;
}

@media (max-width: 650px) {
  .equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_a p {
    font: 300 48px/48px Roboto;
  }
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_int .fr_a p span {
  font: 300 13px/13px Roboto;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_txt {
  text-align: center;
  margin: 16px 0 0;
  padding-bottom: 25px;
}

.equipment_advantages .ea_desc .rows .cols .desc .fr_txt p {
  color: #152330;
  font: 500 18px/24px Futura;
  max-width: 295px;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .equipment_advantages .ea_desc .rows .cols .desc .fr_txt p {
    font: 500 15px/20px Futura;
  }
}

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

@media (min-width: 767px) {
  .free_audit .container {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 991px) {
  .free_audit .container {
    width: 100%;
    max-width: none;
  }
}

.free_audit .free_audit_bg {
  background: url(../img/bg1.jpg) no-repeat 50% 0;
  height: 372px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.free_audit .fab_desc {
  margin: 0 0 0;
}

@media (max-width: 850px) {
  .free_audit .fab_desc {
    position: relative;
    max-width: 650px;
  }
}

.free_audit .fab_desc .fa_slr {
  max-width: 650px;
  margin-left: 0;
  z-index: 40;
}

@media (max-width: 700px) {
  .free_audit .fab_desc .fa_slr {
    max-width: 550px;
  }
}

@media (max-width: 600px) {
  .free_audit .fab_desc .fa_slr {
    max-width: 450px;
  }
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_slr {
    max-width: 350px;
  }
}

@media (max-width: 400px) {
  .free_audit .fab_desc .fa_slr {
    max-width: 300px;
  }
}

.free_audit .fab_desc .fa_slr .caption {
  background: #1a2e45;
}

.free_audit .fab_desc .fa_slr .caption .desc {
  padding: 30px 45px;
  max-width: 480px;
}

@media (max-width: 600px) {
  .free_audit .fab_desc .fa_slr .caption .desc {
    padding: 30px 25px;
    max-width: 370px;
  }
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_slr .caption .desc {
    max-width: 305px;
  }
}

@media (max-width: 400px) {
  .free_audit .fab_desc .fa_slr .caption .desc {
    max-width: 255px;
  }
}

.free_audit .fab_desc .fa_slr .caption .desc h2 {
  color: #fff;
  font: 500 35px/38px Futura;
  margin: 0 0 15px;
}

@media (max-width: 600px) {
  .free_audit .fab_desc .fa_slr .caption .desc h2 {
    font: 500 27px/31px Futura;
  }
}

@media (max-width: 400px) {
  .free_audit .fab_desc .fa_slr .caption .desc h2 {
    font: 500 22px/26px Futura;
  }
}

.free_audit .fab_desc .fa_slr .caption .desc p {
  color: #c7d6f0;
  font: 300 18px/28px Roboto;
}

@media (max-width: 600px) {
  .free_audit .fab_desc .fa_slr .caption .desc p {
    font: 300 15px/24px Roboto;
  }
}

@media (max-width: 400px) {
  .free_audit .fab_desc .fa_slr .caption .desc p {
    font: 300 15px/22px Roboto;
  }
}

.free_audit .fab_desc .fa_slr .caption .desc .brdh {
  height: 1px;
  max-width: 180px;
  background: #364658;
  margin: 17px 0 12px;
}

.free_audit .fab_desc .fa_slr .caption .desc .read_more {
  margin: 0;
}

.free_audit .fab_desc .fa_txt {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1500px) {
  .free_audit .fab_desc .fa_txt {
    width: 380px;
    height: 380px;
    left: 20%;
  }
}

@media (max-width: 1200px) {
  .free_audit .fab_desc .fa_txt {
    left: 33%;
  }
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt {
    left: 20%;
    border: 0;
  }
}

@media (max-width: 850px) {
  .free_audit .fab_desc .fa_txt {
    left: auto;
    width: 100px;
    height: 246px;
    background: #1a2e45;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt {
    width: 70px;
  }
}

.free_audit .fab_desc .fa_txt:after {
  content: "";
  position: absolute;
  bottom: 97px;
  right: 49px;
  width: 5px;
  height: 5px;
  background: #9ebdf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 1400px) {
  .free_audit .fab_desc .fa_txt:after {
    bottom: 59px;
    right: 49px;
  }
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt:after {
    display: none;
  }
}

.free_audit .fab_desc .fa_txt:before {
  content: "";
  position: absolute;
  top: 86px;
  left: 58px;
  width: 5px;
  height: 5px;
  background: #9ebdf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 1400px) {
  .free_audit .fab_desc .fa_txt:before {
    top: 25px;
    left: 92px;
  }
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt:before {
    display: none;
  }
}

.free_audit .fab_desc .fa_txt .faspb {
  width: 100%;
  max-width: 440px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1400px) {
  .free_audit .fab_desc .fa_txt .faspb {
    max-width: 315px;
  }
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .faspb {
    max-width: none;
    position: absolute;
    top: auto;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 66px;
  }
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .faspb {
    display: none;
  }
}

@media (max-width: 850px) {
  .free_audit .fab_desc .fa_txt .faspb {
    bottom: 10px;
  }
  .free_audit .fab_desc .fa_txt .faspb:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 1px;
    z-index: 9;
  }
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt .faspb {
    width: 44px;
  }
}

@media (max-width: 350px) {
  .free_audit .fab_desc .fa_txt .faspb {
    left: -15px;
  }
}

.free_audit .fab_desc .fa_txt .faspb .swiper-pagination-current {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(158, 189, 242, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -63px;
  margin: auto;
  color: #152330;
  display: block;
  font: 500 24px/66px Futura;
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .faspb .swiper-pagination-current {
    width: 16px;
    height: 16px;
    color: #fff;
    font: 500 16px/16px Futura;
    background: transparent;
    left: 0;
  }
}

.free_audit .fab_desc .fa_txt .faspb .swiper-pagination-current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #9ebdf2;
  z-index: -1;
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .faspb .swiper-pagination-current:after {
    display: none;
  }
}

.free_audit .fab_desc .fa_txt .faspb .swiper-pagination-total {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #9ebdf2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -63px;
  margin: auto;
  color: #1a2e45;
  display: block;
  font: 500 24px/66px Futura;
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .faspb .swiper-pagination-total {
    width: 16px;
    height: 16px;
    color: #fff;
    font: 500 16px/16px Futura;
    background: transparent;
    right: 0;
  }
}

.free_audit .fab_desc .fa_txt .faspb .swiper-pagination-total:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #d7dfed;
  z-index: 1;
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .faspb .swiper-pagination-total:after {
    display: none;
  }
}

.free_audit .fab_desc .fa_txt .big_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 88px;
  z-index: 80;
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .big_link {
    display: none;
  }
}

.free_audit .fab_desc .fa_txt .big_link .b_plus {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 10;
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt .big_link .b_plus {
    width: 48px;
    height: 48px;
  }
}

.free_audit .fab_desc .fa_txt .big_link .b_plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid white;
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt .big_link .b_plus:after {
    width: 42px;
    height: 42px;
  }
}

.free_audit .fab_desc .fa_txt .big_link .b_plus span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt .big_link .b_plus span {
    width: 20px;
    height: 20px;
  }
}

.free_audit .fab_desc .fa_txt .big_link .b_plus span:after {
  content: '';
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 35px;
  width: 1px;
  background: #fff;
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt .big_link .b_plus span:after {
    height: 20px;
  }
}

.free_audit .fab_desc .fa_txt .big_link .b_plus span:before {
  content: '';
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background: #fff;
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt .big_link .b_plus span:before {
    width: 20px;
  }
}

.free_audit .fab_desc .fa_txt .big_link .arw1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  left: -218px;
  height: 1px;
  width: 130px;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1400px) {
  .free_audit .fab_desc .fa_txt .big_link .arw1 {
    width: 100px;
    left: -189px;
  }
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .big_link .arw1 {
    display: none;
  }
}

.free_audit .fab_desc .fa_txt .big_link .arw1:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.free_audit .fab_desc .fa_txt .big_link .arw2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  right: -215px;
  height: 1px;
  width: 130px;
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .big_link .arw2 {
    display: none;
  }
}

.free_audit .fab_desc .fa_txt .big_link .arw2:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: url(../img/i9.png) no-repeat 0 0;
  width: 109px;
  height: 11px;
}

.free_audit .fab_desc .fa_txt .fa_nav {
  display: none;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 35px;
  margin: auto;
  height: 50px;
  width: 90px;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .fa_txt .fa_nav {
    display: block;
  }
}

@media (max-width: 850px) {
  .free_audit .fab_desc .fa_txt .fa_nav {
    bottom: 15px;
    left: -3px;
  }
}

@media (max-width: 500px) {
  .free_audit .fab_desc .fa_txt .fa_nav {
    width: 84px;
    left: -7px;
  }
}

@media (max-width: 350px) {
  .free_audit .fab_desc .fa_txt .fa_nav {
    left: -15px;
  }
}

.free_audit .fab_desc .fa_txt .fa_nav:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 1px;
  z-index: 9;
}

.free_audit .fab_desc .fa_txt .fa_nav .fa_swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: none;
  width: 45px;
  height: 45px;
  margin: auto;
  cursor: pointer;
}

.free_audit .fab_desc .fa_txt .fa_nav .fa_swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0px;
  width: 8px;
  height: 16px;
  background: url(../img/i3w.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.free_audit .fab_desc .fa_txt .fa_nav .fa_swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  width: 45px;
  height: 45px;
  margin: auto;
  cursor: pointer;
}

.free_audit .fab_desc .fa_txt .fa_nav .fa_swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0px;
  width: 8px;
  height: 16px;
  background: url(../img/i4w.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.free_audit .fab_desc .crc_in {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 1400px) {
  .free_audit .fab_desc .crc_in {
    width: 380px;
    height: 380px;
    left: 20%;
  }
}

@media (max-width: 1000px) {
  .free_audit .fab_desc .crc_in {
    left: 35%;
    display: none;
  }
}

.special_offers {
  margin: 50px 0 0;
  position: relative;
}

.special_offers .so_ttl {
  margin: 0 0 30px;
  text-align: center;
}

.special_offers .so_desc {
  margin: 0 auto 0;
  position: relative;
}

@media (max-width: 850px) {
  .special_offers .so_desc {
    max-width: 85%;
  }
}

.special_offers .so_desc_nav {
  position: relative;
  height: 100%;
}

.special_offers .so_desc_nav .so_swiper-button-prev {
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-image: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  left: 0;
}

.special_offers .so_desc_nav .so_swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/so_prev.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.special_offers .so_desc_nav .so_swiper-button-next {
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-image: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  right: 0;
}

.special_offers .so_desc_nav .so_swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/so_next.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.so_slr {
  margin: 0 auto;
}

.so_slr .caption {
  position: relative;
}

.so_slr .caption .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #f0f0f0;
}

@media (max-width: 600px) {
  .so_slr .caption .rows {
    border: 0;
  }
}

.so_slr .caption .rows .cols {
  width: 50%;
}

@media (max-width: 850px) {
  .so_slr .caption .rows .cols.cols01 {
    width: 200px;
  }
}

@media (max-width: 700px) {
  .so_slr .caption .rows .cols.cols01 {
    width: 130px;
  }
}

@media (max-width: 600px) {
  .so_slr .caption .rows .cols.cols01 {
    display: none;
  }
}

@media (max-width: 850px) {
  .so_slr .caption .rows .cols.cols02 {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}

@media (max-width: 700px) {
  .so_slr .caption .rows .cols.cols02 {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }
}

@media (max-width: 600px) {
  .so_slr .caption .rows .cols.cols02 {
    width: 100%;
  }
}

.so_slr .caption .rows .cols a {
  display: block;
}

.so_slr .caption .rows .cols a:hover .bg .bg_in {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.so_slr .caption .rows .cols .bg {
  display: block;
  position: relative;
  height: 250px;
  overflow: hidden;
}

.so_slr .caption .rows .cols .bg .bg_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.so_slr .caption .rows .percent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(158, 189, 242, 0.2);
  text-align: center;
  color: #fff;
  font: 500 47px/96px Futura;
  z-index: 20;
  overflow: hidden;
}

@media (max-width: 850px) {
  .so_slr .caption .rows .percent {
    width: 68px;
    height: 68px;
    font: 500 38px/68px Futura;
    left: 165px;
    right: auto;
  }
}

@media (max-width: 700px) {
  .so_slr .caption .rows .percent {
    left: 95px;
  }
}

@media (max-width: 600px) {
  .so_slr .caption .rows .percent {
    display: none;
  }
}

.so_slr .caption .rows .percent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #9ebdf2;
  z-index: -1;
}

.so_slr .caption .rows .percent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: -1px;
  width: 80px;
  height: 2px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  -webkit-transform: rotate(-59deg);
  -ms-transform: rotate(-59deg);
  transform: rotate(-59deg);
}

@media (max-width: 850px) {
  .so_slr .caption .rows .percent:before {
    left: -7px;
  }
}

.so_slr .caption .rows .desc {
  margin: 0 0 0;
  padding: 0 0 0 65px;
  max-width: 615px;
}

@media (max-width: 850px) {
  .so_slr .caption .rows .desc {
    padding: 0 0 0 45px;
  }
}

@media (max-width: 500px) {
  .so_slr .caption .rows .desc {
    padding: 0;
  }
}

.so_slr .caption .rows .desc h3 {
  font: 500 35px/38px Futura;
  color: #1a2e45;
}

@media (max-width: 1400px) {
  .so_slr .caption .rows .desc h3 {
    font: 500 30px/34px Futura;
  }
}

@media (max-width: 1200px) {
  .so_slr .caption .rows .desc h3 {
    font: 500 25px/28px Futura;
  }
}

@media (max-width: 850px) {
  .so_slr .caption .rows .desc h3 {
    font: 500 22px/24px Futura;
  }
}

@media (max-width: 450px) {
  .so_slr .caption .rows .desc h3 {
    font: 500 18px/28px Futura;
  }
}

.so_slr .caption .rows .desc p {
  font: 300 17px/28px Roboto;
  color: #7a7e83;
  margin: 8px 0 0;
}

@media (max-width: 1400px) {
  .so_slr .caption .rows .desc p {
    font: 300 16px/25px Roboto;
  }
}

@media (max-width: 1400px) {
  .so_slr .caption .rows .desc p {
    font: 300 15px/22px Roboto;
  }
}

.so_slr .caption .rows .desc .read_more {
  font: normal 18px/34px FuturaBook;
  padding: 0 0 0 48px;
  margin: 11px 0 0;
}

@media (max-width: 350px) {
  .so_slr .caption .rows .desc .read_more {
    font: normal 16px/34px FuturaBook;
  }
}

.so_slr .caption .rows .desc .read_more:after {
  width: 34px;
  height: 34px;
  background: url(../img/i27.svg) no-repeat 50%;
}

.read_more {
  color: #fc2932;
  font: normal 19px/32px FuturaBook;
  display: inline-block;
  position: relative;
  padding: 0 0 0 45px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 350px) {
  .read_more {
    font: normal 16px/32px FuturaBook;
  }
}

.read_more:hover {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.read_more:hover:after {
  background-color: #dee3eb;
  border-color: #dee3eb;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.read_more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(180, 189, 200, 0.45);
  background: url(../img/i22.svg) no-repeat 50%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.help_your_business {
  margin: 50px 0 0;
}

.help_your_business .hyp_ttl {
  text-align: center;
  margin: 0 0 30px;
}

.help_your_business .hyp_bg {
  background: url(../img/bg2.jpg) no-repeat 50%;
  min-height: 470px;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 660px) {
  .help_your_business .hyp_bg {
    padding-bottom: 80px;
  }
}

.help_your_business .hyp_bg .hyp_d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.help_your_business .hyp_bg .hyp_desc {
  width: 100%;
  max-width: 960px;
  position: relative;
}

@media (max-width: 1200px) {
  .help_your_business .hyp_bg .hyp_desc {
    max-width: 780px;
  }
}

.help_your_business .hyp_bg .hyp_desc .nav_hyp {
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: auto;
  height: 38px;
  width: 106px;
}

.help_your_business .hyp_bg .hyp_desc .nav_hyp:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 1px;
  z-index: 9;
}

.help_your_business .hyp_bg .hyp_desc .nav_hyp .hyp_swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: none;
  width: 45px;
  height: 38px;
  margin: auto;
  cursor: pointer;
}

.help_your_business .hyp_bg .hyp_desc .nav_hyp .hyp_swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 8px;
  height: 16px;
  background: url(../img/i3w.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.help_your_business .hyp_bg .hyp_desc .nav_hyp .hyp_swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  width: 45px;
  height: 38px;
  margin: auto;
  cursor: pointer;
}

.help_your_business .hyp_bg .hyp_desc .nav_hyp .hyp_swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 8px;
  height: 16px;
  background: url(../img/i4w.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.hyp_slr {
  width: 100%;
  max-width: 960px;
  height: 300px;
  margin-right: 0;
  margin: 80px 0 0;
}

@media (max-width: 660px) {
  .hyp_slr {
    height: 500px;
  }
}

.hyp_slr .caption {
  position: relative;
  height: 300px;
}

@media (max-width: 660px) {
  .hyp_slr .caption {
    height: 500px;
  }
}

.hyp_slr .caption .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hyp_slr .caption .rows .ba {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .ba {
    top: -15px;
    bottom: 0;
    height: 28px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.hyp_slr .caption .rows .ba .b {
  color: #9fbdf2;
  font: 500 28px/28px FuturaBook;
  width: 115px;
  position: relative;
  padding: 0 8px 0 0;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .ba .b {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 0;
  }
}

.hyp_slr .caption .rows .ba .b:after {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 37px;
  background: #9fbdf2;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .ba .b:after {
    display: none;
  }
}

.hyp_slr .caption .rows .ba .a {
  color: #fc2932;
  font: 500 28px/28px FuturaBook;
  width: 115px;
  position: relative;
  padding: 0 0 0 40px;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .ba .a {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 0;
  }
}

.hyp_slr .caption .rows .ba .a:after {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 37px;
  background: #000;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .ba .a:after {
    display: none;
  }
}

.hyp_slr .caption .rows .arw {
  width: 82px;
  height: 82px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: -78px;
  z-index: 9;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .arw {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
  }
}

.hyp_slr .caption .rows .arw:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e3e3e3;
}

.hyp_slr .caption .rows .arw:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/i20.png) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  width: 49px;
  height: 17px;
}

.hyp_slr .caption .rows .cols {
  width: 50%;
  height: 100%;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .cols {
    width: 100%;
    height: 50%;
  }
}

.hyp_slr .caption .rows .cols.cols01 .desc p {
  padding-right: 50px;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .cols.cols01 .desc p {
    padding: 0;
  }
}

.hyp_slr .caption .rows .cols .desc h3 {
  font: 500 40px/40px Futura;
  margin: 0 0 15px;
  padding-right: 50px;
}

@media (max-width: 1350px) {
  .hyp_slr .caption .rows .cols .desc h3 {
    font: 500 40px/40px Futura;
  }
}

@media (max-width: 800px) {
  .hyp_slr .caption .rows .cols .desc h3 {
    font: 500 30px/30px Futura;
  }
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .cols .desc h3 {
    text-align: center;
    padding-right: 0;
  }
}

.hyp_slr .caption .rows .cols .desc h3 .ru {
  display: inline-block;
  position: relative;
}

.hyp_slr .caption .rows .cols .desc h3 .ru:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 16px;
  top: 26px;
  left: -6px;
  right: 0;
  margin: auto;
}

@media (max-width: 750px) {
  .hyp_slr .caption .rows .cols .desc h3 .ru:after {
    top: 18px;
    width: 12px;
    left: -2px;
  }
}

.hyp_slr .caption .rows .cols .desc p {
  font: 500 25px/25px Futura;
}

@media (max-width: 1200px) {
  .hyp_slr .caption .rows .cols .desc p {
    font: 500 22px/25px Futura;
  }
}

@media (max-width: 750px) {
  .hyp_slr .caption .rows .cols .desc p {
    font: 500 20px/22px Futura;
    padding-right: 15px;
  }
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .cols .desc p {
    padding: 0;
    max-width: none;
    text-align: center;
  }
}

.hyp_slr .caption .rows .cols.cols01 .desc {
  background: rgba(26, 46, 69, 0.9);
  height: 100%;
  padding: 44px 0 0 40px;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .cols.cols01 .desc {
    padding: 45px 15px 0;
  }
}

.hyp_slr .caption .rows .cols.cols01 .desc h3 {
  color: #fff;
}

.hyp_slr .caption .rows .cols.cols01 .desc h3 .ru:after {
  background: currentColor;
}

.hyp_slr .caption .rows .cols.cols01 .desc p {
  color: #9fbdf2;
}

.hyp_slr .caption .rows .cols.cols02 .desc {
  background: white;
  height: 100%;
  padding: 44px 0 0 40px;
}

@media (max-width: 660px) {
  .hyp_slr .caption .rows .cols.cols02 .desc {
    padding: 85px 15px 0;
  }
}

.hyp_slr .caption .rows .cols.cols02 .desc h3 {
  color: #9fbdf2;
}

.hyp_slr .caption .rows .cols.cols02 .desc h3 .ru:after {
  background: currentColor;
}

.hyp_slr .caption .rows .cols.cols02 .desc p {
  color: #152330;
}

.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.our_clients {
  margin: 50px 0 0;
}

.our_clients .ot_ttl {
  text-align: center;
  margin: 0 0 30px;
}

.our_clients .os_desc {
  margin: 0 0 0;
  position: relative;
}

.our_clients .os_desc .swiper-slide:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.our_clients .os_desc img {
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.our_clients .os_desc_nav {
  position: relative;
}

.our_clients .os_desc_nav .oc_swiper-button-prev {
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-image: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.our_clients .os_desc_nav .oc_swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/so_prev.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.our_clients .os_desc_nav .oc_swiper-button-next {
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-image: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.our_clients .os_desc_nav .oc_swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/so_next.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.oc_slr {
  margin: 0 auto;
  max-width: 88%;
  position: relative;
}

@media (max-width: 500px) {
  .oc_slr {
    max-width: 100%;
  }
}

.oc_slr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: #e8e8e8;
}

@media (max-width: 750px) {
  .oc_slr:after {
    top: 0px;
  }
}

@media (max-width: 500px) {
  .oc_slr:after {
    width: 60%;
  }
}

.oc_slr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: #e8e8e8;
  top: 140px;
  display: none;
}

.oc_slr .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
  text-align: center;
}

.oc_slr .swiper-slide img {
  max-width: 75%;
}

.world_better {
  margin: 25px 0 0;
}

.world_better .wb_bg {
  background: url(../img/bg3.jpg) no-repeat 50%;
  min-height: 718px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

@media (max-width: 1200px) {
  .world_better .wb_bg {
    min-height: 655px;
  }
}

.world_better .wb_bg .wb_ttl {
  margin: 115px 0 0;
}

@media (max-width: 1200px) {
  .world_better .wb_bg .wb_ttl {
    margin: 55px 0 0;
  }
}

.world_better .wb_bg .wb_ttl h3 {
  color: #fff;
  font: 500 50px/54px FuturaBook;
}

@media (max-width: 650px) {
  .world_better .wb_bg .wb_ttl h3 {
    font: 500 42px/46px FuturaBook;
  }
}

@media (max-width: 500px) {
  .world_better .wb_bg .wb_ttl h3 {
    font: 500 32px/38px FuturaBook;
  }
}

.world_better .wb_bg .wb_ttl h3 span {
  color: #9fbdf2;
  display: block;
}

.world_better .wb_bg .wb_desc .on_ttl {
  margin: 110px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 0 0 10px;
}

@media (max-width: 1200px) {
  .world_better .wb_bg .wb_desc .on_ttl {
    margin: 75px 0 0;
  }
}

@media (max-width: 650px) {
  .world_better .wb_bg .wb_desc .on_ttl {
    margin: 50px 0 0;
  }
}

.world_better .wb_bg .wb_desc .on_ttl:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 315px;
  background: #fff;
}

@media (max-width: 500px) {
  .world_better .wb_bg .wb_desc .on_ttl:after {
    width: 200px;
  }
}

.world_better .wb_bg .wb_desc .on_ttl h3 {
  color: #fff;
  font: 500 23px/23px Futura;
}

.world_better .wb_bg .on_desc {
  margin: 40px auto 0;
  position: relative;
}

@media (max-width: 850px) {
  .world_better .wb_bg .on_desc .container {
    max-width: 80%;
  }
}

.world_better .wb_bg .news_swiper-button-prev {
  position: absolute;
  right: auto;
  left: 0%;
  top: 35%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: none;
  -webkit-background-size: auto auto;
  background-size: auto;
  margin: 0;
}

.world_better .wb_bg .news_swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/news_prev.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.world_better .wb_bg .news_swiper-button-next {
  position: absolute;
  left: auto;
  right: 0%;
  top: 35%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: none;
  -webkit-background-size: auto auto;
  background-size: auto;
  margin: 0;
}

.world_better .wb_bg .news_swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/news_next.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.read_link {
  color: #d8d6d6;
  position: relative;
  display: inline-block;
  padding: 0px 20px 0 0;
  font: normal 16px/16px Roboto;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.read_link:hover {
  color: #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.read_link:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 6px;
  height: 8px;
  background: url(../img/i24.svg) no-repeat 50%;
}

.news_slr {
  margin: 0 auto 0;
}

@media (max-width: 1100px) {
  .news_slr {
    width: 95%;
  }
}

@media (max-width: 991px) {
  .news_slr {
    width: 100%;
  }
}

.news_slr .caption {
  height: 100%;
  padding-bottom: 45px;
}

.news_slr .caption a {
  display: block;
  position: relative;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.news_slr .caption a:hover {
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.news_slr .caption a:hover .read_more {
  background-color: rgba(166, 163, 167, 0.4);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.news_slr .caption a:hover .read_more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 8px;
  background: url(../img/i24.svg) no-repeat 50%;
  border: 0;
}

.news_slr .caption a .date {
  margin: 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  padding: 35px 0 15px;
}

@media (max-width: 1200px) {
  .news_slr .caption a .date {
    padding: 15px 0 15px;
  }
}

.news_slr .caption a .date .d {
  color: #e1e1e1;
  font: 500 40px/40px Futura;
  display: block;
}

@media (max-width: 500px) {
  .news_slr .caption a .date .d {
    font: 500 32px/32px Futura;
  }
}

.news_slr .caption a .n_txt {
  display: block;
  color: #fff;
  margin: 25px 0 0;
  font: normal 16px/26px Roboto;
}

.news_slr .caption a .read_more {
  display: inline-block;
  margin: 18px 0 0;
  position: relative;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  border: 1px solid rgba(166, 163, 167, 0.4);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
}

.news_slr .caption a .read_more:hover {
  background-color: rgba(166, 163, 167, 0.4);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.news_slr .caption a .read_more:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 15px;
  background: url(../img/i26.svg) no-repeat 50%;
  border: 0;
}

.news_slr .caption a .read_more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 15px;
  background: url(../img/i26.svg) no-repeat 50%;
  border: 0;
}

.main_form {
  margin: 0 0 0;
  padding: 0 0 55px;
  background: #f5f8fe;
}

.main_form .mf_ttl {
  margin: 55px 0 0;
  text-align: center;
}

.main_form .mf_ttl h3 {
  font: 500 28px/28px Futura;
  color: #1e3148;
}

.main_form .mf_ttl p {
  color: #b5b8bc;
  font: 300 16px/19px Roboto;
  margin: 20px 0 0;
}

.main_form .mf_desc {
  max-width: 800px;
  margin: 45px auto 0;
}

.main_form .mf_desc .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .main_form .mf_desc .rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main_form .mf_desc .rows.rows2 .cols {
  width: 48%;
}

@media (max-width: 500px) {
  .main_form .mf_desc .rows.rows2 .cols {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main_form .mf_desc .rows_txt {
  margin-top: 31px;
}

@media (max-width: 500px) {
  .main_form .mf_desc .rows_txt {
    margin-top: 20px;
  }
}

.main_form .mf_desc .rows .cols {
  width: 100%;
}

.main_form .mf_desc .rows .cols input {
  width: 100%;
  text-align: center;
  color: #323238;
  font: 300 19px/19px Roboto;
  border: 0;
  border-bottom: 1px solid #cbcdd1;
  background: transparent;
  padding: 7px 5px;
}

.main_form .mf_desc .rows .cols input::-webkit-input-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows .cols input::-moz-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows .cols input:-moz-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows .cols input:-ms-input-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows .cols textarea {
  width: 100%;
  margin: 0 0 40px;
  height: 40px;
  text-align: center;
  color: #323238;
  font: 300 19px/23px Roboto;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #cbcdd1;
  padding: 7px 5px;
}

.main_form .mf_desc .rows .cols textarea::-webkit-input-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows .cols textarea::-moz-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows .cols textarea:-moz-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows .cols textarea:-ms-input-placeholder {
  color: #323238;
}

.main_form .mf_desc .rows_btn {
  margin: 0 0 0;
  text-align: center;
}

.main_form .mf_desc .rows_btn .go_btn {
  border: 0;
  background: none;
  color: #152330;
  font: 500 21px/21px Futura;
  position: relative;
  padding: 82px 0 0;
}

.main_form .mf_desc .rows_btn .go_btn:hover:before {
  background-color: #f5f8fe;
  border: 1px solid rgba(49, 67, 88, 0.05);
}


.main_form .mf_desc .rows_btn .go_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(49, 67, 88, 0.05);
  margin: 0 auto;
}

.main_form .mf_desc .rows_btn .go_btn:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff url(../img/i31.svg) no-repeat 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

textarea {
  resize: none;
}

.l_btm {
  margin: 0 0 0;
  border-bottom: 1px solid #f0f0f0;
  padding: 28px 0 17px;
}

.l_btm .l_btm_in {
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .l_btm .l_btm_in {
    margin: 0 auto 10px;
  }
}

.l_btm .l_btm_in .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols {
    width: 100%;
    text-align: center;
  }
  .logo a .txt{
    text-align: left;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols.cols01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols.cols02 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols.cols03 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l_btm .l_btm_in .rows .cols .logo_b {
  width: 360px;
}

@media (max-width: 1200px) {
  .l_btm .l_btm_in .rows .cols .logo_b {
    width: 195px;
  }
}

@media (max-width: 650px) {
  .l_btm .l_btm_in .rows .cols .logo_b {
    width: 125px;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols .logo_b {
    margin: 0 auto 0;
  }
}

.l_btm .l_btm_in .rows .cols .logo a .txt {
  color: #959596;
}

.l_btm .l_btm_in .rows .cols .phones {
  width: 360px;
}

@media (max-width: 1200px) {
  .l_btm .l_btm_in .rows .cols .phones {
    width: 185px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols .phones {
    margin: 25px auto 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l_btm .l_btm_in .rows .cols .phones .phone {
  margin: 0 0 0;
  display: inline-block;
  position: relative;
  color: #46494b;
  font: 500 18px/18px Futura;
  padding: 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.l_btm .l_btm_in .rows .cols .phones .phone:hover {
  color: #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.l_btm .l_btm_in .rows .cols .phones .phone01 {
  padding: 0 0 0 38px;
}

@media (max-width: 1200px) {
  .l_btm .l_btm_in .rows .cols .phones .phone01 {
    margin: 0 0 10px;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols .phones .phone01 {
    padding: 0;
  }
}

.l_btm .l_btm_in .rows .cols .phones .phone01:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 27px;
  height: 28px;
  background: url(../img/i25b.png) no-repeat 50%;
}

@media (max-width: 1200px) {
  .l_btm .l_btm_in .rows .cols .phones .phone01:after {
    top: 12px;
  }
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols .phones .phone01:after {
    top: 10px;
    left: -35px;
  }
}

.l_btm .l_btm_in .rows .cols .phones .phone02 {
  padding: 0 0 0 14px;
  margin: 0 0 0 10px;
}

@media (max-width: 550px) {
  .l_btm .l_btm_in .rows .cols .phones .phone02 {
    margin: 0;
    padding: 0;
  }
}

.l_btm .l_btm_in .rows .cols .phones .phone02:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1px;
  height: 16px;
  background: #eaeaea;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media (max-width: 1200px) {
  .l_btm .l_btm_in .rows .cols .phones .phone02:after {
    display: none;
  }
}

.soc_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc_list li {
  position: relative;
  margin: 0 5px;
}

.soc_list li a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  color: #fc565c;
  line-height: 48px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  font-size: 21px;
}

.soc_list li a:hover {
  background: #f5f8fe;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.nav_btm {
  margin: 34px 0 55px;
}

@media (max-width: 550px) {
  .nav_btm {
    margin: 30px 0 0px;
  }
}

.nav_btm .nav_btm_in {
  max-width: 1600px;
  margin: 0 auto;
}

.nav_btm .nav_btm_in .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav_btm .nav_btm_in .rows .cols {
  width: 25%;
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows .cols {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .nav_btm .nav_btm_in .rows .cols {
    margin-bottom: 35px;
  }
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows .cols.cols01 {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 550px) {
  .nav_btm .nav_btm_in .rows .cols.cols01 {
    width: 100%;
  }
}

.nav_btm .nav_btm_in .rows .cols.cols02 {
  width: 50%;
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows .cols.cols02 {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 35px;
  }
}

@media (max-width: 550px) {
  .nav_btm .nav_btm_in .rows .cols.cols02 {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows .cols.cols03 {
    width: 30%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 550px) {
  .nav_btm .nav_btm_in .rows .cols.cols03 {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows .cols.cols04 {
    width: 30%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 550px) {
  .nav_btm .nav_btm_in .rows .cols.cols04 {
    width: 100%;
  }
}

.nav_btm .nav_btm_in .rows .cols h4 {
  color: #242526;
  font: normal 16px/16px Roboto;
  border-bottom: 1px solid #b3b5b9;
  padding-bottom: 10px;
  max-width: 120px;
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list {
  margin: 15px 0 0;
  max-width: 250px;
}

@media (max-width: 1400px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list {
    max-width: 210px;
  }
}

@media (max-width: 1250px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list {
    max-width: 185px;
  }
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list {
    max-width: 100%;
  }
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 560px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1600px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 {
    max-width: 515px;
  }
}

@media (max-width: 1500px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 {
    max-width: 475px;
  }
}

@media (max-width: 1400px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 {
    max-width: 445px;
  }
}

@media (max-width: 1250px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 {
    max-width: 100%;
  }
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 li {
  width: 45%;
}

@media (max-width: 550px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list.list02 li {
    width: 100%;
  }
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list li {
  margin: 0 0 0;
  border-bottom: 1px solid #f5f5f6;
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list li:nth-child(7) {
  border-bottom: 0;
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list li:last-child {
  border-bottom: 0;
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list li a {
  display: inline-block;
  color: #5e6c7c;
  font: 300 17px/17px Roboto;
  padding: 11px 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 1250px) {
  .nav_btm .nav_btm_in .rows .cols .nav_btm_list li a {
    font: 300 15px/15px Roboto;
  }
}

.nav_btm .nav_btm_in .rows .cols .nav_btm_list li a:hover {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.f_adr {
  border-top: 1px solid #f0f0f0;
  text-align: center;
  padding: 21px 15px;
  margin: auto;
  max-width: 625px;
}

.f_adr p {
  color: #919297;
  font: 300 17px/21px Roboto;
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
}

@media (max-width: 500px) {
  .f_adr p {
    font: 300 15px/21px Roboto;
  }
}

.f_adr p:after {
  content: "м";
  position: absolute;
  top: -1px;
  left: 0;
  color: currentColor;
  width: 25px;
  height: 25px;
  font: 300 15px/20px Roboto;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #ffef98;
}

.f_adr p a {
  color: #919297;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.f_adr p a:hover {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.sub_mn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 0;
}

.sub_mn_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
}

.sub_mn_list li:hover .ptl_link .d_img, .sub_mn_list li.active .ptl_link .d_img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.sub_mn_list li:hover .ptl_link .d_img01, .sub_mn_list li.active .ptl_link .d_img01 {
  background-position: 0px -98px;
}

.sub_mn_list li:hover .ptl_link .d_img02, .sub_mn_list li.active .ptl_link .d_img02 {
  background-position: 0px -67px;
}

.sub_mn_list li:hover .ptl_link .d_img03, .sub_mn_list li.active .ptl_link .d_img03 {
  background-position: 0px -70px;
}

.sub_mn_list li:hover .ptl_link .d_img04, .sub_mn_list li.active .ptl_link .d_img04 {
  background-position: 0px -78px;
}

.sub_mn_list li:hover .ptl_link .d_img05, .sub_mn_list li.active .ptl_link .d_img05 {
  background-position: 0px -79px;
}

.sub_mn_list li.active:after {
  background-color: #fc2932;
}

.sub_mn_list li:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -20%;
  right: 0;
  height: 3px;
  width: 140%;
  background: transparent;
}

.sub_mn_list li .ptl_link {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub_mn_list li .ptl_link .txt {
  color: #152330;
  font: 300 18px/24px Roboto;
  margin: 0 10px 0 0;
}

@media (max-width: 1500px) {
  .sub_mn_list li .ptl_link .txt {
    margin: 0;
  }
}

.sub_mn_list li .ptl_link .txt01 {
  width: 120px;
}

.sub_mn_list li .ptl_link .txt02 {
  width: 140px;
}

.sub_mn_list li .ptl_link .txt03 {
  width: 104px;
}

.sub_mn_list li .ptl_link .txt04 {
  width: 104px;
}

.sub_mn_list li .ptl_link .txt05 {
  width: 150px;
}

.sub_mn_list li .ptl_link .d_img {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.sub_mn_list li .ptl_link .d_img01 {
  background-image: url(../img/nav_icons_scmenu/sp1.svg);
  width: 60px;
  height: 100px;
}

.sub_mn_list li .ptl_link .d_img02 {
  background-image: url(../img/nav_icons_scmenu/sp2.svg);
  width: 175px;
  height: 65px;
}

.sub_mn_list li .ptl_link .d_img03 {
  background-image: url(../img/nav_icons_scmenu/sp3.svg);
  width: 95px;
  height: 65px;
}

.sub_mn_list li .ptl_link .d_img04 {
  background-image: url(../img/nav_icons_scmenu/sp4.svg);
  width: 115px;
  height: 75px;
}

.sub_mn_list li .ptl_link .d_img05 {
  background-image: url(../img/nav_icons_scmenu/sp5.svg);
  width: 120px;
  height: 80px;
}

#header-short_menu {
  position: relative;
  min-height: 500px;
  padding-top: 26px;
}

@media (max-width: 1350px) {
  #header-short_menu {
    min-height: 500px;
  }
}

@media (max-width: 900px) {
  #header-short_menu {
    min-height: 310px;
  }
}

#header-short_menu .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

#header-short_menu .header-title {
  position: relative;
}

#header-short_menu .hs_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 20;
  background: rgba(18, 35, 51, 0.85);
}

#header-short_menu .hs_menu .sub_mn_list li a {
  display: block;
}

#header-short_menu .hs_menu .sub_mn_list li a:hover .ptl_link .d_img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#header-short_menu .hs_menu .sub_mn_list li a:hover .ptl_link .d_img01 {
  background-position: 0 0;
}

#header-short_menu .hs_menu .sub_mn_list li a:hover .ptl_link .d_img02 {
  background-position: 0 0;
}

#header-short_menu .hs_menu .sub_mn_list li a:hover .ptl_link .d_img03 {
  background-position: 0 0;
}

#header-short_menu .hs_menu .sub_mn_list li a:hover .ptl_link .d_img04 {
  background-position: 0 0;
}

#header-short_menu .hs_menu .sub_mn_list li a:hover .ptl_link .d_img05 {
  background-position: 0 0;
}

#header-short_menu .hs_menu .sub_mn_list li a:hover .ptl_link .txt {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

#header-short_menu .hs_menu .sub_mn_list li a .d_img {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#header-short_menu .hs_menu .sub_mn_list li a .d_img01 {
  background-image: url(../img/nav_icons_scmenu/sp1.svg);
  width: 60px;
  height: 100px;
}

#header-short_menu .hs_menu .sub_mn_list li a .d_img02 {
  background-image: url(../img/nav_icons_scmenu/sp2.svg);
  width: 175px;
  height: 65px;
}

#header-short_menu .hs_menu .sub_mn_list li a .d_img03 {
  background-image: url(../img/nav_icons_scmenu/sp3.svg);
  width: 95px;
  height: 65px;
}

#header-short_menu .hs_menu .sub_mn_list li a .d_img04 {
  background-image: url(../img/nav_icons_scmenu/sp4.svg);
  width: 115px;
  height: 75px;
}

#header-short_menu .hs_menu .sub_mn_list li a .d_img05 {
  background-image: url(../img/nav_icons_scmenu/sp5.svg);
  width: 120px;
  height: 80px;
}

#header-short_menu .hs_menu .sub_mn_list li a .ptl_link .txt {
  color: #fff;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.catalog_tabs {
  margin: 0 0 0;
}

.catalog_tabs .catalog_tabs_ttl {
  margin: 45px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .catalog_tabs .catalog_tabs_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 750px) {
  .catalog_tabs .catalog_tabs_ttl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.catalog_tabs .catalog_tabs_ttl .sls {
  width: 275px;
}

@media (max-width: 991px) {
  .catalog_tabs .catalog_tabs_ttl .sls {
    width: 250px;
  }
}

@media (max-width: 600px) {
  .catalog_tabs .catalog_tabs_ttl .sls {
    width: 320px;
  }
}

@media (max-width: 375px) {
  .catalog_tabs .catalog_tabs_ttl .sls {
    width: 265px;
  }
}

@media (max-width: 991px) {
  .catalog_tabs .catalog_tabs_ttl .sls.views_cols {
    margin: 0 -1px 0 0;
  }
}

@media (max-width: 750px) {
  .catalog_tabs .catalog_tabs_ttl .sls.views_cols {
    width: 275px;
  }
}

@media (max-width: 600px) {
  .catalog_tabs .catalog_tabs_ttl .sls.views_cols {
    width: 320px;
    margin: 0 0 5px;
  }
}

@media (max-width: 375px) {
  .catalog_tabs .catalog_tabs_ttl .sls.views_cols {
    width: 265px;
  }
}

.catalog_tabs .catalog_tabs_ttl .sls.sort_fabric {
  margin-top: 5px;
}

@media (max-width: 991px) {
  .catalog_tabs .catalog_tabs_ttl .sls.sort_fabric {
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  .catalog_tabs .catalog_tabs_ttl .sls.sort_fabric {
    margin-top: 5px;
  }
}

.catalog_tabs .catalog_tabs_ttl .r_sort {
  width: 275px;
}

@media (max-width: 991px) {
  .catalog_tabs .catalog_tabs_ttl .r_sort {
    width: 250px;
  }
}

@media (max-width: 1200px) {
  .catalog_tabs .catalog_tabs_ttl h3 {
    font: 500 28px/32px Futura;
  }
}

@media (max-width: 991px) {
  .catalog_tabs .catalog_tabs_ttl h3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 250px;
  }
}

@media (max-width: 750px) {
  .catalog_tabs .catalog_tabs_ttl h3 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.catalog_tab {
  margin: 18px 0 0;
}

.catalog_tab .catalog_tab_list {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media (max-width: 660px) {
  .catalog_tab .catalog_tab_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.catalog_tab .catalog_tab_list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #f0f0f0;
}

.catalog_tab .catalog_tab_list a {
  border-bottom: 4px solid transparent;
  font: normal 24px/54px Roboto;
  color: #242526;
  width: 50%;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.catalog_tab .catalog_tab_list a:hover {
    border-bottom: 4px solid #9fbdf2;
}
@media (max-width: 660px) {
  .catalog_tab .catalog_tab_list a {
    width: 100%;
    font: normal 18px/35px Roboto;
  }
}

.catalog_tab .catalog_tab_list a::after {
  content: "";
  position: absolute;
  height: 39px;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #f0f0f0;
  width: 1px;
}

.catalog_tab .catalog_tab_list a:last-child::after {
  content: none;
}

.catalog_tab .catalog_tab_list a.active {
  border-color: #9fbdf2;
  pointer-events: none;
}

.catalog_tab .catalog_tab_desc {
  display: none;
  margin: 0px 0 0;
}

.catalog_tab .catalog_tab_desc.active {
  display: block;
}

.selectize-control.single {
  height: 54px;
}

.selectize-control.single .selectize-input {
  border: 1px solid #b8b8b8;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  text-align: left;
  padding: 15px 10px;
}

.selectize-control.single .selectize-input.not-full {
  padding-top: 0px;
  padding-bottom: 0px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0;
}

.selectize-control.single .selectize-input:after {
  content: "";
  background: url(../img/i16.svg) no-repeat 0 0;
  width: 11px;
  height: 5px;
  border: 0;
  top: 22px;
  right: 17px;
  margin: 0;
  border-width: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.selectize-control.single .selectize-input .item {
  font: 300 21px/21px Roboto;
  color: #60666c;
}

@media (max-width: 550px) {
  .selectize-control.single .selectize-input .item {
    font: 300 18px/21px Roboto;
  }
}

@media (max-width: 450px) {
  .selectize-control.single .selectize-input .item {
    font: 300 13px/18px Roboto;
  }
}

.selectize-control.single .selectize-input .item + input {
  display: none !important;
}

.selectize-control.single .selectize-dropdown {
  border-color: #b8b8b8;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: left;
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
  max-height: 230px;
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
  font: 300 21px/21px Roboto;
  color: #60666c;
}

@media (max-width: 550px) {
  .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
    font: 300 18px/21px Roboto;
  }
}

@media (max-width: 450px) {
  .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
    font: 300 13px/18px Roboto;
  }
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option.active {
  background: #9fbdf2;
  color: #fff;
}

.selectize-control.single .selectize-dropdown .nicescroll-rails {
  width: 1px !important;
  background: #b8b8b8;
}

.selectize-control.single .selectize-dropdown .nicescroll-rails .nicescroll-cursors {
  left: 12px;
}

#sub_menu2 {
  background: #f9fafa;
  padding: 10px 0;
  margin: 0;
  -webkit-box-shadow: 0px 4px 7px -1px rgba(204, 204, 204, 0.29);
  box-shadow: 0px 4px 7px -1px rgba(204, 204, 204, 0.29);
}

#sub_menu2 .sub_menu_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#sub_menu2 .sub_menu_list li:after {
  display: none;
}

#sub_menu2 .sub_menu_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#sub_menu2 .sub_menu_list li a .txt {
  text-align: left;
  margin: 0;
  font: 300 16px/22px Roboto;
}

#sub_menu2 .sub_menu_list li a .txt.txt01 {
  max-width: 185px;
}

#sub_menu2 .sub_menu_list li a .txt.txt02 {
  max-width: 125px;
}

#sub_menu2 .sub_menu_list li a .txt.txt03 {
  max-width: 115px;
}

#sub_menu2 .sub_menu_list li a .txt.txt04 {
  max-width: 115px;
}

#sub_menu2 .sub_menu_list li a .txt.txt05 {
  max-width: 95px;
}

#sub_menu2 .sub_menu_list li a .ics {
  margin: 0;
}

.production_details {
  margin: 0;
}

.production_details .pd .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .production_details .pd .rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.production_details .pd .rows .cols.cols01 {
  width: 710px;
}

@media (max-width: 1400px) {
  .production_details .pd .rows .cols.cols01 {
    width: 650px;
  }
}

@media (max-width: 1200px) {
  .production_details .pd .rows .cols.cols01 {
    width: 475px;
  }
}

@media (max-width: 991px) {
  .production_details .pd .rows .cols.cols01 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .production_details .pd .rows .cols.cols01 {
    margin: 0 !important;
    padding: 0 15px;
  }
}

.production_details .pd .rows .cols.cols02 {
  width: -webkit-calc(100% - 920px);
  width: calc(100% - 920px);
}

@media (max-width: 1650px) {
  .production_details .pd .rows .cols.cols02 {
    width: -webkit-calc(100% - 800px);
    width: calc(100% - 800px);
  }
}

@media (max-width: 1400px) {
  .production_details .pd .rows .cols.cols02 {
    width: -webkit-calc(100% - 720px);
    width: calc(100% - 720px);
  }
}

@media (max-width: 1200px) {
  .production_details .pd .rows .cols.cols02 {
    width: -webkit-calc(100% - 635px);
    width: calc(100% - 635px);
  }
}

@media (max-width: 1100px) {
  .production_details .pd .rows .cols.cols02 {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
  }
}

@media (max-width: 1050px) {
  .production_details .pd .rows .cols.cols02 {
    width: -webkit-calc(100% - 575px);
    width: calc(100% - 575px);
  }
}

@media (max-width: 1000px) {
  .production_details .pd .rows .cols.cols02 {
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
  }
}

@media (max-width: 991px) {
  .production_details .pd .rows .cols.cols02 {
    width: 100%;
    margin: 35px 0 0;
  }
}

.pd_details {
  margin: 20px 0 0;
}

.pd_details .pd_ttl {
  margin: 0 0 0;
}

.pd_details .pd_ttl h2,
.pd_details .pd_ttl .pd_ttl_dev {
  color: #1a2e45;
  font: 500 46px/46px Futura;
}

@media (max-width: 1200px) {
  .pd_details .pd_ttl h2,
  .pd_details .pd_ttl .pd_ttl_dev {
    font: 500 38px/40px Futura;
  }
}

@media (max-width: 550px) {
  .pd_details .pd_ttl h2,
  .pd_details .pd_ttl .pd_ttl_dev {
    font: 500 28px/32px Futura;
  }
}

.pd_details .pd_ttl h3,
.pd_details .pd_ttl .pd_ttl_item {
  color: #59657a;
  font: 500 46px/46px Futura;
  margin: 8px 0 33px;
}

@media (max-width: 1200px) {
  .pd_details .pd_ttl h3,
  .pd_details .pd_ttl .pd_ttl_item {
    font: 500 38px/40px Futura;
  }
}

@media (max-width: 550px) {
  .pd_details .pd_ttl h3,
  .pd_details .pd_ttl .pd_ttl_item {
    font: 500 28px/32px Futura;
  }
}

.pd_details .pd_ttl p {
  color: #1a2e45;
  font: 500 24px/28px Futura;
}

@media (max-width: 1200px) {
  .pd_details .pd_ttl p {
    font: 500 22px/26px Futura;
  }
}

@media (max-width: 550px) {
  .pd_details .pd_ttl p {
    font: 500 20px/26px Futura;
  }
}

.pd_details .pd_desc {
  margin: 35px 0 0;
  max-width: 580px;
}

.pd_details .pd_desc .pd_desc_vs {
  margin: 0;
}

.pd_details .pd_desc .pd_desc_hd {
  display: none;
}

.pd_details .pd_desc .pd_rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 20px;
}

.pd_details .pd_desc .pd_rows .pcols01 {
  color: #1a2e45;
  font: 300 18px/22px Roboto;
}

@media (max-width: 550px) {
  .pd_details .pd_desc .pd_rows .pcols01 {
    font: 300 16px/20px Roboto;
  }
}

.pd_details .pd_desc .pd_rows .pcols02 {
  border-bottom: 1px dashed #eaebeb;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 5px 5px;
}

.pd_details .pd_desc .pd_rows .pcols03 {
  color: #1a2e45;
  font: 300 18px/22px Roboto;
}

@media (max-width: 550px) {
  .pd_details .pd_desc .pd_rows .pcols03 {
    font: 300 16px/20px Roboto;
  }
}

.pd_details .pd_desc .show_all_characteristics {
  margin: 30px 0 0;
}

.pd_details .pd_desc .show_all_characteristics .sac {
  color: #fc2932;
  font: normal 24px/40px FuturaBook;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 56px;
}

@media (max-width: 550px) {
  .pd_details .pd_desc .show_all_characteristics .sac {
    font: normal 22px/40px FuturaBook;
  }
}

.pd_details .pd_desc .show_all_characteristics .sac.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pd_details .pd_desc .show_all_characteristics .sac:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e0e5ec;
  background: url(../img/i29.svg) no-repeat 50%;
}

.pd_details .get_commercial_offer {
  margin: 65px 0 0;
  text-align: center;
}

@media (max-width: 991px) {
  .pd_details .get_commercial_offer {
    max-width: 580px;
  }
}

@media (max-width: 650px) {
  .pd_details .get_commercial_offer {
    margin: 65px auto 0;
    max-width: 480px;
  }
}

.pd_details .get_commercial_offer .gco {
  position: relative;
  display: block;
  background: #1a2e45;
  padding: 18px 0;
}

@media (max-width: 1200px) {
  .pd_details .get_commercial_offer .gco {
    padding: 14px 0;
  }
}

@media (max-width: 450px) {
  .pd_details .get_commercial_offer .gco {
    padding: 14px 5px 5px;
  }
}

.pd_details .get_commercial_offer .gco span {
  display: inline-block;
  position: relative;
  color: #fff;
  font: normal 24px/44px FuturaBook;
  padding: 0 0 0 70px;
}

@media (max-width: 1200px) {
  .pd_details .get_commercial_offer .gco span {
    font: normal 22px/44px FuturaBook;
  }
}

@media (max-width: 550px) {
  .pd_details .get_commercial_offer .gco span {
    font: normal 20px/44px FuturaBook;
  }
}

@media (max-width: 450px) {
  .pd_details .get_commercial_offer .gco span {
    padding: 50px 5px 10px;
    font: normal 18px/24px FuturaBook;
  }
}

.pd_details .get_commercial_offer .gco span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: url(../img/i15w.png) no-repeat 50%;
}

@media (max-width: 450px) {
  .pd_details .get_commercial_offer .gco span:after {
    right: 0;
    margin: auto;
  }
}

.pd_details_slr {
  margin: 0;
}

.pd_details_slr .gallery_top {
  max-height: 500px;
  border: 1px solid #f0f0f1;
  border-top: 0;
  border-right: 0;
}

.pd_details_slr .gallery_top .caption {
  text-align: center;
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pd_details_slr .gallery_thumbs {
  margin: 5px 0 0;
}

.pd_details_slr .gallery_thumbs .caption .bg {
  position: relative;
  width: 100%;
  height: 228px;
}

.pd_details_slr .gallery_thumbs .caption .bg .bg_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.pd_details_slr .gallery_thumbs .pd_swiper-button-next {
  width: 49px;
  height: 49px;
  background-image: none;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-position: 0 0;
  margin-top: -24.5px;
}

.pd_details_slr .gallery_thumbs .pd_swiper-button-next:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/i29.svg) no-repeat 50%;
  -webkit-background-size: 40px 40px;
          background-size: 40px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pd_details_slr .gallery_thumbs .pd_swiper-button-prev {
  width: 49px;
  height: 49px;
  background-image: none;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-position: 0 0;
  margin-top: -24.5px;
}

.pd_details_slr .gallery_thumbs .pd_swiper-button-prev:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/i29.svg) no-repeat 50%;
  -webkit-background-size: 40px 40px;
          background-size: 40px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.look_hardware_architecture {
  margin: 40px 0 0;
}

.look_hardware_architecture .lha {
  border: 1px solid #d1d5da;
  padding: 17px 0;
  display: block;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 450px) {
  .look_hardware_architecture .lha {
    padding: 17px 0 5px;
  }
}

.look_hardware_architecture .lha.active .txt .plus:before {
  width: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.look_hardware_architecture .lha .txt {
  display: inline-block;
  position: relative;
  color: #1a2e45;
  font: normal 24px/40px FuturaBook;
  padding: 0 0 0 65px;
}

@media (max-width: 550px) {
  .look_hardware_architecture .lha .txt {
    font: normal 20px/40px FuturaBook;
    padding: 0 0 0 48px;
  }
}

@media (max-width: 450px) {
  .look_hardware_architecture .lha .txt {
    padding: 40px 5px 5px;
    font: normal 18px/24px FuturaBook;
  }
}

.look_hardware_architecture .lha .txt .plus {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #aeb5bd;
}

@media (max-width: 450px) {
  .look_hardware_architecture .lha .txt .plus {
    right: 0;
    margin: auto;
  }
}

.look_hardware_architecture .lha .txt .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 11px;
  background: #7b7b7b;
  margin: auto;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.look_hardware_architecture .lha .txt .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background: #7b7b7b;
}

.look_hardware_architecture_hd {
  margin: 50px 0 0;
  display: none;
}

.look_hardware_architecture_hd img {
  display: block;
  margin: 0 auto;
}

.look_hardware_architecture_hd p {
  color: #152330;
  font: 300 18px/36px Roboto;
  margin: 0 0 35px;
}

@media (max-width: 750px) {
  .look_hardware_architecture_hd p {
    font: 300 16px/28px Roboto;
  }
}

.characteristics_products {
  background: #f9fafa;
  padding: 60px 0 80px;
  margin: 40px 0 0;
}

.char_slr_bg {
  background: #e2e5e6;
  position: relative;
}

@media (max-width: 1100px) {
  .char_slr_bg {
    background: transparent;
  }
}

.char_slr_bg .char_spb {
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}

.char_slr_bg .char_spb .swiper-pagination-bullet {
  background: #cacaca;
  width: 4px;
  height: 4px;
  opacity: 1;
  margin: 0 2px;
}

.char_slr_bg .char_spb .swiper-pagination-bullet-active {
  background-color: #fa535b;
  width: 6px;
  height: 6px;
  margin-bottom: -1px;
}

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

.char_slr .swiper-wrapper {
  background: #f9fafa;
  margin: 0 0 0 3px;
}

@media (max-width: 1100px) {
  .char_slr .swiper-wrapper {
    margin: 0;
  }
}

.char_slr .swiper-wrapper .swiper-slide {
  text-align: center;
  background: #f9fafa;
  height: auto;
}

@media (max-width: 1100px) {
  .char_slr .swiper-wrapper .swiper-slide-active {
    border-left: 1px solid #e2e5e6;
    border-right: 1px solid #e2e5e6;
  }
}

@media (max-width: 550px) {
  .char_slr .swiper-wrapper .swiper-slide-active {
    border-left: 0px solid #e2e5e6;
    border-right: 1px solid #e2e5e6;
  }
}

@media (max-width: 450px) {
  .char_slr .swiper-wrapper .swiper-slide-active {
    border-left: 0px solid #e2e5e6;
    border-right: 0px solid #e2e5e6;
  }
}

.char_slr .swiper-wrapper .swiper-slide .caption {
  background: #f9fafa;
  padding-bottom: 65px;
}

@media (max-width: 450px) {
  .char_slr .swiper-wrapper .swiper-slide .caption {
    padding-bottom: 0px;
  }
}

.char_slr .swiper-wrapper .swiper-slide .caption .desc p {
  color: #152330;
  font: 500 21px/24px Futura;
  max-width: 70%;
  margin: 20px auto 0;
}

@media (max-width: 1400px) {
  .char_slr .swiper-wrapper .swiper-slide .caption .desc p {
    font: 500 18px/22px Futura;
    max-width: 85%;
  }
}

@media (max-width: 750px) {
  .char_slr .swiper-wrapper .swiper-slide .caption .desc p {
    font: 500 17px/21px Futura;
    max-width: 90%;
  }
}

@media (max-width: 450px) {
  .char_slr .swiper-wrapper .swiper-slide .caption .desc p {
    font: 500 16px/20px Futura;
    max-width: 100%;
  }
}

.char_slr .swiper-wrapper .swiper-slide .caption .desc .int {
  text-align: center;
}

.char_slr .swiper-wrapper .swiper-slide .caption .desc .int h3 {
  font: 300 70px/70px Roboto;
  color: #fc2932;
}

.characteristics_products_desc {
  margin: 50px 0 0;
}

.characteristics_products_desc .chp_ttl {
  text-align: center;
  margin: 0 0 30px;
}

.characteristics_products_desc .chp_desc {
  margin: 0 auto 0;
  max-width: 1400px;
  text-align: center;
}

.characteristics_products_desc .chp_desc p {
  color: #152330;
  font: 300 18px/36px Roboto;
  margin: 0 0 35px;
}

.characteristics_products_desc .chp_desc ol {
  color: #152330;
  font: 300 18px/36px Roboto;
  text-align: left;
  display: inline-block;
  margin: 0 0 35px;
  padding-left: 20px;
}

.characteristics_products_desc .chp_desc ul {
  color: #152330;
  font: 300 18px/36px Roboto;
  text-align: left;
  display: inline-block;
  margin: 0 0 35px;
  padding-left: 20px;
  list-style: circle;
}

.characteristics_products_desc .chp_desc ul li,
.characteristics_products_desc .chp_desc ol li {
  padding-top: 10px
}

.characteristics_products_desc .chp_desc ul li::first-child,
.characteristics_products_desc .chp_desc ol li::first-child {
  padding-top: 0;
}

@media (max-width: 750px) {
  .characteristics_products_desc .chp_desc ul,
  .characteristics_products_desc .chp_desc ol,
  .characteristics_products_desc .chp_desc p {
    font: 300 16px/28px Roboto;
  }
}

.characteristics_products_desc .chp_desc p:last-child {
  margin-bottom: 0;
}

.characteristics_products_desc .chp_desc_hd {
  margin-top: 35px;
  display: none;
}

.characteristics_products_desc .show_chp_desc {
  text-align: center;
  margin: 35px 0 0;
}

.characteristics_products_desc .show_chp_desc .scd_btn {
  color: #fc2932;
  font: normal 22px/36px FuturaBook;
  position: relative;
  padding: 0 0 0 62px;
  display: inline-block;
  cursor: pointer;
}

.characteristics_products_desc .show_chp_desc .scd_btn.active .arw {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.characteristics_products_desc .show_chp_desc .scd_btn .arw {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e4e8ef;
  display: inline-block;
}

.characteristics_products_desc .show_chp_desc .scd_btn .arw:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 7px;
  background: url(../img/i29.svg) no-repeat 50%;
}

.c_video {
  margin: 65px 0 0;
}

.c_video .c_video_in {
  background: url(../img/bg5.jpg) no-repeat 50%;
  height: 317px;
  overflow: hidden;
  position: relative;
}

.c_video .c_video_in .over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(30, 48, 71, 0.4);
  z-index: 1;
}

.c_video .c_video_in a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 10;
}

.c_video .c_video_in a:hover .cv_desc .cv_txt .t4 {
  color: #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.c_video .c_video_in a:hover .cv_desc .cv_crc .big_play {
  width: 210px;
  height: 210px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 750px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 550px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play {
    width: 130px;
    height: 130px;
  }
}

.c_video .c_video_in a:hover .cv_desc .cv_crc .big_play:after {
  width: 200px;
  height: 200px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 750px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play:after {
    width: 165px;
    height: 165px;
  }
}

@media (max-width: 750px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play:after {
    width: 125px;
    height: 125px;
  }
}

.c_video .c_video_in a:hover .cv_desc .cv_crc .big_play .trn {
  width: 200px;
  height: 200px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 750px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play .trn {
    width: 165px;
    height: 165px;
  }
}

@media (max-width: 750px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play .trn {
    width: 125px;
    height: 125px;
  }
}

.c_video .c_video_in a:hover .cv_desc .cv_crc .big_play .trn:after {
  border-width: 40px 0 40px 50px;
  border-color: transparent transparent transparent #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 750px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play .trn:after {
    border-width: 17.5px 0 17.5px 24px;
  }
}

@media (max-width: 550px) {
  .c_video .c_video_in a:hover .cv_desc .cv_crc .big_play .trn:after {
    border-width: 14.5px 0 14.5px 21px;
  }
}

.c_video .c_video_in a span {
  display: block;
}

.c_video .c_video_in a .container {
  display: block;
  height: 100%;
}

.c_video .c_video_in a .cv_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c_video .c_video_in a .cv_desc .cv_txt {
  margin: 0 40px 0 0;
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc .cv_txt {
    margin: 0 0 0 0;
    width: 100%;
    text-align: center;
  }
}

.c_video .c_video_in a .cv_desc .cv_txt .t2 {
  color: #fff;
  font: 500 42px/47px Futura;
}

@media (max-width: 991px) {
  .c_video .c_video_in a .cv_desc .cv_txt .t2 {
    font: 500 34px/40px Futura;
  }
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc .cv_txt .t2 {
    font: 500 21px/30px Futura;
  }
}

.c_video .c_video_in a .cv_desc .cv_txt .t2b {
  color: #9fbdf2;
}

.c_video .c_video_in a .cv_desc .cv_txt .t4 {
  color: #fff;
  font: 300 21px/21px Roboto;
  position: relative;
  padding: 0 55px 0 0;
  display: inline-block;
  margin: 20px 0 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc .cv_txt .t4 {
    font: 300 17px/21px Roboto;
  }
}

.c_video .c_video_in a .cv_desc .cv_txt .t4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/i23.png) no-repeat 0 0;
  width: 35px;
  height: 21px;
}

.c_video .c_video_in a .cv_desc .cv_crc {
  margin: 0;
  width: 250px;
}

@media (max-width: 750px) {
  .c_video .c_video_in a .cv_desc .cv_crc {
    width: 200px;
  }
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc .cv_crc {
    width: 100%;
  }
}

.c_video .c_video_in a .cv_desc .cv_crc .big_play {
  width: 220px;
  height: 220px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  margin: auto;
}

@media (max-width: 750px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play {
    width: 130px;
    height: 130px;
  }
}

.c_video .c_video_in a .cv_desc .cv_crc .big_play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 178px;
  height: 178px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.06);
  margin: auto;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 750px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play:after {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 750px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play:after {
    width: 105px;
    height: 105px;
  }
}

.c_video .c_video_in a .cv_desc .cv_crc .big_play .trn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 154px;
  height: 154px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 750px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play .trn {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play .trn {
    width: 90px;
    height: 90px;
  }
}

.c_video .c_video_in a .cv_desc .cv_crc .big_play .trn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 29px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 750px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play .trn:after {
    border-width: 17.5px 0 17.5px 24px;
  }
}

@media (max-width: 550px) {
  .c_video .c_video_in a .cv_desc .cv_crc .big_play .trn:after {
    border-width: 14.5px 0 14.5px 21px;
  }
}

.fbox_media .fancybox-skin {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.close_fbox_media {
  background-image: none;
  width: 32px;
  height: 32px;
  top: -30px;
  right: -30px;
}

.close_fbox_media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 32px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close_fbox_media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 32px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dows_files {
  margin: 50px 0 0;
}

.dows_files .df_ttl {
  margin: 0 0 30px;
  text-align: center;
}

.dows_files .df_desc {
  margin: 0 0 0;
}

.dows_files .df_desc a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e4e5e6;
  width: 100%;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}

.dows_files .df_desc a:hover .cols02 {
  color: #9fbdf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.dows_files .df_desc a:hover .cols03 .t {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.dows_files .df_desc a:hover .cols03 .t:after {
  top: 10px;
  background: url(../img/i24r.png) no-repeat 0 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.dows_files .df_desc a .cols {
  height: 100%;
}

.dows_files .df_desc a .cols01 {
  width: 123px;
  position: relative;
  text-align: center;
  border-right: 1px solid #e4e5e6;
}

@media (max-width: 991px) {
  .dows_files .df_desc a .cols01 {
    width: 70px;
  }
}

@media (max-width: 450px) {
  .dows_files .df_desc a .cols01 {
    display: none;
  }
}

.dows_files .df_desc a .cols02 {
  width: -webkit-calc(100% - 123px - 200px);
  width: calc(100% - 123px - 200px);
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 45px;
  color: #1a2e45;
  font: 300 18px/24px Roboto;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .dows_files .df_desc a .cols02 {
    width: -webkit-calc(100% - 70px - 145px);
    width: calc(100% - 70px - 145px);
    padding: 0 20px;
  }
}

@media (max-width: 650px) {
  .dows_files .df_desc a .cols02 {
    font: 300 16px/22px Roboto;
    width: -webkit-calc(100% - 70px - 120px);
    width: calc(100% - 70px - 120px);
  }
}

@media (max-width: 450px) {
  .dows_files .df_desc a .cols02 {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding: 0 10px;
  }
}

.dows_files .df_desc a .cols03 {
  width: 200px;
  position: relative;
  text-align: center;
  border-left: 1px solid #e4e5e6;
  line-height: 36px;
}

@media (max-width: 991px) {
  .dows_files .df_desc a .cols03 {
    width: 145px;
  }
}

@media (max-width: 650px) {
  .dows_files .df_desc a .cols03 {
    width: 120px;
  }
}

@media (max-width: 450px) {
  .dows_files .df_desc a .cols03 {
    min-width: 120px;
  }
}

.dows_files .df_desc a .cols03 .t {
  color: #fc2932;
  font: normal 24px/24px FuturaBook;
  position: relative;
  display: inline-block;
  padding: 0 35px 0 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 650px) {
  .dows_files .df_desc a .cols03 .t {
    font: normal 20px/22px FuturaBook;
  }
}

.dows_files .df_desc a .cols03 .t:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  background: url(../img/i24.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.our-production .op_ttl h3 {
  font: 500 25px/28px Futura;
  color: #242526;
}

.see_also {
  margin: 50px 0 0;
}

.see_also .our-production .op_ttl {
  text-align: center;
  margin: 0 0 30px;
}

.see_also .our-production .op_desc {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}

@media (max-width: 1050px) {
  .see_also .our-production .op_desc .op_desc_in {
    margin: 0 auto;
    max-width: 95%;
  }
}

@media (max-width: 750px) {
  .see_also .our-production .op_desc .op_desc_in {
    max-width: 65%;
  }
}

@media (max-width: 550px) {
  .see_also .our-production .op_desc .op_desc_in {
    max-width: 80%;
  }
}

.see_also .our-production .op_desc .sas_swiper-button-prev {
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-image: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

@media (max-width: 1050px) {
  .see_also .our-production .op_desc .sas_swiper-button-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.see_also .our-production .op_desc .sas_swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/so_prev.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.see_also .our-production .op_desc .sas_swiper-button-next {
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-image: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

@media (max-width: 1050px) {
  .see_also .our-production .op_desc .sas_swiper-button-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.see_also .our-production .op_desc .sas_swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/so_next.svg) no-repeat 0 0;
  width: 7px;
  height: 15px;
}

.see_also_slr .desc {
  border: 1px solid #e8e8e8;
  width: 100%;
}

.see_also_slr .desc .op-img-holder {
  position: relative;
  height: 260px;
}

.see_also_slr .desc .op-img-holder .op-img-holder_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain;
}

.see_also_slr .desc .op-card-wrap {
  padding: 15px 25px 25px 20px;
}

@media (max-width: 550px) {
  .see_also_slr .desc .op-card-wrap {
    padding: 15px 10px 25px;
  }
}

.see_also_slr .desc .op-card-wrap .op-title {
  font: 500 25px/28px FuturaBook;
  text-align: left;
  color: #59657a;
  margin-bottom: 15px;
}

.see_also_slr .desc .op-card-wrap .op-title span {
  color: #152330;
}

.see_also_slr .desc .op-card-wrap .op-descr {
  font: 500 14px/20px FuturaBook;
  text-align: left;
  color: #152330;
  margin-bottom: 18px;
}

.see_also_slr .desc .op-card-wrap .op-properties {
  margin-bottom: 15px;
}

.see_also_slr .desc .op-card-wrap .op-properties .property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.see_also_slr .desc .op-card-wrap .op-properties .property .prop-ttl {
  font: 300 12px/18px Roboto;
  text-align: left;
  color: #babcbe;
}

.see_also_slr .desc .op-card-wrap .op-properties .property .prop-line {
  border-bottom: 1px dashed #babcbe;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 5px;
}

.see_also_slr .desc .op-card-wrap .op-properties .property .prop-value {
  font: 300 12px/18px Roboto;
  text-align: left;
  color: #152330;
  min-width: 72px;
}

.see_also_slr .desc .op-card-wrap .op-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 450px) {
  .see_also_slr .desc .op-card-wrap .op-btns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.see_also_slr .desc .op-card-wrap .op-btns .op-detail-link {
  position: relative;
  font: normal 14px/18px FuturaBook;
  text-align: left;
  color: #fc2932;
  padding-left: 36px;
}

@media (max-width: 450px) {
  .see_also_slr .desc .op-card-wrap .op-btns .op-detail-link {
    width: 100%;
  }
}

.see_also_slr .desc .op-card-wrap .op-btns .op-detail-link:hover:before {
  background-color: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.see_also_slr .desc .op-card-wrap .op-btns .op-detail-link:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  background: url(../img/i3.png) no-repeat 53%;
  -webkit-background-size: 6px 6px;
  background-size: 6px;
}

.see_also_slr .desc .op-card-wrap .op-btns .op-compare-link {
  position: relative;
  margin-left: auto;
  font: normal 14px/18px FuturaBook;
  text-align: left;
  color: #60666c;
  padding-left: 36px;
}

@media (max-width: 450px) {
  .see_also_slr .desc .op-card-wrap .op-btns .op-compare-link {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
}

.see_also_slr .desc .op-card-wrap .op-btns .op-compare-link:hover:before {
  background-color: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.see_also_slr .desc .op-card-wrap .op-btns .op-compare-link:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  background: url(../img/plus.png) no-repeat 50%;
  -webkit-background-size: 9px 9px;
  background-size: 9px;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1730px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block;
    padding: 15px 11px;
    margin: 15px 10px 0 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
  }
  .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar .navbar-toggle:hover {
    border-color: #9fbdf2;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
  }
  .navbar .navbar-toggle:hover .icon-bar {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    background: #9fbdf2;
  }
  .navbar .navbar-toggle .icon-bar {
    width: 25px;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
  }
  /* .navbar-collapse.collapse*/
  /*  display: none !important*/
  /* .navbar-collapse.collapse.in*/
  /*  display: block !important*/
  .navbar-collapse {
    max-height: none;
    display: block;
  }
  .collapsing {
    overflow: hidden !important;
  }
}

.gmbr {
  position: absolute;
  top: 28px;
  right: 10px;
  z-index: 20;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  border: 1px solid #ddd;
  cursor: pointer;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: none;
}

@media (max-width: 991px) {
  .gmbr {
    display: block;
  }
}

.gmbr.open {
  border: 1px solid black;
}

.gmbr.open span {
  background: #000;
}

.gmbr span {
  display: block;
  position: absolute;
  height: 2px;
  width: 9px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin: auto;
  right: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media (max-width: 1112px) {
  .gmbr span {
    width: 9px;
  }
}

.gmbr span:nth-child(even) {
  left: 9px;
}

@media (max-width: 1112px) {
  .gmbr span:nth-child(even) {
    left: 9px;
  }
}

.gmbr span:nth-child(odd) {
  left: -9px;
}

@media (max-width: 1112px) {
  .gmbr span:nth-child(odd) {
    left: -9px;
  }
}

.gmbr span:nth-child(1), .gmbr span:nth-child(2) {
  top: 12px;
}

@media (max-width: 1112px) {
  .gmbr span:nth-child(1), .gmbr span:nth-child(2) {
    top: 12px;
  }
}

.gmbr span:nth-child(3), .gmbr span:nth-child(4) {
  top: 18px;
}

@media (max-width: 1112px) {
  .gmbr span:nth-child(3), .gmbr span:nth-child(4) {
    top: 18px;
  }
}

.gmbr span:nth-child(5), .gmbr span:nth-child(6) {
  top: 24px;
}

@media (max-width: 1112px) {
  .gmbr span:nth-child(5), .gmbr span:nth-child(6) {
    top: 24px;
  }
}

.gmbr.open span:nth-child(1), .gmbr.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gmbr.open span:nth-child(2), .gmbr.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gmbr.open span:nth-child(1) {
  left: -7px;
  top: 14px;
}

@media (max-width: 1112px) {
  .gmbr.open span:nth-child(1) {
    left: -7px;
    top: 14px;
  }
}

.gmbr.open span:nth-child(2) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  left: 7px;
  top: 14px;
}

@media (max-width: 1112px) {
  .gmbr.open span:nth-child(2) {
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    left: 7px;
    top: 14px;
  }
}

.gmbr.open span:nth-child(3) {
  left: 0%;
  opacity: 0;
}

.gmbr.open span:nth-child(4) {
  left: 0%;
  opacity: 0;
}

.gmbr.open span:nth-child(5) {
  left: -7px;
  top: 20px;
}

@media (max-width: 1112px) {
  .gmbr.open span:nth-child(5) {
    left: -7px;
    top: 20px;
  }
}

.gmbr.open span:nth-child(6) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  left: 7px;
  top: 20px;
}

@media (max-width: 1112px) {
  .gmbr.open span:nth-child(6) {
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    left: 7px;
    top: 20px;
  }
}

#hs_menu_slr.hs_menu {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  display: none;
}

.sub_slr_menu {
  margin: 0 0 0;
  padding: 10px 0;
}

.sub_slr_menu .swiper-wrapper .swiper-slide {
  cursor: url(../img/drag.png), default;
}

.sub_slr_menu .swiper-wrapper a {
  cursor: url(../img/drag.png), default;
}

.sub_slr_menu .swiper-wrapper a.active:after {
  background: #fc2932;
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(1) {
    width: 225px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 325px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(3) {
    width: 235px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(4) {
    width: 240px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(5) {
    width: 285px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(6) {
    width: 295px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(7) {
    width: 280px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(8) {
    width: 225px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(9) {
    width: 250px;
  }
}

@media (max-width: 650px) {
  .sub_slr_menu .swiper-wrapper .swiper-slide:nth-child(10) {
    width: 225px;
  }
}

.sub_slr_menu a {
  display: block;
  position: relative;
}

.sub_slr_menu a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  width: 100%;
}

.sub_slr_menu a:hover .ptl_link .d_img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.sub_slr_menu a:hover .ptl_link .d_img01 {
  background-position: 0 -98px;
}

.sub_slr_menu a:hover .ptl_link .d_img02 {
  background-position: 0px -67px;
}

.sub_slr_menu a:hover .ptl_link .d_img03 {
  background-position: 0px -70px;
}

.sub_slr_menu a:hover .ptl_link .d_img04 {
  background-position: 0px -78px;
}

.sub_slr_menu a:hover .ptl_link .d_img05 {
  background-position: 0px -79px;
}

.sub_slr_menu a:hover .ics01 {
  background-position: 0 -98px;
}

.sub_slr_menu a:hover .ics02 {
  background-position: 0 -92px;
}

.sub_slr_menu a:hover .ics03 {
  background-position: 0 -87px;
}

.sub_slr_menu a:hover .ics04 {
  background-position: 0 -90px;
}

.sub_slr_menu a:hover .ics05 {
  background-position: 0 -68px;
}

.sub_slr_menu a:hover .ptl_link .txt {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.sub_slr_menu a .d_img {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  margin: 0 auto 0 0;
}

.sub_slr_menu a .d_img01 {
  background-image: url(../img/nav_icons_scmenu/sp1.svg);
  width: 60px;
  height: 100px;
  background-position: 0 -98px;
}

.sub_slr_menu a .d_img02 {
  background-image: url(../img/nav_icons_scmenu/sp2.svg);
  width: 175px;
  height: 65px;
  background-position: 0px -67px;
}

.sub_slr_menu a .d_img03 {
  background-image: url(../img/nav_icons_scmenu/sp3.svg);
  width: 95px;
  height: 65px;
  background-position: 0px -70px;
}

.sub_slr_menu a .d_img04 {
  background-image: url(../img/nav_icons_scmenu/sp4.svg);
  width: 115px;
  height: 75px;
  background-position: 0px -78px;
}

.sub_slr_menu a .d_img05 {
  background-image: url(../img/nav_icons_scmenu/sp5.svg);
  width: 120px;
  height: 80px;
  background-position: 0px -79px;
}

.sub_slr_menu a .ptl_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  margin: 0 auto;
}

.sub_slr_menu a .ptl_link01 {
  width: 190px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link01 {
    width: 170px;
  }
}

.sub_slr_menu a .ptl_link02 {
  width: 327px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link02 {
    width: 303px;
  }
}

.sub_slr_menu a .ptl_link03 {
  width: 215px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link03 {
    width: 195px;
  }
}

.sub_slr_menu a .ptl_link04 {
  width: 228px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link04 {
    width: 209px;
  }
}

.sub_slr_menu a .ptl_link05 {
  width: 284px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link05 {
    width: 258px;
  }
}

.sub_slr_menu a .ptl_link06 {
  width: 264px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link06 {
    width: 230px;
  }
}

.sub_slr_menu a .ptl_link07 {
  width: 246px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link07 {
    width: 228px;
  }
}

.sub_slr_menu a .ptl_link08 {
  width: 190px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link08 {
    width: 173px;
  }
}

.sub_slr_menu a .ptl_link09 {
  width: 240px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link09 {
    width: 220px;
  }
}

.sub_slr_menu a .ptl_link10 {
  width: 192px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link10 {
    width: 175px;
  }
}

.sub_slr_menu a .ptl_link .txt {
  width: 120px;
  color: #152330;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  font: 300 18px/24px Roboto;
  margin: 0 10px 0 0;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt {
    font: 300 15px/20px Roboto;
  }
}

.sub_slr_menu a .ptl_link .txt01 {
  width: 120px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt01 {
    width: 101px;
  }
}

.sub_slr_menu a .ptl_link .txt02 {
  width: 139px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt02 {
    width: 118px;
  }
}

.sub_slr_menu a .ptl_link .txt03 {
  width: 106px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt03 {
    width: 88px;
  }
}

.sub_slr_menu a .ptl_link .txt04 {
  width: 100px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt04 {
    width: 84px;
  }
}

.sub_slr_menu a .ptl_link .txt05 {
  width: 154px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt05 {
    width: 129px;
  }
}

.sub_slr_menu a .ptl_link .txt06 {
  width: 194px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt06 {
    width: 160px;
  }
}

.sub_slr_menu a .ptl_link .txt07 {
  width: 120px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt07 {
    width: 103px;
  }
}

.sub_slr_menu a .ptl_link .txt08 {
  width: 113px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt08 {
    width: 96px;
  }
}

.sub_slr_menu a .ptl_link .txt09 {
  width: 118px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt09 {
    width: 100px;
  }
}

.sub_slr_menu a .ptl_link .txt10 {
  width: 94px;
}

@media (max-width: 650px) {
  .sub_slr_menu a .ptl_link .txt10 {
    width: 78px;
  }
}

.sub_slr_menu a .ics {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  margin: 0 auto 0 0;
}

.sub_slr_menu a .ics01 {
  background-image: url(../img/nav_icons_scmenu/sp10.svg);
  width: 60px;
  height: 100px;
  background-position: 0 -98px;
}

.sub_slr_menu a .ics02 {
  background-image: url(../img/nav_icons_scmenu/sp6.svg);
  width: 115px;
  height: 90px;
  background-position: 0 -92px;
}

.sub_slr_menu a .ics03 {
  background-image: url(../img/nav_icons_scmenu/sp7.svg);
  width: 65px;
  height: 90px;
  background-position: 0 -87px;
}

.sub_slr_menu a .ics04 {
  background-image: url(../img/nav_icons_scmenu/sp8.svg);
  width: 110px;
  height: 90px;
  background-position: 0 -90px;
}

.sub_slr_menu a .ics05 {
  background-image: url(../img/nav_icons_scmenu/sp9.svg);
  width: 85px;
  height: 70px;
  margin: 25px 0 0;
  background-position: 0 -68px;
}

.fancybox-close {
  top: 25px;
  right: 30px;
  width: 15px;
  height: 15px;
  background-image: none;
}

.fancybox-close:hover:after {
  background: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.fancybox-close:hover:before {
  background: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.fancybox-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #b8bdc1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.fancybox-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #b8bdc1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.win_popup {
  width: 910px;
  min-height: 505px;
  background: #fff;
}

@media (max-width: 980px) {
  .win_popup {
    width: 750px;
  }
}

@media (max-width: 800px) {
  .win_popup {
    width: 600px;
  }
}

@media (max-width: 650px) {
  .win_popup {
    width: 500px;
  }
}

@media (max-width: 550px) {
  .win_popup {
    width: 400px;
  }
}

@media (max-width: 450px) {
  .win_popup {
    width: 300px;
  }
}

@media (max-width: 350px) {
  .win_popup {
    width: 275px;
  }
}

.win_popup .line_pp {
  height: auto;
  text-align: center;
  padding: 51px 15px 20px;
  border-bottom: 1px solid #f1f1f1;
}

.win_popup .line_pp h3 {
  font: 500 30px/30px Futura;
  color: #1e3148;
  margin: 0 0 12px;
}

@media (max-width: 450px) {
  .win_popup .line_pp h3 {
    font: 500 24px/24px Futura;
  }
}

.win_popup .line_pp p {
  font: 300 18px/21px Roboto;
  color: #bcbdbd;
  max-width: 720px;
  margin: auto;
}

@media (max-width: 450px) {
  .win_popup .line_pp p {
    font: 300 16px/19px Roboto;
  }
}

.win_popup .blc_pp_wt {
  padding: 41px 0 65px;
  width: 770px;
  margin: auto;
  text-align: left;
}

@media (max-width: 980px) {
  .win_popup .blc_pp_wt {
    width: 670px;
  }
}

@media (max-width: 800px) {
  .win_popup .blc_pp_wt {
    width: 530px;
  }
}

@media (max-width: 650px) {
  .win_popup .blc_pp_wt {
    width: 90%;
  }
}

.win_popup .blc_pp_wt .pp_in {
  border-bottom: 1px solid #d1d1d1;
  height: 48px;
  margin: 0 0 11px;
  position: relative;
}

.win_popup .blc_pp_wt .pp_in input {
  border: 0px solid #b8b8b8;
  width: 100%;
  height: 46px;
  color: #343438;
  font: 300 19px/19px Roboto;
  position: relative;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .pp_in input {
    padding: 0 15px;
    font: 300 14px/18px Roboto;
  }
}

.win_popup .blc_pp_wt .pp_in input::-webkit-input-placeholder {
  color: #343438;
}

.win_popup .blc_pp_wt .pp_in input::-moz-placeholder {
  color: #343438;
}

.win_popup .blc_pp_wt .pp_in input:-moz-placeholder {
  color: #343438;
}

.win_popup .blc_pp_wt .pp_in input:-ms-input-placeholder {
  color: #343438;
}

.win_popup .blc_pp_wt .tw_pp div {
  float: left;
  width: 379px;
}

@media (max-width: 980px) {
  .win_popup .blc_pp_wt .tw_pp div {
    width: 329px;
  }
}

@media (max-width: 800px) {
  .win_popup .blc_pp_wt .tw_pp div {
    width: 100%;
  }
}

.win_popup .blc_pp_wt .tw_pp div:first-child {
  margin-right: 11px;
}

.win_popup .blc_pp_wt .blc_tstar {
  margin: 0 0 0;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 15px;
  height: 65px;
  position: relative;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_tstar {
    padding: 10px 15px;
  }
}

.win_popup .blc_pp_wt .blc_tstar textarea {
  border: 0;
  resize: none;
  width: 100%;
  height: 50px;
  color: #343438;
  font: 300 19px/23px Roboto;
  text-align: center;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_tstar textarea {
    font: 300 14px/16px  Roboto;
  }
}

.win_popup .blc_pp_wt .blc_tstar textarea::-webkit-input-placeholder {
  color: #343438;
  font: 300 19px/23px Roboto;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_tstar textarea::-webkit-input-placeholder {
    font: 300 14px/16px  Roboto;
  }
}

.win_popup .blc_pp_wt .blc_tstar textarea::-moz-placeholder {
  color: #343438;
  font: 300 19px/23px Roboto;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_tstar textarea::-moz-placeholder {
    font: 300 14px/16px  Roboto;
  }
}

.win_popup .blc_pp_wt .blc_tstar textarea:-moz-placeholder {
  color: #343438;
  font: 300 19px/23px Roboto;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_tstar textarea:-moz-placeholder {
    font: 300 14px/16px  Roboto;
  }
}

.win_popup .blc_pp_wt .blc_tstar textarea:-ms-input-placeholder {
  color: #343438;
  font: 300 19px/23px Roboto;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_tstar textarea:-ms-input-placeholder {
    font: 300 14px/16px  Roboto;
  }
}

.win_popup .blc_pp_wt .blc_check_results {
  position: relative;
  text-align: center;
  margin: 35px 0 0;
}

@media (max-width: 800px) {
  .win_popup .blc_pp_wt .blc_check_results {
    margin: 15px 0 0;
  }
}

.win_popup .blc_pp_wt .blc_check_results .get_go {
  font: 500 21px/21px Futura;
  border: 0px solid #9da4aa;
  padding: 80px 0 0;
  cursor: pointer;
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  position: relative;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_check_results .get_go {
    font: 500 18px/18px Futura;
    padding: 58px 0 0;
  }
}

.win_popup .blc_pp_wt .blc_check_results .get_go:hover {
  color: #152330;
  border-color: #9da4aa;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.win_popup .blc_pp_wt .blc_check_results .get_go:hover::after {
  background-color: #f5f8fe;
}

.win_popup .blc_pp_wt .blc_check_results .get_go:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #f4f4f6;
  width: 66px;
  height: 66px;
  margin: auto;
  background: url(../img/i31.svg) no-repeat 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media (max-width: 450px) {
  .win_popup .blc_pp_wt .blc_check_results .get_go:after {
    width: 48px;
    height: 48px;
  }
}

.win_popup .blc_pp_wt .blc_check_results button[disabled] {
  cursor: default;
  border: 1px solid #b8b8b8;
  background: transparent;
  color: #b1b1b1;
}

.win_popup .blc_pp_wt .blc_check_results button[disabled]:hover {
  cursor: default;
  border: 1px solid #b8b8b8;
  background: transparent;
  color: #b1b1b1;
}

.win_popup .blc_pp_wt .blc_check_results p.pp_notis {
  position: absolute;
  top: 0;
  left: 10px;
  font: 300 16px/20px 'DinDisplayPro';
  color: #949494;
  max-width: 165px;
  text-align: left;
}

@media (max-width: 800px) {
  .win_popup .blc_pp_wt .blc_check_results p.pp_notis {
    position: static;
    max-width: none;
    margin: 0 0 20px 10px;
  }
}

.win_popup .blc_pp_wt .blc_check_results p.pp_notis i {
  color: #000;
  display: inline-block;
  margin: 0px 0 0 -11px;
  font-size: 15px;
  position: relative;
  top: -4px;
}

.thank_you {
  width: 910px;
  min-height: 170px;
  background: #fff;
}

@media (max-width: 980px) {
  .thank_you {
    width: 750px;
  }
}

@media (max-width: 800px) {
  .thank_you {
    width: 600px;
  }
}

@media (max-width: 650px) {
  .thank_you {
    width: 500px;
  }
}

@media (max-width: 550px) {
  .thank_you {
    width: 400px;
  }
}

@media (max-width: 450px) {
  .thank_you {
    width: 300px;
  }
}

@media (max-width: 350px) {
  .thank_you {
    width: 275px;
  }
}

.thank_you .line_pp {
  height: auto;
  padding: 50px 0 14px;
  border: 0;
}

.thank_you .line_pp h3 {
  margin: 0;
}

.thank_you .blc_pp_wt {
  text-align: center;
  padding: 0;
}

.thank_you .blc_pp_wt p {
  font: 300 18px/21px Roboto;
  color: #bcbdbd;
  margin: 0;
}

@media (max-width: 450px) {
  .thank_you .blc_pp_wt p {
    font: 300 16px/19px Roboto;
  }
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link {
  cursor: pointer;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link:before {
  display: none;
  /*display: block*/
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link.active .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link.active .plus:before {
  display: none;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link:hover .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link .plus {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 11px;
  background: #81898e;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .op-compare-link .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background: #81898e;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .compare-link_page {
  display: block;
  width: 100%;
  text-align: right;
  font: 300 15px/15px Futura;
  color: #60666c;
  margin: 5px 0 0;
  display: none;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .compare-link_page {
    text-align: left;
    margin: 20px 0 0;
  }
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .compare-link_page.active {
  display: block;
}

.catalog_tab_desc .our-production .op_desc .rows .cols .desc .op-btns .compare-link_page:hover {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link {
  cursor: pointer;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link:before {
  display: none;
  /*display: block*/
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link.active .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link.active .plus:before {
  display: none;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link:hover .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link .plus {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 11px;
  background: #81898e;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .op-compare-link .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background: #81898e;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .compare-link_page {
  display: block;
  width: 100%;
  text-align: right;
  font: 300 15px/15px Futura;
  color: #60666c;
  margin: 5px 0 0;
  display: none;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .our-production.catalog .op_desc .rows .cols .desc .op-btns .compare-link_page {
    text-align: left;
    margin: 20px 0 0;
  }
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .compare-link_page.active {
  color: #fc2932;
  position: relative;
  z-index: 20;
  display: block;
  margin-left: auto;
  width: auto;
  border-bottom: 1px solid transparent;
}

.our-production.catalog .op_desc .rows .cols .desc .op-btns .compare-link_page:hover {
  border-bottom: 1px solid #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.op-btns .op-compare-link {
  cursor: pointer;
}

.op-btns .op-compare-link:before {
  display: none;
  /*display: block*/
}

.op-btns .op-compare-link.active .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns .op-compare-link.active .plus:before {
  display: none;
}

.op-btns .op-compare-link:hover .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns .op-compare-link .plus {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns .op-compare-link .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 11px;
  background: #81898e;
}

.op-btns .op-compare-link .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background: #81898e;
}

.op-btns .compare-link_page {
  display: block;
  width: 100%;
  text-align: right;
  font: 300 15px/15px Futura;
  color: #60666c;
  margin: 5px 0 0;
  display: none;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .op-btns .compare-link_page {
    text-align: left;
    margin: 20px 0 0;
  }
}

.op-btns .compare-link_page.active {
  display: block;
  position: relative;
  z-index: 20;
}

.op-btns .compare-link_page:hover {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.op-btns .op-compare-link {
  cursor: pointer;
}

.op-btns .op-compare-link:before {
  display: none;
  /*display: block*/
}

.op-btns .op-compare-link.active .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns .op-compare-link.active .plus:before {
  display: none;
}

.op-btns .op-compare-link:hover .plus {
  background: #eaedf2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns .op-compare-link .plus {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.op-btns .op-compare-link .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 11px;
  background: #81898e;
}

.op-btns .op-compare-link .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background: #81898e;
}

.op-btns .compare-link_page {
  display: block;
  width: 100%;
  text-align: right;
  font: 300 15px/15px Futura;
  color: #60666c;
  margin: 5px 0 0;
  display: none;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 991px) {
  .op-btns .compare-link_page {
    text-align: left;
    margin: 20px 0 0;
  }
}

.op-btns .compare-link_page.active {
  display: block;
}

.op-btns .compare-link_page:hover {
  color: #fc2932;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.gb {
  border-bottom: 1px solid #eff0f1;
  padding: 26px 0 28px;
}

.gb .gb_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 500px) {
  .gb .gb_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.gb .gb_in .go_back {
  position: relative;
  display: inline-block;
  padding: 0 0 0 50px;
  color: #60666c;
  font: 300 21px/21px Roboto;
}

@media (max-width: 750px) {
  .gb .gb_in .go_back {
    font: 300 17px/21px Roboto;
  }
}

.gb .gb_in .go_back:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: url(../img/i30.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  width: 31px;
  height: 7px;
}

@media (max-width: 750px) {
  .gb .gb_in .go_back:after {
    top: 8px;
  }
}

.gb .gb_in .add_compare {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 50px;
}

@media (max-width: 500px) {
  .gb .gb_in .add_compare {
    margin-top: 15px;
  }
}

.gb .gb_in .add_compare.active .r:before {
  display: none;
}

.gb .gb_in .add_compare .t {
  color: #60666c;
  font: 300 21px/21px Roboto;
}

@media (max-width: 750px) {
  .gb .gb_in .add_compare .t {
    font: 300 17px/21px Roboto;
  }
}

.gb .gb_in .add_compare .r {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.gb .gb_in .add_compare .r:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 11px;
  background: #81898e;
}

.gb .gb_in .add_compare .r:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background: #81898e;
}

.v_menu {
  margin: 0 0 0;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 20;
}

@media (max-width: 900px) {
  .v_menu {
    display: none;
  }
}

.v_menu .pr_tabs_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1700px;
  margin: 0 auto;
  padding: 15px 50px;
}

@media (max-width: 900px) {
  .v_menu .pr_tabs_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 30px;
  }
}

@media (max-width: 450px) {
  .v_menu .pr_tabs_list {
    padding: 15px 15px;
  }
}

.v_menu .pr_tabs_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .v_menu .pr_tabs_list > li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    padding: 10px 0 10px;
  }
  .v_menu .pr_tabs_list > li:last-child {
    border-bottom: 0;
  }
}

.v_menu .pr_tabs_list > li a {
  position: relative;
}

.v_menu .pr_tabs_list > li a:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -10%;
  right: 0;
  height: 3px;
  width: 120%;
  background: transparent;
}

@media (max-width: 900px) {
  .v_menu .pr_tabs_list > li a:after {
    display: none;
  }
}

.v_menu .pr_tabs_list > li:hover .ptl_link .d_img, .v_menu .pr_tabs_list > li.active .ptl_link .d_img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.v_menu .pr_tabs_list > li:hover .ptl_link .d_img01, .v_menu .pr_tabs_list > li.active .ptl_link .d_img01 {
  background-position: 0px -98px;
}

.v_menu .pr_tabs_list > li:hover .ptl_link .d_img02, .v_menu .pr_tabs_list > li.active .ptl_link .d_img02 {
  background-position: 0px -67px;
}

.v_menu .pr_tabs_list > li:hover .ptl_link .d_img03, .v_menu .pr_tabs_list > li.active .ptl_link .d_img03 {
  background-position: 0px -70px;
}

.v_menu .pr_tabs_list > li:hover .ptl_link .d_img04, .v_menu .pr_tabs_list > li.active .ptl_link .d_img04 {
  background-position: 0px -78px;
}

.v_menu .pr_tabs_list > li:hover .ptl_link .d_img05, .v_menu .pr_tabs_list > li.active .ptl_link .d_img05 {
  background-position: 0px -79px;
}

.v_menu .pr_tabs_list > li.active > a:after {
  background: #1a2e45;
}

.v_menu .pr_tabs_list > li.active .ptl {
  color: #fc565c;
}

.v_menu .pr_tabs_list > li .ptl_link {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li .ptl_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .v_menu .pr_tabs_list > li .ptl_link {
    display: none;
  }
}

.v_menu .pr_tabs_list > li .ptl_link .txt {
  color: #152330;
  font: 300 18px/24px Roboto;
  margin: 0 10px 0 0;
}

@media (max-width: 1500px) {
  .v_menu .pr_tabs_list > li .ptl_link .txt {
    margin: 0 5px 0 0;
  }
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li .ptl_link .txt {
    margin: 0 auto 15px;
    text-align: center;
  }
}

.v_menu .pr_tabs_list > li .ptl_link .txt01 {
  width: 120px;
}

.v_menu .pr_tabs_list > li .ptl_link .txt02 {
  width: 140px;
}

.v_menu .pr_tabs_list > li .ptl_link .txt03 {
  width: 104px;
}

.v_menu .pr_tabs_list > li .ptl_link .txt04 {
  width: 104px;
}

.v_menu .pr_tabs_list > li .ptl_link .txt05 {
  width: 150px;
}

.v_menu .pr_tabs_list > li .ptl_link .d_img {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li .ptl_link .d_img {
    margin-left: auto;
    margin-right: auto;
  }
}

.v_menu .pr_tabs_list > li .ptl_link .d_img01 {
  background-image: url(../img/nav_icons_scmenu/sp1.svg);
  width: 60px;
  height: 100px;
}

.v_menu .pr_tabs_list > li .ptl_link .d_img02 {
  background-image: url(../img/nav_icons_scmenu/sp2.svg);
  width: 175px;
  height: 65px;
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li .ptl_link .d_img02 {
    margin-top: 20px;
  }
}

.v_menu .pr_tabs_list > li .ptl_link .d_img03 {
  background-image: url(../img/nav_icons_scmenu/sp3.svg);
  width: 95px;
  height: 65px;
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li .ptl_link .d_img03 {
    margin-top: 18px;
  }
}

.v_menu .pr_tabs_list > li .ptl_link .d_img04 {
  background-image: url(../img/nav_icons_scmenu/sp4.svg);
  width: 115px;
  height: 75px;
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li .ptl_link .d_img04 {
    margin-top: 13px;
  }
}

.v_menu .pr_tabs_list > li .ptl_link .d_img05 {
  background-image: url(../img/nav_icons_scmenu/sp5.svg);
  width: 120px;
  height: 80px;
}

@media (max-width: 1350px) {
  .v_menu .pr_tabs_list > li .ptl_link .d_img05 {
    margin-top: 10px;
  }
}

.v_menu .pr_tabs_list > li .ptl {
  cursor: pointer;
  display: none;
  color: #152330;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 900px) {
  .v_menu .pr_tabs_list > li .ptl {
    display: block;
    font: 500 25px/25px Futura;
  }
}

@media (max-width: 700px) {
  .v_menu .pr_tabs_list > li .ptl {
    font: 500 22px/25px Futura;
  }
}

@media (max-width: 450px) {
  .v_menu .pr_tabs_list > li .ptl {
    font: 500 21px/25px Futura;
  }
}

@media (max-width: 350px) {
  .v_menu .pr_tabs_list > li .ptl {
    font: 500 18px/25px Futura;
  }
}

.v_menu .show_scnd_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  text-align: center;
  width: 48px;
  height: 48px;
}

@media (max-width: 1850px) {
  .v_menu .show_scnd_menu {
    right: 25px;
  }
}

@media (max-width: 1800px) {
  .v_menu .show_scnd_menu {
    right: 10px;
    width: 35px;
    height: 35px;
    top: -75px;
  }
}

@media (max-width: 1350px) {
  .v_menu .show_scnd_menu {
    top: 110px;
  }
}

.v_menu .show_scnd_menu.active .plus:after {
  opacity: 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.v_menu .show_scnd_menu .plus {
  width: 100%;
  height: 100%;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  font: 300 13px/13px Futura;
  color: #fc565c;
}

.v_menu .show_scnd_menu .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fc565c;
  height: 13px;
  width: 1px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.v_menu .show_scnd_menu .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fc565c;
  height: 1px;
  width: 13px;
}

.v_menu .show_scnd_menu .txt {
  position: absolute;
  font: 300 13px/13px Futura;
  color: #fc565c;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.sub_in_menu_second {
  margin: 0 0 0;
  padding: 0;
  background: #f9fafa;
  -webkit-box-shadow: 0px 7px 13px -5px rgba(229, 229, 229, 0.85);
  box-shadow: 0px 7px 13px -5px rgba(229, 229, 229, 0.85);
  width: 100%;
  margin: auto;
  z-index: 20;
  display: none;
}

@media (max-width: 900px) {
  .sub_in_menu_second {
    display: none !important;
  }
}

.sub_in_menu_second .menu_second_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1700px;
  margin: 0 auto;
  padding: 15px 50px;
}

@media (max-width: 900px) {
  .sub_in_menu_second .menu_second_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 30px;
  }
}

@media (max-width: 450px) {
  .sub_in_menu_second .menu_second_list {
    padding: 15px 15px;
  }
}

.sub_in_menu_second .menu_second_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .sub_in_menu_second .menu_second_list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    padding: 10px 0 10px;
  }
  .sub_in_menu_second .menu_second_list li:last-child {
    border-bottom: 0;
  }
}

.sub_in_menu_second .menu_second_list li:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -10%;
  right: 0;
  height: 3px;
  width: 120%;
  background: transparent;
}

@media (max-width: 900px) {
  .sub_in_menu_second .menu_second_list li:after {
    display: none;
  }
}

.sub_in_menu_second .menu_second_list li:hover .ptl_link2 .d_img2, .sub_in_menu_second .menu_second_list li.active .ptl_link2 .d_img2 {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.sub_in_menu_second .menu_second_list li:hover .ptl_link2 .d_img201, .sub_in_menu_second .menu_second_list li.active .ptl_link2 .d_img201 {
  background-position: 0px -83px;
}

.sub_in_menu_second .menu_second_list li:hover .ptl_link2 .d_img202, .sub_in_menu_second .menu_second_list li.active .ptl_link2 .d_img202 {
  background-position: 0px -92px;
}

.sub_in_menu_second .menu_second_list li:hover .ptl_link2 .d_img203, .sub_in_menu_second .menu_second_list li.active .ptl_link2 .d_img203 {
  background-position: 0px -87px;
}

.sub_in_menu_second .menu_second_list li:hover .ptl_link2 .d_img204, .sub_in_menu_second .menu_second_list li.active .ptl_link2 .d_img204 {
  background-position: 0px -90px;
}

.sub_in_menu_second .menu_second_list li:hover .ptl_link2 .d_img205, .sub_in_menu_second .menu_second_list li.active .ptl_link2 .d_img205 {
  background-position: 0px -68px;
}

.sub_in_menu_second .menu_second_list li.active:after {
  background: #1a2e45;
}

.sub_in_menu_second .menu_second_list li.active .ptl2 {
  color: #fc565c;
}

.sub_in_menu_second .menu_second_list li a {
  color: #152330;
  font: 300 16px/22px Roboto;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .sub_in_menu_second .menu_second_list li .ptl_link2 {
    display: none;
  }
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .txt2 {
  color: #152330;
  font: 300 16px/22px Roboto;
  margin: 0 auto 15px;
  text-align: center;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .txt201 {
  width: 177px;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .txt202 {
  width: 120px;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .txt203 {
  width: 104px;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .txt204 {
  width: 104px;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .txt205 {
  width: 105px;
  margin-bottom: 34px;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .d_img2 {
  position: relative;
  height: 100px;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  margin-left: auto;
  margin-right: auto;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .d_img201 {
  background-image: url(../img/nav_icons_scmenu/sp11_new.svg);
  width: 128px;
  height: 90px;
  -webkit-background-size: cover;
  background-size: cover;
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .d_img202 {
  background-image: url(../img/nav_icons_scmenu/sp6.svg);
  width: 115px;
  height: 90px;
}

@media (max-width: 1350px) {
  .sub_in_menu_second .menu_second_list li .ptl_link2 .d_img202 {
    margin-top: 20px;
  }
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .d_img203 {
  background-image: url(../img/nav_icons_scmenu/sp7.svg);
  width: 65px;
  height: 90px;
}

@media (max-width: 1350px) {
  .sub_in_menu_second .menu_second_list li .ptl_link2 .d_img203 {
    margin-top: 18px;
  }
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .d_img204 {
  background-image: url(../img/nav_icons_scmenu/sp8.svg);
  width: 110px;
  height: 90px;
}

@media (max-width: 1350px) {
  .sub_in_menu_second .menu_second_list li .ptl_link2 .d_img204 {
    margin-top: 13px;
  }
}

.sub_in_menu_second .menu_second_list li .ptl_link2 .d_img205 {
  background-image: url(../img/nav_icons_scmenu/sp9.svg);
  width: 85px;
  height: 70px;
}

@media (max-width: 1350px) {
  .sub_in_menu_second .menu_second_list li .ptl_link2 .d_img205 {
    margin-top: 10px;
  }
}

.sub_in_menu_second .menu_second_list li .ptl2 {
  cursor: pointer;
  display: none;
  color: #152330;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

@media (max-width: 900px) {
  .sub_in_menu_second .menu_second_list li .ptl2 {
    display: block;
    font: 500 25px/25px Futura;
  }
}

@media (max-width: 700px) {
  .sub_in_menu_second .menu_second_list li .ptl2 {
    font: 500 22px/25px Futura;
  }
}

@media (max-width: 450px) {
  .sub_in_menu_second .menu_second_list li .ptl2 {
    font: 500 21px/25px Futura;
  }
}

@media (max-width: 350px) {
  .sub_in_menu_second .menu_second_list li .ptl2 {
    font: 500 18px/25px Futura;
  }
}

.sub_in_menu_list {
  margin: 0 0 0;
  padding: 15px 30px;
  display: none;
}

@media (max-width: 450px) {
  .sub_in_menu_list {
    padding: 15px 10px;
  }
}

.sub_in_menu_list li {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0 10px;
}

.sub_in_menu_list li.active a {
  color: #fc565c;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.sub_in_menu_list li:nth-child(1) a:before {
  background-image: url(../img/nav_icons_scmenu/1h.svg);
}

.sub_in_menu_list li:nth-child(2) a:before {
  background-image: url(../img/nav_icons_scmenu/2h.svg);
}

.sub_in_menu_list li:nth-child(3) a:before {
  background-image: url(../img/nav_icons_scmenu/3h.svg);
}

.sub_in_menu_list li:nth-child(4) a:before {
  background-image: url(../img/nav_icons_scmenu/4h.svg);
}

.sub_in_menu_list li:nth-child(5) a:before {
  background-image: url(../img/nav_icons_scmenu/5h.svg);
}

.sub_in_menu_list li:nth-child(6) a:before {
  background-image: url(../img/nav_icons_scmenu/11h_new.svg);
}

.sub_in_menu_list li:nth-child(7) a:before {
  background-image: url(../img/nav_icons_scmenu/6h.svg);
}

.sub_in_menu_list li:nth-child(8) a:before {
  background-image: url(../img/nav_icons_scmenu/7h.svg);
}

.sub_in_menu_list li:nth-child(9) a:before {
  background-image: url(../img/nav_icons_scmenu/8h.svg);
}

.sub_in_menu_list li:nth-child(10) a:before {
  background-image: url(../img/nav_icons_scmenu/9h.svg);
}

.sub_in_menu_list li a {
  display: block;
  padding-left: 85px;
  font: 500 18px/25px Futura;
  position: relative;
  color: #152330;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.sub_in_menu_list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  width: 74px;
  height: 40px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (max-width: 700px) {
  .sub_in_menu_list li a {
    font: 500 22px/25px Futura;
  }
}

@media (max-width: 500px) {
  .sub_in_menu_list li a {
    font: 500 21px/25px Futura;
  }
}

@media (max-width: 425px) {
  .sub_in_menu_list li a {
    font: 500 18px/25px Futura;
    padding-left: 50px;
  }

  .sub_in_menu_list li a::before {
    width: 40px;
    background-position: left;
  }

  .sub_in_menu_list li:nth-child(2) a::before {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right;
  }

  .sub_in_menu_list li:nth-child(6) a::before {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }
}

.sub_in_menu_list li a:hover {
  color: #fc565c;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

#back_top {
  right: 20px;
  opacity: 1;
  position: fixed;
  bottom: 60px;
  z-index: 450;
  width: 35px;
  height: 35px;
}

#back_top a {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  position: relative;
  border: 1px solid rgba(180, 189, 200, 0.45);
}

#back_top a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/i29.svg) no-repeat 0 0;
  width: 15px;
  height: 7px;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gt_spb {
  margin: 0;
}

.gt_spb .swiper-pagination-bullet {
  opacity: 1;
  background: #cacaca;
}

.gt_spb .swiper-pagination-bullet-active {
  background: #fc565c;
}

.sub_in_menu_second {
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 130px;
}

@media (max-width: 1350px) {
  .sub_in_menu_second {
    top: 195px;
  }
}

.catalog_tab_desc .our-production {
  margin: 0;
}

.catalog_tab_desc .our-production .op_desc {
  padding: 0;
}

.catalog_tab_desc .our-production .op_desc .news-list {
  margin: 0;
}

.catalog_tab {
  margin: 55px 0 0;
}

.catalog_tab .our-production {
  margin: 0;
}

.catalog_tab .our-production .op_desc {
  padding: 0;
}

.catalog_tab .our-production .op_desc .news-list {
  margin: 0;
}

.pr_tabs .pr_tabs_list li:nth-child(6) {
  display: none;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li:nth-child(6) {
    display: block;
  }
}

.pr_tabs .pr_tabs_list li:nth-child(7) {
  display: none;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li:nth-child(7) {
    display: block;
  }
}

.pr_tabs .pr_tabs_list li:nth-child(8) {
  display: none;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li:nth-child(8) {
    display: block;
  }
}

.pr_tabs .pr_tabs_list li:nth-child(9) {
  display: none;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li:nth-child(9) {
    display: block;
  }
}

.pr_tabs .pr_tabs_list li:nth-child(10) {
  display: none;
}

@media (max-width: 900px) {
  .pr_tabs .pr_tabs_list li:nth-child(10) {
    display: block;
  }
}

.sub_menu_front_page {
  margin: 0;
}

@media (max-width: 900px) {
  .sub_menu_front_page {
    display: none;
  }
}

.sub_menu_front_page .sub_menu_list li:nth-child(1), .sub_menu_front_page .sub_menu_list li:nth-child(2), .sub_menu_front_page .sub_menu_list li:nth-child(3), .sub_menu_front_page .sub_menu_list li:nth-child(4), .sub_menu_front_page .sub_menu_list li:nth-child(5) {
  display: none;
}

.sub_menu_front_page .sub_menu_list li:nth-child(6) {
  display: block;
}

.sub_menu_front_page .sub_menu_list li:nth-child(6):before {
  display: none;
}

.sub_menu_front_page .sub_menu_list li:nth-child(7) {
  display: block;
}

.sub_menu_front_page .sub_menu_list li:nth-child(7):before {
  display: none;
}

.sub_menu_front_page .sub_menu_list li:nth-child(8) {
  display: block;
}

.sub_menu_front_page .sub_menu_list li:nth-child(8):before {
  display: none;
}

.sub_menu_front_page .sub_menu_list li:nth-child(9) {
  display: block;
}

.sub_menu_front_page .sub_menu_list li:nth-child(9):before {
  display: none;
}

.sub_menu_front_page .sub_menu_list li:nth-child(10) {
  display: block;
}

.sub_menu_front_page .sub_menu_list li:nth-child(10):before {
  display: none;
}

.sub_menu_front_page .sub_menu_list li:after {
  left: auto;
}

.sub_menu_front_page .sub_menu_list li .ptl {
  display: block;
  position: relative;
}

.compare_towards991{
    margin: 0 0 0;
    text-align: right; 
    display: none
}

.compare_towards991 .compare_towards_link {
    margin: 0 0 0;
    display: inline-block;
    position: relative;
    color: #9fbdf2;
    font: 500 15px/48px Futura;
    white-space: nowrap;
    padding: 0 60px 0 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.compare_towards991 .compare_towards_link span {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0px solid rgba(255, 255, 255, 0.15);
    background-color: #fc565c;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

@media(max-width: 991px){
  .compare_towards991{
      display: block;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5;
  }  
}

@media(max-width: 850px){
  .compare_towards991{
      margin-right: 50px;
  }  
}

@media(max-width: 500px){
  .compare_towards991{
      margin: 0;
      position: absolute;
      top: 92px;
      right: 10px;
  }  
}
.d_ttl a h3:hover {
      color:#fc2932 !important;
}


#f-descr-bottom, .mainpage_subtext {
	margin: 50px 0;
	font: 300 18px/36px Roboto;
	color: #152330;
}

#f-descr-bottom h2, .mainpage_subtext h2, .mainpage_subtext h3, .mainpage_subtext h4, .mainpage_subtext h5, .mainpage_subtext h6{
	margin-top: 30px;
}

#f-descr-bottom p, #f-descr-bottom li, .mainpage_subtext p, .mainpage_subtext li {
	padding-top: 20px;
	
}

.mainpage_subtext {
	margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 60px;
}

#mainpage_text_show {
	color: #000;
}

#mainpage_text_show span {
	border-bottom: 1px dashed #60666c;
}

#mainpage_text_show:hover, #mainpage_text_show:hover span {
	cursor: pointer;
	border: 0;
}

.catalog_tab .catalog_tab_list.f-list2 {
	margin-top: -30px;
	margin-bottom: 50px;
}

.catalog_tab .catalog_tab_list.f-list2 a {
	color: #b3b3b3;
    font: normal 20px/40px Roboto;
	border-bottom: 2px solid transparent;
}

.catalog_tab .catalog_tab_list.f-list2 a.active, .catalog_tab .catalog_tab_list.f-list2 a:hover {
	color: #656565;
	border-bottom: 2px solid #9fbdf2;
}