@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl-300.eot');
  src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl-500.eot');
  src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl-700.eot');
  src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl-900.eot');
  src: url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansPro';
  src: url('../fonts/PTSansPro-Bold.eot');
  src: url('../fonts/PTSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansPro-Bold.woff2') format('woff2'), url('../fonts/PTSansPro-Bold.woff') format('woff'), url('../fonts/PTSansPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body,
input,
textarea,
button,
h1,
h2,
h3,
h4 {
  font-family: 'Museo Sans Cyrl', sans-serif;
}
.btn {
  font-family: 'PTSansPro', sans-serif;
}
body {
  color: #383838;
  font-size: 18px;
  margin: 0;
}
.container {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  max-width: 1172px;
  width: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ff7709;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #383838;
}
a[href^="mailto"] {
  text-decoration: underline;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
h1,
h2,
h3 {
  line-height: 1.2;
  margin: 0 0 20px;
}
h2,
.h2 {
  font-size: 36px;
  text-align: center;
}
h3,
.h3 {
  font-size: 24px;
  text-align: center;
}
h2 span,
.h2 span {
  display: block;
  font-weight: 300;
}
p {
  margin: 0 0 24px;
}
p:last-child {
  margin-bottom: 0;
}

    #cookie-banner {
      position: fixed;
      bottom: 20px;
      left: 20px;
      max-width: 320px;
      background: #1e293b;
      color: white;
      padding: 16px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      z-index: 9999;
      font-size: 14px;
    }

    #cookie-banner a {
      color: #60a5fa;
      text-decoration: underline;
    }

    #cookie-banner button {
      margin-top: 12px;
      width: 100%;
      background: #0ea5e9;
      color: white;
      border: none;
      padding: 10px;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
    }


