@font-face {
  font-family: 'HarmoniaSansProCyr';
  src:
    local('HarmoniaSansProCyr-Regular'),
    local('HarmoniaSansProCyr Regular'),
    url('../fonts/HarmoniaSansProCyr-Regular.woff2') format('woff2'),
    url('../fonts/HarmoniaSansProCyr-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'HarmoniaSansProCyr';
  src:
    local('HarmoniaSansProCyr-Bold'),
    local('HarmoniaSansProCyr Bold'),
    url('../fonts/HarmoniaSansProCyr-Bold.woff2') format('woff2'),
    url('../fonts/HarmoniaSansProCyr-Bold.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: 'Gilroy';
  src:
    local('Gilroy-Regular'),
    local('Gilroy-Regular'),
    url('/corp2023/fonts/Gilroy-Regular.woff2') format('woff2'),
    url('/corp2023/fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 500;
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body{
  font-family: 'HarmoniaSansProCyr', 'Arial';
  color: #000;
  margin: auto;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
img {
  max-width: 100%;
  max-height: 100%;
}

a{
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p{
  margin: 0;
  padding: 0 0 36px 0;
  line-height: 1.6em;
}
b, strong {
  font-weight: 600;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
  clear: both;
}
.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
.header {
  background: url("../images/header.jpg") no-repeat center bottom;
  background-size: cover;
  height: 700px;
  color: #fff;
  position: relative;
}
.header .container {
  position: relative;
  height: 100%;
}
.header .logo {
  display: inline-block;
  margin-top: 70px;
  margin-left: -150px;
}
.header .title-block {
  max-width: 1100px;
  margin: 80px auto 0;
}
.header .title-block .title {
  flex: 0 1 40%;
  max-width: 1000px;
  font-size: 102px;
  font-weight: 600;
  line-height: 97px;
  margin-bottom: 60px;
  position: relative;
}
.header .title-block .title__subtitle {
  display: inline;
  font-size: 40px;
  line-height: 140px;
  margin-top: -30px;
  margin-left: 20px;
  position: absolute;
}
.header .title-block .text {
  font-size: 24px;
  line-height: 34px;
}
.header .title-block .max {
  position: absolute;
  bottom: 50px;
  left: 10px;
  right: 10px;
}
.header .title-block .sub-title {
  flex: 0 1 42%;
  font-size: 41px;
  padding-bottom: 25px;
  border-bottom: solid 8px #fff;
  padding-top: 25px;
  white-space: nowrap;
}
.quote + p {
  padding-bottom: 110px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 178px;
}
.quote-text {
  padding: 0 25px;
  position: relative;
}
.quote-text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 13px;
  height: 15px;
}
.quote-text:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  right: 110px;
  bottom: 5px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 13px;
  height: 15px;
}
.quote-text p:last-child {
  padding-bottom: 20px;
}
.quote {
  padding: 60px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.quote img {
  border: 3px solid #FF4E4E;
  border-radius: 50%;
}
.simple-title {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 90px;
  line-height: 1;
}
.btn {
  display: inline-block;
  text-decoration: none;
  border: 5px solid #ff4e4e;
  outline: none;
  color: #ff4e4e;
  font-size: 24px;
  min-width: 250px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #ff4e4e;
  color: #fff;
  line-height: 60px;
}
.btn.transp {
  background: transparent;
  border: solid 2px #fff;
}
.btn.transp:hover {
  background: #fff;
  color: #FF7F0D;
}
.block-1 {
  background: url("../images/top-grey.jpg") no-repeat;
  background-size: cover;
}
.block-1 .container {
  position: relative;
}
.block-1 .side {
  display: block;
  position: absolute;
  z-index: 10;
  top: -184px;
  right: 92px;
  width: 420px;
}
.block-1 .side img {
  display: block;
}
.block-1 .side .text {
  display: block;
  padding: 137px 30px 100px 45px;
  color: #fff;
  font-size: 27px;
  line-height: 1.4em;
  background: #d62b51;
  background: linear-gradient(45deg, #ED9F03 0%,#F97F03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62b51', endColorstr='#a40055',GradientType=1 );
  box-shadow: 0 0 43px 3px rgba(145, 145, 145, 0.4);
}
.block-1 .quote {
 display: flex;
  padding: 80px 0 20px;
}
.block-1 .quote .quote__img {
  min-width: 322px;
}
.block-1 .quote .quote__img img {
  width: 100%;
}
.block-1 .quote .name {
  display: block;
  padding: 28px 0 70px;
  font-size: 18px;
  text-align: center;
  color: #3E3E3E;
  letter-spacing: 1px;
}
.block-1 .quote .name span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.block-1 .quote .quote-text {
  display: flex;
  height: 100%;
}
.block-1 .citaty {
  font-size: 100px;
  line-height: 57px;
  color: #F95C4B;
}
.block-1 .citaty.citaty--left {
  margin-right: 40px;
  margin-top: -25px;
}
.block-1 .citaty--right {
  transform: rotate(180deg);
}
.main-title {
  display: flex;
  align-items: flex-start;
  padding-bottom: 87px;
}
.main-title .num {
  flex: 0 0 auto;
  font-size: 60px;
  font-weight: 600;
  padding-right: 40px;
}
.main-title .text {
  flex: 1 1 auto;
  margin-left: auto;
  text-align: right;
}
.main-title .text span {
  display: inline;
  font-size: 60px;
  font-weight: 600;
  position: relative;
  line-height: 1;
}
.main-title .text span:before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: -250%;
  width: 225%;
  height: 2px;
}
.main-title.left .text {
  margin-left: 0;
  text-align: left;
}
.main-title.left .text span {
  display: inline-block;
  padding-left: 8%;
}
.main-title.left .text span:before {
  width: 12%;
  left: -4%;
  top: 35px;
}
.block-1 .main-title {
  color: #f95c4b;
}
.block-1 .main-title .text span:before {
  background: #f95c4b;;
}
.block-1 .cols {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 129px;
}
.block-1 .cols .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  width: 100%;
  padding: 44px 58px 64px 58px;
  margin-bottom: 20px;
  border: solid 2px #f1f1f1;
}
.block-1 .cols .statistic {
  margin-top: auto;
}
.block-1 .cols .col .num {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
}
.block-1 .cols .col .text {
  padding-bottom: 35px;
  line-height: 1.7em;
  overflow: hidden;
}
.block-1 .cols .col .statistic b {
  font-size: 24px;
}
.block-4 {
  background: url("../images/bonus.jpg") no-repeat center top;
  background-size: cover;
  padding: 120px 0 250px;
}
.block-4 .title {
  color: white;
  font-size: 60px;
  line-height: 50px;
  border-bottom: 1px solid white;
  margin-bottom: 80px;
  padding-bottom: 20px;
  font-weight: bold;
}
.block-4 .main-title {
  padding-bottom: 66px;
  color: #fff;
}
.block-4 .main-title .text span:before {
  background: #fff;;
}
.block-4 .main-title .text span {
  line-height: normal;
}
.block-4 .cols {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.block-4 .cols .col {
  background: white;
  margin-bottom: 20px;
  color: #000000;
  padding: 50px 50px 0px;
}
.block-4 .cols .col:last-child {
  background: transparent;
  border: 5px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 24px;
}
.block-4 .cols .col .item {
  display: flex;
  padding-bottom: 40px;
}
.block-4 .cols .col .statistic {
  margin: 0 -50px;
  padding: 20px 50px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-4 .cols .col .statistic .count {
  font-size: 60px;
  line-height: 72px;
  color: #F95C4B;
  margin-right: 30px;
}
.block-4 .cols .col .num {
  font-size: 36px;
  line-height: 50px;
  margin-right: 10px;
  font-weight: bold;
}
.block-4 .cols .col .orange {
  color: #FE5B03;
}
.block-4 .cols .col .underline {
  text-decoration: underline;
}
.block-4 .cols .col .offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
}
.block-4 .cols .col .offer .num {
  margin-left: auto;
  font-size: 60px;
}
.block-4 .cols .col .offer .name {
  font-size: 100px;
  position: relative;
  line-height: 0.9;
  padding-bottom: 35px;
}
.block-4 .cols .col .offer .name span {
  font-size: 48px;
  padding-left: 15px;
}
.block-4 .cols .col .offer .name:after {
  content: '';
  position: absolute;
  left: 7px;
  bottom: 0;
  background: #fff;
  width: 48px;
  height: 11px;
}
.block-4 .cols .col:last-child .offer .name {
  padding-bottom: 0;
  padding-top: 20px;
}
.block-4 .cols .col:last-child .offer .name:after {
  top: 0;
  bottom: auto;
}
.block-4 .cols .col .text {
  line-height: 1.6em;
}
.block-4 .cols .col .text a.underline {
  display: inline;
  transition: .2s;
}
.block-4 .cols .col .text a.underline:hover {
  text-decoration: none;
}
.block-5 {
  padding: 450px 0 212px;
  background: url("../images/line-white.jpg") no-repeat center;
  background-size: contain;
  position: relative;
}
.block-5 .quote-text {
  padding-right: 0;
}
.block-5 .simple-title {
  color: #ff4e4e;
  border-bottom: 1px solid #EC6F36;
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.block-5 .quote-wrap {
  background:  #ff6e03;
  background: linear-gradient(to left, #ff6e03 0%, #d5e204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e4e', endColorstr='#a40055',GradientType=1 );
  padding: 8px;
  margin-bottom: 102px;
}
.block-5 .quote-wrap .quote-inner {
  background: #fff;
  padding: 95px 92px;
  display: flex;
  align-items: flex-start;
}
.block-5 .quote-wrap .quote-inner .autor {
  flex: 0 1 275px;
  min-width: 275px;
}
.block-5 .quote-wrap .quote-inner .autor img {
  display: inline-block;
  width: 223px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.block-5 .quote-wrap .quote-inner .autor .name {
  display: block;
  padding: 32px 0 0;
  font-size: 18px;
}
.block-5 .quote-wrap .quote-inner .autor .name span {
  display: block;
  padding-bottom: 7px;
  font-size: 30px;
  font-weight: 600;
}
.block-5 .quote-wrap .quote-inner .quote-text:before {
  top: 40px;
  background-image: url("../images/quote-left-orange.png");
}
.block-5 .quote-wrap .quote-inner .quote-text:after {
  right: 25px;
  bottom: 25px;
  background-image: url("../images/quote-right-orange.png");
}
.block-5 .quote-wrap .quote-inner .info {
  flex: 0 1 auto;
}
.block-5 .quote-wrap .quote-inner .info .quote-text p:first-child {
  padding-top: 35px;
}
.block-5 .quote-wrap .quote-inner .info .btn-holder {
  padding-top: 23px;
  padding-right: 45px;
  text-align: right;
}
.block-5 .paket-adv {
  display: flex;
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: -110px;
  align-items: stretch;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.09);
}
.block-5 .paket-adv .logo-holder {
  flex: 0 0 430px;
  width: 430px;
  min-height: 385px;
  padding: 78px 0 0 60px;
  color: #fff;
  background: #FF4E4E;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6464f', endColorstr='#ad0854',GradientType=1 );
}
.block-5 .paket-adv .logo-holder span {
  display: block;
  font-size: 95px;
  padding-top: 13px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.block-5 .paket-adv .text {
  flex: 1 1 auto;
  padding: 82px 57px;
  background: white;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;

}
.block-5 .paket-adv .text .orange {
  color: #FE5B03;
}
.block-5 .paket-adv .text b {
  color: #b10b54;
}
.block-5 .paket-holder {
  display: block;
}
.block-5 .paket-holder .item {
  flex: 0 1 33.3%;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.block-5 .paket-holder .item .note {
  display: block;
  padding: 135px 20px 0 50px;
  background: url("../images/star.png") no-repeat 20px 120px;
  font-size: 14px;
}
.block-5 .paket-holder .item .paket {
  display: block;
  height: 450px;
  text-align: left;
  padding: 100px 40px 0;
  transition: 0.3s ease;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.block-5 .paket-holder .img {
  background: url('../images/bg5-hover.jpg') no-repeat center bottom;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  opacity: 0;
  width: 100%;
  z-index: 1;
  background-size: contain;
}
.block-5 .paket-holder .item .paket.active .img {
  opacity:1;
}
.block-5 .paket-holder .item .paket .price {
  font-size: 72px;
  color: #ff4e4e;
  line-height: 1;
  padding-bottom: 50px;
  white-space: nowrap;
  position:relative;
  z-index: 10;
}
.block-5 .paket-holder .item .paket.active .price {
  color: #fff;
  position:relative;
  z-index: 10;
}
.block-5 .paket-holder .item .paket .price span {
  font-size: 24px;
}
.block-5 .paket-holder .item .paket .date {
  font-size: 24px;
  color: #000;
  padding-bottom: 45px;
  text-align: left;
  position:relative;
  z-index: 10;
}
.block-5 .paket-holder .item .paket.active .date {
  color: #fff;
}
.block-5 .paket-holder .item .paket .btn {
  width: 100%;
  min-width: unset;
  position:relative;
  z-index: 10;
}
.block-5 .paket-holder .item .paket.active .btn {
  background: #fff;
  color: #cf2552;
  -webkit-box-shadow: 0px 27px 57px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 27px 57px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 27px 57px 0px rgba(0,0,0,0.7);
  border: none;
  line-height: 70px;
}
.block-6 {
  padding: 115px 0 100px;
  background: #FF4E4E;
  background: linear-gradient(45deg, #FF4E4E 1%,#F08333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e4e', endColorstr='#a50055',GradientType=1 );
  color: #fff;
}
.block-6 .btn {
  color: #fff;
}
.block-6 .form {
  padding: 0 70px ;
}
.block-6 .simple-title {
  padding-bottom: 35px;
  font-size: 54px;
}
.block-6 .note {
  padding-bottom: 65px;
  line-height: 1.5;
}
.block-6 .form-line {
  display: flex;
  align-items: flex-start;
  margin-left: -30px;
}
.block-6 .form-line .item {
  margin-left: 30px;
  margin-bottom: 25px;
}
.block-6 .form-line .item.file-name {
  flex: 0 1 auto;
  width: calc(67% + 30px);
  margin-left: 30px; ;
}
.block-6 .form-line .item label,.cust-label{
  display: block;
  padding-bottom: 10px;
  font-family: 'Gilroy', 'Arial';
}
.block-6 .form-line .item .input {
  border: solid #fff;
  width: 100%;
  border-width: 0 0 1px 0;
  background: transparent;
  outline: none;
  margin: 0;
  padding: 15px 0;
  font-family: 'Gilroy', 'Arial';
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.block-6 .form-line .item .file-upload {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 53px;
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
}
.block-6 .form-line .item .file-upload:hover {
  background: #fff;
  color: #FF7F0D;
}
.block-6 .form-line .item .file-upload input[type="file"]{
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.block-6 .form-line .item .file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.block-6 .form-line .item .file-upload span {
  line-height: 51px;
  cursor: pointer;
  margin-left: -3px;
}
::-webkit-input-placeholder {color:rgba(255, 255, 255, .3);}
::-moz-placeholder          {color:rgba(255, 255, 255, .3);}
:-moz-placeholder           {color:rgba(255, 255, 255, .3);}
:-ms-input-placeholder      {color:rgba(255, 255, 255, .3);}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
.block-6 .btn {
  display: block;
  width: 270px;
  margin: 40px auto 0;
  line-height: normal;
}
.diagram-title {
  position: relative;
  padding-bottom: 100px;
  font-size: 30px;
  font-weight: 600;
}
.diagram-title--social {
  position: relative;
  padding-bottom: 60px;
}
.diagram-title--social::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 21px;
  left: 204px;
  width: 81%;
  height: 1px;
  background-color: #a7a7a7;
}
.diagram-holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.diagram-holder .item {
  padding-left: 40px;
  padding-bottom: 73px;
}
.diagram-holder .item .ill {
  display: block;
  padding-bottom: 39px;
}
.diagram-holder--social {
  margin-bottom: 83px;
}
.diagram-holder--social .item .ill {
  padding-bottom: 32px;
}
.diagram-holder .item .num {
  display: block;
  font-size: 48px;
  font-weight: 600;
  white-space: nowrap;
}
.detail-wrap {
  -webkit-box-shadow: 0px 0px 46px 6px rgba(145,145,145,0.4);
  -moz-box-shadow: 0px 0px 46px 6px rgba(145,145,145,0.4);
  box-shadow: 0px 0px 46px 6px rgba(145,145,145,0.4);
  margin-bottom: 109px;
}
.detail-wrap .link {
  display: block;
  padding: 35px 65px;
  color: #1daae6;
  text-decoration: none;
  font-size: 30px;
  position: relative;
  transition: 0.3s ease;
}
.detail-wrap .link:hover {
  -webkit-box-shadow: 0px 0px 46px 6px rgba(29,170,230,0.26);
  -moz-box-shadow: 0px 0px 46px 6px rgba(29,170,230,0.26);
  box-shadow: 0px 0px 46px 6px rgba(29,170,230,0.26);
}
.detail-wrap .link.active {
  color: #fff;
  background: #1daae6;
}
.detail-wrap .link.active:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.detail-wrap .link.active:after {
  background: url("../images/arr-top.png") no-repeat left top;
}
.detail-wrap .link:after {
  content: '';
  display: block;
  position: absolute;
  right: 55px;
  top: 45px;
  width: 31px;
  height: 17px;
  z-index:10;
  background: url("../images/arr-down.png") no-repeat left top;
}
.detail-wrap .detail-holder {
  display: block;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity ease-out .1s;
  overflow: hidden;
}
.detail-wrap .detail-holder .note {
  padding: 40px 40px 40px 95px;
  background: #f9fafb url("../images/star.png") no-repeat 70px 25px;
}
.graph-holder {
  display: flex;
  align-items: flex-start;
  padding: 70px 70px 50px 70px;
  border-bottom: solid 1px #dcdcdc;
  overflow: hidden;
}
.detail-wrap .detail-holder.full {
  max-height: 6000px;
  opacity: 1;
  transition: max-height 0.5s ease-in-out, opacity ease-in .3s;
}
.graph-holder:last-child {
  border-bottom: none;
}
.graph-holder .item {
  flex: 1 1 auto;
  width: 50%;
}
.graph-holder .item.full {
  width: 100%;
}
.graph-holder .item:first-child {
  margin-right: 60px;
}
.graph-holder .item .line {
  display: block;
  padding-bottom: 45px;
  overflow: hidden;
}
.graph-holder .item .line .name {
  display: block;
  float: left;
  width: 33%;
  margin-right: 30px;
  font-size: 16px;
}
.graph-holder .item.full .line .name {
  width: 54%;
}
.graph-holder .item .line .percent {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}
.graph-holder .item .line .ill {
  display: block;
  float: left;
  height: 9px;
  border-radius: 9px;
  margin-top: 6px;
  background: #a40055;
  background: -moz-linear-gradient(left, #a40055 0%, #ff4e4e 100%);
  background: -webkit-linear-gradient(left, #a40055 0%,#ff4e4e 100%);
  background: linear-gradient(to right, #a40055 0%,#ff4e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40055', endColorstr='#ff4e4e',GradientType=1 );
}
.graph-holder .item .line .ill.yellow {
  background: #ff4e00;
  background: -moz-linear-gradient(left, #ff4e00 0%, #ffba00 100%);
  background: -webkit-linear-gradient(left, #ff4e00 0%,#ffba00 100%);
  background: linear-gradient(to right, #ff4e00 0%,#ffba00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e00', endColorstr='#ffba00',GradientType=1 );
}
.footer {
  background: white;
  color: #A8A8A8;
}
.footer .inner {
  padding: 110px 90px 130px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .inner .item {
  font-size: 14px;
  max-width: 515px;
}
.footer .inner .item p {
  padding: 10px 0 0;
  line-height: 1.6em;
}
.footer .inner .item b {
  font-size: 17px;
}
.footer .inner .item .soc {
  display: block;
  padding-top: 25px;
  vertical-align: middle;
  white-space: nowrap;
}
.footer .inner .item .soc a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer .inner .item a {
  transition: 0.3s ease;
}
.footer .inner .item a:hover {
  opacity: 0.8;
}
.popup-wrap {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.popup-wrap.active {
  display: block;
}
.popup-wrap .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup-wrap .popup-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  display: block;
  background-color: rgba(20, 22, 29, 0.95);
}
.popup-wrap .popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 400px;
  background: #fff;
  z-index:102;
}
.popup-wrap .popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff url(../images/close3.png) center center no-repeat;
  cursor: pointer;
}
.popup-wrap .popup .info {
  padding: 30px 55px;
  font-size: 18px;
  line-height: 1.6em;
}
.popup-wrap .popup .info span {
  display: block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #ff4e4e;
}
.popup-wrap .popup .info .btn {
  margin-top: 15px;
  min-width: 210px;
  height: 60px;
  line-height: 50px;
}
.popup-wrap .popup .info .btn:hover {
  line-height: 50px;
}





.packet-big__wrap {
  display:  flex;
  align-items:  center;
}

.block-5 .paket-holder .item .paket .packet-big__left .price {
  font-size: 97px;
  font-weight:  600;
  padding-bottom: 14px;
}

.packet-big__left {
  padding-right: 106px;
  margin-right: 90px;
  position: relative;
  padding-bottom: 29px;
  height: 100%;
}

.packet-big__left:after {
  content:  "";
  position:  absolute;
  top: 0;
  bottom:  0;
  width:  1px;
  right:  0;
  background-color: #f4f7fe;
  z-index:  10;
  opacity:  0.2;
}

.packet-big__right {
  height: 100%;
  padding-left: 8px;
}

.block-5 .paket-holder .item .packet-big__right .note {
  background: url("../images/star_w.png") no-repeat 3px 20px;
  position: relative;
  z-index:10;
  color: white;
  padding-top: 25px;
  padding-left: 18px;
  padding-right: 0;
}
.block-5 .paket-holder .item-wide {
  flex: 1 1 auto;
}

.block-5 .paket-holder .item .paket.active.packet-big {
  padding: 67px 100px 0px 91px;
  height:  282px;
}

.block-5 .paket-holder .item .paket .packet-big__left .date {
  padding-left: 20px;
  padding-bottom:  0;
}

.new {
  display: inline-block;
  padding: 7px 29px;
  margin-right: 20px;
  font-size: 16px;
  color: #ffffff;
  background: #FF6E03;
  background: linear-gradient(to left, rgba(255, 110, 3, 1.53), rgba(213, 226, 4, 1.53));
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.new.optional {
  padding: 6px 21px;
}

.ill-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}

.item-bottom {
  padding: 40px 50px 77px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
}

.item-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-bottom ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 29px;
}

.item-bottom ul li:last-child {
  margin-bottom: 0;
}

.item-bottom ul li::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #0090FF;
}

.packet-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 97px;
  margin-right: -20px;
}

.packet-item {
  width: calc(33.3333% - 20px);
  margin-right: 20px;
  padding: 80px 50px;
  height: 370px;
  position: relative;
}
.packet-item .pay-term {
  position: absolute;
  bottom: 60px;
}

.packet-item .price {
  padding-bottom: 9px;
  font-size: 72px;
  font-weight: 600;
  color: #FF4E4E;
  line-height: 1;
  white-space: nowrap;
  position:relative;
  z-index: 10;
}

.packet-item .note {
  padding-bottom: 50px;
  font-size: 20px;
  color: #FF4E4E;
}

.packet-item .pay-term {
  font-size: 24px;
}

.packet-item .price span {
  padding-left: 5px;
  font-size: 24px;
}

.packet-item.packet-item--special {
  color: #fff;
  background: url("/corp2023/images/packet-item.jpg") no-repeat;
  background-size: cover;
}
.packet-item.packet-item--special .price {
  color: #fff;
}

.note-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}

.note-list .note-item {
  position: relative;
  width: 35%;
  padding: 17px 10px 30px 30px;
  line-height: 1.5em;
}

.note-list .note-item-2 {
  position: relative;
  width: 35%;
  padding: 17px 10px 30px 50px;
  line-height: 1.5em;
}

.note-list .note-item::before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/star.png") no-repeat center;
}

.note-list .note-item-2::before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 42px;
  height: 20px;
  background: url("../images/star-2.png") no-repeat center;
}

.form-add-blog {
  padding: 35px;
  padding-right: 10px;
  margin-bottom: 80px;
  color: #000;
  background-color: #fff;
}


.b-checkbox {
  display: block;
  vertical-align: middle;
}
.b-checkbox__input {
  display: none;
}
.b-checkbox__input:checked:not(.disabled) + .b-checkbox__box {
  transition: all 0.3s;
  transition-delay: 0s;
  background-color: #ff4e4e;
}
.b-checkbox__input:checked:not(.disabled) + .b-checkbox__box .b-checkbox__line:after {
  transform: scaleY(1);
}
.b-checkbox__input:checked:not(.disabled) + .b-checkbox__box .b-checkbox__line--short:after {
  transition: all 0.15s;
  transition-delay: 0.15s;
}
.b-checkbox__input:checked:not(.disabled) + .b-checkbox__box .b-checkbox__line--long:after {
  transition: all 0.15s;
  transition-delay: 0.3s;
}
.b-checkbox__input.disabled + .b-checkbox__box {
  cursor: default;
  opacity: 0.7;
}
.b-checkbox__input.disabled + .b-checkbox__box + .b-checkbox__text {
  cursor: default;
  opacity: 0.7;
}
.b-checkbox__label {
  display: flex;
  margin-right: 15px;
  align-items: flex-start;
}
.b-checkbox__label.disabled {
  cursor: default;
  opacity: 0.7;
}
.b-checkbox__box {
  display: block;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  margin-top: 3px;
  margin-right: 10px;
  background-color: #ff4e4e;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
.b-checkbox__text {
  flex: 1 1 auto;
  padding-left: 10px;
  font-size: 18px;
  cursor: pointer;
}
.b-checkbox__line {
  position: absolute;
  left: 7px;
  bottom: 4px;
  transform-origin: bottom;
  width: 2px;
}
.b-checkbox__line:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  background-color: #fff;
}
.b-checkbox__line--short {
  height: 8px;
  transform: rotate(-40deg);
}
.b-checkbox__line--short:after {
  transform-origin: top;
  transition: 0.15s;
  transition-delay: 0.15s;
}
.b-checkbox__line--long {
  height: 17px;
  transform: rotate(40deg);
}
.b-checkbox__line--long:after {
  transform-origin: bottom;
  transition: 0.15s;
  transition-delay: 0s;
}

.form-agree {
  margin-top: 48px;
  margin-bottom: 80px;
  font-size: 14px;
  font-family: 'Gilroy', 'Arial';
}

.form-agree .b-checkbox__box {
  background: transparent;
  border: 1px solid #fff;
}

.form-agree .b-checkbox__input:checked:not(.disabled) + .b-checkbox__box {
  background: transparent;
}

.form-agree .b-checkbox__line--long {
  height: 14px;
}

.not-border{
  border-bottom: none !important;
}
.captcha-image {
  padding: 11px 0px;
  width: 195px;
}
.cust-label {
  margin-top: -20px;
}
.item--size {
  width: 42.444444%;
}
@media(max-width: 900px) {
  .item--size {
    width: 100%;
  }
  .text-align-center {
    text-align: center;
  }
}