.container {
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

button, input, optgroup, select, textarea {
  font-family: "Roboto", sans-serif;
}

html, body {
  height: 100%;
}

body {
  min-width: 320px;
  position: relative;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
}

img {
  max-width: 100%;
}

a {
  color: #47465E;
  text-decoration: underline;
  transition: color .25s ease;
}

a:hover, a:focus, a:active, a.active {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.icon {
  display: inline-block;
  vertical-align: top;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2em;
  color: inherit;
  font-family: "Roboto", sans-serif;
}

h1, .h1 {
  font-size: 46px;
  line-height: 54px;
}

h2, .h2 {
  font-size: 46px;
  line-height: 54px;
}

h3, .h3 {
  font-size: 40px;
  line-height: 1.175em;
}

h4, .h4 {
  font-size: 36px;
  line-height: 1.175em;
}

h5, .h5 {
  font-size: 30px;
  line-height: 1.175em;
}

h6, .h6 {
  font-size: 26px;
  line-height: 1.175em;
}

@media screen and (max-width: 1200px) {
  /**/
  h1, .h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
  h3, .h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  h1, .h1 {
    font-size: 26px;
    line-height: 1.35em;
  }
  h2, .h2 {
    font-size: 26px;
    line-height: 1.35em;
  }
  h3, .h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  /**/
}

small, .small {
  font-size: 85%;
}

b,
strong {
  font-weight: 700;
}

/**
 * Icons
 */
.icon {
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
}

/**
 * Header styles
 */
.header {
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 40px 25px 56px;
}

.header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.header__logo {
  flex-shrink: 0;
}

.header__contacts {
  margin-left: auto;
}

.contact-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: normal;
}

.contact-card__messengers {
  flex-shrink: 0;
  padding-left: 7px;
}

.contact-card__name {
  margin-right: 40px;
}

.contact-card__email {
  margin-right: 40px;
}

.contact-card__email a {
  color: #inherit;
  text-decoration: none;
}

.contact-card__email a:hover {
  color: #FDCC00;
  text-decoration: none;
}

.contact-card__info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  /**/
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-card {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  /**/
  .contact-card__info {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 40px;
  }
  .contact-card__name {
    margin-right: 0;
  }
  .contact-card__email {
    margin-right: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__contacts {
    margin-left: 0;
    margin-top: 25px;
  }
  .contact-card {
    justify-content: center;
  }
}

/**
 * Footer styles
 */
.footer {
  background-color: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer__title {
  margin-bottom: 39px;
}

.author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.author__image {
  font-size: 0;
  line-height: 0;
  margin-right: 40px;
}

.author__image img {
  border-radius: 50%;
}

.author__name {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
}

.author__email {
  font-size: 18px;
  line-height: 28px;
  margin-top: 9px;
}

.author__email a {
  color: #inherit;
  text-decoration: none;
}

.author__email a:hover {
  color: #FDCC00;
  text-decoration: none;
}

.author__messengers {
  margin-top: 21px;
}

.author-about {
  margin-top: 38px;
}

.author-about__col2 {
  max-width: 390px;
  margin-left: auto;
}

.author-about__col2 .btn {
  margin-top: 37px;
}

.author-about__subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
}

.author-about__text {
  max-width: 660px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.author-about__text strong {
  font-weight: 500;
}

.author-about__text p {
  margin-bottom: 26px;
}

.author-about__text p:last-child {
  margin-bottom: 0;
}

.author-about .im-icons {
  margin-top: 20px;
}

.copyright-section {
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  padding: 21px 0;
}

@media screen and (max-width: 1200px) {
  /**/
  .footer {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .author-about__col2 {
    margin-left: 0;
    margin-top: 40px;
  }
}

/**
 * Buttons styles
 */
.btn {
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  line-height: 21px;
  padding: 20px 38px 17px;
  font-weight: 400;
  text-transform: none;
}

.btn.btn-primary {
  color: #333;
  background-color: #FDCC00;
  border-color: #FDCC00;
  box-shadow: 5px 5px 5px rgba(210, 163, 153, 0.2);
}

.btn.btn-primary:hover {
  color: #333;
  background-color: #ffd218;
  border-color: #ffd218;
  box-shadow: 5px 5px 5px rgba(210, 163, 153, 0);
}

.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ffd218;
  border-color: #ffd218;
  color: #333;
}

.btn.btn-primary:not(:disabled):not(.disabled).active:focus, .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 5px 5px 5px rgba(210, 163, 153, 0);
}

.btn.btn-secondary {
  color: #FDCC00;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 5px 5px 5px rgba(129, 97, 90, 0.2);
}

.btn.btn-secondary:hover {
  color: #FDCC00;
  box-shadow: 5px 5px 5px rgba(129, 97, 90, 0);
}

.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
  color: #FDCC00;
}

.btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 5px 5px 5px rgba(129, 97, 90, 0);
}

