@import url("res.css");
html {
  font-size: 0.521vw;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
}

.hidden {
  display: none;
}

strong {
  font-weight: 600;
}

.holder {
  width: 75vw;
  margin: 0 auto;
}
.holder .container {
  width: 100%;
  max-width: 100%;
  padding: 0 1.5rem;
}
.holder .row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.holder .col-md, .holder .col-md-1, .holder .col-md-10, .holder .col-md-11, .holder .col-md-12, .holder .col-md-2, .holder .col-md-3, .holder .col-md-4, .holder .col-md-5, .holder .col-md-6, .holder .col-md-7, .holder .col-md-8, .holder .col-md-9 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

form input[type=email] {
  background-image: url(../img/ico1.png);
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.2rem;
}

form input[type=tel] {
  background-image: url(../img/ico2.png);
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 1.4rem;
}

header {
  background-image: url(../img/bg1.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 9rem;
}

.logo-wr {
  display: flex;
  align-items: center;
  color: white;
  font-size: 2.6rem;
  text-transform: uppercase;
}
.logo-wr svg {
  fill: #fff;
  width: 5rem;
  height: 6.6rem;
  margin-right: 2rem;
}
.logo-wr p {
  margin-bottom: 1.5rem;
}

.headline {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  font-family: "Open Sans Condensed", sans-serif;
}
.headline .btn {
  margin-bottom: 1rem;
}

.btn {
  border-radius: 1rem;
  background-image: -moz-linear-gradient(90deg, rgb(160, 2, 0) 0%, rgb(255, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(160, 2, 0) 0%, rgb(255, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(160, 2, 0) 0%, rgb(255, 0, 0) 100%);
  box-shadow: 0px 0.2rem 0px 0px rgba(255, 0, 0, 0.98);
  font-size: 2rem;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  text-decoration: none;
  line-height: 2.7;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.head-container, .last {
  padding-top: 6.8rem;
  padding-bottom: 8.7rem;
}
.head-container .title-wr, .last .title-wr {
  color: #fff;
  font-size: 2.8rem;
}
.head-container .title-wr p, .last .title-wr p {
  font-weight: 600;
}
.head-container .title-wr p:first-child, .last .title-wr p:first-child {
  line-height: 1.4;
  margin-bottom: 2.6rem;
  width: 49%;
  margin-top: 2.5rem;
}
.head-container .title-wr p span, .last .title-wr p span {
  color: #ee0203;
  font-weight: 600;
  text-transform: uppercase;
}
.head-container .date, .last .date {
  width: 87%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem 1.4rem 1.3rem 7rem;
  font-size: 3.2rem;
  margin-bottom: 1.9rem;
  color: #fff;
  display: flex;
  margin-left: 7.5rem;
  font-weight: 300;
  border-radius: 1rem;
  margin-bottom: 2.3rem;
}
.head-container .date svg, .last .date svg {
  width: 3.9rem;
  height: 3.5rem;
  margin-right: 3.5rem;
}
.head-container .row > div:last-child, .last .row > div:last-child {
  display: flex;
}

.headr-form {
  width: 87%;
  margin-left: 7.5rem;
}
.headr-form > p {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 1.6rem;
  margin-top: 1.3rem;
  line-height: 1.6;
}
.headr-form > p strong {
  font-weight: 300;
  text-transform: uppercase;
  line-height: inherit;
}

h1, .last h2 {
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.1;
  margin-bottom: 8.3rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  width: 86%;
  margin-top: 6.8rem;
  position: relative;
  padding-top: 5.6rem;
  padding-bottom: 10.3rem;
}
h1:before, h1:after, .last h2:before, .last h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: rgb(255, 0, 0);
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgba(255, 0, 0, 0) 100%);
  position: absolute;
}
h1:before, .last h2:before {
  top: 0;
}
h1:after, .last h2:after {
  bottom: 0;
}
h1 + p, .last h2 + p {
  width: 90%;
}
h1 span, .last h2 span {
  font-size: 3rem;
  text-align: left;
  display: block;
  line-height: 1;
  color: #b8b8b8;
  margin-top: 0.5rem;
}

form {
  border-width: 0.2rem;
  border-color: rgb(255, 0, 0);
  border-style: solid;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 3.8rem 0px rgba(255, 0, 0, 0.5);
  padding: 2.6rem;
}
form .form-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 -1.5rem;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
form .form-title span {
  display: block;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
}
form .form-title p:last-child {
  font-weight: 400;
  color: #f00;
  font-size: 1.6rem;
}
form input[type=text], form input[type=email], form input[type=tel], form input[type=url] {
  border-width: 1px;
  border-color: rgb(195, 195, 195);
  border-style: solid;
  border-radius: 0.6rem;
  background-color: rgb(242, 242, 242);
  width: 100%;
  font-size: 1.6rem;
  padding: 1.6rem 5rem 2.2rem;
  margin-bottom: 1rem;
  outline: none !important;
}
form input[type=submit] {
  line-height: 2.2;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 2rem;
}
form .input-wr p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
form .input-wr span {
  font-weight: 400;
  color: #adadad;
}

.masterclas {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}
.masterclas h2 {
  font-size: 4.4rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  margin-bottom: 4.6rem;
}
.masterclas .col-md-6 > div {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  border-radius: 2rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.1);
  padding: 2rem 3rem 3.3rem 3.1rem;
  margin-bottom: 3.2rem;
}
.masterclas .col-md-6 + .col-md-12 {
  border-radius: 2rem;
  background-color: #ededed;
  color: #000;
  text-align: center;
  width: calc(100% - 3rem);
  flex: inherit;
  margin: 0 auto;
  font-size: 2.6rem;
  padding-top: 3.5rem;
  line-height: 1.3;
  padding-bottom: 3.9rem;
  font-weight: 600;
}
.masterclas .nums {
  color: #e6e6e6;
  font-size: 6.5rem;
  font-weight: 900;
  margin-right: 3rem;
}
.masterclas .btn {
  width: 28%;
  margin: 0 auto;
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 2.2;
}
.masterclas h3 {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 0.5rem;
}
.masterclas h3:after {
  content: none;
  display: block;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, red 50%, rgba(255, 0, 0, 0) 100%);
  height: 0.1rem;
  width: 51%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.masterclas h3 + p {
  font-size: 2.2rem;
}

.whois {
  padding-top: 1.8rem;
  padding-bottom: 3.4rem;
}
.whois h2 {
  font-size: 6.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-family: "Open Sans Condensed", sans-serif;
}
.whois h2 > span {
  color: #ff0000;
  font-weight: 700;
}
.whois-list {
  font-weight: 400;
  font-size: 2rem;
}
.whois-list li {
  padding-left: 0.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}
.whois-list li:before {
  content: "";
  display: block;
  background-color: #FF0000;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  margin-top: 1rem;
}
.whois-list li > p {
  width: 92%;
}
.whois-list strong {
  font-weight: 400;
}
.whois-logos {
  display: flex;
  font-size: 1.6rem;
  width: 95.6%;
  justify-content: space-between;
  margin-top: 3rem;
}
.whois-logos > div {
  width: 21rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1.1rem 0 1.3rem;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 3rem 0px rgba(0, 0, 0, 0.2);
}
.whois-logos > div:nth-child(2) svg {
  max-width: 11.8rem;
  height: 5.5rem;
}
.whois-logos > div:nth-child(3) svg {
  max-width: 12.8rem;
}
.whois-logos svg {
  max-width: 14rem;
  margin-bottom: 0.5rem;
  height: 5rem;
}
.whois .row {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: auto 96%;
  padding: 9.5rem 7.5rem;
  padding-bottom: 6.3rem;
}

.cases {
  padding-top: 4.1rem;
  padding-bottom: 6rem;
}
.cases h2 {
  font-size: 6.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 1.2rem;
}
.cases h2:after {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, red 50%, rgba(255, 0, 0, 0) 100%);
  height: 0.1rem;
  width: 51%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.cases .col-md-4 > a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 2rem;
  color: #fff;
  background-color: #2e2e2e;
  margin-bottom: 3rem;
  position: relative;
}
.cases .col-md-4 > a:hover img {
  opacity: 1;
}
.cases img {
  width: 100%;
  opacity: 0.3;
  display: block;
  transition: all 0.3s linear;
}
.cases .hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 89%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.cases .title-wr {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 1.2rem;
}
.cases .title-wr > p {
  font-weight: 500;
  font-size: 1.7rem;
}
.cases .was-wr {
  display: flex;
  justify-content: space-between;
  font-size: 1.7rem;
  margin-top: 1rem;
  font-weight: 500;
  height: 4.5rem;
  line-height: 1.3;
}
.cases .was-wr > div {
  width: 42%;
}
.cases .was-wr strong {
  font-weight: 700;
  font-size: 1.9rem;
}

