@charset "UTF-8";
@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans.woff2") format("woff2"), url("../fonts/opensans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensansbold.woff2") format("woff2"), url("../fonts/opensansbold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensanslight.woff2") format("woff2"), url("../fonts/opensanslight.woff") format("woff");
  font-weight: lighter;
  font-style: normal; }

.page-header {
  position: relative;
  z-index: 10; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.page-header__logo {
  width: 280px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .page-header__logo {
      width: 620px; } }
  @media (min-width: 1200px) {
    .page-header__logo {
      width: 0;
      margin: 0; } }

@media (min-width: 1200px) {
  .main-nav__wrapper {
    width: 940px;
    margin: 0 auto; } }

.page-header__logo-pink {
  margin: 15px 0 18px;
  width: 75px;
  height: 30px; }
  @media (min-width: 700px) {
    .page-header__logo-pink {
      margin: 27px 0 40px;
      width: 147px;
      height: 40px; } }
  @media (min-width: 1200px) {
    .page-header__logo-pink {
      float: left;
      margin-right: 86px;
      margin-top: 8px; } }

.page-header__logo-pink .logo-white__text,
.page-header__logo-pink .logo-white__glasses {
  transition-property: fill;
  transition-duration: 1s; }

.page-header__logo-pink:hover .logo-white__text,
.page-header__logo-pink:hover .logo-white__glasses {
  fill: #d22856; }

.page-header__logo-pink:active .logo-white__text,
.page-header__logo-pink:active .logo-white__glasses {
  fill: #6c7682; }

.page-header__logo-pink--mobile {
  display: inline; }
  @media (min-width: 700px) {
    .page-header__logo-pink--mobile {
      display: none; } }

.page-header__logo-pink--tablet {
  display: none; }
  @media (min-width: 700px) {
    .page-header__logo-pink--tablet {
      display: inline; } }
  @media (min-width: 1200px) {
    .page-header__logo-pink--tablet {
      display: none; } }

.page-header__logo-pink--desktop {
  display: none; }
  @media (min-width: 1200px) {
    .page-header__logo-pink--desktop {
      display: inline; } }

.main-nav__toggle {
  margin-top: 20px;
  float: right;
  display: block;
  width: 36px;
  height: 25px;
  font-size: 0;
  cursor: pointer;
  border: none;
  background: none;
  position: relative;
  outline-style: none; }
  @media (min-width: 700px) {
    .main-nav__toggle {
      margin-top: 42px; } }
  @media (min-width: 1200px) {
    .main-nav__toggle {
      display: none; } }

.main-nav--closed .main-nav__toggle:active::before {
  opacity: 0.3; }

@media (max-width: 1200px) {
  .main-nav--closed .main-nav__user-items {
    display: none; } }

.main-nav--opened {
  background-color: #283645; }

.main-nav--opened .main-nav__user-items {
  display: block;
  text-align: center; }

.main-nav--opened .main-nav__toggle {
  top: -1px;
  right: auto;
  left: 2px;
  width: 26px;
  outline: none; }
  .main-nav--opened .main-nav__toggle::before, .main-nav--opened .main-nav__toggle::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 26px;
    height: 3px;
    background-color: #ffffff; }
  .main-nav--opened .main-nav__toggle::before {
    transform: rotate(45deg);
    box-shadow: none; }
  .main-nav--opened .main-nav__toggle::after {
    transform: rotate(-45deg); }

.main-nav--opened .main-nav__toggle:hover::before {
  background-color: #d22856; }

.main-nav--opened .main-nav__toggle:hover::after {
  background-color: #d22856; }

.main-nav--opened .main-nav__toggle:active::before {
  opacity: 0.3; }

.main-nav--opened .main-nav__toggle:active::after {
  opacity: 0.3; }

.main-nav__items,
.main-nav__user-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1200px) {
    .main-nav__items,
    .main-nav__user-items {
      display: none; } }

.main-nav__user-items-desktop {
  display: none;
  margin: 0; }
  .main-nav__user-items-desktop li {
    list-style-type: none; }
  @media (min-width: 1200px) {
    .main-nav__user-items-desktop {
      display: block;
      float: right; } }

@media (max-width: 1200px) {
  .main-nav--closed {
    background: rgba(0, 0, 0, 0.3); } }

.main-nav--no-js .main-nav__toggle {
  display: none;
  outline: none; }

.main-nav--no-js .main-nav__item {
  display: block; }

.main-nav--no-js .main-nav__user-items {
  display: block;
  text-align: center; }

@media (min-width: 1200px) {
  .main-nav__item {
    float: left;
    margin-left: 10px;
    margin-right: 75px; }
    .main-nav__item:last-child {
      margin-right: 0; } }

.main-nav__item a {
  font-family: "opensans";
  font-weight: bold;
  display: block;
  padding: 19px 21px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid #485461;
  border-bottom: 1px solid #010101;
  transition-property: color;
  transition-duration: 1s; }
  @media (min-width: 1200px) {
    .main-nav__item a {
      padding: 0;
      padding-top: 25px;
      padding-bottom: 23px;
      background: none;
      border: none;
      font-weight: normal;
      text-transform: none; } }

.main-nav__item a:hover {
  color: #d22856; }

.main-nav__item a:active {
  color: #5e364f; }

@media (min-width: 1200px) {
  .main-nav {
    background: rgba(0, 0, 0, 0.3);
    height: 66px; } }

@media (max-width: 1200px) {
  .main-nav__item {
    background-color: #1d2833; } }

.main-nav__item--active {
  cursor: pointer; }
  @media (min-width: 1200px) {
    .main-nav__item--active {
      position: relative; } }

@media (min-width: 1200px) {
  .main-nav__item--active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 82px;
    bottom: 14px;
    width: 100%;
    height: 2px;
    background-color: #fff; } }

.main-nav__item--active a:hover::after {
  background-color: #d22856; }

.main-nav__item--active a:active::after {
  background-color: rgba(255, 255, 255, 0.3); }

.page-header__wrap-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #1d2833; }

.menu_btn {
  height: 26px;
  width: 30px;
  border-radius: 3px;
  position: relative;
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 1200px) {
    .menu_btn {
      display: none; } }

.menu_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  transition: .3s all; }

.menu_btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  transition: .3s all; }

.menu_line {
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  transition: .3s all;
  margin-top: 11px; }

.menu_btn_active .menu_line {
  opacity: 0;
  transform: rotate(180deg); }

.menu_btn_active:after {
  transform: rotate(45deg);
  transform-origin: left bottom;
  left: 3px; }

.menu_btn_active:before {
  transform: rotate(-45deg);
  transform-origin: left top;
  left: 3px; }

.download {
  color: white;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  margin-top: -66px;
  padding-bottom: 15px;
  background: #283645; }
  @media (min-width: 700px) {
    .download {
      margin-top: -111px;
      padding-bottom: 0; } }

.download__bg {
  background: #283645 url("../img/bg-back-mobile@1x.jpg") no-repeat;
  background-size: cover;
  min-height: 462px;
  background-position: 50% 0; }
  @media (min-width: 700px) {
    .download__bg {
      min-height: 728px; } }
  @media (min-width: 1200px) {
    .download__bg {
      min-height: 853px;
      background-position: 0% 100%; } }

.download__bg-hand {
  min-height: 462px;
  background: url("../img/iphone-hand-mobile@1x.png") no-repeat;
  background-position: 0 100%; }
  @media (min-width: 700px) {
    .download__bg-hand {
      min-height: 728px;
      background: url("../img/iphone-hand-tablet@1x.png") no-repeat;
      background-position: 100% 100%; } }
  @media (min-width: 1200px) {
    .download__bg-hand {
      min-height: 853px;
      background: url("../img/iphone-hand-desktop@1x.png") no-repeat;
      background-position: 70% 100%; } }

.download__container-bg-hand {
  width: 320px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .download__container-bg-hand {
      width: 620px; } }
  @media (min-width: 1200px) {
    .download__container-bg-hand {
      width: 940px; } }

.download__container {
  width: 280px;
  margin: 0 auto;
  position: relative; }

@media (min-width: 700px) {
  .download__wrapper {
    width: 300px;
    padding-top: 10px;
    position: absolute;
    top: -540px; } }

@media (min-width: 1200px) {
  .download__wrapper {
    top: -650px;
    left: 0; } }

.download__slogan {
  display: none;
  color: white;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 40px;
  font-weight: lighter;
  text-align: center; }
  @media (min-width: 700px) {
    .download__slogan {
      display: block;
      margin: 0;
      padding: 0 27px; } }
  @media (min-width: 1200px) {
    .download__slogan {
      font-size: 50px; } }

.download__toggle {
  margin-top: 27px;
  height: 55px;
  width: 281px;
  border: 3px solid white;
  background: none;
  padding: 0 12px 3px 12px;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  transition-property: background;
  transition-duration: 1s; }
  @media (min-width: 1200px) {
    .download__toggle {
      margin-top: 50px; } }

.download__toggle:hover {
  background: white;
  color: #d22856; }

.download__toggle:active {
  color: #f1becc; }

.download__os {
  margin-top: 32px; }
  .download__os a {
    margin-left: 35px; }
  @media (min-width: 1200px) {
    .download__os {
      margin-top: 60px;
      margin-bottom: 60px; } }

.download__text {
  text-align: center;
  line-height: 24px;
  margin-top: 19px; }

@media (min-width: 700px) {
  .download__container {
    width: 620px;
    position: relative; } }

@media (min-width: 1200px) {
  .download__container {
    width: 940px;
    position: relative; } }

.properties__advertising-slogan {
  color: #283645;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
  margin-top: 43px; }
  @media (min-width: 700px) {
    .properties__advertising-slogan {
      font-size: 40px;
      margin: 0;
      padding-top: 60px; } }

.properties__text-title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 1200px) {
    .properties__text-title {
      font-size: 30px; } }

.properties__text {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 24px; }
  @media (min-width: 1200px) {
    .properties__text {
      text-align: center;
      font-size: 18px; } }

.properties__wrapper-text {
  position: relative;
  background: #f2f2f2;
  padding-bottom: 284px; }
  @media (min-width: 700px) {
    .properties__wrapper-text {
      padding: 0 0 45px; } }
  @media (min-width: 1200px) {
    .properties__wrapper-text {
      height: 480px; } }

.properties__triangle-top {
  width: 100%;
  height: auto; }

.properties__container {
  width: 271px;
  margin: 0 auto 35px; }
  @media (min-width: 700px) {
    .properties__container {
      width: 620px; } }
  @media (min-width: 1200px) {
    .properties__container {
      display: flex;
      width: 940px; } }

@media (min-width: 1200px) {
  .properties__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; } }

.properties__title {
  margin-top: 33px; }
  @media (min-width: 700px) {
    .properties__title {
      padding-top: 0;
      width: 500px;
      margin-left: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .properties__title {
      margin: 0; } }

@media (min-width: 1200px) {
  .properties__effect {
    background-color: #f2f2f2; } }

.properties__effect-wrapper {
  display: none; }
  @media (min-width: 700px) {
    .properties__effect-wrapper {
      display: block;
      margin-bottom: 200px;
      margin-top: 46px; } }
  @media (min-width: 1200px) {
    .properties__effect-wrapper {
      margin-bottom: 60px; } }

@media (min-width: 700px) {
  .properties__effect-title {
    font-family: "opensans", "Arial", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left; } }

@media (min-width: 1200px) {
  .properties__effect-title {
    font-size: 30px;
    margin-top: 0; } }

@media (min-width: 700px) {
  .properties__effect-text {
    font-family: "opensans", "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 24px; } }

@media (min-width: 1200px) {
  .properties__effect-text {
    font-size: 18px; } }

.properties__link {
  color: #d22856; }

@media (min-width: 700px) {
  .properties__part {
    width: 50%;
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .properties__part {
    display: block;
    width: 230px;
    padding-left: 83px;
    margin: 0;
    padding-top: 133px; } }

.properties__phone {
  margin-top: 52px;
  position: relative; }
  @media (min-width: 1200px) {
    .properties__phone {
      margin-top: 32px; } }

.properties__phone::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -598px;
  width: 100%;
  height: 280px;
  z-index: 2;
  background: url("../img/iphone-screen-mobile@1x.png") center 0 no-repeat; }
  @media (min-width: 700px) {
    .properties__phone::after {
      height: 480px;
      left: -347px;
      right: 0;
      bottom: -278px;
      background: url("../img/iphone-screen-2-tablet@1x.png") center 0 no-repeat; } }
  @media (min-width: 1200px) {
    .properties__phone::after {
      height: 480px;
      left: 45px;
      right: 0;
      bottom: 55px;
      background: url("../img/iphone-screen-1-desktop@1x.png") center 0 no-repeat; } }

.properties__phone-pink {
  margin-top: 32px;
  position: relative; }

@media (min-width: 1200px) {
  .properties__phone-pink::after {
    content: "";
    position: absolute;
    height: 480px;
    left: 90px;
    right: 0;
    bottom: 55px;
    background: url("../img/iphone-screen-2-desktop@1x.png") center 0 no-repeat; } }

.properties__phone-smiley {
  position: relative;
  margin-top: 34px; }

@media (min-width: 1200px) {
  .properties__phone-smiley::after {
    content: "";
    position: absolute;
    height: 480px;
    left: 90px;
    right: 0;
    bottom: 55px;
    background: url("../img/iphone-screen-3-desktop@1x.png") center 0 no-repeat; } }

.properties__timer {
  position: relative;
  width: 262px;
  height: 302px;
  margin-right: 47px;
  z-index: 9;
  float: left; }

.properties__timer::before {
  content: "24";
  position: absolute;
  top: 64px;
  left: 24px;
  width: 192px;
  height: 192px;
  font-family: 'Open Sans', sans-serif;
  font-size: 104.6px;
  font-weight: 700;
  line-height: 192px;
  text-align: center;
  color: #d22856;
  border: 11px solid #d22856;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 100; }

.properties__timer-image {
  width: 262px;
  height: 302px; }

.properties__effect-item {
  padding-top: 40px; }
  @media (min-width: 1200px) {
    .properties__effect-item {
      padding-bottom: 115px; } }

@media (min-width: 1200px) {
  .reviews {
    padding-top: 185px;
    padding-bottom: 225px; } }

.reviews__title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 39px;
  margin-bottom: 14px;
  line-height: 30px; }
  @media (min-width: 700px) {
    .reviews__title {
      position: absolute;
      font-size: 20px;
      bottom: 0;
      left: 225px; } }
  @media (min-width: 1200px) {
    .reviews__title {
      font-size: 24px; } }

.reviews__text {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  padding: 0 6px; }
  @media (min-width: 700px) {
    .reviews__text {
      font-size: 18px;
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .reviews__text {
      width: 680px; } }

.reviews__data {
  display: none;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #283645;
  text-align: center; }
  @media (min-width: 700px) {
    .reviews__data {
      display: block;
      position: absolute;
      bottom: -12px;
      left: 220px; } }
  @media (min-width: 1200px) {
    .reviews__data {
      font-size: 18px;
      bottom: -30px;
      left: 223px; } }

.reviews__container {
  width: 280px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .reviews__container {
      width: 620px; } }
  @media (min-width: 1200px) {
    .reviews__container {
      width: 940px; } }

.reviews {
  position: relative; }

#btn-11,
#btn-12,
#btn-13 {
  display: none; }

.reviews__controls {
  margin: 27px auto 41px;
  width: 80px;
  padding-left: 13px; }
  .reviews__controls label {
    display: inline-block;
    margin-right: 15px;
    width: 6px;
    height: 6px;
    background: #283645;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.3;
    vertical-align: middle; }
  .reviews__controls label:hover {
    opacity: 0.6; }
  .reviews__controls label:active {
    opacity: 0.1; }
  @media (min-width: 1200px) {
    .reviews__controls {
      display: none; } }

#btn-11:checked ~ .reviews__controls label[for="btn-11"],
#btn-12:checked ~ .reviews__controls label[for="btn-12"],
#btn-13:checked ~ .reviews__controls label[for="btn-13"] {
  border: 3px solid black;
  background: white;
  opacity: 1; }

@media (min-width: 700px) {
  .reviews__item {
    position: relative; } }

.reviews__wrapper {
  position: relative; }

@media (min-width: 1200px) {
  .reviews__wrapper::after {
    content: " ";
    position: absolute;
    background: url("../img/icon-quotes.svg") no-repeat;
    width: 80px;
    height: 65px;
    top: -145px;
    left: 430px; } }

.reviews__control-right {
  display: none; }
  @media (min-width: 1200px) {
    .reviews__control-right {
      display: block;
      float: right;
      margin-top: 30px;
      z-index: 10;
      opacity: 0.3; } }

.reviews__control-right:hover {
  opacity: 1; }

.reviews__control-right:active {
  opacity: 0.1; }

.reviews__control-left {
  display: none; }
  @media (min-width: 1200px) {
    .reviews__control-left {
      display: block;
      float: left;
      margin-top: 30px;
      opacity: 0.3; } }

.reviews__control-left:hover {
  opacity: 1; }

.reviews__control-left:active {
  opacity: 0.1; }

.reviews__item {
  opacity: 0;
  display: none; }
  @media (min-width: 1200px) {
    .reviews__item {
      width: 700px;
      position: absolute;
      top: -39px;
      left: 152px; } }

.reviews__wrap {
  position: relative; }

.reviews__item--active {
  display: block;
  opacity: 1; }

.fade {
  animation-name: fade;
  animation-duration: 2s; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bt-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  opacity: .3;
  z-index: 999;
  transition-property: opacity;
  transition-duration: 1s; }

.bt-up:hover {
  opacity: 1; }

.price {
  background: #f2f2f2; }
  @media (min-width: 700px) {
    .price {
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .price {
      padding-bottom: 95px; } }

@media (min-width: 700px) {
  #item-title {
    margin-top: 160px; } }

@media (min-width: 1200px) {
  #item-title {
    margin-top: 0; } }

.price__visually-hidden {
  display: none; }

.price__table-mobile {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
  background: white; }
  @media (min-width: 700px) {
    .price__table-mobile {
      display: none; } }

.price__background {
  margin-bottom: 61px; }

.price__triangle-top {
  width: 100%;
  height: auto; }

.price__table-center,
.price__table-left,
.price__table-right {
  border: 2px solid #e5e5e5;
  height: 56px;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }
  .price__table-center .price__content,
  .price__table-left .price__content,
  .price__table-right .price__content {
    margin-left: 20px; }

.price__table-title {
  background: #283645;
  color: white;
  text-align: center;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 7px 23px; }
  .price__table-title span {
    font-family: "opensans", "Arial", sans-serif;
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase; }
  .price__table-title .price__content {
    margin: 0; }
    .price__table-title .price__content h3 {
      font-size: 18px;
      line-height: 30px;
      margin: 14px 0 3px; }

.price__table-center .price__content,
.price__table-left .price__content,
.price__table-right .price__content {
  display: none; }

#btn-5:checked ~ .price__table-mobile .price__table-center .price__content {
  display: block;
  width: 100%; }

#btn-4:checked ~ .price__table-mobile .price__table-left .price__content {
  display: block;
  width: 100%; }

#btn-4:checked ~ .price__table-mobile .price__table-right {
  display: none; }

#btn-6:checked ~ .price__table-mobile .price__table-right .price__content {
  display: block;
  width: 100%; }

#btn-6:checked ~ .price__table-mobile .price__table-left {
  display: none; }

.price__container {
  width: 280px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .price__container {
      width: 620px; } }
  @media (min-width: 1200px) {
    .price__container {
      width: 940px; } }

.price__table {
  display: none; }
  @media (min-width: 700px) {
    .price__table {
      display: block;
      width: 620px;
      border-collapse: collapse; } }
  @media (min-width: 1200px) {
    .price__table {
      width: 940px; } }

.price__table-header {
  width: 153px;
  height: 75px;
  border: 1px solid #f2f2f2;
  background: #283645;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  .price__table-header h3 {
    margin-bottom: 5px; }

.price__table-header--empty {
  display: block;
  opacity: 0;
  border: none; }

@media (min-width: 700px) {
  .price__wrapper {
    display: none; } }

@media (min-width: 700px) {
  .price__controls {
    display: none; } }

@media (min-width: 700px) {
  .price__table-item {
    width: 153px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: white;
    color: #283645;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .price__table-item {
    width: 232px;
    height: 60px; } }

.price__table__controls {
  width: 61px;
  margin: 0 auto;
  padding: 25px 0; }
  @media (min-width: 700px) {
    .price__table__controls {
      display: none; } }

.price__table__controls label {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #b5b9be;
  vertical-align: middle;
  margin-right: 10px; }
  .price__table__controls label:hover {
    background: #7e868f; }
  .price__table__controls label:active {
    background: #e9ebec; }
  @media (min-width: 700px) {
    .price__table__controls label {
      display: none; } }

#btn-4,
#btn-5,
#btn-6 {
  display: none; }

#btn-4:checked ~ .price__container .price__table__controls label[for="btn-4"], #btn-5:checked ~ .price__container .price__table__controls label[for="btn-5"], #btn-6:checked ~ .price__container .price__table__controls label[for="btn-6"] {
  background: white;
  border: 2px solid black; }

.price__yes-no {
  float: right;
  margin-right: 40px; }
  @media (min-width: 700px) {
    .price__yes-no {
      float: none;
      margin-right: 0;
      margin-left: 46px; } }
  @media (min-width: 1200px) {
    .price__yes-no {
      margin-left: 90px; } }

.price__content-hit {
  position: relative; }

.price__content-hit::before {
  content: " ";
  position: absolute;
  background: url("../img/bg-hit.svg") no-repeat;
  width: 73px;
  height: 73px;
  top: -14px;
  left: -7px; }

.price__content-hit::after {
  content: "хит";
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 1px;
  transform: rotate(-45deg); }

.price__table-header-hit {
  position: relative; }

.price__table-header-hit::before {
  content: " ";
  position: absolute;
  background: url("../img/bg-hit-tablet.svg") no-repeat;
  width: 73px;
  height: 73px;
  top: 0;
  left: 0; }

.price__table-header-hit::after {
  content: "ХИТ";
  position: absolute;
  top: 12px;
  left: 4px;
  transform: rotate(-45deg); }

.contacts__slogan {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
  line-height: 24px; }
  @media (min-width: 700px) {
    .contacts__slogan {
      width: 370px;
      font-size: 40px;
      line-height: normal;
      margin-left: 120px;
      text-align: center; } }
  @media (min-width: 1200px) {
    .contacts__slogan {
      margin-left: 285px; } }

.contacts__item-title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.contacts__item-text {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
  line-height: 24px;
  color: #d22856; }
  @media (min-width: 700px) {
    .contacts__item-text {
      font-size: 24px; } }

#contacts__item1 {
  text-decoration: none;
  display: block;
  margin: 0 auto; }

#contacts__item2 {
  text-decoration: none;
  display: block;
  margin: 0 auto; }

.contacts__container {
  width: 280px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .contacts__container {
      width: 620px; } }
  @media (min-width: 1200px) {
    .contacts__container {
      width: 940px; } }

.contacts__map {
  width: 100%;
  height: 200px; }
  @media (min-width: 700px) {
    .contacts__map {
      height: 380px; } }

.contacts__triangle-white-footer {
  width: 100%;
  position: relative; }

.contacts__triangle-white-footer img {
  width: 100%;
  position: absolute;
  top: -1px;
  z-index: 9; }

.contacts__footer-page {
  display: none; }
  @media (min-width: 700px) {
    .contacts__footer-page {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      width: 620px;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 700px) and (min-width: 1200px) {
    .contacts__footer-page {
      padding-top: 40px;
      padding-bottom: 40px;
      width: 940px; } }

@media (min-width: 700px) {
  .contacts__item {
    width: 245px; } }

@media (min-width: 700px) {
  .item-phone {
    float: left;
    padding-right: 80px; } }

@media (min-width: 700px) {
  .item-email {
    float: right; } }

@media (min-width: 700px) {
  .item-address {
    margin-left: 180px; } }

@media (min-width: 1200px) {
  .item-address {
    margin-top: 55px;
    margin-left: 335px; } }

.contacts__logo {
  display: block;
  margin: 40px auto 34px;
  transition-property: fill;
  transition-duration: 1s; }
  @media (min-width: 700px) {
    .contacts__logo {
      margin: -14px 0 0; } }

@media (min-width: 700px) {
  .contacts__footer-copyright {
    margin: 0; } }

.contacts__text {
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 1200px) {
    .contacts__text {
      font-size: 18px; } }

.contacts__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px; }

.contacts__copyright-logo {
  fill: #d22856;
  transition-property: fill;
  transition-duration: 1s; }

.contacts__link:hover .footer-page__copyright-logo {
  fill: #283645; }

.contacts__link:active .footer-page__copyright-logo {
  opacity: 0.3; }

.contacts__logo-blue--tablet {
  width: 146.3px;
  height: 40.375px;
  transition-property: fill;
  transition-duration: 1s; }
  @media (min-width: 1200px) {
    .contacts__logo-blue--tablet {
      display: none; } }

.contacts__logo-blue--desktop {
  display: none;
  width: 146.3px;
  height: 40.375px;
  transition-property: fill;
  transition-duration: 1s; }
  @media (min-width: 1200px) {
    .contacts__logo-blue--desktop {
      display: inline; } }

.contacts__logo:hover .logo-blue__text {
  fill: #d22856; }

.contacts__logo:active .logo-blue__text {
  fill: #283645; }

.contacts__logo:active .logo-blue {
  opacity: 0.3; }

.user-form__bg-header {
  color: white;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  margin-top: -67px;
  background: #283645; }
  @media (min-width: 700px) {
    .user-form__bg-header {
      padding-bottom: 0;
      margin-top: -111px; } }
  @media (min-width: 1200px) {
    .user-form__bg-header {
      margin-top: -141px; } }

.user-form__bg {
  background: #283645 url("../img/bg-back-mobile@1x.jpg") no-repeat;
  min-height: 238px;
  background-position: 50% 0;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .user-form__bg {
      background: #283645 url("../img/bg-back-mobile@2x.jpg") no-repeat;
      background-size: cover; } }
  .user-form__bg h2 {
    padding-top: 100px;
    margin: 0 auto;
    max-width: 280px; }
    @media (min-width: 700px) {
      .user-form__bg h2 {
        padding-top: 180px;
        max-width: 608px; } }
    @media (min-width: 700px) {
      .user-form__bg h2 {
        padding-top: 180px;
        max-width: 608px; } }
    @media (min-width: 1200px) {
      .user-form__bg h2 {
        padding-top: 208px;
        max-width: 920px; } }
  @media (min-width: 700px) {
    .user-form__bg {
      background: url("../img/bg-back-tablet@1x.jpg") no-repeat;
      min-height: 440px;
      background-position: 50% 0;
      background-size: cover; } }
  @media (min-width: 700px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 700px) and (min-resolution: 144dpi), (min-width: 700px) and (min-resolution: 1.5dppx) {
    .user-form__bg {
      background: url("../img/bg-back-tablet@2x.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 0; } }
  @media (min-width: 1200px) {
    .user-form__bg {
      background: url("../img/bg-back-desktop@1x.jpg") no-repeat;
      min-height: 426px;
      background-position: 50% 30px;
      background-size: cover; } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-resolution: 144dpi), (min-width: 1200px) and (min-resolution: 1.5dppx) {
    .user-form__bg {
      background: url("../img/bg-back-desktop@2x.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 30px; } }

.user-form__title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  padding: 0 20px;
  text-align: center; }
  @media (min-width: 700px) {
    .user-form__title {
      padding: 0 100px;
      font-size: 50px;
      color: white; } }
  @media (min-width: 1200px) {
    .user-form__title {
      padding: 0 84px; } }

.user-form__text {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  max-width: 280px;
  margin: 45px auto 41px;
  line-height: 30px; }
  @media (min-width: 700px) {
    .user-form__text {
      font-size: 18px;
      line-height: 30px;
      max-width: 500px;
      padding: 0 79px;
      margin: 92px auto 53px; } }
  @media (min-width: 1200px) {
    .user-form__text {
      max-width: 761px;
      padding: 0; } }

.user-form__fragment {
  display: none; }
  @media (min-width: 700px) {
    .user-form__fragment {
      display: inline; } }

.user-form__visually-hidden {
  display: none; }

.user-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; }
  .user-data input {
    border: 2px solid #e7e7e7; }
  @media (min-width: 1200px) {
    .user-data {
      flex-flow: row wrap;
      justify-content: center; } }

.user-data__information-user {
  max-width: 280px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .user-data__information-user {
      order: 0;
      max-width: 638px; } }
  @media (min-width: 1200px) {
    .user-data__information-user {
      max-width: 435px;
      margin-right: 68px;
      margin-left: 0;
      margin-top: 12px; } }

.user-data__surname,
.user-data__name,
.user-data__middle-name {
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .user-data__surname,
    .user-data__name,
    .user-data__middle-name {
      flex-direction: row;
      -ms-grid-row-align: center;
          align-items: center;
      justify-content: flex-end;
      width: 620px; } }
  @media (min-width: 1200px) {
    .user-data__surname,
    .user-data__name,
    .user-data__middle-name {
      padding: 0;
      flex-direction: row;
      -ms-grid-row-align: baseline;
          align-items: baseline;
      width: 435px; } }

#name,
#surname,
#middle-name {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0 25px;
  padding: 18px 3px 18px 20px;
  width: 255px;
  outline: none;
  transition-property: border-color;
  transition-duration: 1s;}
  @media (min-width: 700px) {
    #name,
    #surname,
    #middle-name {
      width: 525px;
      margin: 20px 0 36px; } }
  @media (min-width: 1200px) {
    #name,
    #surname,
    #middle-name {
      width: 100%; } }

@media (min-width: 700px) {
  #name {
    width: 540px;
    margin-bottom: 35px; } }

#name:hover,
#surname:hover,
#middle-name:hover {
  border-color: #283645; }

#name:active,
#surname:active,
#middle-name:active {
  border-color: #d22856; }

.user-data__title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #d22856;
  text-transform: uppercase;
  margin-left: 22px;
  margin-bottom: -1px; }
  @media (min-width: 700px) {
    .user-data__title {
      margin-right: 20px;
      margin-left: 0;
      margin-bottom: 27px;
      margin-top: 8px; } }

.user-data__achievements-container {
  background-color: #f2f2f2;
  padding: 37px 0 6px;
  margin: 20px 0 38px; }
  @media (min-width: 700px) {
    .user-data__achievements-container {
      order: 3;
      padding: 0 153px;
      background: none;
      margin-bottom: 65px; } }
  @media (min-width: 1200px) {
    .user-data__achievements-container {
      flex-basis: 100%;
      margin-bottom: 59px; } }

.user-data__achievements {
  max-width: 280px;
  margin: 0 auto;
  border: none;
  padding: 0 20px; }
  @media (min-width: 700px) {
    .user-data__achievements {
      border: 2px solid #e7e7e7;
      max-width: 580px;
      padding: 0 59px; } }
  @media (min-width: 1200px) {
    .user-data__achievements {
      max-width: 940px;
      padding: 0 0 12px; } }

@media (min-width: 1200px) {
  .user-data__achievements-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 166px;
    padding-left: 59px; } }

.user-data__achievements-item {
  display: block;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #283645;
  position: relative;
  margin: 0 0 42px;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 700px) {
    .user-data__achievements-item {
      padding-left: 59px; } }

.user-data__achievements-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 35px;
  height: 35px;
  border: 2px solid #e9ebec;
  background-color: #fff; }

.user-data__achievements-item:hover::before {
  border: 2px solid #283645; }

.user-data__achievements-item:active::before {
  border: 2px solid #d22856; }

#check1:checked ~ .user-data__achievements label:nth-of-type(1)::before,
#check2:checked ~ .user-data__achievements label:nth-of-type(2)::before,
#check3:checked ~ .user-data__achievements label:nth-of-type(3)::before,
#check4:checked ~ .user-data__achievements label:nth-of-type(4)::before,
#check5:checked ~ .user-data__achievements label:nth-of-type(5)::before,
#check6:checked ~ .user-data__achievements label:nth-of-type(6)::before {
  display: block;
  background: #fff url(../img/icon-yes.svg) center center no-repeat; }

.user-data__achievements-title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #d22856;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 19px; }
  @media (min-width: 700px) {
    .user-data__achievements-title {
      margin-bottom: 44px; } }

#check1,
#check2,
#check3,
#check4,
#check5,
#check6,
#rad1,
#rad2,
#rad3 {
  display: none; }

.user-data__app-container {
  background-color: #f2f2f2;
  padding: 39px 0 9px;
  margin-top: 32px;
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    .user-data__app-container {
      order: 1;
      padding: 0 95px;
      background: none;
      margin-top: 24px;
      margin-bottom: 58px; } }
  @media (min-width: 1200px) {
    .user-data__app-container {
      width: 437px;
      margin-top: 20px;
      margin-bottom: 60px;
      padding: 0; } }

.user-data__app {
  border: none;
  max-width: 280px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 18px; }
  @media (min-width: 700px) {
    .user-data__app {
      border: 2px solid #e7e7e7;
      max-width: 620px; } }

.user-data__app-title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #d22856;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 34px; }
  @media (min-width: 700px) {
    .user-data__app-title {
      margin-bottom: 44px; } }

.user-data__app-item {
  display: block;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #283645;
  position: relative;
  margin: 0 0 30px;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 15px;
  transition-property: border-color;
  transition-duration: 1s;}
  @media (min-width: 700px) {
    .user-data__app-item {
      padding-left: 120px; } }
  @media (min-width: 1200px) {
    .user-data__app-item {
      padding-left: 135px; } }

.user-data__app-item::before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 3px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #e9ebec;
  background-color: #fff;  }
  @media (min-width: 700px) {
    .user-data__app-item::before {
      margin-left: 62px; } }
  @media (min-width: 1200px) {
    .user-data__app-item::before {
      margin-left: 80px; } }

.user-data__app-item:hover::before {
  border: 2px solid #283645; }

.user-data__app-item:active::before {
  border: 2px solid #d22856; }

#rad1:checked ~ .user-data__app label:nth-of-type(1)::before,
#rad2:checked ~ .user-data__app label:nth-of-type(2)::before,
#rad3:checked ~ .user-data__app label:nth-of-type(3)::before {
  background: #fff url(../img/icon-map-marker.svg) center center no-repeat; }

.user-data__description {
  border: none;
  display: flex;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 700px) {
    .user-data__description {
      order: 4;
      border: 2px solid #e7e7e7;
      width: 614px; } }
  @media (min-width: 1200px) {
    .user-data__description {
      padding: 0;
      width: 940px; } }

.user-data__description-title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #d22856;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 17px; }

.user-data__description-text {
  border: 2px solid #e7e7e7;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 192px;
  text-align: center;
  width: 275px;
  resize: none;
  outline: none;
  transition-property: border-color;
  transition-duration: 1s; }
  @media (min-width: 700px) {
    .user-data__description-text {
      height: 165px;
      width: 494px;
      margin: 21px auto 53px;
      padding-top: 19px; } }
  @media (min-width: 1200px) {
    .user-data__description-text {
      margin: 18px auto 45px;
      width: 813px;
      height: 102px; } }

.user-data__description-text:hover {
  border-color: #283645; }

.user-data__description-text:active {
  border-color: #d22856; }

.user-data__send {
  padding: 23px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2aab6d;
  border-color: #2aab6d;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  min-width: 280px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 1s; }
  @media (min-width: 700px) {
    .user-data__send {
      margin: 0;
      min-width: 300px; } }

.user-data__send:hover {
  background-color: #208253; }

.user-data__send:active {
  color: rgba(255, 255, 255, 0.3); }

.user-data__send:disabled {
  background: #e5e5e5; }

.user-data__required-fields {
  margin: 0; }
  @media (min-width: 1200px) {
    .user-data__required-fields {
      display: none; } }

.user-data__required-fields1200 {
  display: none; }
  @media (min-width: 1200px) {
    .user-data__required-fields1200 {
      display: block;
      text-transform: uppercase;
      font-size: 14px; } }

.user-data__asterisk {
  color: #d22856; }

@media (min-width: 700px) {
  .user-data__contact-container {
    order: 2;
    margin-bottom: 37px; } }

@media (min-width: 1200px) {
  .user-data__contact-container {
    flex-basis: 100%; } }

.user-data__contact {
  max-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
  border: none; }
  @media (min-width: 700px) {
    .user-data__contact {
      order: 2;
      max-width: 594px;
      border: 2px solid #e5e5e5;
      padding: 0 10px 12px; } }
  @media (min-width: 1200px) {
    .user-data__contact {
      padding: 21px 0 17px;
      max-width: 940px; } }

.user-data__phone,
.user-data__email {
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .user-data__phone,
    .user-data__email {
      width: 500px;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .user-data__phone,
    .user-data__email {
      width: 373px;
      margin-left: 60px; } }

@media (min-width: 1200px) {
  .user-data__email {
    margin-right: 60px; } }

#phone,
#email {
  margin: 15px 0 25px;
  padding: 19px 3px 19px 20px;
  outline: none;
  transition-property: border-color;
  transition-duration: 1s;}
  @media (min-width: 700px) {
    #phone,
    #email {
      margin-bottom: 21px; } }
  @media (min-width: 1200px) {
    #phone,
    #email {
      margin-bottom: 20px; } }

#phone:hover,
#email:hover {
  border-color: #283645; }

#phone:active,
#email:active {
  border-color: #d22856; }

.user-data__numbered,
.user-data__the-address {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #d22856;
  text-transform: uppercase;
  padding-left: 23px;
  margin-bottom: -3px; }
  @media (min-width: 700px) {
    .user-data__numbered,
    .user-data__the-address {
      display: none; } }

.user-data__address,
.user-data__number {
  display: none; }
  @media (min-width: 700px) {
    .user-data__address,
    .user-data__number {
      display: block;
      font-family: "opensans", "Arial", sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #d22856;
      text-transform: uppercase;
      margin-left: 21px; } }
  @media (min-width: 1200px) {
    .user-data__address,
    .user-data__number {
      margin-left: 19px; } }

@media (min-width: 1200px) {
  .user-data__contact-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: baseline; } }

.user-data__phone-wrapper {
  flex-basis: 40%;
  flex-direction: column-reverse; }
  @media (min-width: 700px) {
    .user-data__phone-wrapper {
      margin-top: 27px; } }
  @media (min-width: 1200px) {
    .user-data__phone-wrapper {
      margin: 0; } }

.user-data__email-wrapper {
  flex-basis: 40%;
  flex-direction: column-reverse; }
  @media (min-width: 700px) {
    .user-data__email-wrapper {
      margin-bottom: 20px;
      margin-top: 17px; } }
  @media (min-width: 1200px) {
    .user-data__email-wrapper {
      margin: 0; } }

.user-data__contact__title {
  display: none; }
  @media (min-width: 700px) {
    .user-data__contact__title {
      display: block;
      font-family: "opensans", "Arial", sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #d22856;
      text-transform: uppercase;
      text-align: center; } }

.user-data__container-send {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-top: 45px; }
  @media (min-width: 700px) {
    .user-data__container-send {
      order: 5;
      flex-direction: row;
      justify-content: space-between;
      width: 620px;
      margin: 66px auto; } }
  @media (min-width: 1200px) {
    .user-data__container-send {
      width: 940px;
      margin: 62px auto; } }

@media (min-width: 700px) {
  .user-data__required-fields {
    margin: 0;
    float: right; } }

.footer-page__container {
  width: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 700px) {
    .footer-page__container {
      flex-direction: row;
      width: 620px; } }
  @media (min-width: 1200px) {
    .footer-page__container {
      width: 940px; } }

.footer-page__logo {
  display: block;
  margin: 40px auto 34px; }
  @media (min-width: 700px) {
    .footer-page__logo {
      margin: -14px 0 0; } }

.footer-page__footer-copyright {
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    .footer-page__footer-copyright {
      margin: 0; } }

.footer-page__text {
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 1200px) {
    .footer-page__text {
      font-size: 18px; } }

.footer-page__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px; }

.footer-page__copyright-logo {
  fill: #d22856; }

.footer-page__link:hover .footer-page__copyright-logo {
  fill: #283645; }

.footer-page__link:active .footer-page__copyright-logo {
  opacity: 0.3; }

.footer-page__logo-blue--tablet {
  width: 146.3px;
  height: 40.375px; }
  @media (min-width: 1200px) {
    .footer-page__logo-blue--tablet {
      display: none; } }

.footer-page__logo-blue--desktop {
  display: none;
  width: 146.3px;
  height: 40.375px; }
  @media (min-width: 1200px) {
    .footer-page__logo-blue--desktop {
      display: inline; } }

.footer-page__logo:hover .logo-blue__text {
  fill: #d22856; }

.footer-page__logo:active .logo-blue__text {
  fill: #283645; }

.footer-page__logo:active .logo-blue {
  opacity: 0.3; }

.user-photos__bg-header {
  color: white;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  margin-top: -70px;
  background: #283645; }
  @media (min-width: 700px) {
    .user-photos__bg-header {
      margin-top: -111px;
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .user-photos__bg-header {
      margin-top: -111px; } }

.user-photos__title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  padding: 0 20px;
  text-align: center; }
  @media (min-width: 700px) {
    .user-photos__title {
      font-size: 50px;
      color: white; } }
  @media (min-width: 1200px) {
    .user-photos__title {
      padding: 0 84px; } }

.user-photos__visually-hidden {
  display: none; }

.user-photos__piece {
  margin: 46px auto 48px;
  width: 242px;
  line-height: 30px; }
  @media (min-width: 700px) {
    .user-photos__piece {
      width: 545px;
      margin: 91px auto 76px; } }
  @media (min-width: 1200px) {
    .user-photos__piece {
      width: 546px; } }

.user-photos__text-title {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center; }
  @media (min-width: 700px) {
    .user-photos__text-title {
      font-size: 18px;
      line-height: 30px;
      margin: 0; } }

.user-photos__bg {
  background: #283645 url("../img/bg-back-mobile@1x.jpg") no-repeat;
  min-height: 240px;
  background-position: 50% 0;
  background-size: cover; }
  .user-photos__bg h2 {
    padding-top: 101px;
    margin: 0 auto;
    width: 280px; }
    @media (min-width: 700px) {
      .user-photos__bg h2 {
        width: 620px;
        padding-top: 180px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .user-photos__bg h2 {
        padding-top: 205px; } }
  @media (min-width: 700px) {
    .user-photos__bg {
      min-height: 440px; } }
  @media (min-width: 1200px) {
    .user-photos__bg {
      min-height: 393px;
      background-position: 0 25%; } }

.user-photos__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 280px;
  background-color: #f2f2f2;
  align-content: stretch;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .user-photos__item {
      justify-content: space-between;
      width: 300px; } }

.user-photos__item-panorama {
  width: 100%;
  background: none;
  margin: 0;
  position: relative; }

.user-photos__item-panorama::before {
  content: "Панорама дня";
  position: absolute;
  top: 0;
  right: 120px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #d22856;
  z-index: 1; }
  @media (min-width: 700px) {
    .user-photos__item-panorama::before {
      top: 55px;
      right: 80px; } }

.user-photos__content-panorama {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  padding: 21px 16px;
  width: 233px; }
  @media (min-width: 700px) {
    .user-photos__content-panorama {
      width: 530px;
      margin-bottom: 40px;
      flex-flow: row wrap;
      align-content: flex-start; } }
  @media (min-width: 1200px) {
    .user-photos__content-panorama {
      width: 880px; } }

@media (min-width: 700px) {
  .user-photos__wrapper-panorama {
    order: 1;
    width: 200px; } }

@media (min-width: 700px) {
  .user-photos__text-panorama {
    order: 3; } }

.user-photos__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  padding: 22px 17px;
  width: 233px; }
  @media (min-width: 700px) {
    .user-photos__content {
      width: 240px; } }

.user-photos__name {
  text-decoration: none;
  color: #283645;
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold; }

.user-photos__time {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 12px;
  font-weight: lighter;
  color: #283645; }

.user-photos__text {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #283645;
  margin-bottom: auto;
  margin-top: 3px;
  line-height: 24px; }

.user-photos__like {
  padding-left: 0;
  padding-right: 0;
  margin-top: 14px;
  width: 240px;
  color: #d22856;
  display: flex; }
  @media (min-width: 700px) {
    .user-photos__like {
      width: 265px;
      justify-content: space-between; } }

@media (min-width: 700px) {
  .user-photos__like-panorama {
    width: 135px;
    order: 2;
    margin-top: 0; } }

.user-photos__like-text {
  order: 2; }
  @media (min-width: 700px) {
    .user-photos__like-text {
      order: 1;
      margin-left: 0; } }

.user-photos__like-text-panorama {
  order: 2; }
  @media (min-width: 700px) {
    .user-photos__like-text-panorama {
      order: 1; } }

#heart {
  width: 13px;
  height: 18px;
  order: 1;
  margin-right: 15px;
  cursor: pointer; }
  @media (min-width: 700px) {
    #heart {
      margin-right: 0;
      order: 2; } }

.user-photos__heart {
  width: 13px;
  height: 18px;
  order: 1;
  margin-right: 15px;
  cursor: pointer; }
  @media (min-width: 700px) {
    .user-photos__heart {
      order: 2;
      margin-right: 0; } }

@media (min-width: 700px) {
  .user-photos__last {
    margin-left: 132px; } }

.user-photos__container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 700px) {
    .user-photos__container {
      justify-content: center;
      -ms-grid-row-align: stretch;
          align-items: stretch;
      align-content: stretch;
      flex-flow: row wrap;
      margin: 0 auto;
      width: 620px; } }
  @media (min-width: 1200px) {
    .user-photos__container {
      width: 940px; } }

.user-photos__panorama-wrapper {
  width: 280px;
  margin: 0 auto 20px;
  background-color: #f2f2f2; }
  @media (min-width: 700px) {
    .user-photos__panorama-wrapper {
      width: 620px; } }
  @media (min-width: 1200px) {
    .user-photos__panorama-wrapper {
      width: 940px; } }

.user-photos__panorama {
  position: relative;
  width: 100%;
  height: 137px; }
  @media (min-width: 700px) {
    .user-photos__panorama {
      height: 509px; } }

@media (min-width: 700px) {
  .user-photos__post1 {
    margin-right: 10px; } }

@media (min-width: 700px) {
  .user-photos__post2 {
    margin-left: 10px; } }

@media (min-width: 1200px) {
  .user-photos__post2 {
    margin-right: 10px; } }

@media (min-width: 700px) {
  .user-photos__post3 {
    margin-right: 10px; } }

@media (min-width: 1200px) {
  .user-photos__post3 {
    margin-left: 10px;
    margin-right: 0; } }

@media (min-width: 700px) {
  .user-photos__post4 {
    margin-left: 10px; } }

@media (min-width: 1200px) {
  .user-photos__post4 {
    margin-left: 0;
    margin-right: 10px; } }

@media (min-width: 700px) {
  .user-photos__post5 {
    margin-right: 10px; } }

@media (min-width: 1200px) {
  .user-photos__post5 {
    margin-left: 10px; } }

@media (min-width: 700px) {
  .user-photos__post6 {
    margin-left: 10px; } }

.photo-editor__text {
  font-family: "opensans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #283645;
  text-align: center;
  line-height: 30px;
  width: 280px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .photo-editor__text {
      width: 620px;
      font-size: 18px; } }

.photo-editor__slogan {
  margin: 18px 0 44px; }

.photo-editor__container {
  display: flex;
  flex-direction: column; }

.photo-editor__wrapper {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  @media (min-width: 1200px) {
    .photo-editor__wrapper {
      background: none; } }

.photo-editor__wrapper::before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #dddfe0;
  z-index: 10;
  top: 560px; }
  @media (min-width: 700px) {
    .photo-editor__wrapper::before {
      display: none; } }

@media (min-width: 700px) {
  .photo-editor__wrapper-container {
    width: 620px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .photo-editor__wrapper-container {
    background-color: #f2f2f2;
    width: 940px;
    margin-bottom: 70px; } }

.photo-editor__crop,
.photo-editor__fill,
.photo-editor__contrast {
  fill: #b5b9be; }

.photo-editor__crop:hover,
.photo-editor__fill:hover,
.photo-editor__contrast:hover {
  fill: #8d949b; }

.photo-editor__controls-saturation,
.photo-editor__controls-pruning,
.photo-editor__controls-contrast {
  margin-bottom: 64px; }
  @media (min-width: 700px) {
    .photo-editor__controls-saturation,
    .photo-editor__controls-pruning,
    .photo-editor__controls-contrast {
      position: relative; } }
  @media (min-width: 1200px) {
    .photo-editor__controls-saturation,
    .photo-editor__controls-pruning,
    .photo-editor__controls-contrast {
      margin-left: 50px; } }

@media (min-width: 700px) {
  .photo-editor__controls-saturation {
    margin-top: 80px; } }

@media (min-width: 700px) {
  .photo-editor__controls-contrast {
    margin-bottom: 65px; } }

@media (min-width: 700px) {
  .photo-editor__controls-saturation::before {
    content: " ";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../img/icon-editor-crop-pink.svg") no-repeat;
    background-size: cover;
    z-index: 10;
    top: 0; } }

@media (min-width: 1200px) {
  .photo-editor__controls-saturation::before {
    width: 45px;
    height: 45px;
    left: -45px;
    top: -15px; } }

@media (min-width: 700px) {
  .photo-editor__controls-pruning::before {
    content: " ";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../img/icon-editor-fill-pink.svg") no-repeat;
    background-size: cover;
    z-index: 10;
    top: 0; } }

@media (min-width: 1200px) {
  .photo-editor__controls-pruning::before {
    width: 45px;
    height: 45px;
    left: -45px;
    top: -15px; } }

@media (min-width: 700px) {
  .photo-editor__controls-contrast::before {
    content: " ";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../img/icon-editor-contrast-pink.svg") no-repeat;
    background-size: cover;
    z-index: 10;
    top: 0; } }

@media (min-width: 1200px) {
  .photo-editor__controls-contrast::before {
    width: 45px;
    height: 45px;
    left: -45px;
    top: -15px; } }

@media (min-width: 700px) {
  .photo-editor__controls-saturation::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dddfe0;
    z-index: 10;
    top: 45px; } }

@media (min-width: 1200px) {
  .photo-editor__controls-saturation::after {
    left: -45px; } }

@media (min-width: 700px) {
  .photo-editor__controls-pruning::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dddfe0;
    z-index: 10;
    top: 45px; } }

@media (min-width: 1200px) {
  .photo-editor__controls-pruning::after {
    left: -45px; } }

@media (min-width: 700px) {
  .photo-editor__controls-contrast::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dddfe0;
    z-index: 10;
    top: 45px; } }

@media (min-width: 1200px) {
  .photo-editor__controls-contrast::after {
    left: -45px; } }

.photo-editor__label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50px;
  height: 50px; }

.photo-editor__photo {
  margin-top: 18px; }
  @media (min-width: 700px) {
    .photo-editor__photo {
      margin: 55px 0; } }
  @media (min-width: 1200px) {
    .photo-editor__photo {
      margin: 60px; } }

#btn-7,
#btn-8,
#btn-9,
.photo-editor__visually-hidden {
  display: none; }

#slide1,
#slide2,
#slide3 {
  display: none; }
  @media (min-width: 700px) {
    #slide1,
    #slide2,
    #slide3 {
      display: block; } }

#btn-7:checked ~ .photo-editor__controls-wrapper #slide1,
#btn-8:checked ~ .photo-editor__controls-wrapper #slide2,
#btn-9:checked ~ .photo-editor__controls-wrapper #slide3 {
  display: block; }

#btn-7:checked ~ .photo-editor__controls-wrapper .photo-editor__crop,
#btn-8:checked ~ .photo-editor__controls-wrapper .photo-editor__fill,
#btn-9:checked ~ .photo-editor__controls-wrapper .photo-editor__contrast {
  fill: #d22856; }

.photo-editor__btn {
  display: flex;
  width: 280px;
  flex-direction: column;
  margin: 25px auto 0; }
  @media (min-width: 1200px) {
    .photo-editor__btn {
      width: 470px;
      flex-direction: row; } }

.photo-editor__btn-post {
  padding: 14px 5px 14px;
  font-size: 17px;
  font-weight: 700;
  color: #dddfe0;
  border: 3px solid #dddfe0;
  border-radius: 27px;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 14px; }
  @media (min-width: 1200px) {
    .photo-editor__btn-post {
      height: 50px;
      width: 180px;
      margin-right: 25px; } }

.photo-editor__btn-cancel {
  padding: 14px 5px 14px;
  font-size: 17px;
  font-weight: 700;
  color: #dddfe0;
  border: 3px solid #dddfe0;
  border-radius: 27px;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 40px;
  transition-property: color, border;
  transition-duration: 1s; }
  @media (min-width: 1200px) {
    .photo-editor__btn-cancel {
      height: 50px;
      width: 180px; } }

.photo-editor__btn-cancel:hover {
  color: #b5b9be;
  border: 3px solid #b5b9be; }

.photo-editor__btn-cancel:active {
  color: #cbced2;
  background-color: #b5b9be; }

.photo-editor__btn--active {
  color: #d22856;
  border: 3px solid #d22856;
  transition-property: background-color, color;
  transition-duration: 1s; }

.photo-editor__btn--active:hover {
  background-color: #d22856;
  color: white; }

.photo-editor__btn--active:active {
  color: #e06989; }

.photo-editor__controls {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto 24px;
  width: 280px; }
  @media (min-width: 700px) {
    .photo-editor__controls {
      display: none; } }

.photo-editor__controls-wrapper {
  width: 280px; }
  @media (min-width: 1200px) {
    .photo-editor__controls-wrapper {
      width: 410px; } }

.photo-editor__range {
  -webkit-appearance: none;
  width: 240px;
  height: 15px;
  background: transparent;
  margin: 0 20px;
  position: relative; }
  @media (min-width: 700px) {
    .photo-editor__range {
      margin-right: 0;
      margin-left: 40px; } }
  @media (min-width: 1200px) {
    .photo-editor__range {
      width: 288px; } }

.photo-editor__range:focus {
  outline: none; }

.photo-editor__range::-webkit-slider-runnable-track {
  height: 2px;
  cursor: pointer;
  background: black; }

.photo-editor__range::-webkit-slider-thumb {
  border: 2px solid #d22856;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px; }

.photo-editor__range::-webkit-slider-thumb:active {
  background: #d22856; }

.photo-editor__range::-moz-range-track {
  height: 2px;
  cursor: pointer;
  background: black; }

.photo-editor__range::-moz-range-thumb {
  border: 2px solid #d22856;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px; }

.photo-editor__range::-moz-range-thumb:active {
  background: #d22856; }

.photo-editor__range::-ms-track {
  height: 2px;
  cursor: pointer;
  background: black;
  outline: none; }

.photo-editor__range::-ms-thumb {
  border: 2px solid #d22856;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none; }

.photo-editor__range::-ms-thumb:active {
  background: #d22856; }

.photo-editor__range::-ms-fill-lower {
  background: black; }

.photo-editor__crop {
  margin-left: 12px;
  margin-top: -4px; }

.photo-editor__contrast {
  margin-top: 0; }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.social-links__social-link--twitter {
  background-image: url(../img/icon-twitter.svg); }

.social-links__social-link--facebook {
  background-image: url(../img/icon-facebook.svg); }

.social-links__social-link--youtube {
  background-image: url(../img/icon-youtube.svg); }

.social-links__social-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: 3px solid #e9ebec;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: border-color;
  transition-duration: 1s; }
  @media (min-width: 700px) {
    .social-links__social-link {
      margin-right: 8px; } }

.social-links {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px; }
  @media (min-width: 700px) {
    .social-links {
      width: 200px;
      margin: auto; } }

.social-links__social-link:hover {
  border-color: #283645; }

.social-links__social-link:active {
  opacity: 0.3; }

.social-links__social-link:last-child {
  margin-right: 0; }

.window-message {
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 1000;
  margin-left: -150px;
  display: none;
  background: white;
  box-sizing: border-box;
  width: 320px;
  text-align: center;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.25); }
  @media (min-width: 700px) {
    .window-message {
      width: 460px; } }

.window-message__inner {
  padding: 20px; }
  @media (min-width: 700px) {
    .window-message__inner {
      padding: 30px 70px 20px; } }

.window-message__title {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 700px) {
    .window-message__title {
      font-size: 30px; } }

.window-message__content {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8; }
  @media (min-width: 700px) {
    .window-message__content {
      font-size: 18px; } }

.window-message__btn {
  padding: 23px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2aab6d;
  border-color: #2aab6d;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  min-width: 280px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 1s; }

.window-message__btn:hover {
  background-color: #208253; }

.window-message__btn:active {
  color: rgba(255, 255, 255, 0.3); }

.window-message__btn:disabled {
  background: #e5e5e5; }

.window-message-sent {
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 1000;
  margin-left: -160px;
  display: none;
  background: white;
  box-sizing: border-box;
  width: 320px;
  text-align: center;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.25); }
  @media (min-width: 700px) {
    .window-message-sent {
      width: 460px;
      margin-left: -230px;} }
  @media (min-width: 1200px) {
    .window-message-sent {
      width: 780px;
      margin-left: -390px;} }

.window-message-sent__inner {
  padding: 20px; }
  @media (min-width: 700px) {
    .window-message-sent__inner {
      padding: 30px 70px 20px; } }
  @media (min-width: 1200px) {
    .window-message-sent__inner {
      padding-right: 180px;
      padding-left: 180px; } }

.pwindow-message-sent__title {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 700px) {
    .pwindow-message-sent__title {
      font-size: 30px; } }

.window-message-sent__content {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8; }
  @media (min-width: 700px) {
    .window-message-sent__content {
      font-size: 18px; } }

.window-message-sent__button-block--gray {
  background-color: #f2f2f2; }

.window-message-sent__button-block {
  padding-top: 30px; }

.window-message-sent__btn {
  padding: 23px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2aab6d;
  border-color: #2aab6d;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  min-width: 280px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 1s;}

.window-message-sent__btn:hover {
  background-color: #208253; }

.window-message-sent__btn:active {
  color: rgba(255, 255, 255, 0.3); }

.window-message-sent__btn:disabled {
  background: #e5e5e5; }

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
