@charset "UTF-8";
@import url(fonts/fonts.css);
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'MuseoSansCyr300',arial,tahoma,verdana;
  background: #ffffff;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  overflow-x: hidden;
}

/* Размеры скроллбара */
body::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1200px) {
  body::-webkit-scrollbar {
    width: 0;
  }
}

/* Трек поле скроллбара */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Ползунок скроллбара */
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #ba2784;
  background: #373334;
  border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h1 {
  color: #a60064;
  margin: 10px 0 8px;
  line-height: 42px;
  font-size: 35px;
  font-weight: 400;
  padding: 0;
  font-family:'a_futuricaregular',arial;
}

h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}

ul,
li,
li,
a,
input,
textarea,
label,
div {
  box-sizing: border-box;
}

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

p {
  margin: 0;
  padding: 0;
}

p, ul li, ol li {
  font: 14px/18px 'MuseoSansCyr300',arial,tahoma,verdana;
  color: #000;
}

ul.columns {
  font-size: 16px;
  line-height: 30px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 35x;
  -moz-column-gap: 35px;
  -webkit-column-gap: 35px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
button {
  transition: all 0.3s ease;
}

.button {
  display: block;
  margin: 0 auto 0;
  width: 160px;
  text-align: center;
  height: 48px !important;
  text-decoration: none;
  line-height: 45px;
  font-size: 16px;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(#c9549d, #b6187c) !important;
  border: 0;
}
@media (max-width: 1200px) {
  .button {
    background: #b6187c !important;
    font-weight: 300;
  }
}
.button:hover {
  background: linear-gradient(#b6187c, #c9549d) !important;
}

.main {
  background: #fff url("../img/bg.jpg") no-repeat center 0;
}
@media (max-width: 1200px) {
  .main {
    background: #ffffff;
  }
}
.main.fixed {
  padding-top: 114px;
}

.layout.fixed {
  padding-top: 114px;
}

@media (max-width: 1200px) {
  .page {
    padding: 0 15px;
  }
}
.page__content {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .page__content {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page__content .socials {
    display: none;
  }
}
.page__body {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .page__body {
    flex-direction: column;
    width: 100%;
  }
}
.page.two-sides {
  position: relative;
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.page.two-sides .page__content {
  width: 100%;
  max-width: 610px;
  margin: 15px 35px;
}
@media (max-width: 992px) {
  .page.two-sides .page__content {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .page.two-sides {
    flex-direction: column;
  }
}
.page__title {
  color: #a60064;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 992px) {
  .page__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.page__text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: justify;
  color: #000;
}
.page__text p a {
  color: #a60064;
}
.page__text a {
  color: #a60064;
}
.page__text figcaption {
	font-weight: 600;
}
@media (max-width: 992px) {
  .page__text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .page__text {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .header {
    height: 80px;
  }
}
.header__content {
  max-width: 1200px;
  margin: auto;
  padding: 14px 0 0;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .header__top {
    display: none;
  }
}
.header__bottom {
  position: relative;
}
@media (max-width: 1200px) {
  .header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
  margin: 0 -23px 0 23px;
}
.email_icon {
  display: inherit;
}
.header__contacts--mail {
  display: flex;
  align-items: center;
  width: 18px;
  min-width: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  margin-right: 10px;
}
.header__contacts--mail img {
  width: 100%;
}
.header__contacts a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
  margin-top: 1px;
}
.header__contacts a:hover {
  text-decoration: none;
}
.header__global {
  margin: 0 23px;
}
.header__global a {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  color: #a60064;
  text-decoration: underline;
  outline: 0 none;
  white-space: nowrap;
}
.header__global img {
  width: 170px;
  margin-bottom: 2px;
}
.header__search {
  margin: 0 23px;
}
.header .search {
  border: 1px solid #d9d9d9;
}
.header .search .form {
  display: flex;
  justify-content: space-between;
}
.header .search .form__input input {
  position: relative;
  float: left;
  width: 152px;
  height: 20px;
  padding: 0;
  display: block;
  border: 0 none;
  background: transparent;
  padding: 0 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.header .search .form__input input:focus {
  outline: none;
}
.header .search .form button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  cursor: pointer;
  width: 26px;
  height: 20px;
  background: transparent;
}
.header .search .form button img {
  width: auto;
  height: 16px;
}
.header__lang {
  margin: 0 0 0 23px;
}
.header__lang a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
.header__lang img {
  width: 32px;
  margin-right: 8px;
}
.header__logo {
  position: absolute;
  top: -25px;
  transition: all 0.3s ease;
}
.header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .header__logo {
    position: relative;
    top: auto;
  }
}
.header .menu {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0;
}
.header .menu__list {
  display: flex;
}
.header .menu__item {
  position: relative;
  height: 60px;
  margin: 0 2px;
}
.header .menu__item a {
  position: relative;
  display: block;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  font-size: 17px;
  line-height: 40px;
  font-weight: 300;
}
.header .menu__item a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  margin: 14px 0 1px 6px;
  height: 8px;
/*  height: 10px;
  background: url("../img/down-arrow.svg") no-repeat;*/
  background: url(../img/arr_menu.png) no-repeat;
  background-size: 100%;
}
.header .menu__item:last-child a {
  padding-right: 0;
}
.header .menu__item:last-child a:after {
  content: none;
}
.header .menu__item:hover .menu__link {
  height: 60px;
  border-bottom: 3px solid #a60064;
  background: #fbfbfb;
  color: #a60064;
}
.header .menu__item:hover .submenu {
  display: block;
}
.header .menu__link {
  transition: none;
}
@media (max-width: 1200px) {
  .header .menu {
    display: none;
  }
}
.header .submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0;
  padding: 8px 0;
  background: #fbfbfb;
  z-index: 50;
}
.header .submenu__item a {
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  line-height: 34px;
  height: auto;
}
.header .submenu__item a:after {
  content: none;
}
.header .submenu__item a:hover {
  color: #a60064;
}
.header-fixed {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  top: 0;
  left: 0;
  z-index: 100;
}

.burger {
  padding: 9px 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: none;
}
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #aaa;
  border-radius: 1px;
  margin-top: 4px;
}
.burger span:first-child {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .burger {
    display: block;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  background: #ffffff;
  width: 100%;
  flex-direction: column;
  z-index: 100;
  display: none;
}
.navbar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.navbar .search {
  width: 90%;
  border-radius: 4px;
}
@media (max-width: 640px) {
  .navbar .search {
    width: 80%;
  }
}
.navbar .search .form__input {
  width: 100%;
}
.navbar .search .form__input input {
  width: 100%;
  height: 34px;
  border-radius: 4px;
}
.navbar .search .form button {
  width: 50px;
  height: 34px;
  background: #efefef;
  border: 1px solid #767676;
  border-radius: 4px;
}
.navbar__close {
  padding: 13px 7px 13px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.navbar__close span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #aaa;
}
.navbar__close span:first-child {
  transform: rotate(-45deg) translateY(-10%) translateX(-8%);
}
.navbar__close span:last-child {
  transform: rotate(45deg) translateY(-10%) translateX(-10%);
}
.navbar__menu {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navbar__menu.menu2 {
  background: #ffffff;
}
.navbar__menu.menu2 .navbar__menu--item:last-child {
  margin-right: 0;
}
.navbar__menu--item {
  width: 40%;
}
.navbar__menu--item:last-child {
  margin-right: 40%;
}
@media (max-width: 640px) {
  .navbar__menu--item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .navbar__menu--item {
    width: 100%;
    text-align: center;
  }
}
.navbar__menu--item a {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 640px) {
  .navbar__menu--item a {
    font-size: 24px;
  }
}
.navbar__menu--item a:hover {
  text-decoration: none;
  background: #a60064;
  color: #ffffff;
}
.navbar__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.navbar__bottom .socials {
  margin: 0;
}
.navbar .header__contacts {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .navbar .header__contacts {
    flex-direction: column;
  }
}
.navbar .header__contacts a {
  margin-right: 10px;
  font-weight: 400;
}
.navbar .header__contacts a:last-child {
  margin-right: 0;
  font-weight: 300;
  text-decoration: underline;
  color: #a60064;
}
@media (max-width: 640px) {
  .navbar .header__contacts a {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.offer {
  display: flex;
}
@media (max-width: 1200px) {
  .offer {
    flex-direction: column;
  }
}
.offer__slider {
  width: 581px;
  position: relative;
  border: 1px solid #df95bf;
  background: url("../img/bg_main_carousel.jpg") no-repeat;
}
@media (max-width: 1200px) {
  .offer__slider {
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
  }
}
@media (max-width: 640px) {
  .offer__slider {
    display: none;
  }
}
.offer__slider .carousel-item {
  width: 581px;
  height: 563px;
  padding: 52px;
}
@media (max-width: 1200px) {
  .offer__slider .carousel-item {
    width: 100%;
    height: 400px;
  }
}
.offer__slider .carousel-item__title {
  font-family: "a_Futurica", arial;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 43px;
  line-height: 50px;
  font-weight: 400;
  padding: 0;
  color: #a60064;
}
@media (max-width: 1024px) {
  .offer__slider .carousel-item__title {
    font-size: 26px;
    line-height: 1.2;
  }
}
.offer__slider .carousel-item p {
  margin-top: 20px;
  max-width: 477px;
  font-size: 23px;
  font-weight: 300;
  line-height: 38px;
  color: #a60064;
}
@media (max-width: 1200px) {
  .offer__slider .carousel-item p {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .offer__slider .carousel-item p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.offer__slider .carousel-item .more {
  position: absolute;
  bottom: 82px;
  width: 190px;
  text-align: center;
  height: 58px !important;
  line-height: 60px;
  font-size: 20px;
  text-decoration: none;
}
.offer__slider .carousel-indicators {
  bottom: 20px;
}
.offer__slider .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ccc;
  border: 0;
  margin: 0 5px;
  color: #000000;
}
.offer__slider .carousel-indicators li.active {
  background-color: #a60064;
}
.offer__slider .carousel-control-prev, .offer__slider .carousel-control-next {
  display: none;
}
.offer-brick__links {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  width: 616px;
}
@media (max-width: 1200px) {
  .offer-brick__links {
    width: 100%;
    justify-content: space-between;
  }
}
.offer-brick__item {
  font-family: "a_Futurica", arial;
  margin: 0 0 7px 7px;
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  max-height: 155px;
  float: left;
}
@media (max-width: 1200px) {
  .offer-brick__item {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .offer-brick__item {
    line-height: 1.3;
  }
}
.offer-brick__item a {
  display: table-cell;
  width: 198px;
  height: 155px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background: #a60064;
}
@media (max-width: 640px) {
  .offer-brick__item a {
    font-size: 16px;
    height: 80px;
  }
}
.offer-brick__item a:hover {
  color: #a60064;
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(1) {
    width: 60%;
  }
}
.offer-brick__item:nth-child(1) a {
  width: 403px;
  background-image: url("../img/bg_main_box_01.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(1) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: none;
  }
}
.offer-brick__item:nth-child(1) a:hover {
  background-image: url("../img/bg_main_box_11.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(1) a:hover {
    background: #ffffff;
    border: 3px solid #b31560;
  }
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(2) {
    width: 39%;
  }
}
@media (max-width: 640px) {
  .offer-brick__item:nth-child(2) {
    width: 38%;
  }
}
.offer-brick__item:nth-child(2) a {
  background-image: url("../img/bg_main_box_02.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(2) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: none;
  }
}
.offer-brick__item:nth-child(2) a:hover {
  background-image: url("../img/bg_main_box_12.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(2) a:hover {
    background: #ffffff;
    border: 3px solid #b31560;
  }
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(3) {
    width: 39%;
  }
}
@media (max-width: 640px) {
  .offer-brick__item:nth-child(3) {
    width: 38%;
  }
}
.offer-brick__item:nth-child(3) a {
  background-image: url("../img/bg_main_box_03.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(3) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: none;
  }
}
.offer-brick__item:nth-child(3) a:hover {
  background-image: url("../img/bg_main_box_13.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(3) a:hover {
    background: #ffffff;
    border: 3px solid #b31560;
  }
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(4) {
    width: 60%;
  }
}
.offer-brick__item:nth-child(4) a {
  background-image: url("../img/bg_main_box_04.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(4) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: none;
  }
}
.offer-brick__item:nth-child(4) a:hover {
  background-image: url("../img/bg_main_box_14_.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(4) a:hover {
    background: #ffffff;
    border: 3px solid #b31560;
  }
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(5) {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .offer-brick__item:nth-child(5) {
    width: 49%;
  }
}
.offer-brick__item:nth-child(5) a {
  background-image: url("../img/bg_main_box_06.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(5) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: none;
  }
}
.offer-brick__item:nth-child(5) a:hover {
  background-image: url("../img/bg_main_box_empty.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(5) a:hover {
    background: #ffffff;
    border: 3px solid #b31560;
  }
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(6) {
    width: 39%;
  }
}
@media (max-width: 640px) {
  .offer-brick__item:nth-child(6) {
    width: 49%;
  }
}
.offer-brick__item:nth-child(6) a {
  width: 403px;
  height: 157px;
  background-image: url("../img/bg_main_box_05.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(6) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: none;
  }
}
@media (max-width: 640px) {
  .offer-brick__item:nth-child(6) a {
    height: 80px;
  }
}
.offer-brick__item:nth-child(6) a:hover {
  background-image: url("../img/bg_main_box_15.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(6) a:hover {
    background: #ffffff;
    border: 3px solid #b31560;
  }
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(7) {
    width: 100%;
  }
}
.offer-brick__item:nth-child(7) a {
  height: 157px;
  background-image: url("../img/bg_main_box_06.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(7) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: none;
  }
}
@media (max-width: 640px) {
  .offer-brick__item:nth-child(7) a {
    height: 80px;
  }
}
.offer-brick__item:nth-child(7) a:hover {
  background-image: url("../img/bg_main_box_16.jpg");
}
@media (max-width: 1200px) {
  .offer-brick__item:nth-child(7) a:hover {
    background: #ffffff;
    border: 3px solid #b31560;
  }
}
.offer-brick__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 609px;
  height: 75px;
  margin: 3px 0 0 7px;
  background: url("../img/bg_main_box_footer.jpg") no-repeat;
}
.offer-brick__footer img {
  margin: 0 28px;
}
.offer-brick__footer--item {
  padding: 0 30px;
  height: 31px;
  line-height: 34px;
  border-left: 1px solid #e7b2d3;
}
@media (max-width: 640px) {
  .offer-brick__footer--item {
    padding: 0;
    border: 0;
  }
}
.offer-brick__footer--item a {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.offer-brick__footer--item a:hover {
  color: #a60064;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .offer-brick__footer {
    width: 100%;
    background: #fff;
    border: 1px solid #e29ec5;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .offer-brick__footer {
    flex-direction: column;
    height: auto;
    padding: 22px 0;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 40px;
}
@media (max-width: 1024px) {
  .socials {
    justify-content: center;
  }
}
.socials__item {
  display: block;
  margin: 0 0 0 9px;
  width: 22px;
  height: 22px;
  background: url("../img/socials.png") no-repeat;
  background-size: 46px auto;
  transition: none;
}
.socials__item--fb {
  background-position: 0 -1px;
}
.socials__item--vk {
  background-position: 0 -89px;
}
.socials__item--ok {
  background-position: 0 -133px;
}
.socials__item--ig {
  background-position: 0 -23px;
}
.socials__item--tw {
  background-position: 0 -67px;
}
.socials__item--in {
  background-position: 0 -45px;
}
.socials__item--tg {
  background-position: 0 -111px;
}
.socials__item--yt {
  background-position: 0 -156px;
}
.socials__item--zn {
  background-position: 0 -178px;
}

.news {
  width: 780px;
}
@media (max-width: 640px) {
  .news {
    width: 100%;
    margin-top: 40px;
  }
}
.news__title {
  font-family: 'a_futuricaregular',arial;
  font-size: 35px;
  font-weight: 400;
  color: #a60064;
  margin: 10px 0 8px;
  line-height: 42px;
}
.news__title a {
  display: block;
}
@media (max-width: 640px) {
  .news__title {
    font-size: 24px;
  }
}
.news__more {
  color: #a60064;
  text-decoration: underline;
  outline: none;
  font-size: 14px;
  font-weight: 300;
}
.news__more:hover {
  color: #a60064;
  text-decoration: none;
}
.news__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-height: 1326px;
}
@media (max-width: 1024px) {
  .news__list {
    flex-flow: column;
    max-height: initial;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .news__list {
    margin-left: 0;
  }
}
.news__item {
  width: 374px;
  height: -webkit-max-content;
  height: max-content;
  margin-bottom: 34px;
  background: #f0f0f0;
  min-height: 30px;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 640px) {
  .news__item {
    width: 100%;
    position: relative !important;
    top: auto !important;
  }
}
.news__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: transparent #fff;
}
.news__item:hover {
  background: #a60064;
  color: #fff;
}
.news__item:hover .news__item--date a {
  color: rgba(255, 255, 255, 0.5);
}
.news__item:hover .news__item--title a {
  color: #ffffff;
}
.news__item:hover .news__item--tags a {
  color: #e3b9d1;
  background: #c14d93;
}
.news__item:hover .news__item--tags a:hover {
  color: #a3a3a3;
  background: #f0f0f0;
}
.news__item--info {
  padding: 18px 22px;
}
.news__item--date a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #a60064;
  font-weight: 300;
  margin-bottom: 10px;
}
.news__item--date a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.news__item--title a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.news__item--tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.news__item--tags a {
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  height: 20px;
  margin: 0 3px 3px 0;
  font-size: 10px;
  text-transform: uppercase;
  background: #ffffff;
  color: #a3a3a3;
  font-weight: 300;
  line-height: 20px;
}
.news__bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 192px;
  background-position: 0 5%;
}
@media (max-width: 640px) {
  .news__bg {
    background-repeat: no-repeat !important;
  }
}
.news__loader {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.news__loader button {
  display: inline-block;
  padding: 0 0 52px;
  text-decoration: none;
  color: #000;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  position: relative;
}
.news__loader button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 41px;
  height: 41px;
  background: url("../img/spritesheet.png") no-repeat center bottom;
  background-position: -403px -4px;
  transition: all 0.5s ease-in-out;
}
.news__loader button:hover {
  color: #a60064;
}
.news__loader button:hover:after {
  transform: rotate(360deg);
}

.sidebar {
  width: 372px;
}
@media (max-width: 1200px) {
  .sidebar {
    width: 100%;
    margin-top: 40px;
  }
}
.sidebar__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.75rem;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #a60064;
  font-family: 'a_futuricaregular',arial;
}
.sidebar__title a {
  color: #a60064;
  text-decoration: underline;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-right: 25px;
  position: relative;
}
.sidebar__title a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -24px;
  width: 8px;
  height: 8px;
  background: url("../img/spritesheet.png") no-repeat;
  background-position: -4px -4px;
}
.sidebar__title a:hover {
  color: #a60064;
  text-decoration: none;
}
.sidebar__news--item {
  padding-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.sidebar__news--item:last-child {
  border-bottom: 0;
}
.sidebar__news--date {
  font-size: 14px;
  line-height: 18px;
  color: #b0b0b0;
  font-weight: 300;
}
.sidebar__news--title {
  margin: 6px 0 20px;
}
.sidebar__news--title a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #a60064;
  text-decoration: underline;
  outline: none;
}
.sidebar__news--title a:hover {
  text-decoration: none;
}
.sidebar__news--tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar__news--tags a {
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  height: 20px;
  margin: 0 3px 3px 0;
  font-size: 10px;
  text-transform: uppercase;
  background: #f0f0f0;
  color: #a3a3a3;
  font-weight: 300;
  line-height: 20px;
}
.sidebar__news--tags a:hover {
  color: #fff;
  background: #a60064;
}
.sidebar-left {
  display: inline;
  background: #f2f2f2;
  overflow: hidden;
  width: 260px;
  height: auto;
}
.sidebar-left .side__menu {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar-left .side__menu ul {
  padding: 20px 0;
}
.sidebar-left .side__menu ul li a {
  display: block;
  padding: 0 20px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  text-decoration: none;
  color: #000;
  font-weight: 300;
}
.sidebar-left .side__menu ul li a:hover {
  color: #ffffff;
  background: #a60064;
}
.sidebar-left .side__menu ul li.active a {
  color: #ffffff;
  background: #a60064;
}
.sidebar-left .side__menu ul li.last a {
  height: auto;
  line-height: 25px;
  padding: 5px 20px;
}
.sidebar-left .side__menu--top a {
  background: #808080;
  color: #ffffff !important;
}
.sidebar-left .side__submenu {
  position: relative;
  margin: 0;
  padding: 14px 0;
}
.sidebar-left .side__submenu ul li {
  margin: 11px 20px;
}
.sidebar-left .side__submenu ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}
.sidebar-left .side__submenu ul li a:hover {
  color: #a60064;
}
.sidebar-left .side__slider {
  border-bottom: 1px solid #e2e2e2;
  background: url("../img/bg_side_carousel.jpeg") no-repeat;
}
.sidebar-left .side__slider .carousel-item {
  height: 194px;
  padding: 15px 20px;
}
.sidebar-left .side__slider .carousel-item a {
  color: #a60064;
  text-decoration: underline;
}
.sidebar-left .side__slider .carousel-item__title {
/*  font-family: "a_Futurica", arial;*/
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
  color: #a60064;
}
@media (max-width: 1024px) {
  .sidebar-left .side__slider .carousel-item__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.sidebar-left .side__slider .carousel-item p {
  margin-top: 20px;
  max-width: 477px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #a60064;
}
.sidebar-left .side__slider .carousel-indicators {
  justify-content: flex-start;
  bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.sidebar-left .side__slider .carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ccc;
  border: 0;
  margin: 0 3px;
  color: #000000;
}
.sidebar-left .side__slider .carousel-indicators li.active {
  background-color: #a60064;
}
.sidebar-left .side__slider .carousel-control-prev, .sidebar-left .side__slider .carousel-control-next {
  display: none;
}
.sidebar-left .banner {
  padding: 15px 20px;
  border-bottom: 1px solid #e2e2e2;
  transition: all 0.3s ease;
}
.sidebar-left .banner:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .sidebar-left {
    display: none;
  }
}
.sidebar-right {
  display: inline;
  overflow: hidden;
  width: 260px;
}
@media (max-width: 992px) {
  .sidebar-right {
    width: 100%;
  }
}
.sidebar-right .person__list {
  margin-bottom: 20px;
}
.sidebar-right .person__item {
  position: relative;
  background: #f0f0f0;
  margin-bottom: 12px;
  padding: 10px;
}
.sidebar-right .person__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: transparent #fff;
}
.sidebar-right .person__item--info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.sidebar-right .person__item--info:hover {
  text-decoration: none;
}
.sidebar-right .person__item--photo {
  width: 84px;
  height: 84px;
  overflow: hidden;
  margin-right: 10px;
}
.sidebar-right .person__item--name {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.sidebar-right .person__item--text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.sidebar-right .question {
  width: 100%;
}
.sidebar-right .question a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 92px;
  color: #ffffff;
  background: #a60064;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.sidebar-right .question a:hover {
  text-decoration: none;
}
.sidebar-right .question a img {
  width: 56px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .sidebar-right .question a {
    justify-content: center;
  }
  .sidebar-right .question a img {
    margin-right: 10px;
  }
}
.sidebar-right .sidebar {
  width: 260px;
}
@media (max-width: 992px) {
  .sidebar-right .sidebar {
    width: 100%;
  }
}

.monitoring {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .monitoring {
    margin: 0 15px;
    width: auto;
  }
}
@media (max-width: 640px) {
  .monitoring {
    margin-bottom: 20px;
  }
}
.monitoring__container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .monitoring__container {
    width: 100%;
  }
}
.monitoring__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .monitoring__content {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .monitoring__content {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .monitoring__content {
    margin-bottom: 0;
  }
}
.monitoring__content--left {
  width: 732px;
  padding-right: 45px;
  border-right: 1px solid #ccc;
}
@media (max-width: 1200px) {
  .monitoring__content--left {
    width: 60%;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .monitoring__content--left {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .monitoring__content--right {
    width: 40%;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .monitoring__content--right {
    width: 100%;
    padding: 0;
  }
}
.monitoring__content--title {
  font-family: 'a_futuricaregular',arial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 37px;
  font-weight: 400;
  padding: 0;
  color: #000;
}
@media (max-width: 640px) {
  .monitoring__content--title {
    font-size: 26px;
  }
}
.monitoring__content--more {
  color: #a60064;
  text-decoration: underline;
  outline: none;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-right: 25px;
}
.monitoring__content--more:hover {
  color: #a60064;
  text-decoration: none;
}
.monitoring__content--more::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -24px;
  width: 8px;
  height: 8px;
  background: url("../img/spritesheet.png") no-repeat;
  background-position: -4px -4px;
}
.monitoring__content--info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 16px 22px;
  background: #fff;
  box-shadow: 0 1px #e0dedf;
}
@media (max-width: 640px) {
  .monitoring__content--info {
    flex-direction: column;
  }
}
.monitoring__content--actions {
  display: flex;
  align-items: center;
}
.monitoring__content--actions a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  text-decoration: none;
  color: #000;
  background-image: none;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .monitoring__content--actions a {
    width: 100%;
  }
}
.monitoring__content--actions a svg {
  height: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.monitoring__content--actions a:hover {
  color: #a60064;
}
.monitoring__content--actions a:hover svg {
  fill: #a60064;
}
@media (max-width: 640px) {
  .monitoring__content--actions .downloading {
    width: 50%;
  }
}
.monitoring__content--actions .reading {
  border-left: 1px dashed #a60064;
}
@media (max-width: 640px) {
  .monitoring__content--actions .reading {
    width: 50%;
  }
}
.monitoring__content--actions .reading a {
  padding-right: 4px;
}
.monitoring__content .subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 372px;
}
@media (max-width: 1200px) {
  .monitoring__content .subscribe {
    width: 100%;
  }
}
.monitoring__content .subscribe img {
  display: block;
  width: 56px;
  margin-bottom: 15px;
}
.monitoring__content .subscribe__text {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
  font-weight: 300;
}
.monitoring__content .subscribe form {
  width: 100%;
  margin-top: 26px;
}
.monitoring__content .subscribe .button {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  height: 40px !important;
}
.monitoring__info--title {
  font-size: 19px;
  margin: 20px 0;
  width: 480px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .monitoring__info--title {
    width: auto;
  }
}
@media (max-width: 640px) {
  .monitoring__info--title {
    font-size: 16px;
    text-align: center;
  }
}

.feedback {
  background: #f2f2f2;
  position: relative;
}
@media (max-width: 1200px) {
  .feedback {
    margin: 0 15px;
  }
}
.feedback__container {
  position: relative;
  padding: 0 120px;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .feedback__container {
    width: 100%;
    padding: 0 20px;
  }
}
.feedback__content {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 60px;
}
@media (max-width: 1200px) {
  .feedback__content {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .feedback__content {
    flex-direction: column;
  }
}
.feedback__btn {
/*  font-family: "a_Futurica", arial;*/
  font-family: 'a_futuricaregular',arial;
  background: #a60064;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  width: 300px;
  text-align: center;
}
@media (max-width: 640px) {
  .feedback__btn {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
}
.feedback__btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.feedback__text {
  display: inline-block;
  padding: 12px 30px;
  margin-left: 30px;
  width: 570px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .feedback__text {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 12px 20px;
  }
}
.feedback .go-top {
  position: absolute;
  bottom: 0;
  right: 22px;
  width: 93px;
  height: 49px;
  text-align: center;
  line-height: 85px;
  background: url("../img/spritesheet.png") no-repeat;
  text-decoration: none;
  background-position: -302px -4px;
  font-weight: 300;
  color: #a60064;
}
.feedback .go-top:hover {
  text-decoration: underline;
}
.feedback.two-sides {
  margin-top: 46px;
}
.feedback.two-sides .feedback__container {
  padding-left: 240px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .feedback.two-sides .feedback__container {
    padding: 0 20px;
  }
}

.line__left {
  position: fixed;
  left: 50%;
  top: 114px;
  margin-left: -600px;
  width: 260px;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
@media (max-width: 992px) {
  .line__left {
    display: none;
  }
}

.footer {
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .footer {
    padding: 30px 15px;
  }
}
.footer__container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer__container {
    width: 100%;
  }
}
.footer .socials {
  margin-bottom: 20px;
}
.footer__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__menu--item {
  margin-right: 26px;
}
.footer__menu--item:first-child {
  margin-left: 0;
}
.footer__menu--item a {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 300;
}
.footer__menu--item a:hover {
  color: #a60064;
}
@media (max-width: 1024px) {
  .footer__menu {
    justify-content: center;
  }
}
.footer__contacts {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .footer__contacts {
    justify-content: center;
  }
}
.footer__contacts--mail {
  display: flex;
  align-items: center;
  width: 18px;
  min-width: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  margin-right: 10px;
}
.footer__contacts--mail img {
  width: 100%;
}
.footer__contacts a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
}
.footer__contacts a:hover {
  text-decoration: none;
}
.footer__copy {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .footer__copy {
    text-align: center;
  }
}
.footer.two-sides .footer__container {
  padding-left: 300px;
}
@media (max-width: 992px) {
  .footer.two-sides .footer__container {
    padding-left: 0;
  }
}

.breadcrumbs {
/*  display: flex;*/
  align-items: center;
  margin-bottom: 15px;
  opacity: .5;
}
.breadcrumbs a {
/*  display: block;*/
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.breadcrumbs a:after {
  content: ">";
  display: inline;
  margin-left: 5px;
}
.breadcrumbs a:last-child:after {
  content: none;
}

.brick__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.brick__item {
  font-family: 'a_futuricaregular',arial;
  margin: 0 0 7px 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  max-height: 155px;
}
@media (max-width: 992px) {
  .brick__item {
    width: 100%;
  }
}
.brick__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 155px;
  text-decoration: none;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background: #a60064;
  border: 3px solid transparent;
}
.brick__item a:hover {
  border: 3px solid #a60064;
  background-color: #fefcfd;
  color: #a60064;
}
@media (max-width: 992px) {
  .brick__item a {
    display: flex;
    width: 100%;
    height: 80px;
  }
}
.brick__item:first-child a {
  width: 403px;
}
@media (max-width: 992px) {
  .brick__item:first-child a {
    width: 100%;
  }
}
.brick__item:nth-child(4) a {
  width: 403px;
}
@media (max-width: 992px) {
  .brick__item:nth-child(4) a {
    width: 100%;
  }
}
.brick__item:nth-child(5) a {
  width: 403px;
}
@media (max-width: 992px) {
  .brick__item:nth-child(5) a {
    width: 100%;
  }
}
.brick__item--small a {
  width: 198px;
}
@media (max-width: 992px) {
  .brick__item--small a {
    width: 100%;
  }
}
.brick__item--small:first-child a {
  width: 198px;
}
@media (max-width: 992px) {
  .brick__item--small:first-child a {
    width: 100%;
  }
}
.brick__item--small:nth-child(4) a {
  width: 198px;
}
@media (max-width: 992px) {
  .brick__item--small:nth-child(4) a {
    width: 100%;
  }
}
.brick__item--small:nth-child(5) a {
  width: 198px;
}
@media (max-width: 992px) {
  .brick__item--small:nth-child(5) a {
    width: 100%;
  }
}
.brick__item--small:last-child {
  margin-right: auto;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .brick__item--small:last-child {
    margin-left: 0;
  }
}
.brick__item--big a {
  width: 403px;
}
@media (max-width: 992px) {
  .brick__item--big a {
    width: 100%;
  }
}
.brick__item--last {
  margin-left: 0 !important;
}

@media (max-width: 992px) {
  .network__list {
    margin-bottom: 40px;
  }
}
.network__item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.network__item--icon {
  margin-right: 7px;
}
.network__item--name {
  display: flex;
  width: 100%;
  min-width: 294px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .network__item--name {
    min-width: 100px;
    margin-right: 20px;
  }
}
.network__item--name a {
  color: #a60064;
  text-decoration: underline;
  font-weight: 300;
}
.network__item--country {
  width: 100%;
  min-width: 219px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .network__item--country {
    min-width: auto;
  }
}
.network__item--city {
  width: 100%;
  min-width: 78px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .network__item--city {
    min-width: auto;
  }
}

.contacts {
  position: relative;
  margin: 85px 0 0 0;
  padding: 20px 41px 20px 15px;
  background: #F2F2F2;
  min-height: 470px;
}
.contacts__mobile {
  display: none;
}
@media (max-width: 992px) {
  .contacts__mobile {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .contacts__desktop {
    display: none;
  }
}
.contacts__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.contacts__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}
.contacts__link {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}
.contacts__link:hover {
  text-decoration: none;
  color: #000000;
}
.contacts__link--mail {
  margin-bottom: 0;
  color: #a60064;
}
.contacts__link--mail:hover {
  text-decoration: underline;
  color: #a60064;
}
.contacts:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: transparent #fff;
}

.contacts_right_header {
  font: 27px / 32px 'a_futuricaregular', arial;font-size: 27px;margin-top: 35px;
}
.contacts__desktop_socials {
  padding: 20px 20px 10px 5px;margin-top: 30px;
}
.contacts_right_socials {
  margin: 5px 0;
}
.contacts_right_social_icons {
  max-width: 35px;display: inline-block;vertical-align: middle;margin-bottom: 5px;margin-left: 10px;
}
.contacts_right_social_text {
  font-size: 15px;line-height: 20px;font-weight: 600;margin-bottom: 3px;display: inline-block;max-width: 175px;margin-left: 10px;vertical-align: middle;
}
.contacts_right_social_text a {
  color: #ac0060;
}

.map {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .map {
    margin-bottom: 0;
  }
}

.contacts-feedback__title {
  font-family: "a_Futurica", arial;
  font-size: 27px;
  line-height: 32px;
  color: #303030;
  margin-bottom: 14px;
}
.contacts-feedback__form {
  margin: 32px 0 0;
  padding: 60px 30px 20px;
  background: #f2f2f2;
  max-width: 500px;
}
@media (max-width: 992px) {
  .contacts-feedback__form {
    padding: 60px 20px 20px;
    max-width: 100%;
  }
}

.form__info {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .form__info {
    flex-direction: column;
  }
}
.form__label {
  display: flex;
  align-items: center;
  width: 106px;
  height: -webkit-max-content;
  height: max-content;
  margin-top: 8px;
  margin-right: 14px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .form__label {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3px;
  }
}
.form__label span {
  color: #e02222;
  margin-left: 3px;
  font-size: 18px;
  font-weight: 400;
}
.form__input {
  width: 188px;
}
@media (max-width: 992px) {
  .form__input {
    width: 100%;
  }
}
.form__input input {
  width: 100%;
  height: 34px;
  padding: 7px 5px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.form__input input:focus {
  outline: none;
  border: 1px solid #a60064;
}
.form__textarea textarea {
  width: 295px;
  height: 150px;
  background: #ffffff;
  padding: 7px 5px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
@media (max-width: 992px) {
  .form__textarea textarea {
    width: 100%;
  }
}
.form__textarea textarea:focus {
  outline: none;
  border: 1px solid #a60064;
}
.form__check {
  position: relative;
}
.form__check label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 20px !important;
  font-weight: 300;
}
@media (max-width: 992px) {
  .form__check label {
    display: block;
    padding-left: 30px;
  }
}
.form__check label input {
  display: none;
}
.form__check label a {
  color: #a60064;
  margin-left: 3px;
}
.form__check .checkbox {
  position: relative;
}
@media (max-width: 992px) {
  .form__check .checkbox {
    position: absolute;
    left: 0;
  }
}
.form__check .checkbox__circle {
  display: block;
  height: 20px;
  width: 20px;
  border: 2px solid #a60064;
  margin-right: 10px;
  cursor: pointer;
}
.form__check .checkbox__check {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  transform: scale3d(0, 0, 0);
  transition-duration: 0.2s;
}
.form__check input[type=checkbox]:checked ~ .checkbox .checkbox__check {
  background-color: #a60064;
  transform: scale(1, 1);
}
.form__btn {
  display: flex;
  justify-content: flex-end;
}
.form__btn button {
  padding: 15px 25px;
  color: #ffffff;
  background: #a60064;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  font-weight: 400;
  transition: all 0.2s ease-out;
  border-radius: 3px;
  box-shadow: 0px 3px 4px 1px rgba(204, 204, 204, 0.75);
  cursor: pointer;
}
@media (max-width: 992px) {
  .form__btn button {
    padding: 12px 25px;
  }
}
.form__btn button:hover {
  background: #00072F;
}

@media (max-width: 992px) {
  .modal-dialog {
    margin: 0;
  }
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  min-height: 115px;
  padding: 30px 30px 45px 36px;
  background: #eaf0f2;
  border-top: 2px solid #ac0060;
  border-radius: 0;
  border-bottom: 0;
}
@media (max-width: 992px) {
  .modal-header {
    padding: 30px 20px;
  }
}
.modal-header .close {
  position: absolute;
  top: 16px;
  right: -15px;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #ac0060;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 992px) {
  .modal-header .close {
    top: 20px;
    right: 20px;
  }
}
.modal-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 5px;
  color: #2f383d;
}
.modal-title__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  background: #ac0060;
  margin-right: 20px;
}
.modal-title__icon img {
  width: 28px;
}
.modal-form .form__info {
  flex-direction: column;
  margin-bottom: 14px;
}
.modal-form .form__label {
  width: 100%;
  margin-bottom: 6px;
}
.modal-form .form__input {
  width: 100%;
}
.modal-form .form__input input {
  border: 1px solid #d7dee3;
}
.modal-form .form__input input:focus {
  border: 1px solid #ac0060;
}
.modal-form .form__textarea textarea {
  width: 100%;
  border: 1px solid #d7dee3;
}
.modal-form .form__textarea textarea:focus {
  border: 1px solid #ac0060;
}
.more-services-block i {
  font-style: normal;
}
.modal-form .form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #98a1a8;
  font-weight: 300;
}
.modal-form .form__footer .required-fileds {
  display: flex;
  align-items: center;
}
.modal-form .form__footer .star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background: #7b8e9a;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-right: 5px;
  padding-top: 5px;
  padding-right: 1px;
}
.modal-form .form__file .custom-file input:focus ~ .custom-file-label {
  border: 1px solid #ac0060;
  box-shadow: none;
}
.modal-form .form__file .custom-file-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #d7dee3;
  border-radius: 2px 50px 50px 2px;
  padding: 6px 40px 6px 12px;
  color: #a9a9a9;
  font-weight: 300;
  height: 34px;
  font-size: 14px;
}
.modal-form .form__file .custom-file-label:focus {
  outline: none;
  box-shadow: none;
}
.modal-form .form__file .custom-file-label:after {
  content: "";
  width: 34px;
  height: 34px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0px 1px 2px 1px #e7e7e7;
  border-radius: 50%;
}
.modal-form .form__select .dropdown {
  width: 100% !important;
}
.modal-form .form__select .dropdown-toggle {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d7dee3;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
}
.modal-form .form__select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
}
.modal-form .form__select .dropdown-menu {
  border-radius: 2px;
}
.modal-form .form__select .dropdown-menu li a {
  padding: 0 10px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
}
.modal-form .form__select .dropdown-item.active {
  background: #ac0060;
}
.modal-form .form__select .dropdown-item.active:hover {
  background: #ac0060;
  color: #ffffff;
}
.modal-form .form__select .dropdown-item:hover {
  background: #ffffff;
  color: #ac0060;
}
.modal-body {
  padding: 24px 60px 52px;
}
@media (max-width: 992px) {
  .modal-body {
    padding: 24px 20px;
  }
}