.btn.btn-lg {
  font-size: 16px;
  line-height: 22px;
  padding: 23px 47px;
  letter-spacing: 0.12em;
}

.btn.btn-outline {
  color: #D2A399;
  background-color: #fff;
  border-color: #D2A399;
  box-shadow: 5px 5px 5px rgba(210, 163, 153, 0.2);
}

.btn.btn-outline:hover {
  color: #fff;
  background-color: #D2A399;
  border-color: #D2A399;
  box-shadow: 5px 5px 5px rgba(210, 163, 153, 0);
}

.btn.btn-outline:not(:disabled):not(.disabled).active, .btn.btn-outline:not(:disabled):not(.disabled):active {
  background-color: #D2A399;
  border-color: #D2A399;
  color: #fff;
}

.btn.btn-outline:not(:disabled):not(.disabled).active:focus, .btn.btn-outline:not(:disabled):not(.disabled):active:focus {
  box-shadow: 5px 5px 5px rgba(210, 163, 153, 0);
}

/* Socials */
.im-icons {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.im-icons__in {
  margin: 0 -8px 0 -7px;
}

.im-icons__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 0 7px;
}

.im-icon {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  line-height: 40px;
  text-align: center;
  position: relative;
  transition: opacity .3s;
  opacity: 1;
}

.im-icon:hover {
  opacity: 0.75;
}

.im-icon.telegram {
  background-color: #2F89CE;
}

.im-icon.telegram svg {
  width: 20px;
  height: 18px;
  top: 12px;
  left: 9px;
  position: absolute;
}

.im-icon.whatsapp {
  background-color: #48C95F;
}

.im-icon.whatsapp svg {
  width: 21px;
  height: 21px;
  top: 9px;
  left: 10px;
  position: absolute;
}

.im-icon.viber {
  background-color: #7f40bd;
}

.im-icon.viber svg {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
  position: absolute;
}

.im-icon svg {
  display: inline-block;
  vertical-align: middle;
}

.im-icons--md .im-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.im-icons--md .im-icon.telegram svg {
  width: 24px;
  height: 20px;
  top: 15px;
  left: 12px;
}

.im-icons--md .im-icon.whatsapp svg {
  width: 24px;
  height: 24px;
  top: 13px;
  left: 13px;
}

.im-icons--md .im-icon.viber svg {
  width: 24px;
  height: 24px;
  top: 13px;
  left: 13px;
}

.circle-icon {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 0;
  background-color: #F4F4F4;
  text-align: center;
}

