@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  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;
}

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
body {
  font-family: Mariadpro;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  background-color: #FFF;
}
main{
    min-height: calc(100vh - 80px - 340px);;
}

@media (max-width: 1080px) {
  main {
    margin-top: 90px;
  }
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.container {
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 730px) {
  .container {
    padding: 0 20px;
  }
}

.btn__transparent {
  display: inline-block;
  width: 181px;
  border: 2px solid RGBA(54, 162, 73, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 12px 0 10px;
  transition: all 0.3s;
}
.btn__transparent span {
  color: #36A249;
  font-size: 16px;
  text-transform: uppercase;
}
.btn__transparent svg {
  fill: #36A249;
}
.btn__transparent:hover {
  background-color: RGBA(69, 69, 69, 1);
  border-color: RGBA(69, 69, 69, 1);
}
.btn__transparent:hover span {
  color: #FFF;
}

.btn {
  display: inline-block;
  background-color: RGBA(54, 162, 73, 1);
  padding: 26px 56px 27px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Ermilov;
  transition: all 0.3s;
}
.btn:hover {
  background-color: RGBA(69, 69, 69, 1);
  color: #FFF;
}

.btn__white {
  display: inline-block;
  border: 1px solid #000000;
  background: #FFF;
  font-family: Ermilov;
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #010101;
  padding: 25px 0 23px;
  transition: all 0.3s;
}
.btn__white:hover {
  border-color: #36A249;
  color: #36A249;
}

@font-face {
  font-family: Ermilov;
  font-display: swap;
  src: url("../fonts/Ermilov-bold.woff2") format("woff2"), url("../fonts/Ermilov-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Mariadpro;
  font-display: swap;
  src: url("../fonts/MYRIADPRO-REGULAR.woff2") format("woff2"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mariadpro;
  font-display: swap;
  src: url("../fonts/MYRIADPRO-BOLD.woff2") format("woff2"), url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.rating-area {
  overflow: hidden;
  width: 110px;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  width: 22px;
  padding: 0;
  cursor: pointer;
  font-size: 22px;
  line-height: 32px;
  color: #d7d7d7;
}

.rating-area:not(:checked) > label:before {
  content: "★";
}

.rating-area > input:checked ~ label {
  color: #d1a200;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #d1a200;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #d1a200;
}

.rate-area > label:active {
  position: relative;
}

.rating-result {
  width: 265px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.rating-result span {
  padding: 0;
  font-size: 22px;
  margin: 0 3px;
  line-height: 1;
  color: lightgrey;
}

.rating-result > span:before {
  content: "★";
}

.rating-result > span.active {
  color: #d1a200;
}

.header {
  position: relative;
}



.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
}

.dropdown._active .dropdown-content {
    display: block;
    background-color: RGBA(232, 232, 232, 1);
}

.dropdown._active {
    background-color: RGBA(232, 232, 232, 1);
}

.menu-item-link:hover {
    background: #36a249;
}

.menu-item-link {
    font-size: 14px;
    padding: 0 !important;
}
.menu-item-link a {
    display: flex;
    align-items: center;
    padding: 20px !important;
    min-height: 68px;
}
.menu-item-link a:hover{
    color:#fff;
}
.mb-5{
    margin-bottom: 3rem;
}
.ul-list{
    padding-left: 1.5rem;
}
.ul-list li{
    list-style: disc !important;
}

.president-current-block{
    display: flex;
    flex-direction: column;
    margin:3rem auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap:1rem;
}
.president__image{
    text-align: center;
}
.president__image img{
    max-width: 50%;
    border-radius: 50%;
    display: flex;
    margin: auto;
}
.president__title{
    font-weight: bold;
    font-family: 'Ermilov',sans-serif;
    font-size: 24px;
}
.table{
    overflow-x: scroll;
}
.table table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}
.table table th {
    background: rgba(0, 0, 0, 0.05);
    font-weight: 700;
}
.table table td,.table table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
}
.table th {
    overflow-wrap: break-word;
}

.search__input .create__item.input input, .search__input input {
    width: 100%;
    height: 73px;
    padding: 24px 38px 22px 106px;
    position: relative;
    font-size: 18px;
    border: 1px solid RGBA(160, 160, 160, 1);
}

.realtor__image img{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;

}
.realtors__list{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    justify-content: center;
}
.realtors__list .realtor__item{
    width:18%;
    text-align: center;
    display: flex;
    gap:1rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

nav .pagination{
    display: flex;
    flex-direction: row;
    gap:0.5rem;
    justify-content: center;
}
nav .pagination li.active span{
    color:#36a249;
}
nav .pagination li a:hover{
    color:#36a249;
}

.py-5{
    padding: 3rem 0;
}
.mt-5{
    margin-top: 3rem;
}
.mb-5{
    margin-bottom: 3rem;
}
.mb-4{
    margin-bottom: 1.5rem;
}
.profile__image img{
    width:200px;
    /*height: 200px;*/
    border-radius: 5px;
    object-fit: cover;
}

.profile_agency_image img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.agency-about{
    font-weight: normal !important;
}
.news-lis-img{
    width: 160px;
    height: 160px;
    object-fit: cover;

}

.post-img img{
    max-width:100%;
    max-height: 450px;
    object-fit: cover;

}
.post .info__content p{
    font-weight: initial;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.post .info__content ul{
    font-weight: initial;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-left: 2rem;

}
.post .info__content ul li{
    list-style: disc!important;
}
.post .info__content a{
    color:#36A249;
    text-decoration: underline;
}
.post .info__content a:hover{
    color:#36A249;
    text-decoration: none;
}

.flex{
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.webinar__item-image img{
    width: 185px;
    height: 185px;
    object-fit: cover;
    border-radius: 50%;

}
/*/////////////*/




@media (max-width: 1430px) {
  /*.header {*/
  /*  margin-bottom: 42px;*/
  /*}*/
}
@media (max-width: 1080px) {
  .header {
    margin-bottom: 0;
  }
}
.header__row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1080px) {
  .header__row-top {
    display: none;
  }
}
.header__row-top nav ul {
  display: flex;
  align-items: center;
}
.header__row-top nav ul li {
  font-weight: 400;
  padding: 31px;
}
.header__row-top nav ul li.active {
  background-color: RGBA(232, 232, 232, 1);
}
@media (max-width: 1200px) {
  .header__row-top nav ul li {
    padding: 31px 21px;
  }
}
.header__logo-block {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 1200px) {
  .header__logo-block {
    gap: 14px;
  }
}
.header__logo-text {
  max-width: 160px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 1430px) {
  .header__row-bottom {
    position: absolute;
    left: 50.7%;
    transform: translateX(-50%);
    top: 80px;
  }
}
@media (max-width: 1280px) {
  .header__row-bottom {
    left: 50.8%;
  }
}
@media (max-width: 1200px) {
  .header__row-bottom {
    left: 52.8%;
  }
}
@media (max-width: 1080px) {
  .header__row-bottom {
    display: none;
  }
}
.header__row-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: RGBA(232, 232, 232, 1);
  width: 664px;
  margin-left: 375px;
}
@media (max-width: 1430px) {
  .header__row-bottom ul {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .header__row-bottom ul {
    width: 610px;
  }
}
.header__row-bottom ul li {
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s;
  padding: 14px 25px;
}
.header__row-bottom ul li:hover {
  background-color: #36a249;
}
.header__mobile {
  display: none;
}
@media (max-width: 1080px) {
  .header__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 20px 2px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
  }
}
@media (max-width: 1080px) {
  .header__mobile .header__logo {
    height: 50px;
  }
}
.header__mobile .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__mobile .header__logo-text {
  font-size: 14px;
  line-height: 16px;
}
.header__mobile .menu__open {
  display: none;
}
.header__mobile .menu__open.active {
  display: block;
}
.header__mobile .menu__close {
  display: none;
}
.header__mobile .menu__close.active {
  display: block;
}

.mobile__menu {
  width: 100vw;
  z-index: 100;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 50px;
  bottom: 0px;
  left: -100vw;
  right: 0;
  padding: 10px 20px 6cap;
  transition: all 0.3s;
  overflow-y: auto;
}
.mobile__menu.active {
  left: 0;
}
.mobile__menu .accordion__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  background-color: #eaeaea;
}
.mobile__menu .accordion__item svg {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.mobile__menu .accordion__item:hover .accordion__item-text {
  color: #7d7d7d;
}
.mobile__menu .accordion__item.accordion__item-visible .accordion__item-text {
  color: #36a249;
}
.mobile__menu .accordion__item.accordion__item-visible svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.mobile__menu .accordion__item.accordion__item-visible + .accordion__body {
  padding: 20px 55px 0;
  overflow: visible;
  max-height: 300px;
  transition: all 0.3s;
}
.mobile__menu .accordion__item .accordion__item-text {
  font-size: 18px;
  font-weight: 400;
  color: #001900;
}
.mobile__menu .accordion__body {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}
.mobile__menu .accordion__body ul > * {
  margin-bottom: 20px;
}
.mobile__menu .accordion__body ul li {
  font-size: 16px;
  font-weight: 400;
  color: #001900;
}

.headliner {
  position: relative;
  height: 500px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./../img/headliner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 730px) {
  .headliner {
    height: 472px;
  }
    .realtors__list .realtor__item{
        width:25%;
    }
}
.headliner .swiper-pagination {
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
}
@media (max-width: 730px) {
  .headliner .swiper-pagination {
    height: 20px;
    bottom: 44px;
  }
}
.headliner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #FFF;
  opacity: 1;
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.3s;
}
@media (max-width: 730px) {
  .headliner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.headliner .swiper-pagination .swiper-pagination-bullet:hover {
  background: #36a249;
  border-color: #36a249;
}
.headliner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 23px;
  height: 23px;
  background: #FFF;
}
@media (max-width: 730px) {
  .headliner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
  }
}
.headliner__title {
  margin-top: 129px;
  color: #FFFFFF;
  font-size: 32px;
  font-family: Ermilov;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  margin-bottom: 50px;
}
@media (max-width: 730px) {
  .headliner__title {
    margin-top: 55px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.headliner__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  position: relative;
}
@media (max-width: 730px) {
  .headliner__row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .headliner__row .btn {
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 15px;
    line-height: 16px;
  }
}
.headliner__row .search__input {
  position: relative;
  width: 643px;
}
@media (max-width: 730px) {
  .headliner__row .search__input {
    width: 100%;
  }
}
.headliner__row .search__img {
  position: absolute;
  top: 24px;
  left: 38px;
  z-index: 2;
  width: 26px;
  height: 26px;
}
.headliner__row .search__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .headliner__row .search__img {
    display: none;
  }
  .realtor__image img{
      width:100px;
      height:100px;
  }
    .partners__title{
        font-size: 14px;
    }

    .news-lis-img{
        width: 100%;
        height: auto;
    }

    .news__column-item{
        flex-direction: column;
    }

}
.headliner__row input {
  width: 643px;
  height: 73px;
  padding: 24px 38px 22px 106px;
  position: relative;
  font-size: 18px;
}
@media (max-width: 992px) {
  .headliner__row input {
    padding: 15px 24px 15px !important;
  }
}
@media (max-width: 730px) {
  .headliner__row input {
    width: 100%;
    height: 50px !important;
  }
}
.headliner__row input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}
.headliner__row input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.info {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 730px) {
  .info {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.info.info__grey {
  margin-top: 0;
}
.info.info__img {
  background-image: url(./../img/headliner.png);
}
.info__link {
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.info__link:hover {
  color: #000000;
  text-decoration: none;
}
.info__block-button {
  text-align: center;
  margin: 20px 0;
}
.info__grey {
  background: RGBA(232, 232, 232, 1);
  padding-bottom: 20px;
  padding-top: 60px;
}
@media (max-width: 730px) {
  .info__grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.info__content .info__title {
  font-size: 48px;
  font-family: Ermilov,sans-serif;
  line-height: 56px;
  text-transform: uppercase;
  margin: 30px 0;
  text-align: center;

}
@media (max-width: 730px) {
  .info__content .info__title {
    font-size: 34px;
    line-height: 1.2;
  }
}
.info__subtitle {
  font-size: 36px;
  text-align: center;
  line-height: 42px;
  margin-bottom: 115px;
}
@media (max-width: 730px) {
  .info__subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
    color: #454545;
  }
}
.info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .info__row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.info__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1080px) {
  .info__item {
    gap: 15px;
  }
}
@media (max-width: 1080px) {
  .info__item:nth-child(1) {
    gap: 10px;
  }
}
@media (max-width: 1080px) {
  .info__item:nth-child(3) {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .info__item:nth-child(3) {
    gap: 25px;
  }
}
.info__row-text {
  font-weight: 400;
  text-align: center;
  max-width: 229px;
}
.info__row-text span {
  font-size: 90px;
  color: #36A249;
  font-family: Ermilov;
}
@media (max-width: 1080px) {
  .info__row-text span {
    font-size: 60px;
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 1080px) {
  .info__row-text {
    font-size: 20px;
    color: #454545;
  }
}
.info__text-block {
  margin-bottom: 40px;
}
.info__block-title {
  font-size: 32px;
  color: #454545;
  margin-bottom: 30px;
  font-family: Ermilov;
}
@media (max-width: 730px) {
  .info__block-title {
    margin-bottom: 20px;
  }
}
.info__block-text {
  font-weight: 400;
  line-height: 140%;
  font-size: 20px;
}
.info__text-img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.info__text-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.search {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .search {
    margin-bottom: 20px;
  }
}
.search__content {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 730px) {
  .search__content {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .search__content .btn {
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 15px;
    line-height: 16px;
  }
}
.search__input {
  position: relative;
  width: 100%;
}
.search__input input {
  width: 100%;
  height: 73px;
  padding: 24px 38px 22px 106px;
  position: relative;
  font-size: 18px;
  border: 1px solid RGBA(160, 160, 160, 1);
}
@media (max-width: 850px) {
  .search__input input {
    padding: 15px 24px 15px !important;
  }
}
@media (max-width: 730px) {
  .search__input input {
    height: 50px !important;
  }
}
.search__input input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}
.search__input input::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.search__input input::-moz-selection {
  background-color: #36a249;
}
.search__input input::selection {
  background-color: #36a249;
}
.search__input input::-moz-selection {
  background-color: #36a249;
}
.search__img {
  position: absolute;
  top: 24px;
  left: 38px;
  z-index: 2;
  width: 26px;
  height: 26px;
}
.search__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .search__img {
    display: none;
  }
}
.search__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.search__row .search__content {
  width: 100%;
}
.search__row .create__item select {
  width: 300px !important;
}
@media (max-width: 1200px) {
  .search__row {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: flex-end;
  }
}
@media (max-width: 900px) {
  .search__row {
    align-items: stretch;
  }
}

.webinar {
  margin-bottom: 80px;
}
.webinar__title {
  font-size: 48px;
  font-family: Ermilov;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 730px) {
  .webinar__title {
    font-size: 34px;
    line-height: 120%;
  }
}
.webinar__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1200px) {
  .webinar__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .webinar__list {
    grid-template-columns: 1fr;
  }
}
.webinar__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 710px;
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 21px 30px 52px;
}
@media (max-width: 480px) {
  .webinar__item {
    height: 569px;
    padding: 24px 16px;
  }
}
@media (max-width: 1200px) {
  .webinar__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .webinar__item:nth-child(2) {
    display: none;
  }
}
.webinar__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media (max-width: 480px) {
  .webinar__item-row {
    margin-bottom: 18px;
  }
}
.webinar__item-left {
  height: 113px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.webinar__item-left .bottom > *:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .webinar__item-left {
    height: 100px;
  }
}
.webinar__item-type {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.webinar__item-name {
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Ermilov;
}
@media (max-width: 480px) {
  .webinar__item-name {
    margin-bottom: 10px;
  }
}
.webinar__item-nametitle {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.webinar__item-date {
  display: flex;
  align-items: center;
  gap: 14px;
}
.webinar__item-datetext {
  font-size: 16px;
  font-weight: 400;
}
.webinar__item-imageblock {
  position: relative;
}
@media (max-width: 480px) {
  .webinar__item-image {
    width: 116px;
    height: 116px;
  }
  .webinar__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.webinar__item-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFF;
}
.webinar__item-speaker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 38px;
}
.webinar__item-speaker span {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 480px) {
  .webinar__item-speaker {
    margin-bottom: 8px;
  }
}
.webinar__item-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.webinar__item-bottom {
  width: 100%;
}
.webinar__item-bottom .btn {
  display: inline-block;
  font-family: Ermilov;
  font-size: 17px;
  line-height: 16px;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}
.webinar__item-bottom .btn.grey {
  background-color: #b4b4b4;
}
@media (max-width: 480px) {
  .webinar__item-bottom .btn {
    font-size: 15px;
    padding: 19px 0;
  }
}
.webinar__item-price {
  text-align: center;
  font-family: Ermilov;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .webinar__item-price {
    font-size: 18px;
  }
}
.webinar__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.webinar__link:hover {
  color: #000000;
  text-decoration: none;
}
.webinar__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  text-align: center;
  margin: 40px auto 0;
}
.webinar__navigation .swiper-webinar-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.webinar__navigation .swiper-webinar__prev,
.webinar__navigation .swiper-webinar__next {
  cursor: pointer;
}
.webinar__navigation .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #36a249;
  border: 1px solid #36a249;
  opacity: 1;
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.3s;
}
.webinar__navigation .swiper-pagination-bullet:hover {
  background: RGBA(69, 69, 69, 1);
}
.webinar__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #36a249;
}

