﻿@charset "UTF-8";
/*Подключаю глобальные стилевые файлы*/
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* 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 {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Alegreya Sans', "Arial", sans-serif;
  font-size: 18px;
  background-color: #0C0C0C;
  color: #ffffff; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

/*Подключаю стилевые файлы лендинга*/
.container {
  width: 1250px;
  margin: 0 auto;
  padding: 0 10px; }

@media (min-width: 768px) and (max-width: 1240px) {
  .container {
    width: 768px;
    margin: 0 auto;
    padding: 0 20px; } }

@media (max-width: 768px) {
  .container {
    width: 320px;
    margin: 0 auto;
    padding: 0 20px; } }

/* Logo and Menu */
.top_panel, .slicknav_menu {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8); }

.slicknav_menu {
  left: 0; }

.slicknav_menu {
  display: none; }

.top, .top_buffer,
.slicknav_menu {
  min-height: 65px; }

.top {
  display: flex;
  align-items: center;
  height: 60px; }

ul#menu-burger {
  display: none; }

ul#menu {
  display: inline-block;
  padding-left: 0;
  line-height: 1em;
  margin-left: auto;
  margin-right: 30px; }

ul#menu li {
  list-style: none;
  margin-bottom: 0; }

ul#menu li a {
  display: block;
  margin: 0.5em 0.5em;
  color: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid transparent;
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-variant: small-caps; }

ul#menu li a:hover {
  color: #BB7C3E; }

ul#menu li.menu_active {
  margin: 0.5em 1em; }

ul#menu li.menu_active a {
  margin: 0;
  color: #fff;
  border-bottom-color: #0bf; }

ul#menu li.menu_active {
  color: #fff; }

ul#menu li {
  float: left; }

@media screen and (max-width: 1100px) {
  ul#menu li a {
    margin: 0.5em; } }

@media screen and (max-width: 1150px) {
  .content {
    padding-top: 3em;
    padding-bottom: 3em; }
  .top_panel {
    display: none; }
  .slicknav_menu, .logo_m {
    display: block; }
  .slicknav_menu {
    background: black !important; }
  .top_panel, .slicknav_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.5); } }