.last {
  background-image: url(../img/bg4.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.last h2 {
  font-size: 4.8rem;
  padding-top: 6.7rem;
  margin-bottom: 0;
  width: 100%;
  margin-top: 3rem;
  padding-bottom: 5.5rem;
}
.last h2 span {
  margin-top: 0.8rem;
  font-size: 2.6rem;
}
.last h2:after {
  content: none;
}
.last-form {
  width: 87%;
}
.last-timer {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
}
.last-list {
  color: white;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0;
  margin-right: 0;
  padding-left: 2.1rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 4rem;
}
.last-list:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/arr123.png);
  width: 7.1rem;
  height: 4.4rem;
  background-size: cover;
  right: -5rem;
  top: 11rem;
}
.last-list img {
  flex-shrink: 0;
  width: 52.1rem;
  margin-left: -6.2rem;
  position: relative;
  z-index: 5;
}
.last-list p {
  border-radius: 0 1rem 1rem 0;
  background-color: rgba(52, 52, 52, 0.7);
  width: 51.5%;
  display: block;
  padding: 2rem 3rem 2.1rem 5.5rem;
  margin-top: 6.5rem;
  line-height: 1.5;
  margin-left: -14rem;
}
.last-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.last-list li:last-child {
  margin: 0;
}
.last-list svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: #ec0102;
  flex-shrink: 0;
  margin-right: 2.2rem;
}
.last .row > div:last-child {
  justify-content: flex-end;
}
.last .title-wr {
  width: 85.5%;
  margin-bottom: 0.9rem;
  font-size: 2.4rem;
}
.last .title-wr p:first-child {
  margin-bottom: 1.4rem;
  margin-top: 0;
  width: 86%;
  font-weight: 400;
}
.last .title-wr p:first-child span {
  font-weight: 400;
}

