@font-face {
  font-family: "Gotham-Pro-bold";
  src: url("../font/1758-font.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Gotham-Pro";
  src: url("../font/Gotham-Pro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gotham-Pro"; }

.container {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto; }

.custom-title {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #272727;
  font-weight: 400; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0px 20px 28px rgba(152, 156, 165, 0.2); }

.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 5px; }
  .container-header__logo {
    display: block;
    width: 100%;
    max-width: 235px; }
    .container-header__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .container-header__text {
    font-family: "Gotham-Pro-Bold";
    width: 100%;
    max-width: 221px;
    font-size: 13px;
    line-height: 15px;
    color: #246581; }
    .container-header__text span {
      display: block;
      font-family: inherit;
      color: #00BBEC; }
  .container-header__manager {
    display: flex;
    align-items: flex-end; }
    .container-header__manager > div {
      width: 63px;
      height: 63px;
      border-radius: 50%;
      position: relative; }
      .container-header__manager > div img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .container-header__manager > div p {
        padding-left: 18px;
        position: absolute;
        top: 5px;
        left: 50px;
        font-family: "Gotham-Pro-Bold";
        font-size: 11px;
        line-height: 15px;
        color: #FFFFFF;
        min-height: 14px;
        background: #246581;
        border-radius: 50px;
        padding-right: 10px; }
        .container-header__manager > div p span {
          display: block;
          width: 14px;
          height: 100%;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          background: #00BBEC; }
    .container-header__manager > p {
      padding-left: 5px;
      font-size: 13px;
      line-height: 15px;
      color: #246581;
      width: 100%;
      max-width: 130px; }
      .container-header__manager > p span {
        color: #00BBEC; }
  .container-header__tel {
    width: 100%;
    max-width: 230px; }
    .container-header__tel p {
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 5px;
      color: #246581; }
    .container-header__tel a:nth-child(2) {
      font-size: 20px;
      line-height: 15px;
      font-family: "Gotham-Pro-Bold";
      color: #246581;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block; }
    .container-header__tel a:nth-child(3) {
      font-size: 13px;
      line-height: 15px;
      color: #246581;
      font-family: "Gotham-Pro-Bold";
      text-decoration: none;
      border-bottom: 1px dashed #246581;
      display: inline-block; }
  .container-header__star {
    width: 100%;
    max-width: 154px;
    height: 35px; }
    .container-header__star img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.footer {
  background: #246581;
  padding: 20px 0; }

.container-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container-footer__logo {
    width: 100%;
    max-width: 235px;
    height: 61px; }
  .container-footer__tel {
    display: flex;
    flex-direction: column; }
    .container-footer__tel p {
      margin-bottom: 5px;
      font-size: 13px;
      line-height: 15px;
      color: #FFFFFF; }
    .container-footer__tel a {
      font-size: 20px;
      line-height: 15px;
      text-decoration: none;
      color: #FFFFFF;
      font-family: "Gotham-Pro-Bold"; }
  .container-footer__call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 264px;
    height: 57px;
    font-family: "Gotham-Pro-Bold";
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(180deg, #00CAFF 0%, #0095D5 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%);
    border-radius: 50px;
    text-decoration: none; }

.last-block {
  padding: 10px 0;
  background: #164C63; }

.container-last {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container-last p, .container-last a {
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none; }
  .container-last__soc {
    display: flex;
    align-items: center; }
    .container-last__soc p {
      margin-right: 17px; }
    .container-last__soc a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin-right: 4px; }

.block-quest {
  padding: 50px 0 60px;
  background: url(../img/block-quest/bg-quest.png) no-repeat right top/cover; }

.container-quest .custom-title {
  margin-bottom: 50px; }
.container-quest__item {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 20px rgba(201, 206, 219, 0.5);
  padding: 0 70px;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden; }
.container-quest__link {
  padding: 30px 0 0;
  margin-bottom: 30px;
  font-family: "Gotham-Pro-Bold";
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none; }
  .container-quest__link span {
    display: block;
    width: 12px;
    height: 8px;
    background: url(../img/block-quest/arrow-link.svg) no-repeat center/contain;
    transition: transform .2s ease; }
  .container-quest__link.active span {
    transform: rotate(180deg); }
.container-quest__text {
  font-size: 14px;
  line-height: 21px;
  color: #272727;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding-bottom .4s ease;
  padding-bottom: 0px; }
.container-quest__item.active > .container-quest__text {
  max-height: 500px;
  padding-bottom: 20px; }

.main-block {
  background: url(../img/main-block/bg.png) no-repeat center/cover;
  padding: 70px 0 60px; }

.container-main {
  position: relative;
  display: flex;
  align-items: flex-end; }
  .container-main__info {
    width: 100%;
    max-width: 600px; }
  .container-main .btnCalculator {
    display: none; }
  .container-main h1 {
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 40px;
    color: #246581;
    font-family: "Gotham-Pro-Bold";
    width: 100%;
    max-width: 575px; }
    .container-main h1 span {
      font-family: inherit;
      color: #00BBEC; }
  .container-main__item-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px; }
  .container-main__item {
    width: 40%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 2%; }
    .container-main__item > div {
      width: 74px;
      height: 74px;
      border-radius: 50%;
      margin-right: 15px; }
    .container-main__item > p {
      font-size: 13px;
      line-height: 20px;
      color: #272727; }
      .container-main__item > p span {
        font-family: "Gotham-Pro-Bold"; }
  .container-main__btn-block {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 550px; }
    .container-main__btn-block a {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 345px;
      background: linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%), linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%);
      border-radius: 50px;
      padding: 15px 0 12px;
      font-family: "Gotham-Pro-Bold";
      font-size: 15px;
      line-height: 21px;
      text-transform: uppercase;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      margin-right: 13px; }
      .container-main__btn-block a span {
        font-family: "Gotham-Pro";
        font-size: 12px;
        line-height: 21px;
        color: inherit;
        text-transform: none; }
      .container-main__btn-block a:hover {
        background: linear-gradient(180deg, #E22C48 0%, #C40522 100%); }
    .container-main__btn-block p {
      width: 100%;
      max-width: 165px;
      font-size: 11px;
      line-height: 17px;
      color: #272727; }
    .container-main__btn-block img {
      width: 61px;
      height: 30px;
      position: absolute;
      top: -27px;
      right: 160px; }
  .container-main__play {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center; }
    .container-main__play a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 112px;
      height: 112px;
      backdrop-filter: blur(1.5px);
      border-radius: 10px;
      border-radius: 50%;
      margin-right: 20px; }
      .container-main__play a span {
        display: block;
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background: url(../img/main-block/play-icon.svg) no-repeat center/15px 18px, linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%), linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%); }
      .container-main__play a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -3px;
        left: -3px;
        opacity: 0;
        border: 3px solid rgba(255, 255, 255, 0.1);
        -webkit-animation: pulse1 1.5s linear infinite;
        -moz-animation: pulse1 1.5s linear infinite;
        animation: pulse1 1.5s linear infinite;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        border-radius: 999px;
        -webkit-box-shadow: inset 0px 0px 15px 10px rgba(255, 255, 255, 0.71);
        -moz-box-shadow: inset 0px 0px 15px 10px rgba(255, 255, 255, 0.71);
        box-shadow: inset 0px 0px 15px 10px rgba(255, 255, 255, 0.71); }
@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.1);
    opacity: .6; }
  70% {
    -webkit-transform: scale(1.2);
    opacity: .85; }
  80% {
    -webkit-transform: scale(1.2);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0; } }
    .container-main__play p {
      margin-top: 90px;
      width: 100%;
      max-width: 190px;
      background: #246581;
      border-radius: 6px;
      padding: 10px;
      font-size: 13px;
      line-height: 20px;
      color: #FFFFFF; }
      .container-main__play p span {
        font-family: "Gotham-Pro-Bold";
        color: #FFB800; }
    .container-main__play img {
      position: absolute;
      width: 61px;
      height: 30px;
      z-index: 1;
      left: 95px;
      top: 55px; }
  .container-main__name {
    padding-left: 10%;
    padding-bottom: 20px; }
    .container-main__name p:nth-child(1) {
      font-size: 20px;
      line-height: 21px;
      font-family: "Gotham-Pro-Bold";
      color: #FFFFFF; }
    .container-main__name p:nth-child(2) {
      font-size: 12px;
      line-height: 21px;
      color: #FFFFFF; }

.main-video {
  display: none;
  padding: 10px 0;
  margin: 0 auto; }
  .main-video .container {
    position: relative;
    padding-top: 12px;
    min-height: 180px;
    width: 100%;
    max-width: 450px; }
  .main-video img {
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    left: 2%;
    width: 96%;
    height: 100%;
    object-fit: cover; }
  .main-video p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px; }
    .main-video p span {
      font-family: "Gotham-Pro-bold"; }
  .main-video .main-video-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    backdrop-filter: blur(1.5px);
    border-radius: 10px;
    border-radius: 50%;
    margin-right: 20px;
    margin: 0 auto;
    position: relative; }
    .main-video .main-video-link span {
      display: block;
      width: 33px;
      height: 33px;
      border-radius: 50%;
      background: url(../img/main-block/play-icon.svg) no-repeat center/8px 10px, linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%), linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%); }
    .main-video .main-video-link::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: -3px;
      left: -3px;
      opacity: 0;
      border: 3px solid rgba(255, 115, 136, 0.5);
      -webkit-animation: pulse1 1.5s linear infinite;
      -moz-animation: pulse1 1.5s linear infinite;
      animation: pulse1 1.5s linear infinite;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      border-radius: 999px;
      -webkit-box-shadow: inset 0px 0px 15px 10px rgba(255, 115, 136, 0.5);
      -moz-box-shadow: inset 0px 0px 15px 10px rgba(255, 115, 136, 0.5);
      box-shadow: inset 0px 0px 15px 10px rgba(255, 115, 136, 0.5); }
@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.1);
    opacity: .6; }
  70% {
    -webkit-transform: scale(1.2);
    opacity: .85; }
  80% {
    -webkit-transform: scale(1.2);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0; } }
