a {
  text-decoration: none;
}

* {
  -webkit-appearance: none;
}

body {
  margin: 0;
  font-family: 'Circe';
  color: #262626;
  font-weight: 300;
}

:focus {
  outline: none;
}

.main {
  width: 1170px;
  margin: 0 auto;
}

.b1 {
  padding: 1px 0 67px;
  background-size: cover !important;
}

.b1-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 0 0;
}

.b1-t1 {
  color: rgba(255, 255, 255, 0.3);
  max-width: 220px;
  font-size: 12px;
  font-family: 'Geometria';
  font-weight: 300;
}

.b1-phone a {
  display: block;
  font-family: 'Geometria';
  text-align: right;
}

.a1 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.a2 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px dashed;
  display: inline-block !important;
  font-weight: 100;
}

.b1-phone {
  padding: 0 36px 0 0;
  text-align: right;
  position: relative;
  width: 100%;
  max-width: 184px;
}

.b1-phone:after {
  content: "";
  display: block;
  width: 23px;
  height: 40px;
  background: url(../img/icon-phone.svg) center no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.b1-t2 {
  color: #fff;
  font-size: 44px;
  margin: 0 0 0;
  font-weight: bold;
}

.b1-t3 {
  font-size: 44px;
  margin: 0 0 0;
  color: #fff;
  font-weight: 300;
  margin: -13px 0 -3px;
}

.b1-t4 {
  font-size: 24px;
  margin: 0 0 0;
  color: #fff;
  font-weight: 300;
}

.b1-tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 456px;
  padding: 25px 0 40px;
}

.b1-tx p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 0 13px;
  line-height: 26px;
  font-weight: 300;
}

.b1-tx img {
  margin: 0 0 0 -17px;
}

.b1-box2 {
  padding: 80px 0 0;
}

.bt {
  font-size: 16px;
  background-image: -o-linear-gradient(left, #c61918 0%, #ee3922 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#c61918), to(#ee3922));
  background-image: linear-gradient(90deg, #c61918 0%, #ee3922 100%);
  line-height: 82px;
  text-align: center;
  border-radius: 50px;
  color: #ffff !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: table;
  padding: 0 60px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 0;
}

.webp .bt1:after {
  background: url(../img/icon-key.webp);
}

.no-webp .bt1:after {
  background: url(../img/icon-key.png);
}

.bt1:after {
  content: "";
  display: inline-block;
  width: 76px;
  height: 67px;
  vertical-align: bottom;
  margin: 0 -54px -13px 46px;
}

.bt:hover {
  background-image: -o-linear-gradient(45deg, #c61918 0%, #ee3922 100%);
  background-image: linear-gradient(45deg, #c61918 0%, #ee3922 100%);
}

.b1 ul {
  padding: 56px 0 0;
  margin: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  list-style: none;
  color: #fff;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 53px 0 0;
}

.b1 ul li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: -4px 9px 0 0;
}

.b1 ul li i:before {
  content: "";
  background: rgba(255, 255, 255, 0.25);
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
}

.bt i:before {
  content: "";
  height: 0px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 35%;
  -webkit-box-shadow: 0 0 47px 14px white;
  box-shadow: 0 0 47px 14px white;
  top: 8px;
}

.bt i {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}

.bt:hover i {
  opacity: 0.8;
}

.b2 {
  background: url(../img/bg2.jpg) top center no-repeat;
}

.b2 {
  padding: 47px 0px 116px;
  text-align: right;
}

.b2-box {
  text-align: left;
  max-width: 600px;
  display: inline-block;
  padding: 69px 0 0;
  width: 100%;
}

.b2-box > * {
  max-width: 406px;
}

.b2-t1 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 8px;
  line-height: 40px;
}

.b2-t1 b {
  font-weight: bold;
  display: block;
}

.b2-t2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  max-width: 397px;
  margin: 0 0 27px;
  line-height: 30px;
}

.white-bt {
  display: table;
  line-height: 73px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 50px 0;
  letter-spacing: 0px;
  position: relative;
}

.white-bt:after {
  margin: -2px -22px 0 29px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 6px;
  background: url(../img/icon-arrow.svg) center no-repeat;
  background-size: contain;
}

.white-bt:hover {
  opacity: 0.95;
}

.block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.block-image img {
  max-width: 20%;
  width: 100%;
}

.b3-box {
  position: relative;
  padding: 111px 0;
}

.b3-1 {
  position: absolute;
  left: -387px;
  bottom: 0;
}

.b3-2 {
  position: absolute;
  right: -359px;
  bottom: 0;
}

.b3-box p {
  max-width: 504px;
}

.b3-t1 {
  color: #262626;
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 11px;
}

.b3-t2 {
  font-size: 24px;
  font-weight: 300;
  color: #262626;
  line-height: 35px;
  margin: 0 0 0;
}

.b3 {
  overflow: hidden;
}

.b4 {
  padding: 84px 0 400px;
}

.b4-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1057px;
}

.b4-t1 p {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 0;
}

.b4-t1 p b {
  font-size: 44px;
  display: block;
  font-weight: bold;
  margin: 0 0 -8px;
}

.b4-t1 {
  max-width: 353px;
}

.b4-t1 img {
  margin: -3px 0 0 47px;
}

.b4-t2 p {
  color: #fff;
  margin: 0 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}

.b4-t2 {
  position: relative;
  max-width: 280px;
}

.b4-t2 img {
  position: absolute;
  left: -111px;
  top: 15px;
}

.b5-t1 {
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  margin: 0 auto 4px;
  color: #262626;
  max-width: 700px;
}

.b5-t2 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  max-width: 544px;
}

.b5 {
  padding: 9px 0 0;
  overflow: hidden;
}

.b5-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 31px 0 0;
}

.b5-item {
  max-width: 276px;
  text-align: center;
}

.b5-item.police {
  max-width: 100%;
}

.b5-item.police img {
  margin: 12px 0 -11px -43px;
}

.b5-z1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.b5-z2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.b5 .main {
  position: relative;
}

.b5-el img {
  position: absolute;
}

.b5-el1 {
  top: -12px;
  left: -99px;
}

.b5-el2 {
  top: 11px;
  right: 55px;
}

.b5-el3 {
  bottom: 36px;
  left: 0;
}

.b5-el4 {
  top: 228px;
  left: 381px;
}

.b5-el5 {
  bottom: 74px;
  left: 399px;
}

.b5-el6 {
  top: 377px;
  right: 334px;
}

.b5-el7 {
  right: -67px;
  bottom: 32px;
}

.b5-el8 {
  top: 320px;
  right: -210px;
}

.no-webp .b6 {
  background: url(../img/bg6.jpg);
}

.webp .b6 {
  background: url(../img/bg6.webp);
}

.b6 {
  padding: 106px 0 0;
  overflow: hidden;
}

.b6-t1 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 0;
}

.b6-t2 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 19px 0 37px;
}

.b6-left {
  max-width: 634px;
  padding: 0 0 120px;
  position: relative;
  z-index: 3;
}

.b6-text {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0px 0px 5px #fff, inset 0 0px 0px 6px #ededed;
  box-shadow: inset 0 0px 0px 5px #fff, inset 0 0px 0px 6px #ededed;
  padding: 7px 0;
  max-width: 498px;
  width: 100%;
}

.b6-text img {
  margin: 0 25px 0 0;
}

.b6-box {
  position: relative;
}

.b6-box:before {
  content: "";
  display: block;
  width: 1200px;
  height: 1210px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -896px;
  right: -442px;
}

.b6-text p {
  font-weight: 300;
  font-size: 16px;
  max-width: 317px;
  margin: 15px 0;
}

.b6-text p b {
  font-weight: bold;
}

.man-2 img {
  position: absolute;
  right: -369px;
  bottom: 91px;
}

.b7-youtube {
  width: 100%;
  max-width: 880px;
  height: 475px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 15px 0 #0000001f;
  box-shadow: 0 0 15px 0 #0000001f;
  position: relative;
  z-index: 3;
}

.no-webp .b7 {
  background: url(../img/bg7-0.jpg) top center no-repeat;
}

.webp .b7 {
  background: url(../img/bg7-0.webp) top center no-repeat;
}

.b7 {
  padding: 75px 0 106px;
  background-size: cover !important;
}

.b7-t1 {
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 0;
}

.b7-t2 {
  margin: 6px 0 0;
  font-size: 24px;
  font-weight: 300;
}