/* 980 end */
@media screen and (max-width: 768px) {
  .content, .wrapper_jumbo .content {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  ul.col4 li, ul.col3 li, ul.col2 li {
    width: 100%;
    display: block; } }

/* 768 end */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: none;
  position: absolute;
  right: 3%; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #000; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 14px 15px 14px 4%;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3); }

.slicknav_nav {
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 0 0 1em 0;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav a {
  padding: 0.5em 0.75em;
  margin: 0 3%;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #5e5e5e;
  color: #fff; }

.slicknav_nav div {
  margin-left: 3%;
  padding-left: 10px; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.page-header {
  display: block;
  width: 100%; }

.page-header__nav {
  font-size: 1em; }

.page-header__img {
  position: fixed;
  z-index: 101;
  left: 45px;
  top: 20px;
  width: 120px; }

.page-header__promo-wrapper {
  max-width: 1400px;
  min-height: 911px;
  margin: 0 auto;
  margin-top: -50px;
  padding-top: 125px;
  padding-left: 50px;
  text-align: left;
  background-image: url(../img/header-bg2.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain; }

.page-header__title {
  font-family: 'EB Garamond', serif;
  font-size: 3.8em;
  max-width: 715px;
  margin-bottom: 43px;
  line-height: 1.1em; }

.page-header__btn {
  padding: 18px 53px;
  background-color: #ffffff;
  color: #F5D796;
  background-color: rgba(245, 215, 150, 0.14);
  border: none;
  border-radius: 47px;
  font-size: 1.3em;
  font-weight: 400;
  font-family: 'Alegreya Sans', "Arial", sans-serif; }

@media screen and (max-width: 1300px) {
  .page-header__title {
    font-size: 3.5em; } }

@media screen and (max-width: 1150px) {
  .page-header__img {
    left: 50%;
    margin-left: -60px; } }

@media (max-width: 900px) {
  .page-header__title {
    max-width: 445px;
    font-size: 2.3em; } }

@media (min-width: 768px) and (max-width: 1240px) {
  .page-header {
    min-height: auto; }
  .page-header__nav {
    font-size: 1em; }
  .page-header__promo-wrapper {
    padding-top: 100px;
    padding-left: 25px; }
  .page-header__promo {
    max-width: 575px; }
  .page-header__title {
    font-size: 3.2em; }
  .page-header__btn {
    padding: 18px 35px;
    font-size: 1.1em; } }

@media (max-width: 1120px) {
  .page-header__title {
    font-size: 2.9em; } }

@media (max-width: 1000px) {
  .page-header__title {
    font-size: 2.5em; }
  .page-header__promo {
    max-width: 500px; } }

@media (max-width: 900px) {
  .page-header__title {
    font-size: 2.1em; } }

@media (max-width: 800px) {
  .page-header {
    min-height: auto; }
  .page-header__promo-wrapper {
    max-width: 1400px;
    min-height: 650px;
    padding-top: 260px;
    padding-left: 0;
    background-image: url(../img/header-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: 0px 65px;
    background-size: contain; }
  .page-header__title {
    font-size: 2.3em; }
  .page-header__promo {
    max-width: 615px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
  .page-header__title {
    max-width: none; } }

@media (max-width: 768px) {
  .page-header__btn {
    font-size: 1.1em;
    padding: 18px 35px; } }

@media (max-width: 600px) {
  .page-header__promo-wrapper {
    padding-top: 205px; } }

@media (max-width: 400px) {

  .page-header__promo-wrapper {
    height: 100%;
    min-height: 100%; }
  .page-header__btn {
    padding: 18px 35px; } 
}



.features {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  text-align: center; }

.features__title {
  margin: 0;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 50px; }

.features__list {
  max-width: 1210px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.features__item {
  max-width: 350px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center top; }

.features__item:not(:last-of-type) {
  margin-right: 50px; }

.features__item--star {
  background-image: url("../img/features-star.png"); }

.features__item--time {
  background-image: url("../img/features-time.png");
  background-position-y: 25px; }

.features__item--lock {
  background-image: url("../img/features-lock.png");
  background-position: center 35px; }

.features__desc {
  margin: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.7); }
  .features__desc span {
    display: block; }

@media (min-width: 768px) and (max-width: 1240px) {
  .features__title {
    max-width: 525px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 2em; }
  .features__list {
    justify-content: space-around; }
  .features__item {
    max-width: 300px; }
  .features__item:not(:last-of-type) {
    margin-right: 0; }
  .features__desc {
    font-size: 1.1em; } }

@media (max-width: 768px) {
  .features__title {
    font-size: 1.6em;
    margin-bottom: 30px; }
  .features__list {
    justify-content: center; }
  .features__item:not(:last-of-type) {
    margin-right: 0; }
  .features__item {
    max-width: 275px;
    margin: 15px; }
  .features__desc {
    font-size: 1em; } }

@media (max-width: 500px) {
  .features__list {
    flex-direction: column;
    align-items: center; }
  .features__item {
    margin: 0;
    margin-bottom: 10px;
    min-height: 215px; } }

.about {
  padding-left: 20px;
  padding-right: 20px;
 }

.about__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 54px; }

.about__title,
.about__desc {
  margin: 0;
  text-align: center; }

.about__title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 700; }

.about__desc {
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  text-align: center;
  font-variant: small-caps;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.about__list-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }

.about__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1210px;
  display: flex;
  justify-content: center;
  flex-wrap: no-wrap;
  margin-bottom: 40px; }

.about__list:first-of-type {
  margin-right: 100px; }

.about__item {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7); }

.about__item:not(:last-of-type) {
  margin-right: 70px; }

.about__number {
  margin-right: 10px;
  font-size: 3.9em;
  font-weight: 300;
  color: white; }

.about__founder {
  position: relative;
  margin: 0;
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 435px;
  padding-right: 20px;
  font-weight: 400; }

.about__founder-picture {
  position: absolute;
  width: 92%;
  left: 60px;
  margin: 0; }

.about__text {
  margin: 0;
  margin-bottom: 10px;
  padding-top: 52px;
  font-size: 2em;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.7);
  text-align: left; }

.about__founder-name {
  display: block;
  font-size: 1.3em;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 45px; }

.about__btn {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 50px;
  background-color: transparent;
  border: none;
  font-size: 1.3em;
  font-weight: 400;
  color: rgba(255, 116, 0, 0.7);
  font-family: 'Alegreya Sans', "Arial", sans-serif; }

.about__btn::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 3px;
  width: 33px;
  height: 38px;
  background-image: url("../img/about-btn.png");
  background-repeat: no-repeat; }

.about__founder-img {
  position: relative;
  display: block; }

.about__founder-img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.1); }