#timer {
  display: flex;
  font-size: 1.6rem;
  font-weight: 300;
  width: 80.4%;
  justify-content: space-between;
  margin: 1.6rem auto 2.5rem;
}
#timer > div {
  width: 7rem;
  text-align: center;
}
#timer span {
  display: flex;
  font-size: 4rem;
  font-weight: 500;
  width: 6.9rem;
  height: 7rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.333vw;
  }
  header {
    padding-top: 16rem;
    background-position: left top;
  }
  .holder {
    width: 100%;
  }
  .headline .btn {
    width: 60%;
    margin: 1rem auto;
  }
  .was-wr > div {
    width: 34%;
  }
  .was-wr .title-wr {
    font-size: 2rem;
  }
  .head-container, .last {
    padding-top: 4.8rem;
    padding-bottom: 4.4rem;
  }
  .head-container .title-wr p:first-child, .last .title-wr p:first-child {
    margin-bottom: 0;
    width: 100%;
    margin-top: 0;
  }
  h1, .last h2 {
    margin-bottom: 2.5rem;
    font-size: 5.4rem;
    width: 100%;
    margin-top: 3rem;
    position: relative;
    padding-top: 1.3rem;
    padding-bottom: 2.3rem;
  }
  h1 + p, .last h2 + p {
    width: 100%;
  }
  .head-container .date {
    margin: 0 auto;
    margin-bottom: 1.2rem;
    font-size: 4.2rem;
  }
  .head-container .date svg {
    width: 5.9rem;
    height: 5.5rem;
  }
  .head-container .title-wr, .last .title-wr {
    margin-bottom: 2.5rem;
  }
  .headr-form {
    margin: 0 auto;
  }
  form .form-title {
    font-size: 2.6rem;
  }
  form .form-title span {
    font-size: 3.2rem;
  }
  form .form-title p:last-child {
    font-size: 2.1rem;
  }
  .masterclas {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }
  .masterclas .col-md-6 > div {
    font-size: 3.1rem;
  }
  .masterclas .nums {
    font-size: 8.5rem;
    line-height: 1;
  }
  .masterclas .col-md-6 + .col-md-12 {
    font-size: 3rem;
  }
  .masterclas h3 + p {
    font-size: 2.6rem;
  }
  .masterclas .btn {
    width: 73%;
    font-size: 3.4rem;
  }
  .whois {
    background-position: top left;
    padding-top: 2.6rem;
    padding-bottom: 2.4rem;
  }
  .whois .row {
    box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    background-image: none;
    padding: 1.5rem 1.5rem;
    padding-bottom: 2.3rem;
  }
  .whois .holder {
    width: 95%;
  }
  .whois h2 {
    font-size: 5rem;
    margin-bottom: 0.5rem;
  }
  .whois-list li {
    margin-bottom: 2.5rem;
  }
  .whois-logos {
    width: 100%;
  }
  .whois-logos > div {
    width: 15rem;
  }
  .whois-logos > div:nth-child(2) svg {
    max-width: 9.8rem;
  }
  .whois-logos > div:nth-child(3) svg {
    max-width: 11.8rem;
  }
  .whois-logos svg {
    max-width: 12rem;
  }
  .last {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
  .last .title-wr {
    width: 100%;
  }
  .last .holder {
    width: 95%;
  }
  .last-list {
    font-size: 2rem;
    padding: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
  .last-list:before {
    right: 0;
    bottom: -3rem;
    transform: rotate(98deg);
  }
  .last-list img {
    flex-shrink: 0;
    width: 32.3rem;
    margin-left: 0;
  }
  .last-list p {
    width: auto;
    padding: 2rem 1rem 1.6rem 3rem;
    margin-top: 1rem;
    line-height: 1.6;
    margin-left: -8rem;
  }
  .last-list li {
    margin-bottom: 1.5rem;
  }
  .last-form {
    margin: 0 auto;
  }
  .last h2 {
    font-size: 4.8rem;
    padding-top: 2rem;
    margin-bottom: 0;
    width: 100%;
  }
  #timer > div {
    width: 9rem;
  }
  #timer span {
    font-size: 5rem;
    width: 8.9rem;
    height: 9rem;
  }
  form .input-wr p {
    font-size: 2rem;
  }
  form input[type=text], form input[type=email], form input[type=tel], form input[type=url] {
    font-size: 2rem;
    padding: 1.6rem 5rem 1.6rem;
  }
  .cases .was-wr {
    font-size: 2rem;
    height: 8.5rem;
  }
  .cases .title-wr {
    font-size: 2.5rem;
  }
}
/*footer*/
.footer {
  font-size: 2rem;
  line-height: 1.1;
  background: #141414;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}
.footer a:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.footer a svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 6rem 0;
    font-size: 1.8rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .holder {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer .holder {
    padding: 0 20px;
  }
}
.footer__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 2rem;
}
.footer__row:last-child {
  margin-bottom: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
    align-items: center;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}
.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #A3A3A3;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer__phone span {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__phone a {
    font-size: 2.8rem;
  }
}
.footer__dogovor {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2rem;
}
.footer__contacts {
  display: flex;
  column-gap: 6rem;
  align-items: center;
}
.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 5px;
  column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__social a {
    padding: 2rem;
    width: 28rem;
    font-size: 2rem;
  }
}
.footer__mail a {
  display: inline-flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 1.8rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}

/*ENDfooter*/
@media screen and (min-width: 768px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
}
.input-wr input.err {
  border-color: red;
}

/*# sourceMappingURL=main.css.map */