.circle-icon img {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.circle-icon.yellow {
  background-color: #FDCC00;
}

@media screen and (max-width: 767px) {
  /**/
  .circle-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
  .circle-icon img {
    width: 24px;
    height: 24px;
  }
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-top: 31px;
}

.check-list li:first-child {
  margin-top: 0;
}

.check-list li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/icons/check.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.circles-list {
  max-width: 440px;
}

.list-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.list-item__icon {
  margin-right: 40px;
  padding-top: 1px;
  font-size: 0;
  line-height: 0;
}

.list-item__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.list-item--vertical {
  display: block;
}

.list-item--vertical .list-item__icon {
  margin-bottom: 24px;
}

.list-item--vertical .list-item__text {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  /**/
  .list-item__icon {
    margin-right: 32px;
  }
  .list-item__text {
    font-size: 16px;
    line-height: 1.55em;
  }
}

@media screen and (max-width: 374px) {
  /**/
  .list-item {
    flex-direction: column;
  }
  .list-item__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.section {
  padding-top: 100px;
}

.section-border-bottom {
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1200px) {
  /**/
  .section {
    padding-top: 40px;
  }
}

.hero {
  background-color: #F4F4F4;
  overflow: hidden;
}

.hero__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero__text {
  width: 600px;
  position: relative;
  z-index: 1;
  padding-top: 111px;
  padding-bottom: 111px;
}

.hero__image {
  width: 560px;
  font-size: 0;
  line-height: 0;
}

.hero__image-wrap {
  margin-left: -109px;
  margin-right: -109px;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  /**/
  .hero__wrapper {
    align-items: center;
  }
  .hero__text {
    width: 50%;
  }
  .hero__image {
    width: 50%;
  }
  .hero__image-wrap {
    margin-right: 0;
    margin-left: -50px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .hero__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .hero__text {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    max-width: 400px;
  }
  .hero__image-wrap {
    margin-left: 0;
  }
  .hero__image {
    width: 75%;
  }
}

@media screen and (max-width: 480px) {
  /**/
  .hero__image {
    width: 100%;
  }
}

.about {
  padding-bottom: 43px;
}

.about-content {
  display: flex;
  width: 100%;
  position: relative;
  min-height: 645px;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin-top: 50px;
}

.about-content .text-small {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.about-content__l {
  width: 360px;
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.about-content__l .text-small {
  margin-bottom: 45px;
}

.about-content__r {
  width: 360px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  padding-top: 20px;
}

.about-content__r .check-list {
  margin-top: 34px;
}

.about-content__image {
  width: 840px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  /**/
  .about-content {
    font-size: 20px;
    line-height: 1.42em;
    min-height: 600px;
  }
  .about-content .text-small {
    font-size: 16px;
    line-height: 1.55em;
  }
  .about-content__image {
    width: 72%;
    bottom: auto;
    top: 0;
  }
  .about-content__l, .about-content__r {
    width: 32%;
  }
}

@media screen and (max-width: 1023px) {
  /**/
  .about-content {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .about-content {
    flex-direction: column;
    min-height: 1px;
  }
  .about-content__image {
    position: static;
    margin: 25px 14% 25px 12%;
  }
  .about-content__l {
    width: 100%;
  }
  .about-content__r {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  /**/
  .about-content {
    margin-top: 24px;
  }
  .about-content__image {
    margin: 25px 0;
    width: 100%;
  }
}

.now {
  padding-top: 120px;
  padding-bottom: 89px;
}

.now__title {
  margin-bottom: 36px;
}

.now__column-title {
  margin-bottom: 61px;
}

@media screen and (max-width: 1200px) {
  /**/
  .now {
    padding-top: 40px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .now__column-title {
    margin-bottom: 32px;
  }
  .now__col-b {
    margin-top: 32px;
  }
}

.offer {
  padding-top: 120px;
  overflow: hidden;
}

.offer__title {
  margin-bottom: 41px;
}

.offer__intro {
  max-width: 960px;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 41px;
}

.offer__content {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.offer__content strong {
  font-weight: normal;
}

.offer__content p {
  margin-bottom: 40px;
}

.offer__content p:last-child {
  margin-bottom: 0;
}

.offer__col2 {
  padding-top: 22px;
}

.offer-img-box {
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 340px;
}

.offer-img-box__phone > img {
  position: relative;
  z-index: 2;
}

.offer-img-box__text {
  display: block;
  position: absolute;
  left: 100%;
  margin-left: -129px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  background: #FDCC00;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 37px 23px 	27px 36px;
  z-index: 3;
}

.offer-img-box__blurry-bg {
  position: absolute;
  bottom: 104px;
  right: 100%;
  z-index: 1;
  margin-right: -112px;
  width: 474px;
}

@media screen and (max-width: 1200px) {
  /**/
  .offer {
    padding-top: 40px;
  }
  .offer__col2 {
    padding-left: 40px;
  }
  .offer-img-box__blurry-bg {
    display: none;
  }
  .offer-img-box__text {
    width: 280px;
    font-size: 16px;
    line-height: 1.55em;
  }
}

@media screen and (max-width: 1023px) {
  /**/
  .offer {
    padding-bottom: 43px;
  }
  .offer__col1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offer__col2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .offer-content > .row {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .offer-img-box {
    width: 100%;
    max-width: 340px;
  }
  .offer__intro {
    font-size: 20px;
    line-height: 1.42em;
  }
  .offer__content {
    font-size: 16px;
    line-height: 1.55em;
  }
}

@media screen and (max-width: 550px) {
  /**/
  .offer__col2 {
    margin-top: 24px;
  }
  .offer-img-box__text {
    position: static;
    margin-left: 0;
    transform: translateY(0);
    width: 100%;
  }
}

.service {
  padding-top: 7px;
  padding-bottom: 60px;
}

.service .list-item {
  max-width: 480px;
}

.service__top {
  align-items: flex-end;
}

.service__top .service-logo img {
  width: 360px;
}

.service__top-l .list-item {
  margin-top: 77px;
  margin-bottom: 0;
}

.service__top-r {
  text-align: right;
  font-size: 0;
  line-height: 0;
}

.service__main {
  margin-top: 60px;
}

.service__main .list-item {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  /**/
  .service {
    padding-top: 30px;
    padding-bottom: 43px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .service {
    padding-bottom: 0;
  }
  .service__top .service-logo img {
    width: 100%;
    max-width: 360px;
  }
  .service__top-l .list-item {
    margin-top: 50px;
  }
  .service__top-r {
    margin-top: 40px;
  }
  .service__main {
    margin-top: 40px;
  }
}

.mobile-app {
  padding-top: 0;
  overflow: hidden;
}

.mobile-app__title {
  margin-bottom: 40px;
}

.mobile-app__inner-container {
  background-color: #F4F4F4;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  min-height: 460px;
}

.mobile-app__text {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 80px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.mobile-app__text p {
  max-width: 457px;
  margin-bottom: 28px;
}

.mobile-app__text p:last-child {
  margin-bottom: 0;
}

.mobile-app__image-wrap {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 428px;
  text-align: right;
}

.mobile-app__image-text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 56px;
  width: 300px;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  background: #FDCC00;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 40px 27px 40px 41px;
  z-index: 2;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  /**/
  .mobile-app__image-wrap {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .mobile-app__text {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 43px;
  }
  .mobile-app__image-wrap {
    position: relative;
    width: 100%;
    height: auto;
  }
  .mobile-app__image-text {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 550px) {
  /**/
  .mobile-app__image-text {
    font-size: 14px;
    line-height: 1.55em;
    padding: 20px 20px 20px 20px;
    bottom: 20px;
    width: 100%;
    max-width: 300px;
  }
}

.company-advantages__title {
  margin-bottom: 51px;
}

.company-advantages .check-list {
  max-width: 500px;
}

.user-advantages {
  padding-top: 120px;
  padding-bottom: 69px;
}

.user-advantages__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  /**/
  .user-advantages {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .company-advantages {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  /**/
  .company-advantages .row .col:nth-child(2) {
    margin-top: 31px;
  }
}

.what-need {
  padding-bottom: 74px;
}

.what-need__title {
  margin-bottom: 44px;
}

.what-need__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

.what-need__text p {
  margin-bottom: 28px;
}

.what-need__text p:last-child {
  margin-bottom: 0;
}

.what-need .list-item {
  align-items: center;
  max-width: 500px;
}

.what-need .list-item__icon {
  margin-right: 28px;
}

.what-need .list-item__text {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  /**/
  .what-need .list-item__text {
    font-size: 18px;
    line-height: 1.42em;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .what-need {
    padding-bottom: 20px;
  }
  .what-need .row .col:nth-child(2) {
    margin-top: 40px;
  }
}

.dictionary {
  padding-top: 120px;
  padding-bottom: 100px;
}

.dictionary__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}

.dictionary__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.dictionary__list li {
  margin-top: 8px;
}

.dictionary__list li:first-child {
  margin-top: 0;
}

.dictionary__list strong {
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  /**/
  .dictionary {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
