body {
   /*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
  font-family: "Montserrat", sans-serif;
  color: #2E2014;
 }

.header {
  background-color: #2E2014;
}
.header__container {
  max-width: 970px;
  min-width: 320px;
  padding: 0 15px;
  margin: 0 auto;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
}
.header__bottom {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.header__logo-link {
  display: block;
  width: 180px;
  height: 80px;
  /*width: 200px;*/
  /*height: 114px;*/
  background: url("../images/logo.svg") no-repeat center/contain;
}
.header__nav {
  background-color: #ffffff;
}
.header__nav .menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__nav .menu__item {
  position: relative;
}
.header__nav  .menu__item > a {
  display: block;
  padding: 20px 0;
  border-bottom: 2px solid #E9E9E9;
  font-size: 24px;
  text-align: center;
  color: #2E2014;
}
.header__nav .menu__item:last-child a {
  border-bottom: 0;
}
.header__contacts-tel {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
}
.header__contacts-tel li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  text-decoration: none;
  color: #D5B57A;
  font-size: 18px;
  text-align: left;
}
.header__info {
  padding: 36px 0;
}
.header__contacts {
  margin-bottom: 36px;
}
.header__form input {
  width: 300px;
  height: 36px;
  padding: 0 16px;
  border: 1px solid #2E2014;
  border-radius: 18px;
  background-color: #E9E9E9;
  color: #4b4c4d;
  margin-left: 10px;
}
.header__form input:focus {
  outline: none;
}
.header__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4b4c4d;
}
.header__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4b4c4d;
}
.header__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4b4c4d;
}
.header__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #4b4c4d;
}

.social {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social__item {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 10px;
}
.social__item a {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  border: 2px solid #D5B57A;
  border-radius: 50%;
}
.social__item a:hover:after {
  transform: rotateY(360deg);
  transition: transform .3s;
}
.social__item a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  content: ' ';
  transform: rotateY(0);
  transition: transform .3s;
}
.social__item_vk a:after {
  background: url("../images/vk.svg") no-repeat center/cover;
}
.social__item_fb a:after {
  background: url("../images/facebook.svg") no-repeat center/cover;
}
.social__item_inst a:after {
  background: url("../images/instagram.svg") no-repeat center/cover;
}
.social__item_tg a:after {
  background: url("../images/telegram.svg") no-repeat center/cover;
}

.content__services-item img{
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.content__services-item img:hover{
  -webkit-filter: blur(0);
  filter: blur(0);
}

@media screen and (min-width: 480px) {
  .header__logo-link {
    width: 300px;
    background-size: cover;
  }
  .header__contacts-tel {
    margin-bottom: 0;
  }
}
.nav-btn span {
  display: block;
  width: 54px;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #D5B57A;
}
.nav-btn span:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .nav-btn {
    display: none;
  }

  .header__container {
    max-width: 100%;
  }
  .header__info {
    /*text-align: right;*/
    padding: 0;
    position: relative;
  }
  .header__contacts {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .header__contacts-tel li {
      font-size: 14px;
  }
  .header__contacts.soc-net {
    position: absolute;
    right: 95px;
    top: -10px;
    width: auto !important;
    margin-bottom: 0;
  }
  .header__contacts.soc-net .social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
  }
  .locale-select {
      list-style-type: none;
      margin: 0 0 0 100px !important;
  }
  .social__item a {
      border: 1px solid #D5B57A;
  }
  .header__form input {
      width: 200px;
  }
  .header__nav {
    background-color: transparent;
  }
  .header__nav .menu {
    display: block !important;
  }
  .header__nav .menu__item {
    display: inline-block;
  }
  .header__nav  .menu__item > a {
    font-size: 18px;
    padding: 20px 14px;
    border-bottom: 0;
    color: #D5B57A;
  }
  .header__bottom {
    border-top: 1px solid #E9E9E9;
    text-align: left;
  }


}
.content__title {
  /*font-family: 'Montserrat', sans-serif;*/
  margin-top: 0;
  margin-bottom: 68px;
  font-size: 36px;
  text-align: center;
  color: #2E2014;
  text-transform: uppercase;
  line-height: 1;
}
.content__title_icon-color {
  color: #D5B57A;
}
.content__title_icon-color:before {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 31px;
  margin-right: 22px;
  content: ' ';
  background: url("../images/services-icon.png") no-repeat center/cover;
}

