/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


/**
* fonts
*/

@font-face {
  font-family: 'Frank';
  src: url("../fonts/Frank-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Frank';
  font-weight: 400;
  src: url("../fonts/Frank-Regular.otf") format("truetype");
}

@font-face {
  font-family: 'Frank';
  font-weight: 600;
  src: url("../fonts/Frank-Medium.otf") format("truetype");
}

@font-face {
  font-family: 'Frank';
  font-weight: 700;
  src: url("../fonts/Frank-Bold.otf") format("truetype");
}


/**
* custom styles
*/

* {
  box-sizing: border-box;
}

body {
  font-family: "Frank";
  min-width: 320px;
  color: #353535;
}

/*Preloader animation*/

@-webkit-keyframes trans {

25% {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

50% {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

75% {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

100% {
  -webkit-transform: scale(1);
  transform: scale(1);
}

}

@keyframes trans {

25% {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

50% {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

75% {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

100% {
  -webkit-transform: scale(1);
  transform: scale(1);
}

}

/*Preloader*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}

#preloader .icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -98px;
  width: 186px;
  height: 60px;
  background: url("../../z-index/img/main-logo.png") center center no-repeat;
  -webkit-animation: trans 1s infinite ease-out;
  animation: trans 1s infinite ease-out;
}

.content {
  background: url(../img/bg.jpg) no-repeat top;
  background-size: cover;
  background-attachment: fixed;
}

.red {
  color: #ed1c24!important;
}

header {
  text-align: center;
  max-width: 1130px;
  width: 95%;
  padding: 20px 0;
  margin: 0 auto;
  color: #fff;
}

header h1 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px;
}


header h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

header h2 span {
  text-transform: none;
}

main {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 1.875em;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
}

.main-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #939394;
}

.main-content:after {
  content: '';
  display: block;
  clear: both;
}

.left,
.right {
  float: left;
  overflow: hidden;
  position: relative;
}

.left > iframe {
  display: block;
  margin: 0 auto;
}

.img_wrap {
  width: 100%;
  min-width: 720px;
  height: 400px;
  background: url('../img/iframe-bg.jpg') center no-repeat;
  opacity: .9;
}

.right {
  text-align: center;
  margin-left: 25px;
  width: calc(100% - 720px - 25px);
}

.right h3 {
  font-size: 40px;
  font-weight: 700;
  border-top: 1px solid #ed1c24;
  border-bottom: 1px solid #ed1c24;
  line-height: 60px;
  margin-bottom: 18px;
}

.right h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
  color: #353535;
  text-transform: uppercase;
}

.right .list-title {
  font-size: 24px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}

.right ul {
  display: table;
  padding-top: 12px;
  text-align: left;
  max-width: 520px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
}

.right ul:last-child {
  border-bottom: none;
}

.right ul li {
  display: table-cell;
  vertical-align: top;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #353535;
}

.right ul li img {
  max-width: 100%;
  padding-top: 5px;
}

.custom-child {
  text-align: center;
}

.custom-child img {
  height: 30px;}

.right ul li strong {
  font-weight: 600;
}

.right ul li strong {
  font-weight: 600;
}

.right ul li:first-child {
  width: 30px;
}

.right ul li:last-child {
  padding-left: 15px;
}

.buttons {
  padding-top: 20px;
  clear: both;
  overflow: hidden;
  text-align: center;
}

.button-block {
  padding-top: 20px;
  text-align: center;
}

.buttons > .button,
.button-block > .button {
  font-size: 1.5em;
  color: #ed1c24;
  font-family: Frank;
  font-weight: 700;
  width: 100%;
/*  max-width: 525px;*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ed1c24;
  text-align: center;
  line-height: 50px;
  float: left;
  padding: 0 12px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all .4s ease;
}

.button-block > .button {
  float: none;
}

.buttons > .button:hover,
.button-block > .button:hover {
  cursor: pointer;
  color: #fff;
  background: #ed1c24;
}

.buttons > .button:last-child {
  float: none;
}


/**
* modal
*/

.modal .btn-close {
  color: #4c4c4c;
  cursor: pointer;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: -3px;
}

.modal .btn-close:hover {
  color: #fff
}

.modal-wrap:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101
}

.modal-overlay {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102
}

.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
  display: block
}

.modal-open:checked ~ .modal-wrap .modal-dialog {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 20%;
  padding: 20px;
}

.modal-dialog {
  background: #e7e2e2;
  position: fixed;
  left: 50%;
  top: -100%;
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  -o-transform: translate(-50%, -500%);
  -moz-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform .4s ease-out;
  -moz-transition: -moz-transform .4s ease-out;
  -o-transition: -o-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -moz-transition: transform .4s ease-out, -moz-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out, -moz-transform .4s ease-out, -o-transform .4s ease-out;
  width: 90%;
  max-width: 600px;
  z-index: 103;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.modal-dialog.close {
  background-color: #72b77b
}

.modal-body {
  width: 90%;
  margin: 0 auto;
  text-align: center
}

.modal-body.close {
  width: 100%
}

.contact_form {
  overflow: hidden
}

.contact_form ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: 0
}

.contact_form ul li {
  margin: 15px 0 !important;
  float: inherit;
  width: 100% !important
}

.contact_form ul li input {
  width: 100%;
  font-size: 18px;
  font-family: "Frank";
  text-align: left;
  color: #353535;
  padding: 10px 20px;
  outline: 0;
  border: 1px solid #4c4c4c;
  height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.contact_form ul li input.btn2 {
  color: #fff;
  background: #ef4348;
  cursor: pointer;
  border: 0;
  font-size: 24px;
  text-align: center
}


/**
* modal end
*/


/**
* timer
*/

.timer {
  text-align: center;
}

.timer_wrap {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.timer_wrap:after {
  content: '';
  display: block;
  clear: both;
}

.timer h2 {
  font-family: Frank;
  font-weight: 400;
  font-size: 2.5em;
  color: #000;
  text-transform: uppercase;
}

.timer p {
  font-size: 1.2em;
}

.timer__desc {
  text-align: center;
  margin-bottom: 40px;
}

.countbox {
  padding: 0;
  margin: 10px auto auto;
  color: #fff;
  font-family: Frank;
  font-size: 32px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.countbox-days,
.countbox-hours,
.countbox-mins,
.countbox-secs {
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 6px;
  background-color: #ed1c24;
  width: 64px;
  height: 64px;
  line-height: 1;
  margin: 0 4px;
  padding-top: 10px;
  box-sizing: border-box;
}

.countbox-days {
  font-weight: 700;
}

.countbox-hours {
  font-weight: 600;
}

.countbox-mins {
  font-weight: 400;
}

.countbox-secs {
  font-weight: 300;
}

.countbox-days-text,
.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
  position: absolute;
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
}

.countbox-days-text:before,
.countbox-hours-text:before,
.countbox-mins-text:before,
.countbox-secs-text:before {
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

.countbox-days-text:before {
  content: "Дней";
}

.countbox-hours-text:before {
  content: "Часов";
}

.countbox-mins-text:before {
  content: "Минут";
}

.countbox-secs-text:before {
  content: "Секунд";
}

.countbox-days span,
.countbox-hours span,
.countbox-mins span,
.countbox-secs span {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}


/**
* timer end
*/

@media screen and (max-width: 1140px) {
  main {
    max-width: 720px;
    padding: 1em;
    margin: 0 auto;
  }
  header h1 b {
    display: block;
  }

  header h1 {
    font-size: 32px;
  }

  header h2 {
    font-size: 42px;
  }

  .left,
  .right {
    float: none;
    text-align: center;
    width: 100%;
  }
  .right {
    margin-left: 0;
    margin-top: 30px;
  }

  .right .list-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .right ul {
    margin-bottom: 20px;
  }

  .img_wrap {
    min-width: 0;
  }

  .flex {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buttons > .button,
  .buttons > .button:last-child {
    float: none;
    max-width: 525px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .buttons > .button:last-child {
    margin-top: 15px;
  }

  .footer__informer {
    max-width: 430px;
    margin: 0 auto;
  }

  .footer__copy {
    float: none !important;
    width: 100%;
    padding-top: 1.5em;
    text-align: center !important;
    clear: both;
  }

  .footer__copy br {
    display: none;
  }
}

.top_btn {
  position: fixed;
  right: 0;
  bottom: 30px;
  height: 30px;
  width: 30px;
  background: #353535;
  -webkit-transition: -webkit-transform .4s ease,opacity .4s ease;
  -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(30px);
  -ms-transform: translate(30px);
  transform: translate(30px);
  cursor: pointer;
  z-index: 60;
}

.top_btn span {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  position: absolute;
  color: #fff;
}

@media screen and (max-width: 719px) {
  main {
    max-width: 480px;
  }
  body {
    font-size: 80%;
  }
  .left > iframe {
    width: 100%;
  }

  header h1 {
    font-size: 28px;
  }

  header h2 {
    font-size: 36px;
  }

  .footer__informer {
    text-align: center;
  }

  .footer .follow {
    display: inline-block !important;
  }

  .footer__follow {
    float: none !important;
    margin-bottom: 25px;
    display: inline-block;
  }

  .informer__tel_bottom {
    float: none !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    padding-left: 0;
  }

  .informer__tel_bottom .tel b {
    opacity: 1;
  }

  .informer__tel_bottom .tel {
    display: inline-block;
    vertical-align: top;
  }

  .footer__copy {
    padding: 0;
  }
}

.sec {
  padding: 30px 0;
  border-bottom: 1px solid #939394;
}

/*TIME LIST*/

.time-list__title,
.time-list__name {
  max-width: 720px;
}

.time-list__title {
  font-size: 18px;
  font-weight: 500;
  color: #d91615;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.time-list__title span {
  color: #353535;
  text-transform: none;
}

.time-list__name {
  position: relative;
  background-color: #ececec;
  font-size: 24px;
  font-weight: 400;
  color: #353535;
  padding: 13px 45px 13px 55px;
  transition: all .3s;
  margin-top: 20px;
  cursor: pointer;
}

.time-list__name i {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 23px;
  height: 22px;
  transform: translateY(-50%);
  background-image: url('../img/icons/arrow-right.png');
  background-repeat: no-repeat;
  background-position: center;
}

.time-list__name:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 22px;
  width: 19px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url('../img/icons/waiting-0.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.time-list__name--active {
  background-color: #353535;
  color: #fff;
}

.time-list__name--active:before {
  background-image: url('../img/icons/waiting-1.svg');
}

.time-list__name--active i {
  background-image: url('../img/icons/arrow-down.png');
}

.time-list__list li {
  font-size: 16px;
  padding: 14px 23px;
}

.time-list__list li strong {
  font-weight: 600;
  padding-right: 5px;
}

.time-list__list li:nth-child(odd) {
  background-color: #ececec;
}

.time-list__list li:nth-child(even) {
  background-color: #f9f9f9;
}

.time-list__list li:last-child{
  margin-bottom: 35px;
}


.time-list__item--red {
  color: #d91615;
}

/*Cost*/

.cost {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}

.cost__title {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  color: #d91615;
  text-transform: uppercase;
  margin: 100px 0 10px;
}

.cost__title:before {
  position: absolute;
  content: '';
  display: block;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 68px;
  height: 67px;
  background: url('../img/icons/wallet-big.svg') center no-repeat;
  -webkit-background-size: cover;
  background-size: initial;
}

.cost__desc {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cost__all {
  font-size: 48px;
  text-transform: uppercase;
}

.cost__all span {
  display: inline-block;
}

.cost__rf {
  font-family: 'Fira Sans';
  font-weight: 400;
  font-style: normal;
}

.cost__old {
  color: #353535;
  text-decoration: line-through;
}

.cost__new {
  color: #d91615;
}

.cost .button-wrap {
  margin-top: 90px;
}

/*Bonus*/

.bonus.sec {
  border-bottom: none;
  padding-bottom: 0;
}

.bonus-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.bonus__content {
  padding-top: 40px;
}

.row {
  margin: 0 -15px;
  font-size: 0;
  line-height: 0;
}

.bonus .col {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-bottom: 40px;
}

@media (max-width: 1140px) {

  .bonus .row {
    text-align: center;
  }

  .bonus .col {
    width: 33%;
    padding: 10px;
  }

  .bonus__name br {
    display: none;
  }
}

@media (max-width: 719px) {

  .bonus .col {
    width: 50%;
  }
}

@media (max-width: 480px) {

  .bonus .col {
    width: 100%;
  }

  .bonus__name br {
    display: inline;
  }
}

.bonus__title {
  font-size: 36px;
  font-weight: 500;
  color: #d91615;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bonus__title-name {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #353535;
  margin-bottom: 45px;
}

.bonus__desc {
  font-size: 30px;
  font-weight: 500;
}

.bonus__content {
  margin-top: 25px;
}

.bonus__block {
  text-align: center;
}

.bonus__img {
  margin-bottom: 25px;
}

.bonus__name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  color: #ed1c24;
}

.bonus__name span {
  display: inline-block;
  font-size: 16px;
  color: #353535;
}

.bonus__list {
  font-size: 18px;
  font-weight: 400;
}

.bonus__list li {
  position: relative;
  line-height: 1.2;
  padding-left: 65px;
  margin-bottom: 30px;
}

.bonus__list li strong {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
}

.bonus__list li:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.bonus__list li:first-child:before {
  width: 50px;
  height: 55px;
  background-position: center 5px;
  background-image: url('../img/icons/translate.svg');
}

.bonus__list li:nth-child(2):before {
  width: 50px;
  height: 52px;
  background-position: center 5px;
  background-image: url('../img/icons/mortarboard.svg');
}


.bonus__list li:nth-child(3):before {
  width: 49px;
  height: 58px;
  background-position: center 5px;
  background-image: url('../img/icons/wallet-small.svg');
}

.bonus__list li:last-child:before {
  width: 50px;
  height: 98px;
  background-position: center 33px;
  background-image: url('../img/icons/diploma.svg');
}

.bonus__item--special {
  padding-top: 30px;
  border-top: 1px solid #939394;
}

li.bonus__item--special strong {
  font-size: inherit;
  font-weight: 600;
}

.button-wrap {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.button-wrap:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  height: 1px;
  background-color: #939394;
}

.bonus__button {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  max-width: 360px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  background-color: #d91615;
  border: 2px solid #d91615;
  transition: all .3s;
  cursor: pointer;
  z-index: 10;
}

.bonus__button:visited {
  color: #fff;
}

.bonus__button:hover,
.bonus__button:focus {
  background-color: #fff;
  color: #d91615;
  border: 2px solid #d91615;
}

.follow {
  overflow: hidden;
  display: block;
  vertical-align: middle;
  margin-bottom: 15px;
}

.follow__item {
  width: 40px;
  height: 40px;
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-left: none;
  background-image: url("../img/icons/social.png");
  background-position: center;
  -webkit-transition: background-position-y .4s ease;
  transition: background-position-y .4s ease;
}

/*Footer*/

/*footer follow*/
.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.follow__item_vk {
  border-left: 1px solid #9a9a9a;
  background-position: 1px center;
}

.follow__item_vk:hover {
  background-position: 1px 0;
}

.follow__item_fb {
  background-position: -39px center;
}

.follow__item_fb:hover {
  background-position: -39px 0;
}

.follow__item_in {
  background-position: -77px center;
}

.follow__item_in:hover {
  background-position: -77px 0;
}

.follow__item_inst {
  background-position: -117px center;
}

.follow__item_inst:hover {
  background-position: -117px 0;
}

.follow__item_ok {
  background-position: -157px center;
}

.follow__item_ok:hover {
  background-position: -157px 0;
}

.follow__item_yt {
  background-position: -194px center;
}

.follow__item_yt:hover {
  background-position: -194px 0;
}

.follow__item a {
  display: block;
  height: 100%;
}

.footer {
  padding: 22px 0;
  background-color: #000;
}

.footer__inner-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.footer__informer:after {
  content: '';
  display: block;
  clear: both;
}

.footer__follow {
  float: left;
  margin-left: 0;
}

.footer__follow .follow__item {
  width: 40px;
  height: 40px;
  border-color: #9a9a9a;
}

.footer__follow .follow__item_vk {
  border-left: 1px solid #9a9a9a;
  background-position: 1px center;
}

.footer__follow .follow__item_vk:hover {
  background-position: 1px 0;
}

.footer__follow .follow__item_fb {
  background-position: -39px center;
}

.footer__follow .follow__item_fb:hover {
  background-position: -39px 0;
}

.footer__follow .follow__item_in {
  background-position: -77px center;
}

.footer__follow .follow__item_in:hover {
  background-position: -77px 0;
}

.footer__follow .follow__item_inst {
  background-position: -117px center;
}

.footer__follow .follow__item_inst:hover {
  background-position: -117px 0;
}

.footer__follow .follow__item_ok {
  background-position: -157px center;
}

.footer__follow .follow__item_ok:hover {
  background-position: -157px 0;
}

.footer__follow .follow__item_yt {
  background-position: -194px center;
}

.footer__follow .follow__item_yt:hover {
  background-position: -194px 0;
}

.footer__follow .follow__item.follow__item_vk {
  background-position: 1px 0;
}

.footer__follow .follow__item.follow__item_vk:hover {
  background-position: 1px bottom;
}

.footer__follow .follow__item.follow__item_fb {
  background-position: -39px 0;
}

.footer__follow .follow__item.follow__item_fb:hover {
  background-position: -39px bottom;
}

.footer__follow .follow__item.follow__item_in {
  background-position: -77px 0;
}

.footer__follow .follow__item.follow__item_in:hover {
  background-position: -77px bottom;
}

.footer__follow .follow__item.follow__item_inst {
  background-position: -117px 0;
}

.footer__follow .follow__item.follow__item_inst:hover {
  background-position: -117px bottom;
}

.footer__follow .follow__item.follow__item_ok {
  background-position: -157px 0;
}

.footer__follow .follow__item.follow__item_ok:hover {
  background-position: -157px bottom;
}

.footer__follow .follow__item.follow__item_yt {
  background-position: -194px 0;
}

.footer__follow .follow__item.follow__item_yt:hover {
  background-position: -194px bottom;
}

.informer__tel_bottom {
  float: left;
  padding-left: 15px;
}

.informer__tel_bottom .tel {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.informer__tel_bottom .tel a:visited {
  color: inherit;
}

.informer__tel_bottom .tel b {
  opacity: 0;
  font-weight: normal;
}

.footer__copy {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: right;
  margin: 0;
}

.footer__copy a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.footer__copy a:hover {
  text-decoration: underline;
}

/*Packages*/

.pack__wrap {
  text-align: center;
  padding-top: 35px;
}

.pack__wrap:after {
  content: '';
  clear: both;
  display: block;
}

.pack__block {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 720px;
  background-color: #fff;
  border: 1px solid #dadada;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  text-align: center;
  padding: 30px 22px 60px;
  transition: all .3s;
  transform: scale(1);
  z-index: 1;
}

.pack__block:hover{
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  z-index: 10;
}


.pack__block--active {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.pack__title {
  font-size: 36px;
}

.pack__cost-block {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
  margin-top: 30px;
}

.pack__old-cost {
  position: relative;
  font-size: 18px;
}

.pack__old-cost:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50% );
  width: 100px;
  height: 3px;
  background-color: #ed1c24;
}

.pack__new-cost {
  font-size: 36px;
  color: #ed1c24;
}

.pack__list {
  text-align: left;
  padding-top: 10px;
}

.pack__item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

.pack__item:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.item-conv:before {
  background-image: url('../img/packege/conversation.png');
}

.item-uni:before {
  background-image: url('../img/packege/unicorn.png');
}

.item-list:before {
  background-image: url('../img/packege/file.png');
}

.item-trans:before {
  background-image: url('../img/packege/translator.png');
}

.item-lon:before {
  background-image: url('../img/packege/london.png');
}

.item-bonus:before {
  background-image: url('../img/packege/bonus.png');
}

.pack__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: block;
  background-color: transparent;
  border: 1px solid #353535;
  color: #353535;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  margin: 0 20px;
  transition: all .3s;
  cursor: pointer;
}

.pack__button:visited {
  color: #353535;
}

.pack__button:hover,
.pack__button:focus {
  text-decoration: none;
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}

.cost__rf {
  display: inline-block;
  font-family: 'Fira Sans';
  font-weight: 400;
  font-style: normal;
}
.row {
  margin: 0 -15px;
  font-size: 0;
  line-height: 0;
}


@media (max-width: 1140px) {

  .pack__block {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 100%;
    max-width: 340px;
    min-height: 605px;
    margin: 0 auto 25px;
  }

}

@media (max-width: 719px) {

  .pack__title {
    font-size: 30px;
  }
}
