* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

ol, ul {
  list-style: none; }

body {
  overflow-x: hidden; }

@font-face {
  font-family: Object Sans;
  src: url(../fonts/ObjectSans-Regular.woff2), url(../fonts/ObjectSans-Regular.otf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Object Sans;
  src: url(../fonts/ObjectSans-Slanted.woff2), url(../fonts/ObjectSans-Slanted.otf);
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: Object Sans;
  src: url(../fonts/ObjectSans-Heavy.woff2), url(../fonts/ObjectSans-Heavy.otf);
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: Object Sans;
  src: url(../fonts/ObjectSans-HeavySlanted.woff2), url(../fonts/ObjectSans-HeavySlanted.otf);
  font-weight: bold;
  font-style: italic; }

.btn {
  background: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
  width: 395px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: white;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1; }
  .btn:hover {
    color: #000; }
    .btn:hover:after {
      width: 100%; }

.link-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.035em;
  color: #FF3366;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 25px; }
  .link-more img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 10px;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    right: 0; }
  .link-more.active img {
    -webkit-transform: translateY(-3px) rotate(180deg);
        -ms-transform: translateY(-3px) rotate(180deg);
            transform: translateY(-3px) rotate(180deg); }

.background-animate {
  background: -o-linear-gradient(49deg, #FF3366, #d478b7);
  background: linear-gradient(41deg, #FF3366, #d478b7);
  background-size: 400% 400%;
  -webkit-animation: background-animate 5s ease infinite;
          animation: background-animate 5s ease infinite; }

@-webkit-keyframes background-animate {
  0% {
    background-position: 0% 51%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 51%; } }

@keyframes background-animate {
  0% {
    background-position: 0% 51%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 51%; } }

@media (max-width: 1560px) {
  .btn {
    height: 70px;
    font-size: 18px; } }

@media (max-width: 992px) {
  .btn {
    font-size: 15px;
    width: auto; } }

@media (max-width: 992px) {
  .btn {
    height: 50px;
    font-size: 15px;
    width: auto; } }

body {
  font-family: Object Sans, sans-serif; }

.header {
  position: fixed;
  height: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 420px;
  z-index: 100;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: 1; }
  .header-logo {
    background-image: url(../img/logo-mini.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 80px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .header-hamburger {
    width: 25px;
    height: 14px;
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 40px;
    opacity: 0;
    visibility: hidden; }
    .header-hamburger div {
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: #fff;
      -webkit-transform: rotate(0) translate(0, 0);
          -ms-transform: rotate(0) translate(0, 0);
              transform: rotate(0) translate(0, 0);
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .header-hamburger div:nth-child(1) {
        top: 0; }
      .header-hamburger div:nth-child(2) {
        top: 10px; }
    .header-hamburger.close div:nth-child(1) {
      top: 7px;
      -webkit-transform: rotate(-225deg);
          -ms-transform: rotate(-225deg);
              transform: rotate(-225deg); }
    .header-hamburger.close div:nth-child(2) {
      top: 7px;
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg); }
  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .header-content__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .header-content__menu li {
        margin-right: 50px;
        height: 100%; }
        .header-content__menu li a {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0.065em;
          color: #fff;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; }
          .header-content__menu li a:after {
            bottom: 30%;
            content: "";
            display: block;
            height: 2px;
            left: 50%;
            position: absolute;
            background: #FF3366;
            -webkit-transition: width 0.3s ease 0s,left 0.3s ease 0s;
            -o-transition: width 0.3s ease 0s,left 0.3s ease 0s;
            transition: width 0.3s ease 0s,left 0.3s ease 0s;
            width: 0; }
          .header-content__menu li a:hover:after {
            width: 100%;
            left: 0; }
  .header-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #FF3366;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #fff;
    width: 520px;
    padding-left: 100px; }

.header.fixed {
  background: #fff;
  height: 80px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); }
  .header.fixed .header-logo {
    width: 156px;
    background-image: url(../img/logo.svg); }
  .header.fixed .header-hamburger div {
    background-color: #FF3366; }
  .header.fixed .header-btn {
    opacity: 1;
    visibility: visible; }
  .header.fixed .header-content__menu li a {
    color: #FF3366; }

@media (max-width: 1560px) {
  .header {
    height: 100px;
    padding-left: 240px; }
    .header-logo {
      background-image: url(../img/logo.svg);
      width: 156px; }
  .header.fixed {
    height: 60px; }
  .header-btn {
    width: 400px;
    padding-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.header-hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0; }

@media (max-width: 1366px) {
  .header-btn {
    visibility: unset !important;
    opacity: unset;
    width: auto; }
  .header-content {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-left: 150px;
    padding-top: 150px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
    .header-content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url("../img/main-img.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .header-content.hidden-mob {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
    .header-content__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      margin-bottom: 100px; }
      .header-content__menu li {
        margin-right: 0;
        margin-bottom: 30px; }
        .header-content__menu li:last-child {
          margin-bottom: 0; }
        .header-content__menu li a {
          font-size: 32px;
          color: #fff !important; }
          .header-content__menu li a:after {
            bottom: -2px; }
    .header-content .header-btn {
      opacity: 1 !important;
      background-color: unset;
      height: auto;
      font-size: 32px;
      color: #fff !important;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; }
  .header-hamburger {
    opacity: 1;
    visibility: visible;
    z-index: 102; } }

@media (max-width: 1024px) {
  .header {
    padding-left: 150px; } }

@media (max-width: 992px) {
  .header {
    padding-left: 50px; }
  .header-content {
    padding-left: 50px; } }

@media (max-width: 768px) {
  .header-content:before {
    background-image: url(../img/menu_bg_mob.jpg);
    background-color: #000;
    background-size: 100%;
    background-position: top; } }

@media (max-width: 600px) {
  .header {
    padding-left: 20px; }
  .header-content {
    padding-left: 20px; } }

.main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.main-img {
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  width: 50%;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0%);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0%);
  -webkit-transition: -webkit-clip-path .3s;
  transition: -webkit-clip-path .3s;
  -o-transition: clip-path .3s;
  transition: clip-path .3s;
  transition: clip-path .3s, -webkit-clip-path .3s; }
  .main-img .img {
    width: 100%;
    height: 100%;
    background-image: url("../img/main-img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.main-content {
  position: relative;
  height: 100%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 220px;
  padding-right: 50px;
  margin-left: -100px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0%);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0%);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path .7s;
  transition: -webkit-clip-path .7s;
  -o-transition: clip-path .7s;
  transition: clip-path .7s;
  transition: clip-path .7s, -webkit-clip-path .7s; }
  .main-content__title {
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 100%;
    color: #fff;
    -webkit-text-stroke: 2px #fff;
    margin-bottom: 110px; }

@media (max-width: 1560px) {
  .main-content {
    padding-left: 150px; }
  .main-img {
    padding-top: 80px;
    padding-bottom: 80px; }
  .main-content__title {
    font-size: 60px; } }

@media (max-width: 1024px) {
  .main-content__title {
    font-size: 45px;
    margin-bottom: 70px; } }

@media (max-width: 992px) {
  .main-section {
    height: 600px; }
  .main-content__title {
    font-size: 31px;
    margin-bottom: 70px;
    -webkit-text-stroke: 1px #fff; } }

@media (max-width: 768px) {
  .main-content {
    padding-left: 100px;
    padding-right: 20px; } }

@media (max-width: 600px) {
  .main-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .main-img {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    padding: 0; }
  .main-content {
    width: 80%;
    min-width: 300px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 0px;
    margin-top: -50px;
    z-index: 1; } }

.hide-img {
  -webkit-clip-path: polygon(0 100%, 0% 100%, 0% 0, 0 0);
          clip-path: polygon(0 100%, 0% 100%, 0% 0, 0 0); }

.hide-content {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0); }

.about-us-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 90vh;
  padding-left: 420px; }

.about-us-content {
  max-width: 525px; }
  .about-us-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 70px; }

.about-us-title {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: 0.035em;
  color: #FF3366;
  margin-bottom: 35px;
  -webkit-text-stroke: 1px #FF3366; }

.about-us-img {
  z-index: 2;
  position: absolute;
  right: 10px; }

@media (max-width: 1560px) {
  .about-us-section {
    padding-left: 240px;
    padding-right: 200px; }
  .about-us-title {
    font-size: 50px; }
  .about-us-content p {
    font-size: 24px; }
  .about-us-img {
    max-width: 500px; } }

@media (max-width: 1024px) {
  .about-us-section {
    padding-left: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 400px;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .about-us-img {
    position: absolute;
    right: 20px;
    bottom: 60px;
    overflow: hidden;
    max-width: 400px; } }

@media (max-width: 992px) {
  .about-us-section {
    padding-left: 50px;
    padding-right: 50px; }
  .about-us-img {
    bottom: 100px; } }

@media (max-width: 600px) {
  .about-us-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 330px; }
  .about-us-title {
    font-size: 32px; }
  .about-us-img {
    overflow: hidden;
    bottom: -55px;
    max-width: 300px; } }

.our-principle-section {
  padding-top: 170px;
  padding-bottom: 120px;
  padding-left: 420px;
  background: -o-linear-gradient(310deg, #FF3366, #b7609b, #FF3366);
  background: linear-gradient(140deg, #FF3366, #b7609b, #FF3366);
  position: relative;
  overflow: hidden; }
  .our-principle-section.hidden {
    display: none; }

.our-principle-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 190px; }

.our-principle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
  max-width: 840px; }
  .our-principle-item:last-child {
    margin-bottom: 0; }
  .our-principle-item .num {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 135%;
    letter-spacing: 0.05em;
    color: #fff; }
  .our-principle-item span {
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #fff; }

.our-principle-img {
  position: absolute;
  top: -10%;
  right: 20px; }

.our-principle-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.035em;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 25px; }
  .our-principle-close img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    right: 0;
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

@media (max-width: 1560px) {
  .our-principle-item {
    max-width: 650px; }
    .our-principle-item .num {
      font-size: 36px; }
    .our-principle-item span {
      font-size: 33px; } }

@media (max-width: 1024px) {
  .our-principle-section {
    padding-left: 150px; }
  .our-principle-img {
    width: 500px; } }

@media (max-width: 992px) {
  .our-principle-section {
    padding-left: 50px;
    padding-right: 80px; }
  .our-principle-item {
    max-width: 100%; } }

@media (max-width: 600px) {
  .our-principle-section {
    padding-left: 20px;
    padding-right: 20px; }
  .our-principle-wrapp {
    margin-bottom: 100px; }
  .our-principle-item {
    margin-bottom: 60px; }
  .our-principle-item .num {
    font-size: 25px; }
  .our-principle-item span {
    font-size: 22px; } }

.map-section {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .map-section .container {
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .map-section #map {
    width: 100%;
    height: 630px; }

.map-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 90px; }
  .map-top__title {
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 146.5%;
    letter-spacing: 0.03em;
    color: #fff;
    -webkit-text-stroke: 1px #fff; }
  .map-top__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 80px;
    height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #AFC8D5;
    border: 0.5px solid #AFC8D5; }
    .map-top__location img {
      margin-right: 10px; }

.map-little-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #7E94A0;
  max-width: 645px;
  margin-top: 45px;
  display: block; }

@media (max-width: 1560px) {
  .map-section .container {
    max-width: 800px; }
    .map-section .container #map {
      height: 60vh;
      min-height: 500px; }
  .map-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px; }
    .map-top__title {
      font-size: 36px; }
    .map-top__location {
      margin-top: 50px; } }

@media (max-width: 1366px) {
  .map-section {
    padding-left: 240px;
    padding-right: 240px; }
    .map-section .container {
      width: 100%;
      max-width: 100%; } }

@media (max-width: 1024px) {
  .map-section {
    padding-left: 150px;
    padding-right: 150px; } }

@media (max-width: 992px) {
  .map-section {
    padding-left: 50px;
    padding-right: 0px; }
  .map-little-text {
    max-width: 300px;
    font-size: 16px; } }

@media (max-width: 600px) {
  .map-section {
    padding-left: 20px; }
  .map-top__title {
    font-size: 22px; }
  .map-top__location {
    height: 45px;
    padding: 0 20px; }
  .map-section .container #map {
    min-height: 400px; }
  .map-little-text {
    font-size: 14px;
    padding-right: 20px; } }

.tariff-section {
  background-color: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden; }

.tariff-title {
  font-style: normal;
  font-weight: normal;
  font-size: 52px;
  line-height: 136%;
  letter-spacing: 0.035em;
  color: #FF3366;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  margin-right: 200px;
  margin-left: 420px;
  z-index: 1;
  -webkit-text-stroke: 1px #FF3366; }

.tariff-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 80px;
  z-index: 1; }

.tariff-circle-wrapp {
  width: 800px;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .tariff-circle-wrapp::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#f8cada7e), to(#ffc6c644));
    background: -o-linear-gradient(right, #f8cada7e, #ffc6c644);
    background: linear-gradient(270deg, #f8cada7e, #ffc6c644);
    background-size: 400% 400%;
    border-radius: 100%;
    -webkit-animation: circle-pulse 4s ease-in-out infinite;
            animation: circle-pulse 4s ease-in-out infinite;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }

.tariff-circle {
  width: 470px;
  height: 470px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }
  .tariff-circle .price {
    margin-bottom: 35px;
    z-index: 1;
    white-space: nowrap; }
    .tariff-circle .price .number {
      font-style: normal;
      font-weight: normal;
      font-size: 120px;
      line-height: 123px;
      letter-spacing: -0.045em;
      color: #fff; }
    .tariff-circle .price .currency {
      font-style: normal;
      font-weight: normal;
      font-size: 34px;
      line-height: 35px;
      letter-spacing: 0.05em;
      color: #fff; }
  .tariff-circle p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    max-width: 250px;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    z-index: 1; }

.tariff-additional-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateX(-90px);
      -ms-transform: translateX(-90px);
          transform: translateX(-90px); }
  .tariff-additional-price__item {
    margin-right: 80px; }
    .tariff-additional-price__item:last-child {
      margin-right: 0; }
    .tariff-additional-price__item .price {
      white-space: nowrap;
      margin-bottom: 35px; }
    .tariff-additional-price__item .number {
      font-style: normal;
      font-weight: normal;
      font-size: 120px;
      line-height: 123px;
      letter-spacing: -0.045em;
      color: #000; }
    .tariff-additional-price__item .currency {
      font-style: normal;
      font-weight: normal;
      font-size: 34px;
      line-height: 35px;
      letter-spacing: 0.05em;
      color: #000; }
    .tariff-additional-price__item p {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 120%;
      color: #000;
      -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
              transform: translateX(20px); }

.tariff-img {
  position: absolute;
  top: -30%;
  right: 4%;
  z-index: 0;
  max-width: 500px; }

@-webkit-keyframes circle-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: 0% 51%; }
  50% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    background-position: 100% 50%; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: 0% 51%; } }

@keyframes circle-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: 0% 51%; }
  50% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    background-position: 100% 50%; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-position: 0% 51%; } }

@media (max-width: 1560px) {
  .tariff-section {
    padding-top: 100px; }
  .tariff-title {
    margin-left: 240px; }
  .tariff-wrapp {
    padding: 0; }
  .tariff-circle-wrapp {
    -webkit-transform: translateX(-130px);
        -ms-transform: translateX(-130px);
            transform: translateX(-130px); }
  .tariff-circle {
    width: 430px;
    height: 430px; }
  .tariff-circle .price {
    margin-bottom: 15px; }
  .tariff-circle .price .number {
    font-size: 96px; }
  .tariff-circle .price .currency {
    font-size: 30px; }
  .tariff-circle p {
    font-size: 18px; }
  .tariff-additional-price__item .price {
    margin-bottom: 15px; }
  .tariff-additional-price__item .number {
    font-size: 96px; }
  .tariff-additional-price__item .currency {
    font-size: 30px; }
  .tariff-additional-price__item p {
    font-size: 18px; } }

@media (max-width: 1366px) {
  .tariff-circle-wrapp {
    width: 620px;
    height: 620px;
    -webkit-transform: translateX(-85px);
        -ms-transform: translateX(-85px);
            transform: translateX(-85px); }
  .tariff-circle {
    width: 400px;
    height: 400px; } }

@media (max-width: 1024px) {
  .tariff-section {
    padding-bottom: 100px; }
  .tariff-title {
    margin-left: 150px;
    margin-right: 15px; }
  .tariff-wrapp {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .tariff-additional-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tariff-additional-price__item {
    margin-right: 0;
    margin-bottom: 50px; }
    .tariff-additional-price__item:last-child {
      margin-bottom: 0; } }

@media (max-width: 992px) {
  .tariff-title {
    margin-left: 50px;
    margin-right: 50px; }
  .tariff-wrapp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tariff-additional-price {
    -webkit-transform: translate(90px, -90px);
        -ms-transform: translate(90px, -90px);
            transform: translate(90px, -90px); } }

@media (max-width: 600px) {
  .tariff-section {
    padding-bottom: 50px;
    padding-top: 50px; }
  .tariff-title {
    font-size: 30px;
    margin-right: 20px;
    margin-left: 20px; }
  .tariff-circle-wrapp {
    width: 520px;
    height: 520px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); }
  .tariff-circle {
    width: 300px;
    height: 300px; }
  .tariff-circle .price .number {
    font-size: 70px;
    line-height: 90px; }
  .tariff-circle .price .currency {
    font-size: 25px; }
  .tariff-circle p {
    font-size: 15px;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .tariff-additional-price {
    -webkit-transform: translate(0px, -90px);
        -ms-transform: translate(0px, -90px);
            transform: translate(0px, -90px); }
  .tariff-additional-price__item .number {
    font-size: 70px;
    line-height: 90px; }
  .tariff-additional-price__item .currency {
    font-size: 25px; }
  .tariff-img {
    position: absolute;
    top: 50%;
    right: 4%;
    z-index: 0;
    max-width: 430px; } }

.work-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100vh;
  position: relative;
  min-height: 678px; }

.work-content {
  position: relative;
  height: 100%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 220px;
  padding-left: 420px;
  margin-right: -100px; }
  .work-content__title {
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 136%;
    color: #fff;
    margin-bottom: 50px;
    max-width: 525px;
    -webkit-text-stroke: 1px #fff; }
  .work-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 80px;
    max-width: 525px; }

.work-img {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 50%;
  height: 100%; }
  .work-img .img {
    width: 100%;
    height: 100%;
    background-image: url("../img/courier.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

@media (max-width: 1560px) {
  .work-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 150px; }
  .work-content {
    width: 100%;
    padding-top: 560px;
    padding-left: 240px;
    padding-right: 240px;
    padding-bottom: 150px;
    margin-right: 0; }
  .work-img {
    position: absolute;
    top: -150px;
    padding-left: 240px;
    padding-right: 240px;
    padding-top: 0;
    padding-bottom: 0;
    height: 660px;
    width: 100%; } }

@media (max-width: 1024px) {
  .work-content {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 310px; }
  .work-img {
    padding-left: 150px;
    padding-right: 150px;
    height: 380px; } }

@media (max-width: 992px) {
  .work-content {
    padding-left: 50px;
    padding-right: 50px; }
  .work-img {
    padding-left: 50px;
    padding-right: 0px;
    height: 380px;
    width: 570px;
    right: 0; } }

@media (max-width: 600px) {
  .work-section {
    margin-top: 70px; }
  .work-content__title {
    font-size: 32px; }
  .work-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 200px; }
    .work-content p {
      font-size: 14px;
      margin-bottom: 30px;
      width: auto; }
  .work-img {
    padding-left: 20px;
    padding-right: 0px;
    height: 280px;
    width: 280px;
    right: 0;
    top: -70px; } }

.footer {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 140px;
  padding-left: 420px;
  padding-right: 140px;
  display: grid;
  grid-template-areas: 'logo top-links' 'bottom-links socials';
  grid-template-columns: 1fr 1fr;
  grid-gap: 130px 100px; }
  .footer-logo {
    grid-area: logo; }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 130px; }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: top-links; }
    .footer-links span {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 150%;
      letter-spacing: 0.065em;
      color: #7E94A0;
      padding-bottom: 5px;
      margin-bottom: 15px; }
    .footer-links a {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 100%;
      letter-spacing: 0.065em;
      color: #7E94A0;
      padding-bottom: 5px;
      margin-bottom: 15px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: relative; }
      .footer-links a:after {
        bottom: 0px;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #7E94A0;
        -webkit-transition: width 0.3s ease 0s,left 0.3s ease 0s;
        -o-transition: width 0.3s ease 0s,left 0.3s ease 0s;
        transition: width 0.3s ease 0s,left 0.3s ease 0s;
        width: 0; }
      .footer-links a:hover:after {
        width: 100%;
        left: 0; }
      .footer-links a:last-child {
        margin-bottom: 0; }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .footer-bottom__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-area: bottom-links; }
      .footer-bottom__links a {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.08em;
        color: #848484cc;
        padding-bottom: 5px;
        margin-bottom: 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: relative; }
        .footer-bottom__links a:after {
          bottom: 0px;
          content: "";
          display: block;
          height: 2px;
          left: 50%;
          position: absolute;
          background: #848484cc;
          -webkit-transition: width 0.3s ease 0s,left 0.3s ease 0s;
          -o-transition: width 0.3s ease 0s,left 0.3s ease 0s;
          transition: width 0.3s ease 0s,left 0.3s ease 0s;
          width: 0; }
        .footer-bottom__links a:hover:after {
          width: 100%;
          left: 0; }
        .footer-bottom__links a:last-child {
          margin-bottom: 0; }
    .footer-bottom__socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-area: socials;
      align-self: flex-end; }
      .footer-bottom__socials a {
        width: 30px;
        height: 30px;
        margin-right: 60px; }
        .footer-bottom__socials a:last-child {
          margin-right: 0; }

@media (max-width: 1560px) {
  .footer {
    padding-left: 240px; } }

@media (max-width: 1024px) {
  .footer {
    padding-left: 150px;
    padding-right: 150px;
    grid-template-areas: 'logo socials' 'top-links top-links' 'bottom-links bottom-links';
    grid-gap: 100px; } }

@media (max-width: 992px) {
  .footer {
    padding-left: 50px;
    padding-right: 50px;
    grid-template-areas: 'logo logo' 'socials socials' 'top-links top-links' 'bottom-links bottom-links';
    grid-gap: 90px; } }

@media (max-width: 600px) {
  .footer {
    grid-gap: 50px;
    padding-left: 20px;
    padding-right: 20px; }
  .footer-links span {
    font-size: 14px; }
  .footer-links a {
    font-size: 14px; } }