.news {
  padding: 62px 0;
  background-color: #ffffff;
}

.thumbnail__img {
  margin-bottom: 10px;
}
.thumbnail__img img {
  width: 100%;
  height: auto;
}
.thumbnail__caption {
  text-align: center;
}
.thumbnail__date {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #D5B57A;
}
.thumbnail__link {
  display: block;
  font-size: 22px;
  color: #2E2014;
  line-height: 24px;
}

.thumbnail__link:hover {
  color: #2E2014;
}

.description {
  padding: 62px 0;
  background-color: #ffffff;
}
.description__thumbnail {
  text-align: center;
  margin-bottom: 26px;
}
.description__text {
  margin-bottom: 80px;
}
.description__text a {
  color: #2E2014;
  text-decoration: underline;
}
.description__text ul {
    font-size: 18px;
    margin: 0;
}
.description__text p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 32px;
}
.description__text p:last-child {
  margin-bottom: 0;
}
.description i {
  display: inline-block;
  vertical-align: middle;
}
.description .first-icon {
  width: 99px;
  height: 99px;
  margin-bottom: 46px;
  background: url("../images/first-logo.png") no-repeat center/contain;
}
.description .second-icon {
  width: 99px;
  height: 99px;
  margin-bottom: 46px;
  background: url("../images/second-logo.png") no-repeat center/contain;
}
.description .third-icon {
  width: 99px;
  height: 99px;
  margin-bottom: 46px;
  background: url("../images/thitd-logo.png") no-repeat center/contain;
}
.description__thumbnail-title {
  color: #D5B57A;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  font-size: 25px;
  line-height: 35px;
}
.description__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .description__thumbnail {
    clear: both;
    text-align: left;
  }
  .description i {
    float: left;
    margin-right: 36px;
  }
}
@media screen and (min-width: 992px) {
  .description__thumbnail {
    clear: none;
    text-align: center;
  }
  .description i {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
  }
}
.services {
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
  background: #2E2014;
}
.services .for-icon {
  background: #2E2014 url("../images/services-man.png") no-repeat 33px top;
}
.reception-page {
  background: #fff;
}
.reception-page .form{
  position: relative;
}
.services__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 15px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  text-align: center;
}
.services__menu-item {
  padding-bottom: 15px;
}
.services__menu-item a {
  display: block;
  font-size: 18px;
  text-decoration: underline;
  color: #D5B57A;
}

@media screen and (min-width: 992px) {
  .services__menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  .services__menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    text-align: left;
  }
}
.reviews {
  padding: 62px 0;
  background-color: #E9E9E9;
}
.reviews__item {
  position: relative;
  padding: 15px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 11px 0 #ccc;
  border-top-left-radius: 0;
  margin-bottom: 42px;
}
.reviews__item:before {
  position: absolute;
  content: ' ';
  width: 21px;
  height: 22px;
  right: 100%;
  top: 0;
  background: url("../images/rew-icon.png") no-repeat center;
}
.reviews__item-text {
  font-size: 18px;
  font-style: italic;
}
.reviews .name {
  display: inline-block;
  margin-right: 18px;
  font-size: 22px;
}
.reviews .date {
  font-size: 15px;
}
.all-btn {
  text-align: center;
  margin-top: 15px;
}
.all-btn a {
  font-size: 18px;
  color: #2E2014;
  text-decoration: underline;
}

.form {
  position: relative;
}
.form__title {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 27px;
  text-transform: uppercase;
  color: #2E2014;
  margin: 0 0 55px;
}
.form__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 15px;
  border-radius: 6px;
  background: #F4E9DB url("../images/big-logo.svg") no-repeat center;
  background-size: 50%;
}
.form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2E2014;
}
.form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2E2014;
}
.form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2E2014;
}
.form input:-moz-placeholder {
  /* Firefox 18- */
  color: #2E2014;
}
.form input {
  display: block;
  margin-bottom: 66px;
  border: none;
  font-size: 24px;
  color: #2E2014;
  border-bottom: 1px solid #ffffff;
  background: transparent;
}
.form input:focus {
  outline: none;
}
.form__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #D5B57A url("../images/i.png") no-repeat center;
}