.news {
  margin-bottom: 60px;
}
@media (max-width: 730px) {
  .news {
    margin-bottom: 44px;
  }
}
.news__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 88px;
  gap: 40px;
}
@media (max-width: 1200px) {
  .news__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news__row {
    grid-template-columns: 1fr;
  }
}
.news__item {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .news__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .news__item:nth-child(2) {
    display: none;
  }
}
.news__top {
  width: 100%;
  height: 320px;
}
.news__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .news__top {
    height: 235px;
  }
}
.news__bottom {
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 25px 35px 50px;
}
@media (max-width: 480px) {
  .news__bottom {
    padding: 27px 18px;
  }
}
.news__date {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.news__date-datetext {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.news__title {
  display: inline-block;
  font-family: Ermilov;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.news__title:hover {
  color: #36a249;
  text-decoration: underline;
}
.news__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.news .news__column-mobile {
  display: none;
}
@media (max-width: 730px) {
  .news .news__column-mobile {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
  }
  .news .news__column-mobile .news__column-item__mobile {
    max-width: 870px;
  }
  .news .news__column-mobile .news__column-row__mobile {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
  }
  .news .news__column-mobile .news__column-row__mobile .news__columnitem-left {
    min-width: 92px;
    min-height: 92px;
  }
  .news .news__column-mobile .news__column-row__mobile .news__columnitem-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news .news__column-mobile .news__column-row__mobile .news__columnitem-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news__column-mobile .news__columnitem-link {
    font-size: 16px;
  }
}
.news__column {
  display: flex;
  flex-direction: column;
  gap: 117px;
  align-items: center;
}



.news__column-item {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  width: 870px;

}
.news__columnitem-title {
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  margin-bottom: 25px;
}
.news__columnitem-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
.news__columnitem-link {
  font-weight: 700;
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.news__columnitem-link:hover {
  color: RGBA(69, 69, 69, 1);
  text-decoration: none;
}

.partners {
  margin-bottom: 80px;
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 40px;
  justify-items: center;
}
.partners__post{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 1200px) {
  .partners__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 992px) {
  .partners__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 730px) {
    .news__column {
        /*display: none;*/
    }
    .news__column-item{
        width: initial;
    }
}
@media (max-width: 550px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__list.column {
  gap: 60px;
}
@media (max-width: 730px) {
  .partners__list.column {
    gap: 10px;
  }
}
@media (max-width: 730px) {
  .partners__list {
    gap: 10px;
  }
}
.partners__list.contact .partners__image {
  width: 154px;
  height: 154px;
  margin-bottom: 10px;
}
.partners__list.contact .partners__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners__subtitle {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}
.partners__item {
  cursor: pointer;
  width: 154px;
}
@media (max-width: 730px) {
  .partners__item {
    margin-bottom: 30px;
  }
}
.partners__item:hover .partners__image {
  filter: grayscale(100%);
  opacity: 0.5;
}
.partners__item:hover .partners__title {
  color: RGBA(69, 69, 69, 1);
  opacity: 0.5;
}
.partners__image {
  width: 154px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 37px;
  margin-bottom: 37px;
  transition: all 0.3s;
}
.partners__image img {
  width: auto;
  max-width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners__title {
  text-align: center;
  transition: all 0.3s;
}
.partners__title.hidden {
  margin-left: -22px;
}
@media (max-width: 730px) {
  .partners__title.hidden {
    margin-left: 0;
    width: 154px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.feedback .swiper__feedback {
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  .feedback .swiper__feedback {
    margin-bottom: 20px;
  }
}
.feedback__item {
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 35px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .feedback__item {
    padding: 20px 10px 30px;
  }
}
.feedback__item.wide {
  margin-bottom: 146px;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .feedback__item.none {
    display: none;
  }
}
.feedback__item-top {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 38px;
}
@media (max-width: 480px) {
  .feedback__item-top {
    margin-bottom: 30px;
  }
}
.feedback__item-name {
  margin-bottom: 10px;
}
.feedback__item-stars {
  margin-bottom: 15px;
}
.feedback__item-date {
  display: flex;
  align-items: center;
  gap: 14px;
}
.feedback__item-datetext {
  font-size: 16px;
  font-weight: 400;
}
.feedback__item-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 28px;
}
.feedback__item-link {
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.feedback__item-link:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}
.feedback__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  text-align: center;
  margin: 0 auto 100px;
}
.feedback__navigation .swiper-feedback__next,
.feedback__navigation .swiper-feedback__prev {
  cursor: pointer;
}
.feedback__navigation .swiper-feedback-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.feedback__navigation .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #36a249;
  border: 1px solid #36a249;
  opacity: 1;
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.3s;
}
.feedback__navigation .swiper-pagination-bullet:hover {
  background: RGBA(69, 69, 69, 1);
}
.feedback__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #36a249;
}

.edit {
  margin-bottom: 100px;
}
.edit__webinar {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #d7d7d7;
  margin-bottom: 22px;
}
.edit__webinar-top {
  background-color: #898989;
  height: 60px;
}
.edit__webinar-top > * {
  border-right: 1px solid #d7d7d7;
}
.edit__webinar-top td {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .edit__webinar-top td.mobile__none {
    display: none;
  }
}
.edit__webinar-item {
  cursor: pointer;
  height: 45px;
  border-bottom: 1px solid #d7d7d7;
}
.edit__webinar-item > * {
  border-right: 1px solid #d7d7d7;
}
.edit__webinar-item td {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .edit__webinar-item td.mobile__none {
    display: none;
  }
}
@media (max-width: 730px) {
  .edit__webinar-item td span {
    display: none;
  }
}
.edit__webinar-item:hover {
  background-color: #d7d7d7;
}
.edit__webinar-item.active {
  background-color: #D2E9D6;
}
.edit__table {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 68px;
  background-color: #eef4ef;
  border: 1px solid #eef4ef;
  padding: 13px 0;
  margin-bottom: 74px;
}
.edit__table.worker {
  width: 960px;
}
@media (max-width: 992px) {
  .edit__table.worker {
    width: auto;
    max-width: 960px;
  }
}
.edit__table.no-bottom {
  margin-bottom: 10px;
}
.edit__table-item {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: all 0.3s;
}
.edit__table-item:hover {
  color: #979393;
}
.edit__table-item:hover .edit__table-item-icon {
  filter: grayscale(100%);
  opacity: 0.5;
}
.edit__table-item-icon {
  transition: all 0.3s;
}
.edit__table-item-text {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 730px) {
  .edit__table-item-text {
    display: none;
  }
}
.edit__worker {
  width: 960px;
  border-collapse: collapse;
  border-left: 1px solid #d7d7d7;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .edit__worker {
    max-width: 960px;
    width: auto;
  }
}
.edit__worker-top {
  background-color: #898989;
  height: 60px;
}
.edit__worker-top > * {
  border-right: 1px solid #d7d7d7;
}
.edit__worker-top td {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.edit__worker-item {
  cursor: pointer;
  height: 45px;
  border-bottom: 1px solid #d7d7d7;
}
.edit__worker-item > * {
  border-right: 1px solid #d7d7d7;
}
.edit__worker-item td {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .edit__worker-item td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.edit__worker-item:hover {
  background-color: #d7d7d7;
}
.edit__worker-item.active {
  background-color: #D2E9D6;
}
.edit__worker-img {
  text-align: center;
  padding: 9px 0;
  width: 180px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 480px) {
  .edit__worker-img {
    padding: 0;
    min-height: 60px;
    min-width: 60px;
  }
  .edit__worker-img img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.edit__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 850px) {
  .edit__row {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 550px) {
  .edit__row .dropdown__button {
    width: 100px !important;
  }
}
.edit__row .edit__row-right,
.edit__row .edit__row-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.edit__row .edit__row-left ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.edit__row .edit__row-left ul li {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.edit__row .edit__row-left ul li:hover {
  color: #000000;
  text-decoration: none;
}
.edit__row .edit__row-left ul li.active {
  color: #000000;
  opacity: 0.5;
  text-decoration: none;
}

.profile {
  margin-bottom: 80px;
}
.profile.top {
  margin-top: 80px;
  margin-bottom: 80px;
}
.profile__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 87px;
  max-width: 100%;
}
@media (max-width: 850px) {
  .profile__content {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 1430px) {
  .profile__content.row {
    gap: 20px;
      justify-content: center;
  }
}
@media (max-width: 1350px) {
  .profile__content.row {
    flex-direction: column;
  }
}
.profile__left {
  display: flex;
  align-items: flex-start;
  gap: 47px;
}
@media (max-width: 730px) {
  .profile__left {
    flex-direction: column !important;
    gap: 20px;
    width: 100%;
  }
}
.profile__left.company {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1350px) {
  .profile__left.company {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.profile__left.company .profile__textblock-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.profile__left.company a {
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.profile__left.company a:hover {
  color: #000000;
  text-decoration: none;
}
.profile__btn {
  margin-top: 40px;
}
.profile__block {
  max-width: 1107px;
}
.profile__block.company .profile__title {
  margin: 20px 0;
  max-width: 1107px;
}
@media (max-width: 1350px) {
  .profile__block.company {
    max-width: 100%;
  }
}
.profile__block.company .profile__navigation {
  position: relative;
}
.profile__block.company .profile__navigation .swiper-profile__prev,
.profile__block.company .profile__navigation .swiper-profile__next {
  cursor: pointer;
  position: absolute;
}
.profile__block.company .profile__navigation .swiper-profile__prev {
  top: -7px;
  left: 40%;
}
@media (max-width: 1350px) {
  .profile__block.company .profile__navigation .swiper-profile__prev {
    left: 10%;
  }
}
.profile__block.company .profile__navigation .swiper-profile__next {
  top: -7px;
  left: 60%;
}
@media (max-width: 1350px) {
  .profile__block.company .profile__navigation .swiper-profile__next {
    left: 90%;
  }
}
.profile__block.company .feedback__item {
  max-width: 1107px;
}
@media (max-width: 1350px) {
  .profile__block.company .feedback__item {
    max-width: 100%;
  }
}
.profile__block.company .swiper-profile-pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  height: 20px;
  max-width: 1107px;
}
@media (max-width: 1350px) {
  .profile__block.company .swiper-profile-pagination {
    max-width: 100%;
    width: 200px;
  }
}
.profile__block.company .swiper-pagination-bullets-dynamic {
  position: relative;
  width: 200px !important;
  overflow: hidden;
}
.profile__block.company .swiper-pagination-bullet {
  min-width: 12px !important;
  min-height: 12px !important;
  border-radius: 50%;
  background: #36a249;
  border: 1px solid #36a249;
  opacity: 1;
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.3s;
}
.profile__block.company .swiper-pagination-bullet:hover {
  background: RGBA(69, 69, 69, 1);
}
.profile__block.company .swiper-pagination-bullet.swiper-pagination-bullet-active {
  min-width: 20px !important;
  min-height: 20px !important;
  background: transparent;
  border: 2px solid #36a249;
}
.profile__image.avatar {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 730px) {
  .profile__image {
    width: 200px;
    margin: 0 auto;
  }
}
.profile__textblock-top {
  margin-bottom: 20px;
}
.profile__title {
  font-family: Ermilov;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 730px) {
  .profile__title {
    font-size: 16px;
  }
}
.profile__item {

  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.profile__item span {
  font-weight: 700;
}
@media (max-width: 730px) {
  .profile__item {
    font-size: 14px;
  }
}
.profile__textblock-bottom-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 600px;
}
@media (max-width: 730px) {
  .profile__textblock-bottom-row {
    gap: 10px;
  }
}
.profile__specialization {
  font-size: 14px;
  font-weight: 400;
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 13px 19px;
}
@media (max-width: 730px) {
  .profile__specialization {
    font-size: 9px;
    padding: 7px;
  }
}
@media (max-width: 730px) {
  .profile__right {
    text-align: center;
    width: 100%;
  }
}
.profile__right-img {
  width: 185px;
  height: 185px;
  margin: 0 auto 30px;
  border-radius: 50%;
  overflow: hidden;
}
.profile__right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile__right-title {
  text-align: center;
  font-family: Ermilov;
  margin-bottom: 20px;
}
.profile__right-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

/*.map {*/
/*  margin-bottom: 90px;*/
/*}*/
.map__left {
    flex: 1 1 auto;
}
@media (max-width: 730px) {
  .map {
    margin-bottom: 0;
  }
}
.map__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 730px) {
  .map__row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1330px) {
  .map__left {
    width: 100%;
  }
  .map__left img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 730px) {
  .map__left {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.map__right {
  padding: 45px 53px;
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
    width: 100%;
    max-width: 467px;
}
@media (max-width: 730px) {
  .map__right {
    margin-left: -20px;
    width: calc(100% + 40px);
    border: none;
    padding: 25px 20px 45px;
  }
}
.map__title {
  font-family: Ermilov;
  line-height: 22px;
  margin-bottom: 34px;
}
.map__list > *:not(:last-child) {
  margin-bottom: 16px;
}
.map__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.map__item-text {
  font-size: 16px;
  font-weight: 400;
}
.map__item-link {
  text-decoration: underline;
  color: #36a249;
  font-weight: 400;
  transition: all 0.3s;
}
.map__item-link:hover {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}
.map__btn {
  margin-top: 40px;
}
@media (max-width: 730px) {
  .map__btn {
    margin-bottom: 30px;
  }
}

.webheadliner {
  margin-bottom: 79px;
  height: 650px;
  background-image: url(./../img/webinar-hl.png);
}
@media (max-width: 1200px) {
  .webheadliner {
    background-position: right;
  }
}
@media (max-width: 850px) {
  .webheadliner {
    height: 472px;
    background-position: top right;
  }
}
.webheadliner.top {
  margin-top: 40px;
}
.webheadliner__text {
  text-align: center;
  padding-top: 115px;
  font-size: 24px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .webheadliner__text {
    padding-top: 70px;
  }
}
.webheadliner__title {
  font-family: Ermilov;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 94px;
}
@media (max-width: 850px) {
  .webheadliner__title {
    margin-bottom: 43px;
    font-size: 24px;
    line-height: 140%;
  }
}
.webheadliner__price {
  text-align: center;
  text-transform: uppercase;
  font-family: Ermilov;
  font-size: 24px;
  margin-bottom: 35px;
}
@media (max-width: 850px) {
  .webheadliner__price {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.webheadliner .webheadliner__btn {
  text-align: center;
}
.webheadliner .webheadliner__btn .btn {
  padding: 25px 81px;
}
@media (max-width: 850px) {
  .webheadliner .webheadliner__btn .btn {
    font-family: Ermilov;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .webheadliner .webheadliner__btn .btn {
    padding: 25px 0;
    width: 100%;
  }
}

.announcement {
  padding-bottom: 40px;
  background-image: url(./../../img/announcement-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 730px) {
  .announcement {
    background-image: none;
  }
}
.announcement__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  gap: 366px;
}
@media (max-width: 850px) {
  .announcement__row {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.announcement__item-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.announcement__date-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.announcement__item-datetext {
  font-family: Ermilov;
  font-size: 18px;
  text-transform: uppercase;
  color: #454545;
}
@media (max-width: 600px) {
  .announcement__item-datetext {
    font-size: 14px;
  }
}
.announcement__item-title {
  font-family: Ermilov;
  font-size: 30px;
  text-transform: none;
}
@media (max-width: 600px) {
  .announcement__item-title {
    font-size: 18px;
  }
}
.announcement__item-subtitle {
  font-weight: 400;
}
@media (max-width: 600px) {
  .announcement__item-subtitle {
    font-size: 14px;
  }
}
.announcement__block {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 1027px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .announcement__block {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .announcement__block.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 730px) {
  .announcement__block {
    flex-direction: column;
    gap: 30px;
  }
}
.announcement__block-title {
  font-family: Ermilov;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #454545;
}
@media (max-width: 730px) {
  .announcement__block-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.announcement__block-text {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}
.program {
  background-color: #D7D7D7;
  padding-top: 70px;
  padding-bottom: 66px;
}
@media (max-width: 768px) {
  .program {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.program.bottom {
  margin-bottom: 80px;
}
.program__content {
  text-align: center;
}
.program__title {
  font-family: Ermilov;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .program__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.program__textblock {
  text-align: start;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .program__textblock {
    width: auto;
  }
}
.program__list {
  padding-left: 120px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .program__list {
    padding-left: 27px;
  }
}
.program__list li {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
}
.program__list li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #36a249;
}
.program__price {
  font-family: Ermilov;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .program__price {
    font-size: 18px;
  }
}
.program__btn .btn {
  padding: 25px 80px 23px;
}
@media (max-width: 768px) {
  .program__btn .btn {
    font-size: 15px;
    padding: 22px 80px 18px;
  }
}
@media (max-width: 480px) {
  .program__btn .btn {
    width: 100%;
    padding: 22px 0 18px;
  }
}

.create {
  margin-top: 80px;
  margin-bottom: 120px;
}
.create__content {
  display: flex;
  justify-content: space-between;
  gap: 93px;
}
@media (max-width: 1430px) {
  .create__content {
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  .create__content {
    flex-direction: column;
    gap: 60px;
  }
}
.create__left {
  width: 400px;
}
@media (max-width: 1300px) {
  .create__left {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .create__left {
    width: 100%;
  }
}
.create__img {
  width: 400px;
  height: auto;
  margin-bottom: 28px;
}
.create__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .create__img {
    width: 100%;
  }
}
.create__block-map {

  width: 100%;
  height: auto;
}
.create__block-map img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.create__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 480px) {
  .create__links {
    text-align: center;
    gap: 20px;
  }
}
.create__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.create__link:hover {
  color: #000000;
  text-decoration: none;
}
.create__link.bottom {
  margin-bottom: 5px;
}
.create__right {
  width: 100%;
  max-width: 901px;
}
@media (max-width: 1300px) {
  .create__right {
    max-width: 100%;
  }
}
.create__row {
  display: grid;
  margin-bottom: 50px;
}
.create__row.col-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 900px) {
  .create__row.col-2 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.create__row.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1350px) {
  .create__row.col-3 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 650px) {
  .create__row.col-3 {
    grid-template-columns: 1fr;
  }
  .create__row.col-3 .create__ready-item {
    justify-content: center;
  }
}
.create__row.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 480px) {
  .create__row.col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.create__row.checkboxes .create__row {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .create__row.checkboxes .create__row {
    gap: 0;
  }
}
.create__row.checkboxes .create__item {
  margin-bottom: 10px;
}
.create__row .edit__table {
  margin-bottom: 0;
}
.create__row.no-bottom {
  margin-bottom: 0;
}
.create__row.editor {
  max-width: 970px;
}
.create__item.row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.create__item.row .create__link {
  margin-left: 34px;
}
@media (max-width: 550px) {
  .create__item.row {
    justify-content: space-between;
  }
}
.create__item.row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.create__item.row-grid .create__link {
  margin-left: 34px;
}
@media (max-width: 1350px) {
  .create__item.row-grid .create__link {
    margin-left: 12px;
  }
}
@media (max-width: 900px) {
  .create__item.row-grid .create__link {
    margin-left: 0;
  }
}
.create__item.no-bottom {
  margin-bottom: 10px;
}
.create__item .checkbox {
  margin-left: 8px;
  margin-right: 150px;
}
@media (max-width: 550px) {
  .create__item .checkbox {
    margin-right: 40px;
  }
}
.create__item .checkbox input {
  display: none;
}
.create__item .checkbox input:checked + label::after {
  background-image: url(./../img/check.png);
  background-repeat: no-repeat;
  background-position: center;
}
.create__item .checkbox label {
  position: relative;
  margin-left: 30px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .create__item .checkbox label {
    white-space: normal;
  }
}
.create__item .checkbox label::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: -38px;
  top: -2px;
  border: 1px solid #000000;
}
.create__item .create__spinner {
  position: relative;
  width: 420px;
}
@media (max-width: 900px) {
  .create__item .create__spinner {
    width: 100%;
  }
}
.create__item .create__spinner input {
  width: 420px;
  border: 1px solid #d7d7d7;
  height: 52px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 900px) {
  .create__item .create__spinner input {
    width: 100%;
  }
}
.create__item .create__spinner input::-moz-selection {
  background-color: #36a249;
}
.create__item .create__spinner input::selection {
  background-color: #36a249;
}
.create__item .create__spinner input::-moz-selection {
  background-color: #36a249;
}
.create__item .create__spinner .create__spinner-span,
.create__item .create__spinner .create__spinner-span__time {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 22px;
  top: 11px;
}
.create__item .create__spinner .create__spinner-span .plus,
.create__item .create__spinner .create__spinner-span .minus,
.create__item .create__spinner .create__spinner-span__time .plus,
.create__item .create__spinner .create__spinner-span__time .minus {
  cursor: pointer;
}
.create__item .create__spinner .create__spinner-span .minus,
.create__item .create__spinner .create__spinner-span__time .minus {
  margin-top: 5px;
}
.create__item .create__label,
.create__item label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
}
.create__item.input input {
  width: 420px;
  border: 1px solid #d7d7d7;
  height: 52px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 900px) {
  .create__item.input input {
    width: 100%;
  }
}
.create__item.input input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.create__item.input input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.create__item.input input::-moz-selection {
  background-color: #36a249;
}
.create__item.input input::selection {
  background-color: #36a249;
}
.create__item.input input::-moz-selection {
  background-color: #36a249;
}
.create__item.input .width {
  width: 100%;
}
.create__item.select select {
  width: 420px;
  height: 52px;
  font-size: 18px;
  padding: 0 30px;
  font-weight: 400;
  border: 1px solid #d7d7d7;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
  opacity: 0;
}
.create__item.select select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5em) 1.1em;
  background-size: 0.85em auto;
  background-image: url(./../img/bottom.png);
}
.create__item.select .dropdown {
  position: relative;
}
.create__item.select .dropdown__button {
  width: 420px;
  height: 52px;
  font-size: 18px;
  padding: 0 30px;
  font-weight: 400;
  border: 1px solid #d7d7d7;
  text-align: start;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: #000000;
  z-index: 1;
}
.create__item.select .dropdown__button::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 22px;
  width: 17px;
  height: 12px;
  background-image: url(./../img/bottom.png);
}
@media (max-width: 900px) {
  .create__item.select .dropdown__button {
    width: 100%;
  }
}
.create__item.select .dropdown__number {
  width: 100px;
}
.create__item.select .dropdown__list {
  position: absolute;
  top: 50px;
  left: 0;
  width: 420px;
  max-height: 1000px;
  border: 1px solid #d7d7d7;
  background-color: #FFF;
  display: none;
}
@media (max-width: 900px) {
  .create__item.select .dropdown__list {
    width: 100%;
  }
}
.create__item.select .dropdown__list.dropdown__list-visible {
  display: block;
  z-index: 100;
}
.create__item.select .dropdown__list-item {
  padding: 15px 30px;
  font-weight: 400;
  cursor: pointer;
}
.create__item.select .dropdown__list-item.active {
  font-weight: 700;
}
.create__item.select .dropdown__list-item:hover {
  background-color: #D7D7D7;
}
.create__item.calendar {
  position: relative;
  width: 420px;
}
@media (max-width: 900px) {
  .create__item.calendar {
    width: 100%;
  }
}
.create__item.calendar input {
  width: 420px;
  border: 1px solid #d7d7d7;
  height: 52px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
@media (max-width: 900px) {
  .create__item.calendar input {
    width: 100%;
  }
}
.create__item.calendar input::-moz-selection {
  background-color: #36a249;
}
.create__item.calendar input::selection {
  background-color: #36a249;
}
.create__item.calendar input::-moz-selection {
  background-color: #36a249;
}
.create__item.calendar::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 23px;
  width: 23px;
  height: 26px;
  background-image: url(./../img/calendar-icon.png);
  background-repeat: no-repeat;
}
.create__item.calendar__event {
  position: relative;
  width: 420px;
}
@media (max-width: 900px) {
  .create__item.calendar__event {
    width: 100%;
  }
}
.create__item.calendar__event input {
  width: 420px;
  border: 1px solid #d7d7d7;
  height: 52px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
@media (max-width: 900px) {
  .create__item.calendar__event input {
    width: 100%;
  }
}
.create__item.calendar__event input::-moz-selection {
  background-color: #36a249;
}
.create__item.calendar__event input::selection {
  background-color: #36a249;
}
.create__item.calendar__event input::-moz-selection {
  background-color: #36a249;
}
.create__item.calendar__event::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 21px;
  width: 23px;
  height: 26px;
  background-image: url(./../img/calendar-icon.png);
  background-repeat: no-repeat;
}
.create__item.calendar__feedback {
  position: relative;
}
.create__item.calendar__feedback input::-moz-selection {
  background-color: #36a249;
}
.create__item.calendar__feedback input::selection {
  background-color: #36a249;
}
.create__item.calendar__feedback input::-moz-selection {
  background-color: #36a249;
}
.create__item.calendar__feedback::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 21px;
  width: 23px;
  height: 26px;
  background-image: url(./../img/calendar-icon.png);
  background-repeat: no-repeat;
}
.create__item.textarea textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  height: 180px;
  resize: none;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.create__item.textarea textarea::-moz-selection {
  background-color: #36a249;
}
.create__item.textarea textarea::selection {
  background-color: #36a249;
}
.create__item.textarea textarea::-moz-selection {
  background-color: #36a249;
}
.create__item .create__item-smalltext {
  font-weight: 400;
  font-style: italic;
}
.create__text {
  font-weight: 400;
}
.create__text.bottom {
  margin-bottom: 20px;
}
.create__block {
  border: 1px solid #d7d7d7;
  width: 100%;
  margin-top: 6px;
  padding: 35px 30px;
}
@media (max-width: 480px) {
  .create__block {
    padding: 35px 20px;
  }
}
.create__block .create__row {
  margin-bottom: 0px;
}
.create__block .create__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 35px;
}
.create__block input {
  width: 380px !important;
  border: 1px solid #d7d7d7;
  height: 52px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 900px) {
  .create__block input {
    width: 100% !important;
  }
}
.create__block input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.create__block input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.create__block-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  position: relative;
}
@media (max-width: 650px) {
  .create__block-row {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
    gap: 23px;
  }
  .create__block-row .create__block-center {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 650px) and (max-width: 480px) {
  .create__block-row .create__text {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 650px) and (max-width: 480px) {
  .create__block-row .create__block-right {
    gap: 13px;
  }
  .create__block-row .create__block-right .create__block-link {
    font-size: 14px;
  }
}
.create__block-left > *:not(:last-child) {
  margin-bottom: 17px;
}
.create__block-left .create__link {
  white-space: nowrap;
}
@media (max-width: 480px) {
  .create__block-left .create__link {
    font-size: 14px;
    white-space: normal;
  }
}
.create__block-left.links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.create__block-left.links .create__link {
  white-space: nowrap;
}
.create__block-left.links .create__block-item {
  margin-bottom: 0;
}
.create__block-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 480px) {
  .create__block-center.big {
    top: 150px;
  }
}
.create__block-estimation {
  margin-bottom: 5px;
}
.create__block-right {
  display: flex;
  gap: 33px;
  align-items: center;
}
.create__block-right .create__block-img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
}
.create__block-right .create__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create__block-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.create__block-link {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.create__block-link:hover {
  color: #000000;
  text-decoration: none;
}
.create__ready-item {
  display: flex;
  align-items: flex-start;
  gap: 29px;
}
.create__ready-img {
  width: 120px;
  height: 120px;
}
.create__ready-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create__ready-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.create__ready-link {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #36a249;
  transition: all 0.3s;
}
.create__ready-link:hover {
  color: #000000;
  text-decoration: none;
}
.create__row-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 730px) {
  .create__row-btn {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .create__row-btn {
    margin-bottom: 60px;
    position: relative;
    gap: 7px;
  }
}
@media (max-width: 730px) {
  .create__row-btn .create__link {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.create__row-btn .btn {
  font-family: Ermilov;
  font-size: 17px;
  padding: 25px 0 23px;
  width: 200px;
  text-align: center;
}
@media (max-width: 480px) {
  .create__row-btn .btn {
    font-size: 16px;
  }
}
.create__row-btn .btn__white {
  font-family: Ermilov;
  font-size: 17px;
  padding: 24px 0 22px;
  width: 200px;
  text-align: center;
}
@media (max-width: 480px) {
  .create__row-btn .btn__white {
    font-size: 16px;
  }
}
.create__row-btn.top {
  margin-top: 40px;
}
.create__form {
  width: 483px;
  background-color: #eaeaea;
  box-shadow: 0px 0px 80px 20px rgba(154, 154, 154, 0.1);
  padding: 40px 30px;
}
@media (max-width: 550px) {
  .create__form {
    width: 100%;
    padding: 20px 15px;
  }
}
.create__form-title {
  font-family: Ermilov;
  font-size: 32px;
  color: #454545;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .create__form-title {
    font-size: 24px;
  }
}
.create__form-text {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .create__form-text {
    font-size: 14px;
  }
}
.create__form-input {
  margin-bottom: 27px;
}
.create__form-input label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}
.create__form-input input {
  width: 100%;
  height: 52px;
  padding: 20px 30px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}
.create__form-input input::-moz-placeholder {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}
.create__form-input input::placeholder {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}
.create__form-input input::-moz-selection {
  background-color: #36a249;
}
.create__form-input input::selection {
  background-color: #36a249;
}
.create__form-input input::-moz-selection {
  background-color: #36a249;
}
.create__form-input.password {
  position: relative;
}
.create__form-input.password .password-control {
  position: absolute;
  top: 45px;
  right: 30px;
  background: url(./../img/eye.png);
  width: 20px;
  height: 12px;
}
.create__form-text-small {
  margin-top: 45px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 44px;
}
.create__form-link {
  display: inline-block;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #36a249;
  text-align: center;
  margin-bottom: 17px;
  transition: all 0.3s;
}
.create__form-link:hover {
  color: #000000;
  text-decoration: none;
}
.create__form-btn {
  text-align: center;
  margin-bottom: 20px;
}
.create__form-btn .btn {
  padding: 25px 60px 23px;
  font-size: 17px;
}
@media (max-width: 550px) {
  .create__form-btn .btn {
    padding: 20px 60px 18px;
  }
}
.create__form-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.create__form-btns > * {
  width: 100%;
}
.create__form-btns .btn {
  padding: 25px 0 23px;
  font-size: 17px;
}
@media (max-width: 550px) {
  .create__form-btns .btn {
    padding: 20px 0 18px;
  }
}
@media (max-width: 550px) {
  .create__form-btns .btn__white {
    padding: 19px 0 17px;
  }
}
.create.contacts .btn {
  float: right;
}

.footer {
  padding: 50px 0 70px;
  background-color: #B3B3B3;
}
@media (max-width: 550px) {
  .footer {
    padding: 25px 0 20px;
  }
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__row ul li {
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 550px) {
  .footer__row ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .footer__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__title {
  font-size: 17px !important;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 700 !important;
}
@media (max-width: 550px) {
  .footer__title {
    font-size: 12px !important;
    margin-bottom: 10px;
  }
}
.footer__right {
  margin-top: 7px;
  width: 374px;
}
@media (max-width: 550px) {
  .footer__right {
    width: auto;
  }
}
.footer__input {
  position: relative;
}
.footer__input img {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 14px;
  height: 25px;
}
@media (max-width: 550px) {
  .footer__input img {
    width: 9px;
    height: 16px;
    top: 17px;
  }
}
.footer__email {
  width: 100%;
  height: 60px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 17px;
  padding: 24px 30px 23px;
}
.footer__email::-moz-placeholder {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
.footer__email::placeholder {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 550px) {
  .footer__email {
    margin-bottom: 0;
    padding: 20px;
    height: 50px;
  }
}
.footer__text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #5d5d5d;
}
.footer__link {
  text-decoration: underline;
  color: #36a249;
}