/*--------- New styles ---------*/
.form-popup .modal-content {
  border: 0;
}
.form-popup .close {
  position: absolute;
  top: 0;
  right: -30px;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #ac0060;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 992px) {
  .form-popup .close {
    top: 20px;
    right: 20px;
  }
}
.form-popup form .form-header {
  display: flex;
}
@media (max-width: 600px) {
  .form-popup form .form-header {
    padding: 30px 20px;
    min-height: auto;
  }
}
.form-popup form .form-header .text {
  padding-left: 0;
}
.form-popup form .form-header .title {
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 5px;
  color: #2f383d;
}
@media (max-width: 600px) {
  .form-popup form .form-body {
    padding: 30px 20px;
  }
}
.form-popup form .form-body .afbf_item_pole {
  margin-bottom: 20px;
}
.form-popup form .form-body .afbf_item_pole .afbf_name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.form-popup form .form-body .afbf_item_pole .afbf_inputtext_bg {
  border: 0 !important;
}
.form-popup form .form-body .afbf_item_pole .afbf_inputtext_bg .afbf_select {
  font-size: 14px;
  font-weight: 300;
}
.form-popup form .form-body .afbf_item_pole .afbf_radio label {
  padding-bottom: 0;
  padding-left: 30px;
  font-weight: 300;
}
.form-popup form .form-body .afbf_item_pole .afbf_radio label a {
  color: #a60064;
}
.form-popup form .required-fileds {
  display: flex;
  align-items: center;
}
.form-popup form .star {
  padding-right: 2px;
}
.form-popup form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .form-popup form .form-footer {
    padding: 14px 20px 52px;
  }
}
.form-popup form .form-footer .afbf_submit_block {
  margin: 0 !important;
}
.form-popup form .form-footer.clearfix:before, .form-popup form .form-footer.clearfix:after {
  content: none;
}