.info {
  display: none;
}
.info__item {
  margin-bottom: 30px;
}
.info__item-info {
  font-size: 24px;
  font-weight: bold;
}
.info__item-title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

.btn-wrap button {
  display: inline-block;
  vertical-align: middle;
  /*font-family: 'Montserrat', sans-serif;*/
  padding: 11px;
  padding-bottom: 17px;
  margin-right: 20px;
  background: linear-gradient(to top, #D5B57A, #F4E9DB);
  border-radius: 6px;
  color: #2E2014;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 2px 3px 0 rgba(5, 5, 5, 0.49), 3px 27px 54px -34px rgba(0, 0, 0, 0.47);
  transition: .3s box-shadow;
  border: 0;
}
.btn-wrap button:hover {
  box-shadow: none;
  transition: .3s box-shadow;
}
.btn-wrap button:focus {
  outline: none;
}
.btn-wrap span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .info {
    display: block;
  }

  .form {
    width: 100%;
    position: absolute;
    top: 67%;
    left: 0;
    z-index: 3;
  }
  .form__icon {
    display: none;
  }

  .description_top-indent {
    margin-top: 520px;
  }

  .services {
    padding-bottom: 160px;
  }
}
.slider .btn-wrap {
  text-align: center;
}
.slider .btn-wrap button {
  margin: 0;
}
.slider__item {
  position: relative;
  height: 60vh;
  background: url("../images/slider-img.png") no-repeat center/cover;
}
.slider__item p {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.slider__item-inner {
  padding-top: 15vh;
}
.slider .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 32px;
}
.slider .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.slider .owl-dot:last-child {
  margin-right: 0;
}
.slider .owl-dot span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.slider .owl-dot.active span {
  background-color: #ffffff;
}
.slider__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 27px;
  color: #ffffff;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .slider__title {
    font-size: 60px;
  }
  .slider__item p {
    font-size: 28px;
  }
  .slider__item-inner {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .slider__item-inner {
    padding-top: 15vh;
  }
}
.contacts {
  padding: 62px 0;
  background-color: #ffffff;
}
.contacts .info {
  display: block !important;
  text-align: center;
}
.contacts .form__title {
  margin-bottom: 30px;
}
.contacts .info__item-info {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .contacts {
    padding: 62px 0;
    background-color: #ffffff;
  }
  .contacts .info {
    display: block !important;
    text-align: left;
  }
}
.equipment {
  padding: 62px 0;
  background-color: #ffffff;
}
.equipment__img {
  margin-bottom: 26px;
}
.equipment__img img {
  width: 100%;
  height: auto;
}
.equipment__title {
  text-align: center;
  margin: 0 0 26px;
}
.equipment__title a {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 26px;
  color: #2E2014;
  text-decoration: underline;
}
.equipment .tags {
  padding: 26px 15px;
  background-color: #E9E9E9;
}
.equipment .tags__title {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 26px;
  color: #2E2014;
}
.equipment .tags a {
  margin-right: 10px;
  margin-left: 10px;
  line-height: 1.5;
  text-decoration: underline;
  color: #2E2014;
}
.equipment__item {
  margin-bottom: 40px;
}
.equipment__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .equipment__title {
    text-align: left;
  }
}
.services-page {
  padding: 62px 0;
  background-color: #ffffff;
}
.services-page .tags a {
  display: block;
}