.b7-video {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 895px;
  padding: 21px 0;
}

.b7-text {
  position: relative;
  max-width: 901px;
  margin: 0 auto;
  padding: 0 0 60px;
}

.bg7-3 {
  position: absolute;
  bottom: 0;
  right: 27px;
}

.bg7-2 {
  position: absolute;
  right: -95px;
  top: 49px;
}

.bg7-1 {
  position: absolute;
  left: -40px;
  bottom: 83px;
}

.konus-2 {
  position: absolute;
  bottom: -33px;
  z-index: 4;
  right: -106px;
}

.konus-1 {
  bottom: -33px;
  position: absolute;
  z-index: 4;
  left: -60px;
}

.bg7-line {
  position: absolute;
  right: 204px;
  bottom: 25px;
}

.no-webp .b8 {
  background: url(../img/bg6.jpg);
}

.webp .b8 {
  background: url(../img/bg6.webp);
}

.b8 {
  padding: 17px 0 0;
  text-align: right;
}

.b8-box {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 98px 0 108px;
  max-width: 570px;
}

.b8-t1 {
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 0 18px;
}

.b8-t2 {
  color: #fff;
  margin: 0 0 18px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

.b8-bx {
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: inset 0 0px 0px 5px #fff, inset 0 0px 0px 6px #ededed;
  box-shadow: inset 0 0px 0px 5px #fff, inset 0 0px 0px 6px #ededed;
  padding: 33px 35px;
  max-width: 407px;
  position: relative;
}

.b8-bx p {
  font-weight: 300;
  margin: 0 0 0;
  padding: 0 1px 0;
  max-width: 335px;
}

.b8-bx img {
  position: absolute;
  bottom: 0;
  right: 16px;
}

.b8-man img {
  position: absolute;
  left: -38px;
  bottom: -30px;
}

.b8 .main {
  position: relative;
}

.no-webp .b9 {
  background: url(../img/bg9.jpg);
}

.webp .b9 {
  background: url(../img/bg9.webp);
}

.b9 {
  padding: 74px 0 34px;
}

.b9-t1 {
  text-align: center;
  font-size: 39px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0;
}

.b9-t2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 37px;
}

.b9-image img {
  -webkit-transform: matrix(1, 0, 0.1, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0.1, 1, 0, 0);
  transform: matrix(1, 0, 0.1, 1, 0, 0);
  margin: -15px 0 0 -6px;
  width: 106%;
}

.b9-image {
  overflow: hidden;
  -webkit-transform: matrix(1, 0, -0.1, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.1, 1, 0, 0);
  transform: matrix(1, 0, -0.1, 1, 0, 0);
  border-radius: 14px;
  display: block;
  height: 146px;
  width: 257px;
  -webkit-box-shadow: 0 0 16px 0 #00000038;
  box-shadow: 0 0 16px 0 #00000038;
  background: #000;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.b9-image p {
  position: absolute;
  top: 20px;
  background: #e53423;
  z-index: 3;
  -webkit-transform: matrix(1, 0, 0.1, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0.1, 1, 0, 0);
  transform: matrix(1, 0, 0.1, 1, 0, 0);
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 9px 25px;
  left: -4px;
  border-radius: 9px;
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.b9-box {
  padding: 41px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.b9-t3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0 0;
}

.b9-t4 {
  margin: 0 0 0;
  font-weight: 300;
  color: #fff;
}

.b9-item {
  max-width: 275px;
  margin: 0 0 43px;
}

.no-webp .b11 {
  background: url(../img/bg6.jpg);
}

.webp .b11 {
  background: url(../img/bg6.webp);
}

.b11 {
  padding: 53px 0 1px;
  overflow: hidden;
}

.b11-t1 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  margin: 0 0 14px;
  line-height: 50px;
  max-width: 489px;
}

.b11-t2 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 46px;
  max-width: 496px;
}

.b11-bx {
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: inset 0 0px 0px 5px #fff, inset 0 0px 0px 6px #ededed;
  box-shadow: inset 0 0px 0px 5px #fff, inset 0 0px 0px 6px #ededed;
  padding: 26px 45px;
  max-width: 310px;
  position: relative;
}

.b11-bx p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 0;
  max-width: 216px;
}

.b11-bx img {
  position: absolute;
  bottom: 0;
  right: -10px;
}

.b11-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b11-text {
  max-width: 500px;
  padding: 38px 0 0;
}

.b11-img {
  position: relative;
  padding: 0 0 0;
}

.b11-krug {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 174px;
  height: 174px;
  bottom: -43px;
  left: -92px;
}

.b11-krug-box img {
  width: 22px;
  height: 22px;
  opacity: 0.4;
}

.b11-krug-box p {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.b11-krug-box {
  text-align: center;
  margin: 18px 0 0;
}

.b11-img > img {
  margin: 0 -26px -28px 0;
  position: relative;
  z-index: 4;
}

.b11-img:after {
  -webkit-box-shadow: 0 0 947px 337px rgba(255, 255, 255, 0.26);
  box-shadow: 0 0 947px 337px rgba(255, 255, 255, 0.26);
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  background: #000;
  top: 208px;
  right: 305px;
  border-radius: 50%;
}

.b12 {
  background: #fff;
  padding: 17px 0 0;
  overflow: hidden;
  position: relative;
}

.b12-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b12-text {
  width: 100%;
  max-width: 770px;
  padding: 93px 0 0;
}

.b12-women {
  margin: 0 -42px -13px -14px;
  z-index: 4;
}

.b12-tx {
  background: #f7f7f7;
  padding: 25px 0 35px;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}

.b12-t1 {
  font-weight: bold;
  font-size: 44px;
  margin: 0 0 0;
}

.b12-t2 {
  margin: 0 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.b12-tx p {
  margin: 0 47px;
}

.b12-block {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: relative;
}

.b12-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
}

.b12-item p {
  margin: 0 0 0 22px;
  font-weight: 300;
}

.b12-item:nth-child(2) {
  max-width: 323px;
}

.b12-tx:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 26px 22.5px 0;
  border-color: transparent #f7f7f7 transparent transparent;
  position: absolute;
  left: -25px;
  top: 33px;
}

.no-webp .b13 {
  background: url(../img/bg13.jpg) top center no-repeat;
}

.webp .b13 {
  background: url(../img/bg13.webp) top center no-repeat;
}