header,
footer,
nav,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.contact-buttons{
	margin: 10px 0;
}
.contact-buttons a{
	margin: 0 10px;
}
.big{
	font-size: 26px;
}
.center{
	text-align:center;
}
.bold {
	font-weight:bold;
}
.transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clear {
  clear: both;
  content: '';
  display: block;
}
.accent {
  color: #ff7709;
}
.overflow {
  overflow: hidden;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.row-wrap {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.row-nowrap {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/*Ð±Â€Ð°ÐÐ±ÂÐ°ÐŸÐ±Â€Ð°Ð•Ð°Ð”Ð°Ð•Ð°Ð›Ð°Ð•Ð°ÐÐ°Ð˜Ð°Ð• Ð°ÐŸÐ°Ðž Ð°Ð“Ð°Ð›Ð°ÐÐ°Ð’Ð°ÐÐ°ÐžÐ°Ð™ Ð°ÐžÐ±ÂÐ°Ð˜*/
.main-axis-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-axis-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.main-axis-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main-axis-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-axis-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*Ð±Â€Ð°ÐÐ±ÂÐ°ÐŸÐ±Â€Ð°Ð•Ð°Ð”Ð°Ð•Ð°Ð›Ð°Ð•Ð°ÐÐ°Ð˜Ð°Ð• Ð°ÐŸÐ°Ðž Ð°ÐŸÐ°ÐžÐ°ÐŸÐ°Ð•Ð±Â€Ð°Ð•Ð±Â‡Ð°ÐÐ°ÐžÐ°Ð™ Ð°ÐžÐ±ÂÐ°Ð˜*/
/* Ð±ÂÐ°Ð›Ð°Ð•Ð°ÐœÐ°Ð•Ð°ÐÐ±Â‚Ð±Â‹ Ð°ÐžÐ±Â‚Ð°ÐÐ°ÐžÐ±ÂÐ°Ð˜Ð±Â‚Ð°Ð•Ð°Ð›Ð±ÂŒÐ°ÐÐ°Ðž Ð°Ð”Ð±Â€Ð±ÂƒÐ°Ð“ Ð°Ð”Ð±Â€Ð±ÂƒÐ°Ð“Ð°Ð*/
.cross-axis-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.cross-axis-stretch {
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cross-axis-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cross-axis-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* Ð±ÂÐ±Â‚Ð±Â€Ð°ÐžÐ°ÐšÐ°Ð˜ */
.cross-axis-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
/*Ð°Ð”Ð°Ð›Ð±Â Ð±ÂÐ°Ð›Ð°Ð•Ð°ÐœÐ°Ð•Ð°ÐÐ±Â‚Ð°ÐžÐ°Ð’ Ð°ÐŸÐ°Ðž Ð°ÐŸÐ°ÐžÐ°ÐŸÐ°Ð•Ð±Â€Ð°Ð•Ð±Â‡Ð°ÐÐ°ÐžÐ°Ð™ Ð°ÐžÐ±ÂÐ°Ð˜*/
.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/* Ð±Â„Ð°Ð›Ð°Ð•Ð°ÐšÐ±Â Ð±Â€Ð°ÐÐ°Ð’Ð°ÐÐ±Â‹Ð°Ð• Ð°ÐŸÐ±Â€Ð°ÐžÐ°ÐœÐ°Ð•Ð°Ð–Ð±ÂƒÐ±Â‚Ð°ÐšÐ°Ð˜ Ð°ÐŸÐ°Ðž Ð°Ð’Ð°Ð•Ð±Â€Ð±Â‚Ð°Ð˜Ð°ÐšÐ°ÐÐ°Ð›Ð±ÂŒÐ°ÐÐ°ÐžÐ°Ð• Ð°Ð’Ð±Â‹Ð±Â€Ð°ÐÐ°Ð’Ð°ÐÐ°Ð˜Ð°Ð’Ð°ÐÐ°ÐÐ°Ð˜Ð°Ð• */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding-left: calc(50% - 570px);
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 50%;
}
.logo {
  display: inline-block;
}
.logo__image {
  display: block;
}
.lk-link {
  background-image: url('../img/user.png');
  background-position: left center;
  background-size: 35px;
  background-repeat: no-repeat;
  color: #383838;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  padding-left: 45px;
  position: relative;
  z-index: 10;
  right: 27px;
}
.footer__phone {
  text-align: right;
}
.footer__phone-item a {
  color: #383838;
  text-decoration: none;
}
.footer__phone-item a:hover {
  color: #ff7709;
}
footer {
  border-top: 3px dotted #64D5E7;	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding-left: calc(50% - 570px);
  padding-right: calc(50% - 570px);
  padding-top: 24px;
  padding-bottom: 24px;
}
.copyright {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn,
.btn[type="submit"],
.btn[type="button"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ff7709;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 30px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn:hover,
.btn[type="submit"]:hover,
.btn[type="button"]:hover {
  background: #d55f00;
  color: #fff;
}
.inputbox,
.inputbox[type="text"] {
  border: 2px solid #ff7709;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  color: #383838;
  display: inline-block;
  font-size: 21px;
  height: 54px;
  max-width: 400px;
  padding: 10px 20px;
  width: 100%;
}
textarea.inputbox {
  height: auto;
}
.inputbox__wrap {
  margin-bottom: 24px;
  text-align: center;
}
.inputbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.inputbox__group .inputbox__checked-wrap {
  width: 49%;
}
.inputbox__checked-wrap {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
.inputbox__checked-title {
  font-weight: 500;
  margin-bottom: 12px;
}
.inputbox__checked-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inputbox__checked-list .inputbox__checkbox {
  width: 100%;
}
.inputbox__checkbox input {
  display: none;
}
.inputbox__checkbox span {
  display: block;
  font-size: 16px;
  padding-top: 32px;
  position: relative;
}
.inputbox__checkbox span:before {
  background-color: #fff;
  border: 2px solid #ff7709;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.24);
  content: '';
  height: 25px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 0;
  width: 25px;
}
.inputbox__checkbox span:after {
  background-color: #383838;
  border-radius: 50%;
  content: '';
  height: 7px;
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  position: absolute;
  top: 9px;
  width: 7px;
}
.inputbox__checkbox input:checked + span:after {
  opacity: 1;
}
.inputbox__btn {
  text-align: center;
}
.showcase__section {
  background-color: #9bf2f9;
  background-image: url('../img/bg-showcase.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
}
.showcase__section-inner {
  background-image: url('../img/bg-bubble.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 138px;
}
.showcase__title {
  margin-bottom: 50px;
  width: 50%;
}

.showcase__title a{
	text-decoration: underline;
}

.showcase__title h1 {
  color: #222222;
  font-size: 40px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
}
.showcase__title span {
  display: block;
  font-size: 36px;
  font-weight: 300;
}
.showcase__images {
  position: absolute;
  right: -80px;
  top: -150px;
}
.showcase__images img {
  display: block;
  max-width: 100%;
}
.info__section {
  position: relative;
}
.showcase__circle {
  bottom: -220px;
  left: 50%;
  margin-left: -169px;
  position: absolute;
  z-index: 20;
}
.showcase__circle:before {
  background-image: url('../img/img-price-circle.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -60px;
  content: '';
  display: block;
  height: 109px;
  left: 50%;
  margin-left: -92px;
  position: absolute;
  width: 183px;
  z-index: -1;
}
.showcase__circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background: #a4e816;
  border: 11px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.26);
  color: #222222;
  height: 338px;
  text-align: center;
  width: 338px;
  z-index: 10;
}
.showcase__price-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.showcase__price-count {
  border-bottom: 1px solid #222222;
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.showcase__price-count span {
  font-size: 48px;
  font-weight: 900;
}
.showcase__circle-info {
  font-size: 20px;
}
.showcase__circle-info strong {
  font-weight: 500;
}
.showcase__action a{
	color: #222222;
}

.showcase__action {
    background-color: #96f0f8;
    border: 5px solid #fff;
    border-radius: 35px;
    box-shadow: 0 0 13px rgba(78,26,41,0.77);
    color: #222222;
    padding: 10px 15px 20px;
    margin-top: -20px;
    margin-bottom: 45px;
    position: relative;
    max-width: 545px;
    z-index: 10;
}
.showcase__action-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.showcase__action-title .strong {
    font-weight: 900;
}
.showcase__action-label {
    background-color: #e90041;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
    padding: 17px 25px;
    text-transform: uppercase;
}
.showcase__action-item {
    display: inline-block;
    width: 49%;
}
.showcase__action-name {
    font-size: 18px;
}
.showcase__action-name .big {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.showcase__action-name .price {
    font-size: 24px;
    font-weight: 900;
}
.showcase__action-small {
    font-size: 16px;
}
.info__section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.info__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 100px;
}
.info__image img {
  display: block;
  max-width: 100%;
}
.info__text {
  font-size: 32px;
  line-height: 1.2;
  max-width: 600px;
  padding-top: 65px;
}
.info__accent {
    background-color: #a4e816;
    border: 7px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 18px rgba(0,0,0,0.26);
    color: #000;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 70px 70px;
    position: relative;
    text-align: center;
}
.info__accent-label {
    background-color: #fff;
    border-radius: 30px 0 30px 0;
    color: #ff7709;
    font-family: 'PTSansPro', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: -7px;
    left: -7px;
    padding: 15px 30px;
}
.info__accent-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}
.info__accent-text {
    font-size: 28px;
    line-height: 1.6;
}
.info__accent-text a {
    color: #000;
    text-decoration: underline;
}
.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info__list-item {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 22%;
}
.info__list-item:nth-child(1) .info__list-cnt {
  background-image: url('../img/info__list-cnt-1.png');
}
.info__list-item:nth-child(2) .info__list-cnt {
  background-image: url('../img/info__list-cnt-2.png');
}
.info__list-item:nth-child(3) .info__list-cnt {
  background-image: url('../img/info__list-cnt-3.png');
}
.info__list-item:nth-child(4) .info__list-cnt {
  background-image: url('../img/info__list-cnt-4.png');
}
.info__list-item:nth-child(1):before {
  background-image: url('../img/info__list-arrow-1.png');
}
.info__list-item:nth-child(2):before {
  background-image: url('../img/info__list-arrow-2.png');
}
.info__list-item:nth-child(3):before {
  background-image: url('../img/info__list-arrow-3.png');
}
.info__list-item:nth-child(4):before {
  display: none;
}
.info__list-item:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 37px;
  right: -80px;
  position: absolute;
  top: 85px;
  width: 149px;
}
.info__list-item strong {
  font-weight: 500;
}
.info__list-cnt {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 170px;
  margin-bottom: 8px;
  width: 220px;
}
.form__section {
  background-image: url('../img/bg-form.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: calc(50% - 410px);
  padding-right: calc(50% - 410px);
}
.form__section--grey {
  background-color: #f1f1f1;
  background-image: none;
}
.from__wrap {
  background: #fff;
  border-radius: 16px;
  padding: 32px 156px;
}
.about__section {
  background: #f1f1f1;
  border-top: 2px solid #fff;
  padding-top: 120px;
}
.about__section-inner {
  padding-bottom: 138px;
  position: relative;
}
.about__section-inner:after {
  background-image: url('../img/bg-bubble-2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -1px;
  content: '';
  display: block;
  height: 208px;
  left: 0;
  position: absolute;
  width: 100%;
}
.about__wrap {
  padding-right: 370px;
  position: relative;
}
.about__text {
  font-size: 24px;
  max-width: 770px;
}
.about__image {
  position: absolute;
  right: -120px;
  top: -70px;
}
.about__image img {
  display: block;
  max-width: 100%;
}
.about__section-white {
  padding-left: calc(50% - 558px);
  padding-right: calc(50% - 558px);
}
.about__text--small {
  font-size: 24px;
  margin-bottom: 32px;
}
.about__text--big {
  font-size: 36px;
  margin-bottom: 32px;
}
.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.about__flex--bg {
  background-image: url('../img/bg-about__image.png');
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about__flex--small {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.about__flex-image img {
  display: block;
  max-width: 100%;
}
.about__flex-image--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 100px;
}

.abouttb__section-white {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: calc(50% - 540px);
  padding-right: calc(50% - 540px);
}
.abouttb__text--small {
  font-size: 24px;
  margin-bottom: 32px;
}
.abouttb__text--big {
  font-size: 36px;
  margin-bottom: 32px;
}
.abouttb__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.abouttb__flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FCF4EE;
  border-radius: 18px;
  margin-bottom: 24px;
  padding: 32px 64px;
  width: 49%;
}
.abouttb__flex-title {
  border-bottom: 1px solid #ff7709;
  color: #ff7709;
  font-size: 30px;
  padding-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}
.abouttb__flex-title span {
  font-weight: 500;
}
.abouttb__flex-list {
  font-size: 21px;
  list-style: none;
  margin: 0;
  padding: 28px 0;
}
.abouttb__flex-list li {
  position: relative;
}
.abouttb__flex-list li:not(:last-child) {
  margin-bottom: 12px;
}
.abouttb__flex-list li:before {
  background-color: #ff7709;
  border-radius: 50%;
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 9px;
  left: -24px;
}
.abouttb__flex-button {
  background-color: #fff;
  border: 1px solid #ff7709;
  border-radius: 8px;
  color: #ff7709;
  font-size: 24px;
  margin-top: auto;
  padding: 20px;
  text-align: center;
}
.abouttb__flex-button span {
  font-size: 30px;
}
.abouttb__buttons {
  margin-bottom: 40px;
  text-align: center;
}
.abouttb__text-accent {
  color: #ff7709;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.abouttb__text-accent a {
  text-decoration: underline;
}
.abouttb__flex--bg {
  background-image: url('/skin/img/bg-about__image.png');
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.abouttb__flex--small {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.abouttb__flex-image img {
  display: block;
  max-width: 100%;
}
.abouttb__flex-image--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 100px;
}


.user__section {
  background-color: #ff7709;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.user__wrap {
  background: #fff;
  border-radius: 16px;
  margin-left: 60px;
  padding: 42px 30px 42px 466px;
  position: relative;
}
.user__image {
  left: -60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user__image img {
  display: block;
}
.user__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}

.photos__section {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.photos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.photos__item {
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
}
.photos__image {
  margin-bottom: 20px;
}
.photos__image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.souvenir__section {
  background-color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 30px;
}
.souvenir__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 50px;
}
.souvenir__item {
  margin-bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
}
.souvenir__image {
  margin-bottom: 20px;
}
.souvenir__image img {
  display: block;
  width: 100%;
}
.souvenir__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.video__section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.video__text {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
}
.video__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.video__item {
  margin-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  width: 33.333%;
}
.video__image {
  display: inline-block;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
  position: relative;
}
.video__image img {
  display: block;
  width: 100%;
}
.video__image:before {
  background-image: url('../img/video__icon.png');
  content: '';
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
.video__price {
  border: 4px solid #ff7709;
  border-radius: 12px;
  display: table;
  font-size: 31px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 120px 35px 60px;
  position: relative;
}
.video__price span {
  font-size: 48px;
  font-weight: 700;
}
.video__price-tooltip {
  background: #ff7709;
  border-radius: 12px;
  color: #fff;
  font-size: 21px;
  padding: 10px;
  position: absolute;
  right: -160px;
  text-align: center;
  top: -80px;
  width: 240px;
}
.video__price-tooltip span {
  display: block;
  font-size: 20px;
  font-weight: 900;
}
.video__price-tooltip .with-sum{
	font-size: 30px;
}
.video__price-tooltip:before {
  border-width: 15px;
  border-style: solid;
  border-color: #ff7709 transparent transparent #ff7709;
  bottom: -14px;
  content: '';
  left: 0;
  position: absolute;
}
.celebration__section {
  background-image: url('../img/bg-celebration.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc(50% - 570px);
  padding-right: calc(50% - 570px);
}
.celebration__wrap {
  background: #fff;
  border-radius: 12px;
  padding-left: 90px;
  padding-right: 650px;
  position: relative;
}
.celebration__text {
  font-size: 27px;
  padding-top: 127px;
  padding-bottom: 127px;
}
.celebration__image {
  position: absolute;
  right: -22px;
  top: -25px;
}
.celebration__image img {
  display: block;
  width: 100%;
}
.why__section {
  background-color: #f1f1f1;
}
.why__section {
  background: #f1f1f1;
  border-top: 2px solid #fff;
  padding-top: 50px;
}
.why__section-inner {
  padding-bottom: 138px;
  position: relative;
}
.why__section-inner:after {
  background-image: url('../img/bg-bubble-2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -1px;
  content: '';
  display: block;
  height: 208px;
  left: 0;
  position: absolute;
  width: 100%;
}
.why__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 50px;
}
.why__item {
  text-align: center;
  width: 33.333%;
}
.why__title strong {
  display: block;
  font-size: 27px;
}
.why__image {
  text-align: center;
}
.why__image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.why__section--white {
  padding-left: calc(50% - 570px);
  padding-right: calc(50% - 570px);
}
.why__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.why__wrap-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 24px;
}
.why__wrap-text {
  font-size: 22px;
}
.why__wrap-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.why__wrap-image img {
  display: block;
  max-width: 100%;
}
.why__wrap--left .why__wrap-image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
.modal.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal__content {
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.modal__close-btn {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 30px;
}

.whyme__section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.whyme__list {
    margin: 0 auto;
    max-width: 740px;
}

.whyme__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 12px;
    padding-bottom: 12px;
}

.whyme__row--title {
    font-size: 24px;
    font-weight: 900;
}

.whyme__item-title {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 242px;
    padding: 42px 45px;
    text-align: center;
}

.whyme__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 50%;
}

.whyme__item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    text-align: center;
    width: 110px;
}

.whyme__item-image img {
    display: inline-block;
}

.whyme__item-image +.whyme__item-desc {
    margin-left: 10px;
}

.whyme__item-desc {
    font-size: 18px;
    text-align: center;
    width: 155px;
}

.whyme__item-desc .bold {
    font-weight: 700;
}

.whyme__item-desc .big {
    color: #9f9f9f;
    display: block;
    font-size: 48px;
    font-weight: 700;
}

.big-bold {
    display: block;
    font-size: 27px;
    font-weight: 700;
}

.big-bold-upper {
    display: block;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.big-grey {
    color: #9f9f9f;
    display: block;
    font-size: 27px;
    font-weight: 700;
}

.big-accent {
    color: #ff7709;
    display: block;
    font-size: 27px;
    font-weight: 700;
}

.small-bold-abs {
    bottom: 2px;
    color: #9f9f9f;
    display: block;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: -25px;
}

.uppercase {
    text-transform: uppercase;
}

.text__section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
}

.text__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.text__wrap-image {
    margin-right: 40px;
}

.text__wrap-desription p {
    margin-bottom: 8px;
}

@media all and (max-width: 1400px) {
  .showcase__images {
    right: 0;
    width: 60%;
  }
  .showcase__title {
    width: 42%;
  }
}
@media all and (max-width: 1172px) {
  header {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo__image {
    height: 37px;
  }
  .showcase__title {
    width: 40%;
  }
  .showcase__images {
    top: -100px;
  }
  .showcase__action {
      max-width: 320px;
      padding-top: 40px;
      position: relative;
  }
  .showcase__action-label {
      font-size: 18px;
      left: -5px;
      padding: 10px 15px;
      position: absolute;
      top: -5px;
  }
  .showcase__action-title {
      font-size: 19px;
  }
  .showcase__action-item {
      display: block;
      text-align: center;
      width: 100%;
  }
  .showcase__action-item + .showcase__action-item {
      margin-top: 10px;
  }
  .user__wrap {
    padding: 20px 20px 20px 460px;
  }
  .celebration__section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .why__section--white {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer {
    padding-top: 12px;
    padding-bottom: 45px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .video__price-tooltip {
    right: -140px;
  }
  .text__section {
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 16px;
      padding-right: 16px;
  }
}
@media all and (max-width: 1023px) {
 .abouttb__section-white {
    padding-left: 16px;
    padding-right: 16px;
  }	
  header {
    text-align: center;
    width: 100%;
  }
  .lk-link {
    background-size: 28px;
    font-size: 13px;
    padding-left: 35px;
	right: 0;
  }
  .showcase__section {
    padding-top: 20px;
    text-align: center;
  }
  .showcase__section-inner .container {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .showcase__title {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .showcase__images {
    position: static;
    width: 100%;
  }
  .showcase__images img {
    display: inline-block;
  }
  .showcase__circle {
    bottom: -200px;
    margin-left: -140px;
  }
  .showcase__circle-inner {
    height: 280px;
    width: 280px;
  }
  .showcase__price-title {
    font-size: 30px;
  }
  .showcase__price-count {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .showcase__price-count span {
    font-size: 40px;
  }
  .showcase__circle-info {
    font-size: 16px;
  }
  .showcase__action {
      margin-top: 0;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
  }
  .info__image {
    margin-right: 60px;
    width: 30%;
  }
  .info__text {
    font-size: 24px;
  }
  .info__accent-label {
      font-size: 18px;
  }
  .info__accent-title {
      font-size: 30px;
  }
  .info__accent-text {
      font-size: 24px;
      line-height: 1.4;
  }
  .info__list-cnt {
    background-position: right center;
    background-size: auto 100%;
    height: 78px;
    width: 82px;
  }
  .info__list-item::before {
    top: 30px;
  }
  .form__section {
    padding-left: 16px;
    padding-right: 16px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  .about__section {
    padding-top: 60px;
  }
  .about__wrap {
    padding-right: 300px;
  }
  .about__image {
    right: -60px;
    top: -30px;
    width: 40%;
  }
  .about__flex-image--left {
    margin-right: 40px;
    width: 40%;
  }
  .about__section-white {
    padding-left: 16px;
    padding-right: 16px;
  }
  .user__image {
    display: none;
  }
  .user__wrap {
    margin-left: 0;
    padding: 20px;
    text-align: center;
  }
  .photos__section {
    padding-top: 50px;
  }
  .photos__list {
    padding-top: 20px;
  }  
  
  .souvenir__section {
    padding-top: 50px;
  }
  .souvenir__list {
    padding-top: 20px;
  }
  .video__price-tooltip {
    right: -20px;
    top: -110px;
  }
  .celebration__image {
    width: 50%;
  }
  .celebration__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .celebration__text {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 50%;
  }
  .why__section--white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .why__wrap-image {
    width: 50%;
  }
}
@media all and (max-width: 800px) {
  body {
    font-size: 16px;
  }
  .showcase__title h1 {
    font-size: 36px;
  }
  .btn,
  .btn[type="submit"],
  .btn[type="button"] {
    font-size: 16px;
    padding: 15px 20px;
  }
  .showcase__circle {
    bottom: -120px;
    margin-left: -104px;
  }
  .showcase__circle::before {
    bottom: -30px;
    height: 50px;
    margin-left: -45px;
    width: 90px;
  }
  .showcase__circle-inner {
    height: 208px;
    width: 208px;
  }
  .showcase__price-title {
    font-size: 22px;
  }
  .showcase__price-count {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .showcase__price-count span {
    font-size: 30px;
  }
  .showcase__circle-info {
    font-size: 14px;
  }
  .info__section {
    padding-bottom: 30px;
  }
  .info__image {
    display: none;
  }
  .info__text {
    padding-top: 0;
    /*text-align: center;*/
    max-width: 100%;
  }
  .info__accent {
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 40px 30px;
  }
  .info__accent-label {
      font-size: 14px;
      padding: 10px 20px;
  }
  .info__accent-title {
      font-size: 22px;
  }
  .info__accent-text {
      font-size: 16px;
      line-height: 1.4;
  }
  .info__list {
    display: block;
  }
  .info__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    text-align: left;
    width: 100%;
  }
  .info__list-item:last-child {
    min-height: 0;
  }
  .info__list-item:before {
    height: 15px;
    left: 2px;
    right: auto;
    top: 90px;
    width: 60px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .info__list-cnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .info__list-text {
    padding-top: 20px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  .from__wrap {
    padding: 24px;
  }
  .inputbox,
  .inputbox[type="text"] {
    font-size: 18px;
    height: 50px;
  }
  .about__section-inner {
    padding-bottom: 70px;
  }
  .about__wrap {
    padding-right: 0;
  }
  .about__image {
    position: static;
    text-align: center;
    width: 100%;
  }
  .about__image img {
    display: inline-block;
  }
  .about__flex-image--left {
    display: none;
  }
  .about__text {
    font-size: 16px;
  }
  .about__text--small {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .about__text--big {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .about__flex--bg {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .about__flex--bg .about__text {
    text-align: center;
    width: 100%;
  }
  .about__flex--small .about__text {
    width: 50%;
  }
  .about__flex--small .about__text--big {
    font-size: 16px;
  }
  .about__flex-image--right {
    width: 50%;
  }
  .user__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  p {
    margin-bottom: 16px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .photos__section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .photos__list {
    padding-top: 0;
  }
  .photos__item {
    width: 50%;
  }  
  .souvenir__section {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .souvenir__list {
    padding-top: 0;
  }
  .souvenir__item {
    margin-bottom: 20px;
    width: 33.333%;
  }
  .souvenir__image {
    margin-bottom: 5px;
  }
  .video__section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .video__list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .video__item {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
  .video__image {
    border-width: 5px;
  }
  .video__image:before {
    display: none;
  }
  .video__price {
    font-size: 18px;
    padding: 15px 20px 20px;
    text-align: center;
  }
  .video__price span {
    font-size: 28px;
  }
  .video__price-tooltip {
    font-size: 14px;
    padding: 12px;
    top: -75px;
    width: 150px;
  }
  .video__price-tooltip .with-sum{
	font-size: 20px;
  }  
  .video__price span {
    font-size: 22px;
  }
  .celebration__section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .celebration__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .celebration__text {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .celebration__image {
    position: static;
    text-align: center;
    width: 100%;
  }
  .why__section {
    padding-top: 20px;
  }
  .why__list {
    padding-top: 0;
  }
  .why__item {
    width: 50%;
  }
  .why__title strong {
    font-size: 20px;
  }
  .why__image {
    height: 150px;
  }
  .why__section-inner {
    padding-bottom: 80px;
  }
  .why__wrap {
    display: block;
  }
  .why__wrap-image {
    text-align: center;
    width: 100%;
  }
  .why__wrap-image img {
    display: inline-block;
    max-width: 300px;
  }
  .why__wrap-title {
    font-size: 20px;
  }
  .why__wrap-text {
    font-size: 16px;
  }
  footer {
    display: block;
    text-align: center;
  }
  .copyright {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer__phone {
    text-align: center;
  }
  .whyme__item-title {
      background-size: 136px auto;
      font-size: 16px;
	  max-width: 165px;
      padding: 23px 25px;
  }
  .whyme__item-image {
      display: none;
  }
  .whyme__item-image:only-child {
      display: block;
  }
  .whyme__item-desc {
      font-size: 16px;
  }
  .whyme__item-image + .whyme__item-desc {
      margin-left: 0;
  }
  .big-bold {
      font-size: 22px;
  }
  .big-accent {
      font-size: 22px;
  }
  .big-grey {
      font-size: 22px;
  }
  .big-bold-upper {
      font-size: 14px;
  }
  .small-bold-abs {
      font-size: 13px;
      right: -10px;
  }
  .text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .text__wrap-image {
      margin-right: 0;
      margin-bottom: 16px;
  }
  .abouttb__flex-item {
    width: 100%;
  }  
}
@media all and (max-width: 500px) {
  .abouttb__flex-item {
    padding: 24px;
  }	
  .showcase__section {
    padding-top: 3px;
  }
  .showcase__title {
    margin-bottom: 15px;
  }
  .showcase__btn {
    margin-bottom: 10px;
  }
  .showcase__title h1 {
    font-size: 22px;
  }
  .showcase__title h1 span {
    font-size: 18px;
  }
  .showcase__circle {
    bottom: -160px;
  }
  .showcase__action {
      margin-top: 10px;
  }
  .info__text {
    font-size: 16px;
  }
  .info__text p {
    margin-bottom: 15px;
  }
  .info__list-item {
    margin-bottom: 0;
    min-height: 130px;
  }
  .info__list-text {
    padding-top: 15px;
  }
  .from__wrap {
    padding: 15px 10px;
  }
  .inputbox__group {
    display: block;
    margin-bottom: 10px;
  }
  .inputbox__group .inputbox__checked-wrap {
    text-align: left;
    width: 100%;
  }
  .inputbox__group .inputbox__checked-wrap:first-child {
    margin-bottom: 10px;
  }
  .inputbox__checked-list {
    display: block;
  }
  .inputbox__checkbox {
    display: block;
    margin-bottom: 8px;
  }
  .inputbox__checkbox:last-child {
    margin-bottom: 0;
  }
  .inputbox__checkbox span {
    line-height: 25px;
    padding-top: 0;
    padding-left: 32px;
  }
  .inputbox__checkbox span:before {
    left: 0;
    margin-left: 0;
    top: 0;
  }
  .inputbox__checkbox span:after {
    left: 9px;
    margin-left: 0;
  }
  .inputbox__btn .btn {
    width: 100%;
  }
  .about__section {
    padding-top: 20px;
  }
  .about__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .video__price {
    margin-left: 20px;
    margin-right: 20px;
  }
  .souvenir__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .souvenir__item {
    width: 50%;
  }
  .video__description {
    font-size: 14px;
  }
  .why__image {
    height: 100px;
  }
}
    @media (max-width: 480px) {
      #cookie-banner {
        left: 10px;
        right: 10px;
        max-width: unset;
      }
    }
/*# sourceMappingURL=styles.css.map */