.footer {
  padding: 56px 0;
  background-color: #2E2014;
}
.footer__item:first-child {
  display: none;
}
.footer__item-title {
  margin: 0 0 24px;
  font-size: 27px;
  color: #C29C77;
}
.footer__item-elem {
  display: block;
  color: #D5B57A;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 14px;
}
.footer__tel {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
.footer__tel-item {
  font-size: 18px;
  margin-bottom: 14px;
  color: #D5B57A;
}
.footer__tel-item:last-child {
  margin-bottom: 0;
}
.footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 24px;
}
.footer__menu-item a {
  font-size: 18px;
  line-height: 34px;
  color: #D5B57A;
  text-decoration: underline;
}
.footer__cr {
  font-size: 13px;
  color: #D5B57A;
  text-decoration: underline;
  transition: color .2s;
}
.footer__cr:hover {
  color: #D5B57A;
  transition: color .2s;
}
.footer__inner {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .footer__item:first-child {
    display: block;
  }
}
.menu__inner.menu__inner_lvl_0 {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #E9E9E9;
}
.menu__inner-item a {
  display: block;
  font-size: 18px;
  color: #2E2014;
  text-decoration: underline;
  padding: 15px 0;
  border: none;
}
.menu__inner.menu__inner_lvl_0 .menu__item a.active {
  color: #D5B57A;
  padding: 15px 0;
  font-weight: bold;
}
.menu__inner.menu__inner_lvl_1 {
  padding-left: 0;
}
.menu__inner.menu__inner_lvl_1 li {
  display: block !important;
}
.menu__inner.menu__inner_lvl_1 li a {
  font-size: 18px;
  color: #2E2014;
  text-decoration: underline;
  text-align: center;
  padding: 15px 0;
  border: none;
}
.menu__inner-item {
  position: relative;
}

@media screen and (min-width: 992px) {
  .menu__inner.menu__inner_lvl_0 {
    width: 500px;
  }
  .menu__inner.menu__inner_lvl_1 {
    width: auto;
    padding-left: 20px;
  }
  .menu__inner.menu__inner_lvl_0 {
    display: none;
  }
  .menu__inner.menu__inner_lvl_0.open {
    display: block;
    z-index: 100;
  }
  .menu__inner.menu__inner_lvl_0 {

    position: absolute;
    top: 100%;
    left: 0;
    padding: 34px;
    z-index: 2;
  }
  .menu__inner.menu__inner_lvl_1 li a {
    text-align: left;
    padding: 10px 0;
  }
  .leave_comment {
    clear: both;
  }
}
.leave_comment.form {
	position: static;
	max-width: 760px;
	margin: 0 auto;
}
.leave_comment-title{
	/*font-family: 'Montserrat', sans-serif;*/
    margin-top: 0;
    margin-bottom: 68px;
    font-size: 28px;
    text-align: center;
    color: #2E2014;
    text-transform: uppercase;
    line-height: 1;
        font-weight: bold;
}
.leave_comment-form textarea{
    display: block;
    width: 100%;
    margin-bottom: 66px;
    border: none;
    font-size: 24px;
    color: #2E2014;
    resize: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    line-height: 1;
    outline:none;
    height: 200px;
}
.leave_comment.form input {
	width: 100%;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2E2014;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2E2014;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2E2014;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2E2014;
}
.search-result-title {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 26px;
    color: #2E2014;
}
.search-result ol {
   padding-left: 15px;
}
.search-result ol li {
font-size: 18px;
}
.search-result ol li a {
       font-size: 18px;
    line-height: 34px;
    color: #2E2014;
    text-decoration: underline;
}
#td_login td {
    vertical-align: top;
}
#td_login input {
       display: block;
    margin-bottom: 66px;
    border: none;
    font-size: 24px;
    color: #2E2014;
    border-bottom: 1px solid #2E2014;
    background: transparent;
    outline: none;
}
#td_login td {
    vertical-align: top;
}
#td_login td p {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 26px;
    color: #2E2014;
    margin: 0;
}
.u_text {
   display: inline-block;
    vertical-align: middle;
    /*font-family: 'Montserrat', sans-serif;*/
    padding: 11px;
    padding-bottom: 17px;
    margin-right: 20px;
    background: linear-gradient(to top, #D5B57A, #F4E9DB)  !important;
    border-radius: 6px;
    color: #2E2014;
    font-size: 34px;
    line-height: 1;
    box-shadow: 0 2px 3px 0 rgba(5, 5, 5, 0.49), 3px 27px 54px -34px rgba(0, 0, 0, 0.47);
    transition: .3s box-shadow;
    border: 0;
}
.article {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.thumbnail__wrap {
        font-size: 0;
}
.content__services-item {
        float: left;
	width: 50%;
        padding: 0 15px;
}
.content__services-item img {
    width: 100%;
    height: auto;
}
.content__services-item a {
	display: block;
	position: relative;
}
.content__services-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    font-size: 36px;
    color: #ffffff;
    text-decoration: underline;
    height: 40px;
    margin: auto;
    line-height: 1;
}
.content__services {
    margin: 0 -15px;
}
.content__services:after {
	display: table;
	content: '';
	clear: both;
}
@media screen and (max-width: 992px) {

	.content__services-item {
		width: 100%;
                padding-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {

.content__services-title {

    font-size: 26px;
    height: 30px;
}
}
#callback {
    position: fixed;
    /* display: inline-block; */
    /* vertical-align: middle; */
    /*font-family: 'Montserrat', sans-serif;*/
    padding: 11px;
    padding-bottom: 17px;
    /* margin-right: 20px; */
    background: linear-gradient(to top, #D5B57A, #F4E9DB);
    border-radius: 6px;
    color: #2E2014;
    font-size: 20px;
  font-weight: 500;
    /*line-height: 1;*/
    box-shadow: 0 2px 3px 0 rgba(5, 5, 5, 0.49), 3px 27px 54px -34px rgba(0, 0, 0, 0.47);
    transition: .3s box-shadow;
    border: 0;
    z-index: 9;
    top: 35%;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: 74% 0;
    cursor: pointer;
}
div#callback-phone {
       padding: 40px 25px;
    border-radius: 6px;
    background: #F4E9DB;
}


.form-control {
    display: block;
    margin-bottom: 66px;
    border: none;
    font-size: 23px;
    color: #2E2014;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    outline: none;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2E2014;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #2E2014;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #2E2014;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #2E2014;
}
.contact-form__title {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 23px;
  font-weight: 500;
    text-transform: uppercase;
    color: #2E2014;
    margin: 0 0 55px;
    text-align: center;
}
#send-callback{
    text-align: center;
}
.box-modal_close.arcticmodal-close {
    /*margin-top: 14px;*/
    color: #2E2014 !important;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    /*font-family: 'Montserrat', sans-serif;*/
    padding: 11px;
    padding-bottom: 17px;
    margin-right: 20px;
    background: linear-gradient(to top, #D5B57A, #F4E9DB);
    border-radius: 6px;
    color: #2E2014;
    font-size: 20px;
  font-weight: 500;
    line-height: 1;
    box-shadow: 0 2px 3px 0 rgba(5, 5, 5, 0.49), 3px 27px 54px -34px rgba(0, 0, 0, 0.47);
    transition: .3s box-shadow;
    border: 0;
}


h2 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 27px;
    color: #2E2014;
}
h3 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 22px;
    color: #2E2014;
}