@media (max-width: 1255px) {
  .about__wrapper {
    padding-bottom: 20px; }
  .about__founder-name {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1240px) {
  .about {
    padding-top: 95px;
    background-position: center 155px; }
  .about__wrapper {
    padding-bottom: 105px; }
  .about__list {
    justify-content: space-around; }
  .about__item {
    font-size: 1.1em; }
  .about__desc {
    font-size: 1.25em; }
  .about__founder {
    padding-left: 400px; }
  .about__text {
    font-size: 1.4em;
    line-height: 33px; }
  .about__founder-name {
    font-size: 1.1em; }
  .about__btn {
    font-size: 1.1em;
    padding-left: 50px; }
  .about__btn::before {
    top: -10px; }
  .about__title {
    font-size: 2em; } }

@media (max-width: 868px) {
  .about__desc {
    font-size: 1.25em; }
  .about__list-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 40px; }
  .about__list {
    flex-wrap: nowrap;
    margin: 0;
    width: 100%; }
  .about__list:first-of-type {
    margin-right: 0; }
  .about__item:not(:last-of-type) {
    margin-right: 0; } }

@media (max-width: 856px) {
  .about__wrapper {
    padding-bottom: 47px; } }

@media (max-width: 768px) {
  .about {
    padding-top: 65px;
    margin-bottom: 50px; }
  .about__wrapper {
    border-bottom: none;
    padding-bottom: 0; }
  .about__desc {
    font-size: 1.15em; }
  .about {
    background-position: center 85px; }
  .about__title {
    font-size: 1.6em; }
  .about__list-wrapper {
    margin-bottom: 25px; }
  .about__list {
    flex-wrap: nowrap;
    justify-content: space-around; }
  .about__item {
    margin-right: 0; }
  .about__title {
    font-size: 1.6em; }
  .about__desc {
    font-size: 1.2em;}
  .about__item {
    font-size: 1em; }
  .about__founder {
    padding-left: 20px;
    max-width: 600px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .about__text {
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    padding-top: 0;
    order: 1;
    margin-bottom: 20px; }
  .about__btn {
    order: 2;
    max-width: 250px;
    left: 0;
    margin-left: 0;
    align-self: flex-start; }
  .about__btn::before {
    top: -10px; }
  .about__founder-name {
    margin-bottom: 20px;
    margin-top: 5px; }
  .about__founder-name,
  .about__btn {
    font-size: 1em; }
  .about__founder-picture {
    position: static;
    margin: 0; }
  .about__founder-img::after {
    content: '';
    display: none; } }

@media (max-width: 650px) {
  .about__item {
    display: flex;
    flex-direction: column; } }

@media (max-width: 560px) {
  .about__list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around; }
  .about__list:first-of-type {
    margin-right: 0;
    margin-bottom: 0; }
  .about__item:not(:last-of-type) {
    margin-right: 0; }
  .about__item {
    width: auto;
    font-size: 1em; } }

@media (max-width: 468px) {
  .about__list-wrapper {
    flex-wrap: wrap; }
  .about__list:first-of-type {
    margin-bottom: 15px;
    margin-right: 0 !important; }
  .about__list {
    margin-right: 0 !important;
    margin-left: 0; }
  .about__item {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    width: 95px; }
  .about__item:not(:last-of-type) {
    margin-right: 0; }
  .about__number {
    margin-right: 0; } }

@media (max-width: 450px) {
  .about {
    background-position: center 110px; } }

.awards {
  margin-bottom: 100px; }

.awards__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }

