*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  outline: 0 !important;
  -webkit-appearance: none;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Crimson Text", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}
.lock {
  overflow: hidden;
}

a {
  text-decoration: none !important;
  color: #fff;
}
a:hover,
.header-top__contact a:hover {
  color: #ef588c;
}
ul,
ol {
  list-style: none;
}
img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Crimson Text", serif;
  line-height: normal;
}
.d-none {
  display: none;
}
.f-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-row {
  display: flex;
  flex-direction: row;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.container {
  max-width: 1440px;
  width: 98%;
  padding: 0px 20px;
  margin: 0 auto;
}
.wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
.inner-sm {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* ---------Header-------- */
.header {
  position: relative;
  z-index: 100;
}
.header-top {
  padding: 10px 0;
  background-color: #fff;
}
.main-logo {
  display: block;
  width: 150px;
  height: 100px;
}
.header-top__contact a {
  color: #000;
}

.phone-numbers a {
  position: relative;
  margin-left: 20px;
}
.phone-numbers a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.transp-btn {
  display: block;
  margin: 0px 30px;
  padding: 15px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  box-shadow: 0px 4px 5px 0px #75757538;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.2 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transp-btn:hover {
  box-shadow: 0px 4px 5px 0px #ffffff38;
}
.social-media a {
  display: block;
  margin-left: 10px;
}
.social-media img {
  width: 40px;
  height: 40px;
}
.telegram:hover img,
.insta:hover img,
.viber:hover img,
.facebook:hover img {
  opacity: 0.8;
  box-shadow: 0px 4px 5px 0px #49494938;
  transition: 0.2s ease;
}
.main-nav {
  padding: 30px 0px;
  background-color: #212121;
}
.main-nav .nav-list {
  padding: 0px 150px;
}
.nav-list__item a {
  color: #fff;
  text-transform: uppercase;
}
.nav-list__item a:hover {
  color: #ef588c;
}
/* ---------Header-adaptive--------- */
.header-adaptive {
  padding: 15px 0px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  background: #212121;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}
.h-v {
  visibility: visible;
  opacity: 1;
}
.burger {
  cursor: pointer;
  margin-left: 175px;
  position: relative;
  width: 45px;
  height: 25px;
}
.burger span {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.2 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.2 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.burger:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 70%;
  height: 4px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.2 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.burger:before {
  top: 0;
}
.burger:after {
  bottom: 0;
}
.slide {
  top: 0;
  right: 0;
}
.slide:before {
  top: 15px;
  transform: rotate(45deg);
}
.slide:after {
  top: 15px;
  width: 100%;
  transform: rotate(-45deg);
}
.slide span {
  transform: scale(0);
}
.navigation-adaptive {
  display: none;
  max-width: 1440px;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: 0;
  background: #212121f2;
}
.navigation-adaptive .nav-list {
  padding: 50px;
  padding-bottom: 30px;
}
.navigation-adaptive .nav-list .nav-list__item:first-child {
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #ef588c;
}
.navigation-adaptive .nav-list__item {
  margin: 15px 0px;
}
.navigation-adaptive > div {
  overflow-y: scroll;
  height: 100vh;
}
.navigation-adaptive .social-media {
  margin-left: 40px;
  justify-content: flex-start;
}
.header-adaptive .phone-numbers a::before {
  background-color: #fff;
}
.lang-title {
  margin-left: 50px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #fff;
}
.lang-panel {
  margin-left: 50px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 150px;
}

/* ---------Hero--------- */
.hero {
  position: relative;
  height: 100%;
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.hero .content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
  z-index: 10;
}
.main-heading {
  text-align: center;
  font-size: 64px;
  color: #fff;
  font-weight: 300;
}
.main-cta {
  display: table;
  margin: 0 auto;
  margin-top: 50px;
  padding: 25px 30px;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: 0px 4px 5px 0px #00000038;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.2 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-cta:hover {
  background: #ef588c;
  color: #fff;
}
.sub-heading {
  padding: 30px 20px;
  margin: 0 auto;
  margin-top: 130px;
  max-width: 730px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  font-family: "Roboto", serif;
  line-height: 32px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* --------About-------------- */
.sec-header {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 50px;
}
.about .col {
  width: 50%;
}
.about p {
  max-width: 1150px;
  font-family: "Roboto", serif;
  margin-bottom: 25px;
  font-size: 18px;
}
.about-img {
  margin: 40px;
  max-width: 485px;
  height: 438px;
  box-shadow: 0px 4px 20px -5px #886148;
}
/* --------advantages-------------- */
.advantages .container {
  max-width: 1200px;
}
.advantages .row {
  align-items: flex-start;
  margin: 50px 0px;
}
.advantages .col {
  text-align: center;
  max-width: 330px;
  width: 100%;
}
.adv-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.adv-heading {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ef588c;
}
.adv-desc {
  height: 110px;
  overflow: hidden;
  font-size: 14px;
  font-family: "Roboto", serif;
}
/* --------Recall-------------- */
.recall {
  margin: 100px auto;
  padding: 25px 0px;
  background-color: #212121;
  color: #fff;
}
.recall .sec-header {
  max-width: 750px;
  margin: 0 auto;
}
.recall__sub-heading {
  position: relative;
  margin: 0 auto;
  max-width: 420px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.recall__sub-heading::before {
  position: absolute;
  top: 50%;
  left: -10%;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.recall__sub-heading::after {
  position: absolute;
  top: 50%;
  right: -10%;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.recall_cta {
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: 50px;
  padding: 25px 30px;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 5px 0px #e9e9e938;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.2 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recall_cta:hover {
  background: transparent;
  color: #fff;
}
/* --------My Work-------------- */
.my-work .row {
  max-width: 1070px;
  margin: 0 auto;
}
.work-img {
  margin: 10px;
  width: 250px;
  height: 250px;
}
.my-work .transp-btn {
  display: table;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 70px;
}
/* --------Review-------------- */
.review {
  position: relative;
  height: 100%;
  background-image: url(../img/How-To-Become-a-Successful-Makeup-Artist-nina-mua.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.review::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.review .content {
  position: relative;
  z-index: 10;
  padding: 20px 0px;
}
.review .sec-header {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #fff;
}
/* --------FAQ-------------- */
.faq {
  padding: 1px 0px;
  background-color: #f2f2f2;
}
.voprosy-otvety-block__question {
  position: relative;
  margin-bottom: 10px;
  padding: 25px 20px;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #acacac;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-image: url("/img/icons/Vector-1.png");
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: center;
  transition: all 0.1s;
  cursor: pointer;
}
.voprosy-otvety-block__question.active {
  background-image: url("/img/icons/Vector.png");
}
.voprosy-otvety-block__question::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 40px;
  background-color: #ef588c;
  top: 25%;
  right: -3px;
}
.voprosy-otvety-block__answer {
  display: none;
  position: relative;
  margin-left: 25px;
  margin-bottom: 10px;
  padding: 50px 20px;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #acacac;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.voprosy-otvety-block__answer ::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 40px;
  background-color: #61a8de;
  top: 33%;
  right: -3px;
}
.faq .col:first-child {
  width: 65%;
  max-width: 800px;
}

.faq .col:last-child {
  width: 35%;
}
.faq__img {
  max-width: 430px;
  height: 600px;
  box-shadow: 0px 4px 20px -5px #76abda;
}

/* --------contact-------------- */
.contact {
  position: relative;
  height: 100%;
  background-image: url("../img/makeup-header-2000.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.contact .container {
  position: relative;
  z-index: 10;
  padding: 50px 0px;
}
.contact .col {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
}
.map-note {
  margin: 10px 0px;
}
.map-link {
  display: block;
  width: 500px;
  height: 275px;
}

.form-note {
  margin-top: 40px;
  margin-bottom: 10px;
}
.main-form {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  background-color: rgb(255 255 255 / 14%);
  border: 1px solid #fff;
}
.form-input {
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  max-width: 400px;
  width: 100%;
  height: 40px;
  margin: 20px auto;
  caret-color: #fff;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.form-button {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  text-transform: none;
  cursor: pointer;
}
.form-input::placeholder {
  color: rgba(255, 255, 255, 0.219);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
/* --------footer-------------- */
.footer {
  background-color: #212121;
  color: #fff;
}
.footer-top {
  padding: 30px 0px;
  border-bottom: 1px solid #fff;
}
.footer-nav,
.footer-contact {
  width: 33%;
}
.footer-top .nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 150px;
  width: 400px;
}
.footer-top .nav-list__item {
  margin: 5px 0px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-contact p,
.footer-contact a {
  margin: 5px 0px;
}
.footer-contact .social-media {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0px;
}
.footer-contact .social-media a {
  margin-left: 10px;
}
.footer-bottom {
  padding: 10px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: normal;
}
/* --------footer-------------- */
.popup-style {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  background-color: rgb(255 255 255 / 14%);
  border: 1px solid #fff;
}
.popup-style .main-form {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.popup-style .form-input {
  border-bottom: 1px solid #000;
  caret-color: #000;
  color: #000;
}
.popup-style .main-cta {
  color: #000;
}
.popup-style .main-cta:hover {
  background-color: rgb(214 213 213 / 20%);
}
.popup-style .form-input::placeholder {
  color: rgb(88, 88, 88);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.popup-title {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}
/* --------Album-page-------------- */
.section-title {
  position: relative;
  height: 100%;
  background-image: url(../img/alb_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.section-title .main-heading {
  position: relative;
  z-index: 10;
  padding: 100px 0px;
}
.main-album .container {
  max-width: 1090px;
  padding: 0;
}
.sm-col {
  width: 350px;
  height: 200px;
}
.med-col {
  width: 350px;
  height: 190px;
}
.lg-col {
  width: 535px;
  height: 254px;
}
.big-col {
  width: 705px;
  height: 400px;
}
.w-fix {
  display: grid;
}
.album-link {
  margin: 10px;
  display: block;
  position: relative;
}
.album-link::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.album-heading {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}
.album-link:hover .album-link::before {
  opacity: 0.1 !important;
}
/* --------Album-page-------------- */
.work-process .section-title {
  background-image: url(../img/makeup-tools-eyeshadow_23-2148109495.png);
}
.before-after .section-title {
  background-image: url(../img/makeup-brushes-hero.png);
}
.makeup-main .section-title {
  background-image: url(../img/photo-1620464003286-a5b0d79f32c2.png);
}
.brows-main .section-title {
  background-image: url(../img/1190630.png);
}
.lash-main .section-title {
  background-image: url(../img/1190372.png);
}
.wedding-page .section-title {
  background-image: url(../img/64c50dd4-e333-43e6-b1f2-ec9e1708cac8-wedding-v3\ 1.png);
}
.photosession-page .section-title {
  background-image: url(../img/Gryffe-Studios-BG-IMG-Photography.png);
}
.haircut-page .section-title {
  background-image: url(../img/s72-ted-1614-chim_1.png);
}
.blog-page .section-title {
  background-image: url(../img/bg-parallax-about-us.png);
}
.album-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.album-photo {
  width: 300px;
  height: 300px;
  margin: 10px;
}
/* --------Price-page-------------- */
.price-page .section-title {
  background-image: url(../img/makeup-header-2000.png);
}
.price-subtitle {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1000px;
  text-align: center;
}
.price-card {
  padding: 25px;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid #ef588d69;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.price-card__heading {
  align-items: flex-start;
  margin-bottom: 25px;
}
.price-card__img {
  width: 30%;
  margin: 40px 50px 40px 25px;
}
.price-card__desc {
  width: 70%;
}
.price-card__img img {
  width: 205px;
  height: 205px;
  border-radius: 50%;
}
.price-card .title {
  max-width: 375px;
  font-size: 24px;
}
.price-card .price {
  max-width: 150px;
  font-size: 12px;
  text-align: right;
}
.price-card .price > strong {
  display: block;
  font-size: 18px;
}
.price-card .price > span {
  display: block;
  font-size: 18px;
  text-align: right;
  text-decoration: line-through;
}
.price-card .text p {
  margin: 10px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.price-card .text .link {
  margin: 10px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-decoration: underline !important;
  color: #000000;
}
.price-card .text .link:hover {
  color: #ef588c;
}
.price-list__item {
  position: relative;
  max-width: 400px;
  margin: 10px 0px;
  font-size: 14px;
}
.price-list__item::before {
  content: "\2713";
  position: absolute;
  left: -20px;
  color: #ef588c;
}
/* --------404-------------- */
.undefined-page .container {
  max-width: 600px;
  margin: 50px auto;
}
.undefined-page__text {
  margin: 10px;
  text-align: center;
}
.m-fix {
  margin-top: 50px;
}
.undefined-page__text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
/* --------Blog-page-------------- */
.blog-page .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.blog-page__item {
  width: 400px;
  height: 480px;
  margin: 10px;
  text-align: center;
  box-shadow: 0 0px 5px rgb(0 0 0 / 25%), 0 1px 11px rgb(0 0 0 / 22%);
  cursor: default;
}
.blog-page__item-img {
  width: 400px;
  height: 250px;
}
.blog-page__item-description {
  font-family: "Roboto", sans-serif;
  padding: 20px;
}
.blog-page__item-title {
  height: 45px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
}
.blog-page__item-subtitle {
  font-size: 14px;
  height: 100px;
  padding-top: 15px;
  overflow: hidden;
}
.blog-page__item-link {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 150px;
}
.blog-page__item-link a {
  font-size: 14px;
  color: #000;
  text-decoration: underline !important;
}
.blog-page__item-link a:hover {
  color: #ef588c;
}
.blog-note {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.blog-img {
  width: 450px;
  height: 300px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-subpage {
  background-color: rgb(247, 247, 247);
}
.blog-subpage .main-heading {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: 300;
}
.secondary-heading {
  font-size: 21px;
  font-weight: bold;
  color: #ef588c;
}
.blog-text {
  margin: 15px 0px;
  font-family: "roboto", sans-serif;
  font-size: 16px;
}
.go-back {
  max-width: 200px;
  display: block;
  position: relative;
  padding: 50px 0px 50px 30px;
  font-weight: bold;
  color: #000;
}
.go-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 43%;
  background-image: url(/img/icons/right-arrow-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.go-back:hover {
  color: rgb(53, 53, 53);
  opacity: 0.7;
}
.blog-subpage .price-list__item {
  max-width: 800px;
  font-family: "roboto", sans-serif;
}
#popup2 {
  padding: 50px;
  text-align: center;
}
.sucsess-popup-heading {
  margin: 25px auto;
  font-size: 24px;
  color: #10a976;
}
.sucsess-popup-sub-heading {
  color: #fff;
}
.sucsess-img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  * {
    font-size: 16px;
  }
  .main-logo {
    width: 100px;
    height: 70px;
  }
  .container {
    width: 98%;
    padding: 0px 10px;
  }
  .inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .burger {
    margin-left: 70px;
  }
  .transp-btn {
    font-size: 16px;
  }
  .social-media a {
    margin-left: 5px;
  }
  .social-media img {
    width: 30px;
    height: 30px;
  }
  .main-nav .nav-list {
    padding: 0px 20px;
  }
  .hero .content {
    padding-top: 50px;
  }

  .main-heading {
    font-size: 42px;
  }
  .sec-header {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .sub-heading {
    margin-top: 100px;
  }
  .advantages .col {
    max-width: 285px;
  }
  .my-work .row {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }
  .work-img {
    margin: 15px;
    width: 300px;
    height: 300px;
  }
  .faq .col:first-child {
    max-width: 465px;
  }
  .voprosy-otvety-block__question {
    padding: 25px 50px 25px 15px;
  }
  .voprosy-otvety-block__answer {
    padding: 25px;
  }
  .voprosy-otvety-block__answer p {
    font-size: 14px;
  }
  .contact .row {
    flex-direction: column;
    justify-content: center;
  }
  .contact .col {
    width: 100%;
  }
  .form-note {
    margin-top: 0px;
  }
  .footer-contact p {
    text-align: right;
  }
  .footer-bottom p {
    font-size: 12px;
    line-height: 18px;
  }
  .section-title .main-heading {
    padding: 50px 0px;
  }
  .sm-col {
    width: 230px;
    height: 135px;
  }
  .med-col {
    width: 230px;
    height: 115px;
  }
  .lg-col {
    width: 355px;
    height: 150px;
  }
  .big-col {
    width: 480px;
    height: 250px;
  }
  .album-heading {
    top: 38%;
    font-size: 20px;
  }
  .price-card__img {
    margin: 10px;
  }
  .price-card__img img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header-adaptive .phone-numbers a::before {
    background-color: #fff;
  }
  .inst-link:hover .insta-prew::after,
  .inst-link:hover .insta-desc {
    opacity: 0;
    visibility: hidden;
  }
  .container {
    max-width: 768px;
  }
  .inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .header {
    display: none;
  }
  .burger {
    margin-left: 0;
  }
  .header-adaptive {
    visibility: visible;
    opacity: 1;
  }
  .hero {
    background-size: 225%;
    background-position: center center;
  }
  .hero .content {
    max-width: 700px;
    padding-top: 150px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center;
  }
  .main-cta {
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 16px;
  }
  .main-heading {
    font-size: 26px;
  }
  .sub-heading {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 100;
    line-height: 22px;
  }
  .about .content {
    flex-direction: column;
  }
  .about .col {
    width: 100%;
  }
  .sec-header {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .recall_cta {
    margin-top: 25px;
    padding: 20px 20px;
  }
  .recall__sub-heading {
    font-size: 18px;
  }
  .recall__sub-heading::before {
    left: 0%;
  }
  .recall__sub-heading::after {
    right: 0%;
  }
  .about-img {
    max-width: 550px;
    height: 300px;
  }
  .about p:nth-child(3) {
    margin: 0;
  }
  .about .row,
  .advantages .row {
    flex-direction: column;
  }
  .advantages .row {
    max-width: 400px;
    margin: 0 auto;
  }
  .advantages .col {
    max-width: 400px;
  }
  .work-img {
    margin: 10px;
    width: 250px;
    height: 250px;
  }
  .faq .row {
    flex-direction: column;
  }
  .faq .col:first-child {
    max-width: 550px;
  }
  .faq .col:first-child,
  .faq .col:last-child {
    width: 100%;
  }
  .faq__img {
    display: none;
    margin: 0 auto;
    width: 500px;
    height: 250px;
  }
  .voprosy-otvety-block__answer {
    padding: 25px 20px;
  }
  .form-input {
    margin: 10px auto;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top .main-logo {
    display: none;
  }
  .footer-top .nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 215px;
    margin: 20px;
  }
  .footer-contact {
    align-items: center;
    margin-bottom: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .sub-page-heading {
    margin: 100px auto 30px;
    font-size: 38px;
    text-align: center;
    max-width: 375px;
  }
  .popup-gallery .row {
    padding: 0;
    margin: 10px auto;
  }
  .popup-gallery {
    margin-top: 20px;
  }
  .popup-gallery > .row > a {
    margin: 0px 5px;
  }
  .blog-body-innr {
    max-width: 520px;
    margin: 0px auto;
  }
  .main-cta {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .footer-nav,
  .footer-contact {
    width: 100%;
  }
  .footer-top .nav-list {
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .footer-contact p,
  .footer-contact a {
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
  }
  .footer-top {
    padding-bottom: 0;
  }
  .main-album .row {
    flex-direction: column;
  }
  .main-album .col {
    width: 100%;
  }
  .album-link {
    margin: 10px auto;
  }
  .sm-col,
  .med-col,
  .lg-col,
  .big-col {
    max-width: 480px;
    width: 100%;
    height: 250px;
  }
  .w-fix {
    display: block;
  }
  .price-card {
    flex-direction: column;
  }
  .price-card__img {
    margin-bottom: 50px;
  }
  .price-card__desc {
    width: 100%;
  }
  .price-card .title {
    max-width: 420px;
    font-size: 18px;
  }
  .price-card .price > strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  * {
    font-size: 14px;
  }
  .inner {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .navigation-adaptive .nav-list {
    padding: 10px 25px;
  }
  .navigation-adaptive .nav-list .nav-list__item:first-child {
    margin-bottom: 25px;
  }
  .navigation-adaptive .social-media,
  .lang-title,
  .lang-panel {
    margin-left: 20px;
  }
  .sec-header {
    margin-bottom: 25px;
  }
  .main-logo {
    width: 75px;
    height: 50px;
  }
  .phone-numbers {
    flex-direction: column;
  }
  .phone-numbers a {
    margin: 0;
    margin-bottom: 5px;
  }
  .hero {
    background-size: cover;
  }
  .about {
    text-align: center;
  }
  .about p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .advantages .col {
    margin-bottom: 15px;
  }
  .my-work .col {
    flex-direction: column;
  }
  .my-work .transp-btn {
    margin-top: 30px;
  }
  .work-img {
    width: 300px;
    height: 300px;
  }
  .main-cta {
    padding: 15px 20px;
    font-size: 14px;
  }
  .sub-heading {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
  }
  .recall {
    margin: 50px auto;
  }
  .recall__sub-heading {
    max-width: 320px;
    font-size: 14px;
  }
  .recall__sub-heading::before {
    width: 25px;
    left: 5%;
  }
  .recall__sub-heading::after {
    width: 25px;
    right: 5%;
  }
  .contact .container {
    padding: 25px 0px;
  }
  .main-form .main-cta {
    margin: 15px auto;
    padding: 15px 30px;
  }
  .form-input {
    height: 30px;
  }
  .map-link {
    width: 320px;
    height: 200px;
  }
  .footer-top .nav-list {
    max-width: 320px;
  }
  .section-title .main-heading {
    padding-top: 100px;
  }
  .price-card__img {
    width: 100%;
  }
  .price-card__img img {
    margin: 0 auto;
  }
  .price-card .title {
    max-width: 210px;
  }
  .price-card .price > span {
    font-size: 16px;
  }
  .form-note {
    margin-top: 50px;
    text-align: center;
  }
  .form-input {
    width: 90%;
  }
}