/* Customize the label (the container_radio) */
.container_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #E9E9E9;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
  background-color: #F4E9DB;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
#send-query .form__title{
  /*margin: 0 0 25px;*/
}
.wrap_radio {
  margin: 0 0 66px;
}

.select2-container--open .select2-dropdown--below {border-radius: 0;border: none;}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
  background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2E2014;
  font-size: 24px;
  /*background-color: #e2eff0;*/
  padding-left: 0;
}
.select2-container{
  border-bottom: 1px solid #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E9E9E9;
  color: #fff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #D5B57A;
}
.reviews .clinic {}
.locale-select {
  display: inline-flex;
  margin: 0 0 0 20px;
  padding: 0;
  vertical-align: top;
  flex-direction: row;
}
.locale-select li::marker {
  display: none;
}
.locale-select li a {
  color: #D5B57A;
}
.locale-select li a.active {
  font-weight: bold;
}
.locale-select li:first-child {
  /*padding-right: 10px;*/
}
.locale-select li:first-child::after {
  content: '|';
  display: inline-block;
  padding: 0 5px;
  color: #D5B57A;
}
.header__contacts.soc-net {
  width: 300px;
}
@media all and (max-width: 992px) {
  .header__contacts.soc-net {
    text-align: center;
    width: 100%;
  }
}

ul.serv__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2E2014;
}
ul.serv__menu li {
  float: left;
}
ul.serv__menu li a {
  display: block;
  color: #E9E9E9;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
ul.serv__menu li a:hover, ul.serv__menu li a.active {
  background-color: #C29C77;
}

.serv_menu-wrap {
    margin-bottom: 30px;
}
.header__nav .menu__item > a {
  font-size: 15px;
}