.awards__title {
  margin-bottom: 30px;
  font-size: 1.5em;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.awards__main-award {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.awards__main-award-pic {
  margin-bottom: 10px; }

.awards__main-award-img {
  border-radius: 12px; }

.awards__main-award-desc {
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: center;
  color: rgba(255, 255, 255, 0.7); }
  .awards__main-award-desc a {
    color: rgba(255, 116, 0, 0.7); }
  .awards__main-award-desc span {
    display: block; }

.awards__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.awards__item {
  max-width: 180px;
  width: 100%; }

.awards__item-readers {
  max-width: 300px; }

.awards__item:not(:last-of-type) {
  margin-right: 85px; }

@media (max-width: 1240px) {
  .awards__main-award-desc {
    font-size: 1.1em;
    line-height: 1.3em; } }

@media (min-width: 768px) and (max-width: 1240px) {
  .awards {
    margin-bottom: 80px; }
  .awards__item:not(:last-of-type) {
    margin-right: 50px; }
  .awards__title {
    font-size: 1.25em; } }

@media (max-width: 680px) {
  .awards__main-award-desc span {
    display: inline; } }

@media (max-width: 768px) {
  .awards {
    margin-bottom: 50px; }
  .awards__title {
    margin-bottom: 25px;
    font-size: 1.2em; }
  .awards__item:not(:last-of-type) {
    margin-right: 55px; }
  .awards__list {
    justify-content: space-around;
    flex-wrap: wrap; }
  .awards__item {
    max-width: none;
    margin-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 35px; }
  .awards__item-tripadvisor,
  .awards__item-rea {
    width: 50%; }
  .awards__item-readers {
    width: 100%; }
  .awards__item-readers {
    order: 1; }
  .awards__item:not(:last-of-type) {
    margin-right: 0; }
  .awards__item img {
    width: 155px;
    height: 100%; }
  .awards__item-readers img {
    width: 200px;
    max-width: 200px; }
  .awards__main-award-desc {
    font-size: 1em; } }

@media (max-width: 450px) {
  .awards__item img {
    width: 100px;
    height: 100%; }
  .awards__item-readers img {
    width: 150px;
    max-width: 150px; } }


.form {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px; }

.form__title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 2.7em;
  text-align: center;
  line-height: 1.1em;
  font-weight: 700; }

.form__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  border: 3px solid white;
  background: linear-gradient(180deg, rgba(253, 121, 0, 0.32) 0%, rgba(137, 62, 0, 0.32) 24.86%, rgba(38, 19, 2, 0.32) 53.59%, rgba(103, 47, 0, 0.32) 76.8%, rgba(61, 28, 0, 0.32) 100%);
  box-shadow: inset 0px 8px 8px #4A2400;
  border-radius: 8px; }

.form__list {
  max-width: 735px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.85); }

.form__item {
  position: relative;
  max-width: 205px;
  font-size: 1.3em;
  line-height: 1.3em; }

.form__item::before {
  content: '';
  position: absolute;
  left: -35px;
  top: -3px;
  width: 31px;
  height: 26px;
  background-image: url("../img/form__icon.png");
  background-repeat: no-repeat; }

.form__content {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.85); }

.form__group {
  margin-bottom: 15px; }

.form__group label {
  width: 23%;
  font-size: 1.3em;
  display: inline-block;
  text-align: right;
  margin-right: 15px; }

.form__group input {
  width: 60%;
  padding: 10px;
  padding-bottom: 3px;
  font-family: 'Alegreya Sans', "Arial", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 1.3em;
  font-weight: 400; }

.form__group select {
  width: 60%;
  padding: 10px;
  padding-bottom: 3px;
  font-family: 'Alegreya Sans', "Arial", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color:chocolate;
  font-size: 1.3em;
  font-weight: 400; }


.form__button {

padding: 18px 53px;
color: #F5D796;
background-color: rgba(245, 215, 150, 0.14);
border: none;
border-radius: 47px;
font-size: 1.3em;
font-weight: 400;
font-family: 'Alegreya Sans', "Arial", sans-serif;
}

.pay_row-text {font-size:1.3em;}

.form_ad_price { width: 60%;font-size: 3em;}

