@font-face {
  font-family: "Helvetica Thin";
  src: url("../fonts/HELVETICANEUECYR-THIN.OTF");
}

@font-face {
  font-family: "Helvetica Medium";
  src: url("../fonts/HELVETICANEUECYR-MEDIUM.OTF");
}

@font-face {
  font-family: "Helvetica Bold";
  src: url("../fonts/HELVETICANEUECYR-BOLD.OTF");
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

.case-wrapper {
  font-family: "Helvetica Thin";
  width: 100%;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-number {
  font-size: 45px;
  line-height: 1.66em;
  font-family: "Helvetica Bold";
  display: block;
  color: #fff;
  width: 75px;
  height: 75px;
  background: #f51201;
  text-align: center;
  margin: 0 auto 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

h1 {
  font-size: 29px;
  line-height: 1.2;
  font-family: "Helvetica Thin";
  letter-spacing: 2.5px;
  margin: 0 0 75px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 25px;
  line-height: 1.2;
  font-family: "Helvetica Thin";
  letter-spacing: 2.5px;
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.obj-text {
  font-size: 25px;
  color: #f51201;
  margin-right: 15px;
}

p {
  font-size: 25px;
  text-align: justify;
  color: #fff;
}

section {
  width: 100%;
}

.main-block {
  background: url("../images/main-block/main-block-fon.jpg") no-repeat;
  background-size: cover;
  padding-top: 200px;
}

.main-block .time-frame {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}

.main-block .time-frame .time-frame-circle {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 90px;
}

.main-block .time-frame .time-frame-circle .circle {
  display: inline-block;
  margin-right: -4px;
  max-width: 25%;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.main-block .time-frame .time-frame-circle .circle:last-child {
  background: rgba(255, 255, 255, 0.47);
}

.main-block .time-frame .time-frame-circle .circle:last-child::before {
  content: initial;
}

.main-block .time-frame .time-frame-circle .circle:nth-child(2)::before {
  opacity: .25;
}

.main-block .time-frame .time-frame-circle .circle:nth-child(3)::before {
  opacity: .37;
}

.main-block .time-frame .time-frame-circle .circle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/main-block/ball.svg") no-repeat;
  background-size: contain;
  height: 100%;
  width: -webkit-calc(100% + 14px);
  width: calc(100% + 14px);
  opacity: .15;
  z-index: -1;
}

.main-block .time-frame .time-frame-circle .circle div {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.main-block .time-frame .time-frame-circle .circle div .year {
  font-size: 45px;
  font-family: "Helvetica Bold";
  line-height: 1;
  color: #f51201;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.main-block .time-frame .time-frame-circle .circle div .year-text {
  font-size: 25px;
  font-family: "Helvetica Thin";
  line-height: 1.15;
  color: #fff;
  opacity: 0.5;
  display: block;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

.grey-block {
  background: #acb4ba;
  padding-top: 25px;
}

.grey-block .analiz .logo {
  max-width: 740px;
  width: 100%;
  margin: 30px auto 50px;
  display: block;
}

.grey-block .analiz .small-container {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 270px;
}

.grey-block .polytic-analiz {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  background: #1b212a;
  position: relative;
}

.grey-block .polytic-analiz .rounds {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grey-block .polytic-analiz .rounds div {
  position: relative;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  text-align: center;
  z-index: 1;
}

.grey-block .polytic-analiz .rounds div:first-child::before {
  background: url("../images/small-ball-red.svg") no-repeat;
}

.grey-block .polytic-analiz .rounds div:first-child span {
  color: #fff;
  font-family: "Helvetica Bold";
  font-size: 20px;
  line-height: 1.5;
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

.grey-block .polytic-analiz .rounds div:last-child {
  background: #e9ecee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 230px !important;
}

.grey-block .polytic-analiz .rounds div:last-child::before {
  content: initial;
}

.grey-block .polytic-analiz .rounds div:last-child::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #f00;
}

.grey-block .polytic-analiz .rounds div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/small-ball.svg") no-repeat;
  background-size: contain;
  height: 100%;
  width: -webkit-calc(100% + 15px);
  width: calc(100% + 15px);
  z-index: -1;
}

.grey-block .polytic-analiz .rounds div span {
  font-size: 16px;
  font-family: "Helvetica Bold";
  text-transform: uppercase;
  display: block;
  margin-top: 50px;
  margin-bottom: 15px;
  color: #e13e33;
}

.grey-block .polytic-analiz .rounds div p {
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #000;
}

.grey-block .polytic-analiz .polytic ul {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  display: inline-block;
  margin: 30px 0 80px;
}

.grey-block .polytic-analiz .polytic ul li {
  font-size: 25px;
  margin-bottom: 5px;
  list-style-type: none;
  color: #fff;
}

.grey-block .polytic-analiz .peoples {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.grey-block .polytic-analiz .peoples p {
  margin: 20px auto;
  -moz-text-align-last: center;
  text-align-last: center;
}

.grey-block .polytic-analiz .peoples ul {
  padding: 0;
  text-align: center;
  color: #fff;
  list-style-type: none;
  padding-bottom: 31vw;
}

.grey-block .polytic-analiz .peoples ul li {
  font-family: "Helvetica Thin";
  font-size: 25px;
  margin-bottom: 5px;
}

.grey-block .group {
  width: 100%;
  position: relative;
  top: -30vw;
  margin-bottom: -30vw;
}

.grey-block .brend-wheel {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  margin-top: -15vw;
}

.grey-block .brend-wheel .block-number {
  margin: 0;
}

.grey-block .brend-wheel h2 {
  margin: 40px 0 30px;
  text-align: left;
}

.grey-block .brend-wheel ul {
  padding: 0;
  text-align: left;
  color: #fff;
  list-style-type: none;
  margin-bottom: 90px;
}

.grey-block .brend-wheel ul li {
  font-family: "Helvetica Thin";
  font-size: 25px;
  margin-bottom: 5px;
}

.grey-block .brend-wheel .wheel {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grey-block .brend-wheel .wheel .text-wheel p {
  font-size: 16px;
  text-align: right;
  margin-right: 50px;
  margin-bottom: 27px;
  margin-top: 0;
}

.grey-block .brend-wheel .wheel .wheel-pict {
  margin-top: -90px;
  margin-bottom: -200px;
}

.grey-block .brend-wheel .wheel .wheel-pict img {
  max-width: 100%;
}

.black-block {
  background: #1b212a;
  padding: 80px 0 1px;
}

.black-block .wht-product {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.black-block .wht-product > * {
  margin-left: 0;
}

.black-block .wht-product h2 {
  text-align: left;
}

.black-block .wht-product ul {
  padding: 0;
  text-align: left;
  color: #fff;
  list-style-type: none;
  margin-bottom: 90px;
}

.black-block .wht-product ul li {
  font-family: "Helvetica Thin";
  font-size: 25px;
  margin-bottom: 5px;
}

.grid {
  background: #acb4ba;
  position: relative;
}

.grid img {
  background: #acb4ba;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.grid img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #acb4ba;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: 1000;
  transition-delay: 1000;
  z-index: 1;
}

.grid img:hover::before {
  opacity: 0.3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.grid img.small {
  max-width: 15%;
}

.grid img.big {
  max-width: 30%;
}

.grid img.long {
  max-width: 25%;
}

.grid img.img1 {
  top: 0;
  left: 0;
  padding-top: 15px;
  padding-left: 15px;
}

.grid img.img2 {
  padding-top: 15px;
  top: 0;
  left: 15%;
}

.grid img.img3 {
  padding-top: 15px;
  top: 0;
  left: 45%;
}

.grid img.img4 {
  padding-top: 15px;
  top: 0;
  left: 60%;
}

.grid img.img5 {
  padding-top: 15px;
  padding-bottom: 14px;
  top: 0;
  left: 75%;
  padding-right: 15px;
}

.grid img.img6 {
  left: 0;
  padding-left: 15px;
}

.grid img.img10 {
  left: 45%;
  padding-bottom: 15px;
}

.grid img.img7 {
  left: 0;
  padding-left: 15px;
  padding-bottom: 15px;
}

.grid img.img8 {
  left: 15%;
  padding-bottom: 15px;
}

.grid img.img9 {
  left: 30%;
  padding-bottom: 15px;
}

.last {
  background: url("../images/main-block/main-block-fon.jpg") no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
}

.last p {
  text-align: center;
}

.last a {
  font-size: 24px;
  font-family: "Helvetica Medium";
  color: #fff;
  letter-spacing: 10px;
  text-decoration: none;
  padding: 25px 60px;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-top: 200px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.last a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: -1;
  opacity: 0;
}

.last a:hover {
  color: #000;
}

.last a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(15em) rotateX(246deg);
  transform: perspective(15em) rotateX(246deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 1590px) {
  .grey-block .brend-wheel ul {
    padding-bottom: 90px;
    margin-bottom: 0;
  }

  .grey-block .brend-wheel .wheel {
    display: none;
  }
}

@media (max-width: 1545px) {
  .grey-block .brend-wheel {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .black-block .wht-product {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 1450px) {
  .grey-block .polytic-analiz .rounds div:last-child {
    height: 205px !important;
  }
}

@media (max-width: 1430px) {
  .grey-block .polytic-analiz .rounds div span {
    margin-top: 45px;
  }
}

@media (max-width: 1395px) {
  .grey-block .polytic-analiz .rounds div p {
    width: 90%;
  }
}

@media (max-width: 1366px) {
  .main-block .time-frame .time-frame-circle .circle {
    margin-right: 4px;
  }

  .grey-block .polytic-analiz .rounds div {
    margin-right: -5px;
  }
}

@media (max-width: 1330px) {
  .grey-block .polytic-analiz .rounds div span {
    margin-top: 40px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1300px) {
  .grey-block .polytic-analiz .rounds div:last-child {
    height: 196px !important;
  }

  .grey-block .polytic-analiz .rounds div p {
    font-size: 14px;
  }
}

@media (max-width: 1290px) {
  .grey-block .polytic-analiz .rounds div:first-child span {
    font-size: 18px;
  }
}

@media (max-width: 1250px) {
  .grey-block .polytic-analiz .rounds div:last-child {
    height: 188px !important;
  }
}

@media (max-width: 1230px) {
  .main-block p {
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media (max-width: 1200px) {
  .grey-block .polytic-analiz .rounds div:last-child {
    height: 180px !important;
  }

  .grey-block .polytic-analiz .rounds div p {
    font-size: 13px;
  }
}

@media (max-width: 1150px) {
  .grey-block .analiz .small-container {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .grey-block .polytic-analiz .rounds div:last-child {
    height: 170px !important;
  }
}

@media (max-width: 1130px) {
  .grey-block .polytic-analiz .rounds div:first-child span {
    font-size: 15px;
  }

  .grey-block .polytic-analiz .rounds div span {
    margin-top: 35px;
  }

  .grey-block .polytic-analiz .rounds div p {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .grey-block .polytic-analiz .rounds div:last-child {
    height: 163px !important;
  }
}

@media (max-width: 1024px) {
  .main-block .time-frame .time-frame-circle .circle {
    display: block;
  }

  .grey-block .polytic-analiz .rounds div:last-child {
    height: 150px !important;
  }

  .grey-block .polytic-analiz .rounds div span {
    margin-top: 30px;
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  .grey-block .analiz .small-container {
    margin-bottom: 50px;
  }

  .grey-block .polytic-analiz .rounds {
    display: none;
  }

  .grey-block .polytic-analiz .polytic {
    padding-top: 50px;
  }
}

@media (max-width: 990px) {
  .grey-block .analiz .logo {
    max-width: 80%;
  }
}

@media (max-width: 900px) {
  .main-block .time-frame .time-frame-circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-block .time-frame .time-frame-circle .circle {
    max-width: 100%;
    background: none !important;
    height: 150px !important;
  }

  .main-block .time-frame .time-frame-circle .circle::before {
    content: initial;
  }

  .grey-block .polytic-analiz .polytic {
    padding: 50px 25px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .grey-block .polytic-analiz .peoples {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .grey-block .polytic-analiz .peoples ul li {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .case-wrapper {
    padding: 0;
  }

  h2 {
    font-size: 18px;
  }

  .obj-text {
    font-size: 12px !important;
  }

  p {
    font-size: 12px !important;
  }

  .grey-block .polytic-analiz .peoples ul li {
    font-size: 14px;
  }

  .black-block .wht-product ul li {
    font-size: 16px;
  }

  .last {
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .last a {
    margin-top: 80px;
    font-size: 16px;
    padding: 15px 45px;
  }
}

@media (max-width: 400px) {
  .last a {
    font-size: 16px;
    padding: 15px 0;
    display: block;
    width: 100%;
  }
}