@charset "UTF-8";

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.78vw;
  line-height: 140%;
  color: #000;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0.91em;
  padding-bottom: 0.91em;
  background: #FFFFFF;
  z-index: 100;
}

@media (max-width: 768px) {
  .header {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
}

.header__logo {
  width: 15%;
}

@media (max-width: 768px) {
  .header__logo {
    width: 42%;
    z-index: 10;
  }
}

.header__logo-img {
  width: 100%;
}

.header__menu {
  width: 80%;
}

@media (max-width: 768px) {
  .header__menu {
    position: absolute;
    background: #DEDEDE;
    top: -1350%;
    left: 0;
    width: 100%;
    padding-top: 10em;
    padding-bottom: 5em;
    z-index: 9;
  }
}

@media (max-width: 540px) {
  .header__menu {
    padding-top: 15em;
    padding-bottom: 10em;
  }
}

@media (max-width: 768px) {
  .header__menu._active {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
  }
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .header__menu-item {
    margin-bottom: 2em;
  }
}

@media (max-width: 540px) {
  .header__menu-item {
    margin-bottom: 4em;
  }
}

.header__menu-link {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1.15em;
  color: #000000;
}

@media (max-width: 960px) {
  .header__menu-link {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .header__menu-link {
    font-size: 3em;
  }
}

@media (max-width: 540px) {
  .header__menu-link {
    font-size: 4em;
  }
}

.header__menu-link_with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.header__icon-arrow {
  margin-left: 5px;
}

.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__icon-search {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .header__icon-search {
    display: none;
  }
}

.header__sign-in {
  display: none;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.2em;
  color: #000000;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .header__sign-in {
    display: block;
  }
}

.header__sign-in_desctop {
  display: none;
  font-family: "Ubuntu";
  font-size: 0.85em;
  font-weight: 300;
  line-height: 140%;
  position: absolute;
  top: 150%;
  right: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .header__sign-in_desctop {
    display: none;
  }
}

.header__sign-in_desctop._active {
  display: block;
}

@media (max-width: 768px) {
  .header__sign-in_desctop._active {
    display: none;
  }
}

.header__wrap-burger {
  position: relative;
}

@media (max-width: 768px) {
  .header__wrap-burger {
    width: 5.3em;
    height: 5.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #DEDEDE;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
  }
}

.header__burger {
  z-index: 100;
  position: relative;
  width: 25px;
  height: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__burger {
    display: block;
    width: 3.4em;
    height: 2.3em;
  }

  .header__burger._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
    transform: scale(0) translate(0px, -50%);
  }

  .header__burger._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -25%);
    transform: rotate(-45deg) translate(0px, -25%);
  }

  .header__burger._active::after {
    top: 50%;
    -webkit-transform: rotate(45deg) translate(0px, -25%);
    transform: rotate(45deg) translate(0px, -25%);
  }
}

.header__burger span,
.header__burger::before,
.header__burger::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: black;
}

@media (max-width: 768px) {

  .header__burger span,
  .header__burger::before,
  .header__burger::after {
    height: 0.177em;
  }
}

.header__burger span {
  top: 50%;
  -webkit-transform: scale(1) translate(0px, -50%);
  transform: scale(1) translate(0px, -50%);
}

.header__burger::before,
.header__burger::after {
  content: "";
}

.header__burger::before {
  top: 0;
}

.header__burger::after {
  bottom: 0;
}


.popular-news {
  font-family: "Ubuntu";
  position: sticky;
  top: 5.2em;
  left: 5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  max-width: 11em;
  padding: 0.48em 0.6em 0.8em;
  overflow: visible;
  bottom: 30px;
  margin-right: 15px;
}

.popular-news__title {
  color: #ec1313;
  font-size: 0.72em;
  font-weight: 700;
}

.popular-news__item {
  font-size: 0.6em;
  line-height: 1.5em;
  margin-top: 0.78em;
  padding-bottom: 0.78em;
  border-bottom: 1px solid #ccc;
}

.popular-news__item:last-child {
  border-bottom: none;
}

@media (max-width: 1130px) {
  .popular-news {
    left: 1.5em;
  }
}

@media (max-width: 900px) {
  .popular-news {
    display: none;
  }
}

.main-wrap {
  display: flex;
  align-items: baseline;
}

.main {
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3.63em;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .main {
    padding-top: 10em;
  }
}

.main__title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.13em;
  margin-bottom: 0.57em;
}

@media (max-width: 960px) {
  .main__title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .main__title {
    font-size: 4em;
  }
}

.main__author {
  color: #9E9E9E;
  margin-bottom: 2em;
}

.main__author-name {
  font-size: 0.7em;
  line-height: 140%;
}