.modal.show .modal-dialog {
  max-width: 1098px;
}
.modal.show .modal-content {
  /*! flex-direction: row; */
}
.modal.show .modal-header {
  order: 1;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}
.modal.show .modal-title {
  position: absolute;
  left: 320px;
  top: 30px;
}
.modal.show .modal-title h2 {
  font-family: "a_Futurica", arial;
  font-size: 26px;
  line-height: 35px;
  color: #000;
  opacity: 0.8;
  max-width: 150px;
}
.modal.show .modal-body {
  padding: 30px;
  display: flex;
}
.modal.show .modal-body a {
  margin-right: 25px;
}
.modal.show .modal-body .inner-info {
  padding-top: 50px;
}
.modal.show .modal-body .inner-info p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.modal.show .modal-body .inner-info h3 {
  font-size: 20px;
  line-height: 24px;
  color: #303030;
  font-weight: 300;
  margin: 18px 0 8px;
}
.modal.show .modal-body .inner-info .marker_list {
  margin: 20px 0;
}
.modal.show .modal-body .inner-info .marker_list li {
  position: relative;
  padding: 0 0 0 24px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 18px;
}
.modal.show .modal-body .inner-info .marker_list li:before {
  content: "—";
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 16px;
  line-height: 12px;
  font-family: "MuseoSansCyrl300", Arial;
  color: #a60064;
}

.contacts-feedback .alx_feed_back form {
  padding: 60px 30px 20px !important;
  background: #f2f2f2;
}
.contacts-feedback .alx_feed_back form .afbf_submit_block {
  margin-top: 0;
}
.contacts-feedback .alx_feed_back .afbf_item_pole {
  display: flex;
  margin-bottom: 40px;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_name {
  min-width: 106px;
  font-size: 14px;
  line-height: 18px;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_inputtext_bg {
  padding: 0;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_inputtext_bg .afbf_inputtext {
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_inputtext_bg .afbf_inputtext:focus {
  outline: none;
  border: 1px solid #a60064;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_inputtext_bg textarea {
  width: 100%;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_radio {
  margin-bottom: 0;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_radio label {
  font-weight: 300;
  padding-bottom: 0;
}
.contacts-feedback .alx_feed_back .afbf_item_pole .afbf_radio label a {
  color: #a60064;
}