.calculator-block {
  background: #F0F2F5;
  padding: 50px 0 60px; }

.container-calculator .custom-title {
  margin-bottom: 30px; }
.container-calculator__form {
  background: #fff;
  padding: 30px 30px 50px;
  box-shadow: 0px 5px 20px rgba(201, 206, 219, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: space-between; }
  .container-calculator__form > div {
    width: 32%; }
  .container-calculator__form > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center; }
    .container-calculator__form > div:nth-child(3) img {
      width: 100%; }
  .container-calculator__form > div:nth-child(2) .container-calculator__item:nth-child(2) label > span:nth-child(2),
  .container-calculator__form > div:nth-child(2) .container-calculator__item:nth-child(2) label > span:nth-child(2)::before {
    border-radius: 0 !important; }
  .container-calculator__form > div:nth-child(2) .container-calculator__item:nth-child(2) label > span:nth-child(2)::before {
    background: #fff url(../img/calculator-block/icon.svg) no-repeat center/contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0; }
.container-calculator__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 23px; }
  .container-calculator__item p:nth-child(1) {
    font-size: 14px;
    line-height: 21px;
    font-family: "Gotham-Pro-Bold";
    color: #246581;
    margin-bottom: 6px; }
  .container-calculator__item > span {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 12px;
    color: #272727; }
  .container-calculator__item label {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2px; }
    .container-calculator__item label span:nth-child(2) {
      display: block;
      width: 15px;
      height: 15px;
      background: #FFFFFF;
      border: 2px solid #00BBEC;
      position: relative;
      border-radius: 50%;
      margin-right: 14px; }
      .container-calculator__item label span:nth-child(2)::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background: #246581;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        margin-top: -3.5px;
        margin-left: -3.5px;
        opacity: 0;
        transition: opacity .2s ease; }
    .container-calculator__item label span:nth-child(3) {
      font-size: 14px;
      line-height: 21px;
      color: #272727; }
  .container-calculator__item input {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .container-calculator__item input:checked + span::before {
    opacity: 1 !important; }
.container-calculator button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 312px;
  height: 57px;
  background: linear-gradient(180deg, #00CAFF 0%, #0095D5 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%);
  border-radius: 50px;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  outline: none;
  font-family: "Gotham-Pro-Bold";
  cursor: pointer;
  padding: 0 5px; }
  .container-calculator button:hover {
    background: linear-gradient(180deg, #06B4FF 0%, #0161A7 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%); }

.reviews-block {
  background: #246581 url(../img/reviews-block/bg.png) no-repeat center/cover;
  padding: 50px 0 60px; }

.container-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .container-reviews .custom-title {
    width: 100%;
    margin-bottom: 40px;
    color: #fff; }
  .container-reviews > p:nth-child(2) {
    width: 100%;
    padding: 0 10%;
    margin: 0 auto 50px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF; }
  .container-reviews__item {
    width: 24%;
    margin-bottom: 40px;
    display: flex;
    align-items: center; }
    .container-reviews__item img {
      display: block;
      width: 85px;
      height: 85px;
      object-fit: cover;
      margin-right: 15px;
      border-radius: 50%; }
    .container-reviews__item p {
      width: 100%;
      max-width: 170px;
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF;
      text-align: left !important; }
      .container-reviews__item p span {
        font-family: "Gotham-Pro-Bold";
        color: #00BBEC; }

.guarantee-block {
  padding: 50px 0; }

.container-guarantee {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .container-guarantee .custom-title {
    width: 100%;
    margin-bottom: 50px; }
    .container-guarantee .custom-title span {
      color: #00BBEC; }
  .container-guarantee__item {
    width: 32%;
    margin-bottom: 30px; }
    .container-guarantee__item > p {
      font-family: "Gotham-Pro-Bold";
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 30px;
      color: #272727; }
    .container-guarantee__item > div {
      padding: 20px;
      background: #F0F2F5;
      border-radius: 10px; }
      .container-guarantee__item > div div {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .container-guarantee__item > div div img {
          display: block;
          width: 118px;
          height: 118px;
          border-radius: 50%;
          margin-right: 20px; }
        .container-guarantee__item > div div p {
          font-family: "Gotham-Pro-Bold";
          font-size: 14px;
          line-height: 21px;
          color: #246581; }
          .container-guarantee__item > div div p span {
            display: block;
            font-family: "Gotham-Pro";
            color: inherit; }
      .container-guarantee__item > div > p {
        font-size: 14px;
        line-height: 21px;
        color: #272727;
        min-height: 110px; }
  .container-guarantee__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../img/guarantee-block/bg-form.png) no-repeat center right/cover;
    padding: 30px 100px;
    width: 100%;
    border-radius: 10px; }
    .container-guarantee__form > div:nth-child(1) {
      width: 100%;
      max-width: 600px;
      padding-right: 20px; }
      .container-guarantee__form > div:nth-child(1) p:nth-child(1) {
        font-family: "Gotham-Pro-Bold";
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 40px;
        color: #FFFFFF; }
      .container-guarantee__form > div:nth-child(1) p:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF; }
    .container-guarantee__form > div:nth-child(2) {
      width: 100%;
      max-width: 312px;
      display: flex;
      flex-direction: column; }
      .container-guarantee__form > div:nth-child(2) input {
        display: flex;
        align-items: center;
        width: 100%;
        background: #FFFFFF;
        border-radius: 50px;
        padding: 0 15px;
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 21px;
        color: #272727;
        border: 0;
        outline: none;
        height: 50px; }
      .container-guarantee__form > div:nth-child(2) input:nth-child(2) {
        margin-bottom: 30px; }
      .container-guarantee__form > div:nth-child(2) button {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%), linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%);
        border-radius: 50px;
        width: 100%;
        height: 57px;
        font-size: 13px;
        font-family: "Gotham-Pro-Bold";
        line-height: 21px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 0;
        outline: none;
        margin-bottom: 15px;
        cursor: pointer; }
        .container-guarantee__form > div:nth-child(2) button:hover {
          background: linear-gradient(180deg, #E22C48 0%, #C40522 100%); }
      .container-guarantee__form > div:nth-child(2) p {
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        color: #FFFFFF; }
        .container-guarantee__form > div:nth-child(2) p a {
          display: block;
          color: inherit; }

.boss-block {
  background: #F0F2F5;
  padding: 50px 0 65px; }

.container-boss {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .container-boss .custom-title {
    width: 100%;
    margin-bottom: 43px; }
    .container-boss .custom-title span {
      color: #00BBEC; }
  .container-boss img {
    width: 100%;
    max-width: 374px;
    height: auto; }
  .container-boss div {
    padding-left: 55px;
    width: 100%;
    max-width: 650px; }
    .container-boss div p:nth-child(1) {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 40px;
      color: #272727; }
      .container-boss div p:nth-child(1) span {
        font-family: "Gotham-Pro-Bold";
        color: #246581; }
      .container-boss div p:nth-child(1) span:nth-child(2) {
        padding-top: 30px;
        display: block; }
      .container-boss div p:nth-child(1) span:nth-child(1) {
        position: absolute;
        top: -15px;
        left: -35px;
        font-size: 40px;
        line-height: 50px;
        color: #246581; }
      .container-boss div p:nth-child(1) span:nth-child(3) {
        position: absolute;
        bottom: -13px;
        right: 13%;
        font-size: 40px;
        line-height: 50px;
        color: #246581; }
    .container-boss div p:nth-child(2) {
      font-family: "Gotham-Pro-Bold";
      font-size: 16px;
      line-height: 21px;
      color: #246581; }
      .container-boss div p:nth-child(2) span {
        color: inherit;
        font-family: "Gotham-Pro";
        display: block; }

.container-blue {
  padding-top: 25px;
  padding-bottom: 15px;
  background: url(../img/blue-form/bg.png) no-repeat center/cover;
  display: flex;
  position: relative; }
  .container-blue img {
    position: absolute;
    top: 30px;
    width: 100%;
    max-width: 226px;
    height: auto;
    left: 20%; }
  .container-blue > div {
    width: 100%;
    max-width: 650px;
    margin-left: auto; }
    .container-blue > div p:nth-child(1) {
      font-family: "Gotham-Pro-Bold";
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
      color: #FFFFFF;
      width: 100%;
      max-width: 550px; }
    .container-blue > div p:nth-child(2) {
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: 25px;
      width: 100%;
      max-width: 630px; }
    .container-blue > div > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .container-blue > div > div input {
        width: 48%;
        height: 57px;
        display: flex;
        align-items: center;
        background: #FFFFFF;
        border-radius: 50px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 21px;
        color: #272727;
        border: 0;
        outline: none; }
      .container-blue > div > div button {
        width: 48%;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%), linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%);
        border-radius: 50px;
        font-size: 13px;
        font-family: "Gotham-Pro-Bold";
        line-height: 21px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 0;
        outline: none;
        cursor: pointer; }
        .container-blue > div > div button:hover {
          background: linear-gradient(180deg, #E22C48 0%, #C40522 100%); }
      .container-blue > div > div p {
        width: 48%;
        margin-left: auto;
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        color: #FFFFFF;
        padding-top: 8px; }
        .container-blue > div > div p a {
          display: block;
          color: inherit; }

.experience-block {
  padding: 70px 0 50px; }

.container-experience {
  display: flex;
  justify-content: space-between; }
  .container-experience div:nth-child(1) {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 566px; }
    .container-experience div:nth-child(1) img {
      position: absolute;
      top: 0;
      left: -145px;
      width: 494px;
      height: 100%;
      z-index: 1;
      object-fit: contain; }
    .container-experience div:nth-child(1) p {
      position: absolute;
      width: 85%;
      bottom: 10px;
      left: 0;
      font-size: 20px;
      line-height: 21px;
      color: #FFFFFF;
      z-index: 2;
      font-family: "Gotham-Pro-Bold"; }
      .container-experience div:nth-child(1) p span {
        display: block;
        font-size: 12px;
        line-height: 21px;
        color: inherit;
        font-family: "Gotham-Pro"; }
  .container-experience .custom-title {
    margin-bottom: 50px;
    text-align: right;
    width: 100%; }
  .container-experience > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 780px;
    height: max-content; }
    .container-experience > div:nth-child(2) div:nth-child(5) {
      display: none; }
    .container-experience > div:nth-child(2) > div:nth-child(6) {
      width: 100%;
      max-width: 700px;
      margin-left: auto; }
    .container-experience > div:nth-child(2) > div:nth-child(6) > p {
      font-size: 16px;
      line-height: 24px;
      color: #272727;
      margin-bottom: 20px; }
    .container-experience > div:nth-child(2) > div:nth-child(6) > p:nth-child(2) {
      margin-bottom: 0; }
  .container-experience__item {
    width: 31%;
    background: #F0F2F5;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 15px 20px 20px; }
    .container-experience__item p:nth-child(1),
    .container-experience__item p:nth-child(2) {
      font-family: "Gotham-Pro-Bold";
      margin-bottom: 17px;
      font-size: 14px;
      line-height: 21px;
      color: #246581; }
    .container-experience__item p:nth-child(2) {
      margin-bottom: 0; }

.certificate-block {
  overflow: hidden;
  padding-bottom: 60px; }
  .certificate-block .certificate-slider {
    height: 500px; }
  .certificate-block .swiper-slide:nth-child(1), .certificate-block .swiper-slide:nth-child(3) {
    width: 20%; }
  .certificate-block .swiper-slide:nth-child(2), .certificate-block .swiper-slide:nth-child(4), .certificate-block .swiper-slide:nth-child(5) {
    width: 35%; }
  .certificate-block .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .certificate-block .swiper-button-prev {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    transform: opacity .3s ease; }
    .certificate-block .swiper-button-prev::after {
      content: '';
      background: url(../img/certificate-block/arrow.svg) no-repeat center/contain;
      display: block;
      width: 8px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -6px;
      transform: rotate(180deg); }
    .certificate-block .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .certificate-block .swiper-button-next {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    transform: opacity .3s ease; }
    .certificate-block .swiper-button-next::after {
      content: '';
      background: url(../img/certificate-block/arrow.svg) no-repeat center/contain;
      display: block;
      width: 8px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -6px; }
    .certificate-block .swiper-button-next.swiper-button-disabled {
      opacity: 0; }
  .certificate-block .swiper-pagination {
    bottom: 0;
    display: none; }

.container-certificate .custom-title {
  margin-bottom: 50px; }

.contact-block {
  padding: 50px 0 30px; }

.container-contact {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container-contact div:nth-child(1) {
    width: 100%;
    max-width: 365px;
    position: relative; }
    .container-contact div:nth-child(1) p {
      position: absolute;
      top: 60%;
      left: 20px;
      font-size: 20px;
      line-height: 21px;
      color: #FFFFFF;
      font-family: "Gotham-Pro-Bold"; }
      .container-contact div:nth-child(1) p span {
        font-size: 12px;
        line-height: 21px;
        color: inherit;
        display: block;
        font-family: "Gotham-Pro"; }
  .container-contact div:nth-child(2) {
    width: 100%;
    max-width: 315px; }
    .container-contact div:nth-child(2) p:nth-child(1) {
      font-family: "Gotham-Pro-Bold";
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 18px;
      color: #272727; }
    .container-contact div:nth-child(2) p:nth-child(2) {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 25px;
      color: #272727; }
    .container-contact div:nth-child(2) div {
      display: flex;
      flex-direction: column; }
      .container-contact div:nth-child(2) div input {
        width: 100%;
        height: 57px;
        display: flex;
        align-items: center;
        background: #FFFFFF;
        border-radius: 50px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 21px;
        color: #272727;
        border: 1px solid rgba(0, 0, 0, 0.2);
        outline: none;
        margin-bottom: 8px; }
        .container-contact div:nth-child(2) div input:nth-child(2) {
          margin-bottom: 30px; }
      .container-contact div:nth-child(2) div button {
        width: 100%;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%), linear-gradient(180deg, #FF3E5B 0%, #FF1F41 100%);
        border-radius: 50px;
        font-size: 13px;
        font-family: "Gotham-Pro-Bold";
        line-height: 21px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 0;
        outline: none;
        cursor: pointer; }
        .container-contact div:nth-child(2) div button:hover {
          background: linear-gradient(180deg, #E22C48 0%, #C40522 100%); }
      .container-contact div:nth-child(2) div p {
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        color: #272727;
        padding-top: 8px; }
        .container-contact div:nth-child(2) div p a {
          display: block;
          color: inherit; }
  .container-contact > div:nth-child(3) {
    padding: 30px;
    border-radius: 10px;
    background: url(../img/contact-block/bg-soc.png) no-repeat center/cover;
    display: flex;
    flex-direction: column; }
    .container-contact > div:nth-child(3) p:nth-child(1) {
      font-family: "Gotham-Pro-Bold";
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 55px;
      color: #FFFFFF; }
    .container-contact > div:nth-child(3) p:nth-child(2),
    .container-contact > div:nth-child(3) p:nth-child(3),
    .container-contact > div:nth-child(3) p:nth-child(4) {
      font-family: "Gotham-Pro-Bold";
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: 20px; }
      .container-contact > div:nth-child(3) p:nth-child(2) span, .container-contact > div:nth-child(3) p:nth-child(2) a,
      .container-contact > div:nth-child(3) p:nth-child(3) span,
      .container-contact > div:nth-child(3) p:nth-child(3) a,
      .container-contact > div:nth-child(3) p:nth-child(4) span,
      .container-contact > div:nth-child(3) p:nth-child(4) a {
        font-family: "Gotham-Pro";
        color: inherit;
        display: block;
        width: max-content;
        text-decoration: none; }
    .container-contact > div:nth-child(3) div {
      display: flex; }
      .container-contact > div:nth-child(3) div a {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 6px; }

.filter-block {
  padding: 50px 0; }

.container-filter .custom-title {
  margin-bottom: 50px; }
.container-filter .filter-item {
  position: relative;
  z-index: 2; }
  .container-filter .filter-item .swiper-slide {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    border: 1px solid transparent;
    transition: border-color .2s ease, border-bottom-color 0s ease;
    border-radius: 10px 10px 0 0; }
    .container-filter .filter-item .swiper-slide div {
      width: 100%;
      max-width: 145px;
      height: 70px; }
    .container-filter .filter-item .swiper-slide:nth-child(1) div {
      background: url(../img/filter-block/icon-1.svg) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide:nth-child(1).swiper-slide-thumb-active div {
      background: url(../img/filter-block/icon-1-active.svg) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide:nth-child(2) div {
      background: url(../img/filter-block/topol_logo_non_active.png) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide:nth-child(2).swiper-slide-thumb-active div {
      background: url(../img/filter-block/topol_logo.png) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide:nth-child(3) div {
      background: url(../img/filter-block/icon-2.svg) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide:nth-child(3).swiper-slide-thumb-active div {
      background: url(../img/filter-block/icon-2-active.svg) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide:nth-child(4) div {
      background: url(../img/filter-block/icon-3.svg) no-repeat center/contain; }
	.container-filter .filter-item .swiper-slide:nth-child(4).swiper-slide-thumb-active div {
      background: url(../img/filter-block/icon-3-active.svg) no-repeat center/contain; }  
    .container-filter .filter-item .swiper-slide:nth-child(5) div {
      background: url(../img/filter-block/Kolo-vesi-horizontal-1.png) no-repeat center/contain; }
	  	.container-filter .filter-item .swiper-slide:nth-child(5).swiper-slide-thumb-active div {
      background: url(../img/filter-block/Kolo-vesi-horizontal.png) no-repeat center/contain; }  
    .container-filter .filter-item .swiper-slide:nth-child(6) div {
      background: url(../img/filter-block/logo-volgar76-1.png) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide:nth-child(6).swiper-slide-thumb-active div {
      background: url(../img/filter-block/logo-volgar76.png) no-repeat center/contain; }	 
    .container-filter .filter-item .swiper-slide:nth-child(7) div {
      background: url(../img/filter-block/icon-5.svg) no-repeat center/contain; }
    .container-filter .filter-item .swiper-slide.swiper-slide-thumb-active {
      border-color: #D9D9D9;
      border-bottom-color: #fff; }
.container-filter .filter-form {
  margin-top: -1px;
  overflow: visible; }
  .container-filter .filter-form .swiper-slide {
    padding: 25px 60px 35px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    opacity: 0; }
    .container-filter .filter-form .swiper-slide.swiper-slide-active {
      opacity: 1; }
    .container-filter .filter-form .swiper-slide:nth-child(1) {
      border-radius: 0 10px 10px 10px; }
    .container-filter .filter-form .swiper-slide:last-child {
      border-radius: 10px 0 10px 10px; }
  .container-filter .filter-form .swiper-button-next, .container-filter .filter-form .swiper-button-prev {
    display: block;
    background: #FFFFFF;
    border: 1px solid rgba(201, 206, 219, 0.5);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    z-index: 11;
    top: -47px; }
  .container-filter .filter-form .swiper-button-next {
    right: -60px; }
    .container-filter .filter-form .swiper-button-next::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/filter-block/arrow-right.svg) no-repeat center/10px 12px; }
  .container-filter .filter-form .swiper-button-prev {
    left: -60px; }
    .container-filter .filter-form .swiper-button-prev::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/filter-block/arrow-left.svg) no-repeat center/10px 12px; }
.container-filter__filters {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .container-filter__filters label {
    position: relative;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 15px;
    cursor: pointer; }
    .container-filter__filters label input {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      font-size: 0;
      opacity: 0; }
    .container-filter__filters label span {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border: 1px solid rgba(201, 206, 219, 0.5);
      border-radius: 50px;
      width: 100%;
      height: 50px;
      font-size: 14px;
      line-height: 138%;
      text-align: center;
      color: #000000;
      transition: background .2s ease, color .2s ease; }
    .container-filter__filters label input:checked + span {
      background: #246581;
      color: #fff; }
.container-filter__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px; }
  .container-filter__info > div:nth-child(1) {
    width: 100%;
    max-width: 410px; }
    .container-filter__info > div:nth-child(1) p:nth-child(1),
    .container-filter__info > div:nth-child(1) p:nth-child(3) {
      font-family: "Gotham-Pro-Bold";
      font-size: 14px;
      line-height: 24px;
      color: #272727;
      margin-bottom: 30px; }
    .container-filter__info > div:nth-child(1) p:nth-child(2) {
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 21px;
      color: #272727; }
    .container-filter__info > div:nth-child(1) p:nth-child(4),
    .container-filter__info > div:nth-child(1) p:nth-child(5),
    .container-filter__info > div:nth-child(1) p:nth-child(6),
    .container-filter__info > div:nth-child(1) p:nth-child(7) {
      width: 100%;
      display: flex;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 2px; }
      .container-filter__info > div:nth-child(1) p:nth-child(4) span,
      .container-filter__info > div:nth-child(1) p:nth-child(5) span,
      .container-filter__info > div:nth-child(1) p:nth-child(6) span,
      .container-filter__info > div:nth-child(1) p:nth-child(7) span {
        font-family: "Gotham-Pro-Bold";
        margin-left: auto; }
  .container-filter__info > div:nth-child(2) {
    display: flex;
    padding-left: 30px;
    justify-content: space-between;
    width: 100%;
    max-width: 720px; }
    .container-filter__info > div:nth-child(2) ul {
      margin-bottom: 20px; }
    .container-filter__info > div:nth-child(2) li {
      padding-left: 30px;
      font-size: 14px;
      line-height: 30px;
      color: #000000;
      margin-bottom: 5px;
      list-style-type: none;
      position: relative;
      display: flex;
      align-items: center; }
      .container-filter__info > div:nth-child(2) li::before {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        left: 0;
        background: url(../img/filter-block/like-not.svg) no-repeat center/15px 12px; }
      .container-filter__info > div:nth-child(2) li.ok::before {
        background: #60BD35 url(../img/filter-block/like-ok.svg) no-repeat center/10px 7px; }
    .container-filter__info > div:nth-child(2) p:nth-child(2) {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px;
      color: #000000; }
      .container-filter__info > div:nth-child(2) p:nth-child(2) span {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 30px;
        text-decoration-line: line-through;
        color: #A4A7AE; }
    .container-filter__info > div:nth-child(2) a:nth-child(3), .container-filter__info > div:nth-child(2) button {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #00CAFF 0%, #0095D5 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%);
      border-radius: 50px;
      cursor: pointer;
      border: 0;
      outline: none;
      width: 100%;
      height: 57px;
      font-size: 13px;
      line-height: 21px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Gotham-Pro-Bold";
      text-decoration: none;
      padding: 0 20px;
      color: #FFFFFF;
      margin-bottom: 20px; }
      .container-filter__info > div:nth-child(2) a:nth-child(3):hover, .container-filter__info > div:nth-child(2) button:hover {
        background: linear-gradient(180deg, #06B4FF 0%, #0161A7 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%); }
    .container-filter__info > div:nth-child(2) p:nth-child(4),
    .container-filter__info > div:nth-child(2) p:nth-child(5) {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 30px;
      color: #000000; }
      .container-filter__info > div:nth-child(2) p:nth-child(4) span,
      .container-filter__info > div:nth-child(2) p:nth-child(5) span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        margin-right: 12px;
        background: #D1D1D1; }
    .container-filter__info > div:nth-child(2) p:nth-child(6) {
      display: flex;
      align-items: center; }
      .container-filter__info > div:nth-child(2) p:nth-child(6) a {
        color: #60BD35;
        font-size: 14px;
        line-height: 30px;
        text-decoration: none; }
      .container-filter__info > div:nth-child(2) p:nth-child(6) span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 21px;
        height: 21px;
        margin-right: 12px; }
.container-filter__img {
  width: 100%;
  max-width: 267px;
  background: #FFFFFF;
  border: 1px solid rgba(201, 206, 219, 0.5);
  border-radius: 10px;
  margin-right: 30px; }
  .container-filter__img img {
    width: 100%;
    height: auto;
    object-fit: contain; }

.history-block {
  padding: 50px 0 60px;
  background: #F0F2F5; }
  .history-block__block-item {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%; }
  .history-block__item {
    position: relative;
    width: 19%;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .history-block__item:nth-child(1)::before, .history-block__item:nth-child(2)::before {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      right: -6%;
      z-index: 2;
      background: url(../img/history-block/Arrow.svg) no-repeat center/contain;
      width: 40px;
      height: 20px; }
    .history-block__item:last-child {
      width: 39%;
      position: relative; }
      .history-block__item:last-child > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .history-block__item:last-child a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 126px;
        height: 126px;
        backdrop-filter: blur(1.5px);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        border-radius: 50%;
        margin-left: -63px;
        margin-top: -63px;
        cursor: pointer; }
        .history-block__item:last-child a::before {
          content: '';
          display: block;
          width: 74px;
          height: 74px;
          border-radius: 50%;
          background: url(../img/history-block/play.svg) no-repeat center/cover; }
        .history-block__item:last-child a::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: -3px;
          left: -3px;
          opacity: 0;
          border: 3px solid rgba(255, 255, 255, 0.1);
          -webkit-animation: pulse1 1.5s linear infinite;
          -moz-animation: pulse1 1.5s linear infinite;
          animation: pulse1 1.5s linear infinite;
          -webkit-border-radius: 999px;
          -moz-border-radius: 999px;
          border-radius: 999px;
          -webkit-box-shadow: inset 0px 0px 15px 10px rgba(255, 255, 255, 0.71);
          -moz-box-shadow: inset 0px 0px 15px 10px rgba(255, 255, 255, 0.71);
          box-shadow: inset 0px 0px 15px 10px rgba(255, 255, 255, 0.71); }
@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.1);
    opacity: .6; }
  70% {
    -webkit-transform: scale(1.2);
    opacity: .85; }
  80% {
    -webkit-transform: scale(1.2);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0; } }
      .history-block__item:last-child p {
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 21px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 14px;
        z-index: 1;
        width: 100%;
        max-width: 250px;
        color: #272727; }
    .history-block__item > div {
      display: flex;
      background: #FFFFFF;
      border-radius: 10px 10px 0px 0px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 15px 10px;
      min-height: 170px; }
      .history-block__item > div img {
        display: block;
        width: 92px;
        height: 92px;
        border-radius: 50%;
        margin-right: 15px; }
      .history-block__item > div p {
        font-size: 14px;
        line-height: 21px;
        color: #272727; }
        .history-block__item > div p span {
          display: block;
          font-family: "Gotham-Pro-Bold";
          color: inherit;
          margin-bottom: 5px; }
    .history-block__item > img {
      width: 100%;
      min-height: 320px;
      object-fit: cover;
      border-radius: 0 0 10px 10px; }

.container-history .custom-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px; }
  .container-history .custom-title span {
    color: #00BBEC; }
.container-history__text {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #272727; }
  .container-history__text span {
    font-family: "Gotham-Pro-Bold";
    color: inherit; }

.portfolio-block {
  padding: 50px 0; }

.container-portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .container-portfolio .custom-title {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10%; }
    .container-portfolio .custom-title span {
      color: #00BBEC; }
  .container-portfolio__text {
    width: 100%;
    padding: 0 13%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #272727;
    margin-bottom: 30px; }
  .container-portfolio__block-item {
    width: 100%;
    max-width: 740px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .container-portfolio__block-item > p {
      width: 100%;
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 50px;
      color: #272727;
      font-family: "Gotham-Pro-Bold"; }
      .container-portfolio__block-item > p span {
        font-family: inherit;
        color: #FF1F41; }
    .container-portfolio__block-item > div:last-child {
      display: flex;
      align-items: center; }
      .container-portfolio__block-item > div:last-child img {
        width: 58px;
        height: 58px;
        margin-right: 27px;
        object-fit: cover; }
      .container-portfolio__block-item > div:last-child a {
        display: inline-block;
        width: 100%;
        max-width: 350px;
        font-family: "Gotham-Pro-Bold";
        font-size: 20px;
        line-height: 30px;
        text-decoration-line: underline;
        color: #FF1F41; }
  .container-portfolio__item {
    margin-bottom: 30px; }
    .container-portfolio__item > div {
      width: 100%;
      height: 220px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px; }
      .container-portfolio__item > div img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .container-portfolio__item > div p {
        position: absolute;
        width: 100%;
        max-width: 200px;
        min-height: 40px;
        background: #FFFFFF;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 11px;
        bottom: 10px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #272727; }
        .container-portfolio__item > div p span {
          font-family: "Gotham-Pro-Bold";
          color: inherit; }
      .container-portfolio__item > div a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        background: linear-gradient(100.19deg, rgba(255, 255, 255, 0.474) 26.6%, rgba(255, 255, 255, 0.198) 107.31%);
        backdrop-filter: blur(1.5px);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-left: -35px;
        margin-top: -35px;
        cursor: pointer; }
        .container-portfolio__item > div a::before {
          content: '';
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: url(../img/history-block/play.svg) no-repeat center/cover; }
    .container-portfolio__item > p:nth-child(2) {
      font-family: "Gotham-Pro-Bold";
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 21px;
      color: #272727; }
    .container-portfolio__item > p:nth-child(3), .container-portfolio__item > p:nth-child(4) {
      font-size: 12px;
      line-height: 18px;
      color: #272727; }
      .container-portfolio__item > p:nth-child(3) span, .container-portfolio__item > p:nth-child(4) span {
        font-family: "Gotham-Pro-Bold"; }
  .container-portfolio__comment {
    width: 100%;
    max-width: 410px; }
    .container-portfolio__comment > p {
      width: 100%;
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 30px;
      color: #272727;
      font-family: "Gotham-Pro-Bold"; }
      .container-portfolio__comment > p span {
        font-family: inherit;
        color: #FF1F41; }
  .container-portfolio .swiper-wrapper {
    flex-wrap: wrap; }
  .container-portfolio .swiper-slide {
    height: max-content;
    width: 48%;
    margin-right: 2%; }
  .container-portfolio .swiper-button-next, .container-portfolio .swiper-button-prev {
    display: none; }

.portfolioTwo-block {
  padding: 0 0 50px; }

.container-portfolioTwo .custom-title {
  margin-bottom: 30px; }
.container-portfolioTwo__text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #272727; }
.container-portfolioTwo__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #F0F2F5;
  border-radius: 10px; }
  .container-portfolioTwo__item.hidden {
    display: none !important; }
.container-portfolioTwo__info {
  width: 100%;
  max-width: 650px; }
  .container-portfolioTwo__info > p:nth-child(1) {
    font-family: "Gotham-Pro-Bold";
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #272727; }
  .container-portfolioTwo__info > p:nth-child(2) {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
    color: #272727; }
  .container-portfolioTwo__info > p:nth-child(3) {
    display: none; }
  .container-portfolioTwo__info > div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .container-portfolioTwo__info > div p:nth-child(1) {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 170px;
      height: 57px;
      background: #FFFFFF;
      border-radius: 50px;
      font-size: 14px;
      line-height: 21px;
      color: #272727; }
    .container-portfolioTwo__info > div a {
      background: linear-gradient(180deg, #00CAFF 0%, #0095D5 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%);
      border-radius: 50px;
      font-family: "Gotham-Pro-Bold";
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      line-height: 21px;
      text-transform: uppercase;
      color: #FFFFFF;
      text-decoration: none;
      width: 100%;
      max-width: 270px;
      height: 57px; }
      .container-portfolioTwo__info > div a:hover {
        background: linear-gradient(180deg, #06B4FF 0%, #0161A7 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%); }
    .container-portfolioTwo__info > div p:nth-child(3) {
      width: 100%;
      max-width: 180px;
      font-size: 12px;
      line-height: 18px;
      color: #246581; }
.container-portfolioTwo__slider {
  width: 100%;
  max-width: 410px;
  height: 300px;
  display: flex;
  justify-content: space-between; }
  .container-portfolioTwo__slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .container-portfolioTwo__slider .portfolioBig {
    width: 100%;
    max-width: 300px; }
    .container-portfolioTwo__slider .portfolioBig .swiper-slide {
      border-radius: 10px;
      overflow: hidden; }
    .container-portfolioTwo__slider .portfolioBig .swiper-button-next {
      width: 28px;
      height: 28px; }
      .container-portfolioTwo__slider .portfolioBig .swiper-button-next::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff url(../img/portfolio-block-2/arrow-right.svg) no-repeat center/5px 8px;
        border: 1px solid rgba(139, 152, 167, 0.5);
        border-radius: 2px; }
      .container-portfolioTwo__slider .portfolioBig .swiper-button-next:hover::after {
        background: #00BBEC url(../img/portfolio-block-2/arrow-right-active.svg) no-repeat center/5px 8px;
        border-color: #00BBEC; }
    .container-portfolioTwo__slider .portfolioBig .swiper-button-prev {
      width: 28px;
      height: 28px; }
      .container-portfolioTwo__slider .portfolioBig .swiper-button-prev::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff url(../img/portfolio-block-2/arrow-left.svg) no-repeat center/5px 8px;
        border: 1px solid rgba(139, 152, 167, 0.5);
        border-radius: 2px; }
      .container-portfolioTwo__slider .portfolioBig .swiper-button-prev:hover::after {
        background: #00BBEC url(../img/portfolio-block-2/arrow-left-active.svg) no-repeat center/5px 8px;
        border-color: #00BBEC; }
  .container-portfolioTwo__slider .portfolioSmoll {
    width: 100%;
    max-width: 84px; }
    .container-portfolioTwo__slider .portfolioSmoll .swiper-slide {
      border-radius: 5px;
      overflow: hidden; }
.container-portfolioTwo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  font-family: "Gotham-Pro-Bold";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #272727; }
  .container-portfolioTwo > a img {
    display: block;
    width: 12px;
    height: 8px;
    margin-left: 10px; }

.modal-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transform: scale(0);
  transition: transform .5s ease; }
  .modal-block.active {
    transform: scale(1); }
  .modal-block .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6); }
  .modal-block .modal {
    display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 2; }
    .modal-block .modal.active {
      display: flex; }
    .modal-block .modal p:nth-child(1) {
      font-family: "Gotham-Pro-Bold";
      margin-bottom: 13px;
      font-size: 16px;
      line-height: 149.8%;
      text-align: center;
      letter-spacing: 0.01em;
      color: #272727; }
    .modal-block .modal input {
      display: flex;
      align-items: center;
      padding: 0 20px;
      font-size: 12px;
      line-height: 11px;
      letter-spacing: 0.01em;
      color: #272727;
      width: 100%;
      background: #FFFFFF;
      border: 1px solid #405060;
      border-radius: 50px;
      height: 40px;
      margin-bottom: 7px;
      outline: none; }
    .modal-block .modal button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50px;
      font-family: "Gotham-Pro-Bold";
      font-size: 13px;
      line-height: 21px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-top: 15px;
      margin-bottom: 15px;
      border: 0;
      outline: none;
      background: linear-gradient(180deg, #00CAFF 0%, #0095D5 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%);
      border-radius: 50px;
      cursor: pointer; }
      .modal-block .modal button:hover {
        background: linear-gradient(180deg, #06B4FF 0%, #0161A7 100%), linear-gradient(180deg, #00CAFF 0%, #0095D5 100%); }
    .modal-block .modal p.politic {
      font-size: 11px;
      line-height: 14px;
      text-align: center;
      color: #3F3F3F; }
  .modal-block .modal-calculator {
    width: 100%;
    max-width: 300px;
    padding: 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
    border-radius: 10px; }
    .modal-block .modal-calculator img {
      display: block;
      width: 85px;
      height: 85px;
      border-radius: 50%;
      margin-bottom: 14px; }
  .modal-block .modal-master {
    width: 100%;
    max-width: 570px;
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
    border-radius: 10px;
    padding: 35px 30px 37px;
    justify-content: flex-start;
    align-items: start; }
    .modal-block .modal-master p:nth-child(1) {
      margin-bottom: 30px; }
    .modal-block .modal-master ul {
      width: 100%;
      max-width: 307px;
      margin-bottom: 20px; }
    .modal-block .modal-master li {
      list-style-type: none;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.01em;
      color: #272727;
      margin-bottom: 10px; }
    .modal-block .modal-master input, .modal-block .modal-master button, .modal-block .modal-master p:nth-child(5) {
      width: 100%;
      max-width: 260px; }
    .modal-block .modal-master button {
      margin-top: 0;
      margin-bottom: 7px; }
    .modal-block .modal-master .block-img {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      height: 100%;
      width: 100%;
      max-width: 300px; }
      .modal-block .modal-master .block-img img {
        position: absolute;
        bottom: 0;
        right: -20px;
        width: 100%;
        max-width: 295px;
        height: 453px; }
      .modal-block .modal-master .block-img p {
        position: relative;
        padding-bottom: 50px;
        z-index: 2;
        font-size: 12px;
        line-height: 21px;
        color: #FFFFFF; }
        .modal-block .modal-master .block-img p span {
          display: block;
          font-size: 20px;
          line-height: 21px;
          font-family: "Gotham-Pro-Bold"; }
  .modal-block .modal-contact {
    width: 100%;
    max-width: 800px;
    padding: 25px 20px;
    background: #FFFFFF url(../img/modal/modal-bg.png) no-repeat center/cover;
    box-shadow: 0px 0px 28px rgba(154, 161, 176, 0.2);
    border-radius: 10px;
    align-items: start; }
    .modal-block .modal-contact > div:nth-child(1) {
      width: 100%;
      max-width: 470px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .modal-block .modal-contact > div:nth-child(1) p:nth-child(1) {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 149.8%;
        text-align: center;
        letter-spacing: 0.01em;
        color: #272727;
        font-family: "Gotham-Pro"; }
      .modal-block .modal-contact > div:nth-child(1) p:nth-child(2) {
        margin-bottom: 20px;
        font-family: "Gotham-Pro-Bold";
        font-size: 14px;
        line-height: 149.8%;
        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #246581; }
      .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) p {
          width: 100%;
          max-width: 200px;
          margin-right: 20px;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.01em;
          font-family: "Gotham-Pro";
          text-align: left;
          margin-bottom: 0;
          color: #272727; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label {
          position: relative;
          border-radius: 50%;
          overflow: hidden;
          margin: 0 3px;
          cursor: pointer; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) input {
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          font-size: 0;
          line-height: 0;
          opacity: 0; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) span {
          display: block;
          width: 48px;
          height: 48px;
          background: #000;
          background: rgba(201, 206, 219, 0.5);
          transition: background .3s ease; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(2) span {
          background: rgba(201, 206, 219, 0.5) url(../img/modal/icon-1.svg) no-repeat center/26px 26px; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(3) span {
          background: rgba(201, 206, 219, 0.5) url(../img/modal/icon-2.svg) no-repeat center/26px 26px; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(4) span {
          background: rgba(201, 206, 219, 0.5) url(../img/modal/icon-3.svg) no-repeat center/26px 26px; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(2) input:checked + span,
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(2) span:hover {
          background: #60BD35 url(../img/modal/icon-1.svg) no-repeat center/26px 26px; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(3) input:checked + span,
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(3) span:hover {
          background: #06ACFD url(../img/modal/icon-2.svg) no-repeat center/26px 26px; }
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(4) input:checked + span,
        .modal-block .modal-contact > div:nth-child(1) div:nth-child(3) label:nth-child(4) span:hover {
          background: #782DB3 url(../img/modal/icon-3.svg) no-repeat center/26px 26px; }
      .modal-block .modal-contact > div:nth-child(1) > input {
        max-width: 280px; }
      .modal-block .modal-contact > div:nth-child(1) > button {
        max-width: 280px;
        margin-top: 0;
        margin-bottom: 9px; }
      .modal-block .modal-contact > div:nth-child(1) p.politic {
        width: 100%;
        max-width: 280px; }
    .modal-block .modal-contact > div:nth-child(2) {
      display: flex;
      align-items: center;
      padding-top: 30px; }
      .modal-block .modal-contact > div:nth-child(2) p {
        margin-right: 20px;
        font-size: 12px;
        line-height: 149.8%;
        font-family: "Gotham-Pro";
        letter-spacing: 0.01em;
        color: #272727; }
      .modal-block .modal-contact > div:nth-child(2) > div {
        display: flex;
        align-items: center; }
        .modal-block .modal-contact > div:nth-child(2) > div img {
          display: block;
          width: 66px;
          height: 66px;
          margin-right: 12px;
          border-radius: 50%; }
        .modal-block .modal-contact > div:nth-child(2) > div p {
          width: 100%;
          max-width: 140px;
          font-size: 12px;
          line-height: 15px;
          letter-spacing: 0.01em;
          color: #272727; }
  .modal-block .modal-thank {
    background: #FFFFFF;
    border-radius: 10px;
    flex-direction: column;
    padding: 30px 40px 40px; }
    .modal-block .modal-thank img {
      display: block;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      margin-bottom: 35px; }
    .modal-block .modal-thank p:nth-child(2) {
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #272727;
      margin-bottom: 12px;
      font-family: "Gotham-Pro-Bold"; }
    .modal-block .modal-thank p:nth-child(3) {
      width: 100%;
      max-width: 225px;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      color: #272727; }
  .modal-block .exit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    background: url(../img/modal/exit.svg) no-repeat center/cover;
    z-index: 2; }

.mainPage-block {
  background: url(../img/thank-page/thank-bg.png) no-repeat center/cover; }

.container-mainPage {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative; }
  .container-mainPage > p {
    background: linear-gradient(100.19deg, rgba(255, 255, 255, 0.474) 26.6%, rgba(255, 255, 255, 0.198) 107.31%);
    backdrop-filter: blur(1.5px);
    border-radius: 6px;
    position: absolute;
    bottom: 115px;
    left: 15%;
    padding: 20px;
    font-size: 12px;
    line-height: 21px;
    color: #FFFFFF;
    border: 1px solid #fff; }
    .container-mainPage > p span {
      font-size: 20px;
      line-height: 21px;
      font-family: "Gotham-Pro-Bold";
      display: block; }
  .container-mainPage > div {
    width: 100%;
    max-width: 550px;
    margin-left: auto; }
    .container-mainPage > div p:nth-child(1) {
      margin-bottom: 20px;
      font-family: "Gotham-Pro-Bold";
      font-size: 48px;
      line-height: 60px;
      color: #246581; }
    .container-mainPage > div p:nth-child(2) {
      font-size: 18px;
      line-height: 30px;
      color: #246581; }

.block-youtube {
  padding: 40px 0 60px; }

.container-youtube {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .container-youtube > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%; }
    .container-youtube > div:nth-child(1) div {
      width: 100%;
      max-width: 900px; }
      .container-youtube > div:nth-child(1) div p:nth-child(1) {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 40px;
        color: #272727; }
      .container-youtube > div:nth-child(1) div p:nth-child(2) {
        font-size: 16px;
        line-height: 30px;
        color: #272727; }
    .container-youtube > div:nth-child(1) a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 240px;
      height: 57px;
      background: #FF2D54;
      border-radius: 50px;
      font-size: 13px;
      line-height: 21px;
      font-family: "Gotham-Pro-Bold";
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      text-decoration: none; }
      .container-youtube > div:nth-child(1) a img {
        display: block;
        width: 41px;
        height: 41px;
        object-fit: contain;
        margin-right: 10px; }
      .container-youtube > div:nth-child(1) a:hover {
        background: linear-gradient(180deg, #E22C48 0%, #C40522 100%); }
  .container-youtube__item img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    margin-bottom: 20px; }
  .container-youtube__item p {
    font-size: 16px;
    line-height: 25px;
    color: #272727; }
  .container-youtube .swiper-button-next, .container-youtube .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid rgba(139, 152, 167, 0.5);
    border-radius: 2px;
    top: 41%; }
    .container-youtube .swiper-button-next::after, .container-youtube .swiper-button-prev::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../img/thank-page/arrow-right.svg) no-repeat center/8px 10px; }
  .container-youtube .swiper-button-prev::after {
    transform: rotate(180deg); }

/*# sourceMappingURL=main.css.map */
.container-filter__info {
  display: none;
}
.container-filter__info.active {
  display: flex;
}