@media (max-width: 960px) {
  .main__author-name {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .main__author-name {
    font-size: 2em;
  }
}

.main__data-publication {
  font-size: 0.7em;
  line-height: 140%;
}

@media (max-width: 960px) {
  .main__data-publication {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .main__data-publication {
    font-size: 2em;
  }
}

.main__description {
  font-family: "Ubuntu";
  font-style: italic;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 1.2em;
}

@media (max-width: 960px) {
  .main__description {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .main__description {
    font-size: 2.67em;
  }
}

.main__image {
  margin-bottom: 0.4em;
  width: 100%;
  margin-top: 1em;
}

.main__description-image {
  font-size: 0.72em;
  line-height: 140%;
  color: #9E9E9E;
  margin-bottom: 1.2em;
}

@media (max-width: 960px) {
  .main__description-image {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .main__description-image {
    font-size: 2em;
  }
}

.main__list-persons {
  margin-left: 1em;
  margin-bottom: 1.2em;
}

@media (max-width: 768px) {
  .main__list-persons {
    margin-left: 2em;
    margin-bottom: 2em;
  }
}

.main__person-item {
  list-style: disc;
  color: #0077FA;
  font-size: 0.5em;
}

@media (max-width: 960px) {
  .main__person-item {
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  .main__person-item {
    font-size: 1.6em;
  }
}

.main__person-link {
  font-family: "Ubuntu";
  font-weight: 300;
  font-size: 1.7em;
  line-height: 140%;
  color: #0077FA;
}

@media (max-width: 960px) {
  .main__person-link {
    font-size: 1.8em;
  }
}

.main__text {
  font-size: 0.88em;
  line-height: 140%;
  margin-bottom: 1em;
}

@media (max-width: 960px) {
  .main__text {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .main__text {
    font-size: 2.67em;
  }
}

.main__text_color {
  color: #0077FA;
}

.main__wrap-history {
  margin-top: 2.8em;
}

@media (max-width: 768px) {
  .main__wrap-history {
    margin-bottom: 7em;
  }
}

.main__title-author {
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 140%;
  font-size: 1.44em;
  margin-bottom: 0.83em;
}

@media (max-width: 960px) {
  .main__title-author {
    font-size: 1.7em;
  }
}

@media (max-width: 768px) {
  .main__title-author {
    font-size: 3.6em;
  }
}

.main__image-author {
  width: 100%;
  margin-bottom: 0.5em;
}

.promo {
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.promo__wrap {
  background: #F8F6F9;
  padding: 0.8em 0.75em;
  margin-bottom: 2.8em;
}

.promo__text {
  font-family: "Ubuntu";
  font-weight: 600;
  font-size: 0.88em;
  line-height: 140%;
  letter-spacing: -0.05em;
  margin-bottom: 1em;
}

@media (max-width: 960px) {
  .promo__text {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .promo__text {
    font-size: 2.67em;
  }
}

.promo__text_color {
  text-transform: uppercase;
  color: #FF0000;
}

.promo__image-wrap {
  width: 60%;
  margin: 0 auto;
}

.promo__links {
  margin-bottom: 2.8em;
}

@media (max-width: 768px) {
  .promo__links {
    display: none;
  }
}

.promo__links_mobile {
  display: none;
}

@media (max-width: 768px) {
  .promo__links_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.promo__wrap-link {
  width: 22em;
}

.promo__link-item {
  display: inline-block;
  font-style: italic;
  font-size: 0.72em;
  line-height: 140%;
  text-align: center;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 5px;
  color: #000;
  padding: 0.28em;
  margin-right: 0.56em;
  margin-bottom: 0.56em;
}

@media (max-width: 960px) {
  .promo__link-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .promo__link-item {
    font-size: 2em;
    width: 100%;
    margin-right: 0;
  }
}

.row-form {
  text-align: center;
  font-family: "Ubuntu";
  margin-bottom: 2.8em;
  z-index: -10;
}

.order {
  max-width: 570px;
  margin: 25px auto;
  background: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0px 0px 10px 1px #ebebeb;
  box-shadow: 0px 0px 10px 1px #ebebeb;
  border-radius: 15px;
  z-index: -10;
}

.col-md-12 {
  width: 100%;
  display: block;
}

.col-md-12 input,
.col-md-12 .name,
.col-md-12 .phone,
.col-md-12 select {
  width: 90% !important;
  height: 60px !important;
  padding: 8px 10px 8px 45px !important;
  font-size: 17px !important;
  border-radius: 14px !important;
  border: 1px solid #ccc !important;
  margin-bottom: 15px !important;
  outline: none !important;
  color: #757575 !important;
}

.order button {
  border-radius: 21px;
  text-align: center;
  text-transform: none;
  background-color: #0c3492;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  border: none;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
  width: 90%;
  outline: none;
  cursor: pointer;
  z-index: -10;
}

.btn-footer {
  bottom: 20px;
  height: 60px;
  background: transparent linear-gradient(to bottom, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll 0 0;
  color: #e0e2e6;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  font-size: 25px;
  font-weight: 900;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}

.order h2,
.order h3 {
  color: #fff;
  background: #e31c23;
}

.order h3 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 29px;
  text-shadow: 0px 1px 2px #000;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}

.head-form {
  border-radius: 10px 10px 0 0;
  background: #e31c23;
  font-size: 24px;
  padding: 10px 0 0;
}

.head-form img {
  margin-bottom: -10px;
  width: 100%;
}

.order h2 {
  padding-top: 8px;
  font-size: 17px;
  margin: 0;
}

.head-form span {
  color: #fff;
  line-height: 140%;
  display: inline-block;
  margin: 8px 0 -8px 0;
}

.head-form span img {
  margin-bottom: 0;
  width: auto;
  display: inline-block;
}

.date,
.price {
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px 0;
}

.date {
  background: #ebebeb;
  border-radius: 12px 0 0 12px;
  line-height: 26px;
  font-size: 18px;
  color: #434343;
}

.price {
  background: #0c3492;
  color: #fff;
  border-radius: 0 12px 12px 0;
  min-height: 62px;
  padding: 15px 0 0px;
  margin: 0;
}

.price span {
  font-size: 30px;
}

.col-md-12 select {
  margin-bottom: 1.5em;
}

.new-price {
  font-size: 36px;
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
  line-height: 46px;
}

.old-price {
  display: inline-block;
  margin-top: 14px;
  font-size: 19px;
  vertical-align: top;
  text-decoration: line-through;
}

.discount {
  margin: 25px 0;
  display: inline-block;
  height: 100%;
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 13px;
}

.name,
.phone {
  position: relative;
  border: none;
  background: no-repeat;
  padding: 0;
}

.name input {
  background: url(../img/name.png);
  background-repeat: no-repeat;
  background-position: 4% 50%;
  z-index: -10;
}

.country__selecor {
  z-index: -10;
}

.phone input {
  background: url(../img/phone.png);
  background-repeat: no-repeat;
  background-position: 4% 50%;
  z-index: -10;
}

button img {
  margin-bottom: -3px;
  display: inline-block;
}

.under-button {
  display: block;
  width: 90%;
  margin: 15px auto;
  text-align: left;
  color: #818181;
  font-size: 15px;
  line-height: 20px;
}

.under-button i {
  font-style: normal;
  color: red;
}

.footer-1 {
  background: #ebebeb;
  padding: 20px 25px;
  text-align: left;
  font-size: 23px;
  font-weight: 600;
  border-radius: 0 0 15px 15px;
  line-height: 140%;
}

.footer-1 span {
  background: #e31c23;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  line-height: 32px;
}

.lead-footer-block {
  border: none !important;
}

@media (max-width: 767px) {

  .date,
  .price {
    width: 100%;
    float: none;
    border-radius: 12px;
  }

  .date br {
    display: none;
  }

  .discount {
    border: none;
  }

  .date {
    border-radius: 12px 12px 0 0;
  }

  .price {
    border-radius: 0 0 12px 12px;
    font-size: 30px;
  }

  #order button {
    font-size: 24px;
  }

  .footer-1 {
    text-align: center;
  }
}

.comments {
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  font-family: "Ubuntu";
  font-weight: 300;
  padding-bottom: 1em;
}

.comments__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .comments__img {
    display: none;
  }
}

.comments__title {
  font-weight: bold;
  font-size: 0.88em;
  line-height: 1.14em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .comments__title {
    font-size: 2.7em;
    margin-bottom: 1em;
  }
}

.comments__item {
  margin-bottom: 25px;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .comments__item {
    border-bottom: none;
  }
}

.comments__item .comments__item {
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 3em;
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .comments__item .comments__item {
    margin-left: 6em;
  }
}

@media (max-width: 768px) {
  .comments__item .comments__item .comments__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .comments__item .comments__item .comments__estimate {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 2em;
  }
}

.comments__data-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.2em;
}

.comments__img-person {
  margin-right: 20px;
  line-height: 140%;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.comments__name-person {
  font-size: 0.88em;
  line-height: 140%;
}

@media (max-width: 960px) {
  .comments__name-person {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .comments__name-person {
    font-size: 2.8em;
  }
}

.comments__date-published {
  font-size: 0.72em;
  line-height: 140%;
  color: #9E9E9E;
}

@media (max-width: 960px) {
  .comments__date-published {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .comments__date-published {
    font-size: 2.5em;
  }
}

.comments__description-comment {
  font-size: 0.88em;
  line-height: 140%;
  margin-bottom: 1.36em;
}

@media (max-width: 960px) {
  .comments__description-comment {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .comments__description-comment {
    font-size: 2.6em;
  }
}

.comments__img-comment {
  margin-bottom: 1.2em;
  width: 57.5%;
}

.comments__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments__answer {
  border: 1px solid #BCBCBC;
  font-size: 0.72em;
  line-height: 140%;
  text-align: center;
  color: #000000;
  padding: 0.67em 1.94em;
}

@media (max-width: 960px) {
  .comments__answer {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .comments__answer {
    font-size: 2.9em;
  }
}

.comments__estimate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments__estimate-item {
  width: 1.6em;
  height: 1.6em;
  background: #D2D2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.72em;
  line-height: 140%;
  color: #fff;
  margin-left: 10px;
}

.comments__estimate-item:first-child {
  margin-left: 0;
}

@media (max-width: 960px) {
  .comments__estimate-item {
    font-size: 1em;
    width: 2em;
    height: 2em;
  }
}

@media (max-width: 768px) {
  .comments__estimate-item {
    font-size: 3em;
  }
}