@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900');


/* font-family: 'Roboto', sans-serif; */
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/subset-ProximaNova-RegularIt.eot');
  src: url('../fonts/subset-ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ProximaNova-RegularIt.woff') format('woff'), url('../fonts/subset-ProximaNova-RegularIt.ttf') format('truetype'), url('../fonts/subset-ProximaNova-RegularIt.svg#ProximaNova-RegularIt') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/subset-ProximaNova-Extrabld.eot');
  src: url('../fonts/subset-ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ProximaNova-Extrabld.woff') format('woff'), url('../fonts/subset-ProximaNova-Extrabld.ttf') format('truetype'), url('../fonts/subset-ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/subset-ProximaNova-Bold.eot');
  src: url('../fonts/subset-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ProximaNova-Bold.woff') format('woff'), url('../fonts/subset-ProximaNova-Bold.ttf') format('truetype'), url('../fonts/subset-ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/subset-ProximaNova-Semibold.eot');
  src: url('../fonts/subset-ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ProximaNova-Semibold.woff') format('woff'), url('../fonts/subset-ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/subset-ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/subset-ProximaNova-Regular.eot');
  src: url('../fonts/subset-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ProximaNova-Regular.woff') format('woff'), url('../fonts/subset-ProximaNova-Regular.ttf') format('truetype'), url('../fonts/subset-ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/subset-ProximaNova-Light.eot');
  src: url('../fonts/subset-ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ProximaNova-Light.woff') format('woff'), url('../fonts/subset-ProximaNova-Light.ttf') format('truetype'), url('../fonts/subset-ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

.button {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 5px;
  background: #a200ff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a200ff), color-stop(100%, #f10051));
  background: linear-gradient(to bottom, #a200ff 0%, #f10051 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a200ff', endColorstr='#f10051', GradientType=0);
  text-transform: uppercase;
  color: #fff;
  width: 230px;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  padding: 20px 0;
  position: relative;
  margin-bottom: 15px;
  top: 0;
  transition: all .4s;
  text-align: center;
}
a.button {
  padding: 17px 0;
}
.section_white a.button:hover,
a.button:hover {
  color: #fff;
}
.button:before {
  content: '';
  background: #700025;
  width: 100%;
  height: 12px;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  left: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 4.8px 1.2px rgba(0, 0, 0, 0.35);
  transition: all .4s;
}
.button em {
  font-weight: normal;
}
.button_medium {
  width: 260px;
  font-size: 24px;
  font-weight: 500;
}
.button_normal {
  padding: 11px 52px 10px 15px;
  width: auto;
  text-align: left;
  font-weight: normal;
}
.button_normal > * {
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .button:hover {
    top: 6px;
  }
  .button:hover:before {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .button_normal {
    padding: 11px 15px 10px 15px;
  }
}


.form__header {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
}
.form__description {
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.form__field {
  margin-bottom: 21px;
}
.form__checkbox {
  margin-top: 37px;
  padding-left: 37px;
  position: relative;
}
.form__checkbox label {
  cursor: pointer;
}
.form__checkbox input {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.form__checkbox span:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 5px;
  left: 4px;
  top: 0;
  z-index: 2;
  background: #a200ff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a200ff), color-stop(100%, #f10051));
  background: linear-gradient(to bottom, #a200ff 0%, #f10051 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a200ff', endColorstr='#f10051', GradientType=0);
  text-transform: uppercase;
}
.form__checkbox span:after {
  content: url('../img/icon-14.png');
  width: 10px;
  height: 8px;
  position: absolute;
  left: 9px;
  top: 5px;
  z-index: 3;
  opacity: 0;
  transition: all .4s;
}
.form__checkbox input:checked + span:after {
  opacity: 1;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 1;
}
.icon:before {
  display: inline-block;
}
.icon-telegramm:before {
  content: url('../img/icon-1.png');
  width: 26px;
  height: 22px;
}
.icon-viber:before {
  content: url('../img/icon-2.png');
  width: 20px;
  height: 21px;
}
.icon-telegramm-color:before {
  content: url('../img/icon-telegramm.png');
  width: 16px;
  height: 16px;
}
.icon-viber-color:before {
  content: url('../images/viber.svg');
  width: 16px;
  height: 16px;
}
.icon-type-img:before {
  content: url('../img/icon-type-img.png');
  width: 16px;
  height: 14px;
}
.icon-type-video:before {
  content: url('../img/icon-type-video.png');
  width: 16px;
  height: 10px;
}
.icon-prev:before {
  content: url('../img/icon-prev.png');
  width: 14px;
  height: 27px;
}
.icon-prev:hover:before {
  content: url('../img/icon-prev_active.png');
}
.icon-next:before {
  content: url('../img/icon-next_active.png');
  width: 14px;
  height: 27px;
}
.icon-next:hover:before {
  content: url('../img/icon-next_active.png');
}
a:hover > .icon-telegramm:before {
  content: url('../img/icon-12.png');
}
a:hover > .icon-viber:before {
  content: url('../img/icon-13.png');
}

.input {
  font-family: 'Roboto', sans-serif;
  background: none;
  border: none;
  color: #000;
  border: 1px solid #b5b5b5;
  font-size: 14px;
  line-height: 1;
  padding: 15px 13px;
  border-radius: 3px;
  width: 100%;
}

/* Приведение к общему виду элементов страницы */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a img,
a:focus img {
  border: none;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
a:active {
  outline: 0;
}
:focus {
  outline: none;
}
body,
html {
  line-height: 1;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* Основные стили */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
h1,
.h1 {
  font-size: 48px;
  line-height: 48px;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 36px;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 36px;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 36px;
}
h5,
.h5 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}
a {
  color: #f10051;
}
ul {
  list-style-type: none;
}
ul li {
  position: relative;
  padding-left: 14px;
}
ul li:after {
  content: '—';
  position: absolute;
  left: 0;
  top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
section:after,
section:before {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 30px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 26px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
/* Контейнер */
.wrap {
  overflow: hidden;
}
.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
/* Колонны */
.row {
  margin: 0 -10px;
}
.row:after,
.row:before {
  content: '';
  display: table;
  clear: both;
}
*[class*="column"] {
  float: left;
  padding: 0 10px;
}
.column_inline {
  float: none;
  display: inline-block;
}
.column-12 {
  width: 100%;
}
.column-6 {
  width: 50%;
}
.column-4 {
  width: 33.333336%;
}
.column-3 {
  width: 25%;
}
.column-offset-3 {
  margin-left: 25%;
}
.column-2 {
  width: 16.666666%;
}
/* Расположение */
.pull_left {
  float: left;
}
.pull_right {
  float: right;
}
/* Очистка */
.clr:after,
.clr:before {
  content: '';
  display: table;
  clear: both;
}
/* Границы */
*[class*="border"] {
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
h2 .border,
h3 .border,
h4 .border,
h5 .border {
  display: inline-block;
  padding: 11px 8px;
}
a[class*="border"] {
  text-decoration: none;
}
.border_solid {
  border-style: solid;
}
.border_dotted {
  border-style: dotted;
}
.border_dashed {
  border-style: dashed;
}
.border_bottom {
  border-left: none;
  border-right: none;
  border-top: none;
}
/* Позионирование */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* Размеры */
*[class*="size"] {
  line-height: 0.8;
}
.size_xxlarge {
  font-size: ;
}
.size_xlarge {
  font-size: ;
}
.size_large {
  font-size: ;
}
.size_big {
  font-size: ;
}
.size_medium {
  font-size: ;
}
.size_normal {
  font-size: 14px;
  line-height: 14px;
}
.size_small {
  font-size: 12px;
  line-height: 18px;
}
/* Жирность */
.weight_light {
  font-weight: 300;
}
.weight_medium {
  font-weight: 500;
}
.weight_black {
  font-weight: 900;
}
/* Расположение текста */
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_justify {
  text-align: justify;
}
.align_center {
  text-align: center;
}
/* Цвета */
.color_yellow {
  color: #ffe400;
}
.color_red {
  color: #f00052;
}
.color_white {
  color: #fff;
}