@media (min-width: 768px) and (max-width: 1240px) {
  .form__wrapper {
    max-width: 950px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px; }
  .form__title {
    max-width: 650px;
    font-size: 2em;
    line-height: 1.1em; }
  .form__list {
    max-width: 700px;
    justify-content: space-around;
    padding-left: 35px; }
  .form__item {
    max-width: 170px;
    font-size: 1em; }
  .form__button {
    padding: 18px 35px;} }



@media (max-width: 768px) {
  .form {
    margin-bottom: 0; }
  .form__wrapper {
    padding-top: 50px;
    padding-bottom: 50px; }
  .form__title {
    max-width: 450px;
    font-size: 1.6em;
    line-height: 1.1em; }
  .form__list {
    max-width: 260px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-left: 0; }
  .form__item {
    max-width: none;
    font-size: 0.9em; }
  .form__item:not(:last-of-type) {
    margin-bottom: 25px; }

  .form__group label {
    font-size: 1em; }
  .form__group input, .pay_row-text {
    font-size: 1em; }
.form_ad_price {font-size: 2.5em;}	

  .form__button {
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 35px;} }

@media (max-width: 500px) {
  .form__content {
    max-width: 375px;
    padding-left: 25px;
    padding-right: 25px; }
  .form__item {
    width: 57%;
    margin: 0 auto; }
  .form__group label {
    width: auto;
    margin-top: 20px;
    margin-bottom: 3px;
    text-align: left; }
  .form__group input {
    display: block;
    width: 100%;
    padding: 7px; } }

@media (max-width: 400px) {
  .form__button {
    padding: 18px 25px; } }

.page-footer {
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.4); }

.page-footer__wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .page-footer__address {
    width: 37%; }
  .page-footer__social,
  .page-footer__design {
    width: 30%; } }

@media (max-width: 625px) {
  .page-footer__wrapper {
    padding-top: 50px;
    flex-direction: column;
    align-items: flex-start; }
  .page-footer__address,
  .page-footer__social,
  .page-footer__design {
    width: 100%; }
  .page-footer__address,
  .page-footer__social {
    margin-bottom: 25px; } }

.address__list {
  display: flex; }

.address__item {
  position: relative;
  margin-right: 15px; }

.address__item:nth-child(1)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5); }

.address__link {
  color: rgba(245, 215, 150, 0.4); }

@media (max-width: 800px) {
  .address__post {
    display: block; } }

@media (max-width: 768px) {
  .address__post {
    display: block; }
  .address__list {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 625px) {
  .address__item {
    margin-right: 0; }
  .address__item:nth-child(1)::after {
    display: none; } }

.social__list {
  display: flex;
  max-width: 325px;
  margin-left: -75px; }

.social__item:nth-child(1) {
  margin-right: 35px; }

.social__city,
.social__link {
  display: inline-block; }

.social__city {
  margin-bottom: 10px; }

.social__link {
  position: relative; }

.social__link::after {
  content: '';
  position: absolute;
  left: 0;
  top: -17px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat; }

.social__link--inst::after {
  left: 10px;
  background-image: url("../img/footer__inst.png"); }

.social__link--tw::after {
  left: 70px;
  background-image: url("../img/footer__tw.png"); }

.social__link--fb::after {
  left: 35px;
  background-image: url("../img/footer__fb.png"); }

.social__tel {
  display: block;
  font-size: 1.3em;
  color: rgba(245, 215, 150, 0.4); }

@media (min-width: 768px) and (max-width: 1240px) {
  .social__list {
    flex-direction: column;
    align-items: center; }
  .social__item {
    margin-right: 0;
    margin-bottom: 15px; }
  .social__item:nth-child(1) {
    margin-right: 0; } }

@media (max-width: 768px) {
  .social__list {
    flex-direction: column;
    display: flex;
    max-width: 325px;
    margin-left: 0; }
  .social__item {
    margin-bottom: 15px; }
  .social__item:nth-child(1) {
    margin-right: 0; }
  .social__city {
    margin-bottom: 5px; } }

@media (max-width: 625px) {
  .social__list {
    max-width: none;
    margin-left: 0; } }

.design__link {
  color: rgba(245, 215, 150, 0.4); }