.b13 {
  padding: 0px 0 0;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.b13-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b13-left {
  width: 100%;
  max-width: 490px;
  padding: 39px 0 0;
  position: relative;
  margin: 0 0px 0 -100px;
}

.b13-right {
  max-width: 734px;
  padding: 66px 0 0;
}

.b13-t1 {
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  margin: 0 0 23px;
}

.b13-right ul {
  padding: 0;
  margin: 0 0 0;
  width: 100%;
}

.b13-right ul li {
  border-radius: 50%;
  overflow: hidden;
  list-style: none;
  background: #fff;
  max-width: 80px;
  height: 80px;
  position: relative;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.b13-right ul li img {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.b13-right ul .slick-current li img {
  opacity: 1 !important;
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}

.b13-right ul li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 0.6;
}

.b13-right ul .slick-current li {
  background: #e53423;
}

.b13-team-text-item .b13-inst-name {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
}

.b13-team-text {
  padding: 39px 0 0;
}

.b13-team-text-item p {
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  padding: 0 0 0px;
}

.b13-left:after {
  -webkit-box-shadow: 0 0 23px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 23px 8px rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  width: 240px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #e53423;
  right: 65px;
  margin: auto;
  -webkit-transform: matrix(1, 0, -0.14, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.14, 1, 0, 0);
  transform: matrix(1, 0, -0.14, 1, 0, 0);
}

.b13-team {
  z-index: 4;
  margin: 0 0 -9px -9px;
}

.b13-left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 22px;
  border-color: transparent transparent transparent #e53323;
  position: absolute;
  right: 22px;
  z-index: 3;
  top: 77px;
}

.b13-team:after {
  content: "";
  display: block;
  width: 0px;
  height: 0;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 80px;
  -webkit-box-shadow: 0 0 130px 91px #000, 0 -222px 130px 91px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 130px 91px #000, 0 -222px 130px 91px rgba(0, 0, 0, 0.42);
}

.b13-team > div {
  z-index: 3;
}

.b13-team-item {
  height: 506px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.b13-team-item .inst-5 {
  margin: 0 0 0;
}

.b13-team-item img {
  margin: 0 0 0 116px;
}

.b13-team-item .inst-7 {
  margin: 0 0 0 65px;
}

.b13-left button {
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.846px' height='451.847px' viewBox='0 0 451.846 451.847' style='enable-background:new 0 0 451.846 451.847;' xml:space='preserve'%3e%3cg%3e%3cpath fill='%23fff' d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z'/%3e%3c/g%3e%3c/svg%3e ") center no-repeat !important;
  height: 24px;
  width: 18px;
  background-size: cover !important;
  z-index: 90;
  top: 45%;
}

.b13-left button:after, .b13-left button:before {
  display: none;
}

.b13-left button:hover {
  opacity: 0.7;
}

.b13-left .slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  margin: -11px 0 0;
  right: 356px;
}

.b13-left .slick-next {
  right: 26px;
}

.no-webp .b7-youtube:after, .no-webp .b7-youtube:before {
  background: url(../img/ten.png);
}

.webp .b7-youtube:after, .webp .b7-youtube:before {
  background: url(../img/ten.webp);
}

.b7-youtube:after, .b7-youtube:before {
  content: "";
  height: 20px;
  width: 50%;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.b7-youtube:before {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.b13:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0 0 21px 7px #000;
  box-shadow: 0 0 21px 7px #000;
  z-index: 6;
  position: absolute;
}

.b14 {
  background: #f7f7f7;
  padding: 76px 0 0;
  text-align: center;
}

.b14-t1 {
  font-weight: bold;
  line-height: 50px;
  font-size: 44px;
  margin: 0 0 0;
}

.b14-t2 {
  font-weight: 300;
  font-size: 24px;
  margin: 17px 0 0;
}

.b14-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 68px 0 51px;
}

.b14-item {
  max-width: 50%;
  margin: 0 0 41px;
  width: 100%;
  text-align: left;
}

.b14-phone {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.b14-img {
  max-width: 240px;
  text-align: center;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b14-item p {
  max-width: 219px;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

.b14-item p b {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

.b14-item:nth-child(2n) {
  text-align: right;
}

.b14-its {
  display: inline-block;
}

.b14-item:nth-child(1) > div, .b14-item:nth-child(2) > div {
  margin: 0 71px;
}

.no-webp .b16 {
  background: url(../img/bg9.jpg);
}

.webp .b16 {
  background: url(../img/bg9.webp);
}

.b16 {
  padding: 81px 0 1px;
}

.b16-t1 {
  color: #fff;
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0;
}

.b16-t2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin: 0 0 0;
  line-height: 35px;
}

.b16-table {
  margin: 50px auto 95px;
  max-width: 1049px;
}

.b16-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b16-colum {
  width: 100%;
  max-width: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b16-colum.colum1 {
  padding: 0 29px 0 0;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b16-colum.colum2 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.b16-colum.colum3 {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.b16-row:nth-child(1) > div:nth-child(2) {
  border-radius: 10px 0 0 0;
  background: #f7f7f7;
}

.b16-row:nth-child(1) > div:nth-child(4) {
  border-radius: 0 10px 0 0;
}

.b16-row:last-child > div:nth-child(2) {
  border-radius: 0 0 0px 10px;
}

.b16-row:last-child > div:nth-child(4) {
  border-radius: 0 0 10px 0px;
}

.b16-colum.colum1 p {
  color: #fff;
  font-weight: 300;
  max-width: 186px;
  padding: 8px 0;
}

.b16-img {
  width: 115px;
  text-align: center;
}

.name-tarif {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
}

.b16-colum p {
  font-weight: bold;
}

.b16-colum p span {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.5;
}

.true {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%234ab345' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M437.019,74.98C388.667,26.629,324.38,0,256,0C187.619,0,123.331,26.629,74.98,74.98C26.628,123.332,0,187.62,0,256 s26.628,132.667,74.98,181.019C123.332,485.371,187.619,512,256,512c68.38,0,132.667-26.629,181.019-74.981 C485.371,388.667,512,324.38,512,256S485.371,123.333,437.019,74.98z M256,482C131.383,482,30,380.617,30,256S131.383,30,256,30 s226,101.383,226,226S380.617,482,256,482z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M378.305,173.859c-5.857-5.856-15.355-5.856-21.212,0.001L224.634,306.319l-69.727-69.727 c-5.857-5.857-15.355-5.857-21.213,0c-5.858,5.857-5.858,15.355,0,21.213l80.333,80.333c2.929,2.929,6.768,4.393,10.606,4.393 c3.838,0,7.678-1.465,10.606-4.393l143.066-143.066C384.163,189.215,384.163,179.717,378.305,173.859z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  background-size: cover;
}

.false {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.4 490.4' style='enable-background:new 0 0 490.4 490.4;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M245.2,490.4c135.2,0,245.2-110,245.2-245.2S380.4,0,245.2,0S0,110,0,245.2S110,490.4,245.2,490.4z M245.2,24.5 c121.7,0,220.7,99,220.7,220.7s-99,220.7-220.7,220.7s-220.7-99-220.7-220.7S123.5,24.5,245.2,24.5z'/%3e%3cpath d='M180.3,310.1c2.4,2.4,5.5,3.6,8.7,3.6s6.3-1.2,8.7-3.6l47.6-47.6l47.6,47.6c2.4,2.4,5.5,3.6,8.7,3.6s6.3-1.2,8.7-3.6 c4.8-4.8,4.8-12.5,0-17.3l-47.8-47.6l47.6-47.6c4.8-4.8,4.8-12.5,0-17.3s-12.5-4.8-17.3,0l-47.6,47.6l-47.6-47.6 c-4.8-4.8-12.5-4.8-17.3,0s-4.8,12.5,0,17.3l47.6,47.6l-47.6,47.6C175.5,297.6,175.5,305.3,180.3,310.1z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  opacity: 0.2;
}

.b16-row:last-child > div:nth-child(1) {
  border: 0;
}

.tb4 {
  margin: 0 0 0 -15px;
}

.tb5 {
  margin: 0 0 -23px 15px;
}

.tb7 {
  margin: 14px -8px -9px 0;
}

.tb8 {
  margin: 4px -20px -17px 0;
}

.tb9 {
  margin: 5px 0 0;
}

.tb10 {
  margin: 0 -57px 0 0;
}

.b16-bx {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 16px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0;
  position: relative;
}

.b16-phone img {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  display: table;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 168px 0 0;
}

.b16-p1 {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  max-width: 300px;
}

.ph1 {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -70px;
  right: 240px;
}

.b16-box a {
  position: relative;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #262626;
  background: -o-linear-gradient(left, #dddddd 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dddddd), to(#fbfbfb));
  background: linear-gradient(90deg, #dddddd 0%, #fbfbfb 100%);
  padding: 24px 0;
  border-radius: 50px;
  width: 100%;
  max-width: 390px;
  text-align: center;
  -webkit-box-shadow: 0 17px 24px -10px rgba(0, 0, 0, 0.51);
  box-shadow: 0 17px 24px -10px rgba(0, 0, 0, 0.51);
  z-index: 5;
}

.b16-box a:hover {
  background: #dddddd;
}

.b16-box a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #dddddd transparent transparent;
  position: absolute;
  left: -7px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.b16-phone {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 0;
}

.ph1 img {
  border-radius: 77%;
}

.b16 .main {
  position: relative;
  padding: 0 0 95px;
}

.b16-bx:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 300px 111px #ffffffbf;
  box-shadow: 0 0 300px 111px #ffffffbf;
  left: 471px;
  bottom: 0;
}

.no-webp .b17 {
  background: url(../img/bg6.jpg);
}

.webp .b17 {
  background: url(../img/bg6.webp);
}

.b17 {
  padding: 1px 0 1px;
  overflow: hidden;
}

.ph {
  border-radius: 50%;
  position: absolute;
}

.ph2 {
  left: -33px;
  bottom: 100px;
}

.b17 .main {
  position: relative;
}

.ph3 {
  left: 115px;
  top: 100px;
  z-index: 5;
}

.ph9 {
  left: -201px;
  top: 120px;
}

.ph5 {
  left: 270px;
  bottom: 70px;
}

.ph6 {
  right: -33px;
  top: 100px;
}

.ph7 {
  bottom: 200px;
  right: 140px;
}

.ph8 {
  right: -160px;
  bottom: 112px;
}

.bg17-1 {
  position: absolute;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  top: -1px;
  left: -59px;
}

.bg17-3 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
}

.bg17-2 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  bottom: 0;
  position: absolute;
  right: -51px;
  margin: auto;
}

.b17-t1 {
  color: #fff;
  margin: 0 0 0;
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  line-height: 50px;
}

.b17-box {
  max-width: 630px;
  margin: auto;
  padding: 123px 0 160px;
  z-index: 4;
}

.b17-t2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  margin: 0;
  padding: 13px 0 16px;
}

.b17-t3 {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  max-width: 438px;
  margin: 0 auto;
}

.ph4 {
  right: 50%;
  margin: 0 -373px 0 0;
  top: -41px;
}

.b18 {
  padding: 1px 0 1px;
  position: relative;
}

.b18-t1 {
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  padding: 26px 0 0;
}

.b18-slide-top-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  max-width: 210px;
  background: #f7f7f7;
  border-radius: 8px;
  margin: 0 0 5px;
  height: 100px;
  position: relative;
  cursor: pointer;
  margin: 31px 0 33px;
}

.b19-sti-main {
  border: 1px solid #ebebeb;
  margin: 5px;
  border-radius: 7px;
  height: 88px;
}

.b18-slide-top-item p {
  text-align: center;
  font-weight: 300;
  margin: 0 0 0;
  opacity: 0.5;
  padding: 13px 0 0;
}

.b19-sti-main img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.b18-slide-top-item:hover img, .slick-current img, .b18-slide-top-item:hover p, .slick-current p {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.no-webp .b18-slide-top-item:after {
  background: url(../img/b19-ten.png);
}

.webp .b18-slide-top-item:after {
  background: url(../img/b19-ten.webp);
}

.b18-slide-top-item:after {
  content: "";
  width: 251px;
  height: 16px;
  display: block;
  position: absolute;
  left: -18px;
  bottom: -8px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.slick-current .b18-slide-top-item:after {
  opacity: 0.6;
  -webkit-transform: translate(0px, 17px);
  -ms-transform: translate(0px, 17px);
  transform: translate(0px, 17px);
}

.slick-current .b18-slide-top-item {
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
}

.slick-current .b18-slide-top-item {
  background: #e53423;
}

.slick-current .b19-sti-main {
  border-color: #e95244;
}

.slick-current .b19-sti-main p {
  color: #fff;
}

.b18-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 869px;
}

.b18-item p {
  font-size: 24px;
  font-weight: 300;
}

.b18-item-1 p {
  max-width: 409px;
  padding: 0 0 25px;
}

.b18-item-2 img {
  margin: 0px -40px 0px 0;
}

.b18-item.b18-item-2 .b18-text {
  max-width: 531px;
}

.b18-t2 {
  font-size: 18px;
  margin: -16px 0 0;
}

.b18-item.b18-item-3 img {
  margin: 0 -281px 0 0px;
}

.b18-text a {
  display: table;
  color: #0096ff;
  font-weight: 300;
  border-bottom: 1px solid;
  margin: 14px 0 0;
}

.b18-text a:hover {
  color: #1888d6;
}

.b18-item.b18-item-3 .b18-text {
  max-width: 552px;
}

.b18-content-item {
  max-width: 1170px;
  margin: 0 auto;
  display: block !important;
}

.b18-item.b18-item-4 img {
  margin: 41px -230px 54px 0;
}

.b18-item.b18-item-1 {
  padding: 7px 0 0;
}

.b18-item.b18-item-5 img {
  margin: 0 -65px -73px 0px;
}

.b18-item.b18-item-3 {
  padding: 33px 0 0;
}

.b18-content {
  overflow: hidden;
}

.slide-arrows button {
  right: auto;
  left: 50%;
  border: 1px solid #e9e9e9 !important;
  z-index: 55;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23d3d3d3' x='0px' y='0px' width='451.846px' height='451.847px' viewBox='0 0 451.846 451.847' style='enable-background:new 0 0 451.846 451.847;' xml:space='preserve'%3e%3cg%3e%3cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z'/%3e%3c/g%3e%3c/svg%3e ") center no-repeat !important;
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px !important;
  background-color: #FFf !important;
}

.slide-arrows .slick-prev {
  margin: -30px 0 0 -575px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slide-arrows .slick-next {
  margin: 0 0 0 521px;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slide-arrows button:hover {
  opacity: 0.9;
}

.no-webp .b19 {
  background: url(../img/b19-bg.jpg);
}

.webp .b19 {
  background: url(../img/b19-bg.webp);
}

.b19 {
  padding: 69px 0 0;
  overflow: hidden;
}

.b19-t1 {
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 36px;
}

.b19-text {
  max-width: 578px;
  padding: 55px 0 4px;
}

.b19-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b19-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 570px;
}

.b19-bx-text {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 440px;
  padding: 10px 0;
}

.b19-bx-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #262626;
  margin: 17px 37px 17px;
}

.b19-bx-text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.5px 16px 15.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.b19-bx img {
  margin: -8px 0 0;
}

.b19-box-slider button {
  margin: 0 0 0 !important;
  top: 57%;
  border: 0;
}

.b19-sl-item a {
  display: table;
  margin: 37px auto 0;
  overflow: hidden;
  position: relative;
}

.b19-box-slider {
  width: 100%;
  max-width: 430px;
  padding: 0 84px 0 0;
  margin: -31px 0 -9px;
}

.b19-sl-item a {
  margin: 49pxauto 0;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
}

.b19 .slide-arrows .slick-prev {
  left: -32px;
  margin: -30px 0 0 !important;
}

.b19 .slide-arrows .slick-next {
  left: auto;
  right: -35px;
}

.b19-sl-item a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 49px 9px #000;
  box-shadow: 0 0 49px 9px #000;
  z-index: 4;
}

.b20-t1 {
  font-size: 44px;
  font-weight: bold;
  margin: 76px 0 0;
  line-height: 50px;
}

.b20 {
  padding: 5px 0 30px;
}

.b20-t2 {
  display: table;
  margin: -42px 0 24px 237px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.no-webp a.bt.b20-bt:after {
  background: url(../img/b20-watch.png) center no-repeat;
}

.webp a.bt.b20-bt:after {
  background: url(../img/b20-watch.webp) center no-repeat;
}

.bt.b20-bt:after {
  content: "";
  display: block;
  width: 76px;
  height: 129px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 7;
}

.bt.b20-bt {
  padding-right: 82px;
  -webkit-box-shadow: 0 10px 13px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 13px 0px rgba(0, 0, 0, 0.12);
}

.b20-t3 {
  margin: 0 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #9b9b9b;
}

.b20-phone {
  margin: 25px 0 0;
  position: relative;
  padding: 0 0 0 65px;
  display: table;
}

.b20-phone a {
  display: table;
  font-size: 20px;
  color: #262626;
  font-weight: bold;
  margin: 4px 0 0;
}

.b20-phone:after {
  content: "";
  background: url(../img/b20-phone.svg);
  width: 45px;
  height: 45px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.1;
}

.b20-soc p {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 13px;
}

.b20-soc ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b20-soc ul li {
  list-style: none;
  margin: 0 16px 0 0;
}

.b20-soc ul a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 3px 12px -2px #0000000a;
  box-shadow: 2px 3px 12px -2px #0000000a;
}

.b20-soc ul a img {
  height: 15px;
}

.b20-soc ul a:hover {
  background: #ffffff;
}

.b20-soc {
  margin: 22px 0 0;
}

.b20-info a {
  display: table;
  color: #262626;
  border-bottom: 1px solid;
  font-weight: 300;
  margin: 0 46px 8px 0;
}

.b20-info {
  padding: 38px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b20-info a:hover {
  color: #e83731;
}

.youtube, .b7-youtube iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.play {
  background: #fff;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  left: 0;
  right: 0;
  border: 15px solid #fff;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-box-shadow: 4px 5px 17px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 4px 5px 17px 0 rgba(0, 0, 0, 0.35);
  background-image: -o-linear-gradient(left, #c61918 0%, #ee3922 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#c61918), to(#ee3922));
  background-image: linear-gradient(90deg, #c61918 0%, #ee3922 100%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play:after {
  content: "";
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='27px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M19.674,12.158 L3.346,1.262 C2.863,0.957 2.264,1.008 1.811,1.008 C0.000,1.008 0.008,2.489 0.008,2.863 L0.008,25.136 C0.008,25.453 0.000,26.992 1.811,26.992 C2.264,26.992 2.863,27.043 3.346,26.738 L19.674,15.842 C21.015,14.997 20.783,14.000 20.783,14.000 C20.783,14.000 21.015,13.004 19.674,12.158 Z'/%3e%3c/svg%3e") center no-repeat;
  width: 23px;
  height: 26px;
  background-size: contain;
}

.play:hover {
  opacity: 0.9;
}

.b15-t1 {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 0;
  line-height: 35px;
}

.b15-t2 {
  font-size: 23px;
  margin: 9px 0 0;
  font-weight: 300;
  text-align: center;
  padding: 0 27px 0 0;
}

.b15-text {
  display: table;
  max-width: 370px;
}

.b15-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin: auto;
  padding: 23px 0 0;
  margin: 0 auto -27px;
}

.b15:after, .b15:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1928px' height='919px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M4.000,0.000 C4.000,0.000 481.167,98.066 961.000,98.066 C1441.167,98.066 1924.000,0.000 1924.000,0.000 L1928.000,919.000 C1928.000,919.000 1441.554,816.748 961.000,815.999 C477.562,815.248 -0.000,916.000 -0.000,916.000 L4.000,0.000 Z'/%3e%3c/svg%3e");
  width: 100%;
  height: 110px;
  display: block;
  position: absolute;
  margin: 0 0;
}

.b15 {
  position: relative;
  padding: 0 0 54px;
}

.b15:after {
  background-position: bottom center !important;
  bottom: -110px;
}

.b15:before {
  top: -110px;
  background-position: top center !important;
}

.b15-img {
  margin: 0 30px 0;
}

.b15-youtub .slick-list {
  padding-left: calc((100% - 1070px)/2) !important;
  padding-right: calc((100% - 1070px)/2) !important;
}

.b15-youtub .b7-video {
  display: table !important;
}

.b15 .slide-arrows .slick-prev {
  margin: -30px 0 0 -543px;
}

.b15 .slide-arrows button {
  border: 0;
  background-size: 20px !important;
}

.b15 .slide-arrows .slick-next {
  margin: 0px 0 0 501px;
}

.b15 .slick-initialized .slick-slide {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.b15 .slick-slide.slick-center {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.b15-youtub {
  overflow: hidden;
}

.input-box input {
  border: 1px solid #d4d4d4;
  padding: 14px 0;
  width: 100%;
  font-family: 'Circe';
  color: #262626;
  font-weight: 300;
  font-size: 20px;
  border-radius: 50px;
  text-indent: 72px;
  letter-spacing: 1px;
}

.input-box.input-phone:after {
  content: "";
  background: url(../img/b20-phone.svg) center no-repeat;
  background-size: 17px;
  width: 34px;
  height: 34px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  left: 14px;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.2;
}

.input-box {
  margin: 0 0 29px;
  position: relative;
}

.pop-main .bt {
  line-height: 60px;
}

.polit {
  max-width: 850px !important;
}

.psff > ul {
  padding: 0;
}

.psff > ul ul {
  padding: 0 0 0 21px;
}

.psff > ul > li {
  list-style: none;
}

.psff a {
  color: #262626;
}

.pop-t1 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 17px;
  font-weight: bold;
}

.mob {
  display: none;
}

.pc {
  display: block;
}

.b16-t1 {
  font-size: 29px;
}

.b16-t2 {
  font-size: 17px;
  line-height: 25px;
  padding: 7px 0 0;
}

.b16-tar-item {
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 4px 0 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0 25px;
}

.b16-tar-item .name-tarif {
  margin: 0 0 0px 25px;
  width: 100%;
  padding: 19px 0 12px;
}

.b16-tar-full {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.b16-tar-item:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url(../img/arr.svg) center no-repeat;
  position: absolute;
  top: 27px;
  right: 19px;
}

.b16-tar-item .b16-row {
  border-top: 1px solid #f3f3f3;
  padding: 0 30px;
  position: relative;
}

.b16-tar-item .b16-row p {
  max-width: 78%;
  margin: 19px 0;
}

.b16-tar-item .b16-row span {
  display: block;
  position: absolute;
  right: 23px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.b16-tar-item.active .b16-tar-full {
  display: block;
}

.b16-tar-item .b16-row span.min {
  position: static;
  display: initial;
  font-weight: 200;
  opacity: 0.6;
  font-size: 15px;
}

.b16-tar-item.active:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.b18-box button {
  display: none;
}

.b13-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.b13-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.b9-image .bt {
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  z-index: 9;
  line-height: 18px;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 86%;
  -webkit-box-shadow: 0 10px 11px -1px rgba(198, 25, 24, 0.52);
  box-shadow: 0 10px 11px -1px rgba(198, 25, 24, 0.52);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: matrix(1, 0, 0.1, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0.1, 1, 0, 0);
  transform: matrix(1, 0, 0.1, 1, 0, 0);
}

.b9-image:after {
  content: "";
  display: block;
  width: 119%;
  height: 111%;
  bottom: 0;
  top: 0;
  left: -15px;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0.1, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0.1, 1, 0, 0);
  transform: matrix(1, 0, 0.1, 1, 0, 0);
}

.b9-image:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.52);
}

.b9-image:hover a {
  opacity: 1;
}

.b9-image:hover:after {
  opacity: 1;
}

.b9-image:hover p {
  opacity: 0;
}

.thanks {
  width: 100%;
}

.ths {
  width: 100%;
  text-align: center !important;
  max-width: 400px !important;
}

.ths-t1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 27px;
  margin: 0 0 0;
}

.ths-t2 {
  font-size: 18px;
  margin: 0;
}

.b9-image .bt i {
  opacity: 0.6;
}

.b11_box_content {
  background: url(../img/bg6.jpg) top center;
  padding: 4px 0 0;
}

.b11_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b11_main_lf {
  width: 100%;
  max-width: 500px;
  padding: 48px 0 0;
}

p.b11_box_t1 {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  line-height: 41px;
  margin: 24px 0 17px;
}

.b11_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
  padding: 0 0 26px;
}

.b11_ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  list-style: none;
  position: relative;
  padding: 0 0 0 31px;
  margin: 6px 0;
}

.b11_ul ul {
  padding: 0 0 0;
}

.b11_main_lf .bt.b20-bt:after {
  display: none;
}

.b11_main_lf .bt {
  padding: 0;
  width: 100%;
  max-width: 300px;
  background: -o-linear-gradient(left, #dddddd 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dddddd), to(#fbfbfb));
  background: linear-gradient(90deg, #dddddd 0%, #fbfbfb 100%);
  color: #000 !important;
}

.b11_main_lf .bt:hover {
  -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.19);
}

.b11_main_rg {
  max-width: 500px;
}

.b11_main_rg img {
  margin: -55px 0 -11px -135px;
}

.b11_ul li i:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ffffffb3;
  border-radius: 50%;
}

.b11_ul li i {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ffffff7d;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

section.b11_box {
  overflow: hidden;
  padding: 53px 0 0;
  margin: -53px 0 0;
}
.logo p {
  font-size: 33px;
  color: #fff;
  font-weight: 100;
  border: 1px solid #ffffff2b;
  margin: 0 0 0;
  padding: 16px 41px;
  border-radius: 0 0 30px 30px;
}
.b1-phone a.phone-ulyanovsk {
  color: #fff;
}
.b16-row:nth-child(1) > div:nth-child(3) {
  border-radius: 0px 10px 0 0;
}

.b16-row:last-child > div:nth-child(3) {
  border-radius: 0 0 10px 0px;
}

@media only screen and (min-width: 1900px) {
  .b15:after, .b15:before {
    display: none;
  }
}

@media only screen and (min-width: 681px) {
  .webp .b1 {
    background: url(../img/bg1.webp) bottom center no-repeat;
  }
  .no-webp .b1 {
    background: url(../img/bg1.jpg) bottom center no-repeat;
  }
  .b4 {
    background: url(../img/bg4.jpg) top center no-repeat;
  }
  .no-webp .b20 {
    background: url(../img/bg20-bg.jpg) top center no-repeat;
  }
  .webp .b20 {
    background: url(../img/bg20-bg.webp) top center no-repeat;
  }
  .b18-box .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

@media only screen and (max-width: 680px) {
  .main {
    width: 310px;
  }
  .b1-t1 {
    display: none;
  }
  .logo {
    margin: 0 auto 15px;
  }
  .b1-phone {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .b1-t2 {
    text-align: center;
    font-size: 28px;
  }
  .b1-t3 {
    font-size: 23px;
    text-align: center;
    margin: 0 0 0;
  }
  p.b1-t2 b {
    display: block;
    margin: 0 auto;
    font-size: 27px;
  }
  .b1-t4 {
    font-size: 20px;
    text-align: center;
  }
  .b1-tx img {
    display: none;
  }
  .b1-tx p {
    text-align: center;
    margin: -5px auto -9px;
    font-size: 16px;
    width: 85%;
  }
  .bt.bt1 {
    padding: 0;
    -webkit-box-shadow: 0 7px 23px 4px rgba(198, 25, 24, 0.38);
    box-shadow: 0 7px 23px 4px rgba(198, 25, 24, 0.38);
    width: 100%;
  }
  .bt1:after {
    margin: 0 -69px -13px 15px;
  }
  .b1 ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 297px 0 0;
  }
  .b1 ul li {
    margin: 0 16px 11px;
  }
  .b2-t1 {
    font-size: 26px;
    text-align: center;
  }
  .b2-t1 br {
    display: none;
  }
  .b2-t1 b {
    display: inline;
  }
  .webp .b2 {
    background: url(../img/bg6.webp);
  }
  .no-webp .b2 {
    background: url(../img/bg6.jpg);
  }
  .b2-box {
    padding: 0 0 0;
  }
  .white-bt {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .white-bt:after {
    margin: -2px -14px 0 9px;
  }
  .b2 {
    padding: 47px 0px 68px;
    overflow: hidden;
  }
  .block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-image img {
    max-width: 100%;
  }
  .b3-t1 {
    text-align: center;
    font-size: 27px !important;
    line-height: initial;
  }
  .b3-box {
    padding: 17px 0 0px;
    margin: 0 0 -93px;
  }
  .b3-2 {
    width: 550px;
    position: static;
  }
  .b3-bg {
    position: relative;
  }
  .b3-1 {
    left: -78px;
    width: 200px;
    bottom: -14px;
  }
  .b3-t2 {
    text-align: center;
    font-size: 17px;
    line-height: initial;
    margin: 5px 0 26px;
  }
  .b3 {
    padding: 21px 0 0;
  }
  .b5-t1 {
    font-size: 28px;
    max-width: 90%;
    margin: 0 auto 0;
  }
  .b5-t2 {
    font-size: 18px;
    line-height: initial;
    max-width: 91%;
  }
  .b5-item {
    max-width: 100%;
  }
  .b5-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .b5-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .b5-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .b5-item.police {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .b5-item.police img {
    width: 100%;
    margin: 19px 0 -98px -5px;
  }
  .b6-t1 {
    text-align: center;
    font-size: 28px;
    line-height: initial;
    width: 90%;
    margin: 0 auto;
    line-height: 37px;
  }
  .b6 {
    padding: 45px 0 39px;
  }
  .b6-t2 {
    text-align: center;
  }
  .b6-text img {
    margin: 0 18px 0 -13px;
  }
  .b6-text p {
    padding-right: 16px;
    font-size: 15px;
    line-height: 18px;
  }
  .man-2 img {
    position: relative;
    max-width: 500px;
    margin: -22px 0 0 -47px;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
  .b6-left {
    padding: 0;
  }
  .b6-box:before {
    width: 550px;
    height: 550px;
    bottom: -427px;
    right: -140px;
  }
  .b7-t1 {
    font-size: 27px;
  }
  .b7-t2 {
    font-size: 17px;
    max-width: 214px;
  }
  .bg7-3 {
    width: 91px;
    right: 12px;
  }
  .b7-video {
    padding: 0;
  }
  .bg7-line {
    display: none;
  }
  .b7-youtube {
    height: 200px;
    margin: 0 0 0 -16px;
  }
  .bg7-1 {
    display: none;
  }
  .bg7-2 {
    display: none;
  }
  .play {
    width: 49px;
    height: 49px;
    border: 5px solid #fff;
  }
  .play:after {
    width: 9px;
  }
  .youtube {
    background-size: cover;
  }
  .konus-1 {
    width: 60px;
    left: -31px;
    bottom: -18px;
  }
  .konus-2 {
    width: 60px;
    right: -42px;
    bottom: -18px;
  }
  .b8-t1 {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
  }
  .b8-t1 br {
    display: none;
  }
  .b8-box {
    padding: 25px 0 0;
    position: relative;
    z-index: 4;
  }
  .b8-man img {
    width: 267px;
    left: 22px;
    bottom: 152px;
  }
  .b8-t2 br {
    display: none;
  }
  .b8-t2 {
    text-align: center;
  }
  .b8-bx {
    padding: 33px 28px;
    margin: 301px 0 0;
  }
  .b8-bx p {
    max-width: 218px;
  }
  .b8-bx b {
    display: block;
    max-width: 201px;
  }
  .b8-bx img {
    right: 38px;
  }
  .b8 {
    padding: 17px 0 54px;
  }
  .b9-t1 {
    font-size: 28px;
  }
  .b9-t2 {
    font-size: 20px;
    padding: 15px 0 0;
    margin: 0 0 0;
  }
  .b11-t1 {
    font-size: 27px;
    text-align: center;
    line-height: 35px;
  }
  .b11-text {
    padding: 0 0 0;
  }
  .b11-t2 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .b11-bx {
    padding: 26px 27px;
  }
  .b11-bx img {
    right: -31px;
  }
  .b11-bx p {
    max-width: 180px;
    line-height: 21px;
    font-size: 16px;
  }
  .b11-img > img {
    width: 384px;
    margin: 0 -26px -28px -44px;
  }
  .b11-krug {
    left: auto;
    right: auto;
    margin: 0 auto -57px;
    top: -1px;
    bottom: auto;
    position: static;
    padding: 1px;
  }
  .b11-img {
    padding: 36px 0 0;
    margin: 0 0 -92px;
  }
  .b12-women {
    margin: 0 0 0;
  }
  .b12-women {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 121px;
    overflow: hidden;
  }
  .b12-text {
    padding: 0 0 0;
    margin: 0 auto;
  }
  .b12-tx:after {
    display: none;
  }
  .b12-t1 {
    font-size: 26px;
    text-align: center;
  }
  .b12-t2 {
    padding: 7px 0 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 24px;
  }
  .b12-tx {
    padding: 16px 0 133px;
  }
  .b12-box {
    position: relative;
    margin: 0 auto;
  }
  .b12-women img {
    width: 136px;
  }
  .b12 {
    padding: 31px 0 20px;
  }
  .b12-item {
    display: block;
    text-align: center;
  }
  .b12-item p {
    padding: 8px 0 30px;
    margin: 0 auto;
    width: 90%;
  }
  .b13-left:after {
    display: none;
  }
  .b13-left:before {
    display: none;
  }
  .b13-team-item img {
    max-width: 100%;
    margin: 0;
  }
  .b13-left {
    margin: 0;
  }
  ul.b13-team-icon .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b13-team-text {
    max-width: 100%;
  }
  .b13-t1 {
    font-size: 22px;
  }
  .b13-team-icon .slick-track:after, .b13-team-icon .slick-track:before {
    display: none;
  }
  .b13-right ul li {
    margin: 0;
    width: 60px !important;
    height: 60px !important;
  }
  ul.b13-team-icon .slick-track > div {
    width: 80px !important;
  }
  .b13-right ul li img {
    width: 54px;
  }
  .b12-women {
    margin: 0 0 0;
  }
  .b12-women {
    position: absolute;
    top: 187px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 121px;
    overflow: hidden;
  }
  .b12-text {
    padding: 0 0 0;
    margin: 0 auto;
  }
  .b12-tx:after {
    display: none;
  }
  .b12-t1 {
    font-size: 26px;
    text-align: center;
  }
  .b12-t2 {
    padding: 7px 0 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 24px;
  }
  .b12-tx {
    padding: 28px 0 138px;
  }
  .b12-box {
    position: relative;
    margin: 0 auto;
  }
  .b12-women img {
    width: 136px;
  }
  .b12 {
    padding: 31px 0 20px;
  }
  .b12-item {
    display: block;
    text-align: center;
  }
  .b12-item p {
    padding: 8px 0 30px;
    margin: 0 auto;
    width: 90%;
  }
  .b13-left:after {
    display: none;
  }
  .b13-left:before {
    display: none;
  }
  .b13-team-item img {
    max-width: 93%;
    margin: 0 auto !important;
  }
  .b13-left {
    margin: 0;
    grid-area: a2;
  }
  ul.b13-team-icon .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b13-team-text {
    max-width: 100%;
  }
  .b13-t1 {
    font-size: 31px;
    text-align: center;
  }
  .b13-team-icon .slick-track:after, .b13-team-icon .slick-track:before {
    display: none;
  }
  .b13-right ul li {
    margin: 0;
    width: 60px !important;
    height: 60px !important;
  }
  ul.b13-team-icon .slick-track > div {
    width: 75px !important;
  }
  .b13-right ul li img {
    width: 54px;
  }
  .b13 {
    overflow: inherit;
  }
  .b13-left .slick-prev {
    right: auto;
    left: 0;
  }
  .b13-left .slick-next {
    right: 0;
  }
  .b13-right {
    padding: 30px 0 0;
    grid-area: a1;
  }
  .b13-team-item {
    height: auto;
  }
  .b13-left button {
    top: 25%;
  }
  .b14-t1 {
    font-size: 30px;
    line-height: 36px;
  }
  .b14-t2 {
    font-size: 18px;
  }
  .b14-box {
    display: block;
    padding: 29px 0 1px;
  }
  .b14-item {
    max-width: 100%;
    text-align: center;
  }
  .b14-its {
    margin: 0 auto 0 !important;
    width: 100%;
  }
  .b14-img {
    margin: 0 auto;
  }
  .b14-item p {
    max-width: 93%;
    margin: 0 auto;
    line-height: 25px;
    padding: 15px 0 0;
  }
  .b14-phone {
    width: 450px;
    position: static;
    margin: 0 0 -157px -73px;
  }
  .b14-item:nth-child(2) p {
    max-width: 85%;
  }
  .b14 {
    padding: 76px 0 0;
    overflow: hidden;
  }
  .b15-box {
    position: relative;
    margin: 0;
  }
  .b15-img {
    margin: 0;
    position: absolute;
    bottom: -27px;
    left: 0;
  }
  .b15-img img {
    width: 90px;
  }
  .b15-t1 {
    font-size: 27px;
  }
  .b15-t2 {
    width: 200px;
    font-size: 18px;
    margin: 22px 0 17px 143px;
    text-align: left;
    padding: 0;
  }
  .b15 {
    overflow: hidden;
  }
  .b15-youtub .b7-youtube {
    border: 2px solid #fff !important;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
  }
  .b15-youtub .slick-list {
    padding: 0 !important;
  }
  .ph.ph4 {
    display: none;
  }
  .b1-t2 br {
    display: none;
  }
  .webp .b1 {
    background: url(../img/b1-mob.webp) bottom center no-repeat;
    background-position: center bottom !important;
  }
  .no-webp .b1 {
    background: url(../img/b1-mob.jpg) bottom center no-repeat;
    background-position: center bottom !important;
  }
  .b1 {
    padding: 1px 0 34px;
  }
  .b1-phone a {
    display: inline-block;
  }
  .b1-phone:after {
    display: none;
  }
  .b1-box2 {
    padding: 19px 0 0;
  }
  .b2-t2 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    position: relative;
    margin: 0 0 -3px;
  }
  .b2-t2:after {
    content: "";
    display: block;
    height: 330px;
    width: 100%;
    margin: 22px 0 0 22px;
  }
  .no-webp .b2-t2:after {
    background: url(../img/women-mob.png) center bottom no-repeat;
  }
  .webp .b2-t2:after {
    background: url(../img/women-mob.webp) center bottom no-repeat;
  }
  .no-webp .b4 {
    background: url(../img/bg4-mob.jpg) top center no-repeat;
  }
  .webp .b4 {
    background: url(../img/bg4-mob.webp) top center no-repeat;
  }
  .b4-t1 {
    text-align: center;
    margin: 0 0 11px;
  }
  .b4-t1 img {
    display: none;
  }
  .b4-t2 {
    text-align: center;
    margin: 0 auto;
  }
  .b4-t2 img {
    display: none;
  }
  .b4-t2 p {
    font-size: 18px;
    line-height: 28px;
  }
  .b4-t1 p b {
    font-size: 28px;
    margin: 0 0 0;
  }
  .b4-t1 p {
    line-height: 37px;
  }
  .b4 {
    padding: 44px 0 447px;
    background-size: cover !important;
  }
  .b5 {
    padding: 36px 0 0;
  }
  .b5-el {
    display: none;
  }
  .b9-item {
    margin: 0 auto 26px;
  }
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
  .b16-bx {
    padding: 10px 17px 111px;
  }
  .b16-phone img {
    position: static;
    padding: 0;
    width: 202px;
  }
  .b16-phone {
    position: relative;
    margin: -84px 0 -45px -42px;
    z-index: 99;
  }
  .b16-p1 {
    text-align: center;
    font-size: 21px;
  }
  .b16-box a {
    padding: 19px 0 11px;
  }
  .b16-box a:after {
    display: none;
  }
  .b16 .main {
    padding: 0;
  }
  .b16 {
    overflow: hidden;
  }
  .b16-table {
    margin: 50px 0 55px;
  }
  .b16-bx:after {
    left: 161px;
    opacity: 0.4;
  }
  .bg17-1, .bg17-2, .bg17-3 {
    display: none;
  }
  .ph3 {
    left: 0;
    top: -35px;
    z-index: 9;
  }
  .ph.ph6 {
    right: 0;
    top: 33px;
    width: 51px;
  }
  .b17-t1 {
    font-size: 28px;
    line-height: 37px;
  }
  .b17-t2 {
    font-size: 19px;
    line-height: 30px;
  }
  .b17 {
    overflow: inherit;
  }
  .b17-box {
    padding: 103px 0 128px;
  }
  .ph.ph2 {
    bottom: -59px;
    left: auto;
    right: 0;
  }
  .ph.ph5 {
    left: 9px;
    width: 74px;
    bottom: 32px;
  }
  .ph.ph7 {
    display: none;
  }
  .ph.ph8 {
    display: none;
  }
  .b17-t3 {
    font-size: 15px;
    line-height: 22px;
  }
  .b18-t1 {
    font-size: 29px;
    line-height: 35px;
    padding: 63px 0 0;
  }
  .b18-box {
    text-align: center;
  }
  .b18-contents button {
    display: none;
  }
  .b18-item {
    display: block;
  }
  .b18-item-1 p {
    text-align: center;
    font-size: 20px;
    margin: 0;
  }
  .b18-item img {
    max-width: 79%;
    margin: 15px auto 0 !important;
  }
  .b18-item p {
    font-size: 18px;
    padding: 10px 0 0;
    text-align: center;
  }
  .b18-text a {
    margin: 10px auto 23px;
  }
  .b18-item {
    max-width: 318px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .b18-item p br {
    display: none;
  }
  .b18-box button {
    display: block;
    top: 45%;
  }
  .b18-box .slick-prev {
    margin: -30px 0 0;
    left: -32px;
  }
  .b18-box .slick-next {
    margin: 0;
    right: -32px;
    left: auto;
  }
  .b19-t1 {
    font-size: 32px;
    text-align: center;
    line-height: 39px;
  }
  .b19-text {
    padding: 0 0 0;
  }
  .b19-bx-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .b19-bx img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 29px 0 -12px;
  }
  .b19-bx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b19-bx-text p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .b19-bx-text:after {
    top: auto;
    left: 0;
    right: 0;
    bottom: -21px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .b19-sl-item img {
    width: 100%;
    margin: 0 auto;
  }
  .b19-sl-item {
    max-width: 84%;
    margin: 0 auto;
    display: table !important;
  }
  .b19-sl-item a {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  }
  .b20 {
    background: #f3f3f3;
  }
  .b20-t1 {
    font-size: 29px;
    text-align: center;
    margin: 46px auto0;
  }
  .b20-t1 br {
    display: none;
  }
  .b20-t2 {
    margin: 0 auto 21px;
    text-align: center;
  }
  .bt.b20-bt {
    line-height: 21px;
    text-align: left;
    padding: 20px 90px 20px 51px;
  }
  .b20-phone {
    margin: 59px auto 0;
  }
  .b20-soc ul li {
    margin: 0 7px 0 0;
  }
  .b20-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .b20-info a {
    margin: 0 0 10px;
  }
  .b13-team-text-item .b13-inst-name {
    text-align: center;
  }
  .b13-team-text-item p {
    text-align: center;
  }
  ul.b13-team-icon {
    max-width: 310px;
    overflow: hidden;
  }
  .b13-box {
    display: block;
  }
  .b20-soc ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fancybox-slide--html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .polit {
    width: 95%;
    margin: 0 auto;
  }
  .psff h1 {
    font-size: 17px;
  }
  .b15-youtub .slick-slide {
    margin: 0 0 28px;
    opacity: 1 !important;
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
  }
  .b1 {
    overflow: hidden;
  }
  .b7 {
    overflow: hidden;
  }
  p.b11_box_t1 {
    text-align: center;
    font-size: 27px;
    line-height: 29px;
  }
  .b11_ul ul {
    width: 52%;
  }
  .b11_ul li {
    font-size: 15px;
    padding: 0 0 0 31px;
  }
  .b11_ul ul:nth-child(2) {
    width: 41%;
  }
  .b11_main_lf .bt {
    padding: 25px 0;
    text-align: center;
    margin: 0 auto;
  }
  .b11_main_rg img {
    /* width: 300px; */
    /* margin: -241px 0 0; */
  }
  .b11_box_content {
    padding: 4px 0 52px;
  }
  img.mbs {
    display: block !important;
    margin: -59px auto -10px;
  }
}

@media only screen and (max-width: 480px) {
  .b15-youtub .slick-slide {
    float: none !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 549px) and (max-width: 680px) {
  .main {
    width: 540px;
  }
  .b1 ul {
    padding: 239px 0 0;
  }
  .webp .b1 {
    background-position: center bottom -169px !important;
  }
  .b1-tx {
    margin: 0 auto;
  }
  .bt.bt1 {
    max-width: 300px;
    margin: 0 auto;
  }
  .b2-t1 {
    margin: 0 auto 10px;
  }
  .b2-t2 {
    margin: 0 auto 6px;
  }
  .b2-t2:after {
    margin: 21px 0 -12px;
  }
  .white-bt {
    margin: 0 auto;
  }
  .b4-t1 {
    margin: 0 auto 9px;
  }
  .b4 {
    padding: 44px 0 347px;
    background-position: center top -185px !important;
  }
  .man-2 img {
    right: -200px;
  }
  .b12-women {
    top: 139px;
  }
  .b12-item {
    max-width: 48% !important;
  }
  .b12-item:nth-child(2) {
    margin: -31px 0 0;
  }
  ul.b13-team-icon {
    max-width: 100%;
  }
  .b13-left {
    margin: 0 auto;
  }
  .b14-t1 br {
    display: none;
  }
  .b14-item {
    max-width: 350px;
    margin: 0 auto 50px;
  }
  .b14-phone {
    margin: 0 0 -158px -13px;
  }
  .b15-text {
    margin: 0 auto;
  }
  .b15-box {
    max-width: 290px;
    margin: 0 auto;
  }
  .b16-p1 {
    margin: 14px auto;
  }
  .b16-box a {
    margin: 0 auto;
  }
  .b19-box-slider {
    padding: 0;
    margin: 0 auto;
  }
  a.bt.b20-bt {
    margin: 0 auto;
    padding: 35px 90px 27px 51px;
  }
  .b20-soc p {
    text-align: center;
  }
  .b20-info a {
    margin: 0 18px;
  }
  .b11-img {
    margin: 0 auto -92px;
  }
  .b11-bx {
    margin: 0 auto;
  }
  .b11-t1 {
    margin: 0 auto 9px;
  }
  .b11-text {
    margin: 0 auto;
  }
  .b8-bx {
    margin: 301px auto 0;
  }
}

@media screen and (max-width: 1169px) and (min-width: 681px) {
  .main {
    width: 680px;
  }
  .b1-t2 {
    font-size: 37px;
  }
  .b1-t3 {
    font-size: 31px;
  }
  .b1-tx p {
    font-size: 16px;
    max-width: 277px;
  }
  .b1-tx {
    padding: 18px 0 12px;
  }
  .b1-box2 {
    padding: 28px 0 0;
  }
  .b1 {
    padding: 0 0 28px;
  }
  .b2-box {
    max-width: 400px;
  }
  .b2 {
    padding: 47px 0px 76px;
  }
  .b3-2 {
    width: 566px;
  }
  .b3-t1 {
    font-size: 34px;
  }
  .b4 {
    background-size: 1300px !important;
    padding: 37px 0 250px;
    background-position: top left -199px !important;
  }
  .b4-t2 p {
    font-size: 18px;
  }
  .b4-t2 {
    max-width: 197px;
  }
  .b4-t2 img {
    display: none;
  }
  .b4-t1 p b {
    font-size: 32px;
  }
  .b4-t1 p {
    font-size: 22px;
    max-width: 250px;
  }
  .b5-item.police {
    display: none;
  }
  .b5 {
    padding: 10px 0 52px;
  }
  .man-2 img {
    width: 700px;
    right: -251px;
    bottom: 3px;
  }
  .b6-t2 {
    padding: 0 0 90px;
  }
  .b7-text p {
    max-width: 485px;
  }
  .b7-video {
    padding: 0;
  }
  .b7 {
    overflow: hidden;
  }
  .b8-man img {
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 227px;
  }
  .b8-t2 {
    padding: 0 0 316px;
  }
  .b9-box {
    max-width: 83%;
    margin: 0 auto;
  }
  .b11-img > img {
    position: absolute;
    right: -35px;
    width: 300px;
    margin: 0;
    bottom: -100px;
  }
  .b11-box {
    position: relative;
    padding: 0 0 99px;
  }
  .b11-krug {
    left: auto;
    right: 202px;
    bottom: -137px;
  }
  .b12-women {
    margin: 0 auto;
  }
  .b12-women img {
    width: 200px;
  }
  .b12-text {
    padding: 0;
    margin: -15px 0 0;
    position: relative;
    z-index: 5;
  }
  .b12-tx p br {
    display: none;
  }
  .b12-item {
    width: 48%;
  }
  .b12-item img {
    width: 91px;
  }
  .b12-item p {
    font-size: 14px;
  }
  .b12-item:nth-child(2) {
    margin: -10px 0 0;
  }
  .b12 {
    padding: 18px 0 62px;
  }
  .b13-box {
    display: block;
  }
  .b13-right ul li {
    margin: 0px 8px 0 0;
  }
  ul.b13-team-icon .slick-track {
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .b13-left {
    margin: 0 auto;
  }
  .b13-team-item {
    height: auto;
  }
  .b13-left:before {
    display: none;
  }
  .b14-t1 br {
    display: none;
  }
  .b14-phone {
    width: 282px;
  }
  .b15-youtub .b7-youtube {
    width: 90%;
  }
  .b16-colum {
    max-width: 140px;
  }
  .b16-colum.colum1 {
    max-width: 273px;
  }
  .b16-colum.colum2 {
    text-align: center;
  }
  .b16-phone img {
    left: auto;
    right: -139px;
  }
  .ph3 {
    top: 16px;
  }
  .ph.ph7 {
    right: 70px;
  }
  .b18-item img {
    max-width: 250px;
  }
  .b18-contents {
    max-width: 680px;
    margin: 0 auto;
  }
  .b18-item p {
    font-size: 16px;
  }
  .b18-item.b18-item-4 img {
    margin: 41px 14px 54px 0;
  }
  .b18-item.b18-item-5 img {
    margin: 0 -5px -73px 0px;
  }
  .b18-item.b18-item-3 img {
    margin: 0 0 0 0;
  }
  .b18-item-2 img {
    margin: 0;
  }
  .b18-item.b18-item-3 .b18-text {
    padding: 0 0 41px;
  }
  .b18-box button {
    top: 51% !important;
  }
  .b18 .slide-arrows .slick-prev {
    margin: -30px 0 0;
    left: -28px;
  }
  .b18-contents button {
    display: none !important;
  }
  .b18 .slide-arrows .slick-next {
    margin: 0;
    right: -18px;
    left: auto;
  }
  .b19-box-slider {
    padding: 0;
    margin: 0 auto;
  }
  .b20 {
    background-position: left -403px center !important;
  }
  .b16 {
    overflow: hidden;
  }
  .ph.ph4 {
    margin: 0 -308px 0 0;
  }
}
